[2026-05-09 00:34:46,649][ INFO][PID:280964] Marking build as starting [2026-05-09 00:34:46,682][ INFO][PID:280964] Checking for cancel request [2026-05-09 00:34:46,683][ INFO][PID:280964] VM allocation process starts [2026-05-09 00:34:46,693][ INFO][PID:280964] Trying to allocate VM: ResallocHost, ticket_id=2797264, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-09 00:34:49,735][ INFO][PID:280964] Allocated host ResallocHost, ticket_id=2797264, hostname=100.28.218.229, name=aws_x86_64_reserved_prod_08697763_20260509_001353, requested_tags=['arch_x86_64', 'copr_builder'] [2026-05-09 00:34:49,736][ INFO][PID:280964] Allocating ssh connection to builder [2026-05-09 00:34:49,737][ INFO][PID:280964] Checking that builder machine is OK [2026-05-09 00:34:50,096][ INFO][PID:280964] Installed copr-rpmbuild version: 1.8 [2026-05-09 00:34:50,097][ INFO][PID:280964] Running remote command: copr-builder-ready srpm-builds [2026-05-09 00:34:50,316][ INFO][PID:280964] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-05-09 00:34:50,317][ INFO][PID:280964] Filling build.info file with builder info [2026-05-09 00:34:50,317][ INFO][PID:280964] Checking for cancel request [2026-05-09 00:34:50,318][ INFO][PID:280964] 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": 1778286890.318552, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10438647", "build_id": 10438647, "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=$(python3 - <<'PY'\\nimport json\\nimport urllib.request\\n\\nurl = \\\"https://dl.pstmn.io/changelog?channel=stable&platform=linux64\\\"\\n\\nwith urllib.request.urlopen(url) as response:\\n data = json.loads(response.read().decode())\\n\\nprint(data[\\\"releases\\\"][0][\\\"name\\\"])\\nPY\\n)\\n\\nif [[ -z \\\"${LATEST_VERSION}\\\" ]]; then\\n echo \\\"Failed to detect latest version\\\"\\n exit 1\\nfi\\n\\necho \\\"Latest version: ${LATEST_VERSION}\\\"\\n\\n# RPM does not allow hyphen in version\\nRPM_VERSION=$(echo \\\"${LATEST_VERSION}\\\" | tr '-' '~')\\n\\nTARBALL=\\\"postman-${RPM_VERSION}.tar.gz\\\"\\n\\nDOWNLOAD_URL=\\\"https://dl.pstmn.io/download/version/${LATEST_VERSION}/linux64\\\"\\n\\necho \\\"Downloading from:\\\"\\necho \\\"${DOWNLOAD_URL}\\\"\\n\\ncurl -fLo \\\"${TARBALL}\\\" \\\"${DOWNLOAD_URL}\\\"\\n\\necho \\\"Generating desktop file...\\\"\\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/10438647/build-10438647.rsync.log [2026-05-09 00:35:19,412][ INFO][PID:280964] rsyncing finished. [2026-05-09 00:35:19,413][ INFO][PID:280964] VM Release request [2026-05-09 00:35:19,423][ INFO][PID:280964] Searching for 'success' file in resultdir [2026-05-09 00:35:19,424][ ERROR][PID:280964] Build failed: Backend process error: No success file => build failure [2026-05-09 00:35:19,432][ INFO][PID:280964] Finished build: id=10438647 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/aldi45ckr/postman chroot=srpm-builds [2026-05-09 00:35:19,436][ ERROR][PID:280964] Backend process error: No success file => build failure [2026-05-09 00:35:19,444][ INFO][PID:280964] Worker failed build, took 29.126360416412354 [2026-05-09 00:35:19,445][ INFO][PID:280964] 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": 1778286919.4449124, "started_on": 1778286890.318552, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10438647", "build_id": 10438647, "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=$(python3 - <<'PY'\\nimport json\\nimport urllib.request\\n\\nurl = \\\"https://dl.pstmn.io/changelog?channel=stable&platform=linux64\\\"\\n\\nwith urllib.request.urlopen(url) as response:\\n data = json.loads(response.read().decode())\\n\\nprint(data[\\\"releases\\\"][0][\\\"name\\\"])\\nPY\\n)\\n\\nif [[ -z \\\"${LATEST_VERSION}\\\" ]]; then\\n echo \\\"Failed to detect latest version\\\"\\n exit 1\\nfi\\n\\necho \\\"Latest version: ${LATEST_VERSION}\\\"\\n\\n# RPM does not allow hyphen in version\\nRPM_VERSION=$(echo \\\"${LATEST_VERSION}\\\" | tr '-' '~')\\n\\nTARBALL=\\\"postman-${RPM_VERSION}.tar.gz\\\"\\n\\nDOWNLOAD_URL=\\\"https://dl.pstmn.io/download/version/${LATEST_VERSION}/linux64\\\"\\n\\necho \\\"Downloading from:\\\"\\necho \\\"${DOWNLOAD_URL}\\\"\\n\\ncurl -fLo \\\"${TARBALL}\\\" \\\"${DOWNLOAD_URL}\\\"\\n\\necho \\\"Generating desktop file...\\\"\\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 <