[2026-02-25 01:22:59,597][ INFO][PID:4060390] Marking build as starting [2026-02-25 01:22:59,633][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:22:59,634][ INFO][PID:4060390] VM allocation process starts [2026-02-25 01:22:59,644][ INFO][PID:4060390] Trying to allocate VM: ResallocHost, ticket_id=1591154, requested_tags=['copr_builder', 'arch_x86_64'] [2026-02-25 01:23:02,691][ INFO][PID:4060390] Allocated host ResallocHost, ticket_id=1591154, hostname=2620:52:6:1161:dead:beef:cafe:c30c, name=vmhost_x86_02_prod_02626791_20260224_214248, requested_tags=['copr_builder', 'arch_x86_64'] [2026-02-25 01:23:02,691][ INFO][PID:4060390] Allocating ssh connection to builder [2026-02-25 01:23:02,692][ INFO][PID:4060390] Checking that builder machine is OK [2026-02-25 01:23:03,214][ INFO][PID:4060390] Running remote command: copr-builder-ready srpm-builds [2026-02-25 01:23:03,541][ INFO][PID:4060390] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-02-25 01:23:03,542][ INFO][PID:4060390] Filling build.info file with builder info [2026-02-25 01:23:03,542][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:03,543][ INFO][PID:4060390] 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": 1771982583.5436382, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10166034", "build_id": 10166034, "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 a1d99dd7c298da1d46b67183337fc04dc51edd69\\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: https://damonlynch.net/rapid/\\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%forgesetup\\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}%{_usr}/lib/python*/site-packages/man \\\\\\n%{buildroot}%{_usr}/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%{_mandir}/man*/*\\n%{_metainfodir}/*\\n%{_datadir}/applications/*\\n%{_datadir}/solid/actions/*\\n%{_iconsdir}/hicolor/*/apps/*\\nEOF\\n\", \"chroot\": \"fedora-44-x86_64\", \"builddeps\": \"git-core\", \"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, "destdir": "/var/lib/copr/public_html/results/vgaetera/extras", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras", "result_dir": "10166034", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 10166034, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-02-25 01:23:03,581][ INFO][PID:4060390] Sending fedora-messaging bus message in build.start [2026-02-25 01:23:04,117][ INFO][PID:4060390] Sending fedora-messaging bus message in chroot.start [2026-02-25 01:23:04,171][ INFO][PID:4060390] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10166034 --detached [2026-02-25 01:23:04,634][ INFO][PID:4060390] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:6:1161:dead:beef:cafe:c30c' (ED25519) to the list of known hosts. [2026-02-25 01:23:04,635][ INFO][PID:4060390] Downloading the builder-live.log file, attempt 1 [2026-02-25 01:23:04,637][ INFO][PID:4060390] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:6:1161:dead:beef:cafe:c30c copr-rpmbuild-log [2026-02-25 01:23:09,641][ INFO][PID:4060390] Periodic builder liveness probe: alive [2026-02-25 01:23:09,641][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:14,642][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:19,644][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:24,645][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:29,646][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:34,661][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:39,662][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:44,663][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:49,664][ INFO][PID:4060390] Checking for cancel request [2026-02-25 01:23:50,601][ INFO][PID:4060390] Downloading results from builder [2026-02-25 01:23:50,602][ INFO][PID:4060390] rsyncing of mockbuilder@[2620:52:6:1161:dead:beef:cafe:c30c]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10166034 started [2026-02-25 01:23:50,603][ INFO][PID:4060390] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@[2620:52:6:1161:dead:beef:cafe:c30c]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10166034/ &> /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10166034/build-10166034.rsync.log [2026-02-25 01:23:51,161][ INFO][PID:4060390] rsyncing finished. [2026-02-25 01:23:51,162][ INFO][PID:4060390] Releasing VM back to pool [2026-02-25 01:23:51,172][ INFO][PID:4060390] Searching for 'success' file in resultdir [2026-02-25 01:23:51,173][ INFO][PID:4060390] Getting build details [2026-02-25 01:23:51,173][ INFO][PID:4060390] Retrieving SRPM info from /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10166034 [2026-02-25 01:23:51,174][ INFO][PID:4060390] SRPM URL: https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10166034/rapid-photo-downloader-20260225^gita1d99dd-1.src.rpm [2026-02-25 01:23:51,174][ INFO][PID:4060390] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10166034/rapid-photo-downloader-20260225^gita1d99dd-1.src.rpm', 'pkg_name': 'rapid-photo-downloader', 'pkg_version': '20260225^gita1d99dd-1'} [2026-02-25 01:23:51,175][ INFO][PID:4060390] Finished build: id=10166034 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/vgaetera/extras chroot=srpm-builds [2026-02-25 01:23:51,176][ INFO][PID:4060390] Worker succeeded build, took 47.63307523727417 [2026-02-25 01:23:51,177][ INFO][PID:4060390] 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": 1771982631.1767135, "started_on": 1771982583.5436382, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10166034", "build_id": 10166034, "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 a1d99dd7c298da1d46b67183337fc04dc51edd69\\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: https://damonlynch.net/rapid/\\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%forgesetup\\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}%{_usr}/lib/python*/site-packages/man \\\\\\n%{buildroot}%{_usr}/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%{_mandir}/man*/*\\n%{_metainfodir}/*\\n%{_datadir}/applications/*\\n%{_datadir}/solid/actions/*\\n%{_iconsdir}/hicolor/*/apps/*\\nEOF\\n\", \"chroot\": \"fedora-44-x86_64\", \"builddeps\": \"git-core\", \"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/10166034/rapid-photo-downloader-20260225^gita1d99dd-1.src.rpm", "uses_devel_repo": null, "sandbox": "vgaetera/extras--vgaetera", "results": { "name": "rapid-photo-downloader", "epoch": null, "version": "20260225^gita1d99dd", "release": "1", "exclusivearch": [], "excludearch": [] }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/vgaetera/extras", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras", "result_dir": "10166034", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "20260225^gita1d99dd-1", "id": 10166034, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-02-25 01:23:51,221][ INFO][PID:4060390] Sending fedora-messaging bus message in build.end [2026-02-25 01:23:51,247][ INFO][PID:4060390] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10166034/builder-live.log by gzip [2026-02-25 01:23:51,248][ INFO][PID:4060390] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10166034/builder-live.log' as PID 4064639 [2026-02-25 01:23:51,253][ INFO][PID:4060390] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10166034/builder-live.log) [2026-02-25 01:23:51,254][ INFO][PID:4060390] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10166034/backend.log by gzip [2026-02-25 01:23:51,255][ INFO][PID:4060390] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10166034/backend.log' as PID 4064641