[2026-06-02 22:56:12,443][ INFO][PID:3033058] Marking build as starting [2026-06-02 22:56:12,577][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:56:12,588][ INFO][PID:3033058] VM allocation process starts [2026-06-02 22:56:12,637][ INFO][PID:3033058] Trying to allocate VM: ResallocHost, ticket_id=3209922, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-02 22:56:17,642][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:56:22,643][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:56:27,645][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:56:32,649][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:56:37,652][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:56:42,657][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:56:47,659][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:56:52,660][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:56:57,663][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:02,673][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:07,690][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:12,697][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:17,702][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:22,746][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:27,750][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:32,761][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:37,773][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:40,869][ INFO][PID:3033058] Allocated host ResallocHost, ticket_id=3209922, hostname=2620:52:6:1161:dead:beef:cafe:c105, name=vmhost_x86_01_prod_10472725_20260602_225254, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-02 22:57:40,871][ INFO][PID:3033058] Allocating ssh connection to builder [2026-06-02 22:57:40,871][ INFO][PID:3033058] Checking that builder machine is OK [2026-06-02 22:57:41,430][ INFO][PID:3033058] Installed copr-rpmbuild version: 1.8 [2026-06-02 22:57:41,431][ INFO][PID:3033058] Running remote command: copr-builder-ready srpm-builds [2026-06-02 22:57:41,785][ INFO][PID:3033058] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-06-02 22:57:41,786][ INFO][PID:3033058] Filling build.info file with builder info [2026-06-02 22:57:41,787][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:41,789][ INFO][PID:3033058] 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": 1780441061.7889833, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10550067", "build_id": 10550067, "package_name": "yggnet", "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/yggdrasil-network/yggdrasil-go\\n%global version %(date +%Y%m%d)\\n%global commit 5b2647bc7eccaf67be14e9a3dca332f98f422f9a\\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: yggnet\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: Yggdrasil overlay network\\nLicense: LGPL-3.0-only\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nSource1: %{name}.sysusers\\nBuildRequires: golang-bin\\nBuildRequires: go-rpm-macros\\nBuildRequires: systemd-rpm-macros\\n\\n%description\\nYggdrasil is an overlay mesh network that relies on IPv6.\\nKey features of this network:\\n- Supports large, complex or even Internet-scale topologies.\\n- Responds quickly to connection failures or mobility events.\\n- Provides end-to-end encryption for traffic over the network.\\n- Works entirely ad-hoc by design and completely decentralized.\\n- Supported on Linux, macOS, Windows, Android, iOS and more.\\n\\n%prep\\n%forgeautosetup\\n%__sed -i -e 's/yggdrasil/%{name}/' src/config/defaults_linux.go\\nfor MODULE in yggdrasil yggdrasil-default-config\\ndo %__sed -e '/^Description=/!s/yggdrasil/%{name}/g' \\\\\\ncontrib/systemd/${MODULE}.service > ${MODULE/yggdrasil/%{name}}.service\\ndone\\n\\n%build\\nexport GOPROXY=\\\"https://proxy.golang.org,direct\\\"\\nexport GOFLAGS=\\\"-trimpath\\\"\\nexport GO_LDFLAGS=\\\"-s -w\\\"\\nfor MODULE in yggdrasil yggdrasilctl\\ndo %gobuild -o ${MODULE/yggdrasil/%{name}} ./cmd/${MODULE}\\ndone\\n\\n%install\\nfor MODULE in %{name} %{name}-default-config\\ndo %__install -p -m 644 -D -t %{buildroot}%{_unitdir} ${MODULE}.service\\ndone\\n%__install -p -m 644 -D -T %{SOURCE1} %{buildroot}%{_sysusersdir}/%{name}.conf\\n%__install -p -m 755 -D -t %{buildroot}%{_bindir} %{name} %{name}ctl\\n%__install -p -m 644 -D -t %{buildroot}%{_licensedir}/%{name} LICENSE\\n%__install -p -m 644 -D -t %{buildroot}%{_pkgdocdir} CHANGELOG.md README.md\\n\\n%post\\n%systemd_post %{name}.service\\n\\n%preun\\n%systemd_preun %{name}.service\\n\\n%postun\\n%systemd_postun_with_restart %{name}.service\\n\\n%files\\n%license %{_licensedir}/*\\n%doc %{_pkgdocdir}\\n%{_sysusersdir}/*\\n%{_unitdir}/*\\n%{_bindir}/*\\nEOF\\n\\ntee ${COPR_PACKAGE}.sysusers << \\\"EOF\\\" > /dev/null\\ng yggnet\\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": "10550067", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10550067, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-06-02 22:57:41,840][ INFO][PID:3033058] Sending fedora-messaging bus message in build.start [2026-06-02 22:57:42,552][ INFO][PID:3033058] Sending fedora-messaging bus message in chroot.start [2026-06-02 22:57:42,635][ INFO][PID:3033058] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10550067 --detached [2026-06-02 22:57:43,275][ INFO][PID:3033058] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:6:1161:dead:beef:cafe:c105' (ED25519) to the list of known hosts. [2026-06-02 22:57:43,278][ INFO][PID:3033058] Downloading the builder-live.log file, attempt 1 [2026-06-02 22:57:43,288][ INFO][PID:3033058] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:6:1161:dead:beef:cafe:c105 copr-rpmbuild-log [2026-06-02 22:57:48,379][ INFO][PID:3033058] Periodic builder liveness probe: alive [2026-06-02 22:57:48,384][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:53,390][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:57:58,393][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:58:03,400][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:58:08,403][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:58:13,406][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:58:18,423][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:58:23,425][ INFO][PID:3033058] Checking for cancel request [2026-06-02 22:58:23,799][ INFO][PID:3033058] Downloading results from builder [2026-06-02 22:58:23,800][ INFO][PID:3033058] rsyncing of mockbuilder@[2620:52:6:1161:dead:beef:cafe:c105]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10550067 started [2026-06-02 22:58:23,801][ INFO][PID:3033058] 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:c105]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10550067/ &> /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10550067/build-10550067.rsync.log [2026-06-02 22:58:24,296][ INFO][PID:3033058] rsyncing finished. [2026-06-02 22:58:24,297][ INFO][PID:3033058] VM Release request [2026-06-02 22:58:24,314][ INFO][PID:3033058] Searching for 'success' file in resultdir [2026-06-02 22:58:24,315][ INFO][PID:3033058] Getting build details [2026-06-02 22:58:24,316][ INFO][PID:3033058] Retrieving SRPM info from /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10550067 [2026-06-02 22:58:24,317][ INFO][PID:3033058] SRPM URL: https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10550067/yggnet-20260602^git5b2647b-1.src.rpm [2026-06-02 22:58:24,318][ INFO][PID:3033058] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10550067/yggnet-20260602^git5b2647b-1.src.rpm', 'pkg_name': 'yggnet', 'pkg_version': '20260602^git5b2647b-1'} [2026-06-02 22:58:24,319][ INFO][PID:3033058] Finished build: id=10550067 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/vgaetera/extras chroot=srpm-builds [2026-06-02 22:58:24,321][ INFO][PID:3033058] Worker succeeded build, took 42.53248691558838 [2026-06-02 22:58:24,322][ INFO][PID:3033058] 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": 1780441104.3214703, "started_on": 1780441061.7889833, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10550067", "build_id": 10550067, "package_name": "yggnet", "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/yggdrasil-network/yggdrasil-go\\n%global version %(date +%Y%m%d)\\n%global commit 5b2647bc7eccaf67be14e9a3dca332f98f422f9a\\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: yggnet\\nVersion: %{forgeversion}\\nRelease: %{autorelease}\\nSummary: Yggdrasil overlay network\\nLicense: LGPL-3.0-only\\nURL: %{forgeurl}\\nSource0: %{forgesource}\\nSource1: %{name}.sysusers\\nBuildRequires: golang-bin\\nBuildRequires: go-rpm-macros\\nBuildRequires: systemd-rpm-macros\\n\\n%description\\nYggdrasil is an overlay mesh network that relies on IPv6.\\nKey features of this network:\\n- Supports large, complex or even Internet-scale topologies.\\n- Responds quickly to connection failures or mobility events.\\n- Provides end-to-end encryption for traffic over the network.\\n- Works entirely ad-hoc by design and completely decentralized.\\n- Supported on Linux, macOS, Windows, Android, iOS and more.\\n\\n%prep\\n%forgeautosetup\\n%__sed -i -e 's/yggdrasil/%{name}/' src/config/defaults_linux.go\\nfor MODULE in yggdrasil yggdrasil-default-config\\ndo %__sed -e '/^Description=/!s/yggdrasil/%{name}/g' \\\\\\ncontrib/systemd/${MODULE}.service > ${MODULE/yggdrasil/%{name}}.service\\ndone\\n\\n%build\\nexport GOPROXY=\\\"https://proxy.golang.org,direct\\\"\\nexport GOFLAGS=\\\"-trimpath\\\"\\nexport GO_LDFLAGS=\\\"-s -w\\\"\\nfor MODULE in yggdrasil yggdrasilctl\\ndo %gobuild -o ${MODULE/yggdrasil/%{name}} ./cmd/${MODULE}\\ndone\\n\\n%install\\nfor MODULE in %{name} %{name}-default-config\\ndo %__install -p -m 644 -D -t %{buildroot}%{_unitdir} ${MODULE}.service\\ndone\\n%__install -p -m 644 -D -T %{SOURCE1} %{buildroot}%{_sysusersdir}/%{name}.conf\\n%__install -p -m 755 -D -t %{buildroot}%{_bindir} %{name} %{name}ctl\\n%__install -p -m 644 -D -t %{buildroot}%{_licensedir}/%{name} LICENSE\\n%__install -p -m 644 -D -t %{buildroot}%{_pkgdocdir} CHANGELOG.md README.md\\n\\n%post\\n%systemd_post %{name}.service\\n\\n%preun\\n%systemd_preun %{name}.service\\n\\n%postun\\n%systemd_postun_with_restart %{name}.service\\n\\n%files\\n%license %{_licensedir}/*\\n%doc %{_pkgdocdir}\\n%{_sysusersdir}/*\\n%{_unitdir}/*\\n%{_bindir}/*\\nEOF\\n\\ntee ${COPR_PACKAGE}.sysusers << \\\"EOF\\\" > /dev/null\\ng yggnet\\nEOF\\n\", \"chroot\": \"fedora-44-x86_64\", \"builddeps\": \"git-core\", \"resultdir\": null, \"repos\": \"\"}", "pkg_name": "yggnet", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/vgaetera/extras/srpm-builds/10550067/yggnet-20260602^git5b2647b-1.src.rpm", "uses_devel_repo": null, "sandbox": "vgaetera/extras--vgaetera", "results": { "architecture_specific_tags": { "fedora-42": {}, "fedora-43": {}, "fedora-44": {}, "fedora-rawhide": {} }, "name": "yggnet", "epoch": null, "version": "20260602^git5b2647b", "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": "10550067", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "20260602^git5b2647b-1", "id": 10550067, "mockchain_macros": { "copr_username": "vgaetera", "copr_projectname": "extras", "vendor": "Fedora Project COPR (vgaetera/extras)" } } ] } [2026-06-02 22:58:24,409][ INFO][PID:3033058] Sending fedora-messaging bus message in build.end [2026-06-02 22:58:24,438][ INFO][PID:3033058] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10550067/builder-live.log by gzip [2026-06-02 22:58:24,440][ INFO][PID:3033058] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10550067/builder-live.log' as PID 3058117 [2026-06-02 22:58:24,445][ INFO][PID:3033058] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10550067/builder-live.log) [2026-06-02 22:58:24,446][ INFO][PID:3033058] Compressing /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10550067/backend.log by gzip [2026-06-02 22:58:24,448][ INFO][PID:3033058] Running command 'gzip /var/lib/copr/public_html/results/vgaetera/extras/srpm-builds/10550067/backend.log' as PID 3058118