[2025-10-01 07:40:09,036][ INFO][PID:2211750] Marking build as starting [2025-10-01 07:40:09,061][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:09,062][ INFO][PID:2211750] VM allocation process starts [2025-10-01 07:40:09,077][ INFO][PID:2211750] Trying to allocate VM: ResallocHost, ticket_id=5413844, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-01 07:40:12,091][ INFO][PID:2211750] Allocated host ResallocHost, ticket_id=5413844, hostname=3.237.194.12, name=aws_x86_64_normalreserved_prod_07038486_20251001_073307, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-01 07:40:12,203][ INFO][PID:2211750] Allocating ssh connection to builder [2025-10-01 07:40:12,204][ INFO][PID:2211750] Checking that builder machine is OK [2025-10-01 07:40:12,520][ INFO][PID:2211750] Running remote command: copr-builder-ready srpm-builds [2025-10-01 07:40:12,724][ INFO][PID:2211750] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-01 07:40:12,725][ INFO][PID:2211750] Filling build.info file with builder info [2025-10-01 07:40:12,725][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:12,726][ INFO][PID:2211750] 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:4315", "submitter": null, "ended_on": null, "started_on": 1759304412.7263045, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9635577", "build_id": 9635577, "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\": \"tmpyz56f0rw\", \"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--ca2f3a35-2e14-43cb-be3c-a79b2c9df7aa", "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:4315", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4315", "result_dir": "09635577", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9635577, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-01 07:40:12,747][ INFO][PID:2211750] Sending fedora-messaging bus message in build.start [2025-10-01 07:40:13,360][ INFO][PID:2211750] Sending fedora-messaging bus message in chroot.start [2025-10-01 07:40:13,385][ INFO][PID:2211750] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9635577 --detached [2025-10-01 07:40:13,823][ INFO][PID:2211750] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.237.194.12' (ED25519) to the list of known hosts. [2025-10-01 07:40:13,824][ INFO][PID:2211750] Downloading the builder-live.log file, attempt 1 [2025-10-01 07:40:13,825][ INFO][PID:2211750] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.237.194.12 copr-rpmbuild-log [2025-10-01 07:40:18,829][ INFO][PID:2211750] Periodic builder liveness probe: alive [2025-10-01 07:40:18,830][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:23,830][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:28,832][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:33,835][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:38,836][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:43,840][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:48,842][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:53,843][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:40:58,845][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:03,846][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:08,848][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:13,850][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:18,852][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:23,854][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:28,856][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:33,858][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:38,860][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:43,861][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:48,864][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:53,866][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:41:58,870][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:03,875][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:08,880][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:13,881][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:18,885][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:23,886][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:28,887][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:33,888][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:38,889][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:43,892][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:48,894][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:53,896][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:42:58,897][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:03,898][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:08,904][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:13,905][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:18,907][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:23,909][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:28,911][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:33,913][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:38,914][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:43,915][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:48,917][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:53,918][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:43:58,920][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:03,921][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:08,922][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:13,923][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:18,925][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:23,926][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:28,927][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:33,928][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:38,930][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:43,931][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:48,933][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:53,934][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:44:58,935][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:03,936][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:08,938][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:13,939][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:18,940][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:23,942][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:28,946][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:33,947][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:38,949][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:44,117][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:49,119][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:54,122][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:45:59,123][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:04,124][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:09,127][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:14,128][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:19,131][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:24,135][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:29,137][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:34,140][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:39,142][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:44,145][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:49,147][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:54,149][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:46:59,151][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:47:04,152][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:47:09,154][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:47:14,155][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:47:19,157][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:47:24,158][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:47:29,159][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:47:34,160][ INFO][PID:2211750] Checking for cancel request [2025-10-01 07:47:34,555][ INFO][PID:2211750] Downloading results from builder [2025-10-01 07:47:34,556][ INFO][PID:2211750] rsyncing of mockbuilder@3.237.194.12:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577 started [2025-10-01 07:47:34,557][ INFO][PID:2211750] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.237.194.12:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577/build-09635577.rsync.log [2025-10-01 07:47:42,290][ INFO][PID:2211750] rsyncing finished. [2025-10-01 07:47:42,291][ INFO][PID:2211750] Releasing VM back to pool [2025-10-01 07:47:42,303][ INFO][PID:2211750] Searching for 'success' file in resultdir [2025-10-01 07:47:42,303][ INFO][PID:2211750] Getting build details [2025-10-01 07:47:42,304][ INFO][PID:2211750] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577 [2025-10-01 07:47:42,305][ INFO][PID:2211750] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577/Sunshine-0.0.4315-1.src.rpm [2025-10-01 07:47:42,305][ INFO][PID:2211750] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577/Sunshine-0.0.4315-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4315-1'} [2025-10-01 07:47:42,306][ INFO][PID:2211750] Finished build: id=9635577 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315 chroot=srpm-builds [2025-10-01 07:47:42,307][ INFO][PID:2211750] Worker succeeded build, took 449.5815324783325 [2025-10-01 07:47:42,308][ INFO][PID:2211750] 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:4315", "submitter": null, "ended_on": 1759304862.307837, "started_on": 1759304412.7263045, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9635577", "build_id": 9635577, "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\": \"tmpyz56f0rw\", \"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:4315/srpm-builds/09635577/Sunshine-0.0.4315-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--ca2f3a35-2e14-43cb-be3c-a79b2c9df7aa", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4315", "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:4315", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4315", "result_dir": "09635577", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4315-1", "id": 9635577, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-01 07:47:42,338][ INFO][PID:2211750] Sending fedora-messaging bus message in build.end [2025-10-01 07:47:42,364][ INFO][PID:2211750] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577/builder-live.log by gzip [2025-10-01 07:47:42,365][ INFO][PID:2211750] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577/builder-live.log' as PID 2277780 [2025-10-01 07:47:42,372][ INFO][PID:2211750] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577/builder-live.log) [2025-10-01 07:47:42,373][ INFO][PID:2211750] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577/backend.log by gzip [2025-10-01 07:47:42,374][ INFO][PID:2211750] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4315/srpm-builds/09635577/backend.log' as PID 2277785