[2026-06-08 15:16:25,983][ INFO][PID:2542518] Marking build as starting [2026-06-08 15:16:26,024][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:16:26,026][ INFO][PID:2542518] VM allocation process starts [2026-06-08 15:16:26,039][ INFO][PID:2542518] Trying to allocate VM: ResallocHost, ticket_id=3338737, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-08 15:16:31,041][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:16:36,043][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:16:41,046][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:16:46,048][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:16:51,054][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:16:56,056][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:01,058][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:06,059][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:11,063][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:16,064][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:21,067][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:26,070][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:31,071][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:36,072][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:41,074][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:46,079][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:51,080][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:54,154][ INFO][PID:2542518] Allocated host ResallocHost, ticket_id=3338737, hostname=50.16.89.187, name=aws_x86_64_normal_prod_11518441_20260608_151618, requested_tags=['arch_x86_64', 'copr_builder'] [2026-06-08 15:17:54,155][ INFO][PID:2542518] Allocating ssh connection to builder [2026-06-08 15:17:54,156][ INFO][PID:2542518] Checking that builder machine is OK [2026-06-08 15:17:54,505][ INFO][PID:2542518] Installed copr-rpmbuild version: 1.8 [2026-06-08 15:17:54,506][ INFO][PID:2542518] Running remote command: copr-builder-ready srpm-builds [2026-06-08 15:17:54,732][ INFO][PID:2542518] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2026-06-08 15:17:54,733][ INFO][PID:2542518] Filling build.info file with builder info [2026-06-08 15:17:54,734][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:17:54,735][ INFO][PID:2542518] 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": 1780931874.734931, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10579318", "build_id": 10579318, "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\\nCHANGELOG_JSON=\\\"$(curl -fsSL \\\"$CHANGELOG_URL\\\")\\\"\\n\\nUPSTREAM_VERSION=$(\\n jq -r '.changelog[0].name' <<< \\\"$CHANGELOG_JSON\\\"\\n)\\n\\nASSET_NAME=$(\\n jq -r '.changelog[0].assets[0].name' <<< \\\"$CHANGELOG_JSON\\\"\\n)\\n\\nASSET_URL=$(\\n jq -r '.changelog[0].assets[0].url' <<< \\\"$CHANGELOG_JSON\\\"\\n)\\n\\nif [[ -z \\\"$UPSTREAM_VERSION\\\" || \\\"$UPSTREAM_VERSION\\\" == \\\"null\\\" ]]; then\\n echo \\\"ERROR: Failed to detect latest version\\\"\\n exit 1\\nfi\\n\\nRPM_VERSION=\\\"${UPSTREAM_VERSION//-/'~'}\\\"\\n\\necho \\\"Latest version : ${UPSTREAM_VERSION}\\\"\\necho \\\"Archive : ${ASSET_NAME}\\\"\\n\\necho \\\"Downloading Postman...\\\"\\n\\ncurl -fL \\\"$ASSET_URL\\\" -o \\\"$ASSET_NAME\\\"\\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\\ncat > postman.spec < /dev/null || :\\ngtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :\\n\\n%postun\\nupdate-desktop-database &> /dev/null || :\\ngtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :\\n\\n%files\\n/opt/postman\\n%{_bindir}/postman\\n%{_datadir}/applications/postman.desktop\\n%{_datadir}/icons/hicolor/128x128/apps/postman.png\\n\\n%changelog\\n%autochangelog\\nEOF\\n\\necho\\necho \\\"=====================================\\\"\\necho \\\"Generated:\\\"\\necho \\\" - ${ASSET_NAME}\\\"\\necho \\\" - postman.desktop\\\"\\necho \\\" - postman.spec\\\"\\necho \\\"=====================================\\\"\\necho\\n\\necho \\\"Build RPM:\\\"\\necho \\\" rpmbuild -ba postman.spec\\\"\\n\", \"chroot\": \"fedora-44-x86_64\", \"builddeps\": \"jq\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "aldi45ckr/all-packages--aldi45ckr", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "fedora-44" ], "distributions_in_project": [ "fedora-44" ], "destdir": "/var/lib/copr/public_html/results/aldi45ckr/all-packages", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/aldi45ckr/all-packages", "result_dir": "10579318", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "id": 10579318, "mockchain_macros": { "copr_username": "aldi45ckr", "copr_projectname": "all-packages", "vendor": "Fedora Project COPR (aldi45ckr/all-packages)" } } ] } [2026-06-08 15:17:54,773][ INFO][PID:2542518] Sending fedora-messaging bus message in build.start [2026-06-08 15:17:55,277][ INFO][PID:2542518] Sending fedora-messaging bus message in chroot.start [2026-06-08 15:17:55,313][ INFO][PID:2542518] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/10579318 --detached [2026-06-08 15:17:55,786][ INFO][PID:2542518] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '50.16.89.187' (ED25519) to the list of known hosts. [2026-06-08 15:17:55,787][ INFO][PID:2542518] Downloading the builder-live.log file, attempt 1 [2026-06-08 15:17:55,789][ INFO][PID:2542518] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@50.16.89.187 copr-rpmbuild-log [2026-06-08 15:18:00,803][ INFO][PID:2542518] Periodic builder liveness probe: alive [2026-06-08 15:18:00,804][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:05,810][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:10,815][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:15,817][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:20,818][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:25,820][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:30,822][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:35,824][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:40,826][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:45,831][ INFO][PID:2542518] Checking for cancel request [2026-06-08 15:18:45,959][ INFO][PID:2542518] Downloading results from builder [2026-06-08 15:18:45,960][ INFO][PID:2542518] rsyncing of mockbuilder@50.16.89.187:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10579318 started [2026-06-08 15:18:45,961][ INFO][PID:2542518] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@50.16.89.187:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10579318/ &> /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10579318/build-10579318.rsync.log [2026-06-08 15:18:47,217][ INFO][PID:2542518] rsyncing finished. [2026-06-08 15:18:47,218][ INFO][PID:2542518] VM Release request [2026-06-08 15:18:47,238][ INFO][PID:2542518] Searching for 'success' file in resultdir [2026-06-08 15:18:47,239][ INFO][PID:2542518] Getting build details [2026-06-08 15:18:47,240][ INFO][PID:2542518] Retrieving SRPM info from /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10579318 [2026-06-08 15:18:47,242][ INFO][PID:2542518] SRPM URL: https://download.copr.fedorainfracloud.org/results/aldi45ckr/all-packages/srpm-builds/10579318/postman-12.14.0-1.src.rpm [2026-06-08 15:18:47,243][ INFO][PID:2542518] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/aldi45ckr/all-packages/srpm-builds/10579318/postman-12.14.0-1.src.rpm', 'pkg_name': 'postman', 'pkg_version': '12.14.0-1'} [2026-06-08 15:18:47,245][ INFO][PID:2542518] Finished build: id=10579318 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/aldi45ckr/all-packages chroot=srpm-builds [2026-06-08 15:18:47,247][ INFO][PID:2542518] Worker succeeded build, took 52.51285004615784 [2026-06-08 15:18:47,248][ INFO][PID:2542518] 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": 1780931927.247781, "started_on": 1780931874.734931, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "10579318", "build_id": 10579318, "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\\nCHANGELOG_JSON=\\\"$(curl -fsSL \\\"$CHANGELOG_URL\\\")\\\"\\n\\nUPSTREAM_VERSION=$(\\n jq -r '.changelog[0].name' <<< \\\"$CHANGELOG_JSON\\\"\\n)\\n\\nASSET_NAME=$(\\n jq -r '.changelog[0].assets[0].name' <<< \\\"$CHANGELOG_JSON\\\"\\n)\\n\\nASSET_URL=$(\\n jq -r '.changelog[0].assets[0].url' <<< \\\"$CHANGELOG_JSON\\\"\\n)\\n\\nif [[ -z \\\"$UPSTREAM_VERSION\\\" || \\\"$UPSTREAM_VERSION\\\" == \\\"null\\\" ]]; then\\n echo \\\"ERROR: Failed to detect latest version\\\"\\n exit 1\\nfi\\n\\nRPM_VERSION=\\\"${UPSTREAM_VERSION//-/'~'}\\\"\\n\\necho \\\"Latest version : ${UPSTREAM_VERSION}\\\"\\necho \\\"Archive : ${ASSET_NAME}\\\"\\n\\necho \\\"Downloading Postman...\\\"\\n\\ncurl -fL \\\"$ASSET_URL\\\" -o \\\"$ASSET_NAME\\\"\\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\\ncat > postman.spec < /dev/null || :\\ngtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :\\n\\n%postun\\nupdate-desktop-database &> /dev/null || :\\ngtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :\\n\\n%files\\n/opt/postman\\n%{_bindir}/postman\\n%{_datadir}/applications/postman.desktop\\n%{_datadir}/icons/hicolor/128x128/apps/postman.png\\n\\n%changelog\\n%autochangelog\\nEOF\\n\\necho\\necho \\\"=====================================\\\"\\necho \\\"Generated:\\\"\\necho \\\" - ${ASSET_NAME}\\\"\\necho \\\" - postman.desktop\\\"\\necho \\\" - postman.spec\\\"\\necho \\\"=====================================\\\"\\necho\\n\\necho \\\"Build RPM:\\\"\\necho \\\" rpmbuild -ba postman.spec\\\"\\n\", \"chroot\": \"fedora-44-x86_64\", \"builddeps\": \"jq\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": "postman", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/aldi45ckr/all-packages/srpm-builds/10579318/postman-12.14.0-1.src.rpm", "uses_devel_repo": null, "sandbox": "aldi45ckr/all-packages--aldi45ckr", "results": { "architecture_specific_tags": { "fedora-44": { "exclusivearch": [ "x86_64" ] } }, "name": "postman", "epoch": null, "version": "12.14.0", "release": "1" }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "distributions_in_build": [ "fedora-44" ], "distributions_in_project": [ "fedora-44" ], "destdir": "/var/lib/copr/public_html/results/aldi45ckr/all-packages", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/aldi45ckr/all-packages", "result_dir": "10579318", "built_packages": "", "tags": [ "arch_x86_64" ], "rpmeta_prediction": null, "pkg_version": "12.14.0-1", "id": 10579318, "mockchain_macros": { "copr_username": "aldi45ckr", "copr_projectname": "all-packages", "vendor": "Fedora Project COPR (aldi45ckr/all-packages)" } } ] } [2026-06-08 15:18:47,298][ INFO][PID:2542518] Sending fedora-messaging bus message in build.end [2026-06-08 15:18:47,333][ INFO][PID:2542518] Compressing /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10579318/builder-live.log by gzip [2026-06-08 15:18:47,336][ INFO][PID:2542518] Running command 'gzip /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10579318/builder-live.log' as PID 2563421 [2026-06-08 15:18:47,357][ INFO][PID:2542518] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10579318/builder-live.log) [2026-06-08 15:18:47,360][ INFO][PID:2542518] Compressing /var/lib/copr/public_html/results/aldi45ckr/all-packages/srpm-builds/10579318/backend.log by gzip