[2026-05-09 08:07:19,372][ INFO][PID:2347457] Marking build as starting [2026-05-09 08:07:19,414][ INFO][PID:2347457] Checking for cancel request [2026-05-09 08:07:19,416][ INFO][PID:2347457] VM allocation process starts [2026-05-09 08:07:19,427][ INFO][PID:2347457] Trying to allocate VM: ResallocHost, ticket_id=2800727, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-09 08:07:22,444][ INFO][PID:2347457] Allocated host ResallocHost, ticket_id=2800727, hostname=44.200.29.196, name=aws_x86_64_reserved_prod_08700665_20260509_080534, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-09 08:07:22,445][ INFO][PID:2347457] Allocating ssh connection to builder [2026-05-09 08:07:22,446][ INFO][PID:2347457] Checking that builder machine is OK [2026-05-09 08:07:22,797][ INFO][PID:2347457] Installed copr-rpmbuild version: 1.8 [2026-05-09 08:07:22,798][ INFO][PID:2347457] Running remote command: copr-builder-ready srpm-builds [2026-05-09 08:07:23,036][ INFO][PID:2347457] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-05-09 08:07:23,038][ INFO][PID:2347457] Filling build.info file with builder info [2026-05-09 08:07:23,039][ INFO][PID:2347457] Checking for cancel request [2026-05-09 08:07:23,041][ INFO][PID:2347457] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "aldi45ckr", "project_name": "all-packages", "project_dirname": "all-packages", "submitter": "aldi45ckr", "ended_on": null, "started_on": 1778314043.0409238, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10439455", "build_id": 10439455, "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\\n\\nREPO=\\\"catppuccin/plymouth\\\"\\n\\necho \\\"Detecting default branch...\\\"\\n\\nBRANCH=$(\\n curl -fsSL \\\"https://api.github.com/repos/${REPO}\\\" \\\\\\n | jq -r '.default_branch'\\n)\\n\\necho \\\"Using branch: ${BRANCH}\\\"\\n\\necho \\\"Fetching latest commit...\\\"\\n\\nCOMMIT=$(\\n curl -fsSL \\\"https://api.github.com/repos/${REPO}/commits/${BRANCH}\\\" \\\\\\n | jq -r '.sha[:7]'\\n)\\n\\nDATE=$(date +%Y%m%d)\\nVERSION=\\\"${DATE}git${COMMIT}\\\"\\n\\necho \\\"Version: ${VERSION}\\\"\\n\\nTARBALL=\\\"catppuccin-plymouth-theme-${VERSION}.tar.gz\\\"\\n\\ncurl -fLo \\\"${TARBALL}\\\" \\\\\\n \\\"https://github.com/${REPO}/archive/refs/heads/${BRANCH}.tar.gz\\\"\\n\\ncat > catppuccin-plymouth-theme.spec < /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10439455/build-10439455.rsync.log [2026-05-09 08:07:59,326][ INFO][PID:2347457] rsyncing finished. [2026-05-09 08:07:59,329][ INFO][PID:2347457] VM Release request [2026-05-09 08:07:59,353][ INFO][PID:2347457] Searching for 'success' file in resultdir [2026-05-09 08:07:59,357][ INFO][PID:2347457] Getting build details [2026-05-09 08:07:59,358][ INFO][PID:2347457] Retrieving SRPM info from /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10439455 [2026-05-09 08:07:59,359][ INFO][PID:2347457] SRPM URL: https://download.copr.fedorainfracloud.org/results/aldi45ckr/all-packages/srpm-builds/10439455/catppuccin-plymouth-theme-20260509git198eba2-1.src.rpm [2026-05-09 08:07:59,360][ INFO][PID:2347457] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/aldi45ckr/all-packages/srpm-builds/10439455/catppuccin-plymouth-theme-20260509git198eba2-1.src.rpm', 'pkg_name': 'catppuccin-plymouth-theme', 'pkg_version': '20260509git198eba2-1'} [2026-05-09 08:07:59,361][ INFO][PID:2347457] Finished build: id=10439455 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/aldi45ckr/all-packages chroot=srpm-builds [2026-05-09 08:07:59,367][ INFO][PID:2347457] Worker succeeded build, took 36.326555490493774 [2026-05-09 08:07:59,369][ INFO][PID:2347457] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "aldi45ckr", "project_name": "all-packages", "project_dirname": "all-packages", "submitter": "aldi45ckr", "ended_on": 1778314079.3674793, "started_on": 1778314043.0409238, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10439455", "build_id": 10439455, "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\\n\\nREPO=\\\"catppuccin/plymouth\\\"\\n\\necho \\\"Detecting default branch...\\\"\\n\\nBRANCH=$(\\n curl -fsSL \\\"https://api.github.com/repos/${REPO}\\\" \\\\\\n | jq -r '.default_branch'\\n)\\n\\necho \\\"Using branch: ${BRANCH}\\\"\\n\\necho \\\"Fetching latest commit...\\\"\\n\\nCOMMIT=$(\\n curl -fsSL \\\"https://api.github.com/repos/${REPO}/commits/${BRANCH}\\\" \\\\\\n | jq -r '.sha[:7]'\\n)\\n\\nDATE=$(date +%Y%m%d)\\nVERSION=\\\"${DATE}git${COMMIT}\\\"\\n\\necho \\\"Version: ${VERSION}\\\"\\n\\nTARBALL=\\\"catppuccin-plymouth-theme-${VERSION}.tar.gz\\\"\\n\\ncurl -fLo \\\"${TARBALL}\\\" \\\\\\n \\\"https://github.com/${REPO}/archive/refs/heads/${BRANCH}.tar.gz\\\"\\n\\ncat > catppuccin-plymouth-theme.spec <