[2025-07-25 09:54:26,393][ INFO][PID:2388097] Marking build as starting [2025-07-25 09:54:26,441][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:54:26,444][ INFO][PID:2388097] VM allocation process starts [2025-07-25 09:54:26,536][ INFO][PID:2388097] Trying to allocate VM: ResallocHost, ticket_id=4130787, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-25 09:54:31,542][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:54:36,543][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:54:41,544][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:54:46,551][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:54:51,552][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:54:56,559][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:01,569][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:06,578][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:11,584][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:16,586][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:21,599][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:26,600][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:31,604][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:36,605][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:41,613][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:46,621][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:51,623][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:55:56,624][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:01,627][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:06,632][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:11,636][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:16,638][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:21,644][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:26,645][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:31,647][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:36,653][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:41,661][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:44,826][ INFO][PID:2388097] Allocated host ResallocHost, ticket_id=4130787, hostname=54.227.19.165, name=aws_x86_64_normalreserved_prod_05869641_20250725_095410, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-25 09:56:44,829][ INFO][PID:2388097] Allocating ssh connection to builder [2025-07-25 09:56:44,830][ INFO][PID:2388097] Checking that builder machine is OK [2025-07-25 09:56:45,305][ INFO][PID:2388097] Running remote command: copr-builder-ready srpm-builds [2025-07-25 09:56:45,522][ INFO][PID:2388097] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-07-25 09:56:45,522][ INFO][PID:2388097] Filling build.info file with builder info [2025-07-25 09:56:45,523][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:45,525][ INFO][PID:2388097] 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": "monad", "ended_on": null, "started_on": 1753437405.524955, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9332362", "build_id": 9332362, "package_name": null, "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\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "monad/osdctl--monad", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/monad/osdctl", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/monad/osdctl", "result_dir": "09332362", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9332362, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2025-07-25 09:56:45,547][ INFO][PID:2388097] Sending fedora-messaging bus message in build.start [2025-07-25 09:56:46,332][ INFO][PID:2388097] Sending fedora-messaging bus message in chroot.start [2025-07-25 09:56:46,360][ INFO][PID:2388097] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9332362 --detached [2025-07-25 09:56:46,727][ INFO][PID:2388097] Downloading the builder-live.log file, attempt 1 [2025-07-25 09:56:46,733][ INFO][PID:2388097] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.227.19.165 copr-rpmbuild-log [2025-07-25 09:56:51,743][ INFO][PID:2388097] Periodic builder liveness probe: alive [2025-07-25 09:56:51,744][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:56:56,745][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:57:01,747][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:57:06,749][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:57:11,754][ INFO][PID:2388097] Checking for cancel request [2025-07-25 09:57:13,806][ INFO][PID:2388097] Downloading results from builder [2025-07-25 09:57:13,810][ INFO][PID:2388097] rsyncing of mockbuilder@54.227.19.165:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332362 started [2025-07-25 09:57:13,814][ INFO][PID:2388097] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.227.19.165:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332362/ &> /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332362/build-09332362.rsync.log [2025-07-25 09:57:14,201][ INFO][PID:2388097] rsyncing finished. [2025-07-25 09:57:14,202][ INFO][PID:2388097] Releasing VM back to pool [2025-07-25 09:57:14,249][ INFO][PID:2388097] Searching for 'success' file in resultdir [2025-07-25 09:57:14,256][ ERROR][PID:2388097] Build failed: Backend process error: No success file => build failure [2025-07-25 09:57:14,259][ INFO][PID:2388097] Finished build: id=9332362 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/monad/osdctl chroot=srpm-builds [2025-07-25 09:57:14,269][ ERROR][PID:2388097] Backend process error: No success file => build failure [2025-07-25 09:57:14,273][ INFO][PID:2388097] Worker failed build, took 28.748284578323364 [2025-07-25 09:57:14,274][ INFO][PID:2388097] 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": "monad", "ended_on": 1753437434.2732396, "started_on": 1753437405.524955, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9332362", "build_id": 9332362, "package_name": null, "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\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "monad/osdctl--monad", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/monad/osdctl", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/monad/osdctl", "result_dir": "09332362", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9332362, "mockchain_macros": { "copr_username": "monad", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (monad/osdctl)" } } ] } [2025-07-25 09:57:14,336][ INFO][PID:2388097] Sending fedora-messaging bus message in build.end [2025-07-25 09:57:14,424][ INFO][PID:2388097] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332362/builder-live.log by gzip [2025-07-25 09:57:14,427][ INFO][PID:2388097] Running command 'gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332362/builder-live.log' as PID 2425662 [2025-07-25 09:57:14,459][ INFO][PID:2388097] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332362/builder-live.log) [2025-07-25 09:57:14,462][ INFO][PID:2388097] Compressing /var/lib/copr/public_html/results/monad/osdctl/srpm-builds/09332362/backend.log by gzip