[2026-05-09 15:28:02,067][ INFO][PID:4100738] Marking build as starting [2026-05-09 15:28:02,120][ INFO][PID:4100738] Checking for cancel request [2026-05-09 15:28:02,122][ INFO][PID:4100738] VM allocation process starts [2026-05-09 15:28:02,149][ INFO][PID:4100738] Trying to allocate VM: ResallocHost, ticket_id=2803806, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-09 15:28:05,250][ INFO][PID:4100738] Allocated host ResallocHost, ticket_id=2803806, hostname=54.81.85.94, name=aws_x86_64_reserved_prod_08703073_20260509_151041, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-09 15:28:05,251][ INFO][PID:4100738] Allocating ssh connection to builder [2026-05-09 15:28:05,251][ INFO][PID:4100738] Checking that builder machine is OK [2026-05-09 15:28:05,623][ INFO][PID:4100738] Installed copr-rpmbuild version: 1.8 [2026-05-09 15:28:05,623][ INFO][PID:4100738] Running remote command: copr-builder-ready srpm-builds [2026-05-09 15:28:05,843][ INFO][PID:4100738] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-05-09 15:28:05,844][ INFO][PID:4100738] Filling build.info file with builder info [2026-05-09 15:28:05,844][ INFO][PID:4100738] Checking for cancel request [2026-05-09 15:28:05,845][ INFO][PID:4100738] 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": 1778340485.8456335, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10439920", "build_id": 10439920, "package_name": "postman", "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/all-packages/srpm-builds/10439920/build-10439920.rsync.log [2026-05-09 15:28:46,874][ INFO][PID:4100738] rsyncing finished. [2026-05-09 15:28:46,875][ INFO][PID:4100738] VM Release request [2026-05-09 15:28:46,884][ INFO][PID:4100738] Searching for 'success' file in resultdir [2026-05-09 15:28:46,885][ INFO][PID:4100738] Getting build details [2026-05-09 15:28:46,885][ INFO][PID:4100738] Retrieving SRPM info from /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10439920 [2026-05-09 15:28:46,886][ INFO][PID:4100738] SRPM URL: https://download.copr.fedorainfracloud.org/results/aldi45ckr/all-packages/srpm-builds/10439920/postman-12.9.7-1.src.rpm [2026-05-09 15:28:46,886][ INFO][PID:4100738] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/aldi45ckr/all-packages/srpm-builds/10439920/postman-12.9.7-1.src.rpm', 'pkg_name': 'postman', 'pkg_version': '12.9.7-1'} [2026-05-09 15:28:46,887][ INFO][PID:4100738] Finished build: id=10439920 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/aldi45ckr/all-packages chroot=srpm-builds [2026-05-09 15:28:46,889][ INFO][PID:4100738] Worker succeeded build, took 41.04348182678223 [2026-05-09 15:28:46,889][ INFO][PID:4100738] 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": 1778340526.8891153, "started_on": 1778340485.8456335, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10439920", "build_id": 10439920, "package_name": "postman", "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 <