[2025-10-28 16:43:49,826][ INFO][PID:3068952] Marking build as starting [2025-10-28 16:43:49,890][ INFO][PID:3068952] Checking for cancel request [2025-10-28 16:43:49,891][ INFO][PID:3068952] VM allocation process starts [2025-10-28 16:43:49,956][ INFO][PID:3068952] Trying to allocate VM: ResallocHost, ticket_id=5893093, requested_tags=['copr_builder', 'arch_aarch64'] [2025-10-28 16:43:52,979][ INFO][PID:3068952] Allocated host ResallocHost, ticket_id=5893093, hostname=35.175.213.118, name=aws_aarch64_spot_prod_07697263_20251028_164020, requested_tags=['copr_builder', 'arch_aarch64'] [2025-10-28 16:43:52,979][ INFO][PID:3068952] Allocating ssh connection to builder [2025-10-28 16:43:52,980][ INFO][PID:3068952] Checking that builder machine is OK [2025-10-28 16:43:53,378][ INFO][PID:3068952] Running remote command: copr-builder-ready srpm-builds [2025-10-28 16:43:53,603][ INFO][PID:3068952] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-28 16:43:53,604][ INFO][PID:3068952] Filling build.info file with builder info [2025-10-28 16:43:53,605][ INFO][PID:3068952] Checking for cancel request [2025-10-28 16:43:53,606][ INFO][PID:3068952] 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": 1761669833.6058924, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "9740266", "build_id": 9740266, "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# libvirt ZFS for CentOS Stream 10 (aarch64) -- custom sources script\\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=\\\"$(mktemp -d /tmp/libvirt-srpm.XXXXXX)\\\"\\ncd \\\"$WORK\\\"\\n\\n# 1) T\\u00e9l\\u00e9charger le SRPM (pas de dnf dans COPR custom)\\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\\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) PATCHS\\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 Overrides propres (ne pas toucher \\u00e0 %meson)\\ncat <<'RPMOVR' >> \\\"$SPEC\\\"\\n\\n# --- COPR override: enable ZFS on EL10/aarch64, keep storage/core, disable gluster ---\\n%undefine with_storage_zfs\\n%define with_storage_zfs 1\\n%undefine with_storage\\n%define with_storage 1\\n%undefine with_storage_core\\n%define with_storage_core 1\\n%undefine with_storage_gluster\\n%define with_storage_gluster 0\\n# --- end override ---\\nRPMOVR\\n\\n# 4) Recr\\u00e9er un SRPM PATCH\\u00c9\\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 (OK pour 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\\\"/\\nls -l \\\"$COPR_RESULTDIR\\\"\\necho \\\"OK: SRPM patch\\u00e9 + spec + sources livr\\u00e9s.\\\"\\n\", \"chroot\": \"centos-stream-10-aarch64\", \"builddeps\": \"\", \"resultdir\": \"/workdir\", \"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": "09740266", "built_packages": "", "tags": [ "arch_aarch64" ], "id": 9740266, "mockchain_macros": { "copr_username": "bdherouville", "copr_projectname": "libvirt-zfs", "vendor": "Fedora Project COPR (bdherouville/libvirt-zfs)" } } ] } [2025-10-28 16:43:53,625][ INFO][PID:3068952] Sending fedora-messaging bus message in build.start [2025-10-28 16:43:54,355][ INFO][PID:3068952] Sending fedora-messaging bus message in chroot.start [2025-10-28 16:43:54,380][ INFO][PID:3068952] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9740266 --detached [2025-10-28 16:43:54,779][ INFO][PID:3068952] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '35.175.213.118' (ED25519) to the list of known hosts. [2025-10-28 16:43:54,780][ INFO][PID:3068952] Downloading the builder-live.log file, attempt 1 [2025-10-28 16:43:54,781][ INFO][PID:3068952] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@35.175.213.118 copr-rpmbuild-log [2025-10-28 16:43:59,785][ INFO][PID:3068952] Periodic builder liveness probe: alive [2025-10-28 16:43:59,785][ INFO][PID:3068952] Checking for cancel request [2025-10-28 16:44:04,786][ INFO][PID:3068952] Checking for cancel request [2025-10-28 16:44:09,787][ INFO][PID:3068952] Checking for cancel request [2025-10-28 16:44:14,788][ INFO][PID:3068952] Checking for cancel request [2025-10-28 16:44:19,789][ INFO][PID:3068952] Checking for cancel request [2025-10-28 16:44:24,790][ INFO][PID:3068952] Checking for cancel request [2025-10-28 16:44:29,791][ INFO][PID:3068952] Checking for cancel request [2025-10-28 16:44:34,018][ INFO][PID:3068952] Downloading results from builder [2025-10-28 16:44:34,018][ INFO][PID:3068952] rsyncing of mockbuilder@35.175.213.118:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740266 started [2025-10-28 16:44:34,019][ INFO][PID:3068952] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@35.175.213.118:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740266/ &> /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740266/build-09740266.rsync.log [2025-10-28 16:44:34,405][ INFO][PID:3068952] rsyncing finished. [2025-10-28 16:44:34,405][ INFO][PID:3068952] Releasing VM back to pool [2025-10-28 16:44:34,417][ INFO][PID:3068952] Searching for 'success' file in resultdir [2025-10-28 16:44:34,418][ INFO][PID:3068952] Getting build details [2025-10-28 16:44:34,418][ INFO][PID:3068952] Retrieving SRPM info from /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740266 [2025-10-28 16:44:34,419][ INFO][PID:3068952] SRPM URL: https://download.copr.fedorainfracloud.org/results/bdherouville/libvirt-zfs/srpm-builds/09740266/libvirt-11.8.0-1.src.rpm [2025-10-28 16:44:34,419][ INFO][PID:3068952] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/bdherouville/libvirt-zfs/srpm-builds/09740266/libvirt-11.8.0-1.src.rpm', 'pkg_name': 'libvirt', 'pkg_version': '11.8.0-1'} [2025-10-28 16:44:34,420][ INFO][PID:3068952] Finished build: id=9740266 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/bdherouville/libvirt-zfs chroot=srpm-builds [2025-10-28 16:44:34,422][ INFO][PID:3068952] Worker succeeded build, took 40.816202878952026 [2025-10-28 16:44:34,422][ INFO][PID:3068952] 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": 1761669874.4220953, "started_on": 1761669833.6058924, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "9740266", "build_id": 9740266, "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# libvirt ZFS for CentOS Stream 10 (aarch64) -- custom sources script\\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=\\\"$(mktemp -d /tmp/libvirt-srpm.XXXXXX)\\\"\\ncd \\\"$WORK\\\"\\n\\n# 1) T\\u00e9l\\u00e9charger le SRPM (pas de dnf dans COPR custom)\\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\\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) PATCHS\\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 Overrides propres (ne pas toucher \\u00e0 %meson)\\ncat <<'RPMOVR' >> \\\"$SPEC\\\"\\n\\n# --- COPR override: enable ZFS on EL10/aarch64, keep storage/core, disable gluster ---\\n%undefine with_storage_zfs\\n%define with_storage_zfs 1\\n%undefine with_storage\\n%define with_storage 1\\n%undefine with_storage_core\\n%define with_storage_core 1\\n%undefine with_storage_gluster\\n%define with_storage_gluster 0\\n# --- end override ---\\nRPMOVR\\n\\n# 4) Recr\\u00e9er un SRPM PATCH\\u00c9\\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 (OK pour 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\\\"/\\nls -l \\\"$COPR_RESULTDIR\\\"\\necho \\\"OK: SRPM patch\\u00e9 + spec + sources livr\\u00e9s.\\\"\\n\", \"chroot\": \"centos-stream-10-aarch64\", \"builddeps\": \"\", \"resultdir\": \"/workdir\", \"repos\": \"\", \"fedora_review\": true}", "pkg_name": "libvirt", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/bdherouville/libvirt-zfs/srpm-builds/09740266/libvirt-11.8.0-1.src.rpm", "uses_devel_repo": null, "sandbox": "bdherouville/libvirt-zfs--bdherouville", "results": { "name": "libvirt", "epoch": null, "version": "11.8.0", "release": "1", "exclusivearch": [], "excludearch": [] }, "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": "09740266", "built_packages": "", "tags": [ "arch_aarch64" ], "pkg_version": "11.8.0-1", "id": 9740266, "mockchain_macros": { "copr_username": "bdherouville", "copr_projectname": "libvirt-zfs", "vendor": "Fedora Project COPR (bdherouville/libvirt-zfs)" } } ] } [2025-10-28 16:44:34,452][ INFO][PID:3068952] Sending fedora-messaging bus message in build.end [2025-10-28 16:44:34,478][ INFO][PID:3068952] Compressing /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740266/builder-live.log by gzip [2025-10-28 16:44:34,479][ INFO][PID:3068952] Running command 'gzip /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740266/builder-live.log' as PID 3072096 [2025-10-28 16:44:34,483][ INFO][PID:3068952] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740266/builder-live.log) [2025-10-28 16:44:34,484][ INFO][PID:3068952] Compressing /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740266/backend.log by gzip [2025-10-28 16:44:34,485][ INFO][PID:3068952] Running command 'gzip /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740266/backend.log' as PID 3072097