[2025-09-01 19:44:14,766][ INFO][PID:2016706] Marking build as starting [2025-09-01 19:44:14,786][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:44:14,787][ INFO][PID:2016706] VM allocation process starts [2025-09-01 19:44:14,797][ INFO][PID:2016706] Trying to allocate VM: ResallocHost, ticket_id=4864046, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-01 19:44:17,846][ INFO][PID:2016706] Allocated host ResallocHost, ticket_id=4864046, hostname=35.153.55.173, name=aws_x86_64_normalreserved_prod_06530865_20250901_193006, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-01 19:44:17,847][ INFO][PID:2016706] Allocating ssh connection to builder [2025-09-01 19:44:17,847][ INFO][PID:2016706] Checking that builder machine is OK [2025-09-01 19:44:18,266][ INFO][PID:2016706] Running remote command: copr-builder-ready srpm-builds [2025-09-01 19:44:18,454][ INFO][PID:2016706] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-01 19:44:18,455][ INFO][PID:2016706] Filling build.info file with builder info [2025-09-01 19:44:18,456][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:44:18,456][ INFO][PID:2016706] 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:3842", "submitter": null, "ended_on": null, "started_on": 1756755858.4567282, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9513421", "build_id": 9513421, "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\": \"tmpd4l4jtp7\", \"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--9ada5b9f-89b4-4a50-9939-a6bf2e8965e6", "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:3842", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:3842", "result_dir": "09513421", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9513421, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-01 19:44:18,475][ INFO][PID:2016706] Sending fedora-messaging bus message in build.start [2025-09-01 19:44:19,101][ INFO][PID:2016706] Sending fedora-messaging bus message in chroot.start [2025-09-01 19:44:19,123][ INFO][PID:2016706] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9513421 --detached [2025-09-01 19:44:19,441][ INFO][PID:2016706] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '35.153.55.173' (ED25519) to the list of known hosts. [2025-09-01 19:44:19,441][ INFO][PID:2016706] Downloading the builder-live.log file, attempt 1 [2025-09-01 19:44:19,443][ INFO][PID:2016706] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@35.153.55.173 copr-rpmbuild-log [2025-09-01 19:44:24,446][ INFO][PID:2016706] Periodic builder liveness probe: alive [2025-09-01 19:44:24,447][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:44:29,448][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:44:34,449][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:44:39,450][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:44:44,451][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:44:49,452][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:44:54,452][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:44:59,453][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:04,454][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:09,455][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:14,456][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:19,457][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:24,458][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:29,459][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:34,460][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:39,461][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:44,462][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:49,463][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:54,464][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:45:59,465][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:04,466][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:09,467][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:14,468][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:19,469][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:24,470][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:29,471][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:34,471][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:39,473][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:44,474][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:49,475][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:54,476][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:46:59,477][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:04,478][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:09,479][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:14,480][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:19,481][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:24,482][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:29,483][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:34,484][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:39,485][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:44,486][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:49,487][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:54,487][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:47:59,488][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:04,489][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:09,491][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:14,492][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:19,493][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:24,494][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:29,495][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:34,496][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:39,499][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:44,500][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:49,500][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:54,501][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:48:59,502][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:04,503][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:09,504][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:14,505][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:19,506][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:24,507][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:29,508][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:34,509][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:39,510][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:44,511][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:49,512][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:54,513][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:49:59,514][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:04,515][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:09,516][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:14,517][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:19,518][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:24,519][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:29,520][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:34,521][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:39,521][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:44,522][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:49,523][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:54,526][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:50:59,527][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:51:04,528][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:51:09,529][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:51:14,529][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:51:19,530][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:51:24,531][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:51:29,532][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:51:34,533][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:51:39,534][ INFO][PID:2016706] Checking for cancel request [2025-09-01 19:51:39,757][ INFO][PID:2016706] Downloading results from builder [2025-09-01 19:51:39,758][ INFO][PID:2016706] rsyncing of mockbuilder@35.153.55.173:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421 started [2025-09-01 19:51:39,759][ INFO][PID:2016706] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@35.153.55.173:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421/build-09513421.rsync.log [2025-09-01 19:51:44,776][ INFO][PID:2016706] rsyncing finished. [2025-09-01 19:51:44,777][ INFO][PID:2016706] Releasing VM back to pool [2025-09-01 19:51:44,785][ INFO][PID:2016706] Searching for 'success' file in resultdir [2025-09-01 19:51:44,786][ INFO][PID:2016706] Getting build details [2025-09-01 19:51:44,786][ INFO][PID:2016706] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421 [2025-09-01 19:51:44,787][ INFO][PID:2016706] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421/Sunshine-0.0.3842-1.src.rpm [2025-09-01 19:51:44,787][ INFO][PID:2016706] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421/Sunshine-0.0.3842-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.3842-1'} [2025-09-01 19:51:44,787][ INFO][PID:2016706] Finished build: id=9513421 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842 chroot=srpm-builds [2025-09-01 19:51:44,789][ INFO][PID:2016706] Worker succeeded build, took 446.33245968818665 [2025-09-01 19:51:44,789][ INFO][PID:2016706] 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:3842", "submitter": null, "ended_on": 1756756304.789188, "started_on": 1756755858.4567282, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9513421", "build_id": 9513421, "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\": \"tmpd4l4jtp7\", \"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:3842/srpm-builds/09513421/Sunshine-0.0.3842-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--9ada5b9f-89b4-4a50-9939-a6bf2e8965e6", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.3842", "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:3842", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:3842", "result_dir": "09513421", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.3842-1", "id": 9513421, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-01 19:51:44,823][ INFO][PID:2016706] Sending fedora-messaging bus message in build.end [2025-09-01 19:51:44,846][ INFO][PID:2016706] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421/builder-live.log by gzip [2025-09-01 19:51:44,847][ INFO][PID:2016706] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421/builder-live.log' as PID 2033996 [2025-09-01 19:51:44,853][ INFO][PID:2016706] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421/builder-live.log) [2025-09-01 19:51:44,854][ INFO][PID:2016706] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421/backend.log by gzip [2025-09-01 19:51:44,854][ INFO][PID:2016706] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3842/srpm-builds/09513421/backend.log' as PID 2033997