[2026-05-12 12:15:53,018][ INFO][PID:548721] Marking build as starting [2026-05-12 12:15:53,099][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:15:53,115][ INFO][PID:548721] VM allocation process starts [2026-05-12 12:15:53,139][ INFO][PID:548721] Trying to allocate VM: ResallocHost, ticket_id=2846570, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-12 12:15:58,153][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:15:59,190][ INFO][PID:548721] Allocated host ResallocHost, ticket_id=2846570, hostname=100.48.1.21, name=aws_x86_64_reserved_prod_08753474_20260512_121203, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-12 12:15:59,192][ INFO][PID:548721] Allocating ssh connection to builder [2026-05-12 12:15:59,193][ INFO][PID:548721] Checking that builder machine is OK [2026-05-12 12:15:59,551][ INFO][PID:548721] Installed copr-rpmbuild version: 1.8 [2026-05-12 12:15:59,552][ INFO][PID:548721] Running remote command: copr-builder-ready srpm-builds [2026-05-12 12:15:59,779][ INFO][PID:548721] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-05-12 12:15:59,780][ INFO][PID:548721] Filling build.info file with builder info [2026-05-12 12:15:59,781][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:15:59,782][ INFO][PID:548721] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "fbergman", "project_name": "osdctl", "project_dirname": "osdctl", "submitter": "fbergman", "ended_on": null, "started_on": 1778588159.7825515, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10449260", "build_id": 10449260, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"# Generate the .spec file:\\ncat > sre-aws-wrapper.spec <<\\\".\\\"\\nName: sre-aws-wrapper\\nVersion: 1.0\\nRelease: 1%{?dist}\\nSummary: A wrapper script to ensure the AWS cli is using proxy variables\\nLicense: MIT\\nBuildArch: noarch\\n\\n%description\\nThis RPM contains a simple shell script to wrap the AWS cli ensuring the proxies are set.\\n\\n%prep\\n# Nothing to prep\\n\\n%build\\n# Nothing to build\\n\\n%install\\nmkdir -p %{buildroot}%{_bindir}\\n\\n# This \\\"cat\\\" command creates the script file inside the build environment\\ncat << 'EOF' > %{buildroot}/usr/local/bin/aws\\n#!/usr/bin/env bash\\nset \\\\\\n -o nounset \\\\\\n -o pipefail \\\\\\n -o errexit\\nexport HTTPS_PROXY=squid.corp.redhat.com:3128\\nexport HTTP_PROXY=squid.corp.redhat.com:3128\\n\\nif ! command -v curl &> /dev/null\\nthen\\n # if curl isn't installed, print a warning\\n echo \\\"WARN: curl is not installed, cannot preflight VPN connection. If this command seems to hang you might need to connect to the VPN\\\" 1>&2\\nelse\\n # Fail fast if not connected to the VPN instead of a very long timeout (exit code is curls proxy exit code)\\n # This connect-timeout may need to be tuned depending on SRE geolocation and latency to the proxy\\n if ! curl --connect-timeout 1 \\\"${HTTPS_PROXY}\\\" > /dev/null 2>&1\\n then\\n echo \\\"Proxy Unavailable. Are you on the VPN?\\\" 1>&2\\n exit 1\\n fi\\nfi\\nexec /usr/bin/aws \\\"$@\\\"\\nEOF\\n\\n# Ensure the script is executable\\nchmod 0755 %{buildroot}/usr/local/bin/aws\\n\\n%files\\n%{_bindir}/aws.sh\\n.\\n\", \"chroot\": \"fedora-44-x86_64\", \"builddeps\": \"\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "fbergman/osdctl--fbergman", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "fedora-42", "fedora-43", "fedora-44" ], "distributions_in_project": [ "fedora-42", "fedora-43", "fedora-44" ], "destdir": "/var/lib/copr/public_html/results/fbergman/osdctl", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/fbergman/osdctl", "result_dir": "10449260", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 10449260, "mockchain_macros": { "copr_username": "fbergman", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (fbergman/osdctl)" } } ] } [2026-05-12 12:15:59,826][ INFO][PID:548721] Sending fedora-messaging bus message in build.start [2026-05-12 12:16:00,384][ INFO][PID:548721] Sending fedora-messaging bus message in chroot.start [2026-05-12 12:16:00,416][ INFO][PID:548721] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10449260 --detached [2026-05-12 12:16:00,878][ INFO][PID:548721] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '100.48.1.21' (ED25519) to the list of known hosts. [2026-05-12 12:16:00,880][ INFO][PID:548721] Downloading the builder-live.log file, attempt 1 [2026-05-12 12:16:00,882][ INFO][PID:548721] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@100.48.1.21 copr-rpmbuild-log [2026-05-12 12:16:05,885][ INFO][PID:548721] Periodic builder liveness probe: alive [2026-05-12 12:16:05,886][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:16:10,887][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:16:15,888][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:16:20,891][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:16:25,893][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:16:30,894][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:16:35,895][ INFO][PID:548721] Checking for cancel request [2026-05-12 12:16:36,396][ INFO][PID:548721] Downloading results from builder [2026-05-12 12:16:36,397][ INFO][PID:548721] rsyncing of mockbuilder@100.48.1.21:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/fbergman/osdctl/srpm-builds/10449260 started [2026-05-12 12:16:36,399][ INFO][PID:548721] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@100.48.1.21:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/fbergman/osdctl/srpm-builds/10449260/ &> /var/lib/copr/public_html/results/fbergman/osdctl/srpm-builds/10449260/build-10449260.rsync.log [2026-05-12 12:16:36,648][ INFO][PID:548721] rsyncing finished. [2026-05-12 12:16:36,649][ INFO][PID:548721] VM Release request [2026-05-12 12:16:36,661][ INFO][PID:548721] Searching for 'success' file in resultdir [2026-05-12 12:16:36,663][ INFO][PID:548721] Getting build details [2026-05-12 12:16:36,663][ INFO][PID:548721] Retrieving SRPM info from /var/lib/copr/public_html/results/fbergman/osdctl/srpm-builds/10449260 [2026-05-12 12:16:36,664][ INFO][PID:548721] SRPM URL: https://download.copr.fedorainfracloud.org/results/fbergman/osdctl/srpm-builds/10449260/sre-aws-wrapper-1.0-1.src.rpm [2026-05-12 12:16:36,665][ INFO][PID:548721] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/fbergman/osdctl/srpm-builds/10449260/sre-aws-wrapper-1.0-1.src.rpm', 'pkg_name': 'sre-aws-wrapper', 'pkg_version': '1.0-1'} [2026-05-12 12:16:36,665][ INFO][PID:548721] Finished build: id=10449260 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/fbergman/osdctl chroot=srpm-builds [2026-05-12 12:16:36,667][ INFO][PID:548721] Worker succeeded build, took 36.88496708869934 [2026-05-12 12:16:36,668][ INFO][PID:548721] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "fbergman", "project_name": "osdctl", "project_dirname": "osdctl", "submitter": "fbergman", "ended_on": 1778588196.6675186, "started_on": 1778588159.7825515, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10449260", "build_id": 10449260, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"# Generate the .spec file:\\ncat > sre-aws-wrapper.spec <<\\\".\\\"\\nName: sre-aws-wrapper\\nVersion: 1.0\\nRelease: 1%{?dist}\\nSummary: A wrapper script to ensure the AWS cli is using proxy variables\\nLicense: MIT\\nBuildArch: noarch\\n\\n%description\\nThis RPM contains a simple shell script to wrap the AWS cli ensuring the proxies are set.\\n\\n%prep\\n# Nothing to prep\\n\\n%build\\n# Nothing to build\\n\\n%install\\nmkdir -p %{buildroot}%{_bindir}\\n\\n# This \\\"cat\\\" command creates the script file inside the build environment\\ncat << 'EOF' > %{buildroot}/usr/local/bin/aws\\n#!/usr/bin/env bash\\nset \\\\\\n -o nounset \\\\\\n -o pipefail \\\\\\n -o errexit\\nexport HTTPS_PROXY=squid.corp.redhat.com:3128\\nexport HTTP_PROXY=squid.corp.redhat.com:3128\\n\\nif ! command -v curl &> /dev/null\\nthen\\n # if curl isn't installed, print a warning\\n echo \\\"WARN: curl is not installed, cannot preflight VPN connection. If this command seems to hang you might need to connect to the VPN\\\" 1>&2\\nelse\\n # Fail fast if not connected to the VPN instead of a very long timeout (exit code is curls proxy exit code)\\n # This connect-timeout may need to be tuned depending on SRE geolocation and latency to the proxy\\n if ! curl --connect-timeout 1 \\\"${HTTPS_PROXY}\\\" > /dev/null 2>&1\\n then\\n echo \\\"Proxy Unavailable. Are you on the VPN?\\\" 1>&2\\n exit 1\\n fi\\nfi\\nexec /usr/bin/aws \\\"$@\\\"\\nEOF\\n\\n# Ensure the script is executable\\nchmod 0755 %{buildroot}/usr/local/bin/aws\\n\\n%files\\n%{_bindir}/aws.sh\\n.\\n\", \"chroot\": \"fedora-44-x86_64\", \"builddeps\": \"\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": "sre-aws-wrapper", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/fbergman/osdctl/srpm-builds/10449260/sre-aws-wrapper-1.0-1.src.rpm", "uses_devel_repo": null, "sandbox": "fbergman/osdctl--fbergman", "results": { "architecture_specific_tags": { "fedora-42": { "buildarch": [ "noarch" ] }, "fedora-43": { "buildarch": [ "noarch" ] }, "fedora-44": { "buildarch": [ "noarch" ] } }, "name": "sre-aws-wrapper", "epoch": null, "version": "1.0", "release": "1" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "fedora-42", "fedora-43", "fedora-44" ], "distributions_in_project": [ "fedora-42", "fedora-43", "fedora-44" ], "destdir": "/var/lib/copr/public_html/results/fbergman/osdctl", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/fbergman/osdctl", "result_dir": "10449260", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "1.0-1", "id": 10449260, "mockchain_macros": { "copr_username": "fbergman", "copr_projectname": "osdctl", "vendor": "Fedora Project COPR (fbergman/osdctl)" } } ] } [2026-05-12 12:16:36,724][ INFO][PID:548721] Sending fedora-messaging bus message in build.end [2026-05-12 12:16:36,752][ INFO][PID:548721] Compressing /var/lib/copr/public_html/results/fbergman/osdctl/srpm-builds/10449260/builder-live.log by gzip [2026-05-12 12:16:36,754][ INFO][PID:548721] Running command 'gzip /var/lib/copr/public_html/results/fbergman/osdctl/srpm-builds/10449260/builder-live.log' as PID 553297 [2026-05-12 12:16:36,758][ INFO][PID:548721] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/fbergman/osdctl/srpm-builds/10449260/builder-live.log) [2026-05-12 12:16:36,759][ INFO][PID:548721] Compressing /var/lib/copr/public_html/results/fbergman/osdctl/srpm-builds/10449260/backend.log by gzip [2026-05-12 12:16:36,760][ INFO][PID:548721] Running command 'gzip /var/lib/copr/public_html/results/fbergman/osdctl/srpm-builds/10449260/backend.log' as PID 553298