[2026-09-09 20:54:57,067][ INFO][PID:873194] Marking build as starting [2026-09-09 20:54:57,131][ INFO][PID:873194] Checking for cancel request [2026-09-09 20:54:57,132][ INFO][PID:873194] VM allocation process starts [2026-09-09 20:54:57,142][ INFO][PID:873194] Trying to allocate VM: ResallocHost, ticket_id=4933449, requested_tags=['arch_x86_64', 'copr_builder'] [2026-09-09 20:55:00,196][ INFO][PID:873194] Allocated host ResallocHost, ticket_id=4933449, hostname=52.201.29.168, name=aws_x86_64_reserved_prod_33035837_20260909_205031, requested_tags=['arch_x86_64', 'copr_builder'] [2026-09-09 20:55:00,197][ INFO][PID:873194] Allocating ssh connection to builder [2026-09-09 20:55:00,197][ INFO][PID:873194] Checking that builder machine is OK [2026-09-09 20:55:00,343][ INFO][PID:873194] Installed copr-rpmbuild version: 1.9 [2026-09-09 20:55:00,344][ INFO][PID:873194] Running remote command: copr-builder-ready srpm-builds [2026-09-09 20:55:00,500][ INFO][PID:873194] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-09-09 20:55:00,501][ INFO][PID:873194] Filling build.info file with builder info [2026-09-09 20:55:00,501][ INFO][PID:873194] Checking for cancel request [2026-09-09 20:55:00,502][ INFO][PID:873194] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "vgaetera", "project_name": "extras", "project_dirname": "extras", "submitter": "vgaetera", "ended_on": null, "started_on": 1788987300.501948, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10966833", "build_id": 10966833, "package_name": "rapid-photo-downloader", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"tee ${COPR_PACKAGE}.spec << \\\"EOF\\\" > /dev/null\\n%global forgeurl https://github.com/damonlynch/rapid-photo-downloader\\n%global version %(date +%Y%m%d)\\n%global commit a119bc4b1816ef0926db970511fc58da13761f29\\n%global _forgeversionsuffix %{scm}%(printf %.7s %{commit})\\n%global source_date_epoch_from_changelog 0\\n%forgemeta\\n\\nName: rapid-photo-downloader\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: Downloader for camera and smartphone photos\\nLicense: GPL-3.0-or-later\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nBuildArch: noarch\\nBuildRequires: pkgconfig(python3)\\nBuildRequires: python3dist(arrow)\\nBuildRequires: python3dist(babel)\\nBuildRequires: python3dist(colour)\\nBuildRequires: python3dist(gphoto2)\\nBuildRequires: python3dist(hatch-argparse-manpage)\\nBuildRequires: python3dist(hatch-gettext)\\nBuildRequires: python3dist(hatchling)\\nBuildRequires: python3dist(pillow)\\nBuildRequires: python3dist(pip)\\nBuildRequires: python3dist(psutil)\\nBuildRequires: python3dist(pymediainfo)\\nBuildRequires: python3dist(pyqt5)\\nBuildRequires: python3dist(pyzmq)\\nBuildRequires: python3dist(show-in-file-manager)\\nBuildRequires: python3dist(sortedcontainers)\\nBuildRequires: python3dist(tenacity)\\nBuildRequires: python3dist(tornado)\\nBuildRequires: intltool\\nBuildRequires: desktop-file-utils\\nBuildRequires: gstreamer1\\nBuildRequires: libgexiv2\\nBuildRequires: libnotify\\nBuildRequires: libudisks2\\nBuildRequires: perl-Image-ExifTool\\nRequires: PyQt5\\nRequires: gstreamer1\\nRequires: libgexiv2\\nRequires: libnotify\\nRequires: libudisks2\\nRequires: perl-Image-ExifTool\\n\\n%description\\nRapid Photo Downloader provides the following features:\\n- Downloads photos and videos in parallel from multiple devices.\\n- Supports cameras, phones, memory cards and other devices.\\n- Helps organize, rename and back up downloaded images.\\n\\n%prep\\n%forgeautosetup\\n\\n%generate_buildrequires\\n%pyproject_buildrequires\\n\\n%build\\n%pyproject_wheel\\n\\n%install\\n%pyproject_install\\n%pyproject_save_files raphodo\\n%__install -p -m 644 -D -t %{buildroot}%{_mandir}/man1 man/%{name}.1\\n%__install -p -m 644 -D -t %{buildroot}%{_licensedir}/%{name} LICENSE\\n%__install -p -m 644 -D -t %{buildroot}%{_pkgdocdir} \\\\\\nCHANGES.md INSTALL.md README.md RELEASE_NOTES.md\\n%__install -p -m 644 -D -t %{buildroot}%{_metainfodir} \\\\\\nshare/metainfo/net.damonlynch.rapid_photo_downloader.metainfo.xml\\n%__install -p -m 644 -D -t %{buildroot}%{_datadir}/solid/actions \\\\\\nshare/solid/actions/net.damonlynch.RapidPhotoDownloader.desktop\\n%__install -p -m 755 -d -T %{buildroot}%{_iconsdir}/hicolor\\n%__cp -f -R -t %{buildroot}%{_iconsdir}/hicolor data/icons/*\\ndesktop-file-install --dir=%{buildroot}%{_datadir}/applications \\\\\\nshare/applications/net.damonlynch.RapidPhotoDownloader.desktop\\n%__rm -f -R %{buildroot}%{_prefix}/lib/python*/site-packages/man \\\\\\n%{buildroot}%{_prefix}/lib/python*/site-packages/share\\n\\n%check\\n%pyproject_check_import -e raphodo.tests.*\\n\\n%files -f %{pyproject_files}\\n%license %{_licensedir}/*\\n%doc %{_pkgdocdir}\\n%{_bindir}/*\\n%{_datadir}/applications/*\\n%{_datadir}/solid/actions/*\\n%{_iconsdir}/hicolor/*/apps/*\\n%{_mandir}/man*/*\\n%{_metainfodir}/*\\nEOF\\n\", \"chroot\": \"fedora-45-x86_64\", \"builddeps\": \"git-core patch\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "vgaetera/extras--vgaetera", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "fedora-43", "fedora-44", "fedora-45", "fedora-rawhide" ], "distributions_in_project": [ "fedora-43", "fedora-44", "fedora-45", "fedora-rawhide" ], "destdir": "/var/lib/copr/public_html/results/vgaetera/extras", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras", "result_dir": "10966833", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10966833, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-09-09 20:55:00,530][ INFO][PID:873194] Sending fedora-messaging bus message in build.start [2026-09-09 20:55:00,881][ INFO][PID:873194] Sending fedora-messaging bus message in chroot.start [2026-09-09 20:55:00,899][ INFO][PID:873194] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10966833 --detached [2026-09-09 20:55:01,292][ INFO][PID:873194] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.201.29.168' (ED25519) to the list of known hosts. [2026-09-09 20:55:01,293][ INFO][PID:873194] Downloading the builder-live.log file, attempt 1 [2026-09-09 20:55:01,294][ INFO][PID:873194] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.201.29.168 copr-rpmbuild-log [2026-09-09 20:55:06,298][ INFO][PID:873194] Periodic builder liveness probe: alive [2026-09-09 20:55:06,298][ INFO][PID:873194] Checking for cancel request [2026-09-09 20:55:11,299][ INFO][PID:873194] Checking for cancel request [2026-09-09 20:55:16,300][ INFO][PID:873194] Checking for cancel request [2026-09-09 20:55:21,300][ INFO][PID:873194] Checking for cancel request [2026-09-09 20:55:26,301][ INFO][PID:873194] Checking for cancel request [2026-09-09 20:55:31,302][ INFO][PID:873194] Checking for cancel request [2026-09-09 20:55:32,082][ INFO][PID:873194] Downloading results from builder [2026-09-09 20:55:32,083][ INFO][PID:873194] rsyncing of mockbuilder@52.201.29.168:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10966833 started [2026-09-09 20:55:32,083][ INFO][PID:873194] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@52.201.29.168:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10966833/ &> /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10966833/build-10966833.rsync.log [2026-09-09 20:55:32,267][ INFO][PID:873194] rsyncing finished. [2026-09-09 20:55:32,268][ INFO][PID:873194] VM Release request [2026-09-09 20:55:32,274][ INFO][PID:873194] Searching for 'success' file in resultdir [2026-09-09 20:55:32,275][ INFO][PID:873194] Getting build details [2026-09-09 20:55:32,275][ INFO][PID:873194] Retrieving SRPM info from /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10966833 [2026-09-09 20:55:32,275][ INFO][PID:873194] SRPM URL: https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10966833/rapid-photo-downloader-20260909^gita119bc4-1.src.rpm [2026-09-09 20:55:32,276][ INFO][PID:873194] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10966833/rapid-photo-downloader-20260909^gita119bc4-1.src.rpm', 'pkg_name': 'rapid-photo-downloader', 'pkg_version': '20260909^gita119bc4-1'} [2026-09-09 20:55:32,276][ INFO][PID:873194] Finished build: id=10966833 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/vgaetera/extras chroot=srpm-builds [2026-09-09 20:55:32,276][ INFO][PID:873194] Worker succeeded build, took 31.774693250656128 [2026-09-09 20:55:32,276][ INFO][PID:873194] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "vgaetera", "project_name": "extras", "project_dirname": "extras", "submitter": "vgaetera", "ended_on": 1788987332.2766414, "started_on": 1788987300.501948, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10966833", "build_id": 10966833, "package_name": "rapid-photo-downloader", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"tee ${COPR_PACKAGE}.spec << \\\"EOF\\\" > /dev/null\\n%global forgeurl https://github.com/damonlynch/rapid-photo-downloader\\n%global version %(date +%Y%m%d)\\n%global commit a119bc4b1816ef0926db970511fc58da13761f29\\n%global _forgeversionsuffix %{scm}%(printf %.7s %{commit})\\n%global source_date_epoch_from_changelog 0\\n%forgemeta\\n\\nName: rapid-photo-downloader\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: Downloader for camera and smartphone photos\\nLicense: GPL-3.0-or-later\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nBuildArch: noarch\\nBuildRequires: pkgconfig(python3)\\nBuildRequires: python3dist(arrow)\\nBuildRequires: python3dist(babel)\\nBuildRequires: python3dist(colour)\\nBuildRequires: python3dist(gphoto2)\\nBuildRequires: python3dist(hatch-argparse-manpage)\\nBuildRequires: python3dist(hatch-gettext)\\nBuildRequires: python3dist(hatchling)\\nBuildRequires: python3dist(pillow)\\nBuildRequires: python3dist(pip)\\nBuildRequires: python3dist(psutil)\\nBuildRequires: python3dist(pymediainfo)\\nBuildRequires: python3dist(pyqt5)\\nBuildRequires: python3dist(pyzmq)\\nBuildRequires: python3dist(show-in-file-manager)\\nBuildRequires: python3dist(sortedcontainers)\\nBuildRequires: python3dist(tenacity)\\nBuildRequires: python3dist(tornado)\\nBuildRequires: intltool\\nBuildRequires: desktop-file-utils\\nBuildRequires: gstreamer1\\nBuildRequires: libgexiv2\\nBuildRequires: libnotify\\nBuildRequires: libudisks2\\nBuildRequires: perl-Image-ExifTool\\nRequires: PyQt5\\nRequires: gstreamer1\\nRequires: libgexiv2\\nRequires: libnotify\\nRequires: libudisks2\\nRequires: perl-Image-ExifTool\\n\\n%description\\nRapid Photo Downloader provides the following features:\\n- Downloads photos and videos in parallel from multiple devices.\\n- Supports cameras, phones, memory cards and other devices.\\n- Helps organize, rename and back up downloaded images.\\n\\n%prep\\n%forgeautosetup\\n\\n%generate_buildrequires\\n%pyproject_buildrequires\\n\\n%build\\n%pyproject_wheel\\n\\n%install\\n%pyproject_install\\n%pyproject_save_files raphodo\\n%__install -p -m 644 -D -t %{buildroot}%{_mandir}/man1 man/%{name}.1\\n%__install -p -m 644 -D -t %{buildroot}%{_licensedir}/%{name} LICENSE\\n%__install -p -m 644 -D -t %{buildroot}%{_pkgdocdir} \\\\\\nCHANGES.md INSTALL.md README.md RELEASE_NOTES.md\\n%__install -p -m 644 -D -t %{buildroot}%{_metainfodir} \\\\\\nshare/metainfo/net.damonlynch.rapid_photo_downloader.metainfo.xml\\n%__install -p -m 644 -D -t %{buildroot}%{_datadir}/solid/actions \\\\\\nshare/solid/actions/net.damonlynch.RapidPhotoDownloader.desktop\\n%__install -p -m 755 -d -T %{buildroot}%{_iconsdir}/hicolor\\n%__cp -f -R -t %{buildroot}%{_iconsdir}/hicolor data/icons/*\\ndesktop-file-install --dir=%{buildroot}%{_datadir}/applications \\\\\\nshare/applications/net.damonlynch.RapidPhotoDownloader.desktop\\n%__rm -f -R %{buildroot}%{_prefix}/lib/python*/site-packages/man \\\\\\n%{buildroot}%{_prefix}/lib/python*/site-packages/share\\n\\n%check\\n%pyproject_check_import -e raphodo.tests.*\\n\\n%files -f %{pyproject_files}\\n%license %{_licensedir}/*\\n%doc %{_pkgdocdir}\\n%{_bindir}/*\\n%{_datadir}/applications/*\\n%{_datadir}/solid/actions/*\\n%{_iconsdir}/hicolor/*/apps/*\\n%{_mandir}/man*/*\\n%{_metainfodir}/*\\nEOF\\n\", \"chroot\": \"fedora-45-x86_64\", \"builddeps\": \"git-core patch\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": "rapid-photo-downloader", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10966833/rapid-photo-downloader-20260909^gita119bc4-1.src.rpm", "uses_devel_repo": null, "sandbox": "vgaetera/extras--vgaetera", "results": { "architecture_specific_tags": { "fedora-43": { "buildarch": [ "noarch" ] }, "fedora-44": { "buildarch": [ "noarch" ] }, "fedora-45": { "buildarch": [ "noarch" ] }, "fedora-rawhide": { "buildarch": [ "noarch" ] } }, "name": "rapid-photo-downloader", "epoch": null, "version": "20260909^gita119bc4", "release": "1" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "fedora-43", "fedora-44", "fedora-45", "fedora-rawhide" ], "distributions_in_project": [ "fedora-43", "fedora-44", "fedora-45", "fedora-rawhide" ], "destdir": "/var/lib/copr/public_html/results/vgaetera/extras", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras", "result_dir": "10966833", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "20260909^gita119bc4-1", "id": 10966833, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-09-09 20:55:32,312][ INFO][PID:873194] Sending fedora-messaging bus message in build.end [2026-09-09 20:55:32,330][ INFO][PID:873194] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10966833/builder-live.log by gzip [2026-09-09 20:55:32,331][ INFO][PID:873194] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10966833/builder-live.log' as PID 876937 [2026-09-09 20:55:32,334][ INFO][PID:873194] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10966833/builder-live.log) [2026-09-09 20:55:32,334][ INFO][PID:873194] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10966833/backend.log by gzip [2026-09-09 20:55:32,335][ INFO][PID:873194] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10966833/backend.log' as PID 876938