[2025-10-15 07:48:20,379][ INFO][PID:614304] Marking build as starting [2025-10-15 07:48:20,400][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:48:20,401][ INFO][PID:614304] VM allocation process starts [2025-10-15 07:48:20,411][ INFO][PID:614304] Trying to allocate VM: ResallocHost, ticket_id=5667590, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-15 07:48:23,425][ INFO][PID:614304] Allocated host ResallocHost, ticket_id=5667590, hostname=54.89.189.228, name=aws_x86_64_normalreserved_prod_07400416_20251015_074143, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-15 07:48:23,425][ INFO][PID:614304] Allocating ssh connection to builder [2025-10-15 07:48:23,426][ INFO][PID:614304] Checking that builder machine is OK [2025-10-15 07:48:23,777][ INFO][PID:614304] Running remote command: copr-builder-ready srpm-builds [2025-10-15 07:48:23,977][ INFO][PID:614304] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-15 07:48:23,977][ INFO][PID:614304] Filling build.info file with builder info [2025-10-15 07:48:23,978][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:48:23,979][ INFO][PID:614304] 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:4337", "submitter": null, "ended_on": null, "started_on": 1760514503.9789808, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9690239", "build_id": 9690239, "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\": \"tmpd993wojf\", \"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--93fcde66-4a24-4435-a31a-1fbfed3f420d", "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:4337", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4337", "result_dir": "09690239", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9690239, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-15 07:48:23,998][ INFO][PID:614304] Sending fedora-messaging bus message in build.start [2025-10-15 07:48:24,635][ INFO][PID:614304] Sending fedora-messaging bus message in chroot.start [2025-10-15 07:48:24,659][ INFO][PID:614304] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9690239 --detached [2025-10-15 07:48:25,002][ INFO][PID:614304] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '54.89.189.228' (ED25519) to the list of known hosts. [2025-10-15 07:48:25,003][ INFO][PID:614304] Downloading the builder-live.log file, attempt 1 [2025-10-15 07:48:25,004][ INFO][PID:614304] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@54.89.189.228 copr-rpmbuild-log [2025-10-15 07:48:30,008][ INFO][PID:614304] Periodic builder liveness probe: alive [2025-10-15 07:48:30,009][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:48:35,010][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:48:40,011][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:48:45,011][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:48:50,012][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:48:55,013][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:00,014][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:05,015][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:10,016][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:15,017][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:20,018][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:25,018][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:30,019][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:35,020][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:40,021][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:45,022][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:50,022][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:49:55,023][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:00,024][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:05,026][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:10,028][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:15,029][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:20,030][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:25,031][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:30,031][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:35,032][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:40,033][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:45,034][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:50,035][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:50:55,036][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:00,037][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:05,038][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:10,038][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:15,039][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:20,040][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:25,041][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:30,042][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:35,043][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:40,043][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:45,044][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:50,045][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:51:55,046][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:00,047][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:05,048][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:10,049][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:15,050][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:20,050][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:25,051][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:30,052][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:35,053][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:40,054][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:45,054][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:50,055][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:52:55,056][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:00,057][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:05,058][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:10,059][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:15,060][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:20,060][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:25,061][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:30,062][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:35,063][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:40,064][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:45,065][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:50,066][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:53:55,067][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:00,068][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:05,068][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:10,069][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:15,070][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:20,071][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:25,072][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:30,073][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:35,074][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:40,075][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:45,076][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:50,077][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:54:55,078][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:55:00,079][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:55:05,080][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:55:10,081][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:55:15,082][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:55:20,083][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:55:25,084][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:55:30,085][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:55:35,087][ INFO][PID:614304] Checking for cancel request [2025-10-15 07:55:39,296][ INFO][PID:614304] Downloading results from builder [2025-10-15 07:55:39,297][ INFO][PID:614304] rsyncing of mockbuilder@54.89.189.228:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239 started [2025-10-15 07:55:39,297][ INFO][PID:614304] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@54.89.189.228:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239/build-09690239.rsync.log [2025-10-15 07:55:44,674][ INFO][PID:614304] rsyncing finished. [2025-10-15 07:55:44,674][ INFO][PID:614304] Releasing VM back to pool [2025-10-15 07:55:44,684][ INFO][PID:614304] Searching for 'success' file in resultdir [2025-10-15 07:55:44,685][ INFO][PID:614304] Getting build details [2025-10-15 07:55:44,686][ INFO][PID:614304] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239 [2025-10-15 07:55:44,686][ INFO][PID:614304] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239/Sunshine-0.0.4337-1.src.rpm [2025-10-15 07:55:44,687][ INFO][PID:614304] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239/Sunshine-0.0.4337-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4337-1'} [2025-10-15 07:55:44,687][ INFO][PID:614304] Finished build: id=9690239 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337 chroot=srpm-builds [2025-10-15 07:55:44,688][ INFO][PID:614304] Worker succeeded build, took 440.7097837924957 [2025-10-15 07:55:44,689][ INFO][PID:614304] 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:4337", "submitter": null, "ended_on": 1760514944.6887646, "started_on": 1760514503.9789808, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9690239", "build_id": 9690239, "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\": \"tmpd993wojf\", \"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:4337/srpm-builds/09690239/Sunshine-0.0.4337-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--93fcde66-4a24-4435-a31a-1fbfed3f420d", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4337", "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:4337", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4337", "result_dir": "09690239", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4337-1", "id": 9690239, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-15 07:55:44,718][ INFO][PID:614304] Sending fedora-messaging bus message in build.end [2025-10-15 07:55:44,744][ INFO][PID:614304] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239/builder-live.log by gzip [2025-10-15 07:55:44,745][ INFO][PID:614304] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239/builder-live.log' as PID 635631 [2025-10-15 07:55:44,752][ INFO][PID:614304] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239/builder-live.log) [2025-10-15 07:55:44,752][ INFO][PID:614304] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239/backend.log by gzip [2025-10-15 07:55:44,753][ INFO][PID:614304] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4337/srpm-builds/09690239/backend.log' as PID 635632