[2025-09-13 21:24:07,286][ INFO][PID:1292111] Marking build as starting [2025-09-13 21:24:07,305][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:07,306][ INFO][PID:1292111] VM allocation process starts [2025-09-13 21:24:07,326][ INFO][PID:1292111] Trying to allocate VM: ResallocHost, ticket_id=5048970, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-13 21:24:10,355][ INFO][PID:1292111] Allocated host ResallocHost, ticket_id=5048970, hostname=35.173.122.82, name=aws_x86_64_normalreserved_prod_06742925_20250913_211227, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-13 21:24:10,356][ INFO][PID:1292111] Allocating ssh connection to builder [2025-09-13 21:24:10,356][ INFO][PID:1292111] Checking that builder machine is OK [2025-09-13 21:24:10,671][ INFO][PID:1292111] Running remote command: copr-builder-ready srpm-builds [2025-09-13 21:24:10,867][ INFO][PID:1292111] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-13 21:24:10,868][ INFO][PID:1292111] Filling build.info file with builder info [2025-09-13 21:24:10,868][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:10,869][ INFO][PID:1292111] 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:4254", "submitter": null, "ended_on": null, "started_on": 1757798650.8693185, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9553598", "build_id": 9553598, "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\": \"tmpv9y9kz44\", \"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--e6856d30-d583-492a-8910-d767c92c2b50", "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:4254", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4254", "result_dir": "09553598", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9553598, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-13 21:24:10,887][ INFO][PID:1292111] Sending fedora-messaging bus message in build.start [2025-09-13 21:24:11,511][ INFO][PID:1292111] Sending fedora-messaging bus message in chroot.start [2025-09-13 21:24:11,533][ INFO][PID:1292111] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9553598 --detached [2025-09-13 21:24:11,874][ INFO][PID:1292111] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '35.173.122.82' (ED25519) to the list of known hosts. [2025-09-13 21:24:11,875][ INFO][PID:1292111] Downloading the builder-live.log file, attempt 1 [2025-09-13 21:24:11,876][ INFO][PID:1292111] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@35.173.122.82 copr-rpmbuild-log [2025-09-13 21:24:16,881][ INFO][PID:1292111] Periodic builder liveness probe: alive [2025-09-13 21:24:16,882][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:21,882][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:26,883][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:31,884][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:36,885][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:41,886][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:46,887][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:51,888][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:24:56,889][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:01,890][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:06,891][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:11,892][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:16,893][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:21,894][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:26,895][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:31,896][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:36,897][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:41,898][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:46,899][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:51,900][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:25:56,900][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:01,901][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:06,902][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:11,903][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:16,904][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:21,905][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:26,906][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:31,907][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:36,908][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:41,909][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:46,910][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:51,911][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:26:56,912][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:01,913][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:06,914][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:11,914][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:16,915][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:21,916][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:26,917][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:31,918][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:36,919][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:41,920][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:46,921][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:51,925][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:27:56,926][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:01,927][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:06,928][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:11,929][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:16,930][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:21,931][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:26,932][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:31,933][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:36,936][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:41,937][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:46,939][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:51,940][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:28:56,941][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:01,942][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:06,943][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:11,944][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:16,945][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:21,946][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:26,947][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:31,948][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:36,949][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:41,949][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:46,951][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:51,952][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:29:56,953][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:01,954][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:06,955][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:11,956][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:16,957][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:21,958][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:26,959][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:31,960][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:36,961][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:41,962][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:46,964][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:51,964][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:30:56,965][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:31:01,966][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:31:06,967][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:31:11,968][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:31:16,969][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:31:21,970][ INFO][PID:1292111] Checking for cancel request [2025-09-13 21:31:24,026][ INFO][PID:1292111] Downloading results from builder [2025-09-13 21:31:24,026][ INFO][PID:1292111] rsyncing of mockbuilder@35.173.122.82:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598 started [2025-09-13 21:31:24,027][ INFO][PID:1292111] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@35.173.122.82:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598/build-09553598.rsync.log [2025-09-13 21:31:29,303][ INFO][PID:1292111] rsyncing finished. [2025-09-13 21:31:29,304][ INFO][PID:1292111] Releasing VM back to pool [2025-09-13 21:31:29,316][ INFO][PID:1292111] Searching for 'success' file in resultdir [2025-09-13 21:31:29,317][ INFO][PID:1292111] Getting build details [2025-09-13 21:31:29,317][ INFO][PID:1292111] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598 [2025-09-13 21:31:29,318][ INFO][PID:1292111] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598/Sunshine-0.0.4254-1.src.rpm [2025-09-13 21:31:29,318][ INFO][PID:1292111] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598/Sunshine-0.0.4254-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4254-1'} [2025-09-13 21:31:29,319][ INFO][PID:1292111] Finished build: id=9553598 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254 chroot=srpm-builds [2025-09-13 21:31:29,320][ INFO][PID:1292111] Worker succeeded build, took 438.45152711868286 [2025-09-13 21:31:29,321][ INFO][PID:1292111] 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:4254", "submitter": null, "ended_on": 1757799089.3208456, "started_on": 1757798650.8693185, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9553598", "build_id": 9553598, "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\": \"tmpv9y9kz44\", \"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:4254/srpm-builds/09553598/Sunshine-0.0.4254-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--e6856d30-d583-492a-8910-d767c92c2b50", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4254", "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:4254", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4254", "result_dir": "09553598", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4254-1", "id": 9553598, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-13 21:31:29,351][ INFO][PID:1292111] Sending fedora-messaging bus message in build.end [2025-09-13 21:31:29,377][ INFO][PID:1292111] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598/builder-live.log by gzip [2025-09-13 21:31:29,378][ INFO][PID:1292111] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598/builder-live.log' as PID 1310582 [2025-09-13 21:31:29,385][ INFO][PID:1292111] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598/builder-live.log) [2025-09-13 21:31:29,385][ INFO][PID:1292111] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598/backend.log by gzip [2025-09-13 21:31:29,386][ INFO][PID:1292111] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4254/srpm-builds/09553598/backend.log' as PID 1310584