[2025-07-16 15:58:53,673][ INFO][PID:362458] Marking build as starting [2025-07-16 15:58:53,697][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:58:53,699][ INFO][PID:362458] VM allocation process starts [2025-07-16 15:58:53,761][ INFO][PID:362458] Trying to allocate VM: ResallocHost, ticket_id=3958966, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-16 15:58:56,817][ INFO][PID:362458] Allocated host ResallocHost, ticket_id=3958966, hostname=2620:52:3:1:dead:beef:cafe:c149, name=copr_hv_x86_64_02_prod_05472119_20250716_152410, requested_tags=['copr_builder', 'arch_x86_64'] [2025-07-16 15:58:56,818][ INFO][PID:362458] Allocating ssh connection to builder [2025-07-16 15:58:56,819][ INFO][PID:362458] Checking that builder machine is OK [2025-07-16 15:58:57,354][ INFO][PID:362458] Running remote command: copr-builder-ready srpm-builds [2025-07-16 15:58:57,671][ INFO][PID:362458] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-07-16 15:58:57,672][ INFO][PID:362458] Filling build.info file with builder info [2025-07-16 15:58:57,672][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:58:57,673][ INFO][PID:362458] 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": 1752681537.67351, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9279709", "build_id": 9279709, "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\": \"tmps5bcz6uq\", \"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--7b33b5b3-86c8-45f1-bb01-3d58bbcd453c", "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": "09279709", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9279709, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-07-16 15:58:57,697][ INFO][PID:362458] Sending fedora-messaging bus message in build.start [2025-07-16 15:58:58,475][ INFO][PID:362458] Sending fedora-messaging bus message in chroot.start [2025-07-16 15:58:58,502][ INFO][PID:362458] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9279709 --detached [2025-07-16 15:58:59,059][ INFO][PID:362458] Downloading the builder-live.log file, attempt 1 [2025-07-16 15:58:59,061][ INFO][PID:362458] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c149 copr-rpmbuild-log [2025-07-16 15:59:04,070][ INFO][PID:362458] Periodic builder liveness probe: alive [2025-07-16 15:59:04,071][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:09,072][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:14,073][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:19,081][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:24,087][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:29,089][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:34,090][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:39,092][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:44,094][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:49,096][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:54,097][ INFO][PID:362458] Checking for cancel request [2025-07-16 15:59:59,099][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:04,102][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:09,103][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:14,104][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:19,106][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:24,107][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:29,109][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:34,110][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:39,111][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:44,113][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:49,114][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:54,117][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:00:59,119][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:04,121][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:09,123][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:14,126][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:19,127][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:24,128][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:29,130][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:34,132][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:39,133][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:44,138][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:49,141][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:54,149][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:01:59,152][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:04,154][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:09,156][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:14,158][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:19,159][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:24,164][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:29,166][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:34,168][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:39,170][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:44,171][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:49,172][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:54,173][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:02:59,175][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:04,176][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:09,179][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:14,180][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:19,182][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:24,183][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:29,186][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:34,190][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:39,191][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:44,193][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:49,194][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:54,195][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:03:59,196][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:04,198][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:09,199][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:14,201][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:19,204][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:24,206][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:29,208][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:34,209][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:39,211][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:44,214][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:49,215][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:54,217][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:04:59,218][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:05:04,221][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:05:09,222][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:05:14,223][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:05:19,225][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:05:24,228][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:05:29,230][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:05:34,231][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:05:39,239][ INFO][PID:362458] Checking for cancel request [2025-07-16 16:05:43,119][ INFO][PID:362458] Downloading results from builder [2025-07-16 16:05:43,120][ INFO][PID:362458] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c149]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09279709 started [2025-07-16 16:05:43,121][ INFO][PID:362458] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@[2620:52:3:1:dead:beef:cafe:c149]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09279709/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09279709/build-09279709.rsync.log [2025-07-16 16:06:01,282][ INFO][PID:362458] rsyncing finished. [2025-07-16 16:06:01,283][ INFO][PID:362458] Releasing VM back to pool [2025-07-16 16:06:01,295][ INFO][PID:362458] Searching for 'success' file in resultdir [2025-07-16 16:06:01,296][ INFO][PID:362458] Getting build details [2025-07-16 16:06:01,297][ INFO][PID:362458] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09279709 [2025-07-16 16:06:01,298][ INFO][PID:362458] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09279709/Sunshine-2025.716.132616-1.src.rpm [2025-07-16 16:06:01,298][ INFO][PID:362458] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09279709/Sunshine-2025.716.132616-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '2025.716.132616-1'} [2025-07-16 16:06:01,299][ INFO][PID:362458] Finished build: id=9279709 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/beta chroot=srpm-builds [2025-07-16 16:06:01,301][ INFO][PID:362458] Worker succeeded build, took 423.62793469429016 [2025-07-16 16:06:01,302][ INFO][PID:362458] 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": 1752681961.3014448, "started_on": 1752681537.67351, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9279709", "build_id": 9279709, "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\": \"tmps5bcz6uq\", \"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/09279709/Sunshine-2025.716.132616-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/beta--7b33b5b3-86c8-45f1-bb01-3d58bbcd453c", "results": { "name": "Sunshine", "epoch": null, "version": "2025.716.132616", "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": "09279709", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "2025.716.132616-1", "id": 9279709, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-07-16 16:06:01,374][ INFO][PID:362458] Sending fedora-messaging bus message in build.end [2025-07-16 16:06:01,403][ INFO][PID:362458] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09279709/builder-live.log by gzip [2025-07-16 16:06:01,404][ INFO][PID:362458] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09279709/builder-live.log' as PID 459820 [2025-07-16 16:06:01,410][ INFO][PID:362458] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09279709/builder-live.log) [2025-07-16 16:06:01,411][ INFO][PID:362458] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09279709/backend.log by gzip [2025-07-16 16:06:01,412][ INFO][PID:362458] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09279709/backend.log' as PID 459821