[2025-12-12 15:10:42,307][ INFO][PID:1187066] Marking build as starting [2025-12-12 15:10:42,457][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:10:42,460][ INFO][PID:1187066] VM allocation process starts [2025-12-12 15:10:42,477][ INFO][PID:1187066] Trying to allocate VM: ResallocHost, ticket_id=306393, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-12 15:10:47,478][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:10:52,481][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:10:57,483][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:02,489][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:07,497][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:12,498][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:17,500][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:22,503][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:27,512][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:32,514][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:37,525][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:42,535][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:47,539][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:52,542][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:11:57,545][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:02,558][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:07,560][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:12,563][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:17,567][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:22,569][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:27,572][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:32,574][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:37,575][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:42,576][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:47,578][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:52,581][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:12:57,582][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:02,583][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:07,587][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:12,589][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:17,592][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:22,593][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:27,597][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:32,602][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:37,603][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:42,606][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:47,607][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:52,608][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:57,613][ INFO][PID:1187066] Checking for cancel request [2025-12-12 15:13:57,617][ INFO][PID:1187066] calling cancel callback, and waiting [2025-12-12 15:13:57,618][ INFO][PID:1187066] Releasing VM back to pool [2025-12-12 15:14:00,673][ ERROR][PID:1187066] Build was canceled [2025-12-12 15:14:00,674][WARNING][PID:1187066] Switching not-finished job state to 'failed' [2025-12-12 15:14:00,674][ INFO][PID:1187066] Worker failed build, took 198.37108969688416 [2025-12-12 15:14:00,674][ INFO][PID:1187066] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "@copr", "project_name": "copr-pull-requests", "project_dirname": "copr-pull-requests:pr:4072", "submitter": null, "ended_on": 1765552440.6740205, "started_on": 1765552242.3029308, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9903069", "build_id": 9903069, "package_name": "python-copr-common", "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"#! /bin/bash -x\\n\\nset -e\\n\\nclone_url_parent=https://github.com/fedora-copr/copr\\n\\nworkdir=$(basename \\\"$clone_url_parent\\\")\\nworkdir=${workdir%%.git}\\n\\nhook_payload=$(readlink -f \\\"${HOOK_PAYLOAD-hook_payload}\\\")\\n\\nmkdir -p \\\"$COPR_RESULTDIR\\\"\\nresultdir=$(readlink -f \\\"$COPR_RESULTDIR\\\")\\n\\n# clone the helper scripts when needed, and add to PATH\\ntest -d copr-ci-tooling \\\\\\n || git clone --depth 1 https://github.com/praiskup/copr-ci-tooling.git\\nexport PATH=\\\"$PWD/copr-ci-tooling:$PATH\\\"\\n\\n# clone the tested project\\ngit clone \\\\\\n --recursive \\\\\\n --no-single-branch \\\\\\n \\\"$clone_url_parent\\\"\\n\\n# checkout requested revision\\ncd \\\"$workdir\\\"\\n\\nwebhook-checkout \\\"$hook_payload\\\"\\n\\nbasename=$(basename \\\"$resultdir\\\")\\ncd \\\"$basename\\\"\\n\\ntito build --srpm --test -o \\\"$resultdir\\\"\\n\\ncd \\\"$resultdir\\\"\\nbsdtar -xf *.src.rpm\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"bsdtar tito\", \"resultdir\": \"results/common\", \"repos\": \"\", \"tmp\": \"tmpwfvjp3aw\", \"hook_data\": true}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "@copr/copr-pull-requests--29c2d10b-4cb3-4890-abbf-5829b57d2280", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": true, "destdir": "/var/lib/copr/public_html/results/@copr/copr-pull-requests:pr:4072", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/@copr/copr-pull-requests:pr:4072", "result_dir": "09903069", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9903069, "mockchain_macros": { "copr_username": "@copr", "copr_projectname": "copr-pull-requests", "vendor": "Fedora Project COPR (@copr/copr-pull-requests)" } } ] } [2025-12-12 15:14:00,773][ INFO][PID:1187066] Sending fedora-messaging bus message in build.end [2025-12-12 15:14:01,333][ INFO][PID:1187066] Compressing /var/lib/copr/public_html/results/@copr/copr-pull-requests:pr:4072/srpm-builds/09903069/builder-live.log by gzip [2025-12-12 15:14:01,334][ INFO][PID:1187066] Running command 'gzip /var/lib/copr/public_html/results/@copr/copr-pull-requests:pr:4072/srpm-builds/09903069/builder-live.log' as PID 1219558 [2025-12-12 15:14:01,335][ INFO][PID:1187066] Finished after 0 seconds with exit code 1 (gzip /var/lib/copr/public_html/results/@copr/copr-pull-requests:pr:4072/srpm-builds/09903069/builder-live.log) stdout: stderr: gzip: /var/lib/copr/public_html/results/@copr/copr-pull-requests:pr:4072/srpm-builds/09903069/builder-live.log: No such file or directory [2025-12-12 15:14:01,336][ ERROR][PID:1187066] Unable to compress file /var/lib/copr/public_html/results/@copr/copr-pull-requests:pr:4072/srpm-builds/09903069/builder-live.log [2025-12-12 15:14:01,336][ INFO][PID:1187066] Compressing /var/lib/copr/public_html/results/@copr/copr-pull-requests:pr:4072/srpm-builds/09903069/backend.log by gzip [2025-12-12 15:14:01,337][ INFO][PID:1187066] Running command 'gzip /var/lib/copr/public_html/results/@copr/copr-pull-requests:pr:4072/srpm-builds/09903069/backend.log' as PID 1219560