[2025-09-24 14:59:10,097][ INFO][PID:983948] Marking build as starting [2025-09-24 14:59:10,117][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:10,117][ INFO][PID:983948] VM allocation process starts [2025-09-24 14:59:10,127][ INFO][PID:983948] Trying to allocate VM: ResallocHost, ticket_id=5246809, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-24 14:59:13,173][ INFO][PID:983948] Allocated host ResallocHost, ticket_id=5246809, hostname=54.167.130.95, name=aws_x86_64_normalreserved_prod_06917051_20250924_145633, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-24 14:59:13,173][ INFO][PID:983948] Allocating ssh connection to builder [2025-09-24 14:59:13,174][ INFO][PID:983948] Checking that builder machine is OK [2025-09-24 14:59:13,490][ INFO][PID:983948] Running remote command: copr-builder-ready srpm-builds [2025-09-24 14:59:13,686][ INFO][PID:983948] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-24 14:59:13,686][ INFO][PID:983948] Filling build.info file with builder info [2025-09-24 14:59:13,687][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:13,688][ INFO][PID:983948] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "lizardbyte", "project_name": "pulls", "project_dirname": "pulls:pr:4293", "submitter": null, "ended_on": null, "started_on": 1758725953.688267, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9597690", "build_id": 9597690, "package_name": "Sunshine", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env bash\\nset -x\\nset -e\\n\\nresultdir=\\\"${COPR_RESULTDIR}\\\"\\ngit clone \\\"https://github.com/${COPR_OWNER}/${COPR_PACKAGE}.git\\\" --depth 1\\ncd \\\"${COPR_PACKAGE}\\\"\\n\\n# get info from the webhook payload\\nif test -z \\\"$REVISION\\\"; then\\n # the hook_payload file contains webhook JSON payload (copr creates it for us);\\n # it is created only if the build is triggered by Custom webhook.\\n if test -f \\\"$resultdir\\\"/hook_payload; then\\n git clone https://github.com/praiskup/copr-ci-tooling \\\\\\n \\\"$resultdir/cct\\\" --depth 1\\n export PATH=\\\"$resultdir/cct:$PATH\\\"\\n\\n echo \\\"---\\\"\\n cat \\\"$resultdir\\\"/hook_payload\\n echo \\\"---\\\"\\n\\n # use jq to get the pr_id from the hook_payload\\n PR=$(jq -r '.pr_id // empty' \\\"$resultdir\\\"/hook_payload)\\n if [ -z \\\"$PR\\\" ]; then\\n BRANCH=\\\"master\\\"\\n else\\n BRANCH=\\\"pr/${PR}\\\"\\n fi\\n\\n copr-travis-checkout \\\"$resultdir\\\"/hook_payload\\n fi\\nelse\\n git checkout \\\"$REVISION\\\"\\nfi\\n\\n# initialize the submodules\\ngit submodule update --init --recursive\\n\\n# get the tag of this commit IF it has one\\nTAG=$(git tag --points-at HEAD | head -n1)\\nif [ -z \\\"$TAG\\\" ]; then\\n TAG=\\\"0.0.$PR\\\"\\nfi\\nTAG=\\\"${TAG#v}\\\" # remove v prefix from the tag\\necho \\\"TAG=$TAG\\\"\\n\\n# get the commit\\nCOMMIT=$(git rev-parse HEAD)\\necho \\\"COMMIT=$COMMIT\\\"\\n\\n# move spec file to the correct location\\ndirectories=(\\n \\\".\\\"\\n \\\"./packaging/linux/fedora\\\"\\n)\\nfor dir in \\\"${directories[@]}\\\"; do\\n if [ -f \\\"${dir}/${COPR_PACKAGE}.spec\\\" ]; then\\n echo \\\"Found spec file in ${dir}\\\"\\n rpmlint \\\"${dir}/${COPR_PACKAGE}.spec\\\"\\n\\n mv \\\"${dir}/${COPR_PACKAGE}.spec\\\" \\\"${resultdir}\\\"\\n break\\n fi\\ndone\\n\\n# fail if the spec file is not in the resultdir\\nif [ ! -f \\\"${resultdir}/${COPR_PACKAGE}.spec\\\" ]; then\\n echo \\\"ERROR: ${COPR_PACKAGE}.spec not found\\\"\\n exit 1\\nfi\\n\\n# use sed to replace these values in the spec file\\nsed -i \\\"s|%global build_version 0|%global build_version ${TAG}|\\\" \\\"${resultdir}\\\"/*.spec\\nsed -i \\\"s|%global branch 0|%global branch ${BRANCH}|\\\" \\\"${resultdir}\\\"/*.spec\\nsed -i \\\"s|%global commit 0|%global commit ${COMMIT}|\\\" \\\"${resultdir}\\\"/*.spec\\n\\n# create a tarball of the source code\\ntar -czf \\\"${resultdir}/tarball.tar.gz\\\" .\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"git jq python3 rpmlint\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmpvr_qi58m\", \"hook_data\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--75bd9850-719f-4f58-9a05-242b2c408491", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4293", "result_dir": "09597690", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9597690, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-24 14:59:13,709][ INFO][PID:983948] Sending fedora-messaging bus message in build.start [2025-09-24 14:59:14,343][ INFO][PID:983948] Sending fedora-messaging bus message in chroot.start [2025-09-24 14:59:14,367][ INFO][PID:983948] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9597690 --detached [2025-09-24 14:59:14,688][ INFO][PID:983948] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.167.130.95' (ED25519) to the list of known hosts. [2025-09-24 14:59:14,689][ INFO][PID:983948] Downloading the builder-live.log file, attempt 1 [2025-09-24 14:59:14,690][ INFO][PID:983948] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.167.130.95 copr-rpmbuild-log [2025-09-24 14:59:19,710][ INFO][PID:983948] Periodic builder liveness probe: alive [2025-09-24 14:59:19,714][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:24,715][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:29,716][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:34,717][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:39,718][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:44,719][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:49,720][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:54,721][ INFO][PID:983948] Checking for cancel request [2025-09-24 14:59:59,722][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:04,724][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:09,725][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:14,725][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:19,726][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:24,727][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:29,728][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:34,729][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:39,730][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:44,731][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:49,732][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:54,733][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:00:59,735][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:04,736][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:09,737][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:14,738][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:19,740][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:24,743][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:29,744][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:34,745][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:39,753][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:44,757][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:49,758][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:54,759][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:01:59,763][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:04,770][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:09,771][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:14,772][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:19,773][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:24,774][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:29,775][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:34,776][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:39,777][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:44,778][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:49,779][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:54,781][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:02:59,782][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:04,785][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:09,787][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:14,788][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:19,789][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:24,790][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:29,791][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:34,793][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:39,793][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:44,794][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:49,796][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:54,796][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:03:59,799][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:04,800][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:09,801][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:14,803][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:19,804][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:24,805][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:29,807][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:34,809][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:39,810][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:44,811][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:49,812][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:54,813][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:04:59,814][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:04,815][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:09,816][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:14,818][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:19,819][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:24,820][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:29,821][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:34,822][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:39,823][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:44,824][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:49,827][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:54,842][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:05:59,847][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:06:04,848][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:06:09,850][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:06:14,852][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:06:19,854][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:06:24,859][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:06:29,860][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:06:34,862][ INFO][PID:983948] Checking for cancel request [2025-09-24 15:06:35,949][ INFO][PID:983948] Downloading results from builder [2025-09-24 15:06:35,951][ INFO][PID:983948] rsyncing of mockbuilder@54.167.130.95:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690 started [2025-09-24 15:06:35,954][ INFO][PID:983948] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.167.130.95:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690/build-09597690.rsync.log [2025-09-24 15:06:54,827][ INFO][PID:983948] rsyncing finished. [2025-09-24 15:06:54,828][ INFO][PID:983948] Releasing VM back to pool [2025-09-24 15:06:54,843][ INFO][PID:983948] Searching for 'success' file in resultdir [2025-09-24 15:06:54,844][ INFO][PID:983948] Getting build details [2025-09-24 15:06:54,845][ INFO][PID:983948] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690 [2025-09-24 15:06:54,846][ INFO][PID:983948] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690/Sunshine-0.0.4293-1.src.rpm [2025-09-24 15:06:54,847][ INFO][PID:983948] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690/Sunshine-0.0.4293-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4293-1'} [2025-09-24 15:06:54,848][ INFO][PID:983948] Finished build: id=9597690 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293 chroot=srpm-builds [2025-09-24 15:06:54,850][ INFO][PID:983948] Worker succeeded build, took 461.1624662876129 [2025-09-24 15:06:54,851][ INFO][PID:983948] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "lizardbyte", "project_name": "pulls", "project_dirname": "pulls:pr:4293", "submitter": null, "ended_on": 1758726414.8507333, "started_on": 1758725953.688267, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9597690", "build_id": 9597690, "package_name": "Sunshine", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#!/usr/bin/env bash\\nset -x\\nset -e\\n\\nresultdir=\\\"${COPR_RESULTDIR}\\\"\\ngit clone \\\"https://github.com/${COPR_OWNER}/${COPR_PACKAGE}.git\\\" --depth 1\\ncd \\\"${COPR_PACKAGE}\\\"\\n\\n# get info from the webhook payload\\nif test -z \\\"$REVISION\\\"; then\\n # the hook_payload file contains webhook JSON payload (copr creates it for us);\\n # it is created only if the build is triggered by Custom webhook.\\n if test -f \\\"$resultdir\\\"/hook_payload; then\\n git clone https://github.com/praiskup/copr-ci-tooling \\\\\\n \\\"$resultdir/cct\\\" --depth 1\\n export PATH=\\\"$resultdir/cct:$PATH\\\"\\n\\n echo \\\"---\\\"\\n cat \\\"$resultdir\\\"/hook_payload\\n echo \\\"---\\\"\\n\\n # use jq to get the pr_id from the hook_payload\\n PR=$(jq -r '.pr_id // empty' \\\"$resultdir\\\"/hook_payload)\\n if [ -z \\\"$PR\\\" ]; then\\n BRANCH=\\\"master\\\"\\n else\\n BRANCH=\\\"pr/${PR}\\\"\\n fi\\n\\n copr-travis-checkout \\\"$resultdir\\\"/hook_payload\\n fi\\nelse\\n git checkout \\\"$REVISION\\\"\\nfi\\n\\n# initialize the submodules\\ngit submodule update --init --recursive\\n\\n# get the tag of this commit IF it has one\\nTAG=$(git tag --points-at HEAD | head -n1)\\nif [ -z \\\"$TAG\\\" ]; then\\n TAG=\\\"0.0.$PR\\\"\\nfi\\nTAG=\\\"${TAG#v}\\\" # remove v prefix from the tag\\necho \\\"TAG=$TAG\\\"\\n\\n# get the commit\\nCOMMIT=$(git rev-parse HEAD)\\necho \\\"COMMIT=$COMMIT\\\"\\n\\n# move spec file to the correct location\\ndirectories=(\\n \\\".\\\"\\n \\\"./packaging/linux/fedora\\\"\\n)\\nfor dir in \\\"${directories[@]}\\\"; do\\n if [ -f \\\"${dir}/${COPR_PACKAGE}.spec\\\" ]; then\\n echo \\\"Found spec file in ${dir}\\\"\\n rpmlint \\\"${dir}/${COPR_PACKAGE}.spec\\\"\\n\\n mv \\\"${dir}/${COPR_PACKAGE}.spec\\\" \\\"${resultdir}\\\"\\n break\\n fi\\ndone\\n\\n# fail if the spec file is not in the resultdir\\nif [ ! -f \\\"${resultdir}/${COPR_PACKAGE}.spec\\\" ]; then\\n echo \\\"ERROR: ${COPR_PACKAGE}.spec not found\\\"\\n exit 1\\nfi\\n\\n# use sed to replace these values in the spec file\\nsed -i \\\"s|%global build_version 0|%global build_version ${TAG}|\\\" \\\"${resultdir}\\\"/*.spec\\nsed -i \\\"s|%global branch 0|%global branch ${BRANCH}|\\\" \\\"${resultdir}\\\"/*.spec\\nsed -i \\\"s|%global commit 0|%global commit ${COMMIT}|\\\" \\\"${resultdir}\\\"/*.spec\\n\\n# create a tarball of the source code\\ntar -czf \\\"${resultdir}/tarball.tar.gz\\\" .\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"git jq python3 rpmlint\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmpvr_qi58m\", \"hook_data\": true}", "pkg_name": "Sunshine", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690/Sunshine-0.0.4293-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--75bd9850-719f-4f58-9a05-242b2c408491", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4293", "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/lizardbyte/pulls:pr:4293", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4293", "result_dir": "09597690", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4293-1", "id": 9597690, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-24 15:06:54,896][ INFO][PID:983948] Sending fedora-messaging bus message in build.end [2025-09-24 15:06:54,928][ INFO][PID:983948] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690/builder-live.log by gzip [2025-09-24 15:06:54,930][ INFO][PID:983948] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690/builder-live.log' as PID 1052200 [2025-09-24 15:06:54,937][ INFO][PID:983948] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690/builder-live.log) [2025-09-24 15:06:54,938][ INFO][PID:983948] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4293/srpm-builds/09597690/backend.log by gzip