[2025-07-25 09:54:51,823][ INFO][PID:2393810] Marking build as starting [2025-07-25 09:54:51,866][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:54:51,876][ INFO][PID:2393810] VM allocation process starts [2025-07-25 09:54:51,936][ INFO][PID:2393810] Trying to allocate VM: ResallocHost, ticket_id=4130812, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-25 09:54:56,944][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:01,954][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:06,959][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:11,961][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:16,972][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:21,979][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:26,983][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:31,986][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:36,990][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:41,994][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:47,002][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:52,007][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:55:57,011][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:02,014][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:07,016][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:12,020][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:17,022][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:22,029][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:27,034][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:32,038][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:37,040][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:42,045][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:47,047][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:52,049][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:56:57,050][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:02,053][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:07,055][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:10,329][ INFO][PID:2393810] Allocated host ResallocHost, ticket_id=4130812, hostname=2620:52:3:1:dead:beef:cafe:c11b, name=copr_hv_x86_64_01_prod_05869632_20250725_095409, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-25 09:57:10,332][ INFO][PID:2393810] Allocating ssh connection to builder [2025-07-25 09:57:10,332][ INFO][PID:2393810] Checking that builder machine is OK [2025-07-25 09:57:10,983][ INFO][PID:2393810] Running remote command: copr-builder-ready srpm-builds [2025-07-25 09:57:11,420][ INFO][PID:2393810] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-07-25 09:57:11,420][ INFO][PID:2393810] Filling build.info file with builder info [2025-07-25 09:57:11,421][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:11,423][ INFO][PID:2393810] 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": 1753437431.4226425, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9332383", "build_id": 9332383, "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 -X \\\"github.com/openshift/osdctl/pkg/utils.Version=@version@\\\" -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\": \"tmpr4dalejc\", \"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--2a2c1aeb-2e04-4b07-96ab-6d4983f7973e", "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": "09332383", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9332383, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2025-07-25 09:57:11,464][ INFO][PID:2393810] Sending fedora-messaging bus message in build.start [2025-07-25 09:57:14,097][ INFO][PID:2393810] Sending fedora-messaging bus message in chroot.start [2025-07-25 09:57:14,189][ INFO][PID:2393810] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9332383 --detached [2025-07-25 09:57:14,898][ INFO][PID:2393810] Downloading the builder-live.log file, attempt 1 [2025-07-25 09:57:14,909][ INFO][PID:2393810] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c11b copr-rpmbuild-log [2025-07-25 09:57:19,930][ INFO][PID:2393810] Periodic builder liveness probe: alive [2025-07-25 09:57:19,935][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:24,938][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:29,941][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:34,947][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:39,950][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:44,957][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:49,962][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:54,965][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:57:59,968][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:58:04,970][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:58:09,973][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:58:14,977][ INFO][PID:2393810] Checking for cancel request [2025-07-25 09:58:17,131][ INFO][PID:2393810] Downloading results from builder [2025-07-25 09:58:17,132][ INFO][PID:2393810] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c11b]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332383 started [2025-07-25 09:58:17,135][ INFO][PID:2393810] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@[2620:52:3:1:dead:beef:cafe:c11b]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332383/ &> /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332383/build-09332383.rsync.log [2025-07-25 09:58:17,859][ INFO][PID:2393810] rsyncing finished. [2025-07-25 09:58:17,861][ INFO][PID:2393810] Releasing VM back to pool [2025-07-25 09:58:17,899][ INFO][PID:2393810] Searching for 'success' file in resultdir [2025-07-25 09:58:17,901][ INFO][PID:2393810] Getting build details [2025-07-25 09:58:17,904][ INFO][PID:2393810] Retrieving SRPM info from /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332383 [2025-07-25 09:58:17,908][ INFO][PID:2393810] SRPM URL: https://download.copr.fedorainfracloud.org/results/monad/osdctl/srpm-builds/09332383/osdctl-0.45.1-1.src.rpm [2025-07-25 09:58:17,912][ INFO][PID:2393810] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/monad/osdctl/srpm-builds/09332383/osdctl-0.45.1-1.src.rpm', 'pkg_name': 'osdctl', 'pkg_version': '0.45.1-1'} [2025-07-25 09:58:17,915][ INFO][PID:2393810] Finished build: id=9332383 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/monad/osdctl chroot=srpm-builds [2025-07-25 09:58:17,926][ INFO][PID:2393810] Worker succeeded build, took 66.5037887096405 [2025-07-25 09:58:17,927][ INFO][PID:2393810] 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": 1753437497.9264312, "started_on": 1753437431.4226425, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9332383", "build_id": 9332383, "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 -X \\\"github.com/openshift/osdctl/pkg/utils.Version=@version@\\\" -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\": \"tmpr4dalejc\", \"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/09332383/osdctl-0.45.1-1.src.rpm", "uses_devel_repo": null, "sandbox": "monad/osdctl--2a2c1aeb-2e04-4b07-96ab-6d4983f7973e", "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": "09332383", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.45.1-1", "id": 9332383, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2025-07-25 09:58:17,971][ INFO][PID:2393810] Sending fedora-messaging bus message in build.end [2025-07-25 09:58:18,011][ INFO][PID:2393810] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332383/builder-live.log by gzip [2025-07-25 09:58:18,013][ INFO][PID:2393810] Running command 'gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332383/builder-live.log' as PID 2437927 [2025-07-25 09:58:18,023][ INFO][PID:2393810] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332383/builder-live.log) [2025-07-25 09:58:18,026][ INFO][PID:2393810] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332383/backend.log by gzip [2025-07-25 09:58:18,029][ INFO][PID:2393810] Running command 'gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332383/backend.log' as PID 2437931