[2025-10-28 15:13:04,221][ INFO][PID:2541756] Marking build as starting [2025-10-28 15:13:04,256][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:04,257][ INFO][PID:2541756] VM allocation process starts [2025-10-28 15:13:04,269][ INFO][PID:2541756] Trying to allocate VM: ResallocHost, ticket_id=5891662, requested_tags=['copr_builder', 'arch_aarch64'] [2025-10-28 15:13:07,285][ INFO][PID:2541756] Allocated host ResallocHost, ticket_id=5891662, hostname=44.212.22.33, name=aws_aarch64_normalreserved_prod_07695768_20251028_150954, requested_tags=['copr_builder', 'arch_aarch64'] [2025-10-28 15:13:07,286][ INFO][PID:2541756] Allocating ssh connection to builder [2025-10-28 15:13:07,287][ INFO][PID:2541756] Checking that builder machine is OK [2025-10-28 15:13:07,670][ INFO][PID:2541756] Running remote command: copr-builder-ready srpm-builds [2025-10-28 15:13:07,898][ INFO][PID:2541756] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-28 15:13:07,898][ INFO][PID:2541756] Filling build.info file with builder info [2025-10-28 15:13:07,899][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:07,900][ INFO][PID:2541756] 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-daemon-driver-storage-zfs-el10-aarch64", "project_dirname": "libvirt-daemon-driver-storage-zfs-el10-aarch64", "submitter": "bdherouville", "ended_on": null, "started_on": 1761664387.9000182, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "9739979", "build_id": 9739979, "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# Custom sources script \\u2014 libvirt ZFS for CentOS Stream 10 (aarch64)\\n# Sorties : 1) SRPM patch\\u00e9, 2) libvirt.spec + sources patch\\u00e9es (pour mode \\\"Spec and sources\\\")\\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: \\\"${COPR_RESULTDIR:=/workdir}\\\"\\n\\nWORK=/tmp/libvirt-srpm\\nrm -rf \\\"$WORK\\\"; mkdir -p \\\"$WORK\\\"; cd \\\"$WORK\\\"\\n\\n# 1) T\\u00e9l\\u00e9charger le SRPM officiel (sans dnf)\\ncurl -fSLo libvirt.src.rpm \\\"$SRPM_URL\\\"\\n\\n# 2) Extraire le SRPM\\nmkdir -p unpack && cd unpack\\nrpm2cpio ../libvirt.src.rpm | cpio -idmv\\n\\n# Arbo rpmbuild locale minimale\\nmkdir -p SPECS SOURCES SRPMS BUILD RPMS\\nSPEC_FILE=\\\"$(ls -1 *.spec | head -n1)\\\"\\nmv \\\"$SPEC_FILE\\\" SPECS/libvirt.spec\\nfor f in *; do [ -f \\\"$f\\\" ] || continue; case \\\"$f\\\" in *.spec) : ;; *) mv \\\"$f\\\" SOURCES/ ;; esac; done\\nSPEC=SPECS/libvirt.spec\\n\\n# 3) Patches idempotents\\n# 3.1 arches_zfs += aarch64\\nif grep -Eq '^[[:space:]]*%define[[:space:]]+arches_zfs' \\\"$SPEC\\\"; then\\n grep -Eq '^[[:space:]]*%define[[:space:]]+arches_zfs.*\\\\baarch64\\\\b' \\\"$SPEC\\\" || \\\\\\n sed -i -E 's|^(%define[[:space:]]+arches_zfs[[:space:]]+.*)$|\\\\1 aarch64|' \\\"$SPEC\\\"\\nelse\\n sed -i '1i %define arches_zfs x86_64 aarch64' \\\"$SPEC\\\"\\nfi\\n\\n# 3.2 Activer explicitement ZFS (et s'assurer que storage/core ne sont pas coup\\u00e9s)\\n{\\n echo\\n echo \\\"%undefine with_storage_zfs\\\"\\n echo \\\"%define with_storage_zfs 1\\\"\\n echo \\\"%undefine with_storage\\\"\\n echo \\\"%define with_storage 1\\\"\\n echo \\\"%undefine with_storage_core\\\"\\n echo \\\"%define with_storage_core 1\\\"\\n # Gluster OFF pour \\u00e9viter des BuildRequires inutiles\\n echo \\\"%undefine with_storage_gluster\\\"\\n echo \\\"%define with_storage_gluster 0\\\"\\n} >> \\\"$SPEC\\\"\\n\\n# 3.4 Bump Release pour tracer (1.el10 -> 1.el10.zfs1)\\nsed -i -E 's/^(Release:[[:space:]]*)([0-9]+)(.*)$/\\\\1\\\\2.zfs1\\\\3/' \\\"$SPEC\\\" || true\\n-------------------------------\\\"\\n\\n# 4) Recr\\u00e9er un SRPM PATCH\\u00c9 (sans installer de BR)\\nrpmbuild -bs \\\"$SPEC\\\" \\\\\\n --define \\\"_topdir $(pwd)\\\" \\\\\\n --define \\\"_sourcedir $(pwd)/SOURCES\\\" \\\\\\n --define \\\"_specdir $(pwd)/SPECS\\\" \\\\\\n --define \\\"_srcrpmdir $(pwd)/SRPMS\\\" \\\\\\n --define \\\"_builddir $(pwd)/BUILD\\\" \\\\\\n --define \\\"_rpmdir $(pwd)/RPMS\\\"\\n\\nPATCHED_SRPM=\\\"$(ls -1 SRPMS/libvirt-*.src.rpm | sort -V | tail -n1)\\\"\\n\\n# 5) D\\u00e9poser r\\u00e9sultats pour COPR (compat SRPMResults et Spec+Sources)\\nmkdir -p \\\"$COPR_RESULTDIR\\\"\\ncp -a \\\"$PATCHED_SRPM\\\" \\\"$COPR_RESULTDIR\\\"/\\ncp -a SPECS/libvirt.spec \\\"$COPR_RESULTDIR\\\"/\\ncp -a SOURCES/* \\\"$COPR_RESULTDIR\\\"/\\n\\nls -l \\\"$COPR_RESULTDIR\\\"\\necho \\\"OK: livr\\u00e9s -> $(basename \\\"$PATCHED_SRPM\\\") + libvirt.spec + sources\\\"\\n\", \"chroot\": \"centos-stream-10-aarch64\", \"builddeps\": \"\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64--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-daemon-driver-storage-zfs-el10-aarch64", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64", "result_dir": "09739979", "built_packages": "", "tags": [ "arch_aarch64" ], "id": 9739979, "mockchain_macros": { "copr_username": "bdherouville", "copr_projectname": "libvirt-daemon-driver-storage-zfs-el10-aarch64", "vendor": "Fedora Project COPR (bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64)" } } ] } [2025-10-28 15:13:07,920][ INFO][PID:2541756] Sending fedora-messaging bus message in build.start [2025-10-28 15:13:08,596][ INFO][PID:2541756] Sending fedora-messaging bus message in chroot.start [2025-10-28 15:13:08,637][ INFO][PID:2541756] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9739979 --detached [2025-10-28 15:13:09,040][ INFO][PID:2541756] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.212.22.33' (ED25519) to the list of known hosts. [2025-10-28 15:13:09,041][ INFO][PID:2541756] Downloading the builder-live.log file, attempt 1 [2025-10-28 15:13:09,042][ INFO][PID:2541756] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.212.22.33 copr-rpmbuild-log [2025-10-28 15:13:14,046][ INFO][PID:2541756] Periodic builder liveness probe: alive [2025-10-28 15:13:14,047][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:19,047][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:24,048][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:29,049][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:34,050][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:39,051][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:44,053][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:49,054][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:54,055][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:13:59,057][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:14:04,059][ INFO][PID:2541756] Checking for cancel request [2025-10-28 15:14:08,360][ INFO][PID:2541756] Downloading results from builder [2025-10-28 15:14:08,361][ INFO][PID:2541756] rsyncing of mockbuilder@44.212.22.33:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64/srpm-builds/09739979 started [2025-10-28 15:14:08,362][ INFO][PID:2541756] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.212.22.33:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64/srpm-builds/09739979/ &> /var/lib/copr/public_html/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64/srpm-builds/09739979/build-09739979.rsync.log [2025-10-28 15:14:08,697][ INFO][PID:2541756] rsyncing finished. [2025-10-28 15:14:08,698][ INFO][PID:2541756] Releasing VM back to pool [2025-10-28 15:14:08,708][ INFO][PID:2541756] Searching for 'success' file in resultdir [2025-10-28 15:14:08,708][ ERROR][PID:2541756] Build failed: Backend process error: No success file => build failure [2025-10-28 15:14:08,709][ INFO][PID:2541756] Finished build: id=9739979 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64 chroot=srpm-builds [2025-10-28 15:14:08,712][ ERROR][PID:2541756] Backend process error: No success file => build failure [2025-10-28 15:14:08,712][ INFO][PID:2541756] Worker failed build, took 60.81265211105347 [2025-10-28 15:14:08,713][ INFO][PID:2541756] 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-daemon-driver-storage-zfs-el10-aarch64", "project_dirname": "libvirt-daemon-driver-storage-zfs-el10-aarch64", "submitter": "bdherouville", "ended_on": 1761664448.7126703, "started_on": 1761664387.9000182, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "9739979", "build_id": 9739979, "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# Custom sources script \\u2014 libvirt ZFS for CentOS Stream 10 (aarch64)\\n# Sorties : 1) SRPM patch\\u00e9, 2) libvirt.spec + sources patch\\u00e9es (pour mode \\\"Spec and sources\\\")\\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: \\\"${COPR_RESULTDIR:=/workdir}\\\"\\n\\nWORK=/tmp/libvirt-srpm\\nrm -rf \\\"$WORK\\\"; mkdir -p \\\"$WORK\\\"; cd \\\"$WORK\\\"\\n\\n# 1) T\\u00e9l\\u00e9charger le SRPM officiel (sans dnf)\\ncurl -fSLo libvirt.src.rpm \\\"$SRPM_URL\\\"\\n\\n# 2) Extraire le SRPM\\nmkdir -p unpack && cd unpack\\nrpm2cpio ../libvirt.src.rpm | cpio -idmv\\n\\n# Arbo rpmbuild locale minimale\\nmkdir -p SPECS SOURCES SRPMS BUILD RPMS\\nSPEC_FILE=\\\"$(ls -1 *.spec | head -n1)\\\"\\nmv \\\"$SPEC_FILE\\\" SPECS/libvirt.spec\\nfor f in *; do [ -f \\\"$f\\\" ] || continue; case \\\"$f\\\" in *.spec) : ;; *) mv \\\"$f\\\" SOURCES/ ;; esac; done\\nSPEC=SPECS/libvirt.spec\\n\\n# 3) Patches idempotents\\n# 3.1 arches_zfs += aarch64\\nif grep -Eq '^[[:space:]]*%define[[:space:]]+arches_zfs' \\\"$SPEC\\\"; then\\n grep -Eq '^[[:space:]]*%define[[:space:]]+arches_zfs.*\\\\baarch64\\\\b' \\\"$SPEC\\\" || \\\\\\n sed -i -E 's|^(%define[[:space:]]+arches_zfs[[:space:]]+.*)$|\\\\1 aarch64|' \\\"$SPEC\\\"\\nelse\\n sed -i '1i %define arches_zfs x86_64 aarch64' \\\"$SPEC\\\"\\nfi\\n\\n# 3.2 Activer explicitement ZFS (et s'assurer que storage/core ne sont pas coup\\u00e9s)\\n{\\n echo\\n echo \\\"%undefine with_storage_zfs\\\"\\n echo \\\"%define with_storage_zfs 1\\\"\\n echo \\\"%undefine with_storage\\\"\\n echo \\\"%define with_storage 1\\\"\\n echo \\\"%undefine with_storage_core\\\"\\n echo \\\"%define with_storage_core 1\\\"\\n # Gluster OFF pour \\u00e9viter des BuildRequires inutiles\\n echo \\\"%undefine with_storage_gluster\\\"\\n echo \\\"%define with_storage_gluster 0\\\"\\n} >> \\\"$SPEC\\\"\\n\\n# 3.4 Bump Release pour tracer (1.el10 -> 1.el10.zfs1)\\nsed -i -E 's/^(Release:[[:space:]]*)([0-9]+)(.*)$/\\\\1\\\\2.zfs1\\\\3/' \\\"$SPEC\\\" || true\\n-------------------------------\\\"\\n\\n# 4) Recr\\u00e9er un SRPM PATCH\\u00c9 (sans installer de BR)\\nrpmbuild -bs \\\"$SPEC\\\" \\\\\\n --define \\\"_topdir $(pwd)\\\" \\\\\\n --define \\\"_sourcedir $(pwd)/SOURCES\\\" \\\\\\n --define \\\"_specdir $(pwd)/SPECS\\\" \\\\\\n --define \\\"_srcrpmdir $(pwd)/SRPMS\\\" \\\\\\n --define \\\"_builddir $(pwd)/BUILD\\\" \\\\\\n --define \\\"_rpmdir $(pwd)/RPMS\\\"\\n\\nPATCHED_SRPM=\\\"$(ls -1 SRPMS/libvirt-*.src.rpm | sort -V | tail -n1)\\\"\\n\\n# 5) D\\u00e9poser r\\u00e9sultats pour COPR (compat SRPMResults et Spec+Sources)\\nmkdir -p \\\"$COPR_RESULTDIR\\\"\\ncp -a \\\"$PATCHED_SRPM\\\" \\\"$COPR_RESULTDIR\\\"/\\ncp -a SPECS/libvirt.spec \\\"$COPR_RESULTDIR\\\"/\\ncp -a SOURCES/* \\\"$COPR_RESULTDIR\\\"/\\n\\nls -l \\\"$COPR_RESULTDIR\\\"\\necho \\\"OK: livr\\u00e9s -> $(basename \\\"$PATCHED_SRPM\\\") + libvirt.spec + sources\\\"\\n\", \"chroot\": \"centos-stream-10-aarch64\", \"builddeps\": \"\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64--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-daemon-driver-storage-zfs-el10-aarch64", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64", "result_dir": "09739979", "built_packages": "", "tags": [ "arch_aarch64" ], "id": 9739979, "mockchain_macros": { "copr_username": "bdherouville", "copr_projectname": "libvirt-daemon-driver-storage-zfs-el10-aarch64", "vendor": "Fedora Project COPR (bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64)" } } ] } [2025-10-28 15:14:08,744][ INFO][PID:2541756] Sending fedora-messaging bus message in build.end [2025-10-28 15:14:08,771][ INFO][PID:2541756] Compressing /var/lib/copr/public_html/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64/srpm-builds/09739979/builder-live.log by gzip [2025-10-28 15:14:08,772][ INFO][PID:2541756] Running command 'gzip /var/lib/copr/public_html/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64/srpm-builds/09739979/builder-live.log' as PID 2544901 [2025-10-28 15:14:08,776][ INFO][PID:2541756] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64/srpm-builds/09739979/builder-live.log) [2025-10-28 15:14:08,777][ INFO][PID:2541756] Compressing /var/lib/copr/public_html/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64/srpm-builds/09739979/backend.log by gzip [2025-10-28 15:14:08,778][ INFO][PID:2541756] Running command 'gzip /var/lib/copr/public_html/results/bdherouville/libvirt-daemon-driver-storage-zfs-el10-aarch64/srpm-builds/09739979/backend.log' as PID 2544902