Spec URL: https://samcday.fedorapeople.org/rust-droid-juicer.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/samcday/droid-juicer/fedora-rawhide-x86_64/10077364-rust-droid-juicer/rust-droid-juicer-0.4.1-2.fc44.src.rpm Description: Extract firmware from Android vendor partitions Fedora Account System Username: samcday --- This rust2rpm.toml was used to produce the spec: ``` [package] summary = "Extract firmware from Android vendor partitions" description = """\ droid-juicer extracts binary firmware from Android vendor partitions and installs it into /lib/firmware, avoiding redistributing vendor blobs. """ extra-files = [ "%config(noreplace) %{_sysconfdir}/droid-juicer/config.toml", "%dir %{_sysconfdir}/droid-juicer", "%{_unitdir}/droid-juicer.service", "%dir %{_datadir}/droid-juicer", "%dir %{_datadir}/droid-juicer/configs", "%{_datadir}/droid-juicer/configs/*.toml", ] bin-package-extra = """\ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd %post %systemd_post droid-juicer.service %preun %systemd_preun droid-juicer.service %postun %systemd_postun_with_restart droid-juicer.service """ [[package.extra-patches]] number = 2 file = "bump-goblin-to-0.10.patch" [scripts] install.post = [ "install -Dpm 0644 droid-juicer.service %{buildroot}%{_unitdir}/droid-juicer.service", "install -Dpm 0644 config.toml.sample %{buildroot}%{_sysconfdir}/droid-juicer/config.toml", "mkdir -p %{buildroot}%{_datadir}/droid-juicer/configs/", "install -Dpm 0644 configs/*.toml %{buildroot}%{_datadir}/droid-juicer/configs/", ] [requires] build = ["systemd-rpm-macros"] ```
Copr build: https://copr.fedorainfracloud.org/coprs/build/10082119 (failed) Build log: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2435440-rust-droid-juicer/fedora-rawhide-x86_64/10082119-rust-droid-juicer/builder-live.log.gz Please make sure the package builds successfully at least for Fedora Rawhide. - If the build failed for unrelated reasons (e.g. temporary network unavailability), please ignore it. - If the build failed because of missing BuildRequires, please make sure they are listed in the "Depends On" field --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string.
i can see that build on your samcday/droid-juicer copr repo succeeded it's strange that the build by review service is failed log link retruns 404, probably expired i am gonna re-trigger build [fedora-review-service-build]
Copr build: https://copr.fedorainfracloud.org/coprs/build/10143121 (failed) Build log: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2435440-rust-droid-juicer/fedora-rawhide-x86_64/10143121-rust-droid-juicer/builder-live.log.gz Please make sure the package builds successfully at least for Fedora Rawhide. - If the build failed for unrelated reasons (e.g. temporary network unavailability), please ignore it. - If the build failed because of missing BuildRequires, please make sure they are listed in the "Depends On" field --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string.
we already figured reason of failed build in the matrix chat, i will duplicate it here for clarity there are 2 other packages wanted by droid-juicer in in samcday/droid-juicer repo