[2025-09-18 00:12:03,884][ INFO][PID:1060276] Marking build as starting [2025-09-18 00:12:03,908][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:03,909][ INFO][PID:1060276] VM allocation process starts [2025-09-18 00:12:03,923][ INFO][PID:1060276] Trying to allocate VM: ResallocHost, ticket_id=5106376, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-18 00:12:06,944][ INFO][PID:1060276] Allocated host ResallocHost, ticket_id=5106376, hostname=13.216.3.191, name=aws_x86_64_normalreserved_prod_06808184_20250918_000929, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-18 00:12:06,946][ INFO][PID:1060276] Allocating ssh connection to builder [2025-09-18 00:12:06,947][ INFO][PID:1060276] Checking that builder machine is OK [2025-09-18 00:12:07,300][ INFO][PID:1060276] Running remote command: copr-builder-ready srpm-builds [2025-09-18 00:12:07,517][ INFO][PID:1060276] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-18 00:12:07,519][ INFO][PID:1060276] Filling build.info file with builder info [2025-09-18 00:12:07,520][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:07,521][ INFO][PID:1060276] 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": 1758154327.5208085, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9564288", "build_id": 9564288, "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\": \"tmp8eq3vkuf\", \"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--0781fcb7-0762-4c13-a2f8-3561865db5af", "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": "09564288", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9564288, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-18 00:12:07,543][ INFO][PID:1060276] Sending fedora-messaging bus message in build.start [2025-09-18 00:12:08,269][ INFO][PID:1060276] Sending fedora-messaging bus message in chroot.start [2025-09-18 00:12:08,293][ INFO][PID:1060276] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9564288 --detached [2025-09-18 00:12:08,655][ INFO][PID:1060276] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '13.216.3.191' (ED25519) to the list of known hosts. [2025-09-18 00:12:08,679][ INFO][PID:1060276] Downloading the builder-live.log file, attempt 1 [2025-09-18 00:12:08,681][ INFO][PID:1060276] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@13.216.3.191 copr-rpmbuild-log [2025-09-18 00:12:13,689][ INFO][PID:1060276] Periodic builder liveness probe: alive [2025-09-18 00:12:13,693][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:18,695][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:23,711][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:28,727][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:33,736][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:38,738][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:43,785][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:48,790][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:53,796][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:12:58,799][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:03,801][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:08,803][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:13,804][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:18,806][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:23,819][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:28,828][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:33,830][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:38,865][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:43,867][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:48,870][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:53,895][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:13:58,907][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:03,909][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:08,914][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:13,915][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:18,924][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:23,927][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:28,928][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:33,929][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:38,930][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:43,931][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:48,931][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:53,932][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:14:58,934][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:03,966][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:08,967][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:13,969][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:18,970][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:23,971][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:28,972][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:33,974][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:38,977][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:43,979][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:48,983][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:53,986][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:15:58,988][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:03,993][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:08,995][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:13,997][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:18,999][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:24,000][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:29,034][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:34,035][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:39,041][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:44,042][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:49,043][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:54,044][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:16:59,045][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:04,046][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:09,048][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:14,064][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:19,078][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:24,080][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:29,082][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:34,083][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:39,084][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:44,085][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:49,086][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:54,087][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:17:59,088][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:04,089][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:09,114][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:14,118][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:19,120][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:24,122][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:29,125][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:34,183][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:39,186][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:44,187][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:49,188][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:54,190][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:18:59,191][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:19:04,192][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:19:09,200][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:19:14,203][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:19:19,205][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:19:24,207][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:19:29,235][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:19:34,238][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:19:39,240][ INFO][PID:1060276] Checking for cancel request [2025-09-18 00:19:39,485][ INFO][PID:1060276] Downloading results from builder [2025-09-18 00:19:39,485][ INFO][PID:1060276] rsyncing of mockbuilder@13.216.3.191:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288 started [2025-09-18 00:19:39,486][ INFO][PID:1060276] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@13.216.3.191:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288/build-09564288.rsync.log [2025-09-18 00:19:45,034][ INFO][PID:1060276] rsyncing finished. [2025-09-18 00:19:45,035][ INFO][PID:1060276] Releasing VM back to pool [2025-09-18 00:19:45,046][ INFO][PID:1060276] Searching for 'success' file in resultdir [2025-09-18 00:19:45,047][ INFO][PID:1060276] Getting build details [2025-09-18 00:19:45,048][ INFO][PID:1060276] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288 [2025-09-18 00:19:45,049][ INFO][PID:1060276] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288/Sunshine-0.0.4049-1.src.rpm [2025-09-18 00:19:45,049][ INFO][PID:1060276] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288/Sunshine-0.0.4049-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4049-1'} [2025-09-18 00:19:45,049][ INFO][PID:1060276] Finished build: id=9564288 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049 chroot=srpm-builds [2025-09-18 00:19:45,051][ INFO][PID:1060276] Worker succeeded build, took 457.5305857658386 [2025-09-18 00:19:45,052][ INFO][PID:1060276] 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": 1758154785.0513942, "started_on": 1758154327.5208085, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9564288", "build_id": 9564288, "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\": \"tmp8eq3vkuf\", \"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/09564288/Sunshine-0.0.4049-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--0781fcb7-0762-4c13-a2f8-3561865db5af", "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": "09564288", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4049-1", "id": 9564288, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-18 00:19:45,079][ INFO][PID:1060276] Sending fedora-messaging bus message in build.end [2025-09-18 00:19:45,105][ INFO][PID:1060276] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288/builder-live.log by gzip [2025-09-18 00:19:45,106][ INFO][PID:1060276] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288/builder-live.log' as PID 1099196 [2025-09-18 00:19:45,112][ INFO][PID:1060276] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288/builder-live.log) [2025-09-18 00:19:45,113][ INFO][PID:1060276] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288/backend.log by gzip [2025-09-18 00:19:45,114][ INFO][PID:1060276] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4049/srpm-builds/09564288/backend.log' as PID 1099197