[2026-09-01 03:00:58,594][ INFO][PID:593457] Marking build as starting [2026-09-01 03:00:58,624][ INFO][PID:593457] Checking for cancel request [2026-09-01 03:00:58,625][ INFO][PID:593457] VM allocation process starts [2026-09-01 03:00:58,631][ INFO][PID:593457] Trying to allocate VM: ResallocHost, ticket_id=4743395, requested_tags=['arch_x86_64', 'copr_builder'] [2026-09-01 03:01:01,647][ INFO][PID:593457] Allocated host ResallocHost, ticket_id=4743395, hostname=34.205.135.90, name=aws_x86_64_reserved_prod_24885913_20260901_025147, requested_tags=['arch_x86_64', 'copr_builder'] [2026-09-01 03:01:01,648][ INFO][PID:593457] Allocating ssh connection to builder [2026-09-01 03:01:01,648][ INFO][PID:593457] Checking that builder machine is OK [2026-09-01 03:01:01,922][ INFO][PID:593457] Installed copr-rpmbuild version: 1.9 [2026-09-01 03:01:01,923][ INFO][PID:593457] Running remote command: copr-builder-ready srpm-builds [2026-09-01 03:01:02,109][ INFO][PID:593457] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-09-01 03:01:02,110][ INFO][PID:593457] Filling build.info file with builder info [2026-09-01 03:01:02,110][ INFO][PID:593457] Checking for cancel request [2026-09-01 03:01:02,110][ INFO][PID:593457] 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": 1788231662.1108115, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10926912", "build_id": 10926912, "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--e67ee75f-abcc-43f1-828a-b7a2bc7224f3", "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": "10926912", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10926912, "mockchain_macros": { "copr_username": "mystic", "copr_projectname": "modrinth-app", "vendor": "Fedora Project COPR (mystic/modrinth-app)" } } ] } [2026-09-01 03:01:02,139][ INFO][PID:593457] Sending fedora-messaging bus message in build.start [2026-09-01 03:01:02,484][ INFO][PID:593457] Sending fedora-messaging bus message in chroot.start [2026-09-01 03:01:02,502][ INFO][PID:593457] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10926912 --detached [2026-09-01 03:01:03,066][ INFO][PID:593457] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '34.205.135.90' (ED25519) to the list of known hosts. [2026-09-01 03:01:03,066][ INFO][PID:593457] Downloading the builder-live.log file, attempt 1 [2026-09-01 03:01:03,068][ INFO][PID:593457] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@34.205.135.90 copr-rpmbuild-log [2026-09-01 03:01:08,071][ INFO][PID:593457] Periodic builder liveness probe: alive [2026-09-01 03:01:08,071][ INFO][PID:593457] Checking for cancel request [2026-09-01 03:01:13,072][ INFO][PID:593457] Checking for cancel request [2026-09-01 03:01:18,073][ INFO][PID:593457] Checking for cancel request [2026-09-01 03:01:23,074][ INFO][PID:593457] Checking for cancel request [2026-09-01 03:01:28,075][ INFO][PID:593457] Checking for cancel request [2026-09-01 03:01:33,076][ INFO][PID:593457] Checking for cancel request [2026-09-01 03:01:38,077][ INFO][PID:593457] Checking for cancel request [2026-09-01 03:01:40,365][ INFO][PID:593457] Downloading results from builder [2026-09-01 03:01:40,366][ INFO][PID:593457] rsyncing of mockbuilder@34.205.135.90:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10926912 started [2026-09-01 03:01:40,366][ INFO][PID:593457] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@34.205.135.90:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10926912/ &> /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10926912/build-10926912.rsync.log [2026-09-01 03:01:40,672][ INFO][PID:593457] rsyncing finished. [2026-09-01 03:01:40,673][ INFO][PID:593457] VM Release request [2026-09-01 03:01:40,678][ INFO][PID:593457] Searching for 'success' file in resultdir [2026-09-01 03:01:40,679][ INFO][PID:593457] Getting build details [2026-09-01 03:01:40,680][ INFO][PID:593457] Retrieving SRPM info from /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10926912 [2026-09-01 03:01:40,680][ INFO][PID:593457] SRPM URL: https://download.copr.fedorainfracloud.org/results/mystic/modrinth-app/srpm-builds/10926912/modrinth-app-0.19.2-1.src.rpm [2026-09-01 03:01:40,680][ INFO][PID:593457] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/mystic/modrinth-app/srpm-builds/10926912/modrinth-app-0.19.2-1.src.rpm', 'pkg_name': 'modrinth-app', 'pkg_version': '0.19.2-1'} [2026-09-01 03:01:40,681][ INFO][PID:593457] Finished build: id=10926912 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/mystic/modrinth-app chroot=srpm-builds [2026-09-01 03:01:40,681][ INFO][PID:593457] Worker succeeded build, took 38.570672273635864 [2026-09-01 03:01:40,681][ INFO][PID:593457] 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": 1788231700.6814837, "started_on": 1788231662.1108115, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10926912", "build_id": 10926912, "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/10926912/modrinth-app-0.19.2-1.src.rpm", "uses_devel_repo": null, "sandbox": "mystic/modrinth-app--e67ee75f-abcc-43f1-828a-b7a2bc7224f3", "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.2", "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": "10926912", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "0.19.2-1", "id": 10926912, "mockchain_macros": { "copr_username": "mystic", "copr_projectname": "modrinth-app", "vendor": "Fedora Project COPR (mystic/modrinth-app)" } } ] } [2026-09-01 03:01:40,721][ INFO][PID:593457] Sending fedora-messaging bus message in build.end [2026-09-01 03:01:40,739][ INFO][PID:593457] Compressing /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10926912/builder-live.log by gzip [2026-09-01 03:01:40,740][ INFO][PID:593457] Running command 'gzip /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10926912/builder-live.log' as PID 631899 [2026-09-01 03:01:40,751][ INFO][PID:593457] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10926912/builder-live.log) [2026-09-01 03:01:40,752][ INFO][PID:593457] Compressing /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10926912/backend.log by gzip [2026-09-01 03:01:40,752][ INFO][PID:593457] Running command 'gzip /var/lib/copr/public_html/results/mystic/modrinth-app/srpm-builds/10926912/backend.log' as PID 631900