[2025-09-28 00:03:51,069][ INFO][PID:2378418] Marking build as starting [2025-09-28 00:03:51,164][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:03:51,165][ INFO][PID:2378418] VM allocation process starts [2025-09-28 00:03:51,180][ INFO][PID:2378418] Trying to allocate VM: ResallocHost, ticket_id=5332317, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-28 00:03:54,195][ INFO][PID:2378418] Allocated host ResallocHost, ticket_id=5332317, hostname=44.192.110.100, name=aws_x86_64_normalreserved_prod_06975934_20250928_000037, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-28 00:03:54,196][ INFO][PID:2378418] Allocating ssh connection to builder [2025-09-28 00:03:54,196][ INFO][PID:2378418] Checking that builder machine is OK [2025-09-28 00:03:54,523][ INFO][PID:2378418] Running remote command: copr-builder-ready srpm-builds [2025-09-28 00:03:54,723][ INFO][PID:2378418] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-28 00:03:54,726][ INFO][PID:2378418] Filling build.info file with builder info [2025-09-28 00:03:54,727][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:03:54,729][ INFO][PID:2378418] 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:4305", "submitter": null, "ended_on": null, "started_on": 1759017834.7287004, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9618354", "build_id": 9618354, "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\": \"tmpcqjyk3an\", \"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--68b4d5a5-e71f-41be-bb2b-1e7bc76b087f", "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:4305", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4305", "result_dir": "09618354", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9618354, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-28 00:03:54,751][ INFO][PID:2378418] Sending fedora-messaging bus message in build.start [2025-09-28 00:03:55,580][ INFO][PID:2378418] Sending fedora-messaging bus message in chroot.start [2025-09-28 00:03:55,605][ INFO][PID:2378418] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9618354 --detached [2025-09-28 00:03:55,966][ INFO][PID:2378418] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.192.110.100' (ED25519) to the list of known hosts. [2025-09-28 00:03:55,967][ INFO][PID:2378418] Downloading the builder-live.log file, attempt 1 [2025-09-28 00:03:55,968][ INFO][PID:2378418] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.192.110.100 copr-rpmbuild-log [2025-09-28 00:04:00,977][ INFO][PID:2378418] Periodic builder liveness probe: alive [2025-09-28 00:04:00,977][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:05,978][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:10,979][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:15,980][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:20,981][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:25,982][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:30,983][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:35,984][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:40,985][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:45,986][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:50,987][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:04:55,988][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:00,989][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:05,990][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:10,991][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:15,992][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:20,993][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:25,994][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:30,995][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:35,996][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:40,998][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:45,999][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:51,001][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:05:56,002][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:01,003][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:06,005][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:11,006][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:16,007][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:21,007][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:26,009][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:31,010][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:36,011][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:41,012][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:46,013][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:51,014][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:06:56,014][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:01,015][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:06,017][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:11,019][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:16,019][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:21,020][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:26,021][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:31,022][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:36,245][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:41,246][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:46,247][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:51,248][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:07:56,249][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:01,250][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:06,251][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:11,252][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:16,254][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:21,256][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:26,257][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:31,258][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:36,270][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:41,272][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:46,274][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:51,276][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:08:56,277][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:01,278][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:06,279][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:11,280][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:16,281][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:21,282][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:26,283][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:31,284][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:36,285][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:41,286][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:46,287][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:51,288][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:09:56,289][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:01,290][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:06,291][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:11,292][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:16,293][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:21,294][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:26,295][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:31,296][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:36,298][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:41,300][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:46,301][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:51,302][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:10:56,303][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:11:01,304][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:11:06,305][ INFO][PID:2378418] Checking for cancel request [2025-09-28 00:11:07,474][ INFO][PID:2378418] Downloading results from builder [2025-09-28 00:11:07,474][ INFO][PID:2378418] rsyncing of mockbuilder@44.192.110.100:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354 started [2025-09-28 00:11:07,475][ INFO][PID:2378418] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.192.110.100:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354/build-09618354.rsync.log [2025-09-28 00:11:14,465][ INFO][PID:2378418] rsyncing finished. [2025-09-28 00:11:14,466][ INFO][PID:2378418] Releasing VM back to pool [2025-09-28 00:11:14,517][ INFO][PID:2378418] Searching for 'success' file in resultdir [2025-09-28 00:11:14,518][ INFO][PID:2378418] Getting build details [2025-09-28 00:11:14,519][ INFO][PID:2378418] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354 [2025-09-28 00:11:14,520][ INFO][PID:2378418] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354/Sunshine-0.0.4305-1.src.rpm [2025-09-28 00:11:14,521][ INFO][PID:2378418] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354/Sunshine-0.0.4305-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4305-1'} [2025-09-28 00:11:14,521][ INFO][PID:2378418] Finished build: id=9618354 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4305 chroot=srpm-builds [2025-09-28 00:11:14,528][ INFO][PID:2378418] Worker succeeded build, took 439.79998779296875 [2025-09-28 00:11:14,529][ INFO][PID:2378418] 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:4305", "submitter": null, "ended_on": 1759018274.5286882, "started_on": 1759017834.7287004, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9618354", "build_id": 9618354, "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\": \"tmpcqjyk3an\", \"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:4305/srpm-builds/09618354/Sunshine-0.0.4305-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--68b4d5a5-e71f-41be-bb2b-1e7bc76b087f", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4305", "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:4305", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4305", "result_dir": "09618354", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4305-1", "id": 9618354, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-28 00:11:14,601][ INFO][PID:2378418] Sending fedora-messaging bus message in build.end [2025-09-28 00:11:14,638][ INFO][PID:2378418] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354/builder-live.log by gzip [2025-09-28 00:11:14,641][ INFO][PID:2378418] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354/builder-live.log' as PID 2411929 [2025-09-28 00:11:14,648][ INFO][PID:2378418] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354/builder-live.log) [2025-09-28 00:11:14,649][ INFO][PID:2378418] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4305/srpm-builds/09618354/backend.log by gzip