[2026-06-01 09:33:26,557][ INFO][PID:832497] Marking build as starting [2026-06-01 09:33:26,596][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:33:26,598][ INFO][PID:832497] VM allocation process starts [2026-06-01 09:33:26,627][ INFO][PID:832497] Trying to allocate VM: ResallocHost, ticket_id=3161402, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-01 09:33:31,629][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:33:36,630][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:33:38,662][ INFO][PID:832497] Allocated host ResallocHost, ticket_id=3161402, hostname=54.163.56.20, name=aws_x86_64_reserved_prod_10415378_20260601_092655, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-01 09:33:38,662][ INFO][PID:832497] Allocating ssh connection to builder [2026-06-01 09:33:38,663][ INFO][PID:832497] Checking that builder machine is OK [2026-06-01 09:33:39,042][ INFO][PID:832497] Installed copr-rpmbuild version: 1.8 [2026-06-01 09:33:39,043][ INFO][PID:832497] Running remote command: copr-builder-ready srpm-builds [2026-06-01 09:33:39,306][ INFO][PID:832497] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-06-01 09:33:39,307][ INFO][PID:832497] Filling build.info file with builder info [2026-06-01 09:33:39,308][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:33:39,309][ INFO][PID:832497] 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": 1780306419.3096714, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10530784", "build_id": 10530784, "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%define GO_LDFLAGS=-X \\\"github.com/openshift/osdctl/pkg/utils.Version=@version@\\\"\\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-44-x86_64\", \"builddeps\": \"jq sed\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmpq4dsedhn\", \"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--893d98ed-4782-407c-9a76-d6f177ba29c1", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "distributions_in_build": [ "fedora-42" ], "distributions_in_project": [ "fedora-42" ], "destdir": "/var/lib/copr/public_html/results/monad/osdctl", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/monad/osdctl", "result_dir": "10530784", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 10530784, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2026-06-01 09:33:39,347][ INFO][PID:832497] Sending fedora-messaging bus message in build.start [2026-06-01 09:33:39,884][ INFO][PID:832497] Sending fedora-messaging bus message in chroot.start [2026-06-01 09:33:39,919][ INFO][PID:832497] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10530784 --detached [2026-06-01 09:33:40,403][ INFO][PID:832497] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.163.56.20' (ED25519) to the list of known hosts. [2026-06-01 09:33:40,404][ INFO][PID:832497] Downloading the builder-live.log file, attempt 1 [2026-06-01 09:33:40,406][ INFO][PID:832497] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.163.56.20 copr-rpmbuild-log [2026-06-01 09:33:45,418][ INFO][PID:832497] Periodic builder liveness probe: alive [2026-06-01 09:33:45,419][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:33:50,421][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:33:55,422][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:34:00,424][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:34:05,425][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:34:10,428][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:34:15,432][ INFO][PID:832497] Checking for cancel request [2026-06-01 09:34:17,729][ INFO][PID:832497] Downloading results from builder [2026-06-01 09:34:17,977][ INFO][PID:832497] rsyncing of mockbuilder@54.163.56.20:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10530784 started [2026-06-01 09:34:17,978][ INFO][PID:832497] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.163.56.20:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10530784/ &> /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10530784/build-10530784.rsync.log [2026-06-01 09:34:18,475][ INFO][PID:832497] rsyncing finished. [2026-06-01 09:34:18,476][ INFO][PID:832497] VM Release request [2026-06-01 09:34:18,486][ INFO][PID:832497] Searching for 'success' file in resultdir [2026-06-01 09:34:18,487][ INFO][PID:832497] Getting build details [2026-06-01 09:34:18,488][ INFO][PID:832497] Retrieving SRPM info from /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10530784 [2026-06-01 09:34:18,489][ INFO][PID:832497] SRPM URL: https://download.copr.fedorainfracloud.org/results/monad/osdctl/srpm-builds/10530784/osdctl-0.60.0-1.src.rpm [2026-06-01 09:34:18,489][ INFO][PID:832497] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/monad/osdctl/srpm-builds/10530784/osdctl-0.60.0-1.src.rpm', 'pkg_name': 'osdctl', 'pkg_version': '0.60.0-1'} [2026-06-01 09:34:18,490][ INFO][PID:832497] Finished build: id=10530784 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/monad/osdctl chroot=srpm-builds [2026-06-01 09:34:18,492][ INFO][PID:832497] Worker succeeded build, took 39.18301868438721 [2026-06-01 09:34:18,493][ INFO][PID:832497] 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": 1780306458.49269, "started_on": 1780306419.3096714, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10530784", "build_id": 10530784, "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%define GO_LDFLAGS=-X \\\"github.com/openshift/osdctl/pkg/utils.Version=@version@\\\"\\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-44-x86_64\", \"builddeps\": \"jq sed\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmpq4dsedhn\", \"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/10530784/osdctl-0.60.0-1.src.rpm", "uses_devel_repo": null, "sandbox": "monad/osdctl--893d98ed-4782-407c-9a76-d6f177ba29c1", "results": { "architecture_specific_tags": { "fedora-42": { "exclusivearch": [ "aarch64", "armv3l", "armv4b", "armv4l", "armv4tl", "armv5tejl", "armv5tel", "armv5tl", "armv6hl", "armv6l", "armv7hl", "armv7hnl", "armv7l", "armv8hcnl", "armv8hl", "armv8hnl", "armv8l", "ppc64le", "riscv64", "s390x", "x86_64" ] } }, "name": "osdctl", "epoch": null, "version": "0.60.0", "release": "1" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "distributions_in_build": [ "fedora-42" ], "distributions_in_project": [ "fedora-42" ], "destdir": "/var/lib/copr/public_html/results/monad/osdctl", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/monad/osdctl", "result_dir": "10530784", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.60.0-1", "id": 10530784, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2026-06-01 09:34:18,541][ INFO][PID:832497] Sending fedora-messaging bus message in build.end [2026-06-01 09:34:18,571][ INFO][PID:832497] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10530784/builder-live.log by gzip [2026-06-01 09:34:18,573][ INFO][PID:832497] Running command 'gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10530784/builder-live.log' as PID 839552 [2026-06-01 09:34:18,590][ INFO][PID:832497] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10530784/builder-live.log) [2026-06-01 09:34:18,591][ INFO][PID:832497] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10530784/backend.log by gzip [2026-06-01 09:34:18,593][ INFO][PID:832497] Running command 'gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10530784/backend.log' as PID 839553