[2025-10-21 02:36:23,394][ INFO][PID:3256360] Marking build as starting [2025-10-21 02:36:23,417][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:36:23,418][ INFO][PID:3256360] VM allocation process starts [2025-10-21 02:36:23,429][ INFO][PID:3256360] Trying to allocate VM: ResallocHost, ticket_id=5756605, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-21 02:36:26,441][ INFO][PID:3256360] Allocated host ResallocHost, ticket_id=5756605, hostname=184.72.69.19, name=aws_x86_64_normalreserved_prod_07564340_20251021_023131, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-21 02:36:26,441][ INFO][PID:3256360] Allocating ssh connection to builder [2025-10-21 02:36:26,441][ INFO][PID:3256360] Checking that builder machine is OK [2025-10-21 02:36:26,767][ INFO][PID:3256360] Running remote command: copr-builder-ready srpm-builds [2025-10-21 02:36:26,963][ INFO][PID:3256360] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-21 02:36:26,964][ INFO][PID:3256360] Filling build.info file with builder info [2025-10-21 02:36:26,964][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:36:26,965][ INFO][PID:3256360] 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:4345", "submitter": null, "ended_on": null, "started_on": 1761014186.965151, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9709000", "build_id": 9709000, "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\": \"tmpz3rh5fa6\", \"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--37661f9c-3f5a-438a-8317-3755e90df8ec", "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:4345", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4345", "result_dir": "09709000", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9709000, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-21 02:36:26,986][ INFO][PID:3256360] Sending fedora-messaging bus message in build.start [2025-10-21 02:36:27,584][ INFO][PID:3256360] Sending fedora-messaging bus message in chroot.start [2025-10-21 02:36:27,609][ INFO][PID:3256360] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9709000 --detached [2025-10-21 02:36:27,939][ INFO][PID:3256360] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '184.72.69.19' (ED25519) to the list of known hosts. [2025-10-21 02:36:27,939][ INFO][PID:3256360] Downloading the builder-live.log file, attempt 1 [2025-10-21 02:36:27,941][ INFO][PID:3256360] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@184.72.69.19 copr-rpmbuild-log [2025-10-21 02:36:32,945][ INFO][PID:3256360] Periodic builder liveness probe: alive [2025-10-21 02:36:32,946][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:36:37,946][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:36:42,947][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:36:47,949][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:36:52,950][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:36:57,951][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:02,952][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:07,953][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:12,953][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:17,954][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:22,955][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:27,956][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:32,957][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:37,958][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:42,959][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:47,960][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:52,961][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:37:57,962][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:02,963][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:07,964][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:12,965][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:17,965][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:22,967][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:27,968][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:32,969][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:37,970][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:42,971][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:47,972][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:52,972][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:38:57,974][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:02,975][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:07,975][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:12,976][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:17,977][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:22,978][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:27,979][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:32,980][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:37,981][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:42,982][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:47,983][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:52,984][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:39:57,985][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:02,986][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:07,987][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:12,988][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:17,989][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:22,990][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:27,991][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:32,992][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:37,993][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:42,994][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:47,995][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:52,996][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:40:57,997][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:02,998][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:07,999][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:13,000][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:18,001][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:23,002][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:28,003][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:33,004][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:38,005][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:43,005][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:48,006][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:53,007][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:41:58,009][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:03,009][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:08,010][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:13,011][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:18,012][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:23,013][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:28,014][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:33,015][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:38,016][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:43,017][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:48,018][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:53,019][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:42:58,020][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:03,021][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:08,022][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:13,023][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:18,024][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:23,025][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:28,026][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:33,027][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:38,027][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:43,028][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:48,029][ INFO][PID:3256360] Checking for cancel request [2025-10-21 02:43:50,475][ INFO][PID:3256360] Downloading results from builder [2025-10-21 02:43:50,476][ INFO][PID:3256360] rsyncing of mockbuilder@184.72.69.19:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000 started [2025-10-21 02:43:50,476][ INFO][PID:3256360] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@184.72.69.19:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000/build-09709000.rsync.log [2025-10-21 02:43:55,690][ INFO][PID:3256360] rsyncing finished. [2025-10-21 02:43:55,691][ INFO][PID:3256360] Releasing VM back to pool [2025-10-21 02:43:55,699][ INFO][PID:3256360] Searching for 'success' file in resultdir [2025-10-21 02:43:55,700][ INFO][PID:3256360] Getting build details [2025-10-21 02:43:55,700][ INFO][PID:3256360] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000 [2025-10-21 02:43:55,701][ INFO][PID:3256360] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000/Sunshine-0.0.4345-1.src.rpm [2025-10-21 02:43:55,701][ INFO][PID:3256360] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000/Sunshine-0.0.4345-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4345-1'} [2025-10-21 02:43:55,702][ INFO][PID:3256360] Finished build: id=9709000 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345 chroot=srpm-builds [2025-10-21 02:43:55,703][ INFO][PID:3256360] Worker succeeded build, took 448.73867440223694 [2025-10-21 02:43:55,704][ INFO][PID:3256360] 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:4345", "submitter": null, "ended_on": 1761014635.7038255, "started_on": 1761014186.965151, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9709000", "build_id": 9709000, "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\": \"tmpz3rh5fa6\", \"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:4345/srpm-builds/09709000/Sunshine-0.0.4345-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--37661f9c-3f5a-438a-8317-3755e90df8ec", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4345", "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:4345", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4345", "result_dir": "09709000", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4345-1", "id": 9709000, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-21 02:43:55,739][ INFO][PID:3256360] Sending fedora-messaging bus message in build.end [2025-10-21 02:43:55,764][ INFO][PID:3256360] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000/builder-live.log by gzip [2025-10-21 02:43:55,765][ INFO][PID:3256360] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000/builder-live.log' as PID 3280671 [2025-10-21 02:43:55,778][ INFO][PID:3256360] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000/builder-live.log) [2025-10-21 02:43:55,778][ INFO][PID:3256360] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000/backend.log by gzip [2025-10-21 02:43:55,779][ INFO][PID:3256360] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4345/srpm-builds/09709000/backend.log' as PID 3280673