[2026-06-02 12:28:51,076][ INFO][PID:2072379] Marking build as starting [2026-06-02 12:28:51,181][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:28:51,191][ INFO][PID:2072379] VM allocation process starts [2026-06-02 12:28:51,226][ INFO][PID:2072379] Trying to allocate VM: ResallocHost, ticket_id=3185134, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-02 12:28:56,240][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:01,243][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:06,245][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:11,247][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:16,249][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:21,251][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:26,253][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:31,255][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:36,288][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:39,422][ INFO][PID:2072379] Allocated host ResallocHost, ticket_id=3185134, hostname=54.92.213.102, name=aws_x86_64_normal_prod_10453073_20260602_122802, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-02 12:29:39,423][ INFO][PID:2072379] Allocating ssh connection to builder [2026-06-02 12:29:39,423][ INFO][PID:2072379] Checking that builder machine is OK [2026-06-02 12:29:39,781][ INFO][PID:2072379] Installed copr-rpmbuild version: 1.8 [2026-06-02 12:29:39,783][ INFO][PID:2072379] Running remote command: copr-builder-ready srpm-builds [2026-06-02 12:29:40,023][ INFO][PID:2072379] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-06-02 12:29:40,024][ INFO][PID:2072379] Filling build.info file with builder info [2026-06-02 12:29:40,025][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:40,026][ INFO][PID:2072379] 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": 1780403380.0262015, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10536738", "build_id": 10536738, "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\": \"tmp9cjc59q6\", \"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--677c203d-4a55-4409-bf8c-ec1556c88891", "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": "10536738", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10536738, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2026-06-02 12:29:40,067][ INFO][PID:2072379] Sending fedora-messaging bus message in build.start [2026-06-02 12:29:40,686][ INFO][PID:2072379] Sending fedora-messaging bus message in chroot.start [2026-06-02 12:29:40,716][ INFO][PID:2072379] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10536738 --detached [2026-06-02 12:29:41,218][ INFO][PID:2072379] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.92.213.102' (ED25519) to the list of known hosts. [2026-06-02 12:29:41,220][ INFO][PID:2072379] Downloading the builder-live.log file, attempt 1 [2026-06-02 12:29:41,222][ INFO][PID:2072379] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.92.213.102 copr-rpmbuild-log [2026-06-02 12:29:46,230][ INFO][PID:2072379] Periodic builder liveness probe: alive [2026-06-02 12:29:46,231][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:51,234][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:29:56,239][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:30:01,241][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:30:06,245][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:30:11,247][ INFO][PID:2072379] Checking for cancel request [2026-06-02 12:30:13,226][ INFO][PID:2072379] Downloading results from builder [2026-06-02 12:30:13,233][ INFO][PID:2072379] rsyncing of mockbuilder@54.92.213.102:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10536738 started [2026-06-02 12:30:13,235][ INFO][PID:2072379] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.92.213.102:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10536738/ &> /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10536738/build-10536738.rsync.log [2026-06-02 12:30:13,545][ INFO][PID:2072379] rsyncing finished. [2026-06-02 12:30:13,547][ INFO][PID:2072379] VM Release request [2026-06-02 12:30:13,559][ INFO][PID:2072379] Searching for 'success' file in resultdir [2026-06-02 12:30:13,563][ ERROR][PID:2072379] Build failed: Backend process error: No success file => build failure [2026-06-02 12:30:13,593][ INFO][PID:2072379] Finished build: id=10536738 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/monad/osdctl chroot=srpm-builds [2026-06-02 12:30:13,599][ ERROR][PID:2072379] Backend process error: No success file => build failure [2026-06-02 12:30:13,615][ INFO][PID:2072379] Worker failed build, took 33.5889196395874 [2026-06-02 12:30:13,616][ INFO][PID:2072379] 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": 1780403413.6151211, "started_on": 1780403380.0262015, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10536738", "build_id": 10536738, "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\": \"tmp9cjc59q6\", \"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--677c203d-4a55-4409-bf8c-ec1556c88891", "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": "10536738", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10536738, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2026-06-02 12:30:13,672][ INFO][PID:2072379] Sending fedora-messaging bus message in build.end [2026-06-02 12:30:13,701][ INFO][PID:2072379] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10536738/builder-live.log by gzip [2026-06-02 12:30:13,703][ INFO][PID:2072379] Running command 'gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10536738/builder-live.log' as PID 2086741 [2026-06-02 12:30:14,231][ INFO][PID:2072379] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10536738/builder-live.log) [2026-06-02 12:30:14,232][ INFO][PID:2072379] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10536738/backend.log by gzip [2026-06-02 12:30:14,234][ INFO][PID:2072379] Running command 'gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/10536738/backend.log' as PID 2086916