[2025-12-20 17:42:31,098][ INFO][PID:2177377] Marking build as starting [2025-12-20 17:42:31,142][ INFO][PID:2177377] Checking for cancel request [2025-12-20 17:42:31,144][ INFO][PID:2177377] VM allocation process starts [2025-12-20 17:42:31,156][ INFO][PID:2177377] Trying to allocate VM: ResallocHost, ticket_id=457277, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 17:42:34,199][ INFO][PID:2177377] Allocated host ResallocHost, ticket_id=457277, hostname=3.81.132.215, name=aws_x86_64_normalreserved_prod_00715672_20251220_172930, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 17:42:34,200][ INFO][PID:2177377] Allocating ssh connection to builder [2025-12-20 17:42:34,200][ INFO][PID:2177377] Checking that builder machine is OK [2025-12-20 17:42:34,531][ INFO][PID:2177377] Running remote command: copr-builder-ready srpm-builds [2025-12-20 17:42:34,735][ INFO][PID:2177377] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-20 17:42:34,736][ INFO][PID:2177377] Filling build.info file with builder info [2025-12-20 17:42:34,736][ INFO][PID:2177377] Checking for cancel request [2025-12-20 17:42:34,737][ INFO][PID:2177377] 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": 1766252554.737319, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938401", "build_id": 9938401, "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']\\n[tests]\\nrun=false\\ncomments=[\\\"Keep running into linker errors while building tests\\\"]\\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:21:17.424227+00:00\\n@@ -65,30 +65,12 @@\\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 +79,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 +121,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 +133,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 +163,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 +183,8 @@\\n [dependencies.ffi]\\n version = \\\"0.9.0\\\"\\n package = \\\"mlua-sys\\\"\\n+default-features = false\\n+features = [\\\"luajit\\\", \\\"module\\\"]\\n \\n [dependencies.futures-util]\\n version = \\\"0.3\\\"\\n@@ -340,27 +245,12 @@\\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\\\"\\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": "09938401", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9938401, "mockchain_macros": { "copr_username": "terryp", "copr_projectname": "rust-deps", "vendor": "Fedora Project COPR (terryp/rust-deps)" } } ] } [2025-12-20 17:42:34,774][ INFO][PID:2177377] Sending fedora-messaging bus message in build.start [2025-12-20 17:42:35,287][ INFO][PID:2177377] Sending fedora-messaging bus message in chroot.start [2025-12-20 17:42:35,313][ INFO][PID:2177377] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9938401 --detached [2025-12-20 17:42:35,637][ INFO][PID:2177377] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '3.81.132.215' (ED25519) to the list of known hosts. [2025-12-20 17:42:35,638][ INFO][PID:2177377] Downloading the builder-live.log file, attempt 1 [2025-12-20 17:42:35,639][ INFO][PID:2177377] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@3.81.132.215 copr-rpmbuild-log [2025-12-20 17:42:40,643][ INFO][PID:2177377] Periodic builder liveness probe: alive [2025-12-20 17:42:40,643][ INFO][PID:2177377] Checking for cancel request [2025-12-20 17:42:45,644][ INFO][PID:2177377] Checking for cancel request [2025-12-20 17:42:50,645][ INFO][PID:2177377] Checking for cancel request [2025-12-20 17:42:55,646][ INFO][PID:2177377] Checking for cancel request [2025-12-20 17:43:00,647][ INFO][PID:2177377] Checking for cancel request [2025-12-20 17:43:05,647][ INFO][PID:2177377] Checking for cancel request [2025-12-20 17:43:10,648][ INFO][PID:2177377] Checking for cancel request [2025-12-20 17:43:13,568][ INFO][PID:2177377] Downloading results from builder [2025-12-20 17:43:13,569][ INFO][PID:2177377] rsyncing of mockbuilder@3.81.132.215:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938401 started [2025-12-20 17:43:13,570][ INFO][PID:2177377] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@3.81.132.215:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938401/ &> /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938401/build-09938401.rsync.log [2025-12-20 17:43:13,833][ INFO][PID:2177377] rsyncing finished. [2025-12-20 17:43:13,834][ INFO][PID:2177377] Releasing VM back to pool [2025-12-20 17:43:13,842][ INFO][PID:2177377] Searching for 'success' file in resultdir [2025-12-20 17:43:13,842][ INFO][PID:2177377] Getting build details [2025-12-20 17:43:13,843][ INFO][PID:2177377] Retrieving SRPM info from /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938401 [2025-12-20 17:43:13,843][ INFO][PID:2177377] SRPM URL: https://download.copr.fedorainfracloud.org/results/terryp/rust-deps/srpm-builds/09938401/rust-mlua-0.11.5-1.src.rpm [2025-12-20 17:43:13,844][ INFO][PID:2177377] build details: {'srpm_url': 'https://download.copr.fedorainfracloud.org/results/terryp/rust-deps/srpm-builds/09938401/rust-mlua-0.11.5-1.src.rpm', 'pkg_name': 'rust-mlua', 'pkg_version': '0.11.5-1'} [2025-12-20 17:43:13,844][ INFO][PID:2177377] Finished build: id=9938401 failed=False timeout=108000 destdir=/var/lib/copr/public_html/results/terryp/rust-deps chroot=srpm-builds [2025-12-20 17:43:13,846][ INFO][PID:2177377] Worker succeeded build, took 39.10876941680908 [2025-12-20 17:43:13,846][ INFO][PID:2177377] 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": 1766252593.8460884, "started_on": 1766252554.737319, "submitted_on": null, "status": 1, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938401", "build_id": 9938401, "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']\\n[tests]\\nrun=false\\ncomments=[\\\"Keep running into linker errors while building tests\\\"]\\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:21:17.424227+00:00\\n@@ -65,30 +65,12 @@\\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 +79,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 +121,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 +133,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 +163,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 +183,8 @@\\n [dependencies.ffi]\\n version = \\\"0.9.0\\\"\\n package = \\\"mlua-sys\\\"\\n+default-features = false\\n+features = [\\\"luajit\\\", \\\"module\\\"]\\n \\n [dependencies.futures-util]\\n version = \\\"0.3\\\"\\n@@ -340,27 +245,12 @@\\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\\\"\\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/09938401/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": "09938401", "built_packages": "", "tags": [ "arch_x86_64" ], "pkg_version": "0.11.5-1", "id": 9938401, "mockchain_macros": { "copr_username": "terryp", "copr_projectname": "rust-deps", "vendor": "Fedora Project COPR (terryp/rust-deps)" } } ] } [2025-12-20 17:43:13,897][ INFO][PID:2177377] Sending fedora-messaging bus message in build.end [2025-12-20 17:43:13,923][ INFO][PID:2177377] Compressing /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938401/builder-live.log by gzip [2025-12-20 17:43:13,924][ INFO][PID:2177377] Running command 'gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938401/builder-live.log' as PID 2179174 [2025-12-20 17:43:13,929][ INFO][PID:2177377] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938401/builder-live.log) [2025-12-20 17:43:13,929][ INFO][PID:2177377] Compressing /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938401/backend.log by gzip [2025-12-20 17:43:13,930][ INFO][PID:2177377] Running command 'gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938401/backend.log' as PID 2179175