[2025-11-14 19:12:25,245][ INFO][PID:2510416] Marking build as starting [2025-11-14 19:12:25,286][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:12:25,289][ INFO][PID:2510416] VM allocation process starts [2025-11-14 19:12:25,318][ INFO][PID:2510416] Trying to allocate VM: ResallocHost, ticket_id=6185203, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-14 19:12:30,324][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:12:31,395][ INFO][PID:2510416] Allocated host ResallocHost, ticket_id=6185203, hostname=3.233.222.127, name=aws_x86_64_normalreserved_prod_08000942_20251114_191019, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-14 19:12:31,397][ INFO][PID:2510416] Allocating ssh connection to builder [2025-11-14 19:12:31,399][ INFO][PID:2510416] Checking that builder machine is OK [2025-11-14 19:12:31,804][ INFO][PID:2510416] Running remote command: copr-builder-ready srpm-builds [2025-11-14 19:12:32,084][ INFO][PID:2510416] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-14 19:12:32,084][ INFO][PID:2510416] Filling build.info file with builder info [2025-11-14 19:12:32,086][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:12:32,090][ INFO][PID:2510416] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "dirextric", "project_name": "libimobiledevice-git", "project_dirname": "libimobiledevice-git", "submitter": null, "ended_on": null, "started_on": 1763147552.089733, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9798662", "build_id": 9798662, "package_name": "libplist-git", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/bash\\n\\n# Be safe.\\nset -euo pipefail\\n\\n# Get latest commit details.\\nlatest_commit_hash=$(curl -s \\\"https://api.github.com/repos/libimobiledevice/libplist/commits\\\" | jq -r .[0].sha)\\nlatest_commit_time=$(date --date=\\\"$(curl -s \\\"https://api.github.com/repos/libimobiledevice/libplist/commits\\\" | jq -r .[0].commit.committer.date)\\\" --utc +%Y%m%dT%H%M%SZ)\\n\\n# Get latest tag name.\\ngraphql_auth=\\\"Authorization: bearer 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\\\"\\ngraphql_query='{ \\\"query\\\": \\\"query { repository(owner: \\\\\\\"libimobiledevice\\\\\\\", name: \\\\\\\"libplist\\\\\\\") { refs(refPrefix: \\\\\\\"refs/tags/\\\\\\\", first: 1, orderBy: {field: TAG_COMMIT_DATE, direction: DESC}) { edges { node { name } } } } }\\\" }'\\nlatest_git_tag=$(curl -s -H \\\"${graphql_auth}\\\" -X POST -d \\\"${graphql_query}\\\" https://api.github.com/graphql | jq -r .data.repository.refs.edges[0].node.name)\\n\\n# Get libplist-git.spec and source tarballs.\\ncurl -JLOsS \\\"https://gitlab.com/dirextric/libimobiledevice-data/-/raw/master/libplist-git.spec\\\"\\ncurl -LOsS \\\"https://github.com/libimobiledevice/libplist/archive/${latest_commit_hash}.tar.gz\\\"\\n\\n# Populate libplist-git.spec with latest commit and tag values.\\nsed -i 's/REPLACEME_LIBPLIST_REVISION/'\\\"${latest_commit_hash}\\\"'/g' libplist-git.spec\\nsed -i 's/REPLACEME_LIBPLIST_VERSION/'\\\"${latest_commit_time}\\\"'/g' libplist-git.spec\\nsed -i 's/REPLACEME_LIBPLIST_TAG/'\\\"${latest_git_tag}\\\"'/g' libplist-git.spec\\n\\n# Create output folder and move libplist-git.spec and source tarball into output folder.\\nmkdir output\\nmv libplist-git.spec output/\\nmv \\\"${latest_commit_hash}\\\".tar.gz output/\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"curl jq\", \"resultdir\": \"output/\", \"tmp\": \"tmpn1ynyuhw\", \"hook_data\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "dirextric/libimobiledevice-git--246f99f4-97a6-487d-8fde-e8ae7cdc8f08", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/dirextric/libimobiledevice-git", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git", "result_dir": "09798662", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9798662, "mockchain_macros": { "copr_username": "dirextric", "copr_projectname": "libimobiledevice-git", "vendor": "Fedora Project COPR (dirextric/libimobiledevice-git)" } } ] } [2025-11-14 19:12:32,127][ INFO][PID:2510416] Sending fedora-messaging bus message in build.start [2025-11-14 19:12:33,865][ INFO][PID:2510416] Sending fedora-messaging bus message in chroot.start [2025-11-14 19:12:33,923][ INFO][PID:2510416] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9798662 --detached [2025-11-14 19:12:34,325][ INFO][PID:2510416] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.233.222.127' (ED25519) to the list of known hosts. [2025-11-14 19:12:34,326][ INFO][PID:2510416] Downloading the builder-live.log file, attempt 1 [2025-11-14 19:12:34,333][ INFO][PID:2510416] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.233.222.127 copr-rpmbuild-log [2025-11-14 19:12:39,376][ INFO][PID:2510416] Periodic builder liveness probe: alive [2025-11-14 19:12:39,379][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:12:44,384][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:12:49,386][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:12:54,389][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:12:59,399][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:13:04,400][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:13:09,412][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:13:14,414][ INFO][PID:2510416] Checking for cancel request [2025-11-14 19:13:17,170][ INFO][PID:2510416] Downloading results from builder [2025-11-14 19:13:17,171][ INFO][PID:2510416] rsyncing of mockbuilder@3.233.222.127:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/09798662 started [2025-11-14 19:13:17,172][ INFO][PID:2510416] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.233.222.127:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/09798662/ &> /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/09798662/build-09798662.rsync.log [2025-11-14 19:13:17,614][ INFO][PID:2510416] rsyncing finished. [2025-11-14 19:13:17,617][ INFO][PID:2510416] Releasing VM back to pool [2025-11-14 19:13:17,674][ INFO][PID:2510416] Searching for 'success' file in resultdir [2025-11-14 19:13:17,677][ INFO][PID:2510416] Getting build details [2025-11-14 19:13:17,680][ INFO][PID:2510416] Retrieving SRPM info from /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/09798662 [2025-11-14 19:13:17,684][ INFO][PID:2510416] SRPM URL: https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git/srpm-builds/09798662/libplist-git-20251114T191143Z-1.src.rpm [2025-11-14 19:13:17,687][ INFO][PID:2510416] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git/srpm-builds/09798662/libplist-git-20251114T191143Z-1.src.rpm', 'pkg_name': 'libplist-git', 'pkg_version': '20251114T191143Z-1'} [2025-11-14 19:13:17,689][ INFO][PID:2510416] Finished build: id=9798662 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/dirextric/libimobiledevice-git chroot=srpm-builds [2025-11-14 19:13:17,697][ INFO][PID:2510416] Worker succeeded build, took 45.6081748008728 [2025-11-14 19:13:17,701][ INFO][PID:2510416] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "dirextric", "project_name": "libimobiledevice-git", "project_dirname": "libimobiledevice-git", "submitter": null, "ended_on": 1763147597.6979077, "started_on": 1763147552.089733, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9798662", "build_id": 9798662, "package_name": "libplist-git", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/bin/bash\\n\\n# Be safe.\\nset -euo pipefail\\n\\n# Get latest commit details.\\nlatest_commit_hash=$(curl -s \\\"https://api.github.com/repos/libimobiledevice/libplist/commits\\\" | jq -r .[0].sha)\\nlatest_commit_time=$(date --date=\\\"$(curl -s \\\"https://api.github.com/repos/libimobiledevice/libplist/commits\\\" | jq -r .[0].commit.committer.date)\\\" --utc +%Y%m%dT%H%M%SZ)\\n\\n# Get latest tag name.\\ngraphql_auth=\\\"Authorization: bearer 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\\\"\\ngraphql_query='{ \\\"query\\\": \\\"query { repository(owner: \\\\\\\"libimobiledevice\\\\\\\", name: \\\\\\\"libplist\\\\\\\") { refs(refPrefix: \\\\\\\"refs/tags/\\\\\\\", first: 1, orderBy: {field: TAG_COMMIT_DATE, direction: DESC}) { edges { node { name } } } } }\\\" }'\\nlatest_git_tag=$(curl -s -H \\\"${graphql_auth}\\\" -X POST -d \\\"${graphql_query}\\\" https://api.github.com/graphql | jq -r .data.repository.refs.edges[0].node.name)\\n\\n# Get libplist-git.spec and source tarballs.\\ncurl -JLOsS \\\"https://gitlab.com/dirextric/libimobiledevice-data/-/raw/master/libplist-git.spec\\\"\\ncurl -LOsS \\\"https://github.com/libimobiledevice/libplist/archive/${latest_commit_hash}.tar.gz\\\"\\n\\n# Populate libplist-git.spec with latest commit and tag values.\\nsed -i 's/REPLACEME_LIBPLIST_REVISION/'\\\"${latest_commit_hash}\\\"'/g' libplist-git.spec\\nsed -i 's/REPLACEME_LIBPLIST_VERSION/'\\\"${latest_commit_time}\\\"'/g' libplist-git.spec\\nsed -i 's/REPLACEME_LIBPLIST_TAG/'\\\"${latest_git_tag}\\\"'/g' libplist-git.spec\\n\\n# Create output folder and move libplist-git.spec and source tarball into output folder.\\nmkdir output\\nmv libplist-git.spec output/\\nmv \\\"${latest_commit_hash}\\\".tar.gz output/\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"curl jq\", \"resultdir\": \"output/\", \"tmp\": \"tmpn1ynyuhw\", \"hook_data\": true}", "pkg_name": "libplist-git", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git/srpm-builds/09798662/libplist-git-20251114T191143Z-1.src.rpm", "uses_devel_repo": null, "sandbox": "dirextric/libimobiledevice-git--246f99f4-97a6-487d-8fde-e8ae7cdc8f08", "results": { "name": "libplist-git", "epoch": null, "version": "20251114T191143Z", "release": "1", "exclusivearch": [], "excludearch": [] }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/dirextric/libimobiledevice-git", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/dirextric/libimobiledevice-git", "result_dir": "09798662", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "20251114T191143Z-1", "id": 9798662, "mockchain_macros": { "copr_username": "dirextric", "copr_projectname": "libimobiledevice-git", "vendor": "Fedora Project COPR (dirextric/libimobiledevice-git)" } } ] } [2025-11-14 19:13:17,756][ INFO][PID:2510416] Sending fedora-messaging bus message in build.end [2025-11-14 19:13:17,803][ INFO][PID:2510416] Compressing /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/09798662/builder-live.log by gzip [2025-11-14 19:13:17,805][ INFO][PID:2510416] Running command 'gzip /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/09798662/builder-live.log' as PID 2516888 [2025-11-14 19:13:17,816][ INFO][PID:2510416] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/09798662/builder-live.log) [2025-11-14 19:13:17,818][ INFO][PID:2510416] Compressing /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/09798662/backend.log by gzip [2025-11-14 19:13:17,822][ INFO][PID:2510416] Running command 'gzip /var/lib/copr/public_html/results/dirextric/libimobiledevice-git/srpm-builds/09798662/backend.log' as PID 2516890