[2025-07-25 09:06:51,374][ INFO][PID:1844172] Marking build as starting [2025-07-25 09:06:51,423][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:06:51,428][ INFO][PID:1844172] VM allocation process starts [2025-07-25 09:06:51,477][ INFO][PID:1844172] Trying to allocate VM: ResallocHost, ticket_id=4127664, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-25 09:06:56,484][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:01,493][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:06,494][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:11,500][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:16,504][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:21,506][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:26,509][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:31,511][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:36,517][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:41,522][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:46,535][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:51,539][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:07:56,541][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:01,546][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:06,557][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:11,563][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:16,564][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:19,820][ INFO][PID:1844172] Allocated host ResallocHost, ticket_id=4127664, hostname=34.204.175.152, name=aws_x86_64_spot_prod_05868256_20250725_090607, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-25 09:08:19,823][ INFO][PID:1844172] Allocating ssh connection to builder [2025-07-25 09:08:19,824][ INFO][PID:1844172] Checking that builder machine is OK [2025-07-25 09:08:20,362][ INFO][PID:1844172] Running remote command: copr-builder-ready srpm-builds [2025-07-25 09:08:20,662][ INFO][PID:1844172] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-07-25 09:08:20,662][ INFO][PID:1844172] Filling build.info file with builder info [2025-07-25 09:08:20,667][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:20,674][ INFO][PID:1844172] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "monad", "project_name": "osdctl", "project_dirname": "osdctl", "submitter": null, "ended_on": null, "started_on": 1753434500.6742125, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9330492", "build_id": 9330492, "package_name": "osdctl", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env sh\\n\\n# Check that the event payload exists:\\nif [[ ! -f hook_payload ]]; then\\n echo \\\"Event payload file 'hook_payload' doesn't exist\\\"\\n exit 1\\nfi\\n\\n# Check that the event is the creation of a tag:\\nref_type=$(cat hook_payload | jq -r .ref_type)\\nif [[ \\\"${ref_type}\\\" != \\\"tag\\\" ]]; then\\n echo \\\"Expected reference type 'tag' but got '${ref_type}'\\\"\\n exit 1\\nfi\\n\\n# Check that the tag is well formed:\\nref=$(cat hook_payload | jq -r .ref)\\nif [[ ! \\\"${ref}\\\" =~ ^v[0-9]+\\\\.[0-9]+\\\\.[0-9]+$ ]]; then\\n echo \\\"Reference '${ref}' isn't well formed\\\"\\n exit 1\\nfi\\n\\n# Set the version to use:\\nversion=\\\"${ref:1}\\\"\\n\\n# Generate the .spec file:\\ncat > osdctl.spec.in <<\\\".\\\"\\n# Generated by go2rpm 1.15.0\\n%bcond check 1\\n%bcond bootstrap 0\\n\\n%if %{with bootstrap}\\n%global debug_package %{nil}\\n%endif\\n\\n%if %{with bootstrap}\\n%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\\\\\\\(.*\\\\\\\\)$\\n%endif\\n\\n# https://github.com/openshift/osdctl\\n%global goipath github.com/openshift/osdctl\\n\\n%global common_description %{expand:\\nCLI for the OSD utilities.}\\n\\n%global golicenses LICENSE\\n%global godocs README.md\\n\\nBuildRequires: git\\nName: osdctl\\nRelease: %autorelease\\nSummary: CLI for the OSD utilities\\nLicense: Apache-2.0\\nURL: https://github.com/bergmannf/osdctl\\nVersion: @version@\\nSource: %{url}/archive/v%{version}/osdctl-%{version}.tar.gz\\n\\n# REMOVE BEFORE SUBMITTING THIS FOR REVIEW\\n# ---\\n# New Fedora packages should use %%gometa -f, which makes the package\\n# ExclusiveArch to %%golang_arches_future and thus excludes the package from\\n# %%ix86. If the new package is needed as a dependency for another package,\\n# please consider removing that package from %%ix86 in the same way, instead of\\n# building more go packages for i686. If your package is not a leaf package,\\n# you'll need to coordinate the removal of the package's dependents first.\\n# ---\\n# REMOVE BEFORE SUBMITTING THIS FOR REVIEW\\n%gometa -L -f\\n\\n%description %{common_description}\\n\\n%gopkg\\n\\n%prep\\n%goprep -A\\n\\n%if %{without bootstrap}\\n%generate_buildrequires\\n# %go_generate_buildrequires\\n%endif\\n\\n%if %{without bootstrap}\\n%define gomodulesmode GO111MODULE=on\\n%build\\n%gobuild -o %{gobuilddir}/bin/osdctl %{goipath}\\n%endif\\n\\n%install\\n%gopkginstall\\n%if %{without bootstrap}\\ninstall -m 0755 -vd %{buildroot}%{_bindir}\\ninstall -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/\\n%endif\\n\\n%if %{without bootstrap}\\n%if %{with check}\\n%endif\\n%endif\\n\\n%if %{without bootstrap}\\n%files\\n%license LICENSE\\n%doc README.md\\n%{_bindir}/osdctl\\n%endif\\n\\n%gopkgfiles\\n\\n%changelog\\n%autochangelog\\n.\\nsed \\\\\\n -e \\\"s/@version@/${version}/g\\\" \\\\\\n < osdctl.spec.in \\\\\\n > osdctl.spec\\n\", \"chroot\": \"fedora-42-x86_64\", \"builddeps\": \"jq sed\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmpss54pu9t\", \"hook_data\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "monad/osdctl--1e7e457c-8908-42f7-b384-7660127ad542", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/monad/osdctl", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/monad/osdctl", "result_dir": "09330492", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9330492, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2025-07-25 09:08:20,698][ INFO][PID:1844172] Sending fedora-messaging bus message in build.start [2025-07-25 09:08:22,869][ INFO][PID:1844172] Sending fedora-messaging bus message in chroot.start [2025-07-25 09:08:22,987][ INFO][PID:1844172] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9330492 --detached [2025-07-25 09:08:23,387][ INFO][PID:1844172] Downloading the builder-live.log file, attempt 1 [2025-07-25 09:08:23,399][ INFO][PID:1844172] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@34.204.175.152 copr-rpmbuild-log [2025-07-25 09:08:28,409][ INFO][PID:1844172] Periodic builder liveness probe: alive [2025-07-25 09:08:28,415][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:33,420][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:38,438][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:43,443][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:48,452][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:53,454][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:08:58,458][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:09:03,460][ INFO][PID:1844172] Checking for cancel request [2025-07-25 09:09:03,921][ INFO][PID:1844172] Downloading results from builder [2025-07-25 09:09:03,926][ INFO][PID:1844172] rsyncing of mockbuilder@34.204.175.152:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09330492 started [2025-07-25 09:09:03,928][ INFO][PID:1844172] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@34.204.175.152:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09330492/ &> /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09330492/build-09330492.rsync.log [2025-07-25 09:09:04,336][ INFO][PID:1844172] rsyncing finished. [2025-07-25 09:09:04,338][ INFO][PID:1844172] Releasing VM back to pool [2025-07-25 09:09:04,433][ INFO][PID:1844172] Searching for 'success' file in resultdir [2025-07-25 09:09:04,437][ INFO][PID:1844172] Getting build details [2025-07-25 09:09:04,438][ INFO][PID:1844172] Retrieving SRPM info from /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09330492 [2025-07-25 09:09:04,443][ INFO][PID:1844172] SRPM URL: https://download.copr.fedorainfracloud.org/results/monad/osdctl/srpm-builds/09330492/osdctl-0.45.1-1.src.rpm [2025-07-25 09:09:04,444][ INFO][PID:1844172] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/monad/osdctl/srpm-builds/09330492/osdctl-0.45.1-1.src.rpm', 'pkg_name': 'osdctl', 'pkg_version': '0.45.1-1'} [2025-07-25 09:09:04,446][ INFO][PID:1844172] Finished build: id=9330492 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/monad/osdctl chroot=srpm-builds [2025-07-25 09:09:04,449][ INFO][PID:1844172] Worker succeeded build, took 43.7751190662384 [2025-07-25 09:09:04,451][ INFO][PID:1844172] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "monad", "project_name": "osdctl", "project_dirname": "osdctl", "submitter": null, "ended_on": 1753434544.4493315, "started_on": 1753434500.6742125, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9330492", "build_id": 9330492, "package_name": "osdctl", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env sh\\n\\n# Check that the event payload exists:\\nif [[ ! -f hook_payload ]]; then\\n echo \\\"Event payload file 'hook_payload' doesn't exist\\\"\\n exit 1\\nfi\\n\\n# Check that the event is the creation of a tag:\\nref_type=$(cat hook_payload | jq -r .ref_type)\\nif [[ \\\"${ref_type}\\\" != \\\"tag\\\" ]]; then\\n echo \\\"Expected reference type 'tag' but got '${ref_type}'\\\"\\n exit 1\\nfi\\n\\n# Check that the tag is well formed:\\nref=$(cat hook_payload | jq -r .ref)\\nif [[ ! \\\"${ref}\\\" =~ ^v[0-9]+\\\\.[0-9]+\\\\.[0-9]+$ ]]; then\\n echo \\\"Reference '${ref}' isn't well formed\\\"\\n exit 1\\nfi\\n\\n# Set the version to use:\\nversion=\\\"${ref:1}\\\"\\n\\n# Generate the .spec file:\\ncat > osdctl.spec.in <<\\\".\\\"\\n# Generated by go2rpm 1.15.0\\n%bcond check 1\\n%bcond bootstrap 0\\n\\n%if %{with bootstrap}\\n%global debug_package %{nil}\\n%endif\\n\\n%if %{with bootstrap}\\n%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\\\\\\\(.*\\\\\\\\)$\\n%endif\\n\\n# https://github.com/openshift/osdctl\\n%global goipath github.com/openshift/osdctl\\n\\n%global common_description %{expand:\\nCLI for the OSD utilities.}\\n\\n%global golicenses LICENSE\\n%global godocs README.md\\n\\nBuildRequires: git\\nName: osdctl\\nRelease: %autorelease\\nSummary: CLI for the OSD utilities\\nLicense: Apache-2.0\\nURL: https://github.com/bergmannf/osdctl\\nVersion: @version@\\nSource: %{url}/archive/v%{version}/osdctl-%{version}.tar.gz\\n\\n# REMOVE BEFORE SUBMITTING THIS FOR REVIEW\\n# ---\\n# New Fedora packages should use %%gometa -f, which makes the package\\n# ExclusiveArch to %%golang_arches_future and thus excludes the package from\\n# %%ix86. If the new package is needed as a dependency for another package,\\n# please consider removing that package from %%ix86 in the same way, instead of\\n# building more go packages for i686. If your package is not a leaf package,\\n# you'll need to coordinate the removal of the package's dependents first.\\n# ---\\n# REMOVE BEFORE SUBMITTING THIS FOR REVIEW\\n%gometa -L -f\\n\\n%description %{common_description}\\n\\n%gopkg\\n\\n%prep\\n%goprep -A\\n\\n%if %{without bootstrap}\\n%generate_buildrequires\\n# %go_generate_buildrequires\\n%endif\\n\\n%if %{without bootstrap}\\n%define gomodulesmode GO111MODULE=on\\n%build\\n%gobuild -o %{gobuilddir}/bin/osdctl %{goipath}\\n%endif\\n\\n%install\\n%gopkginstall\\n%if %{without bootstrap}\\ninstall -m 0755 -vd %{buildroot}%{_bindir}\\ninstall -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/\\n%endif\\n\\n%if %{without bootstrap}\\n%if %{with check}\\n%endif\\n%endif\\n\\n%if %{without bootstrap}\\n%files\\n%license LICENSE\\n%doc README.md\\n%{_bindir}/osdctl\\n%endif\\n\\n%gopkgfiles\\n\\n%changelog\\n%autochangelog\\n.\\nsed \\\\\\n -e \\\"s/@version@/${version}/g\\\" \\\\\\n < osdctl.spec.in \\\\\\n > osdctl.spec\\n\", \"chroot\": \"fedora-42-x86_64\", \"builddeps\": \"jq sed\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmpss54pu9t\", \"hook_data\": true}", "pkg_name": "osdctl", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/monad/osdctl/srpm-builds/09330492/osdctl-0.45.1-1.src.rpm", "uses_devel_repo": null, "sandbox": "monad/osdctl--1e7e457c-8908-42f7-b384-7660127ad542", "results": { "name": "osdctl", "epoch": null, "version": "0.45.1", "release": "1", "exclusivearch": [ "x86_64", "armv3l", "armv4b", "armv4l", "armv4tl", "armv5tl", "armv5tel", "armv5tejl", "armv6l", "armv6hl", "armv7l", "armv7hl", "armv7hnl", "armv8l", "armv8hl", "armv8hnl", "armv8hcnl", "aarch64", "ppc64le", "s390x", "riscv64" ], "excludearch": [] }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/monad/osdctl", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/monad/osdctl", "result_dir": "09330492", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.45.1-1", "id": 9330492, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2025-07-25 09:09:04,589][ INFO][PID:1844172] Sending fedora-messaging bus message in build.end [2025-07-25 09:09:04,675][ INFO][PID:1844172] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09330492/builder-live.log by gzip [2025-07-25 09:09:04,681][ INFO][PID:1844172] Running command 'gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09330492/builder-live.log' as PID 1870712 [2025-07-25 09:09:04,687][ INFO][PID:1844172] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09330492/builder-live.log) [2025-07-25 09:09:04,688][ INFO][PID:1844172] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09330492/backend.log by gzip [2025-07-25 09:09:04,694][ INFO][PID:1844172] Running command 'gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09330492/backend.log' as PID 1870720