[2025-11-09 09:30:51,611][ INFO][PID:3856740] Marking build as starting [2025-11-09 09:30:51,633][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:30:51,633][ INFO][PID:3856740] VM allocation process starts [2025-11-09 09:30:51,649][ INFO][PID:3856740] Trying to allocate VM: ResallocHost, ticket_id=6096339, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 09:30:54,699][ INFO][PID:3856740] Allocated host ResallocHost, ticket_id=6096339, hostname=18.208.198.137, name=aws_x86_64_normalreserved_prod_07906115_20251109_091813, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-09 09:30:54,699][ INFO][PID:3856740] Allocating ssh connection to builder [2025-11-09 09:30:54,700][ INFO][PID:3856740] Checking that builder machine is OK [2025-11-09 09:30:55,019][ INFO][PID:3856740] Running remote command: copr-builder-ready srpm-builds [2025-11-09 09:30:55,285][ INFO][PID:3856740] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-09 09:30:55,286][ INFO][PID:3856740] Filling build.info file with builder info [2025-11-09 09:30:55,295][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:30:55,296][ INFO][PID:3856740] 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:4398", "submitter": null, "ended_on": null, "started_on": 1762680655.2959552, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9781004", "build_id": 9781004, "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\": \"tmp52nnx4al\", \"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--758442b0-907d-4be1-8000-5a5bbbb0c130", "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:4398", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4398", "result_dir": "09781004", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9781004, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 09:30:55,319][ INFO][PID:3856740] Sending fedora-messaging bus message in build.start [2025-11-09 09:30:55,961][ INFO][PID:3856740] Sending fedora-messaging bus message in chroot.start [2025-11-09 09:30:55,990][ INFO][PID:3856740] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9781004 --detached [2025-11-09 09:30:56,324][ INFO][PID:3856740] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '18.208.198.137' (ED25519) to the list of known hosts. [2025-11-09 09:30:56,324][ INFO][PID:3856740] Downloading the builder-live.log file, attempt 1 [2025-11-09 09:30:56,326][ INFO][PID:3856740] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@18.208.198.137 copr-rpmbuild-log [2025-11-09 09:31:01,330][ INFO][PID:3856740] Periodic builder liveness probe: alive [2025-11-09 09:31:01,331][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:06,331][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:11,332][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:16,333][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:21,334][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:26,335][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:31,336][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:36,337][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:41,338][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:46,341][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:51,342][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:31:56,343][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:01,344][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:06,345][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:11,346][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:16,388][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:21,473][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:26,490][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:31,491][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:36,492][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:41,493][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:46,494][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:51,494][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:32:56,496][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:01,497][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:06,498][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:11,498][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:16,499][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:21,500][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:26,501][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:31,502][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:36,503][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:41,504][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:46,505][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:51,506][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:33:56,507][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:01,508][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:06,509][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:11,510][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:16,511][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:21,512][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:26,513][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:31,514][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:36,515][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:41,516][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:46,517][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:51,518][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:34:56,519][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:01,520][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:06,521][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:11,522][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:16,523][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:21,524][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:26,525][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:31,527][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:36,528][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:41,529][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:46,530][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:51,531][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:35:56,532][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:01,533][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:06,534][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:11,535][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:16,536][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:21,537][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:26,538][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:31,540][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:36,541][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:41,542][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:46,543][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:51,544][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:36:56,546][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:01,547][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:06,548][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:11,638][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:16,716][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:21,717][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:26,731][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:31,732][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:36,747][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:41,802][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:47,036][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:52,096][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:37:57,226][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:38:02,227][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:38:07,228][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:38:12,229][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:38:17,230][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:38:22,231][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:38:27,232][ INFO][PID:3856740] Checking for cancel request [2025-11-09 09:38:28,887][ INFO][PID:3856740] Downloading results from builder [2025-11-09 09:38:28,888][ INFO][PID:3856740] rsyncing of mockbuilder@18.208.198.137:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004 started [2025-11-09 09:38:28,889][ INFO][PID:3856740] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@18.208.198.137:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004/build-09781004.rsync.log [2025-11-09 09:49:07,222][ INFO][PID:3856740] rsyncing finished. [2025-11-09 09:49:07,224][ INFO][PID:3856740] Releasing VM back to pool [2025-11-09 09:49:07,232][ INFO][PID:3856740] Searching for 'success' file in resultdir [2025-11-09 09:49:07,233][ INFO][PID:3856740] Getting build details [2025-11-09 09:49:07,234][ INFO][PID:3856740] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004 [2025-11-09 09:49:07,235][ INFO][PID:3856740] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004/Sunshine-0.0.4398-1.src.rpm [2025-11-09 09:49:07,237][ INFO][PID:3856740] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004/Sunshine-0.0.4398-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4398-1'} [2025-11-09 09:49:07,237][ INFO][PID:3856740] Finished build: id=9781004 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398 chroot=srpm-builds [2025-11-09 09:49:07,240][ INFO][PID:3856740] Worker succeeded build, took 1091.9445486068726 [2025-11-09 09:49:07,241][ INFO][PID:3856740] 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:4398", "submitter": null, "ended_on": 1762681747.2405038, "started_on": 1762680655.2959552, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9781004", "build_id": 9781004, "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\": \"tmp52nnx4al\", \"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:4398/srpm-builds/09781004/Sunshine-0.0.4398-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--758442b0-907d-4be1-8000-5a5bbbb0c130", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4398", "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:4398", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4398", "result_dir": "09781004", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4398-1", "id": 9781004, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-09 09:49:07,284][ INFO][PID:3856740] Sending fedora-messaging bus message in build.end [2025-11-09 09:49:07,320][ INFO][PID:3856740] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004/builder-live.log by gzip [2025-11-09 09:49:07,322][ INFO][PID:3856740] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004/builder-live.log' as PID 3912580 [2025-11-09 09:49:07,349][ INFO][PID:3856740] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004/builder-live.log) [2025-11-09 09:49:07,350][ INFO][PID:3856740] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004/backend.log by gzip [2025-11-09 09:49:07,351][ INFO][PID:3856740] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4398/srpm-builds/09781004/backend.log' as PID 3912583