[2025-09-13 06:39:36,148][ INFO][PID:2616580] Marking build as starting [2025-09-13 06:39:36,176][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:39:36,177][ INFO][PID:2616580] VM allocation process starts [2025-09-13 06:39:36,187][ INFO][PID:2616580] Trying to allocate VM: ResallocHost, ticket_id=5043620, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-13 06:39:39,225][ INFO][PID:2616580] Allocated host ResallocHost, ticket_id=5043620, hostname=3.238.175.219, name=aws_x86_64_normalreserved_prod_06738492_20250913_061642, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-13 06:39:39,226][ INFO][PID:2616580] Allocating ssh connection to builder [2025-09-13 06:39:39,226][ INFO][PID:2616580] Checking that builder machine is OK [2025-09-13 06:39:39,707][ INFO][PID:2616580] Running remote command: copr-builder-ready srpm-builds [2025-09-13 06:39:39,906][ INFO][PID:2616580] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-13 06:39:39,907][ INFO][PID:2616580] Filling build.info file with builder info [2025-09-13 06:39:39,907][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:39:39,908][ INFO][PID:2616580] 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:4255", "submitter": null, "ended_on": null, "started_on": 1757745579.9082801, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9552881", "build_id": 9552881, "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\": \"tmpxvtj19ho\", \"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--0be1fbdf-ab11-40c0-8e02-1006fb13ff6c", "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:4255", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4255", "result_dir": "09552881", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9552881, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-13 06:39:39,931][ INFO][PID:2616580] Sending fedora-messaging bus message in build.start [2025-09-13 06:39:40,565][ INFO][PID:2616580] Sending fedora-messaging bus message in chroot.start [2025-09-13 06:39:40,588][ INFO][PID:2616580] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9552881 --detached [2025-09-13 06:39:40,917][ INFO][PID:2616580] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.238.175.219' (ED25519) to the list of known hosts. [2025-09-13 06:39:40,918][ INFO][PID:2616580] Downloading the builder-live.log file, attempt 1 [2025-09-13 06:39:40,920][ INFO][PID:2616580] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.238.175.219 copr-rpmbuild-log [2025-09-13 06:39:45,924][ INFO][PID:2616580] Periodic builder liveness probe: alive [2025-09-13 06:39:45,925][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:39:50,925][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:39:55,926][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:00,927][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:05,928][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:10,929][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:15,930][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:20,931][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:25,932][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:30,933][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:35,934][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:40,935][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:45,936][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:50,937][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:40:55,938][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:00,939][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:05,940][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:10,941][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:15,942][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:20,943][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:25,944][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:30,945][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:35,946][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:40,947][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:45,948][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:50,949][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:41:55,950][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:00,951][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:05,951][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:10,952][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:15,953][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:20,954][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:25,955][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:30,956][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:35,957][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:40,958][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:45,959][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:50,960][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:42:55,961][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:00,962][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:05,963][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:10,964][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:15,965][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:20,966][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:25,967][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:30,968][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:35,969][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:40,970][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:45,971][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:50,972][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:43:55,973][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:00,974][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:05,975][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:10,975][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:15,976][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:20,977][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:25,978][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:30,979][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:35,980][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:40,981][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:45,982][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:50,983][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:44:55,984][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:00,985][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:05,986][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:10,986][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:15,987][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:20,988][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:25,989][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:30,990][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:35,991][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:40,992][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:45,993][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:50,994][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:45:55,995][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:46:00,996][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:46:05,998][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:46:10,999][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:46:16,000][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:46:21,001][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:46:26,002][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:46:31,003][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:46:36,004][ INFO][PID:2616580] Checking for cancel request [2025-09-13 06:46:37,221][ INFO][PID:2616580] Downloading results from builder [2025-09-13 06:46:37,221][ INFO][PID:2616580] rsyncing of mockbuilder@3.238.175.219:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881 started [2025-09-13 06:46:37,222][ INFO][PID:2616580] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.238.175.219:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881/build-09552881.rsync.log [2025-09-13 06:46:43,081][ INFO][PID:2616580] rsyncing finished. [2025-09-13 06:46:43,082][ INFO][PID:2616580] Releasing VM back to pool [2025-09-13 06:46:43,092][ INFO][PID:2616580] Searching for 'success' file in resultdir [2025-09-13 06:46:43,093][ INFO][PID:2616580] Getting build details [2025-09-13 06:46:43,093][ INFO][PID:2616580] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881 [2025-09-13 06:46:43,094][ INFO][PID:2616580] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881/Sunshine-0.0.4255-1.src.rpm [2025-09-13 06:46:43,094][ INFO][PID:2616580] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881/Sunshine-0.0.4255-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4255-1'} [2025-09-13 06:46:43,095][ INFO][PID:2616580] Finished build: id=9552881 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255 chroot=srpm-builds [2025-09-13 06:46:43,097][ INFO][PID:2616580] Worker succeeded build, took 423.18893790245056 [2025-09-13 06:46:43,098][ INFO][PID:2616580] 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:4255", "submitter": null, "ended_on": 1757746003.097218, "started_on": 1757745579.9082801, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9552881", "build_id": 9552881, "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\": \"tmpxvtj19ho\", \"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:4255/srpm-builds/09552881/Sunshine-0.0.4255-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--0be1fbdf-ab11-40c0-8e02-1006fb13ff6c", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4255", "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:4255", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4255", "result_dir": "09552881", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4255-1", "id": 9552881, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-13 06:46:43,129][ INFO][PID:2616580] Sending fedora-messaging bus message in build.end [2025-09-13 06:46:43,155][ INFO][PID:2616580] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881/builder-live.log by gzip [2025-09-13 06:46:43,157][ INFO][PID:2616580] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881/builder-live.log' as PID 2632143 [2025-09-13 06:46:43,164][ INFO][PID:2616580] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881/builder-live.log) [2025-09-13 06:46:43,164][ INFO][PID:2616580] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881/backend.log by gzip [2025-09-13 06:46:43,165][ INFO][PID:2616580] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4255/srpm-builds/09552881/backend.log' as PID 2632144