[2025-09-22 03:28:53,711][ INFO][PID:2166275] Marking build as starting [2025-09-22 03:28:53,740][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:28:53,742][ INFO][PID:2166275] VM allocation process starts [2025-09-22 03:28:53,761][ INFO][PID:2166275] Trying to allocate VM: ResallocHost, ticket_id=5202522, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-22 03:28:56,777][ INFO][PID:2166275] Allocated host ResallocHost, ticket_id=5202522, hostname=44.222.86.91, name=aws_x86_64_normalreserved_prod_06869898_20250922_031905, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-22 03:28:56,777][ INFO][PID:2166275] Allocating ssh connection to builder [2025-09-22 03:28:56,778][ INFO][PID:2166275] Checking that builder machine is OK [2025-09-22 03:28:57,150][ INFO][PID:2166275] Running remote command: copr-builder-ready srpm-builds [2025-09-22 03:28:57,362][ INFO][PID:2166275] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-22 03:28:57,363][ INFO][PID:2166275] Filling build.info file with builder info [2025-09-22 03:28:57,364][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:28:57,365][ INFO][PID:2166275] 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:4282", "submitter": null, "ended_on": null, "started_on": 1758511737.3648977, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9588609", "build_id": 9588609, "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\": \"tmpw99h98h0\", \"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--7e30028e-8ddb-4a84-bee2-83e93b79ee82", "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:4282", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4282", "result_dir": "09588609", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9588609, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-22 03:28:57,384][ INFO][PID:2166275] Sending fedora-messaging bus message in build.start [2025-09-22 03:28:58,018][ INFO][PID:2166275] Sending fedora-messaging bus message in chroot.start [2025-09-22 03:28:58,041][ INFO][PID:2166275] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9588609 --detached [2025-09-22 03:28:58,422][ INFO][PID:2166275] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.222.86.91' (ED25519) to the list of known hosts. [2025-09-22 03:28:58,423][ INFO][PID:2166275] Downloading the builder-live.log file, attempt 1 [2025-09-22 03:28:58,424][ INFO][PID:2166275] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.222.86.91 copr-rpmbuild-log [2025-09-22 03:29:03,430][ INFO][PID:2166275] Periodic builder liveness probe: alive [2025-09-22 03:29:03,430][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:08,431][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:13,432][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:18,433][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:23,434][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:28,435][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:33,436][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:38,437][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:43,438][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:48,439][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:53,440][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:29:58,441][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:03,442][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:08,443][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:13,444][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:18,444][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:23,445][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:28,446][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:33,447][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:38,448][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:43,449][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:48,450][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:53,451][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:30:58,452][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:03,454][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:08,455][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:13,456][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:18,457][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:23,458][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:28,459][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:33,460][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:38,461][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:43,462][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:48,463][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:53,464][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:31:58,465][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:03,466][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:08,467][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:13,468][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:18,469][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:23,470][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:28,471][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:33,472][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:38,473][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:43,474][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:48,475][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:53,476][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:32:58,477][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:03,478][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:08,480][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:13,481][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:18,485][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:23,485][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:28,486][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:33,487][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:38,488][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:43,489][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:48,490][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:53,491][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:33:58,492][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:03,493][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:08,495][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:13,504][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:18,508][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:23,509][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:28,510][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:33,511][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:38,512][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:43,514][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:48,515][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:53,516][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:34:58,517][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:03,518][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:08,519][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:13,521][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:18,522][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:23,523][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:28,524][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:33,525][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:38,526][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:43,528][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:48,535][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:53,536][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:35:58,537][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:36:03,538][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:36:08,539][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:36:13,540][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:36:18,541][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:36:23,542][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:36:28,543][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:36:33,544][ INFO][PID:2166275] Checking for cancel request [2025-09-22 03:36:34,148][ INFO][PID:2166275] Downloading results from builder [2025-09-22 03:36:34,149][ INFO][PID:2166275] rsyncing of mockbuilder@44.222.86.91:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609 started [2025-09-22 03:36:34,150][ INFO][PID:2166275] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.222.86.91:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609/build-09588609.rsync.log [2025-09-22 03:36:39,863][ INFO][PID:2166275] rsyncing finished. [2025-09-22 03:36:39,863][ INFO][PID:2166275] Releasing VM back to pool [2025-09-22 03:36:39,873][ INFO][PID:2166275] Searching for 'success' file in resultdir [2025-09-22 03:36:39,874][ INFO][PID:2166275] Getting build details [2025-09-22 03:36:39,874][ INFO][PID:2166275] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609 [2025-09-22 03:36:39,875][ INFO][PID:2166275] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609/Sunshine-0.0.4282-1.src.rpm [2025-09-22 03:36:39,875][ INFO][PID:2166275] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609/Sunshine-0.0.4282-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4282-1'} [2025-09-22 03:36:39,875][ INFO][PID:2166275] Finished build: id=9588609 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282 chroot=srpm-builds [2025-09-22 03:36:39,877][ INFO][PID:2166275] Worker succeeded build, took 462.5122323036194 [2025-09-22 03:36:39,877][ INFO][PID:2166275] 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:4282", "submitter": null, "ended_on": 1758512199.87713, "started_on": 1758511737.3648977, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9588609", "build_id": 9588609, "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\": \"tmpw99h98h0\", \"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:4282/srpm-builds/09588609/Sunshine-0.0.4282-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--7e30028e-8ddb-4a84-bee2-83e93b79ee82", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4282", "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:4282", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4282", "result_dir": "09588609", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4282-1", "id": 9588609, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-22 03:36:39,905][ INFO][PID:2166275] Sending fedora-messaging bus message in build.end [2025-09-22 03:36:39,927][ INFO][PID:2166275] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609/builder-live.log by gzip [2025-09-22 03:36:39,928][ INFO][PID:2166275] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609/builder-live.log' as PID 2202954 [2025-09-22 03:36:39,935][ INFO][PID:2166275] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609/builder-live.log) [2025-09-22 03:36:39,935][ INFO][PID:2166275] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609/backend.log by gzip [2025-09-22 03:36:39,936][ INFO][PID:2166275] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4282/srpm-builds/09588609/backend.log' as PID 2202955