[2025-09-27 17:05:49,223][ INFO][PID:216504] Marking build as starting [2025-09-27 17:05:49,328][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:05:49,329][ INFO][PID:216504] VM allocation process starts [2025-09-27 17:05:49,339][ INFO][PID:216504] Trying to allocate VM: ResallocHost, ticket_id=5320691, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-27 17:05:52,381][ INFO][PID:216504] Allocated host ResallocHost, ticket_id=5320691, hostname=18.208.129.114, name=aws_x86_64_normalreserved_prod_06972652_20250927_165401, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-27 17:05:52,381][ INFO][PID:216504] Allocating ssh connection to builder [2025-09-27 17:05:52,382][ INFO][PID:216504] Checking that builder machine is OK [2025-09-27 17:05:52,734][ INFO][PID:216504] Running remote command: copr-builder-ready srpm-builds [2025-09-27 17:05:52,942][ INFO][PID:216504] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-27 17:05:52,942][ INFO][PID:216504] Filling build.info file with builder info [2025-09-27 17:05:52,943][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:05:52,944][ INFO][PID:216504] 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": 1758992752.9439373, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9612172", "build_id": 9612172, "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\": \"tmpnblm4hxv\", \"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--e6f2148a-c4b2-4052-accc-596d23c7db94", "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": "09612172", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9612172, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-09-27 17:05:52,965][ INFO][PID:216504] Sending fedora-messaging bus message in build.start [2025-09-27 17:05:53,651][ INFO][PID:216504] Sending fedora-messaging bus message in chroot.start [2025-09-27 17:05:53,676][ INFO][PID:216504] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9612172 --detached [2025-09-27 17:05:54,030][ INFO][PID:216504] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '18.208.129.114' (ED25519) to the list of known hosts. [2025-09-27 17:05:54,031][ INFO][PID:216504] Downloading the builder-live.log file, attempt 1 [2025-09-27 17:05:54,038][ INFO][PID:216504] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@18.208.129.114 copr-rpmbuild-log [2025-09-27 17:05:59,038][ INFO][PID:216504] Periodic builder liveness probe: alive [2025-09-27 17:05:59,039][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:04,040][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:09,041][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:14,045][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:19,047][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:24,048][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:29,049][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:34,050][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:39,050][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:44,051][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:49,052][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:54,053][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:06:59,054][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:04,055][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:09,056][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:14,057][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:19,058][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:24,059][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:29,060][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:34,061][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:39,062][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:44,063][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:49,064][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:54,065][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:07:59,066][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:04,067][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:09,068][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:14,069][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:19,070][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:24,071][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:29,072][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:34,073][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:39,074][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:44,075][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:49,076][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:54,077][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:08:59,078][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:04,079][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:09,080][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:14,081][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:19,082][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:24,083][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:29,084][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:34,085][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:39,087][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:44,088][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:49,089][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:54,090][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:09:59,091][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:04,093][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:09,094][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:14,095][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:19,096][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:24,097][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:29,098][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:34,099][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:39,100][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:44,101][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:49,102][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:54,103][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:10:59,104][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:04,104][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:09,105][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:14,106][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:19,107][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:24,108][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:29,109][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:34,110][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:39,111][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:44,112][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:49,113][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:54,114][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:11:59,115][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:04,117][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:09,118][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:14,119][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:19,120][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:24,121][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:29,122][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:34,123][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:39,124][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:44,125][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:49,126][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:54,127][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:12:59,128][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:13:04,129][ INFO][PID:216504] Checking for cancel request [2025-09-27 17:13:07,900][ INFO][PID:216504] Downloading results from builder [2025-09-27 17:13:07,900][ INFO][PID:216504] rsyncing of mockbuilder@18.208.129.114:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09612172 started [2025-09-27 17:13:07,901][ INFO][PID:216504] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@18.208.129.114:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09612172/ &> /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09612172/build-09612172.rsync.log [2025-09-27 17:13:13,467][ INFO][PID:216504] rsyncing finished. [2025-09-27 17:13:13,468][ INFO][PID:216504] Releasing VM back to pool [2025-09-27 17:13:13,478][ INFO][PID:216504] Searching for 'success' file in resultdir [2025-09-27 17:13:13,479][ INFO][PID:216504] Getting build details [2025-09-27 17:13:13,480][ INFO][PID:216504] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09612172 [2025-09-27 17:13:13,480][ INFO][PID:216504] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09612172/Sunshine-2025.927.141921-1.src.rpm [2025-09-27 17:13:13,481][ INFO][PID:216504] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/srpm-builds/09612172/Sunshine-2025.927.141921-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '2025.927.141921-1'} [2025-09-27 17:13:13,481][ INFO][PID:216504] Finished build: id=9612172 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/beta chroot=srpm-builds [2025-09-27 17:13:13,482][ INFO][PID:216504] Worker succeeded build, took 440.53892612457275 [2025-09-27 17:13:13,483][ INFO][PID:216504] 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": 1758993193.4828634, "started_on": 1758992752.9439373, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9612172", "build_id": 9612172, "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\": \"tmpnblm4hxv\", \"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/09612172/Sunshine-2025.927.141921-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/beta--e6f2148a-c4b2-4052-accc-596d23c7db94", "results": { "name": "Sunshine", "epoch": null, "version": "2025.927.141921", "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": "09612172", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "2025.927.141921-1", "id": 9612172, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "beta", "vendor": "Fedora Project COPR (lizardbyte/beta)" } } ] } [2025-09-27 17:13:13,510][ INFO][PID:216504] Sending fedora-messaging bus message in build.end [2025-09-27 17:13:13,533][ INFO][PID:216504] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09612172/builder-live.log by gzip [2025-09-27 17:13:13,534][ INFO][PID:216504] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09612172/builder-live.log' as PID 241652 [2025-09-27 17:13:13,541][ INFO][PID:216504] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09612172/builder-live.log) [2025-09-27 17:13:13,542][ INFO][PID:216504] Compressing /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09612172/backend.log by gzip [2025-09-27 17:13:13,543][ INFO][PID:216504] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/beta/srpm-builds/09612172/backend.log' as PID 241653