[2025-10-06 06:32:02,954][ INFO][PID:3671448] Marking build as starting [2025-10-06 06:32:02,976][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:02,977][ INFO][PID:3671448] VM allocation process starts [2025-10-06 06:32:02,987][ INFO][PID:3671448] Trying to allocate VM: ResallocHost, ticket_id=5489004, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-06 06:32:06,028][ INFO][PID:3671448] Allocated host ResallocHost, ticket_id=5489004, hostname=44.220.154.249, name=aws_x86_64_normalreserved_prod_07238810_20251006_062403, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-06 06:32:06,028][ INFO][PID:3671448] Allocating ssh connection to builder [2025-10-06 06:32:06,029][ INFO][PID:3671448] Checking that builder machine is OK [2025-10-06 06:32:06,363][ INFO][PID:3671448] Running remote command: copr-builder-ready srpm-builds [2025-10-06 06:32:06,563][ INFO][PID:3671448] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-06 06:32:06,563][ INFO][PID:3671448] Filling build.info file with builder info [2025-10-06 06:32:06,564][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:06,565][ INFO][PID:3671448] 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:4281", "submitter": null, "ended_on": null, "started_on": 1759732326.5651093, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9647376", "build_id": 9647376, "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\": \"tmp5hcsp2bq\", \"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--8935d4c8-9c45-4c47-88c2-5bfe19fdb109", "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:4281", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4281", "result_dir": "09647376", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9647376, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-06 06:32:06,587][ INFO][PID:3671448] Sending fedora-messaging bus message in build.start [2025-10-06 06:32:07,238][ INFO][PID:3671448] Sending fedora-messaging bus message in chroot.start [2025-10-06 06:32:07,265][ INFO][PID:3671448] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9647376 --detached [2025-10-06 06:32:07,600][ INFO][PID:3671448] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.220.154.249' (ED25519) to the list of known hosts. [2025-10-06 06:32:07,605][ INFO][PID:3671448] Downloading the builder-live.log file, attempt 1 [2025-10-06 06:32:07,606][ INFO][PID:3671448] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.220.154.249 copr-rpmbuild-log [2025-10-06 06:32:12,609][ INFO][PID:3671448] Periodic builder liveness probe: alive [2025-10-06 06:32:12,610][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:17,611][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:22,612][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:27,621][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:32,622][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:37,623][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:42,624][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:47,625][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:52,626][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:32:57,627][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:02,628][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:07,629][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:12,630][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:17,631][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:22,632][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:27,633][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:32,634][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:37,635][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:42,636][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:47,644][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:52,646][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:33:57,647][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:02,648][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:07,649][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:12,650][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:17,651][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:22,652][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:27,653][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:32,654][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:37,655][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:42,656][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:47,657][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:52,658][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:34:57,658][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:02,659][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:07,660][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:12,662][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:17,663][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:22,664][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:27,665][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:32,666][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:37,667][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:42,668][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:47,669][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:52,670][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:35:57,671][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:02,672][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:07,672][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:12,673][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:17,674][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:22,675][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:27,678][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:32,679][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:37,680][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:42,681][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:47,682][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:52,682][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:36:57,683][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:02,684][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:07,685][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:12,686][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:17,687][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:22,688][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:27,689][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:32,690][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:37,691][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:42,692][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:47,693][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:52,694][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:37:57,695][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:02,695][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:07,697][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:12,697][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:17,698][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:22,699][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:27,700][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:32,701][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:37,702][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:42,703][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:47,705][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:52,705][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:38:57,706][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:39:02,708][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:39:07,709][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:39:12,710][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:39:17,711][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:39:22,712][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:39:27,714][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:39:32,715][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:39:37,716][ INFO][PID:3671448] Checking for cancel request [2025-10-06 06:39:41,601][ INFO][PID:3671448] Downloading results from builder [2025-10-06 06:39:41,601][ INFO][PID:3671448] rsyncing of mockbuilder@44.220.154.249:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376 started [2025-10-06 06:39:41,602][ INFO][PID:3671448] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.220.154.249:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376/build-09647376.rsync.log [2025-10-06 06:39:47,032][ INFO][PID:3671448] rsyncing finished. [2025-10-06 06:39:47,032][ INFO][PID:3671448] Releasing VM back to pool [2025-10-06 06:39:47,040][ INFO][PID:3671448] Searching for 'success' file in resultdir [2025-10-06 06:39:47,041][ INFO][PID:3671448] Getting build details [2025-10-06 06:39:47,042][ INFO][PID:3671448] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376 [2025-10-06 06:39:47,042][ INFO][PID:3671448] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376/Sunshine-0.0.4281-1.src.rpm [2025-10-06 06:39:47,043][ INFO][PID:3671448] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376/Sunshine-0.0.4281-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4281-1'} [2025-10-06 06:39:47,043][ INFO][PID:3671448] Finished build: id=9647376 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281 chroot=srpm-builds [2025-10-06 06:39:47,044][ INFO][PID:3671448] Worker succeeded build, took 460.4796998500824 [2025-10-06 06:39:47,045][ INFO][PID:3671448] 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:4281", "submitter": null, "ended_on": 1759732787.044809, "started_on": 1759732326.5651093, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9647376", "build_id": 9647376, "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\": \"tmp5hcsp2bq\", \"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:4281/srpm-builds/09647376/Sunshine-0.0.4281-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--8935d4c8-9c45-4c47-88c2-5bfe19fdb109", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4281", "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:4281", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4281", "result_dir": "09647376", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4281-1", "id": 9647376, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-06 06:39:47,076][ INFO][PID:3671448] Sending fedora-messaging bus message in build.end [2025-10-06 06:39:47,099][ INFO][PID:3671448] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376/builder-live.log by gzip [2025-10-06 06:39:47,100][ INFO][PID:3671448] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376/builder-live.log' as PID 3697386 [2025-10-06 06:39:47,107][ INFO][PID:3671448] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376/builder-live.log) [2025-10-06 06:39:47,107][ INFO][PID:3671448] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376/backend.log by gzip [2025-10-06 06:39:47,108][ INFO][PID:3671448] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4281/srpm-builds/09647376/backend.log' as PID 3697387