[2026-06-03 02:39:18,852][ INFO][PID:992017] Marking build as starting [2026-06-03 02:39:18,916][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:39:18,920][ INFO][PID:992017] VM allocation process starts [2026-06-03 02:39:18,948][ INFO][PID:992017] Trying to allocate VM: ResallocHost, ticket_id=3223270, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-03 02:39:23,963][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:39:28,965][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:39:33,967][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:39:38,970][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:39:43,972][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:39:48,975][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:39:53,979][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:39:58,984][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:03,986][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:08,990][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:13,993][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:18,996][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:24,000][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:27,080][ INFO][PID:992017] Allocated host ResallocHost, ticket_id=3223270, hostname=3.239.28.36, name=aws_x86_64_normal_prod_10476072_20260603_023831, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-03 02:40:27,083][ INFO][PID:992017] Allocating ssh connection to builder [2026-06-03 02:40:27,085][ INFO][PID:992017] Checking that builder machine is OK [2026-06-03 02:40:27,613][ INFO][PID:992017] Installed copr-rpmbuild version: 1.8 [2026-06-03 02:40:27,615][ INFO][PID:992017] Running remote command: copr-builder-ready srpm-builds [2026-06-03 02:40:27,974][ INFO][PID:992017] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-06-03 02:40:27,976][ INFO][PID:992017] Filling build.info file with builder info [2026-06-03 02:40:27,982][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:27,989][ INFO][PID:992017] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "still", "project_name": "stillos-10-wayland-enablement-stack", "project_dirname": "stillos-10-wayland-enablement-stack", "submitter": "still", "ended_on": null, "started_on": 1780454427.9895718, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10550507", "build_id": 10550507, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env bash\\nset -euo pipefail\\np=\\\"webkitgtk\\\"; w=\\\"$PWD/work-$p\\\"; out=\\\"${COPR_RESULTDIR:-$PWD}\\\"; rm -rf \\\"$w\\\"; mkdir -p \\\"$w/f\\\" \\\"$w/a\\\" \\\"$out\\\"\\ncase \\\"$p\\\" in gnome-desktop)cands=\\\"gnome-desktop gnome-desktop4 gnome-desktop3\\\";;cvt)cands=\\\"cvt libxcvt\\\";;*)cands=\\\"$p\\\";;esac\\nfr=(--repofrompath=f44,https://download.fedoraproject.org/pub/fedora/linux/releases/44/Everything/source/tree/ --repofrompath=f44u,https://download.fedoraproject.org/pub/fedora/linux/updates/44/Everything/source/tree/ --enablerepo=f44 --enablerepo=f44u)\\nar(){ local v=\\\"$1\\\" i; i=\\\"${v//./}\\\"; printf '%s\\\\n' --repofrompath=a${i}b,http://vault.almalinux.org/$v/BaseOS/Source/ --repofrompath=a${i}a,http://vault.almalinux.org/$v/AppStream/Source/ --repofrompath=a${i}c,http://vault.almalinux.org/$v/CRB/Source/ --enablerepo=a${i}b --enablerepo=a${i}a --enablerepo=a${i}c; }\\ndl(){ local d=\\\"$1\\\" n=\\\"$2\\\"; shift 2; mkdir -p \\\"$d\\\"; (cd \\\"$d\\\"; env -u LD_LIBRARY_PATH TMPDIR=\\\"${TMPDIR:-/tmp}\\\" dnf -q --setopt=logdir=\\\"${TMPDIR:-/tmp}/dnf-log\\\" --setopt=cachedir=\\\"${TMPDIR:-/tmp}/dnf-cache\\\" download --source --disablerepo='*' --setopt='*.gpgcheck=0' --setopt='*.repo_gpgcheck=0' \\\"$@\\\" \\\"$n\\\" >&2); }\\ngrab(){ local d=\\\"$1\\\"; shift; for c in $cands; do dl \\\"$d\\\" \\\"$c\\\" \\\"$@\\\" && ls \\\"$d\\\"/*.src.rpm|tail -1 && return 0 || true; done; return 1; }\\nx(){ mkdir -p \\\"$2\\\"; (cd \\\"$2\\\"; rpm2cpio \\\"$1\\\"|cpio -idm --quiet); }\\nfsrpm=$(grab \\\"$w/fs\\\" \\\"${fr[@]}\\\"); x \\\"$fsrpm\\\" \\\"$w/f\\\"; s=$(ls \\\"$w/f\\\"/*.spec|head -1)\\nsed -i -E 's/^Release:.*/Release: 1.stillos.1%{?dist}/;s/^%autochangelog/%changelog\\\\n* Fri May 29 2026 stillHQ - stillOS rebuild\\\\n- Rebuild for stillOS Wayland enablement/' \\\"$s\\\"\\nsed -i -E 's/^%bcond_without docs/%bcond_with docs/' \\\"$s\\\"\\nsed -i -E '/BuildRequires:[[:space:]]+(flite-devel|gi-docgen|unifdef)$/d; /BuildRequires:[[:space:]]+pkgconfig\\\\((libavif|libjxl|manette-0\\\\.2)\\\\)/d' \\\"$s\\\"\\nsed -i '/-DUSE_LIBBACKTRACE=OFF \\\\\\\\/a\\\\ -DENABLE_GAMEPAD=OFF \\\\\\\\\\\\n -DENABLE_SPEECH_SYNTHESIS=OFF \\\\\\\\\\\\n -DUSE_AVIF=OFF \\\\\\\\\\\\n -DUSE_FLITE=OFF \\\\\\\\\\\\n -DUSE_JPEGXL=OFF \\\\\\\\\\\\n -DUSE_SYSTEM_UNIFDEF=OFF \\\\\\\\\\\\n -DENABLE_DOCUMENTATION=OFF \\\\\\\\' \\\"$s\\\"\\ncp -a \\\"$w/f/.\\\" \\\"$out/\\\"\\nrpmbuild -bs \\\"$s\\\" --without docs --define \\\"_sourcedir $w/f\\\" --define \\\"_srcrpmdir $out\\\" --define \\\"_builddir $w/b\\\"\\n\", \"chroot\": \"rhel+epel-10-x86_64\", \"builddeps\": \"dnf dnf-plugins-core rpm-build rpmdevtools cpio curl sed grep findutils patch diffutils coreutils gawk\", \"resultdir\": \".\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "still/stillos-10-wayland-enablement-stack--still", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "rhel+epel-10" ], "distributions_in_project": [ "almalinux-10", "rhel+epel-10" ], "destdir": "/var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack", "result_dir": "10550507", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10550507, "mockchain_macros": { "copr_username": "still", "copr_projectname": "stillos-10-wayland-enablement-stack", "vendor": "Fedora Project COPR (still/stillos-10-wayland-enablement-stack)" } } ] } [2026-06-03 02:40:28,175][ INFO][PID:992017] Sending fedora-messaging bus message in build.start [2026-06-03 02:40:29,572][ INFO][PID:992017] Sending fedora-messaging bus message in chroot.start [2026-06-03 02:40:29,620][ INFO][PID:992017] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10550507 --detached [2026-06-03 02:40:30,197][ INFO][PID:992017] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.239.28.36' (ED25519) to the list of known hosts. [2026-06-03 02:40:30,205][ INFO][PID:992017] Downloading the builder-live.log file, attempt 1 [2026-06-03 02:40:30,212][ INFO][PID:992017] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.239.28.36 copr-rpmbuild-log [2026-06-03 02:40:35,215][ INFO][PID:992017] Periodic builder liveness probe: alive [2026-06-03 02:40:35,216][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:40,217][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:45,225][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:50,229][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:40:55,231][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:41:00,232][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:41:05,234][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:41:10,237][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:41:15,241][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:41:20,244][ INFO][PID:992017] Checking for cancel request [2026-06-03 02:41:23,364][ INFO][PID:992017] Downloading results from builder [2026-06-03 02:41:23,365][ INFO][PID:992017] rsyncing of mockbuilder@3.239.28.36:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507 started [2026-06-03 02:41:23,367][ INFO][PID:992017] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.239.28.36:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/ &> /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/build-10550507.rsync.log [2026-06-03 02:41:24,081][ INFO][PID:992017] rsyncing finished. [2026-06-03 02:41:24,082][ INFO][PID:992017] VM Release request [2026-06-03 02:41:24,094][ INFO][PID:992017] Searching for 'success' file in resultdir [2026-06-03 02:41:24,096][ INFO][PID:992017] Getting build details [2026-06-03 02:41:24,098][ INFO][PID:992017] Retrieving SRPM info from /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507 [2026-06-03 02:41:24,099][ INFO][PID:992017] SRPM URL: https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/webkitgtk-2.52.3-1.stillos.1.src.rpm [2026-06-03 02:41:24,100][ INFO][PID:992017] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/webkitgtk-2.52.3-1.stillos.1.src.rpm', 'pkg_name': 'webkitgtk', 'pkg_version': '2.52.3-1.stillos.1'} [2026-06-03 02:41:24,101][ INFO][PID:992017] Finished build: id=10550507 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack chroot=srpm-builds [2026-06-03 02:41:24,104][ INFO][PID:992017] Worker succeeded build, took 56.11457061767578 [2026-06-03 02:41:24,105][ INFO][PID:992017] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "still", "project_name": "stillos-10-wayland-enablement-stack", "project_dirname": "stillos-10-wayland-enablement-stack", "submitter": "still", "ended_on": 1780454484.1041424, "started_on": 1780454427.9895718, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10550507", "build_id": 10550507, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env bash\\nset -euo pipefail\\np=\\\"webkitgtk\\\"; w=\\\"$PWD/work-$p\\\"; out=\\\"${COPR_RESULTDIR:-$PWD}\\\"; rm -rf \\\"$w\\\"; mkdir -p \\\"$w/f\\\" \\\"$w/a\\\" \\\"$out\\\"\\ncase \\\"$p\\\" in gnome-desktop)cands=\\\"gnome-desktop gnome-desktop4 gnome-desktop3\\\";;cvt)cands=\\\"cvt libxcvt\\\";;*)cands=\\\"$p\\\";;esac\\nfr=(--repofrompath=f44,https://download.fedoraproject.org/pub/fedora/linux/releases/44/Everything/source/tree/ --repofrompath=f44u,https://download.fedoraproject.org/pub/fedora/linux/updates/44/Everything/source/tree/ --enablerepo=f44 --enablerepo=f44u)\\nar(){ local v=\\\"$1\\\" i; i=\\\"${v//./}\\\"; printf '%s\\\\n' --repofrompath=a${i}b,http://vault.almalinux.org/$v/BaseOS/Source/ --repofrompath=a${i}a,http://vault.almalinux.org/$v/AppStream/Source/ --repofrompath=a${i}c,http://vault.almalinux.org/$v/CRB/Source/ --enablerepo=a${i}b --enablerepo=a${i}a --enablerepo=a${i}c; }\\ndl(){ local d=\\\"$1\\\" n=\\\"$2\\\"; shift 2; mkdir -p \\\"$d\\\"; (cd \\\"$d\\\"; env -u LD_LIBRARY_PATH TMPDIR=\\\"${TMPDIR:-/tmp}\\\" dnf -q --setopt=logdir=\\\"${TMPDIR:-/tmp}/dnf-log\\\" --setopt=cachedir=\\\"${TMPDIR:-/tmp}/dnf-cache\\\" download --source --disablerepo='*' --setopt='*.gpgcheck=0' --setopt='*.repo_gpgcheck=0' \\\"$@\\\" \\\"$n\\\" >&2); }\\ngrab(){ local d=\\\"$1\\\"; shift; for c in $cands; do dl \\\"$d\\\" \\\"$c\\\" \\\"$@\\\" && ls \\\"$d\\\"/*.src.rpm|tail -1 && return 0 || true; done; return 1; }\\nx(){ mkdir -p \\\"$2\\\"; (cd \\\"$2\\\"; rpm2cpio \\\"$1\\\"|cpio -idm --quiet); }\\nfsrpm=$(grab \\\"$w/fs\\\" \\\"${fr[@]}\\\"); x \\\"$fsrpm\\\" \\\"$w/f\\\"; s=$(ls \\\"$w/f\\\"/*.spec|head -1)\\nsed -i -E 's/^Release:.*/Release: 1.stillos.1%{?dist}/;s/^%autochangelog/%changelog\\\\n* Fri May 29 2026 stillHQ - stillOS rebuild\\\\n- Rebuild for stillOS Wayland enablement/' \\\"$s\\\"\\nsed -i -E 's/^%bcond_without docs/%bcond_with docs/' \\\"$s\\\"\\nsed -i -E '/BuildRequires:[[:space:]]+(flite-devel|gi-docgen|unifdef)$/d; /BuildRequires:[[:space:]]+pkgconfig\\\\((libavif|libjxl|manette-0\\\\.2)\\\\)/d' \\\"$s\\\"\\nsed -i '/-DUSE_LIBBACKTRACE=OFF \\\\\\\\/a\\\\ -DENABLE_GAMEPAD=OFF \\\\\\\\\\\\n -DENABLE_SPEECH_SYNTHESIS=OFF \\\\\\\\\\\\n -DUSE_AVIF=OFF \\\\\\\\\\\\n -DUSE_FLITE=OFF \\\\\\\\\\\\n -DUSE_JPEGXL=OFF \\\\\\\\\\\\n -DUSE_SYSTEM_UNIFDEF=OFF \\\\\\\\\\\\n -DENABLE_DOCUMENTATION=OFF \\\\\\\\' \\\"$s\\\"\\ncp -a \\\"$w/f/.\\\" \\\"$out/\\\"\\nrpmbuild -bs \\\"$s\\\" --without docs --define \\\"_sourcedir $w/f\\\" --define \\\"_srcrpmdir $out\\\" --define \\\"_builddir $w/b\\\"\\n\", \"chroot\": \"rhel+epel-10-x86_64\", \"builddeps\": \"dnf dnf-plugins-core rpm-build rpmdevtools cpio curl sed grep findutils patch diffutils coreutils gawk\", \"resultdir\": \".\", \"repos\": \"\"}", "pkg_name": "webkitgtk", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/webkitgtk-2.52.3-1.stillos.1.src.rpm", "uses_devel_repo": null, "sandbox": "still/stillos-10-wayland-enablement-stack--still", "results": { "architecture_specific_tags": { "rhel+epel-10": {} }, "name": "webkitgtk", "epoch": null, "version": "2.52.3", "release": "1.stillos.1" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "rhel+epel-10" ], "distributions_in_project": [ "almalinux-10", "rhel+epel-10" ], "destdir": "/var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/still/stillos-10-wayland-enablement-stack", "result_dir": "10550507", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "2.52.3-1.stillos.1", "id": 10550507, "mockchain_macros": { "copr_username": "still", "copr_projectname": "stillos-10-wayland-enablement-stack", "vendor": "Fedora Project COPR (still/stillos-10-wayland-enablement-stack)" } } ] } [2026-06-03 02:41:24,172][ INFO][PID:992017] Sending fedora-messaging bus message in build.end [2026-06-03 02:41:24,203][ INFO][PID:992017] Compressing /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/builder-live.log by gzip [2026-06-03 02:41:24,204][ INFO][PID:992017] Running command 'gzip /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/builder-live.log' as PID 1010357 [2026-06-03 02:41:24,220][ INFO][PID:992017] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/builder-live.log) [2026-06-03 02:41:24,221][ INFO][PID:992017] Compressing /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/backend.log by gzip [2026-06-03 02:41:24,223][ INFO][PID:992017] Running command 'gzip /var/lib/copr/public_html/results/still/stillos-10-wayland-enablement-stack/srpm-builds/10550507/backend.log' as PID 1010360