[2025-12-20 17:39:48,396][ INFO][PID:2171399] Marking build as starting [2025-12-20 17:39:48,431][ INFO][PID:2171399] Checking for cancel request [2025-12-20 17:39:48,432][ INFO][PID:2171399] VM allocation process starts [2025-12-20 17:39:48,440][ INFO][PID:2171399] Trying to allocate VM: ResallocHost, ticket_id=457272, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 17:39:51,478][ INFO][PID:2171399] Allocated host ResallocHost, ticket_id=457272, hostname=44.192.80.65, name=aws_x86_64_normalreserved_prod_00715663_20251220_172722, requested_tags=['copr_builder', 'arch_x86_64'] [2025-12-20 17:39:51,902][ INFO][PID:2171399] Allocating ssh connection to builder [2025-12-20 17:39:51,903][ INFO][PID:2171399] Checking that builder machine is OK [2025-12-20 17:39:52,204][ INFO][PID:2171399] Running remote command: copr-builder-ready srpm-builds [2025-12-20 17:39:52,393][ INFO][PID:2171399] Red Hat subscription not needed for srpm-builds Builder is ready to be used [2025-12-20 17:39:52,393][ INFO][PID:2171399] Filling build.info file with builder info [2025-12-20 17:39:52,394][ INFO][PID:2171399] Checking for cancel request [2025-12-20 17:39:52,394][ INFO][PID:2171399] 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": 1766252392.3948283, "submitted_on": null, "status": 3, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938400", "build_id": 9938400, "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 in the 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": "09938400", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9938400, "mockchain_macros": { "copr_username": "terryp", "copr_projectname": "rust-deps", "vendor": "Fedora Project COPR (terryp/rust-deps)" } } ] } [2025-12-20 17:39:52,482][ INFO][PID:2171399] Sending fedora-messaging bus message in build.start [2025-12-20 17:39:52,965][ INFO][PID:2171399] Sending fedora-messaging bus message in chroot.start [2025-12-20 17:39:52,990][ INFO][PID:2171399] Starting remote build: copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9938400 --detached [2025-12-20 17:39:53,314][ INFO][PID:2171399] The copr-rpmbuild seems started, per: stdout: stderr: Warning: Permanently added '44.192.80.65' (ED25519) to the list of known hosts. [2025-12-20 17:39:53,315][ INFO][PID:2171399] Downloading the builder-live.log file, attempt 1 [2025-12-20 17:39:53,316][ INFO][PID:2171399] Popen command started: ssh -F /home/copr/.ssh/config mockbuilder@44.192.80.65 copr-rpmbuild-log [2025-12-20 17:39:58,320][ INFO][PID:2171399] Periodic builder liveness probe: alive [2025-12-20 17:39:58,321][ INFO][PID:2171399] Checking for cancel request [2025-12-20 17:40:03,322][ INFO][PID:2171399] Checking for cancel request [2025-12-20 17:40:08,323][ INFO][PID:2171399] Checking for cancel request [2025-12-20 17:40:13,323][ INFO][PID:2171399] Checking for cancel request [2025-12-20 17:40:18,324][ INFO][PID:2171399] Checking for cancel request [2025-12-20 17:40:23,325][ INFO][PID:2171399] Checking for cancel request [2025-12-20 17:40:28,326][ INFO][PID:2171399] Checking for cancel request [2025-12-20 17:40:28,470][ INFO][PID:2171399] Downloading results from builder [2025-12-20 17:40:28,471][ INFO][PID:2171399] rsyncing of mockbuilder@44.192.80.65:/var/lib/copr-rpmbuild/results/ to /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938400 started [2025-12-20 17:40:28,472][ INFO][PID:2171399] Popen command started: /usr/bin/rsync -rltDvH --chmod=D755,F644 -e 'ssh -F /home/copr/.ssh/config' mockbuilder@44.192.80.65:/var/lib/copr-rpmbuild/results/ /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938400/ &> /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938400/build-09938400.rsync.log [2025-12-20 17:40:28,672][ INFO][PID:2171399] rsyncing finished. [2025-12-20 17:40:28,673][ INFO][PID:2171399] Releasing VM back to pool [2025-12-20 17:40:28,681][ INFO][PID:2171399] Searching for 'success' file in resultdir [2025-12-20 17:40:28,682][ ERROR][PID:2171399] Build failed: Backend process error: No success file => build failure [2025-12-20 17:40:28,682][ INFO][PID:2171399] Finished build: id=9938400 failed=True timeout=108000 destdir=/var/lib/copr/public_html/results/terryp/rust-deps chroot=srpm-builds [2025-12-20 17:40:28,684][ ERROR][PID:2171399] Backend process error: No success file => build failure [2025-12-20 17:40:28,685][ INFO][PID:2171399] Worker failed build, took 36.290143966674805 [2025-12-20 17:40:28,685][ INFO][PID:2171399] 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": 1766252428.6849723, "started_on": 1766252392.3948283, "submitted_on": null, "status": 0, "chroot": "srpm-builds", "arch": "x86_64", "buildroot_pkgs": null, "task_id": "9938400", "build_id": 9938400, "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 in the 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": "09938400", "built_packages": "", "tags": [ "arch_x86_64" ], "id": 9938400, "mockchain_macros": { "copr_username": "terryp", "copr_projectname": "rust-deps", "vendor": "Fedora Project COPR (terryp/rust-deps)" } } ] } [2025-12-20 17:40:28,734][ INFO][PID:2171399] Sending fedora-messaging bus message in build.end [2025-12-20 17:40:28,762][ INFO][PID:2171399] Compressing /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938400/builder-live.log by gzip [2025-12-20 17:40:28,763][ INFO][PID:2171399] Running command 'gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938400/builder-live.log' as PID 2172631 [2025-12-20 17:40:28,767][ INFO][PID:2171399] Finished after 0 seconds with exit code 0 (gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938400/builder-live.log) [2025-12-20 17:40:28,768][ INFO][PID:2171399] Compressing /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938400/backend.log by gzip [2025-12-20 17:40:28,769][ INFO][PID:2171399] Running command 'gzip /var/lib/copr/public_html/results/terryp/rust-deps/srpm-builds/09938400/backend.log' as PID 2172632