[2025-09-03 06:03:25,134][ INFO][PID:267133] Marking build as starting [2025-09-03 06:03:25,157][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:03:25,158][ INFO][PID:267133] VM allocation process starts [2025-09-03 06:03:25,169][ INFO][PID:267133] Trying to allocate VM: ResallocHost, ticket_id=4885999, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-03 06:03:28,184][ INFO][PID:267133] Allocated host ResallocHost, ticket_id=4885999, hostname=54.145.184.250, name=aws_x86_64_normalreserved_prod_06550977_20250903_055328, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-03 06:03:28,185][ INFO][PID:267133] Allocating ssh connection to builder [2025-09-03 06:03:28,185][ INFO][PID:267133] Checking that builder machine is OK [2025-09-03 06:03:28,691][ INFO][PID:267133] Running remote command: copr-builder-ready srpm-builds [2025-09-03 06:03:28,884][ INFO][PID:267133] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-03 06:03:28,885][ INFO][PID:267133] Filling build.info file with builder info [2025-09-03 06:03:28,886][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:03:28,887][ INFO][PID:267133] 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:4225", "submitter": null, "ended_on": null, "started_on": 1756879408.8868778, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9517758", "build_id": 9517758, "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\": \"tmp603wroul\", \"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--f7d4d317-b231-4950-b4f1-0b03d383e866", "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:4225", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4225", "result_dir": "09517758", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9517758, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-03 06:03:28,950][ INFO][PID:267133] Sending fedora-messaging bus message in build.start [2025-09-03 06:03:29,591][ INFO][PID:267133] Sending fedora-messaging bus message in chroot.start [2025-09-03 06:03:29,618][ INFO][PID:267133] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9517758 --detached [2025-09-03 06:03:29,939][ INFO][PID:267133] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.145.184.250' (ED25519) to the list of known hosts. [2025-09-03 06:03:29,940][ INFO][PID:267133] Downloading the builder-live.log file, attempt 1 [2025-09-03 06:03:29,942][ INFO][PID:267133] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.145.184.250 copr-rpmbuild-log [2025-09-03 06:03:34,946][ INFO][PID:267133] Periodic builder liveness probe: alive [2025-09-03 06:03:34,946][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:03:39,947][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:03:44,948][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:03:49,949][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:03:54,951][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:03:59,952][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:04,953][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:09,954][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:14,956][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:19,958][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:24,959][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:29,963][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:34,964][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:39,965][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:44,966][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:49,967][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:54,968][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:04:59,969][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:04,970][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:09,971][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:14,976][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:19,979][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:24,980][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:29,982][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:34,983][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:39,984][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:44,985][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:49,986][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:54,987][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:05:59,989][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:04,991][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:09,992][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:14,993][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:19,997][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:24,998][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:29,999][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:35,000][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:40,001][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:45,003][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:50,005][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:06:55,006][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:00,007][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:05,008][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:10,009][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:15,010][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:20,011][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:25,012][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:30,015][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:35,016][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:40,017][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:45,022][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:50,024][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:07:55,025][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:00,027][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:05,028][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:10,030][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:15,031][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:20,034][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:25,036][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:30,037][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:35,040][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:40,042][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:45,043][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:50,045][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:08:55,047][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:00,048][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:05,050][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:10,052][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:15,054][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:20,055][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:25,060][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:30,062][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:35,067][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:40,068][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:45,069][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:50,070][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:09:55,071][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:00,072][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:05,074][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:10,077][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:15,078][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:20,079][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:25,084][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:30,086][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:35,087][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:40,088][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:45,090][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:50,091][ INFO][PID:267133] Checking for cancel request [2025-09-03 06:10:51,196][ INFO][PID:267133] Downloading results from builder [2025-09-03 06:10:51,197][ INFO][PID:267133] rsyncing of mockbuilder@54.145.184.250:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758 started [2025-09-03 06:10:51,198][ INFO][PID:267133] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.145.184.250:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758/build-09517758.rsync.log [2025-09-03 06:10:57,425][ INFO][PID:267133] rsyncing finished. [2025-09-03 06:10:57,425][ INFO][PID:267133] Releasing VM back to pool [2025-09-03 06:10:57,437][ INFO][PID:267133] Searching for 'success' file in resultdir [2025-09-03 06:10:57,438][ INFO][PID:267133] Getting build details [2025-09-03 06:10:57,438][ INFO][PID:267133] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758 [2025-09-03 06:10:57,439][ INFO][PID:267133] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758/Sunshine-0.0.4225-1.src.rpm [2025-09-03 06:10:57,440][ INFO][PID:267133] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758/Sunshine-0.0.4225-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4225-1'} [2025-09-03 06:10:57,440][ INFO][PID:267133] Finished build: id=9517758 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225 chroot=srpm-builds [2025-09-03 06:10:57,442][ INFO][PID:267133] Worker succeeded build, took 448.55580854415894 [2025-09-03 06:10:57,443][ INFO][PID:267133] 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:4225", "submitter": null, "ended_on": 1756879857.4426863, "started_on": 1756879408.8868778, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9517758", "build_id": 9517758, "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\": \"tmp603wroul\", \"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:4225/srpm-builds/09517758/Sunshine-0.0.4225-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--f7d4d317-b231-4950-b4f1-0b03d383e866", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4225", "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:4225", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4225", "result_dir": "09517758", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4225-1", "id": 9517758, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-03 06:10:57,473][ INFO][PID:267133] Sending fedora-messaging bus message in build.end [2025-09-03 06:10:57,497][ INFO][PID:267133] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758/builder-live.log by gzip [2025-09-03 06:10:57,499][ INFO][PID:267133] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758/builder-live.log' as PID 317202 [2025-09-03 06:10:57,505][ INFO][PID:267133] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758/builder-live.log) [2025-09-03 06:10:57,506][ INFO][PID:267133] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758/backend.log by gzip [2025-09-03 06:10:57,507][ INFO][PID:267133] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4225/srpm-builds/09517758/backend.log' as PID 317203