[2025-12-20 15:57:26,462][ INFO][PID:1785078] Marking build as starting [2025-12-20 15:57:26,510][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:57:26,511][ INFO][PID:1785078] VM allocation process starts [2025-12-20 15:57:26,523][ INFO][PID:1785078] Trying to allocate VM: ResallocHost, ticket_id=456473, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 15:57:29,536][ INFO][PID:1785078] Allocated host ResallocHost, ticket_id=456473, hostname=100.27.20.110, name=aws_x86_64_normalreserved_prod_00715145_20251220_155510, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 15:57:29,536][ INFO][PID:1785078] Allocating ssh connection to builder [2025-12-20 15:57:29,537][ INFO][PID:1785078] Checking that builder machine is OK [2025-12-20 15:57:29,876][ INFO][PID:1785078] Running remote command: copr-builder-ready srpm-builds [2025-12-20 15:57:30,082][ INFO][PID:1785078] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-20 15:57:30,083][ INFO][PID:1785078] Filling build.info file with builder info [2025-12-20 15:57:30,084][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:57:30,084][ INFO][PID:1785078] 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:4486", "submitter": null, "ended_on": null, "started_on": 1766246250.084646, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938185", "build_id": 9938185, "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 [[ -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 [[ -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/copr\\\"\\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\\\" >&2\\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\": \"tmpc4hls5m4\", \"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--d60a44b2-68a7-46e4-ad68-e3b572cba598", "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:4486", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4486", "result_dir": "09938185", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9938185, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-20 15:57:30,125][ INFO][PID:1785078] Sending fedora-messaging bus message in build.start [2025-12-20 15:57:30,632][ INFO][PID:1785078] Sending fedora-messaging bus message in chroot.start [2025-12-20 15:57:30,666][ INFO][PID:1785078] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9938185 --detached [2025-12-20 15:57:31,006][ INFO][PID:1785078] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '100.27.20.110' (ED25519) to the list of known hosts. [2025-12-20 15:57:31,007][ INFO][PID:1785078] Downloading the builder-live.log file, attempt 1 [2025-12-20 15:57:31,008][ INFO][PID:1785078] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@100.27.20.110 copr-rpmbuild-log [2025-12-20 15:57:36,012][ INFO][PID:1785078] Periodic builder liveness probe: alive [2025-12-20 15:57:36,013][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:57:41,013][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:57:46,014][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:57:51,015][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:57:56,016][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:01,020][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:06,021][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:11,022][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:16,023][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:21,024][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:26,025][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:31,026][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:36,027][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:41,028][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:46,029][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:51,029][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:58:56,030][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:01,031][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:06,032][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:11,033][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:16,034][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:21,035][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:26,037][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:31,038][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:36,039][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:41,039][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:46,040][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:51,041][ INFO][PID:1785078] Checking for cancel request [2025-12-20 15:59:56,042][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:01,043][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:06,044][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:11,045][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:16,046][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:21,047][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:26,048][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:31,049][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:36,050][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:41,051][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:46,052][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:51,053][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:00:56,053][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:01,054][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:06,055][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:11,056][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:16,057][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:21,058][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:26,059][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:31,060][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:36,061][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:41,062][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:46,147][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:51,148][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:01:56,149][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:01,150][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:06,151][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:11,152][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:16,153][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:21,154][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:26,155][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:31,156][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:36,157][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:41,253][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:46,255][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:51,256][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:02:56,258][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:01,260][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:06,439][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:11,441][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:16,442][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:21,443][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:26,444][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:31,444][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:36,445][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:41,447][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:46,449][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:51,450][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:03:56,451][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:01,480][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:06,481][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:11,483][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:16,484][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:21,485][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:26,487][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:31,488][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:36,489][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:41,560][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:46,561][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:51,562][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:04:56,563][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:01,564][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:06,565][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:11,566][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:16,567][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:21,568][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:26,569][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:31,571][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:36,572][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:41,573][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:46,574][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:51,575][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:05:56,576][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:06:01,577][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:06:06,594][ INFO][PID:1785078] Checking for cancel request [2025-12-20 16:06:08,972][ INFO][PID:1785078] Downloading results from builder [2025-12-20 16:06:08,973][ INFO][PID:1785078] rsyncing of mockbuilder@100.27.20.110:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185 started [2025-12-20 16:06:08,973][ INFO][PID:1785078] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@100.27.20.110:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185/build-09938185.rsync.log [2025-12-20 16:06:15,981][ INFO][PID:1785078] rsyncing finished. [2025-12-20 16:06:15,982][ INFO][PID:1785078] Releasing VM back to pool [2025-12-20 16:06:15,991][ INFO][PID:1785078] Searching for 'success' file in resultdir [2025-12-20 16:06:15,992][ INFO][PID:1785078] Getting build details [2025-12-20 16:06:15,992][ INFO][PID:1785078] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185 [2025-12-20 16:06:15,993][ INFO][PID:1785078] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185/Sunshine-0.0.4486-1.src.rpm [2025-12-20 16:06:15,994][ INFO][PID:1785078] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185/Sunshine-0.0.4486-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4486-1'} [2025-12-20 16:06:15,994][ INFO][PID:1785078] Finished build: id=9938185 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486 chroot=srpm-builds [2025-12-20 16:06:15,996][ INFO][PID:1785078] Worker succeeded build, took 525.9120042324066 [2025-12-20 16:06:15,997][ INFO][PID:1785078] 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:4486", "submitter": null, "ended_on": 1766246775.9966502, "started_on": 1766246250.084646, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938185", "build_id": 9938185, "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 [[ -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 [[ -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/copr\\\"\\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\\\" >&2\\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\": \"tmpc4hls5m4\", \"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:4486/srpm-builds/09938185/Sunshine-0.0.4486-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--d60a44b2-68a7-46e4-ad68-e3b572cba598", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4486", "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:4486", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4486", "result_dir": "09938185", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4486-1", "id": 9938185, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-12-20 16:06:16,055][ INFO][PID:1785078] Sending fedora-messaging bus message in build.end [2025-12-20 16:06:16,084][ INFO][PID:1785078] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185/builder-live.log by gzip [2025-12-20 16:06:16,086][ INFO][PID:1785078] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185/builder-live.log' as PID 1823198 [2025-12-20 16:06:16,110][ INFO][PID:1785078] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185/builder-live.log) [2025-12-20 16:06:16,111][ INFO][PID:1785078] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185/backend.log by gzip [2025-12-20 16:06:16,112][ INFO][PID:1785078] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4486/srpm-builds/09938185/backend.log' as PID 1823202