[2025-12-20 16:24:39,883][ INFO][PID:1896582] Marking build as starting [2025-12-20 16:24:39,947][ INFO][PID:1896582] Checking for cancel request [2025-12-20 16:24:39,948][ INFO][PID:1896582] VM allocation process starts [2025-12-20 16:24:39,958][ INFO][PID:1896582] Trying to allocate VM: ResallocHost, ticket_id=456714, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 16:24:42,970][ INFO][PID:1896582] Allocated host ResallocHost, ticket_id=456714, hostname=3.236.170.101, name=aws_x86_64_normalreserved_prod_00715307_20251220_162235, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 16:24:42,970][ INFO][PID:1896582] Allocating ssh connection to builder [2025-12-20 16:24:42,971][ INFO][PID:1896582] Checking that builder machine is OK [2025-12-20 16:24:43,321][ INFO][PID:1896582] Running remote command: copr-builder-ready srpm-builds [2025-12-20 16:24:43,524][ INFO][PID:1896582] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-20 16:24:43,525][ INFO][PID:1896582] Filling build.info file with builder info [2025-12-20 16:24:43,525][ INFO][PID:1896582] Checking for cancel request [2025-12-20 16:24:43,526][ INFO][PID:1896582] 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": 1766247883.52653, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938347", "build_id": 9938347, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"cat << '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-20T16:23:12.133147+00:00\\n@@ -63,26 +63,8 @@\\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@@ -97,51 +79,10 @@\\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@@ -158,10 +99,6 @@\\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 \\n@@ -248,18 +185,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@@ -329,45 +254,8 @@\\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": "09938347", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9938347, "mockchain_macros": { "copr_username": "terryp", "copr_projectname": "rust-deps", "vendor": "Fedora Project COPR (terryp/rust-deps)" } } ] } [2025-12-20 16:24:43,568][ INFO][PID:1896582] Sending fedora-messaging bus message in build.start [2025-12-20 16:24:44,126][ INFO][PID:1896582] Sending fedora-messaging bus message in chroot.start [2025-12-20 16:24:44,155][ INFO][PID:1896582] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9938347 --detached [2025-12-20 16:24:44,496][ INFO][PID:1896582] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.236.170.101' (ED25519) to the list of known hosts. [2025-12-20 16:24:44,497][ INFO][PID:1896582] Downloading the builder-live.log file, attempt 1 [2025-12-20 16:24:44,498][ INFO][PID:1896582] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.236.170.101 copr-rpmbuild-log [2025-12-20 16:24:49,503][ INFO][PID:1896582] Periodic builder liveness probe: alive [2025-12-20 16:24:49,504][ INFO][PID:1896582] Checking for cancel request [2025-12-20 16:24:54,505][ INFO][PID:1896582] Checking for cancel request [2025-12-20 16:24:59,506][ INFO][PID:1896582] Checking for cancel request [2025-12-20 16:25:04,507][ INFO][PID:1896582] Checking for cancel request [2025-12-20 16:25:09,508][ INFO][PID:1896582] Checking for cancel request [2025-12-20 16:25:14,510][ INFO][PID:1896582] Checking for cancel request [2025-12-20 16:25:19,511][ INFO][PID:1896582] Checking for cancel request [2025-12-20 16:25:20,054][ INFO][PID:1896582] Downloading results from builder [2025-12-20 16:25:20,055][ INFO][PID:1896582] rsyncing of mockbuilder@3.236.170.101:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938347 started [2025-12-20 16:25:20,056][ INFO][PID:1896582] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.236.170.101:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938347/ &> /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938347/build-09938347.rsync.log [2025-12-20 16:25:20,305][ INFO][PID:1896582] rsyncing finished. [2025-12-20 16:25:20,305][ INFO][PID:1896582] Releasing VM back to pool [2025-12-20 16:25:20,316][ INFO][PID:1896582] Searching for 'success' file in resultdir [2025-12-20 16:25:20,317][ INFO][PID:1896582] Getting build details [2025-12-20 16:25:20,318][ INFO][PID:1896582] Retrieving SRPM info from /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938347 [2025-12-20 16:25:20,319][ INFO][PID:1896582] SRPM URL: https://download.copr.fedorainfracloud.org/results/terryp/rust-deps/srpm-builds/09938347/rust-mlua-0.11.5-1.src.rpm [2025-12-20 16:25:20,319][ INFO][PID:1896582] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/terryp/rust-deps/srpm-builds/09938347/rust-mlua-0.11.5-1.src.rpm', 'pkg_name': 'rust-mlua', 'pkg_version': '0.11.5-1'} [2025-12-20 16:25:20,320][ INFO][PID:1896582] Finished build: id=9938347 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/terryp/rust-deps chroot=srpm-builds [2025-12-20 16:25:20,322][ INFO][PID:1896582] Worker succeeded build, took 36.795907974243164 [2025-12-20 16:25:20,323][ INFO][PID:1896582] 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": 1766247920.322438, "started_on": 1766247883.52653, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938347", "build_id": 9938347, "package_name": null, "package_version": null, "git_repo": null, "git_hash": null, "git_branch": null, "source_type": 9, "source_json": "{\"script\": \"cat << '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-20T16:23:12.133147+00:00\\n@@ -63,26 +63,8 @@\\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@@ -97,51 +79,10 @@\\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@@ -158,10 +99,6 @@\\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 \\n@@ -248,18 +185,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@@ -329,45 +254,8 @@\\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/09938347/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": "09938347", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.11.5-1", "id": 9938347, "mockchain_macros": { "copr_username": "terryp", "copr_projectname": "rust-deps", "vendor": "Fedora Project COPR (terryp/rust-deps)" } } ] } [2025-12-20 16:25:20,384][ INFO][PID:1896582] Sending fedora-messaging bus message in build.end [2025-12-20 16:25:20,416][ INFO][PID:1896582] Compressing /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938347/builder-live.log by gzip [2025-12-20 16:25:20,418][ INFO][PID:1896582] Running command 'gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938347/builder-live.log' as PID 1902099 [2025-12-20 16:25:20,424][ INFO][PID:1896582] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938347/builder-live.log) [2025-12-20 16:25:20,425][ INFO][PID:1896582] Compressing /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938347/backend.log by gzip [2025-12-20 16:25:20,428][ INFO][PID:1896582] Running command 'gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938347/backend.log' as PID 1902100