[2026-05-09 01:31:16,274][ INFO][PID:509843] Marking build as starting [2026-05-09 01:31:16,332][ INFO][PID:509843] Checking for cancel request [2026-05-09 01:31:16,337][ INFO][PID:509843] VM allocation process starts [2026-05-09 01:31:16,358][ INFO][PID:509843] Trying to allocate VM: ResallocHost, ticket_id=2797642, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-09 01:31:21,361][ INFO][PID:509843] Checking for cancel request [2026-05-09 01:31:26,362][ INFO][PID:509843] Checking for cancel request [2026-05-09 01:31:31,364][ INFO][PID:509843] Checking for cancel request [2026-05-09 01:31:34,429][ INFO][PID:509843] Allocated host ResallocHost, ticket_id=2797642, hostname=3.89.27.163, name=aws_x86_64_reserved_prod_08698066_20260509_011226, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-09 01:31:34,430][ INFO][PID:509843] Allocating ssh connection to builder [2026-05-09 01:31:34,431][ INFO][PID:509843] Checking that builder machine is OK [2026-05-09 01:31:34,840][ INFO][PID:509843] Installed copr-rpmbuild version: 1.8 [2026-05-09 01:31:34,844][ INFO][PID:509843] Running remote command: copr-builder-ready srpm-builds [2026-05-09 01:31:35,164][ INFO][PID:509843] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-05-09 01:31:35,165][ INFO][PID:509843] Filling build.info file with builder info [2026-05-09 01:31:35,170][ INFO][PID:509843] Checking for cancel request [2026-05-09 01:31:35,175][ INFO][PID:509843] 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": "postman", "project_dirname": "postman", "submitter": "aldi45ckr", "ended_on": null, "started_on": 1778290295.1755981, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10438826", "build_id": 10438826, "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\\nCHANGELOG_URL=\\\"https://dl.pstmn.io/changelog?channel=stable&platform=linux64\\\"\\n\\necho \\\"Fetching latest Postman version...\\\"\\n\\nLATEST_VERSION=$(\\n curl -fsSL \\\"$CHANGELOG_URL\\\" \\\\\\n | jq -r '.changelog[0].name'\\n)\\n\\nif [[ -z \\\"${LATEST_VERSION}\\\" || \\\"${LATEST_VERSION}\\\" == \\\"null\\\" ]]; then\\n echo \\\"ERROR: Failed to detect latest version\\\"\\n exit 1\\nfi\\n\\necho \\\"Latest version detected: ${LATEST_VERSION}\\\"\\n\\necho \\\"Generating desktop entry...\\\"\\n\\ncat > postman.desktop <<'EOF'\\n[Desktop Entry]\\nName=Postman\\nComment=API Platform for building and using APIs\\nExec=postman %U\\nTerminal=false\\nType=Application\\nIcon=postman\\nCategories=Development;Network;\\nStartupNotify=true\\nStartupWMClass=Postman\\nMimeType=x-scheme-handler/postman;\\nEOF\\n\\necho \\\"Generating SPEC file...\\\"\\n\\ncat > postman.spec < /var/lib/copr/public_html/results/aldi45ckr/postman/srpm-builds/10438826/build-10438826.rsync.log [2026-05-09 01:32:17,339][ INFO][PID:509843] rsyncing finished. [2026-05-09 01:32:17,340][ INFO][PID:509843] VM Release request [2026-05-09 01:32:17,356][ INFO][PID:509843] Searching for 'success' file in resultdir [2026-05-09 01:32:17,357][ INFO][PID:509843] Getting build details [2026-05-09 01:32:17,358][ INFO][PID:509843] Retrieving SRPM info from /var/lib/copr/public_html/results/aldi45ckr/postman/srpm-builds/10438826 [2026-05-09 01:32:17,359][ INFO][PID:509843] SRPM URL: https://download.copr.fedorainfracloud.org/results/aldi45ckr/postman/srpm-builds/10438826/postman-12.9.7-1.src.rpm [2026-05-09 01:32:17,359][ INFO][PID:509843] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/aldi45ckr/postman/srpm-builds/10438826/postman-12.9.7-1.src.rpm', 'pkg_name': 'postman', 'pkg_version': '12.9.7-1'} [2026-05-09 01:32:17,361][ INFO][PID:509843] Finished build: id=10438826 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/aldi45ckr/postman chroot=srpm-builds [2026-05-09 01:32:17,363][ INFO][PID:509843] Worker succeeded build, took 42.18809175491333 [2026-05-09 01:32:17,364][ INFO][PID:509843] 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": "postman", "project_dirname": "postman", "submitter": "aldi45ckr", "ended_on": 1778290337.36369, "started_on": 1778290295.1755981, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10438826", "build_id": 10438826, "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\\nCHANGELOG_URL=\\\"https://dl.pstmn.io/changelog?channel=stable&platform=linux64\\\"\\n\\necho \\\"Fetching latest Postman version...\\\"\\n\\nLATEST_VERSION=$(\\n curl -fsSL \\\"$CHANGELOG_URL\\\" \\\\\\n | jq -r '.changelog[0].name'\\n)\\n\\nif [[ -z \\\"${LATEST_VERSION}\\\" || \\\"${LATEST_VERSION}\\\" == \\\"null\\\" ]]; then\\n echo \\\"ERROR: Failed to detect latest version\\\"\\n exit 1\\nfi\\n\\necho \\\"Latest version detected: ${LATEST_VERSION}\\\"\\n\\necho \\\"Generating desktop entry...\\\"\\n\\ncat > postman.desktop <<'EOF'\\n[Desktop Entry]\\nName=Postman\\nComment=API Platform for building and using APIs\\nExec=postman %U\\nTerminal=false\\nType=Application\\nIcon=postman\\nCategories=Development;Network;\\nStartupNotify=true\\nStartupWMClass=Postman\\nMimeType=x-scheme-handler/postman;\\nEOF\\n\\necho \\\"Generating SPEC file...\\\"\\n\\ncat > postman.spec <