[2026-05-10 20:59:55,919][ INFO][PID:2855094] Marking build as starting [2026-05-10 20:59:55,959][ INFO][PID:2855094] Checking for cancel request [2026-05-10 20:59:55,961][ INFO][PID:2855094] VM allocation process starts [2026-05-10 20:59:55,971][ INFO][PID:2855094] Trying to allocate VM: ResallocHost, ticket_id=2817380, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-10 20:59:59,028][ INFO][PID:2855094] Allocated host ResallocHost, ticket_id=2817380, hostname=54.89.74.103, name=aws_x86_64_reserved_prod_08712714_20260510_202639, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-10 20:59:59,384][ INFO][PID:2855094] Allocating ssh connection to builder [2026-05-10 20:59:59,385][ INFO][PID:2855094] Checking that builder machine is OK [2026-05-10 20:59:59,737][ INFO][PID:2855094] Installed copr-rpmbuild version: 1.8 [2026-05-10 20:59:59,738][ INFO][PID:2855094] Running remote command: copr-builder-ready srpm-builds [2026-05-10 20:59:59,957][ INFO][PID:2855094] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-05-10 20:59:59,960][ INFO][PID:2855094] Filling build.info file with builder info [2026-05-10 20:59:59,961][ INFO][PID:2855094] Checking for cancel request [2026-05-10 20:59:59,963][ INFO][PID:2855094] 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": 1778446799.9628656, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10442339", "build_id": 10442339, "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 34c90e6f2ea7dae1609630ea798b742ea450d34d\\n%global _forgeversionsuffix %{scm}%(printf %.7s %{commit})\\n%global gomodulesmode GO111MODULE=on\\n%global source_date_epoch_from_changelog 0\\n%global _enable_debug_packages 0\\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\\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-44-x86_64\", \"builddeps\": \"git-core\", \"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-42", "fedora-43", "fedora-44", "fedora-rawhide" ], "distributions_in_project": [ "fedora-42", "fedora-43", "fedora-44", "fedora-rawhide" ], "destdir": "/var/lib/copr/public_html/results/vgaetera/extras", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras", "result_dir": "10442339", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 10442339, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-05-10 21:00:00,009][ INFO][PID:2855094] Sending fedora-messaging bus message in build.start [2026-05-10 21:00:00,448][ INFO][PID:2855094] Sending fedora-messaging bus message in chroot.start [2026-05-10 21:00:00,473][ INFO][PID:2855094] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10442339 --detached [2026-05-10 21:00:00,930][ INFO][PID:2855094] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.89.74.103' (ED25519) to the list of known hosts. [2026-05-10 21:00:00,931][ INFO][PID:2855094] Downloading the builder-live.log file, attempt 1 [2026-05-10 21:00:00,933][ INFO][PID:2855094] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.89.74.103 copr-rpmbuild-log [2026-05-10 21:00:05,937][ INFO][PID:2855094] Periodic builder liveness probe: alive [2026-05-10 21:00:05,938][ INFO][PID:2855094] Checking for cancel request [2026-05-10 21:00:10,939][ INFO][PID:2855094] Checking for cancel request [2026-05-10 21:00:15,940][ INFO][PID:2855094] Checking for cancel request [2026-05-10 21:00:20,942][ INFO][PID:2855094] Checking for cancel request [2026-05-10 21:00:25,943][ INFO][PID:2855094] Checking for cancel request [2026-05-10 21:00:30,944][ INFO][PID:2855094] Checking for cancel request [2026-05-10 21:00:32,460][ INFO][PID:2855094] Downloading results from builder [2026-05-10 21:00:32,461][ INFO][PID:2855094] rsyncing of mockbuilder@54.89.74.103:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10442339 started [2026-05-10 21:00:32,462][ INFO][PID:2855094] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.89.74.103:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10442339/ &> /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10442339/build-10442339.rsync.log [2026-05-10 21:00:32,718][ INFO][PID:2855094] rsyncing finished. [2026-05-10 21:00:32,719][ INFO][PID:2855094] VM Release request [2026-05-10 21:00:32,728][ INFO][PID:2855094] Searching for 'success' file in resultdir [2026-05-10 21:00:32,729][ INFO][PID:2855094] Getting build details [2026-05-10 21:00:32,730][ INFO][PID:2855094] Retrieving SRPM info from /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10442339 [2026-05-10 21:00:32,731][ INFO][PID:2855094] SRPM URL: https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10442339/sing-box-20260510^git34c90e6-1.src.rpm [2026-05-10 21:00:32,731][ INFO][PID:2855094] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10442339/sing-box-20260510^git34c90e6-1.src.rpm', 'pkg_name': 'sing-box', 'pkg_version': '20260510^git34c90e6-1'} [2026-05-10 21:00:32,732][ INFO][PID:2855094] Finished build: id=10442339 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/vgaetera/extras chroot=srpm-builds [2026-05-10 21:00:32,733][ INFO][PID:2855094] Worker succeeded build, took 32.77108693122864 [2026-05-10 21:00:32,734][ INFO][PID:2855094] 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": 1778446832.7339525, "started_on": 1778446799.9628656, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10442339", "build_id": 10442339, "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 34c90e6f2ea7dae1609630ea798b742ea450d34d\\n%global _forgeversionsuffix %{scm}%(printf %.7s %{commit})\\n%global gomodulesmode GO111MODULE=on\\n%global source_date_epoch_from_changelog 0\\n%global _enable_debug_packages 0\\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\\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-44-x86_64\", \"builddeps\": \"git-core\", \"resultdir\": null, \"repos\": \"\"}", "pkg_name": "sing-box", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10442339/sing-box-20260510^git34c90e6-1.src.rpm", "uses_devel_repo": null, "sandbox": "vgaetera/extras--vgaetera", "results": { "architecture_specific_tags": { "fedora-42": {}, "fedora-43": {}, "fedora-44": {}, "fedora-rawhide": {} }, "name": "sing-box", "epoch": null, "version": "20260510^git34c90e6", "release": "1" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "fedora-42", "fedora-43", "fedora-44", "fedora-rawhide" ], "distributions_in_project": [ "fedora-42", "fedora-43", "fedora-44", "fedora-rawhide" ], "destdir": "/var/lib/copr/public_html/results/vgaetera/extras", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras", "result_dir": "10442339", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "20260510^git34c90e6-1", "id": 10442339, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-05-10 21:00:32,787][ INFO][PID:2855094] Sending fedora-messaging bus message in build.end [2026-05-10 21:00:32,813][ INFO][PID:2855094] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10442339/builder-live.log by gzip [2026-05-10 21:00:32,815][ INFO][PID:2855094] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10442339/builder-live.log' as PID 2858136 [2026-05-10 21:00:32,820][ INFO][PID:2855094] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10442339/builder-live.log) [2026-05-10 21:00:32,821][ INFO][PID:2855094] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10442339/backend.log by gzip [2026-05-10 21:00:32,822][ INFO][PID:2855094] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10442339/backend.log' as PID 2858138