[2025-07-07 03:32:09,408][ INFO][PID:3835297] Marking build as starting [2025-07-07 03:32:09,474][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:09,475][ INFO][PID:3835297] VM allocation process starts [2025-07-07 03:32:09,491][ INFO][PID:3835297] Trying to allocate VM: ResallocHost, ticket_id=3812697, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-07 03:32:12,518][ INFO][PID:3835297] Allocated host ResallocHost, ticket_id=3812697, hostname=67.202.46.127, name=aws_x86_64_normalreserved_prod_05168411_20250707_032849, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-07 03:32:12,519][ INFO][PID:3835297] Allocating ssh connection to builder [2025-07-07 03:32:12,520][ INFO][PID:3835297] Checking that builder machine is OK [2025-07-07 03:32:13,004][ INFO][PID:3835297] Running remote command: copr-builder-ready srpm-builds [2025-07-07 03:32:13,196][ INFO][PID:3835297] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-07-07 03:32:13,197][ INFO][PID:3835297] Filling build.info file with builder info [2025-07-07 03:32:13,203][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:13,204][ INFO][PID:3835297] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": null, "started_on": 1751859133.2044597, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9244355", "build_id": 9244355, "package_name": "Sunshine", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#! /bin/sh -x\\n\\nset -e\\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=$(echo \\\"$TAG\\\" | sed 's/^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 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-42-x86_64\", \"builddeps\": \"git jq python3\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmpy2k8qdkz\", \"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/beta--364c2368-cc0c-42db-805e-4b15c0411848", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09244355", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9244355, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-07-07 03:32:13,232][ INFO][PID:3835297] Sending fedora-messaging bus message in build.start [2025-07-07 03:32:13,944][ INFO][PID:3835297] Sending fedora-messaging bus message in chroot.start [2025-07-07 03:32:13,969][ INFO][PID:3835297] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9244355 --detached [2025-07-07 03:32:14,309][ INFO][PID:3835297] Downloading the builder-live.log file, attempt 1 [2025-07-07 03:32:14,311][ INFO][PID:3835297] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@67.202.46.127 copr-rpmbuild-log [2025-07-07 03:32:19,332][ INFO][PID:3835297] Periodic builder liveness probe: alive [2025-07-07 03:32:19,333][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:24,334][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:29,338][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:34,341][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:39,342][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:44,343][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:49,344][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:54,345][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:32:59,346][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:04,347][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:09,348][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:14,349][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:19,350][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:24,352][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:29,354][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:34,355][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:39,356][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:44,357][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:49,358][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:54,359][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:33:59,360][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:04,361][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:09,362][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:14,363][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:19,365][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:24,366][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:29,368][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:34,369][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:39,370][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:44,371][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:49,372][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:54,373][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:34:59,374][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:04,375][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:09,376][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:14,377][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:19,378][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:24,381][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:29,382][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:34,383][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:39,384][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:44,385][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:49,386][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:54,387][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:35:59,388][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:04,389][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:09,390][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:14,392][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:19,393][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:24,394][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:29,395][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:34,396][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:39,397][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:44,399][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:49,400][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:54,401][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:36:59,402][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:04,403][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:09,404][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:14,411][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:19,412][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:24,413][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:29,414][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:34,415][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:39,416][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:44,417][ INFO][PID:3835297] Checking for cancel request [2025-07-07 03:37:47,442][ INFO][PID:3835297] Downloading results from builder [2025-07-07 03:37:47,443][ INFO][PID:3835297] rsyncing of mockbuilder@67.202.46.127:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09244355 started [2025-07-07 03:37:47,450][ INFO][PID:3835297] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@67.202.46.127:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09244355/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09244355/build-09244355.rsync.log [2025-07-07 03:37:51,800][ INFO][PID:3835297] rsyncing finished. [2025-07-07 03:37:51,800][ INFO][PID:3835297] Releasing VM back to pool [2025-07-07 03:37:51,831][ INFO][PID:3835297] Searching for 'success' file in resultdir [2025-07-07 03:37:51,837][ INFO][PID:3835297] Getting build details [2025-07-07 03:37:51,837][ INFO][PID:3835297] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09244355 [2025-07-07 03:37:51,845][ INFO][PID:3835297] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09244355/Sunshine-2025.707.1924-1.src.rpm [2025-07-07 03:37:51,847][ INFO][PID:3835297] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09244355/Sunshine-2025.707.1924-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '2025.707.1924-1'} [2025-07-07 03:37:51,849][ INFO][PID:3835297] Finished build: id=9244355 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/beta chroot=srpm-builds [2025-07-07 03:37:51,854][ INFO][PID:3835297] Worker succeeded build, took 338.6501522064209 [2025-07-07 03:37:51,856][ INFO][PID:3835297] 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": "beta", "project_dirname": "beta", "submitter": null, "ended_on": 1751859471.8546119, "started_on": 1751859133.2044597, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9244355", "build_id": 9244355, "package_name": "Sunshine", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#! /bin/sh -x\\n\\nset -e\\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=$(echo \\\"$TAG\\\" | sed 's/^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 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-42-x86_64\", \"builddeps\": \"git jq python3\", \"resultdir\": \"\", \"repos\": \"\", \"tmp\": \"tmpy2k8qdkz\", \"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/beta/srpm-builds/09244355/Sunshine-2025.707.1924-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/beta--364c2368-cc0c-42db-805e-4b15c0411848", "results": { "name": "Sunshine", "epoch": null, "version": "2025.707.1924", "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/beta", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/beta", "result_dir": "09244355", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "2025.707.1924-1", "id": 9244355, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-07-07 03:37:51,895][ INFO][PID:3835297] Sending fedora-messaging bus message in build.end [2025-07-07 03:37:51,939][ INFO][PID:3835297] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09244355/builder-live.log by gzip [2025-07-07 03:37:51,941][ INFO][PID:3835297] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09244355/builder-live.log' as PID 3859422 [2025-07-07 03:37:51,946][ INFO][PID:3835297] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09244355/builder-live.log) [2025-07-07 03:37:51,947][ INFO][PID:3835297] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09244355/backend.log by gzip [2025-07-07 03:37:51,949][ INFO][PID:3835297] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09244355/backend.log' as PID 3859423