[2025-09-20 18:31:35,867][ INFO][PID:3703408] Marking build as starting [2025-09-20 18:31:35,892][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:31:35,893][ INFO][PID:3703408] VM allocation process starts [2025-09-20 18:31:35,908][ INFO][PID:3703408] Trying to allocate VM: ResallocHost, ticket_id=5189947, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-20 18:31:38,922][ INFO][PID:3703408] Allocated host ResallocHost, ticket_id=5189947, hostname=3.83.240.25, name=aws_x86_64_normalreserved_prod_06850328_20250920_182925, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-20 18:31:38,923][ INFO][PID:3703408] Allocating ssh connection to builder [2025-09-20 18:31:38,923][ INFO][PID:3703408] Checking that builder machine is OK [2025-09-20 18:31:39,258][ INFO][PID:3703408] Running remote command: copr-builder-ready srpm-builds [2025-09-20 18:31:39,457][ INFO][PID:3703408] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-20 18:31:39,458][ INFO][PID:3703408] Filling build.info file with builder info [2025-09-20 18:31:39,458][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:31:39,459][ INFO][PID:3703408] 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:4277", "submitter": null, "ended_on": null, "started_on": 1758393099.4593623, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9586275", "build_id": 9586275, "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\": \"tmpnuruzgu1\", \"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--334c3791-01e4-44ef-b1c5-399c23f7dcc7", "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:4277", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4277", "result_dir": "09586275", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9586275, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-20 18:31:39,479][ INFO][PID:3703408] Sending fedora-messaging bus message in build.start [2025-09-20 18:31:40,058][ INFO][PID:3703408] Sending fedora-messaging bus message in chroot.start [2025-09-20 18:31:40,081][ INFO][PID:3703408] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9586275 --detached [2025-09-20 18:31:40,450][ INFO][PID:3703408] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.83.240.25' (ED25519) to the list of known hosts. [2025-09-20 18:31:40,451][ INFO][PID:3703408] Downloading the builder-live.log file, attempt 1 [2025-09-20 18:31:40,453][ INFO][PID:3703408] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.83.240.25 copr-rpmbuild-log [2025-09-20 18:31:45,456][ INFO][PID:3703408] Periodic builder liveness probe: alive [2025-09-20 18:31:45,457][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:31:50,457][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:31:55,458][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:00,459][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:05,460][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:10,461][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:15,462][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:20,463][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:25,464][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:30,465][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:35,466][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:40,467][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:45,468][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:50,469][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:32:55,470][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:00,471][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:05,472][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:10,473][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:15,474][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:20,475][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:25,476][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:30,478][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:35,482][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:40,483][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:45,484][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:50,485][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:33:55,487][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:00,488][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:05,489][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:10,491][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:15,492][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:20,495][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:25,496][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:30,497][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:35,498][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:40,499][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:45,500][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:50,501][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:34:55,502][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:00,503][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:05,504][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:10,505][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:15,506][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:20,507][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:25,508][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:30,509][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:35,510][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:40,511][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:45,512][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:50,513][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:35:55,514][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:00,515][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:05,516][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:10,517][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:15,518][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:20,519][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:25,520][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:30,521][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:35,522][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:40,523][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:45,524][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:50,525][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:36:55,526][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:00,527][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:05,528][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:10,529][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:15,530][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:20,531][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:25,532][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:30,532][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:35,533][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:40,534][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:45,535][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:50,536][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:37:55,537][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:00,538][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:05,539][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:10,540][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:15,541][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:20,542][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:25,543][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:30,544][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:35,545][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:40,545][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:45,546][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:50,547][ INFO][PID:3703408] Checking for cancel request [2025-09-20 18:38:52,141][ INFO][PID:3703408] Downloading results from builder [2025-09-20 18:38:52,142][ INFO][PID:3703408] rsyncing of mockbuilder@3.83.240.25:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275 started [2025-09-20 18:38:52,143][ INFO][PID:3703408] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.83.240.25:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275/build-09586275.rsync.log [2025-09-20 18:38:56,955][ INFO][PID:3703408] rsyncing finished. [2025-09-20 18:38:56,956][ INFO][PID:3703408] Releasing VM back to pool [2025-09-20 18:38:56,964][ INFO][PID:3703408] Searching for 'success' file in resultdir [2025-09-20 18:38:56,965][ INFO][PID:3703408] Getting build details [2025-09-20 18:38:56,965][ INFO][PID:3703408] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275 [2025-09-20 18:38:56,966][ INFO][PID:3703408] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275/Sunshine-0.0.4277-1.src.rpm [2025-09-20 18:38:56,966][ INFO][PID:3703408] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275/Sunshine-0.0.4277-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4277-1'} [2025-09-20 18:38:56,966][ INFO][PID:3703408] Finished build: id=9586275 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277 chroot=srpm-builds [2025-09-20 18:38:56,968][ INFO][PID:3703408] Worker succeeded build, took 437.5089111328125 [2025-09-20 18:38:56,968][ INFO][PID:3703408] 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:4277", "submitter": null, "ended_on": 1758393536.9682734, "started_on": 1758393099.4593623, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9586275", "build_id": 9586275, "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\": \"tmpnuruzgu1\", \"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:4277/srpm-builds/09586275/Sunshine-0.0.4277-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--334c3791-01e4-44ef-b1c5-399c23f7dcc7", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4277", "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:4277", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4277", "result_dir": "09586275", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4277-1", "id": 9586275, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-20 18:38:56,997][ INFO][PID:3703408] Sending fedora-messaging bus message in build.end [2025-09-20 18:38:57,020][ INFO][PID:3703408] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275/builder-live.log by gzip [2025-09-20 18:38:57,021][ INFO][PID:3703408] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275/builder-live.log' as PID 3734651 [2025-09-20 18:38:57,044][ INFO][PID:3703408] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275/builder-live.log) [2025-09-20 18:38:57,044][ INFO][PID:3703408] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275/backend.log by gzip [2025-09-20 18:38:57,045][ INFO][PID:3703408] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4277/srpm-builds/09586275/backend.log' as PID 3734652