[2026-06-11 15:28:35,528][ INFO][PID:3472173] Marking build as starting [2026-06-11 15:28:35,570][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:28:35,572][ INFO][PID:3472173] VM allocation process starts [2026-06-11 15:28:35,632][ INFO][PID:3472173] Trying to allocate VM: ResallocHost, ticket_id=3392472, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-11 15:28:38,655][ INFO][PID:3472173] Allocated host ResallocHost, ticket_id=3392472, hostname=52.200.13.217, name=aws_x86_64_reserved_prod_11856704_20260611_152012, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-11 15:28:38,656][ INFO][PID:3472173] Allocating ssh connection to builder [2026-06-11 15:28:38,656][ INFO][PID:3472173] Checking that builder machine is OK [2026-06-11 15:28:38,978][ INFO][PID:3472173] Installed copr-rpmbuild version: 1.8 [2026-06-11 15:28:38,979][ INFO][PID:3472173] Running remote command: copr-builder-ready srpm-builds [2026-06-11 15:28:39,166][ INFO][PID:3472173] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-06-11 15:28:39,195][ INFO][PID:3472173] Filling build.info file with builder info [2026-06-11 15:28:39,196][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:28:39,197][ INFO][PID:3472173] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "jsnjack", "project_name": "mutter-nightly", "project_dirname": "mutter-nightly", "submitter": "jsnjack", "ended_on": null, "started_on": 1781191719.1972964, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10591001", "build_id": 10591001, "package_name": "mutter", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/bash\\n# Copr \\\"custom\\\" source-build script for the mutter-nightly project.\\n#\\n# Runs on the Copr builder with $PWD as the (empty) resultdir. It must leave\\n# behind exactly one spec file plus the sources it references; Copr then\\n# builds the SRPM from them.\\n#\\n# Strategy: take the Fedora 44 packaging (spec) from dist-git, swap the\\n# release tarball for a snapshot of the upstream stable branch, and stamp\\n# the snapshot's date+commit into Release so every build upgrades cleanly\\n# over the distro package.\\nset -ex\\n\\nPKG=\\\"mutter\\\"\\nDISTGIT_BR=\\\"f44\\\"\\n# F44 ships GNOME 50, so track upstream's gnome-50 stable branch. Switching\\n# this to \\\"main\\\" builds 51.alpha, which breaks the ABI gnome-shell 50 needs.\\nUPSTREAM_BR=\\\"gnome-50\\\"\\n# Open gitlab.gnome.org MRs to carry on top of the snapshot, re-fetched on\\n# every build so MR updates are picked up too\\nMRS=\\\"5116\\\"\\n\\n# dist-git goes into . so rpmautospec can expand %autochangelog from its history\\ngit clone -b \\\"${DISTGIT_BR}\\\" \\\"https://src.fedoraproject.org/rpms/${PKG}.git\\\" .\\ngit clone --depth 1 -b \\\"${UPSTREAM_BR}\\\" \\\"https://github.com/GNOME/${PKG}.git\\\" upstream\\n\\nAPPLIED=\\\"\\\"\\nfor MR in ${MRS}; do\\n curl -fsSL -o \\\"mr${MR}.patch\\\" \\\\\\n \\\"https://gitlab.gnome.org/GNOME/${PKG}/-/merge_requests/${MR}.patch\\\"\\n if git -C upstream apply --check \\\"${PWD}/mr${MR}.patch\\\"; then\\n APPLIED=\\\"${APPLIED} ${MR}\\\"\\n elif git -C upstream apply --check --reverse \\\"${PWD}/mr${MR}.patch\\\"; then\\n # already merged/backported into the branch; drop it\\n rm \\\"mr${MR}.patch\\\"\\n else\\n echo \\\"MR ${MR} no longer applies to ${UPSTREAM_BR}, rebase needed\\\" >&2\\n exit 1\\n fi\\ndone\\n\\nVERSION=$(sed -n \\\"s/^ *version: '\\\\([^']*\\\\)'.*/\\\\1/p\\\" upstream/meson.build | head -1)\\nDATE=$(git -C upstream log -1 --format=%cd --date=format:%Y%m%d)\\nSHA=$(git -C upstream rev-parse --short=10 HEAD)\\n\\n# git snapshots lack the bundled subprojects that release tarballs ship, and\\n# mock builds with --wrap-mode=nodownload, so vendor the required wrap here\\n(cd upstream && meson subprojects download gvdb)\\nmv upstream \\\"${PKG}-${VERSION}\\\"\\ntar --exclude-vcs -cf - \\\"${PKG}-${VERSION}\\\" | xz > \\\"${PKG}-${VERSION}.tar.xz\\\"\\nrm -rf \\\"${PKG}-${VERSION}\\\"\\n\\nMRTAG=\\\"\\\"\\n{\\n N=0\\n for MR in ${APPLIED}; do\\n N=$((N + 1))\\n echo \\\"Patch${N}: mr${MR}.patch\\\"\\n MRTAG=\\\"${MRTAG}.mr${MR}\\\"\\n done\\n} > patchlines\\n\\n# - Version follows upstream's meson.build, so the NEVR stays ahead of (or\\n# self-heals against) Fedora updates; Release=999.git wins ties\\n# - Source0 points at the local snapshot tarball instead of download.gnome.org\\n# - dist-git backport patches are dropped (the snapshot already contains\\n# them), then the MR patches are inserted after Source0\\nsed -i -e \\\"\\n/^Version:/s|.*|Version: ${VERSION}|\\n/^Release:/s|%autorelease|999.${DATE}git${SHA}${MRTAG}%{?dist}|\\n/^Patch/d\\n/^Source0:/{\\ns|.*|Source0: ${PKG}-${VERSION}.tar.xz|\\nr patchlines\\n}\\n\\\" \\\"${PKG}.spec\\\"\\nrm patchlines\\n\", \"chroot\": \"fedora-44-x86_64\", \"builddeps\": \"git-core xz tar curl meson\", \"resultdir\": null, \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "jsnjack/mutter-nightly--jsnjack", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "fedora-44" ], "distributions_in_project": [ "fedora-44" ], "destdir": "/var/lib/copr/public_html/results/jsnjack/mutter-nightly", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/jsnjack/mutter-nightly", "result_dir": "10591001", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10591001, "mockchain_macros": { "copr_username": "jsnjack", "copr_projectname": "mutter-nightly", "vendor": "Fedora Project COPR (jsnjack/mutter-nightly)" } } ] } [2026-06-11 15:28:39,241][ INFO][PID:3472173] Sending fedora-messaging bus message in build.start [2026-06-11 15:28:41,400][ INFO][PID:3472173] Sending fedora-messaging bus message in chroot.start [2026-06-11 15:28:41,428][ INFO][PID:3472173] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10591001 --detached [2026-06-11 15:28:42,789][ INFO][PID:3472173] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '52.200.13.217' (ED25519) to the list of known hosts. [2026-06-11 15:28:42,791][ INFO][PID:3472173] Downloading the builder-live.log file, attempt 1 [2026-06-11 15:28:42,793][ INFO][PID:3472173] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@52.200.13.217 copr-rpmbuild-log [2026-06-11 15:28:47,828][ INFO][PID:3472173] Periodic builder liveness probe: alive [2026-06-11 15:28:47,842][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:28:52,847][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:28:57,860][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:03,083][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:08,086][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:13,297][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:18,318][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:23,659][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:28,670][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:33,671][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:38,850][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:43,852][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:48,854][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:53,962][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:29:58,964][ INFO][PID:3472173] Checking for cancel request [2026-06-11 15:30:01,009][ INFO][PID:3472173] Downloading results from builder [2026-06-11 15:30:01,302][ INFO][PID:3472173] rsyncing of mockbuilder@52.200.13.217:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/jsnjack/mutter-nightly/srpm-builds/10591001 started [2026-06-11 15:30:01,780][ INFO][PID:3472173] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@52.200.13.217:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/jsnjack/mutter-nightly/srpm-builds/10591001/ &> /var/lib/copr/public_html/results/jsnjack/mutter-nightly/srpm-builds/10591001/build-10591001.rsync.log [2026-06-11 15:30:02,300][ INFO][PID:3472173] rsyncing finished. [2026-06-11 15:30:02,390][ INFO][PID:3472173] VM Release request [2026-06-11 15:30:04,060][ INFO][PID:3472173] Searching for 'success' file in resultdir [2026-06-11 15:30:04,737][ INFO][PID:3472173] Getting build details [2026-06-11 15:30:04,745][ INFO][PID:3472173] Retrieving SRPM info from /var/lib/copr/public_html/results/jsnjack/mutter-nightly/srpm-builds/10591001 [2026-06-11 15:30:05,378][ INFO][PID:3472173] SRPM URL: https://download.copr.fedorainfracloud.org/results/jsnjack/mutter-nightly/srpm-builds/10591001/mutter-50.2-999.20260529git64993ca510.mr5116.src.rpm [2026-06-11 15:30:05,420][ INFO][PID:3472173] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/jsnjack/mutter-nightly/srpm-builds/10591001/mutter-50.2-999.20260529git64993ca510.mr5116.src.rpm', 'pkg_name': 'mutter', 'pkg_version': '50.2-999.20260529git64993ca510.mr5116'} [2026-06-11 15:30:05,583][ INFO][PID:3472173] Finished build: id=10591001 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/jsnjack/mutter-nightly chroot=srpm-builds [2026-06-11 15:30:06,517][ INFO][PID:3472173] Worker succeeded build, took 87.30284357070923 [2026-06-11 15:30:06,629][ INFO][PID:3472173] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "jsnjack", "project_name": "mutter-nightly", "project_dirname": "mutter-nightly", "submitter": "jsnjack", "ended_on": 1781191806.50014, "started_on": 1781191719.1972964, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10591001", "build_id": 10591001, "package_name": "mutter", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/bash\\n# Copr \\\"custom\\\" source-build script for the mutter-nightly project.\\n#\\n# Runs on the Copr builder with $PWD as the (empty) resultdir. It must leave\\n# behind exactly one spec file plus the sources it references; Copr then\\n# builds the SRPM from them.\\n#\\n# Strategy: take the Fedora 44 packaging (spec) from dist-git, swap the\\n# release tarball for a snapshot of the upstream stable branch, and stamp\\n# the snapshot's date+commit into Release so every build upgrades cleanly\\n# over the distro package.\\nset -ex\\n\\nPKG=\\\"mutter\\\"\\nDISTGIT_BR=\\\"f44\\\"\\n# F44 ships GNOME 50, so track upstream's gnome-50 stable branch. Switching\\n# this to \\\"main\\\" builds 51.alpha, which breaks the ABI gnome-shell 50 needs.\\nUPSTREAM_BR=\\\"gnome-50\\\"\\n# Open gitlab.gnome.org MRs to carry on top of the snapshot, re-fetched on\\n# every build so MR updates are picked up too\\nMRS=\\\"5116\\\"\\n\\n# dist-git goes into . so rpmautospec can expand %autochangelog from its history\\ngit clone -b \\\"${DISTGIT_BR}\\\" \\\"https://src.fedoraproject.org/rpms/${PKG}.git\\\" .\\ngit clone --depth 1 -b \\\"${UPSTREAM_BR}\\\" \\\"https://github.com/GNOME/${PKG}.git\\\" upstream\\n\\nAPPLIED=\\\"\\\"\\nfor MR in ${MRS}; do\\n curl -fsSL -o \\\"mr${MR}.patch\\\" \\\\\\n \\\"https://gitlab.gnome.org/GNOME/${PKG}/-/merge_requests/${MR}.patch\\\"\\n if git -C upstream apply --check \\\"${PWD}/mr${MR}.patch\\\"; then\\n APPLIED=\\\"${APPLIED} ${MR}\\\"\\n elif git -C upstream apply --check --reverse \\\"${PWD}/mr${MR}.patch\\\"; then\\n # already merged/backported into the branch; drop it\\n rm \\\"mr${MR}.patch\\\"\\n else\\n echo \\\"MR ${MR} no longer applies to ${UPSTREAM_BR}, rebase needed\\\" >&2\\n exit 1\\n fi\\ndone\\n\\nVERSION=$(sed -n \\\"s/^ *version: '\\\\([^']*\\\\)'.*/\\\\1/p\\\" upstream/meson.build | head -1)\\nDATE=$(git -C upstream log -1 --format=%cd --date=format:%Y%m%d)\\nSHA=$(git -C upstream rev-parse --short=10 HEAD)\\n\\n# git snapshots lack the bundled subprojects that release tarballs ship, and\\n# mock builds with --wrap-mode=nodownload, so vendor the required wrap here\\n(cd upstream && meson subprojects download gvdb)\\nmv upstream \\\"${PKG}-${VERSION}\\\"\\ntar --exclude-vcs -cf - \\\"${PKG}-${VERSION}\\\" | xz > \\\"${PKG}-${VERSION}.tar.xz\\\"\\nrm -rf \\\"${PKG}-${VERSION}\\\"\\n\\nMRTAG=\\\"\\\"\\n{\\n N=0\\n for MR in ${APPLIED}; do\\n N=$((N + 1))\\n echo \\\"Patch${N}: mr${MR}.patch\\\"\\n MRTAG=\\\"${MRTAG}.mr${MR}\\\"\\n done\\n} > patchlines\\n\\n# - Version follows upstream's meson.build, so the NEVR stays ahead of (or\\n# self-heals against) Fedora updates; Release=999.git wins ties\\n# - Source0 points at the local snapshot tarball instead of download.gnome.org\\n# - dist-git backport patches are dropped (the snapshot already contains\\n# them), then the MR patches are inserted after Source0\\nsed -i -e \\\"\\n/^Version:/s|.*|Version: ${VERSION}|\\n/^Release:/s|%autorelease|999.${DATE}git${SHA}${MRTAG}%{?dist}|\\n/^Patch/d\\n/^Source0:/{\\ns|.*|Source0: ${PKG}-${VERSION}.tar.xz|\\nr patchlines\\n}\\n\\\" \\\"${PKG}.spec\\\"\\nrm patchlines\\n\", \"chroot\": \"fedora-44-x86_64\", \"builddeps\": \"git-core xz tar curl meson\", \"resultdir\": null, \"repos\": \"\"}", "pkg_name": "mutter", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/jsnjack/mutter-nightly/srpm-builds/10591001/mutter-50.2-999.20260529git64993ca510.mr5116.src.rpm", "uses_devel_repo": null, "sandbox": "jsnjack/mutter-nightly--jsnjack", "results": { "architecture_specific_tags": { "fedora-44": {} }, "name": "mutter", "epoch": null, "version": "50.2", "release": "999.20260529git64993ca510.mr5116" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "fedora-44" ], "distributions_in_project": [ "fedora-44" ], "destdir": "/var/lib/copr/public_html/results/jsnjack/mutter-nightly", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/jsnjack/mutter-nightly", "result_dir": "10591001", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "50.2-999.20260529git64993ca510.mr5116", "id": 10591001, "mockchain_macros": { "copr_username": "jsnjack", "copr_projectname": "mutter-nightly", "vendor": "Fedora Project COPR (jsnjack/mutter-nightly)" } } ] } [2026-06-11 15:30:13,660][ INFO][PID:3472173] Sending fedora-messaging bus message in build.end [2026-06-11 15:30:18,407][ INFO][PID:3472173] Compressing /var/lib/copr/public_html/results/jsnjack/mutter-nightly/srpm-builds/10591001/builder-live.log by gzip [2026-06-11 15:30:18,660][ INFO][PID:3472173] Running command 'gzip /var/lib/copr/public_html/results/jsnjack/mutter-nightly/srpm-builds/10591001/builder-live.log' as PID 3483061 [2026-06-11 15:30:18,855][ INFO][PID:3472173] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/jsnjack/mutter-nightly/srpm-builds/10591001/builder-live.log) [2026-06-11 15:30:18,898][ INFO][PID:3472173] Compressing /var/lib/copr/public_html/results/jsnjack/mutter-nightly/srpm-builds/10591001/backend.log by gzip [2026-06-11 15:30:18,900][ INFO][PID:3472173] Running command 'gzip /var/lib/copr/public_html/results/jsnjack/mutter-nightly/srpm-builds/10591001/backend.log' as PID 3483094