[2025-08-31 20:09:25,934][ INFO][PID:3015647] Marking build as starting [2025-08-31 20:09:25,957][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:09:25,957][ INFO][PID:3015647] VM allocation process starts [2025-08-31 20:09:25,968][ INFO][PID:3015647] Trying to allocate VM: ResallocHost, ticket_id=4845583, requested_tags=['copr_builder', 'arch_x86_64'] [2025-08-31 20:09:29,064][ INFO][PID:3015647] Allocated host ResallocHost, ticket_id=4845583, hostname=18.213.0.7, name=aws_x86_64_normalreserved_prod_06517432_20250831_200226, requested_tags=['copr_builder', 'arch_x86_64'] [2025-08-31 20:09:29,064][ INFO][PID:3015647] Allocating ssh connection to builder [2025-08-31 20:09:29,065][ INFO][PID:3015647] Checking that builder machine is OK [2025-08-31 20:09:29,493][ INFO][PID:3015647] Running remote command: copr-builder-ready srpm-builds [2025-08-31 20:09:29,692][ INFO][PID:3015647] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-08-31 20:09:29,692][ INFO][PID:3015647] Filling build.info file with builder info [2025-08-31 20:09:29,693][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:09:29,694][ INFO][PID:3015647] 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:4208", "submitter": null, "ended_on": null, "started_on": 1756670969.6941893, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9509595", "build_id": 9509595, "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\": \"tmpkar52_j7\", \"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--fa059245-9d0f-41a1-a9fd-9af52ae71d1e", "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:4208", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4208", "result_dir": "09509595", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9509595, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-08-31 20:09:29,719][ INFO][PID:3015647] Sending fedora-messaging bus message in build.start [2025-08-31 20:09:30,501][ INFO][PID:3015647] Sending fedora-messaging bus message in chroot.start [2025-08-31 20:09:30,525][ INFO][PID:3015647] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9509595 --detached [2025-08-31 20:09:30,846][ INFO][PID:3015647] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '18.213.0.7' (ED25519) to the list of known hosts. [2025-08-31 20:09:30,847][ INFO][PID:3015647] Downloading the builder-live.log file, attempt 1 [2025-08-31 20:09:30,848][ INFO][PID:3015647] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@18.213.0.7 copr-rpmbuild-log [2025-08-31 20:09:35,853][ INFO][PID:3015647] Periodic builder liveness probe: alive [2025-08-31 20:09:35,854][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:09:40,855][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:09:45,856][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:09:50,857][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:09:55,858][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:00,859][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:05,860][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:10,861][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:15,862][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:20,863][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:25,864][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:30,865][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:35,866][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:40,867][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:45,868][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:50,868][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:10:55,870][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:00,870][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:05,871][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:10,872][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:15,873][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:20,874][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:25,875][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:30,877][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:35,877][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:40,878][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:45,879][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:50,880][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:11:55,881][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:00,882][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:05,883][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:10,884][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:15,885][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:20,886][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:25,887][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:30,887][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:35,888][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:40,889][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:45,890][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:50,891][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:12:55,892][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:00,893][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:05,894][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:10,895][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:15,896][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:20,897][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:25,898][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:30,899][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:35,900][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:40,901][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:45,902][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:50,903][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:13:55,903][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:00,904][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:05,905][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:10,906][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:15,907][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:20,908][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:25,909][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:30,910][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:35,911][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:40,912][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:45,913][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:50,914][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:14:55,915][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:00,916][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:05,917][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:10,917][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:15,918][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:20,919][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:25,920][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:30,921][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:35,922][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:40,923][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:45,924][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:50,925][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:15:55,926][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:00,927][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:05,928][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:10,929][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:15,930][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:20,930][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:25,931][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:30,932][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:35,933][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:40,934][ INFO][PID:3015647] Checking for cancel request [2025-08-31 20:16:43,623][ INFO][PID:3015647] Downloading results from builder [2025-08-31 20:16:43,623][ INFO][PID:3015647] rsyncing of mockbuilder@18.213.0.7:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595 started [2025-08-31 20:16:43,624][ INFO][PID:3015647] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@18.213.0.7:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595/build-09509595.rsync.log [2025-08-31 20:16:48,604][ INFO][PID:3015647] rsyncing finished. [2025-08-31 20:16:48,604][ INFO][PID:3015647] Releasing VM back to pool [2025-08-31 20:16:48,613][ INFO][PID:3015647] Searching for 'success' file in resultdir [2025-08-31 20:16:48,613][ INFO][PID:3015647] Getting build details [2025-08-31 20:16:48,614][ INFO][PID:3015647] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595 [2025-08-31 20:16:48,614][ INFO][PID:3015647] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595/Sunshine-0.0.4208-1.src.rpm [2025-08-31 20:16:48,615][ INFO][PID:3015647] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595/Sunshine-0.0.4208-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4208-1'} [2025-08-31 20:16:48,615][ INFO][PID:3015647] Finished build: id=9509595 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208 chroot=srpm-builds [2025-08-31 20:16:48,616][ INFO][PID:3015647] Worker succeeded build, took 438.9227387905121 [2025-08-31 20:16:48,617][ INFO][PID:3015647] 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:4208", "submitter": null, "ended_on": 1756671408.616928, "started_on": 1756670969.6941893, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9509595", "build_id": 9509595, "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\": \"tmpkar52_j7\", \"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:4208/srpm-builds/09509595/Sunshine-0.0.4208-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--fa059245-9d0f-41a1-a9fd-9af52ae71d1e", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4208", "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:4208", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4208", "result_dir": "09509595", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4208-1", "id": 9509595, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-08-31 20:16:48,642][ INFO][PID:3015647] Sending fedora-messaging bus message in build.end [2025-08-31 20:16:48,665][ INFO][PID:3015647] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595/builder-live.log by gzip [2025-08-31 20:16:48,667][ INFO][PID:3015647] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595/builder-live.log' as PID 3036231 [2025-08-31 20:16:48,673][ INFO][PID:3015647] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595/builder-live.log) [2025-08-31 20:16:48,674][ INFO][PID:3015647] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595/backend.log by gzip [2025-08-31 20:16:48,675][ INFO][PID:3015647] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4208/srpm-builds/09509595/backend.log' as PID 3036232