[2025-09-09 19:15:09,455][ INFO][PID:580393] Marking build as starting [2025-09-09 19:15:09,478][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:15:09,479][ INFO][PID:580393] VM allocation process starts [2025-09-09 19:15:09,491][ INFO][PID:580393] Trying to allocate VM: ResallocHost, ticket_id=4986828, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-09 19:15:14,493][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:15:19,494][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:15:24,495][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:15:29,702][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:17:31,391][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:17:36,392][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:17:41,393][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:17:46,394][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:17:51,396][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:17:56,397][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:18:01,398][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:18:59,015][ INFO][PID:580393] Allocated host ResallocHost, ticket_id=4986828, hostname=2620:52:3:1:dead:beef:cafe:c10a, name=copr_hv_x86_64_01_prod_06686051_20250909_191559, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-09 19:18:59,015][ INFO][PID:580393] Allocating ssh connection to builder [2025-09-09 19:18:59,016][ INFO][PID:580393] Checking that builder machine is OK [2025-09-09 19:18:59,538][ INFO][PID:580393] Running remote command: copr-builder-ready srpm-builds [2025-09-09 19:18:59,855][ INFO][PID:580393] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-09 19:18:59,855][ INFO][PID:580393] Filling build.info file with builder info [2025-09-09 19:18:59,856][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:18:59,857][ INFO][PID:580393] 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:4233", "submitter": null, "ended_on": null, "started_on": 1757445539.8569083, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9541230", "build_id": 9541230, "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\": \"tmpeic_emnh\", \"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--065facab-0001-4070-9c27-d0dd0fb2a871", "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:4233", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4233", "result_dir": "09541230", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9541230, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-09 19:18:59,876][ INFO][PID:580393] Sending fedora-messaging bus message in build.start [2025-09-09 19:19:00,769][ INFO][PID:580393] Sending fedora-messaging bus message in chroot.start [2025-09-09 19:19:00,794][ INFO][PID:580393] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9541230 --detached [2025-09-09 19:19:01,344][ INFO][PID:580393] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c10a' (ED25519) to the list of known hosts. [2025-09-09 19:19:01,345][ INFO][PID:580393] Downloading the builder-live.log file, attempt 1 [2025-09-09 19:19:01,346][ INFO][PID:580393] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@2620:52:3:1:dead:beef:cafe:c10a copr-rpmbuild-log [2025-09-09 19:19:06,350][ INFO][PID:580393] Periodic builder liveness probe: alive [2025-09-09 19:19:06,351][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:11,352][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:16,353][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:21,354][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:26,356][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:31,357][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:36,358][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:41,359][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:46,360][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:51,361][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:19:56,362][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:01,363][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:06,364][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:20,926][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:25,927][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:30,928][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:35,929][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:40,930][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:45,931][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:50,932][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:20:55,933][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:00,935][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:05,936][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:10,938][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:15,939][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:21,793][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:39,065][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:44,068][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:49,070][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:54,072][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:21:59,073][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:22:04,074][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:22:09,076][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:22:26,343][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:22:31,345][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:22:36,346][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:22:41,347][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:22:46,348][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:22:51,349][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:22:56,350][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:23:07,800][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:23:12,803][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:23:17,805][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:23:22,809][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:23:27,810][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:23:32,812][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:23:37,813][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:09,647][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:14,649][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:23,806][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:28,808][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:33,809][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:38,810][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:43,811][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:48,812][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:53,813][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:24:58,814][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:03,817][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:08,818][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:13,819][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:18,821][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:23,823][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:28,825][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:44,432][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:49,435][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:54,437][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:25:59,438][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:26:04,439][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:26:09,441][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:26:14,442][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:26:19,443][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:26:24,444][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:26:29,447][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:26:34,449][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:26:39,450][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:27:03,583][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:27:08,584][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:27:13,586][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:27:18,587][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:27:23,588][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:27:28,589][ INFO][PID:580393] Checking for cancel request [2025-09-09 19:27:28,593][ INFO][PID:580393] Downloading results from builder [2025-09-09 19:27:28,594][ INFO][PID:580393] rsyncing of mockbuilder@[2620:52:3:1:dead:beef:cafe:c10a]:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230 started [2025-09-09 19:27:28,595][ INFO][PID:580393] 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:c10a]:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230/build-09541230.rsync.log [2025-09-10 04:04:01,626][ INFO][PID:580393] rsyncing finished. [2025-09-10 04:04:01,875][ INFO][PID:580393] Releasing VM back to pool [2025-09-10 04:04:02,235][ INFO][PID:580393] Searching for 'success' file in resultdir [2025-09-10 04:04:02,351][ INFO][PID:580393] Getting build details [2025-09-10 04:04:02,358][ INFO][PID:580393] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230 [2025-09-10 04:04:02,465][ INFO][PID:580393] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230/Sunshine-0.0.4233-1.src.rpm [2025-09-10 04:04:02,469][ INFO][PID:580393] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230/Sunshine-0.0.4233-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4233-1'} [2025-09-10 04:04:02,485][ INFO][PID:580393] Finished build: id=9541230 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4233 chroot=srpm-builds [2025-09-10 04:04:02,642][ INFO][PID:580393] Worker succeeded build, took 31502.78272986412 [2025-09-10 04:04:02,656][ INFO][PID:580393] 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:4233", "submitter": null, "ended_on": 1757477042.6396382, "started_on": 1757445539.8569083, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9541230", "build_id": 9541230, "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\": \"tmpeic_emnh\", \"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:4233/srpm-builds/09541230/Sunshine-0.0.4233-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--065facab-0001-4070-9c27-d0dd0fb2a871", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4233", "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:4233", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4233", "result_dir": "09541230", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4233-1", "id": 9541230, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-10 04:04:03,581][ INFO][PID:580393] Sending fedora-messaging bus message in build.end [2025-09-10 04:04:04,100][ INFO][PID:580393] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230/builder-live.log by gzip [2025-09-10 04:04:04,135][ INFO][PID:580393] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230/builder-live.log' as PID 2332933 [2025-09-10 04:04:04,161][ INFO][PID:580393] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230/builder-live.log) [2025-09-10 04:04:04,169][ INFO][PID:580393] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4233/srpm-builds/09541230/backend.log by gzip