[2025-12-20 17:11:58,102][ INFO][PID:2080577] Marking build as starting [2025-12-20 17:11:58,138][ INFO][PID:2080577] Checking for cancel request [2025-12-20 17:11:58,140][ INFO][PID:2080577] VM allocation process starts [2025-12-20 17:11:58,149][ INFO][PID:2080577] Trying to allocate VM: ResallocHost, ticket_id=457120, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 17:12:01,191][ INFO][PID:2080577] Allocated host ResallocHost, ticket_id=457120, hostname=35.170.58.207, name=aws_x86_64_normalreserved_prod_00715571_20251220_170456, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 17:12:01,192][ INFO][PID:2080577] Allocating ssh connection to builder [2025-12-20 17:12:01,192][ INFO][PID:2080577] Checking that builder machine is OK [2025-12-20 17:12:01,529][ INFO][PID:2080577] Running remote command: copr-builder-ready srpm-builds [2025-12-20 17:12:01,727][ INFO][PID:2080577] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-20 17:12:01,727][ INFO][PID:2080577] Filling build.info file with builder info [2025-12-20 17:12:01,728][ INFO][PID:2080577] Checking for cancel request [2025-12-20 17:12:01,728][ INFO][PID:2080577] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "terryp", "project_name": "rust-deps", "project_dirname": "rust-deps", "submitter": "terryp", "ended_on": null, "started_on": 1766250721.7287533, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938391", "build_id": 9938391, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"cat << 'EOF' > rust2rpm.toml\\n[features]\\nhide=['error-send']\\nenable=[\\\"luajit\\\", \\\"module\\\", 'serialize', 'userdata-wrappers', 'serde', 'macros', 'mlua_derive']\\nEOF\\n\\ncat << 'EOF' > mlua-fix-metadata.diff\\n--- mlua-0.11.5/Cargo.toml\\t2006-07-24T01:21:28+00:00\\n+++ mlua-0.11.5/Cargo.toml\\t2025-12-20T17:10:57.654587+00:00\\n@@ -63,32 +63,13 @@\\n \\\"dep:anyhow\\\",\\n \\\"error-send\\\",\\n ]\\n-async = [\\\"dep:futures-util\\\"]\\n error-send = []\\n-lua51 = [\\\"ffi/lua51\\\"]\\n-lua52 = [\\\"ffi/lua52\\\"]\\n-lua53 = [\\\"ffi/lua53\\\"]\\n-lua54 = [\\\"ffi/lua54\\\"]\\n luajit = [\\\"ffi/luajit\\\"]\\n-luajit52 = [\\n- \\\"luajit\\\",\\n- \\\"ffi/luajit52\\\",\\n-]\\n-luau = [\\\"ffi/luau\\\"]\\n-luau-jit = [\\n- \\\"luau\\\",\\n- \\\"ffi/luau-codegen\\\",\\n-]\\n-luau-vector4 = [\\n- \\\"luau\\\",\\n- \\\"ffi/luau-vector4\\\",\\n-]\\n macros = [\\\"mlua_derive/macros\\\"]\\n module = [\\n \\\"mlua_derive\\\",\\n \\\"ffi/module\\\",\\n ]\\n-send = [\\\"error-send\\\"]\\n serde = [\\n \\\"dep:serde\\\",\\n \\\"dep:erased-serde\\\",\\n@@ -97,70 +78,11 @@\\n ]\\n serialize = [\\\"serde\\\"]\\n userdata-wrappers = [\\\"parking_lot/send_guard\\\"]\\n-vendored = [\\\"ffi/vendored\\\"]\\n \\n [lib]\\n name = \\\"mlua\\\"\\n path = \\\"src/lib.rs\\\"\\n \\n-[[example]]\\n-name = \\\"async_http_client\\\"\\n-path = \\\"examples/async_http_client.rs\\\"\\n-required-features = [\\n- \\\"async\\\",\\n- \\\"macros\\\",\\n-]\\n-\\n-[[example]]\\n-name = \\\"async_http_reqwest\\\"\\n-path = \\\"examples/async_http_reqwest.rs\\\"\\n-required-features = [\\n- \\\"async\\\",\\n- \\\"serde\\\",\\n- \\\"macros\\\",\\n-]\\n-\\n-[[example]]\\n-name = \\\"async_http_server\\\"\\n-path = \\\"examples/async_http_server.rs\\\"\\n-required-features = [\\n- \\\"async\\\",\\n- \\\"macros\\\",\\n- \\\"send\\\",\\n-]\\n-\\n-[[example]]\\n-name = \\\"async_tcp_server\\\"\\n-path = \\\"examples/async_tcp_server.rs\\\"\\n-required-features = [\\n- \\\"async\\\",\\n- \\\"macros\\\",\\n- \\\"send\\\",\\n-]\\n-\\n-[[example]]\\n-name = \\\"guided_tour\\\"\\n-path = \\\"examples/guided_tour.rs\\\"\\n-required-features = [\\\"macros\\\"]\\n-\\n-[[example]]\\n-name = \\\"repl\\\"\\n-path = \\\"examples/repl.rs\\\"\\n-\\n-[[example]]\\n-name = \\\"serde\\\"\\n-path = \\\"examples/serde.rs\\\"\\n-required-features = [\\\"serde\\\"]\\n-\\n-[[example]]\\n-name = \\\"userdata\\\"\\n-path = \\\"examples/userdata.rs\\\"\\n-required-features = [\\\"macros\\\"]\\n-\\n-[[test]]\\n-name = \\\"async\\\"\\n-path = \\\"tests/async.rs\\\"\\n-\\n [[test]]\\n name = \\\"buffer\\\"\\n path = \\\"tests/buffer.rs\\\"\\n@@ -198,10 +120,6 @@\\n path = \\\"tests/hooks.rs\\\"\\n \\n [[test]]\\n-name = \\\"luau\\\"\\n-path = \\\"tests/luau.rs\\\"\\n-\\n-[[test]]\\n name = \\\"memory\\\"\\n path = \\\"tests/memory.rs\\\"\\n \\n@@ -214,10 +132,6 @@\\n path = \\\"tests/scope.rs\\\"\\n \\n [[test]]\\n-name = \\\"send\\\"\\n-path = \\\"tests/send.rs\\\"\\n-\\n-[[test]]\\n name = \\\"serde\\\"\\n path = \\\"tests/serde.rs\\\"\\n \\n@@ -248,18 +162,6 @@\\n [[test]]\\n name = \\\"value\\\"\\n path = \\\"tests/value.rs\\\"\\n-\\n-[[bench]]\\n-name = \\\"benchmark\\\"\\n-path = \\\"benches/benchmark.rs\\\"\\n-harness = false\\n-required-features = [\\\"async\\\"]\\n-\\n-[[bench]]\\n-name = \\\"serde\\\"\\n-path = \\\"benches/serde.rs\\\"\\n-harness = false\\n-required-features = [\\\"serde\\\"]\\n \\n [dependencies.anyhow]\\n version = \\\"1.0\\\"\\n@@ -280,6 +182,7 @@\\n [dependencies.ffi]\\n version = \\\"0.9.0\\\"\\n package = \\\"mlua-sys\\\"\\n+features=[\\\"luajit\\\", \\\"module\\\"]\\n \\n [dependencies.futures-util]\\n version = \\\"0.3\\\"\\n@@ -329,45 +232,18 @@\\n [dev-dependencies.static_assertions]\\n version = \\\"1.0\\\"\\n \\n-[dev-dependencies.tokio]\\n-version = \\\"1.0\\\"\\n-features = [\\n- \\\"macros\\\",\\n- \\\"rt\\\",\\n- \\\"time\\\",\\n-]\\n-\\n [dev-dependencies.trybuild]\\n version = \\\"1.0\\\"\\n-\\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.criterion]\\n-version = \\\"0.7\\\"\\n-features = [\\\"async_tokio\\\"]\\n \\n [target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.http-body-util]\\n version = \\\"0.1.1\\\"\\n-\\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.hyper]\\n-version = \\\"1.2\\\"\\n-features = [\\\"full\\\"]\\n-\\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.hyper-util]\\n-version = \\\"0.1.3\\\"\\n-features = [\\\"full\\\"]\\n \\n [target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.reqwest]\\n version = \\\"0.12\\\"\\n features = [\\\"json\\\"]\\n \\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.rustyline]\\n-version = \\\"17.0\\\"\\n-\\n [target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.tempfile]\\n version = \\\"3\\\"\\n-\\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.tokio]\\n-version = \\\"1.0\\\"\\n-features = [\\\"full\\\"]\\n \\n [lints.rust.unexpected_cfgs]\\n level = \\\"allow\\\"\\nEOF\\nrust2rpm mlua --store-crate --reuse-patch\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"rust2rpm rust2rpm-helper\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": null, "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": null, "uses_devel_repo": null, "sandbox": "terryp/rust-deps--terryp", "results": null, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/terryp/rust-deps", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/terryp/rust-deps", "result_dir": "09938391", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9938391, "mockchain_macros": { "copr_username": "terryp", "copr_projectname": "rust-deps", "vendor": "Fedora Project COPR (terryp/rust-deps)" } } ] } [2025-12-20 17:12:01,778][ INFO][PID:2080577] Sending fedora-messaging bus message in build.start [2025-12-20 17:12:02,292][ INFO][PID:2080577] Sending fedora-messaging bus message in chroot.start [2025-12-20 17:12:02,318][ INFO][PID:2080577] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9938391 --detached [2025-12-20 17:12:02,655][ INFO][PID:2080577] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '35.170.58.207' (ED25519) to the list of known hosts. [2025-12-20 17:12:02,656][ INFO][PID:2080577] Downloading the builder-live.log file, attempt 1 [2025-12-20 17:12:02,658][ INFO][PID:2080577] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@35.170.58.207 copr-rpmbuild-log [2025-12-20 17:12:07,661][ INFO][PID:2080577] Periodic builder liveness probe: alive [2025-12-20 17:12:07,662][ INFO][PID:2080577] Checking for cancel request [2025-12-20 17:12:12,663][ INFO][PID:2080577] Checking for cancel request [2025-12-20 17:12:17,664][ INFO][PID:2080577] Checking for cancel request [2025-12-20 17:12:22,665][ INFO][PID:2080577] Checking for cancel request [2025-12-20 17:12:27,666][ INFO][PID:2080577] Checking for cancel request [2025-12-20 17:12:32,667][ INFO][PID:2080577] Checking for cancel request [2025-12-20 17:12:37,668][ INFO][PID:2080577] Checking for cancel request [2025-12-20 17:12:41,528][ INFO][PID:2080577] Downloading results from builder [2025-12-20 17:12:41,529][ INFO][PID:2080577] rsyncing of mockbuilder@35.170.58.207:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938391 started [2025-12-20 17:12:41,530][ INFO][PID:2080577] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@35.170.58.207:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938391/ &> /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938391/build-09938391.rsync.log [2025-12-20 17:12:41,820][ INFO][PID:2080577] rsyncing finished. [2025-12-20 17:12:41,821][ INFO][PID:2080577] Releasing VM back to pool [2025-12-20 17:12:41,830][ INFO][PID:2080577] Searching for 'success' file in resultdir [2025-12-20 17:12:41,830][ INFO][PID:2080577] Getting build details [2025-12-20 17:12:41,831][ INFO][PID:2080577] Retrieving SRPM info from /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938391 [2025-12-20 17:12:41,832][ INFO][PID:2080577] SRPM URL: https://download.copr.fedorainfracloud.org/results/terryp/rust-deps/srpm-builds/09938391/rust-mlua-0.11.5-1.src.rpm [2025-12-20 17:12:41,832][ INFO][PID:2080577] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/terryp/rust-deps/srpm-builds/09938391/rust-mlua-0.11.5-1.src.rpm', 'pkg_name': 'rust-mlua', 'pkg_version': '0.11.5-1'} [2025-12-20 17:12:41,832][ INFO][PID:2080577] Finished build: id=9938391 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/terryp/rust-deps chroot=srpm-builds [2025-12-20 17:12:41,834][ INFO][PID:2080577] Worker succeeded build, took 40.105761766433716 [2025-12-20 17:12:41,835][ INFO][PID:2080577] Sending build state back to frontend: { "builds": [ { "timeout": 108000, "frontend_base_url": "https://copr.fedorainfracloud.org", "memory_reqs": null, "enable_net": true, "project_owner": "terryp", "project_name": "rust-deps", "project_dirname": "rust-deps", "submitter": "terryp", "ended_on": 1766250761.834515, "started_on": 1766250721.7287533, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938391", "build_id": 9938391, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"cat << 'EOF' > rust2rpm.toml\\n[features]\\nhide=['error-send']\\nenable=[\\\"luajit\\\", \\\"module\\\", 'serialize', 'userdata-wrappers', 'serde', 'macros', 'mlua_derive']\\nEOF\\n\\ncat << 'EOF' > mlua-fix-metadata.diff\\n--- mlua-0.11.5/Cargo.toml\\t2006-07-24T01:21:28+00:00\\n+++ mlua-0.11.5/Cargo.toml\\t2025-12-20T17:10:57.654587+00:00\\n@@ -63,32 +63,13 @@\\n \\\"dep:anyhow\\\",\\n \\\"error-send\\\",\\n ]\\n-async = [\\\"dep:futures-util\\\"]\\n error-send = []\\n-lua51 = [\\\"ffi/lua51\\\"]\\n-lua52 = [\\\"ffi/lua52\\\"]\\n-lua53 = [\\\"ffi/lua53\\\"]\\n-lua54 = [\\\"ffi/lua54\\\"]\\n luajit = [\\\"ffi/luajit\\\"]\\n-luajit52 = [\\n- \\\"luajit\\\",\\n- \\\"ffi/luajit52\\\",\\n-]\\n-luau = [\\\"ffi/luau\\\"]\\n-luau-jit = [\\n- \\\"luau\\\",\\n- \\\"ffi/luau-codegen\\\",\\n-]\\n-luau-vector4 = [\\n- \\\"luau\\\",\\n- \\\"ffi/luau-vector4\\\",\\n-]\\n macros = [\\\"mlua_derive/macros\\\"]\\n module = [\\n \\\"mlua_derive\\\",\\n \\\"ffi/module\\\",\\n ]\\n-send = [\\\"error-send\\\"]\\n serde = [\\n \\\"dep:serde\\\",\\n \\\"dep:erased-serde\\\",\\n@@ -97,70 +78,11 @@\\n ]\\n serialize = [\\\"serde\\\"]\\n userdata-wrappers = [\\\"parking_lot/send_guard\\\"]\\n-vendored = [\\\"ffi/vendored\\\"]\\n \\n [lib]\\n name = \\\"mlua\\\"\\n path = \\\"src/lib.rs\\\"\\n \\n-[[example]]\\n-name = \\\"async_http_client\\\"\\n-path = \\\"examples/async_http_client.rs\\\"\\n-required-features = [\\n- \\\"async\\\",\\n- \\\"macros\\\",\\n-]\\n-\\n-[[example]]\\n-name = \\\"async_http_reqwest\\\"\\n-path = \\\"examples/async_http_reqwest.rs\\\"\\n-required-features = [\\n- \\\"async\\\",\\n- \\\"serde\\\",\\n- \\\"macros\\\",\\n-]\\n-\\n-[[example]]\\n-name = \\\"async_http_server\\\"\\n-path = \\\"examples/async_http_server.rs\\\"\\n-required-features = [\\n- \\\"async\\\",\\n- \\\"macros\\\",\\n- \\\"send\\\",\\n-]\\n-\\n-[[example]]\\n-name = \\\"async_tcp_server\\\"\\n-path = \\\"examples/async_tcp_server.rs\\\"\\n-required-features = [\\n- \\\"async\\\",\\n- \\\"macros\\\",\\n- \\\"send\\\",\\n-]\\n-\\n-[[example]]\\n-name = \\\"guided_tour\\\"\\n-path = \\\"examples/guided_tour.rs\\\"\\n-required-features = [\\\"macros\\\"]\\n-\\n-[[example]]\\n-name = \\\"repl\\\"\\n-path = \\\"examples/repl.rs\\\"\\n-\\n-[[example]]\\n-name = \\\"serde\\\"\\n-path = \\\"examples/serde.rs\\\"\\n-required-features = [\\\"serde\\\"]\\n-\\n-[[example]]\\n-name = \\\"userdata\\\"\\n-path = \\\"examples/userdata.rs\\\"\\n-required-features = [\\\"macros\\\"]\\n-\\n-[[test]]\\n-name = \\\"async\\\"\\n-path = \\\"tests/async.rs\\\"\\n-\\n [[test]]\\n name = \\\"buffer\\\"\\n path = \\\"tests/buffer.rs\\\"\\n@@ -198,10 +120,6 @@\\n path = \\\"tests/hooks.rs\\\"\\n \\n [[test]]\\n-name = \\\"luau\\\"\\n-path = \\\"tests/luau.rs\\\"\\n-\\n-[[test]]\\n name = \\\"memory\\\"\\n path = \\\"tests/memory.rs\\\"\\n \\n@@ -214,10 +132,6 @@\\n path = \\\"tests/scope.rs\\\"\\n \\n [[test]]\\n-name = \\\"send\\\"\\n-path = \\\"tests/send.rs\\\"\\n-\\n-[[test]]\\n name = \\\"serde\\\"\\n path = \\\"tests/serde.rs\\\"\\n \\n@@ -248,18 +162,6 @@\\n [[test]]\\n name = \\\"value\\\"\\n path = \\\"tests/value.rs\\\"\\n-\\n-[[bench]]\\n-name = \\\"benchmark\\\"\\n-path = \\\"benches/benchmark.rs\\\"\\n-harness = false\\n-required-features = [\\\"async\\\"]\\n-\\n-[[bench]]\\n-name = \\\"serde\\\"\\n-path = \\\"benches/serde.rs\\\"\\n-harness = false\\n-required-features = [\\\"serde\\\"]\\n \\n [dependencies.anyhow]\\n version = \\\"1.0\\\"\\n@@ -280,6 +182,7 @@\\n [dependencies.ffi]\\n version = \\\"0.9.0\\\"\\n package = \\\"mlua-sys\\\"\\n+features=[\\\"luajit\\\", \\\"module\\\"]\\n \\n [dependencies.futures-util]\\n version = \\\"0.3\\\"\\n@@ -329,45 +232,18 @@\\n [dev-dependencies.static_assertions]\\n version = \\\"1.0\\\"\\n \\n-[dev-dependencies.tokio]\\n-version = \\\"1.0\\\"\\n-features = [\\n- \\\"macros\\\",\\n- \\\"rt\\\",\\n- \\\"time\\\",\\n-]\\n-\\n [dev-dependencies.trybuild]\\n version = \\\"1.0\\\"\\n-\\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.criterion]\\n-version = \\\"0.7\\\"\\n-features = [\\\"async_tokio\\\"]\\n \\n [target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.http-body-util]\\n version = \\\"0.1.1\\\"\\n-\\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.hyper]\\n-version = \\\"1.2\\\"\\n-features = [\\\"full\\\"]\\n-\\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.hyper-util]\\n-version = \\\"0.1.3\\\"\\n-features = [\\\"full\\\"]\\n \\n [target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.reqwest]\\n version = \\\"0.12\\\"\\n features = [\\\"json\\\"]\\n \\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.rustyline]\\n-version = \\\"17.0\\\"\\n-\\n [target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.tempfile]\\n version = \\\"3\\\"\\n-\\n-[target.'cfg(not(target_family = \\\"wasm\\\"))'.dev-dependencies.tokio]\\n-version = \\\"1.0\\\"\\n-features = [\\\"full\\\"]\\n \\n [lints.rust.unexpected_cfgs]\\n level = \\\"allow\\\"\\nEOF\\nrust2rpm mlua --store-crate --reuse-patch\\n\", \"chroot\": \"fedora-43-x86_64\", \"builddeps\": \"rust2rpm rust2rpm-helper\", \"resultdir\": \"\", \"repos\": \"\"}", "pkg_name": "rust-mlua", "pkg_main_version": null, "pkg_epoch": null, "pkg_release": null, "srpm_url": "https://download.copr.fedorainfracloud.org/results/terryp/rust-deps/srpm-builds/09938391/rust-mlua-0.11.5-1.src.rpm", "uses_devel_repo": null, "sandbox": "terryp/rust-deps--terryp", "results": { "name": "rust-mlua", "epoch": null, "version": "0.11.5", "release": "1", "exclusivearch": [], "excludearch": [] }, "appstream": false, "allow_user_ssh": null, "ssh_public_keys": null, "storage": null, "repos": [], "background": false, "destdir": "/var/lib/copr/public_html/results/terryp/rust-deps", "results_repo_url": "https://download.copr.fedorainfracloud.org/results/terryp/rust-deps", "result_dir": "09938391", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.11.5-1", "id": 9938391, "mockchain_macros": { "copr_username": "terryp", "copr_projectname": "rust-deps", "vendor": "Fedora Project COPR (terryp/rust-deps)" } } ] } [2025-12-20 17:12:41,880][ INFO][PID:2080577] Sending fedora-messaging bus message in build.end [2025-12-20 17:12:41,908][ INFO][PID:2080577] Compressing /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938391/builder-live.log by gzip [2025-12-20 17:12:41,909][ INFO][PID:2080577] Running command 'gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938391/builder-live.log' as PID 2083050 [2025-12-20 17:12:41,914][ INFO][PID:2080577] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938391/builder-live.log) [2025-12-20 17:12:41,915][ INFO][PID:2080577] Compressing /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938391/backend.log by gzip [2025-12-20 17:12:41,916][ INFO][PID:2080577] Running command 'gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938391/backend.log' as PID 2083051