[2025-09-26 07:27:42,361][ INFO][PID:2630647] Marking build as starting [2025-09-26 07:27:42,403][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:27:42,404][ INFO][PID:2630647] VM allocation process starts [2025-09-26 07:27:42,433][ INFO][PID:2630647] Trying to allocate VM: ResallocHost, ticket_id=5277947, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-26 07:27:45,524][ INFO][PID:2630647] Allocated host ResallocHost, ticket_id=5277947, hostname=3.81.43.87, name=aws_x86_64_normalreserved_prod_06944880_20250926_072451, requested_tags=['copr_builder', 'arch_x86_64'] [2025-09-26 07:27:45,524][ INFO][PID:2630647] Allocating ssh connection to builder [2025-09-26 07:27:45,526][ INFO][PID:2630647] Checking that builder machine is OK [2025-09-26 07:27:45,878][ INFO][PID:2630647] Running remote command: copr-builder-ready srpm-builds [2025-09-26 07:27:46,105][ INFO][PID:2630647] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-09-26 07:27:46,107][ INFO][PID:2630647] Filling build.info file with builder info [2025-09-26 07:27:46,114][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:27:46,117][ INFO][PID:2630647] 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:4284", "submitter": null, "ended_on": null, "started_on": 1758871666.1163352, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9602745", "build_id": 9602745, "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\": \"tmpuafqh7r5\", \"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--e7888585-402a-4ad8-832f-dd3d976f18c4", "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:4284", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4284", "result_dir": "09602745", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9602745, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-26 07:27:46,142][ INFO][PID:2630647] Sending fedora-messaging bus message in build.start [2025-09-26 07:27:47,008][ INFO][PID:2630647] Sending fedora-messaging bus message in chroot.start [2025-09-26 07:27:47,034][ INFO][PID:2630647] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9602745 --detached [2025-09-26 07:27:47,426][ INFO][PID:2630647] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.81.43.87' (ED25519) to the list of known hosts. [2025-09-26 07:27:47,427][ INFO][PID:2630647] Downloading the builder-live.log file, attempt 1 [2025-09-26 07:27:47,429][ INFO][PID:2630647] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.81.43.87 copr-rpmbuild-log [2025-09-26 07:27:52,436][ INFO][PID:2630647] Periodic builder liveness probe: alive [2025-09-26 07:27:52,437][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:27:57,438][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:02,439][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:07,441][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:12,442][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:17,443][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:22,444][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:27,445][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:32,446][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:37,447][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:42,448][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:47,449][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:52,451][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:28:57,452][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:02,453][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:07,453][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:12,455][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:17,456][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:22,457][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:27,462][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:32,464][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:37,465][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:42,466][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:47,467][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:52,469][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:29:57,470][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:02,471][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:07,472][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:12,472][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:17,475][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:22,477][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:27,478][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:32,479][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:37,480][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:42,481][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:47,482][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:52,483][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:30:57,484][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:02,485][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:07,486][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:12,487][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:17,488][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:22,490][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:27,491][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:32,492][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:37,492][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:42,493][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:47,494][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:52,495][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:31:57,496][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:02,497][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:07,498][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:12,499][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:17,501][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:22,502][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:27,504][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:32,505][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:37,506][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:42,507][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:47,508][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:52,509][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:32:57,510][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:02,511][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:07,512][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:12,513][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:17,514][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:22,515][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:27,516][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:32,517][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:37,518][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:42,519][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:47,520][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:52,521][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:33:57,522][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:02,524][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:07,527][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:12,528][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:17,529][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:22,530][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:27,531][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:32,533][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:37,534][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:42,535][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:47,536][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:52,537][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:34:57,538][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:35:02,539][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:35:07,540][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:35:12,541][ INFO][PID:2630647] Checking for cancel request [2025-09-26 07:35:15,673][ INFO][PID:2630647] Downloading results from builder [2025-09-26 07:35:15,674][ INFO][PID:2630647] rsyncing of mockbuilder@3.81.43.87:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745 started [2025-09-26 07:35:15,675][ INFO][PID:2630647] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.81.43.87:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745/ &> /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745/build-09602745.rsync.log [2025-09-26 07:35:21,010][ INFO][PID:2630647] rsyncing finished. [2025-09-26 07:35:21,011][ INFO][PID:2630647] Releasing VM back to pool [2025-09-26 07:35:21,021][ INFO][PID:2630647] Searching for 'success' file in resultdir [2025-09-26 07:35:21,022][ INFO][PID:2630647] Getting build details [2025-09-26 07:35:21,023][ INFO][PID:2630647] Retrieving SRPM info from /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745 [2025-09-26 07:35:21,023][ INFO][PID:2630647] SRPM URL: https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745/Sunshine-0.0.4284-1.src.rpm [2025-09-26 07:35:21,024][ INFO][PID:2630647] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745/Sunshine-0.0.4284-1.src.rpm', 'pkg_name': 'Sunshine', 'pkg_version': '0.0.4284-1'} [2025-09-26 07:35:21,025][ INFO][PID:2630647] Finished build: id=9602745 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284 chroot=srpm-builds [2025-09-26 07:35:21,026][ INFO][PID:2630647] Worker succeeded build, took 454.91036772727966 [2025-09-26 07:35:21,027][ INFO][PID:2630647] 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:4284", "submitter": null, "ended_on": 1758872121.026703, "started_on": 1758871666.1163352, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9602745", "build_id": 9602745, "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\": \"tmpuafqh7r5\", \"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:4284/srpm-builds/09602745/Sunshine-0.0.4284-1.src.rpm", "uses_devel_repo": null, "sandbox": "lizardbyte/pulls--e7888585-402a-4ad8-832f-dd3d976f18c4", "results": { "name": "Sunshine", "epoch": null, "version": "0.0.4284", "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:4284", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/lizardbyte/pulls:pr:4284", "result_dir": "09602745", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.0.4284-1", "id": 9602745, "mockchain_macros": { "copr_username": "lizardbyte", "copr_projectname": "pulls", "vendor": "Fedora Project COPR (lizardbyte/pulls)" } } ] } [2025-09-26 07:35:21,078][ INFO][PID:2630647] Sending fedora-messaging bus message in build.end [2025-09-26 07:35:21,103][ INFO][PID:2630647] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745/builder-live.log by gzip [2025-09-26 07:35:21,104][ INFO][PID:2630647] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745/builder-live.log' as PID 2683290 [2025-09-26 07:35:21,111][ INFO][PID:2630647] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745/builder-live.log) [2025-09-26 07:35:21,112][ INFO][PID:2630647] Compressing /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745/backend.log by gzip [2025-09-26 07:35:21,113][ INFO][PID:2630647] Running command 'gzip /var/lib/copr/public_html/results/lizardbyte/pulls:pr:4284/srpm-builds/09602745/backend.log' as PID 2683292