[2025-09-25 07:35:08,427][ INFO][PID:1623877] Marking build as starting [2025-09-25 07:35:08,451][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:08,451][ INFO][PID:1623877] VM allocation process starts [2025-09-25 07:35:08,462][ INFO][PID:1623877] Trying to allocate VM: ResallocHost, ticket_id=5257365, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-25 07:35:11,483][ INFO][PID:1623877] Allocated host ResallocHost, ticket_id=5257365, hostname=18.232.111.12, name=aws_x86_64_normalreserved_prod_06925888_20250925_073223, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-25 07:35:11,483][ INFO][PID:1623877] Allocating ssh connection to builder [2025-09-25 07:35:11,484][ INFO][PID:1623877] Checking that builder machine is OK [2025-09-25 07:35:11,815][ INFO][PID:1623877] Running remote command: copr-builder-ready srpm-builds [2025-09-25 07:35:12,011][ INFO][PID:1623877] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-25 07:35:12,011][ INFO][PID:1623877] Filling build.info file with builder info [2025-09-25 07:35:12,012][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:12,013][ INFO][PID:1623877] 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:4286", "submitter": null, "ended_on": null, "started_on": 1758785712.013158, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9599761", "build_id": 9599761, "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\": \"tmpv4eoaj6p\", \"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--0a6ae2bc-f23e-4dc8-9a28-293605228b27", "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:4286", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4286", "result_dir": "09599761", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9599761, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-25 07:35:12,032][ INFO][PID:1623877] Sending fedora-messaging bus message in build.start [2025-09-25 07:35:12,634][ INFO][PID:1623877] Sending fedora-messaging bus message in chroot.start [2025-09-25 07:35:12,657][ INFO][PID:1623877] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9599761 --detached [2025-09-25 07:35:13,028][ INFO][PID:1623877] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '18.232.111.12' (ED25519) to the list of known hosts. [2025-09-25 07:35:13,028][ INFO][PID:1623877] Downloading the builder-live.log file, attempt 1 [2025-09-25 07:35:13,030][ INFO][PID:1623877] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@18.232.111.12 copr-rpmbuild-log [2025-09-25 07:35:18,034][ INFO][PID:1623877] Periodic builder liveness probe: alive [2025-09-25 07:35:18,034][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:23,035][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:28,036][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:33,037][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:38,037][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:43,038][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:48,039][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:53,041][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:35:58,042][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:03,043][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:08,044][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:13,045][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:18,046][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:23,047][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:28,048][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:33,052][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:38,054][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:43,055][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:48,056][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:53,057][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:36:58,058][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:03,059][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:08,060][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:13,061][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:18,062][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:23,063][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:28,064][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:33,065][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:38,066][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:43,067][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:48,068][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:53,069][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:37:58,070][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:03,071][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:08,072][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:13,073][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:18,074][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:23,075][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:28,076][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:33,077][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:38,078][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:43,079][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:48,081][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:53,082][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:38:58,083][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:03,084][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:08,085][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:13,086][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:18,087][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:23,088][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:28,089][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:33,090][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:38,091][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:43,092][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:48,093][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:53,094][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:39:58,095][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:03,096][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:08,097][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:13,098][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:18,099][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:23,100][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:28,101][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:33,102][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:38,103][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:43,105][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:48,106][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:53,107][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:40:58,108][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:03,108][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:08,109][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:13,110][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:18,112][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:23,113][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:28,114][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:33,115][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:38,116][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:43,122][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:48,123][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:53,125][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:41:58,127][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:42:03,128][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:42:08,129][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:42:13,130][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:42:18,131][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:42:23,132][ INFO][PID:1623877] Checking for cancel request [2025-09-25 07:42:25,046][ INFO][PID:1623877] Downloading results from builder [2025-09-25 07:42:25,046][ INFO][PID:1623877] rsyncing of mockbuilder@18.232.111.12:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761 started [2025-09-25 07:42:25,047][ INFO][PID:1623877] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@18.232.111.12:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761/build-09599761.rsync.log [2025-09-25 07:42:31,152][ INFO][PID:1623877] rsyncing finished. [2025-09-25 07:42:31,152][ INFO][PID:1623877] Releasing VM back to pool [2025-09-25 07:42:31,199][ INFO][PID:1623877] Searching for 'success' file in resultdir [2025-09-25 07:42:31,200][ INFO][PID:1623877] Getting build details [2025-09-25 07:42:31,201][ INFO][PID:1623877] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761 [2025-09-25 07:42:31,202][ INFO][PID:1623877] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761/Sunshine-0.0.4286-1.src.rpm [2025-09-25 07:42:31,202][ INFO][PID:1623877] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761/Sunshine-0.0.4286-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4286-1'} [2025-09-25 07:42:31,203][ INFO][PID:1623877] Finished build: id=9599761 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286 chroot=srpm-builds [2025-09-25 07:42:31,205][ INFO][PID:1623877] Worker succeeded build, took 439.1923043727875 [2025-09-25 07:42:31,206][ INFO][PID:1623877] 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:4286", "submitter": null, "ended_on": 1758786151.2054625, "started_on": 1758785712.013158, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9599761", "build_id": 9599761, "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\": \"tmpv4eoaj6p\", \"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:4286/srpm-builds/09599761/Sunshine-0.0.4286-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--0a6ae2bc-f23e-4dc8-9a28-293605228b27", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4286", "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:4286", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4286", "result_dir": "09599761", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4286-1", "id": 9599761, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-25 07:42:31,242][ INFO][PID:1623877] Sending fedora-messaging bus message in build.end [2025-09-25 07:42:31,270][ INFO][PID:1623877] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761/builder-live.log by gzip [2025-09-25 07:42:31,271][ INFO][PID:1623877] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761/builder-live.log' as PID 1658169 [2025-09-25 07:42:31,279][ INFO][PID:1623877] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761/builder-live.log) [2025-09-25 07:42:31,280][ INFO][PID:1623877] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761/backend.log by gzip [2025-09-25 07:42:31,281][ INFO][PID:1623877] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4286/srpm-builds/09599761/backend.log' as PID 1658171