[2026-08-22 06:59:23,404][ INFO][PID:3265464] Marking build as starting [2026-08-22 06:59:23,453][ INFO][PID:3265464] Checking for cancel request [2026-08-22 06:59:23,455][ INFO][PID:3265464] VM allocation process starts [2026-08-22 06:59:23,477][ INFO][PID:3265464] Trying to allocate VM: ResallocHost, ticket_id=4573092, requested_tags=['arch_x86_64', 'copr_builder'] [2026-08-22 06:59:26,497][ INFO][PID:3265464] Allocated host ResallocHost, ticket_id=4573092, hostname=13.218.22.98, name=aws_x86_64_reserved_prod_19916614_20260822_063616, requested_tags=['arch_x86_64', 'copr_builder'] [2026-08-22 06:59:26,498][ INFO][PID:3265464] Allocating ssh connection to builder [2026-08-22 06:59:26,498][ INFO][PID:3265464] Checking that builder machine is OK [2026-08-22 06:59:26,801][ INFO][PID:3265464] Installed copr-rpmbuild version: 1.9 [2026-08-22 06:59:26,803][ INFO][PID:3265464] Running remote command: copr-builder-ready srpm-builds [2026-08-22 06:59:26,979][ INFO][PID:3265464] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-08-22 06:59:26,979][ INFO][PID:3265464] Filling build.info file with builder info [2026-08-22 06:59:26,980][ INFO][PID:3265464] Checking for cancel request [2026-08-22 06:59:26,981][ INFO][PID:3265464] 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": 1787381966.9815106, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10891309", "build_id": 10891309, "package_name": "sing-box", "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/SagerNet/sing-box\\n%global version %(date +%Y%m%d)\\n%global commit 712046a26d12bf132568476c14c5b717584d1ac0\\n%global _forgeversionsuffix %{scm}%(printf %.7s %{commit})\\n%global source_date_epoch_from_changelog 0\\n%global _enable_debug_packages 0\\n%global gomodulesmode GO111MODULE=on\\n%forgemeta\\n\\nName: sing-box\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: Universal proxy platform\\nLicense: GPL-3.0-or-later\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nBuildRequires: golang-bin < 1.27~\\nBuildRequires: go-rpm-macros\\nBuildRequires: mold\\nBuildRequires: systemd-rpm-macros\\n\\n%description\\nsing-box is an advanced proxy platform.\\nIt allows to circumvent censorship and data discrimination.\\n\\n%prep\\n%forgeautosetup\\n%__sed -i -e \\\"s/unknown/$(%__sed -n -e '/^####\\\\s/{s///p;q}' docs/changelog.md)/\\\" constant/version.go\\n\\n%build\\nexport GOPROXY=\\\"https://proxy.golang.org,direct\\\"\\nexport GOFLAGS=\\\"-trimpath\\\"\\nexport GO_LDFLAGS=\\\"-s -w $(%__cat release/LDFLAGS)\\\"\\nexport GO_BUILDTAGS=\\\"$(%__sed -e 's/,/ /g' release/DEFAULT_BUILD_TAGS)\\\"\\nexport CGO_LDFLAGS=\\\"-fuse-ld=mold\\\"\\n%gobuild -o %{name} ./cmd/%{name}\\n\\n%install\\n%__install -p -m 644 -D -t %{buildroot}%{_sysconfdir}/%{name} release/config/config.json\\n%__install -p -m 644 -D -t %{buildroot}%{_unitdir} release/config/%{name}*.service\\n%__install -p -m 755 -D -t %{buildroot}%{_bindir} %{name}\\n%__install -p -m 644 -D -t %{buildroot}%{_licensedir}/%{name} LICENSE\\n%__install -p -m 644 -D -t %{buildroot}%{_pkgdocdir} README.md\\n%__install -p -m 644 -D -t %{buildroot}%{_datadir}/polkit-1/rules.d release/config/%{name}.rules\\n%__install -p -m 644 -D -T release/config/%{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.conf\\n%__install -p -m 644 -D -T release/config/%{name}-split-dns.xml %{buildroot}%{_datadir}/dbus-1/system.d/%{name}.conf\\n%__install -p -m 644 -D -T release/completions/%{name}.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}\\n%__install -p -m 644 -D -T release/completions/%{name}.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}\\n%__install -p -m 644 -D -T release/completions/%{name}.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name}\\n%__cp -f -R -t %{buildroot}%{_pkgdocdir} docs/*\\n\\n%post\\n%systemd_post %{name}.service %{name}@.service\\n\\n%preun\\n%systemd_preun %{name}.service %{name}@.service\\n\\n%postun\\n%systemd_postun_with_restart %{name}.service %{name}@\\\\*.service\\n\\n%files\\n%license %{_licensedir}/*\\n%doc %{_pkgdocdir}\\n%config(noreplace) %{_sysconfdir}/*\\n%{_sysusersdir}/*\\n%{_unitdir}/*\\n%{_bindir}/*\\n%{_datadir}/dbus-1/system.d/*\\n%{_datadir}/polkit-1/rules.d/*\\n%{_datadir}/bash-completion/completions/*\\n%{_datadir}/fish/vendor_completions.d/*\\n%{_datadir}/zsh/site-functions/*\\nEOF\\n\", \"chroot\": \"fedora-45-x86_64\", \"builddeps\": \"git-core patch\", \"resultdir\": null, \"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": "10891309", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10891309, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-08-22 06:59:27,017][ INFO][PID:3265464] Sending fedora-messaging bus message in build.start [2026-08-22 06:59:27,561][ INFO][PID:3265464] Sending fedora-messaging bus message in chroot.start [2026-08-22 06:59:27,588][ INFO][PID:3265464] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10891309 --detached [2026-08-22 06:59:28,065][ INFO][PID:3265464] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '13.218.22.98' (ED25519) to the list of known hosts. [2026-08-22 06:59:28,067][ INFO][PID:3265464] Downloading the builder-live.log file, attempt 1 [2026-08-22 06:59:28,069][ INFO][PID:3265464] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@13.218.22.98 copr-rpmbuild-log [2026-08-22 06:59:33,088][ INFO][PID:3265464] Periodic builder liveness probe: alive [2026-08-22 06:59:33,090][ INFO][PID:3265464] Checking for cancel request [2026-08-22 06:59:38,091][ INFO][PID:3265464] Checking for cancel request [2026-08-22 06:59:43,095][ INFO][PID:3265464] Checking for cancel request [2026-08-22 06:59:43,097][ INFO][PID:3265464] Calling cancel callback, and waiting for thread.join() [2026-08-22 06:59:43,098][ INFO][PID:3265464] Canceling the build on the remote machine [2026-08-22 06:59:46,443][ INFO][PID:3265464] Cancel request succeeded out: success err: Warning: Permanently added '13.218.22.98' (ED25519) to the list of known hosts. [2026-08-22 06:59:46,444][ ERROR][PID:3265464] Build was canceled [2026-08-22 06:59:46,453][ INFO][PID:3265464] VM Release request [2026-08-22 06:59:46,470][WARNING][PID:3265464] Switching not-finished job state to 'failed' [2026-08-22 06:59:46,471][ INFO][PID:3265464] Worker failed build, took 19.488773107528687 [2026-08-22 06:59:46,472][ INFO][PID:3265464] 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": 1787381986.4702837, "started_on": 1787381966.9815106, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10891309", "build_id": 10891309, "package_name": "sing-box", "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/SagerNet/sing-box\\n%global version %(date +%Y%m%d)\\n%global commit 712046a26d12bf132568476c14c5b717584d1ac0\\n%global _forgeversionsuffix %{scm}%(printf %.7s %{commit})\\n%global source_date_epoch_from_changelog 0\\n%global _enable_debug_packages 0\\n%global gomodulesmode GO111MODULE=on\\n%forgemeta\\n\\nName: sing-box\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: Universal proxy platform\\nLicense: GPL-3.0-or-later\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nBuildRequires: golang-bin < 1.27~\\nBuildRequires: go-rpm-macros\\nBuildRequires: mold\\nBuildRequires: systemd-rpm-macros\\n\\n%description\\nsing-box is an advanced proxy platform.\\nIt allows to circumvent censorship and data discrimination.\\n\\n%prep\\n%forgeautosetup\\n%__sed -i -e \\\"s/unknown/$(%__sed -n -e '/^####\\\\s/{s///p;q}' docs/changelog.md)/\\\" constant/version.go\\n\\n%build\\nexport GOPROXY=\\\"https://proxy.golang.org,direct\\\"\\nexport GOFLAGS=\\\"-trimpath\\\"\\nexport GO_LDFLAGS=\\\"-s -w $(%__cat release/LDFLAGS)\\\"\\nexport GO_BUILDTAGS=\\\"$(%__sed -e 's/,/ /g' release/DEFAULT_BUILD_TAGS)\\\"\\nexport CGO_LDFLAGS=\\\"-fuse-ld=mold\\\"\\n%gobuild -o %{name} ./cmd/%{name}\\n\\n%install\\n%__install -p -m 644 -D -t %{buildroot}%{_sysconfdir}/%{name} release/config/config.json\\n%__install -p -m 644 -D -t %{buildroot}%{_unitdir} release/config/%{name}*.service\\n%__install -p -m 755 -D -t %{buildroot}%{_bindir} %{name}\\n%__install -p -m 644 -D -t %{buildroot}%{_licensedir}/%{name} LICENSE\\n%__install -p -m 644 -D -t %{buildroot}%{_pkgdocdir} README.md\\n%__install -p -m 644 -D -t %{buildroot}%{_datadir}/polkit-1/rules.d release/config/%{name}.rules\\n%__install -p -m 644 -D -T release/config/%{name}.sysusers %{buildroot}%{_sysusersdir}/%{name}.conf\\n%__install -p -m 644 -D -T release/config/%{name}-split-dns.xml %{buildroot}%{_datadir}/dbus-1/system.d/%{name}.conf\\n%__install -p -m 644 -D -T release/completions/%{name}.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}\\n%__install -p -m 644 -D -T release/completions/%{name}.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}\\n%__install -p -m 644 -D -T release/completions/%{name}.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name}\\n%__cp -f -R -t %{buildroot}%{_pkgdocdir} docs/*\\n\\n%post\\n%systemd_post %{name}.service %{name}@.service\\n\\n%preun\\n%systemd_preun %{name}.service %{name}@.service\\n\\n%postun\\n%systemd_postun_with_restart %{name}.service %{name}@\\\\*.service\\n\\n%files\\n%license %{_licensedir}/*\\n%doc %{_pkgdocdir}\\n%config(noreplace) %{_sysconfdir}/*\\n%{_sysusersdir}/*\\n%{_unitdir}/*\\n%{_bindir}/*\\n%{_datadir}/dbus-1/system.d/*\\n%{_datadir}/polkit-1/rules.d/*\\n%{_datadir}/bash-completion/completions/*\\n%{_datadir}/fish/vendor_completions.d/*\\n%{_datadir}/zsh/site-functions/*\\nEOF\\n\", \"chroot\": \"fedora-45-x86_64\", \"builddeps\": \"git-core patch\", \"resultdir\": null, \"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": "10891309", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10891309, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-08-22 06:59:46,532][ INFO][PID:3265464] Sending fedora-messaging bus message in build.end [2026-08-22 06:59:46,557][ INFO][PID:3265464] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10891309/builder-live.log by gzip [2026-08-22 06:59:46,559][ INFO][PID:3265464] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10891309/builder-live.log' as PID 3268149 [2026-08-22 06:59:46,692][ INFO][PID:3265464] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10891309/builder-live.log) [2026-08-22 06:59:46,696][ INFO][PID:3265464] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10891309/backend.log by gzip [2026-08-22 06:59:46,698][ INFO][PID:3265464] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10891309/backend.log' as PID 3268154