[2025-10-21 19:18:37,296][ INFO][PID:1094863] Marking build as starting [2025-10-21 19:18:37,325][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:18:37,328][ INFO][PID:1094863] VM allocation process starts [2025-10-21 19:18:37,356][ INFO][PID:1094863] Trying to allocate VM: ResallocHost, ticket_id=5773523, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-21 19:18:40,386][ INFO][PID:1094863] Allocated host ResallocHost, ticket_id=5773523, hostname=44.221.86.112, name=aws_x86_64_normalreserved_prod_07580799_20251021_191718, requested_tags=['copr_builder', 'arch_x86_64'] [2025-10-21 19:18:40,386][ INFO][PID:1094863] Allocating ssh connection to builder [2025-10-21 19:18:40,387][ INFO][PID:1094863] Checking that builder machine is OK [2025-10-21 19:18:40,724][ INFO][PID:1094863] Running remote command: copr-builder-ready srpm-builds [2025-10-21 19:18:40,934][ INFO][PID:1094863] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-10-21 19:18:40,935][ INFO][PID:1094863] Filling build.info file with builder info [2025-10-21 19:18:40,936][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:18:40,937][ INFO][PID:1094863] 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:3855", "submitter": null, "ended_on": null, "started_on": 1761074320.9370441, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9712946", "build_id": 9712946, "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\": \"tmpfguq65a3\", \"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--2cb730a6-3eb7-4c9f-bc71-506ac4373e21", "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:3855", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:3855", "result_dir": "09712946", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9712946, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-21 19:18:40,958][ INFO][PID:1094863] Sending fedora-messaging bus message in build.start [2025-10-21 19:18:41,650][ INFO][PID:1094863] Sending fedora-messaging bus message in chroot.start [2025-10-21 19:18:41,677][ INFO][PID:1094863] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9712946 --detached [2025-10-21 19:18:42,024][ INFO][PID:1094863] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.221.86.112' (ED25519) to the list of known hosts. [2025-10-21 19:18:42,025][ INFO][PID:1094863] Downloading the builder-live.log file, attempt 1 [2025-10-21 19:18:42,028][ INFO][PID:1094863] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.221.86.112 copr-rpmbuild-log [2025-10-21 19:18:47,034][ INFO][PID:1094863] Periodic builder liveness probe: alive [2025-10-21 19:18:47,035][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:18:52,036][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:18:57,037][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:02,039][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:07,040][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:12,041][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:17,042][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:22,043][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:27,044][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:32,045][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:37,046][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:42,047][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:47,048][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:52,049][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:19:57,051][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:02,052][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:07,053][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:12,054][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:17,056][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:22,058][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:27,060][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:32,061][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:37,063][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:42,064][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:47,070][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:52,077][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:20:57,082][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:02,084][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:07,090][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:12,091][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:17,092][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:22,094][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:27,099][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:32,106][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:37,108][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:42,111][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:47,119][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:52,125][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:21:57,126][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:02,127][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:07,130][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:12,131][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:17,133][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:22,134][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:27,135][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:32,136][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:37,137][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:42,138][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:47,139][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:52,140][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:22:57,142][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:02,143][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:07,144][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:12,145][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:17,146][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:22,148][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:27,150][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:32,151][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:37,152][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:42,153][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:47,154][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:52,155][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:23:57,156][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:02,157][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:07,158][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:12,159][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:17,160][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:22,161][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:27,163][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:32,164][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:37,165][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:42,166][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:47,167][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:52,170][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:24:57,171][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:02,173][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:07,175][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:12,177][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:17,179][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:22,182][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:27,185][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:32,188][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:37,192][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:42,193][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:47,196][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:52,197][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:25:57,199][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:26:02,201][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:26:07,202][ INFO][PID:1094863] Checking for cancel request [2025-10-21 19:26:07,835][ INFO][PID:1094863] Downloading results from builder [2025-10-21 19:26:07,836][ INFO][PID:1094863] rsyncing of mockbuilder@44.221.86.112:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946 started [2025-10-21 19:26:07,838][ INFO][PID:1094863] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.221.86.112:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946/build-09712946.rsync.log [2025-10-21 19:26:18,146][ INFO][PID:1094863] rsyncing finished. [2025-10-21 19:26:18,147][ INFO][PID:1094863] Releasing VM back to pool [2025-10-21 19:26:18,168][ INFO][PID:1094863] Searching for 'success' file in resultdir [2025-10-21 19:26:18,169][ INFO][PID:1094863] Getting build details [2025-10-21 19:26:18,174][ INFO][PID:1094863] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946 [2025-10-21 19:26:18,176][ INFO][PID:1094863] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946/Sunshine-0.0.3855-1.src.rpm [2025-10-21 19:26:18,178][ INFO][PID:1094863] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946/Sunshine-0.0.3855-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.3855-1'} [2025-10-21 19:26:18,179][ INFO][PID:1094863] Finished build: id=9712946 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855 chroot=srpm-builds [2025-10-21 19:26:18,183][ INFO][PID:1094863] Worker succeeded build, took 457.2459063529968 [2025-10-21 19:26:18,183][ INFO][PID:1094863] 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:3855", "submitter": null, "ended_on": 1761074778.1829505, "started_on": 1761074320.9370441, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9712946", "build_id": 9712946, "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\": \"tmpfguq65a3\", \"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:3855/srpm-builds/09712946/Sunshine-0.0.3855-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--2cb730a6-3eb7-4c9f-bc71-506ac4373e21", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.3855", "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:3855", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:3855", "result_dir": "09712946", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.3855-1", "id": 9712946, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-10-21 19:26:18,222][ INFO][PID:1094863] Sending fedora-messaging bus message in build.end [2025-10-21 19:26:18,261][ INFO][PID:1094863] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946/builder-live.log by gzip [2025-10-21 19:26:18,263][ INFO][PID:1094863] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946/builder-live.log' as PID 1162013 [2025-10-21 19:26:18,275][ INFO][PID:1094863] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946/builder-live.log) [2025-10-21 19:26:18,277][ INFO][PID:1094863] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946/backend.log by gzip [2025-10-21 19:26:18,280][ INFO][PID:1094863] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:3855/srpm-builds/09712946/backend.log' as PID 1162015