[2025-10-29 10:28:09,946][ INFO][PID:397343] Marking build as starting [2025-10-29 10:28:09,992][ INFO][PID:397343] Checking for cancel request [2025-10-29 10:28:09,993][ INFO][PID:397343] VM allocation process starts [2025-10-29 10:28:10,003][ INFO][PID:397343] Trying to allocate VM: ResallocHost, ticket_id=5908538, requested_tags=['copr_builder', 'arch_aarch64'] [2025-10-29 10:28:13,046][ INFO][PID:397343] Allocated host ResallocHost, ticket_id=5908538, hostname=54.145.207.203, name=aws_aarch64_normalreserved_prod_07710914_20251029_101504, requested_tags=['copr_builder', 'arch_aarch64'] [2025-10-29 10:28:13,046][ INFO][PID:397343] Allocating ssh connection to builder [2025-10-29 10:28:13,047][ INFO][PID:397343] Checking that builder machine is OK [2025-10-29 10:28:13,439][ INFO][PID:397343] Running remote command: copr-builder-ready srpm-builds [2025-10-29 10:28:13,662][ INFO][PID:397343] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-29 10:28:13,663][ INFO][PID:397343] Filling build.info file with builder info [2025-10-29 10:28:13,663][ INFO][PID:397343] Checking for cancel request [2025-10-29 10:28:13,664][ INFO][PID:397343] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "bdherouville", "project_name": "libvirt-zfs", "project_dirname": "libvirt-zfs", "submitter": "bdherouville", "ended_on": null, "started_on": 1761733693.6644576, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "9743476", "build_id": 9743476, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#! /bin/sh -ex\\n# COPR Custom (Spec+Sources) \\u2014 libvirt EL10 with ZFS enabled on aarch64\\n\\nEVR=\\\"${EVR:-11.8.0-1.el10}\\\"\\nBASEVER=\\\"${BASEVER:-11.8.0}\\\"\\nSRPM_URL=\\\"${SRPM_URL:-https://kojihub.stream.centos.org/kojifiles/packages/libvirt/${BASEVER}/1.el10/src/libvirt-${EVR}.src.rpm}\\\"\\n\\n# 1) fetch SRPM into cwd\\ncurl -fSLo libvirt.src.rpm \\\"$SRPM_URL\\\"\\n[ -s libvirt.src.rpm ]\\n\\n# 2) unpack SRPM to temp, then place SPEC+SOURCES at cwd root (what COPR Custom expects)\\nTMPDIR=\\\"$(mktemp -d)\\\"\\nmkdir -p \\\"$TMPDIR/unpack\\\"\\n( cd \\\"$TMPDIR/unpack\\\" && rpm2cpio \\\"$PWD/libvirt.src.rpm\\\" | cpio -idmv )\\n\\n# copy spec + all source files (tarballs/patches) into cwd\\ncp -a \\\"$TMPDIR/unpack\\\"/libvirt.spec ./libvirt.spec\\nfind \\\"$TMPDIR/unpack\\\" -maxdepth 1 -type f ! -name '*.spec' -exec cp -a {} ./ \\\\;\\n\\n# 3) Patch SPEC in-place\\n\\n# 3.1 arches_zfs += aarch64 (if not already)\\nif grep -Eq '^[[:space:]]*%define[[:space:]]+arches_zfs' libvirt.spec; then\\n grep -Eq '^[[:space:]]*%define[[:space:]]+arches_zfs.*\\\\baarch64\\\\b' libvirt.spec || \\\\\\n sed -i -E 's|^(%define[[:space:]]+arches_zfs[[:space:]]+.*)$|\\\\1 aarch64|' libvirt.spec\\nelse\\n sed -i '1i %define arches_zfs x86_64 aarch64' libvirt.spec\\nfi\\n\\n# 3.2 Force ZFS ON everywhere (last definition wins, but change *all* 0 -> 1 to make %ifs evaluate as intended)\\n# - flip any \\\"%define with_storage_zfs 0\\\" to \\\"1\\\"\\n# - also normalize \\\"0%{!?_without_storage_zfs:1}\\\" cases to explicit \\\"1\\\"\\nsed -i -E \\\\\\n -e 's|^(%define[[:space:]]+with_storage_zfs[[:space:]]+)0(\\\\b.*)?$|\\\\11|' \\\\\\n -e 's|^(%define[[:space:]]+with_storage_zfs[[:space:]]+)0%{!\\\\?_without_storage_zfs:1}|\\\\11|' \\\\\\n libvirt.spec\\n\\n# 3.3 Flip the \\u201cFedora has/had zfs-fuse\\u201d *else* branch to 1 (harmless if already 1 after sed)\\nawk '\\n BEGIN{inblk=0}\\n /^\\\\s*# Fedora (has|had) zfs-fuse/ {inblk=1}\\n inblk && /^\\\\s*%else/ { print; getline; sub(/(%define[[:space:]]+with_storage_zfs[[:space:]]+)0\\\\b/,\\\"\\\\\\\\11\\\"); print; inblk=0; next }\\n {print}\\n' libvirt.spec > libvirt.spec.new && mv libvirt.spec.new libvirt.spec\\n\\n# 3.4 Optionally disable gluster to cut buildreqs (safe if absent)\\nsed -i -E 's/^(%define[[:space:]]+with_storage_gluster[[:space:]]+).*/\\\\10/' libvirt.spec || true\\n\\n# 4) remove SRPM so only spec+sources remain\\nrm -f libvirt.src.rpm\\nrm -rf \\\"$TMPDIR\\\"\\n\\n# 5) sanity: show what COPR will consume\\necho \\\"---- SPEC & SOURCES IN CWD ----\\\"\\npwd; ls -la\\ngrep -nE 'arches_zfs|with_storage_zfs' libvirt.spec || true\\necho \\\"--------------------------------\\\"\\n\", \"chroot\": \"centos-stream-10-aarch64\", \"builddeps\": \"\", \"resultdir\": \"\", \"repos\": \"\", \"fedora_review\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "bdherouville/libvirt-zfs--bdherouville", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/bdherouville/libvirt-zfs", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/bdherouville/libvirt-zfs", "result_dir": "09743476", "built_packages": "", "tags": [ "arch_aarch64" ], "id": 9743476, "mockchain_macros": { "copr_username": "bdherouville", "copr_projectname": "libvirt-zfs", "vendor": "Fedora Project COPR (bdherouville/libvirt-zfs)" } } ] } [2025-10-29 10:28:13,696][ INFO][PID:397343] Sending fedora-messaging bus message in build.start [2025-10-29 10:28:14,285][ INFO][PID:397343] Sending fedora-messaging bus message in chroot.start [2025-10-29 10:28:14,310][ INFO][PID:397343] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9743476 --detached [2025-10-29 10:28:14,692][ INFO][PID:397343] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.145.207.203' (ED25519) to the list of known hosts. [2025-10-29 10:28:14,693][ INFO][PID:397343] Downloading the builder-live.log file, attempt 1 [2025-10-29 10:28:14,694][ INFO][PID:397343] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.145.207.203 copr-rpmbuild-log [2025-10-29 10:28:19,698][ INFO][PID:397343] Periodic builder liveness probe: alive [2025-10-29 10:28:19,699][ INFO][PID:397343] Checking for cancel request [2025-10-29 10:28:24,699][ INFO][PID:397343] Checking for cancel request [2025-10-29 10:28:29,700][ INFO][PID:397343] Checking for cancel request [2025-10-29 10:28:34,701][ INFO][PID:397343] Checking for cancel request [2025-10-29 10:28:39,702][ INFO][PID:397343] Checking for cancel request [2025-10-29 10:28:44,703][ INFO][PID:397343] Checking for cancel request [2025-10-29 10:28:48,536][ INFO][PID:397343] Downloading results from builder [2025-10-29 10:28:48,537][ INFO][PID:397343] rsyncing of mockbuilder@54.145.207.203:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09743476 started [2025-10-29 10:28:48,537][ INFO][PID:397343] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.145.207.203:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09743476/ &> /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09743476/build-09743476.rsync.log [2025-10-29 10:28:48,760][ INFO][PID:397343] rsyncing finished. [2025-10-29 10:28:48,760][ INFO][PID:397343] Releasing VM back to pool [2025-10-29 10:28:48,769][ INFO][PID:397343] Searching for 'success' file in resultdir [2025-10-29 10:28:48,769][ ERROR][PID:397343] Build failed: Backend process error: No success file => build failure [2025-10-29 10:28:48,770][ INFO][PID:397343] Finished build: id=9743476 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/bdherouville/libvirt-zfs chroot=srpm-builds [2025-10-29 10:28:48,771][ ERROR][PID:397343] Backend process error: No success file => build failure [2025-10-29 10:28:48,772][ INFO][PID:397343] Worker failed build, took 35.1076283454895 [2025-10-29 10:28:48,772][ INFO][PID:397343] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "bdherouville", "project_name": "libvirt-zfs", "project_dirname": "libvirt-zfs", "submitter": "bdherouville", "ended_on": 1761733728.772086, "started_on": 1761733693.6644576, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "9743476", "build_id": 9743476, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#! /bin/sh -ex\\n# COPR Custom (Spec+Sources) \\u2014 libvirt EL10 with ZFS enabled on aarch64\\n\\nEVR=\\\"${EVR:-11.8.0-1.el10}\\\"\\nBASEVER=\\\"${BASEVER:-11.8.0}\\\"\\nSRPM_URL=\\\"${SRPM_URL:-https://kojihub.stream.centos.org/kojifiles/packages/libvirt/${BASEVER}/1.el10/src/libvirt-${EVR}.src.rpm}\\\"\\n\\n# 1) fetch SRPM into cwd\\ncurl -fSLo libvirt.src.rpm \\\"$SRPM_URL\\\"\\n[ -s libvirt.src.rpm ]\\n\\n# 2) unpack SRPM to temp, then place SPEC+SOURCES at cwd root (what COPR Custom expects)\\nTMPDIR=\\\"$(mktemp -d)\\\"\\nmkdir -p \\\"$TMPDIR/unpack\\\"\\n( cd \\\"$TMPDIR/unpack\\\" && rpm2cpio \\\"$PWD/libvirt.src.rpm\\\" | cpio -idmv )\\n\\n# copy spec + all source files (tarballs/patches) into cwd\\ncp -a \\\"$TMPDIR/unpack\\\"/libvirt.spec ./libvirt.spec\\nfind \\\"$TMPDIR/unpack\\\" -maxdepth 1 -type f ! -name '*.spec' -exec cp -a {} ./ \\\\;\\n\\n# 3) Patch SPEC in-place\\n\\n# 3.1 arches_zfs += aarch64 (if not already)\\nif grep -Eq '^[[:space:]]*%define[[:space:]]+arches_zfs' libvirt.spec; then\\n grep -Eq '^[[:space:]]*%define[[:space:]]+arches_zfs.*\\\\baarch64\\\\b' libvirt.spec || \\\\\\n sed -i -E 's|^(%define[[:space:]]+arches_zfs[[:space:]]+.*)$|\\\\1 aarch64|' libvirt.spec\\nelse\\n sed -i '1i %define arches_zfs x86_64 aarch64' libvirt.spec\\nfi\\n\\n# 3.2 Force ZFS ON everywhere (last definition wins, but change *all* 0 -> 1 to make %ifs evaluate as intended)\\n# - flip any \\\"%define with_storage_zfs 0\\\" to \\\"1\\\"\\n# - also normalize \\\"0%{!?_without_storage_zfs:1}\\\" cases to explicit \\\"1\\\"\\nsed -i -E \\\\\\n -e 's|^(%define[[:space:]]+with_storage_zfs[[:space:]]+)0(\\\\b.*)?$|\\\\11|' \\\\\\n -e 's|^(%define[[:space:]]+with_storage_zfs[[:space:]]+)0%{!\\\\?_without_storage_zfs:1}|\\\\11|' \\\\\\n libvirt.spec\\n\\n# 3.3 Flip the \\u201cFedora has/had zfs-fuse\\u201d *else* branch to 1 (harmless if already 1 after sed)\\nawk '\\n BEGIN{inblk=0}\\n /^\\\\s*# Fedora (has|had) zfs-fuse/ {inblk=1}\\n inblk && /^\\\\s*%else/ { print; getline; sub(/(%define[[:space:]]+with_storage_zfs[[:space:]]+)0\\\\b/,\\\"\\\\\\\\11\\\"); print; inblk=0; next }\\n {print}\\n' libvirt.spec > libvirt.spec.new && mv libvirt.spec.new libvirt.spec\\n\\n# 3.4 Optionally disable gluster to cut buildreqs (safe if absent)\\nsed -i -E 's/^(%define[[:space:]]+with_storage_gluster[[:space:]]+).*/\\\\10/' libvirt.spec || true\\n\\n# 4) remove SRPM so only spec+sources remain\\nrm -f libvirt.src.rpm\\nrm -rf \\\"$TMPDIR\\\"\\n\\n# 5) sanity: show what COPR will consume\\necho \\\"---- SPEC & SOURCES IN CWD ----\\\"\\npwd; ls -la\\ngrep -nE 'arches_zfs|with_storage_zfs' libvirt.spec || true\\necho \\\"--------------------------------\\\"\\n\", \"chroot\": \"centos-stream-10-aarch64\", \"builddeps\": \"\", \"resultdir\": \"\", \"repos\": \"\", \"fedora_review\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "bdherouville/libvirt-zfs--bdherouville", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/bdherouville/libvirt-zfs", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/bdherouville/libvirt-zfs", "result_dir": "09743476", "built_packages": "", "tags": [ "arch_aarch64" ], "id": 9743476, "mockchain_macros": { "copr_username": "bdherouville", "copr_projectname": "libvirt-zfs", "vendor": "Fedora Project COPR (bdherouville/libvirt-zfs)" } } ] } [2025-10-29 10:28:48,818][ INFO][PID:397343] Sending fedora-messaging bus message in build.end [2025-10-29 10:28:48,841][ INFO][PID:397343] Compressing /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09743476/builder-live.log by gzip [2025-10-29 10:28:48,842][ INFO][PID:397343] Running command 'gzip /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09743476/builder-live.log' as PID 400353 [2025-10-29 10:28:48,845][ INFO][PID:397343] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09743476/builder-live.log) [2025-10-29 10:28:48,846][ INFO][PID:397343] Compressing /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09743476/backend.log by gzip [2025-10-29 10:28:48,846][ INFO][PID:397343] Running command 'gzip /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09743476/backend.log' as PID 400354