[2025-11-11 05:36:33,522][ INFO][PID:3676189] Marking build as starting [2025-11-11 05:36:33,557][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:36:33,558][ INFO][PID:3676189] VM allocation process starts [2025-11-11 05:36:33,600][ INFO][PID:3676189] Trying to allocate VM: ResallocHost, ticket_id=6122291, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-11 05:36:36,643][ INFO][PID:3676189] Allocated host ResallocHost, ticket_id=6122291, hostname=3.238.225.227, name=aws_x86_64_normalreserved_prod_07933628_20251111_053509, requested_tags=['copr_builder', 'arch_x86_64'] [2025-11-11 05:36:36,644][ INFO][PID:3676189] Allocating ssh connection to builder [2025-11-11 05:36:36,645][ INFO][PID:3676189] Checking that builder machine is OK [2025-11-11 05:36:36,959][ INFO][PID:3676189] Running remote command: copr-builder-ready srpm-builds [2025-11-11 05:36:37,159][ INFO][PID:3676189] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-11-11 05:36:37,160][ INFO][PID:3676189] Filling build.info file with builder info [2025-11-11 05:36:37,161][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:36:37,161][ INFO][PID:3676189] 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:4049", "submitter": null, "ended_on": null, "started_on": 1762839397.1618147, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9785930", "build_id": 9785930, "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\": \"tmp6rt88q3g\", \"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--811327d0-736b-4faf-a245-73da522d5a5b", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09785930", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9785930, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-11 05:36:37,200][ INFO][PID:3676189] Sending fedora-messaging bus message in build.start [2025-11-11 05:36:38,065][ INFO][PID:3676189] Sending fedora-messaging bus message in chroot.start [2025-11-11 05:36:38,152][ INFO][PID:3676189] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9785930 --detached [2025-11-11 05:36:38,480][ INFO][PID:3676189] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.238.225.227' (ED25519) to the list of known hosts. [2025-11-11 05:36:38,481][ INFO][PID:3676189] Downloading the builder-live.log file, attempt 1 [2025-11-11 05:36:38,482][ INFO][PID:3676189] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.238.225.227 copr-rpmbuild-log [2025-11-11 05:36:43,493][ INFO][PID:3676189] Periodic builder liveness probe: alive [2025-11-11 05:36:43,498][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:36:48,499][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:36:53,500][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:36:58,501][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:03,502][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:08,503][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:13,504][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:18,506][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:23,507][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:28,508][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:33,509][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:38,510][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:43,511][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:48,512][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:53,513][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:37:58,514][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:03,516][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:08,517][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:13,518][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:18,520][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:23,521][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:28,522][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:33,523][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:38,524][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:43,525][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:48,526][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:53,527][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:38:58,528][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:03,529][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:08,530][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:13,531][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:18,532][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:23,533][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:28,534][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:33,537][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:38,538][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:43,539][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:48,540][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:53,542][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:39:58,543][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:03,544][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:08,546][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:13,548][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:18,550][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:23,551][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:28,552][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:33,553][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:38,554][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:43,555][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:48,561][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:53,563][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:40:58,564][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:03,566][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:08,567][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:13,568][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:18,572][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:23,573][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:28,575][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:33,576][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:38,577][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:43,579][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:48,581][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:53,583][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:41:58,585][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:03,587][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:08,710][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:13,712][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:18,714][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:23,743][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:28,747][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:33,748][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:38,751][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:43,762][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:48,768][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:53,781][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:42:58,785][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:03,788][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:08,810][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:13,812][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:18,873][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:23,876][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:28,878][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:33,879][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:38,881][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:43,882][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:48,883][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:53,884][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:43:58,886][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:44:03,916][ INFO][PID:3676189] Checking for cancel request [2025-11-11 05:44:08,793][ INFO][PID:3676189] Downloading results from builder [2025-11-11 05:44:08,794][ INFO][PID:3676189] rsyncing of mockbuilder@3.238.225.227:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930 started [2025-11-11 05:44:08,795][ INFO][PID:3676189] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.238.225.227:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930/build-09785930.rsync.log [2025-11-11 05:44:14,814][ INFO][PID:3676189] rsyncing finished. [2025-11-11 05:44:14,815][ INFO][PID:3676189] Releasing VM back to pool [2025-11-11 05:44:14,823][ INFO][PID:3676189] Searching for 'success' file in resultdir [2025-11-11 05:44:14,824][ INFO][PID:3676189] Getting build details [2025-11-11 05:44:14,825][ INFO][PID:3676189] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930 [2025-11-11 05:44:14,825][ INFO][PID:3676189] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930/Sunshine-0.0.4049-1.src.rpm [2025-11-11 05:44:14,826][ INFO][PID:3676189] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-11-11 05:44:14,826][ INFO][PID:3676189] Finished build: id=9785930 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-11-11 05:44:14,828][ INFO][PID:3676189] Worker succeeded build, took 457.66623759269714 [2025-11-11 05:44:14,828][ INFO][PID:3676189] 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:4049", "submitter": null, "ended_on": 1762839854.8280523, "started_on": 1762839397.1618147, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9785930", "build_id": 9785930, "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\": \"tmp6rt88q3g\", \"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:4049/srpm-builds/09785930/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--811327d0-736b-4faf-a245-73da522d5a5b", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4049", "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:4049", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049", "result_dir": "09785930", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9785930, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-11-11 05:44:14,864][ INFO][PID:3676189] Sending fedora-messaging bus message in build.end [2025-11-11 05:44:14,887][ INFO][PID:3676189] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930/builder-live.log by gzip [2025-11-11 05:44:14,888][ INFO][PID:3676189] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930/builder-live.log' as PID 3717570 [2025-11-11 05:44:14,895][ INFO][PID:3676189] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930/builder-live.log) [2025-11-11 05:44:14,896][ INFO][PID:3676189] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930/backend.log by gzip [2025-11-11 05:44:14,897][ INFO][PID:3676189] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09785930/backend.log' as PID 3717572