[2025-10-28 16:54:27,323][ INFO][PID:3135491] Marking build as starting [2025-10-28 16:54:27,346][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:54:27,347][ INFO][PID:3135491] VM allocation process starts [2025-10-28 16:54:27,364][ INFO][PID:3135491] Trying to allocate VM: ResallocHost, ticket_id=5893215, requested_tags=['copr_builder', 'arch_aarch64'] [2025-10-28 16:54:30,380][ INFO][PID:3135491] Allocated host ResallocHost, ticket_id=5893215, hostname=52.87.200.67, name=aws_aarch64_normalreserved_prod_07697616_20251028_165235, requested_tags=['copr_builder', 'arch_aarch64'] [2025-10-28 16:54:30,381][ INFO][PID:3135491] Allocating ssh connection to builder [2025-10-28 16:54:30,381][ INFO][PID:3135491] Checking that builder machine is OK [2025-10-28 16:54:30,738][ INFO][PID:3135491] Running remote command: copr-builder-ready srpm-builds [2025-10-28 16:54:30,947][ INFO][PID:3135491] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-28 16:54:30,948][ INFO][PID:3135491] Filling build.info file with builder info [2025-10-28 16:54:30,948][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:54:30,949][ INFO][PID:3135491] 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": 1761670470.9496927, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "9740289", "build_id": 9740289, "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\\nW=\\\"$(mktemp -d /tmp/libvirt-srpm.XXXXXX)\\\"\\ncd \\\"$W\\\"\\n\\n# 1) R\\u00e9cup\\u00e9rer SRPM (aucun dnf)\\ncurl -fSLo libvirt.src.rpm \\\"$SRPM_URL\\\"\\n\\n# 2) Extraire 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\\n\\nSPEC=\\\"SPECS/libvirt.spec\\\"\\n\\n# 3) PATCHS **IN-PLACE** (avant %changelog)\\n# 3.1 arches_zfs += aarch64 (si absent)\\nsed -i -E '/^%define[[:space:]]+arches_zfs/{\\n /aarch64/! s/$/ aarch64/\\n}' \\\"$SPEC\\\"\\n# si la macro n\\u2019existe pas (cas improbable), l\\u2019ins\\u00e9rer tr\\u00e8s haut (avant %changelog)\\ngrep -q '^%define[[:space:]]\\\\+arches_zfs' \\\"$SPEC\\\" || sed -i '1i %define arches_zfs x86_64 aarch64' \\\"$SPEC\\\"\\n\\n# 3.2 Activer ZFS dans le bloc Fedora/RHEL (remplacer le \\\"0\\\" de la branche non-Fedora)\\n# On cible le commentaire canonique \\\"Fedora has zfs-fuse\\\" (ou \\\"had ... until F43\\\")\\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' \\\"$SPEC\\\" > \\\"$SPEC.tmp\\\" && mv \\\"$SPEC.tmp\\\" \\\"$SPEC\\\"\\n\\n# 3.3 (optionnel) couper Gluster pour \\u00e9viter ses BR si tu n\\u2019en veux pas\\n# Remplace \\\"with_storage_gluster N\\\" o\\u00f9 N est 0/1 par 0, s\\u2019il existe\\nsed -i -E 's/^(%define[[:space:]]+with_storage_gluster[[:space:]]+).*/\\\\10/' \\\"$SPEC\\\" || true\\n\\n# (NE RIEN AJOUTER apr\\u00e8s %changelog !)\\n\\n# 4) Recr\\u00e9er SRPM PATCH\\u00c9 (pas besoin 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 (compatible 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: 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": "09740289", "built_packages": "", "tags": [ "arch_aarch64" ], "id": 9740289, "mockchain_macros": { "copr_username": "bdherouville", "copr_projectname": "libvirt-zfs", "vendor": "Fedora Project COPR (bdherouville/libvirt-zfs)" } } ] } [2025-10-28 16:54:30,975][ INFO][PID:3135491] Sending fedora-messaging bus message in build.start [2025-10-28 16:54:31,635][ INFO][PID:3135491] Sending fedora-messaging bus message in chroot.start [2025-10-28 16:54:31,658][ INFO][PID:3135491] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9740289 --detached [2025-10-28 16:54:32,027][ INFO][PID:3135491] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.87.200.67' (ED25519) to the list of known hosts. [2025-10-28 16:54:32,028][ INFO][PID:3135491] Downloading the builder-live.log file, attempt 1 [2025-10-28 16:54:32,029][ INFO][PID:3135491] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.87.200.67 copr-rpmbuild-log [2025-10-28 16:54:37,034][ INFO][PID:3135491] Periodic builder liveness probe: alive [2025-10-28 16:54:37,034][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:54:42,035][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:54:47,036][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:54:52,037][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:54:57,038][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:55:02,039][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:55:07,040][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:55:12,041][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:55:17,042][ INFO][PID:3135491] Checking for cancel request [2025-10-28 16:55:20,799][ INFO][PID:3135491] Downloading results from builder [2025-10-28 16:55:20,800][ INFO][PID:3135491] rsyncing of mockbuilder@52.87.200.67:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740289 started [2025-10-28 16:55:20,801][ INFO][PID:3135491] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@52.87.200.67:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740289/ &> /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740289/build-09740289.rsync.log [2025-10-28 16:55:21,406][ INFO][PID:3135491] rsyncing finished. [2025-10-28 16:55:21,406][ INFO][PID:3135491] Releasing VM back to pool [2025-10-28 16:55:21,416][ INFO][PID:3135491] Searching for 'success' file in resultdir [2025-10-28 16:55:21,417][ INFO][PID:3135491] Getting build details [2025-10-28 16:55:21,417][ INFO][PID:3135491] Retrieving SRPM info from /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740289 [2025-10-28 16:55:21,418][ INFO][PID:3135491] SRPM URL: https://download.copr.fedorainfracloud.org/results/bdherouville/libvirt-zfs/srpm-builds/09740289/libvirt-11.8.0-1.src.rpm [2025-10-28 16:55:21,418][ INFO][PID:3135491] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/bdherouville/libvirt-zfs/srpm-builds/09740289/libvirt-11.8.0-1.src.rpm', 'pkg_name': 'libvirt', 'pkg_version': '11.8.0-1'} [2025-10-28 16:55:21,418][ INFO][PID:3135491] Finished build: id=9740289 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/bdherouville/libvirt-zfs chroot=srpm-builds [2025-10-28 16:55:21,420][ INFO][PID:3135491] Worker succeeded build, took 50.47057032585144 [2025-10-28 16:55:21,420][ INFO][PID:3135491] 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": 1761670521.420263, "started_on": 1761670470.9496927, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "aarch64", "buildroot_pkgs": null, "task_id": "9740289", "build_id": 9740289, "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\\nW=\\\"$(mktemp -d /tmp/libvirt-srpm.XXXXXX)\\\"\\ncd \\\"$W\\\"\\n\\n# 1) R\\u00e9cup\\u00e9rer SRPM (aucun dnf)\\ncurl -fSLo libvirt.src.rpm \\\"$SRPM_URL\\\"\\n\\n# 2) Extraire 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\\n\\nSPEC=\\\"SPECS/libvirt.spec\\\"\\n\\n# 3) PATCHS **IN-PLACE** (avant %changelog)\\n# 3.1 arches_zfs += aarch64 (si absent)\\nsed -i -E '/^%define[[:space:]]+arches_zfs/{\\n /aarch64/! s/$/ aarch64/\\n}' \\\"$SPEC\\\"\\n# si la macro n\\u2019existe pas (cas improbable), l\\u2019ins\\u00e9rer tr\\u00e8s haut (avant %changelog)\\ngrep -q '^%define[[:space:]]\\\\+arches_zfs' \\\"$SPEC\\\" || sed -i '1i %define arches_zfs x86_64 aarch64' \\\"$SPEC\\\"\\n\\n# 3.2 Activer ZFS dans le bloc Fedora/RHEL (remplacer le \\\"0\\\" de la branche non-Fedora)\\n# On cible le commentaire canonique \\\"Fedora has zfs-fuse\\\" (ou \\\"had ... until F43\\\")\\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' \\\"$SPEC\\\" > \\\"$SPEC.tmp\\\" && mv \\\"$SPEC.tmp\\\" \\\"$SPEC\\\"\\n\\n# 3.3 (optionnel) couper Gluster pour \\u00e9viter ses BR si tu n\\u2019en veux pas\\n# Remplace \\\"with_storage_gluster N\\\" o\\u00f9 N est 0/1 par 0, s\\u2019il existe\\nsed -i -E 's/^(%define[[:space:]]+with_storage_gluster[[:space:]]+).*/\\\\10/' \\\"$SPEC\\\" || true\\n\\n# (NE RIEN AJOUTER apr\\u00e8s %changelog !)\\n\\n# 4) Recr\\u00e9er SRPM PATCH\\u00c9 (pas besoin 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 (compatible 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: 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/09740289/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": "09740289", "built_packages": "", "tags": [ "arch_aarch64" ], "pkg_version": "11.8.0-1", "id": 9740289, "mockchain_macros": { "copr_username": "bdherouville", "copr_projectname": "libvirt-zfs", "vendor": "Fedora Project COPR (bdherouville/libvirt-zfs)" } } ] } [2025-10-28 16:55:21,451][ INFO][PID:3135491] Sending fedora-messaging bus message in build.end [2025-10-28 16:55:21,475][ INFO][PID:3135491] Compressing /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740289/builder-live.log by gzip [2025-10-28 16:55:21,476][ INFO][PID:3135491] Running command 'gzip /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740289/builder-live.log' as PID 3140005 [2025-10-28 16:55:21,480][ INFO][PID:3135491] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740289/builder-live.log) [2025-10-28 16:55:21,480][ INFO][PID:3135491] Compressing /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740289/backend.log by gzip [2025-10-28 16:55:21,481][ INFO][PID:3135491] Running command 'gzip /var/lib/copr/public_html/results/bdherouville/libvirt-zfs/srpm-builds/09740289/backend.log' as PID 3140006