[2026-08-27 22:16:26,828][ INFO][PID:623634] Marking build as starting [2026-08-27 22:16:26,861][ INFO][PID:623634] Checking for cancel request [2026-08-27 22:16:26,862][ INFO][PID:623634] VM allocation process starts [2026-08-27 22:16:26,868][ INFO][PID:623634] Trying to allocate VM: ResallocHost, ticket_id=4678158, requested_tags=['arch_x86_64', 'copr_builder'] [2026-08-27 22:16:29,876][ INFO][PID:623634] Allocated host ResallocHost, ticket_id=4678158, hostname=3.87.15.50, name=aws_x86_64_reserved_prod_22073924_20260827_221042, requested_tags=['arch_x86_64', 'copr_builder'] [2026-08-27 22:16:29,876][ INFO][PID:623634] Allocating ssh connection to builder [2026-08-27 22:16:29,877][ INFO][PID:623634] Checking that builder machine is OK [2026-08-27 22:16:30,153][ INFO][PID:623634] Installed copr-rpmbuild version: 1.9 [2026-08-27 22:16:30,154][ INFO][PID:623634] Running remote command: copr-builder-ready srpm-builds [2026-08-27 22:16:30,330][ INFO][PID:623634] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-08-27 22:16:30,330][ INFO][PID:623634] Filling build.info file with builder info [2026-08-27 22:16:30,331][ INFO][PID:623634] Checking for cancel request [2026-08-27 22:16:30,331][ INFO][PID:623634] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "mystic", "project_name": "modrinth-app", "project_dirname": "modrinth-app", "submitter": null, "ended_on": null, "started_on": 1787868990.3316042, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10913367", "build_id": 10913367, "package_name": "modrinth-app", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/sh -xe\\n# Copr \\\"Custom source method\\\" script for modrinth-app.\\n# Finds the latest release with an x86_64 RPM, verifies it, and emits\\n# a spec that unpacks + repacks it. No compilation happens here.\\n\\nresultdir=\\\"${COPR_RESULTDIR:-$PWD}\\\"\\nmkdir -p \\\"$resultdir\\\"\\n\\nreleases_json=$(curl -fsSL -H 'Accept: application/vnd.github+json' \\\\\\n \\\"https://api.github.com/repos/modrinth/code/releases?per_page=15\\\")\\n\\ntag=$(printf '%s' \\\"$releases_json\\\" | jq -r '\\n [.[] | select(.assets[]?.name | test(\\\"x86_64\\\\\\\\.rpm$\\\"))] | first | .tag_name // empty\\n')\\n\\nif [ -z \\\"$tag\\\" ]; then\\n echo \\\"ERROR: no recent release with an x86_64 RPM asset found\\\" >&2\\n exit 1\\nfi\\n\\nversion=$(printf '%s' \\\"$tag\\\" | sed 's/^v//')\\n\\nrpm_url=$(printf '%s' \\\"$releases_json\\\" | jq -r --arg tag \\\"$tag\\\" '\\n .[] | select(.tag_name == $tag) | .assets[] | select(.name | test(\\\"x86_64\\\\\\\\.rpm$\\\")) | .browser_download_url\\n' | head -n1)\\n\\ndigest=$(printf '%s' \\\"$releases_json\\\" | jq -r --arg tag \\\"$tag\\\" '\\n .[] | select(.tag_name == $tag) | .assets[] | select(.name | test(\\\"x86_64\\\\\\\\.rpm$\\\")) | (.digest // \\\"none\\\")\\n' | head -n1)\\n\\nnotes=$(printf '%s' \\\"$releases_json\\\" | jq -r --arg tag \\\"$tag\\\" '\\n .[] | select(.tag_name == $tag) | (.body // empty)\\n')\\n[ -z \\\"$notes\\\" ] && notes=\\\"No release notes provided upstream.\\\"\\n\\ncurl -fsSL -o \\\"$resultdir/modrinth-app-upstream.rpm\\\" \\\"$rpm_url\\\"\\n\\n# Skip the check if GitHub hasn't computed a digest for this asset.\\nif [ -n \\\"$digest\\\" ] && [ \\\"$digest\\\" != \\\"none\\\" ]; then\\n algo=${digest%%:*}\\n expected=${digest#*:}\\n actual=$(\\\"${algo}sum\\\" \\\"$resultdir/modrinth-app-upstream.rpm\\\" | cut -d' ' -f1)\\n if [ \\\"$actual\\\" != \\\"$expected\\\" ]; then\\n echo \\\"ERROR: checksum mismatch on downloaded RPM ($algo: expected $expected, got $actual)\\\" >&2\\n exit 1\\n fi\\nfi\\n\\n# % has to be doubled since the spec parser treats a bare % as a macro.\\nformatted_notes=$(printf '%s\\\\n' \\\"$notes\\\" \\\\\\n | sed 's/\\\\r$//' \\\\\\n | sed -E 's/^#+[[:space:]]*//' \\\\\\n | sed -E 's/^[-*\\u2022][[:space:]]+//' \\\\\\n | sed 's/%/%%/g' \\\\\\n | sed '/^[[:space:]]*$/d' \\\\\\n | sed 's/^/- /')\\n\\ncat > \\\"$resultdir/modrinth-app.spec\\\" </dev/null || :\\n\\n%postun\\nif [ \\\\$1 -eq 0 ]; then\\n /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :\\nfi\\n\\n%posttrans\\n/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :\\n\\n%changelog\\n* $(LC_ALL=C date \\\"+%a %b %d %Y\\\") Copr Automation - $version-1\\n$formatted_notes\\nSPEC\\n\\necho \\\"Generated modrinth-app.spec for version $version\\\"\\n\", \"chroot\": \"fedora-45-x86_64\", \"builddeps\": \"curl jq\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "mystic/modrinth-app--886ae52a-5ac8-4c71-af40-e2b900401c82", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "distributions_in_build": [ "fedora-43", "fedora-44", "fedora-45", "fedora-rawhide" ], "distributions_in_project": [ "fedora-43", "fedora-44", "fedora-45", "fedora-rawhide" ], "destdir": "/var/lib/copr/public_html/results/mystic/modrinth-app", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/mystic/modrinth-app", "result_dir": "10913367", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10913367, "mockchain_macros": { "copr_username": "mystic", "copr_projectname": "modrinth-app", "vendor": "Fedora Project COPR (mystic/modrinth-app)" } } ] } [2026-08-27 22:16:30,356][ INFO][PID:623634] Sending fedora-messaging bus message in build.start [2026-08-27 22:16:30,719][ INFO][PID:623634] Sending fedora-messaging bus message in chroot.start [2026-08-27 22:16:30,739][ INFO][PID:623634] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10913367 --detached [2026-08-27 22:16:31,293][ INFO][PID:623634] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.87.15.50' (ED25519) to the list of known hosts. [2026-08-27 22:16:31,293][ INFO][PID:623634] Downloading the builder-live.log file, attempt 1 [2026-08-27 22:16:31,295][ INFO][PID:623634] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.87.15.50 copr-rpmbuild-log [2026-08-27 22:16:36,298][ INFO][PID:623634] Periodic builder liveness probe: alive [2026-08-27 22:16:36,298][ INFO][PID:623634] Checking for cancel request [2026-08-27 22:16:41,299][ INFO][PID:623634] Checking for cancel request [2026-08-27 22:16:46,299][ INFO][PID:623634] Checking for cancel request [2026-08-27 22:16:51,300][ INFO][PID:623634] Checking for cancel request [2026-08-27 22:16:56,301][ INFO][PID:623634] Checking for cancel request [2026-08-27 22:17:01,302][ INFO][PID:623634] Checking for cancel request [2026-08-27 22:17:06,014][ INFO][PID:623634] Downloading results from builder [2026-08-27 22:17:06,014][ INFO][PID:623634] rsyncing of mockbuilder@3.87.15.50:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10913367 started [2026-08-27 22:17:06,015][ INFO][PID:623634] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.87.15.50:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10913367/ &> /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10913367/build-10913367.rsync.log [2026-08-27 22:17:06,309][ INFO][PID:623634] rsyncing finished. [2026-08-27 22:17:06,310][ INFO][PID:623634] VM Release request [2026-08-27 22:17:06,315][ INFO][PID:623634] Searching for 'success' file in resultdir [2026-08-27 22:17:06,316][ INFO][PID:623634] Getting build details [2026-08-27 22:17:06,316][ INFO][PID:623634] Retrieving SRPM info from /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10913367 [2026-08-27 22:17:06,317][ INFO][PID:623634] SRPM URL: https://download.copr.fedorainfracloud.org/results/mystic/modrinth-app/srpm-builds/10913367/modrinth-app-0.19.1-1.src.rpm [2026-08-27 22:17:06,317][ INFO][PID:623634] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/mystic/modrinth-app/srpm-builds/10913367/modrinth-app-0.19.1-1.src.rpm', 'pkg_name': 'modrinth-app', 'pkg_version': '0.19.1-1'} [2026-08-27 22:17:06,317][ INFO][PID:623634] Finished build: id=10913367 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/mystic/modrinth-app chroot=srpm-builds [2026-08-27 22:17:06,318][ INFO][PID:623634] Worker succeeded build, took 35.98639917373657 [2026-08-27 22:17:06,318][ INFO][PID:623634] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "mystic", "project_name": "modrinth-app", "project_dirname": "modrinth-app", "submitter": null, "ended_on": 1787869026.3180034, "started_on": 1787868990.3316042, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10913367", "build_id": 10913367, "package_name": "modrinth-app", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/sh -xe\\n# Copr \\\"Custom source method\\\" script for modrinth-app.\\n# Finds the latest release with an x86_64 RPM, verifies it, and emits\\n# a spec that unpacks + repacks it. No compilation happens here.\\n\\nresultdir=\\\"${COPR_RESULTDIR:-$PWD}\\\"\\nmkdir -p \\\"$resultdir\\\"\\n\\nreleases_json=$(curl -fsSL -H 'Accept: application/vnd.github+json' \\\\\\n \\\"https://api.github.com/repos/modrinth/code/releases?per_page=15\\\")\\n\\ntag=$(printf '%s' \\\"$releases_json\\\" | jq -r '\\n [.[] | select(.assets[]?.name | test(\\\"x86_64\\\\\\\\.rpm$\\\"))] | first | .tag_name // empty\\n')\\n\\nif [ -z \\\"$tag\\\" ]; then\\n echo \\\"ERROR: no recent release with an x86_64 RPM asset found\\\" >&2\\n exit 1\\nfi\\n\\nversion=$(printf '%s' \\\"$tag\\\" | sed 's/^v//')\\n\\nrpm_url=$(printf '%s' \\\"$releases_json\\\" | jq -r --arg tag \\\"$tag\\\" '\\n .[] | select(.tag_name == $tag) | .assets[] | select(.name | test(\\\"x86_64\\\\\\\\.rpm$\\\")) | .browser_download_url\\n' | head -n1)\\n\\ndigest=$(printf '%s' \\\"$releases_json\\\" | jq -r --arg tag \\\"$tag\\\" '\\n .[] | select(.tag_name == $tag) | .assets[] | select(.name | test(\\\"x86_64\\\\\\\\.rpm$\\\")) | (.digest // \\\"none\\\")\\n' | head -n1)\\n\\nnotes=$(printf '%s' \\\"$releases_json\\\" | jq -r --arg tag \\\"$tag\\\" '\\n .[] | select(.tag_name == $tag) | (.body // empty)\\n')\\n[ -z \\\"$notes\\\" ] && notes=\\\"No release notes provided upstream.\\\"\\n\\ncurl -fsSL -o \\\"$resultdir/modrinth-app-upstream.rpm\\\" \\\"$rpm_url\\\"\\n\\n# Skip the check if GitHub hasn't computed a digest for this asset.\\nif [ -n \\\"$digest\\\" ] && [ \\\"$digest\\\" != \\\"none\\\" ]; then\\n algo=${digest%%:*}\\n expected=${digest#*:}\\n actual=$(\\\"${algo}sum\\\" \\\"$resultdir/modrinth-app-upstream.rpm\\\" | cut -d' ' -f1)\\n if [ \\\"$actual\\\" != \\\"$expected\\\" ]; then\\n echo \\\"ERROR: checksum mismatch on downloaded RPM ($algo: expected $expected, got $actual)\\\" >&2\\n exit 1\\n fi\\nfi\\n\\n# % has to be doubled since the spec parser treats a bare % as a macro.\\nformatted_notes=$(printf '%s\\\\n' \\\"$notes\\\" \\\\\\n | sed 's/\\\\r$//' \\\\\\n | sed -E 's/^#+[[:space:]]*//' \\\\\\n | sed -E 's/^[-*\\u2022][[:space:]]+//' \\\\\\n | sed 's/%/%%/g' \\\\\\n | sed '/^[[:space:]]*$/d' \\\\\\n | sed 's/^/- /')\\n\\ncat > \\\"$resultdir/modrinth-app.spec\\\" </dev/null || :\\n\\n%postun\\nif [ \\\\$1 -eq 0 ]; then\\n /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :\\nfi\\n\\n%posttrans\\n/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :\\n\\n%changelog\\n* $(LC_ALL=C date \\\"+%a %b %d %Y\\\") Copr Automation - $version-1\\n$formatted_notes\\nSPEC\\n\\necho \\\"Generated modrinth-app.spec for version $version\\\"\\n\", \"chroot\": \"fedora-45-x86_64\", \"builddeps\": \"curl jq\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": "modrinth-app", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/mystic/modrinth-app/srpm-builds/10913367/modrinth-app-0.19.1-1.src.rpm", "uses_devel_repo": null, "sandbox": "mystic/modrinth-app--886ae52a-5ac8-4c71-af40-e2b900401c82", "results": { "architecture_specific_tags": { "fedora-43": { "buildarch": [ "x86_64" ], "exclusivearch": [ "x86_64" ] }, "fedora-44": { "buildarch": [ "x86_64" ], "exclusivearch": [ "x86_64" ] }, "fedora-45": { "buildarch": [ "x86_64" ], "exclusivearch": [ "x86_64" ] }, "fedora-rawhide": { "buildarch": [ "x86_64" ], "exclusivearch": [ "x86_64" ] } }, "name": "modrinth-app", "epoch": null, "version": "0.19.1", "release": "1" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "distributions_in_build": [ "fedora-43", "fedora-44", "fedora-45", "fedora-rawhide" ], "distributions_in_project": [ "fedora-43", "fedora-44", "fedora-45", "fedora-rawhide" ], "destdir": "/var/lib/copr/public_html/results/mystic/modrinth-app", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/mystic/modrinth-app", "result_dir": "10913367", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "0.19.1-1", "id": 10913367, "mockchain_macros": { "copr_username": "mystic", "copr_projectname": "modrinth-app", "vendor": "Fedora Project COPR (mystic/modrinth-app)" } } ] } [2026-08-27 22:17:06,355][ INFO][PID:623634] Sending fedora-messaging bus message in build.end [2026-08-27 22:17:06,375][ INFO][PID:623634] Compressing /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10913367/builder-live.log by gzip [2026-08-27 22:17:06,376][ INFO][PID:623634] Running command 'gzip /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10913367/builder-live.log' as PID 632000 [2026-08-27 22:17:06,387][ INFO][PID:623634] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10913367/builder-live.log) [2026-08-27 22:17:06,387][ INFO][PID:623634] Compressing /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10913367/backend.log by gzip [2026-08-27 22:17:06,388][ INFO][PID:623634] Running command 'gzip /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10913367/backend.log' as PID 632003