[INFO] cloning repository https://github.com/toxoidengine/toxoid [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/toxoidengine/toxoid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoxoidengine%2Ftoxoid", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoxoidengine%2Ftoxoid'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e3c5860a1c1431de47aa439639ce6f7e42a0271e [INFO] checking toxoidengine/toxoid against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoxoidengine%2Ftoxoid" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/toxoidengine/toxoid [INFO] finished tweaking git repo https://github.com/toxoidengine/toxoid [INFO] tweaked toml for git repo https://github.com/toxoidengine/toxoid written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/toxoidengine/toxoid on toolchain d8be25549d5418405531341b4be6d8538fc3c42e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/toxoidengine/toxoid already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-1-tc2/source/crates/toxoid_guest/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-1-tc2/source/crates/toxoid_host/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-1-tc2/source/app/guest/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: Cargo.toml: unused manifest key: workspace.name [INFO] [stderr] warning: workspace (manifest) generated 1 warning [INFO] [stderr] warning: app/guest/Cargo.toml: unused manifest key: target.cfg(target_os = "emscripten").lib [INFO] [stderr] warning: `guest` (manifest) generated 1 warning [INFO] [stderr] warning: crates/toxoid_host/Cargo.toml: unused manifest key: target.cfg(not(target_os = "emscripten")).lib [INFO] [stderr] warning: `toxoid_host` (manifest) generated 1 warning [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:fd22e2154e7db748230f413534f3a6d034160c9d2b7c14b90fba4e9bfc1a36d4" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] b5d00aeb74bb077a9756278eb98ff6770d3a46ac25ae84c0ec6efc2a2dbc0f9f [INFO] running `Command { std: "docker" "start" "b5d00aeb74bb077a9756278eb98ff6770d3a46ac25ae84c0ec6efc2a2dbc0f9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b5d00aeb74bb077a9756278eb98ff6770d3a46ac25ae84c0ec6efc2a2dbc0f9f" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5d00aeb74bb077a9756278eb98ff6770d3a46ac25ae84c0ec6efc2a2dbc0f9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b5d00aeb74bb077a9756278eb98ff6770d3a46ac25ae84c0ec6efc2a2dbc0f9f" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/crates/toxoid_guest/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/crates/toxoid_host/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/app/guest/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] | [INFO] [stderr] = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: Cargo.toml: unused manifest key: workspace.name [INFO] [stderr] warning: workspace (manifest) generated 1 warning [INFO] [stderr] warning: app/guest/Cargo.toml: unused manifest key: target.cfg(target_os = "emscripten").lib [INFO] [stderr] warning: `guest` (manifest) generated 1 warning [INFO] [stderr] warning: crates/toxoid_host/Cargo.toml: unused manifest key: target.cfg(not(target_os = "emscripten")).lib [INFO] [stderr] warning: `toxoid_host` (manifest) generated 1 warning [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling prettyplease v0.2.22 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Checking foldhash v0.1.3 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Checking hashbrown v0.15.0 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling bindgen v0.71.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling rustc-hash v2.1.0 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling wit-bindgen-rt v0.32.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling toxoid_host v0.1.0 (/opt/rustwide/workdir/crates/toxoid_host) [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling io-lifetimes v2.0.3 [INFO] [stderr] Compiling cranelift-isle v0.113.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] error: failed to run custom build command for `toxoid_host v0.1.0 (/opt/rustwide/workdir/crates/toxoid_host)` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/toxoid_host-c42522595edba926/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' (740) panicked at crates/toxoid_host/build.rs:17:10: [INFO] [stderr] Failed to write to bindings.rs: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x590681c799d8 - std[58e9059bfb67e8d4]::backtrace_rs::backtrace::libunwind::trace [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x590681c799d8 - std[58e9059bfb67e8d4]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x590681c799d8 - std[58e9059bfb67e8d4]::sys::backtrace::_print_fmt [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/sys/backtrace.rs:74:9 [INFO] [stderr] 3: 0x590681c799d8 - <::print::DisplayBacktrace as core[d1ec29352f12a9b9]::fmt::Display>::fmt [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/sys/backtrace.rs:44:26 [INFO] [stderr] 4: 0x590681c89fea - ::fmt [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/core/src/fmt/rt.rs:152:76 [INFO] [stderr] 5: 0x590681c89fea - core[d1ec29352f12a9b9]::fmt::write [INFO] [stderr] 6: 0x590681c7d042 - std[58e9059bfb67e8d4]::io::default_write_fmt:: [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/io/mod.rs:623:11 [INFO] [stderr] 7: 0x590681c7d042 - ::write_fmt [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/io/mod.rs:1661:13 [INFO] [stderr] 8: 0x590681c65336 - ::print [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/sys/backtrace.rs:47:9 [INFO] [stderr] 9: 0x590681c65336 - std[58e9059bfb67e8d4]::panicking::default_hook::{closure#0} [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panicking.rs:292:27 [INFO] [stderr] 10: 0x590681c75ba1 - std[58e9059bfb67e8d4]::panicking::default_hook [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panicking.rs:319:9 [INFO] [stderr] 11: 0x590681c75d5b - std[58e9059bfb67e8d4]::panicking::panic_with_hook [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panicking.rs:814:13 [INFO] [stderr] 12: 0x590681c653f2 - std[58e9059bfb67e8d4]::panicking::panic_handler::{closure#0} [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panicking.rs:687:13 [INFO] [stderr] 13: 0x590681c5a889 - std[58e9059bfb67e8d4]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/sys/backtrace.rs:182:18 [INFO] [stderr] 14: 0x590681c65bdd - __rustc[2e3ad286fda7e55b]::rust_begin_unwind [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panicking.rs:678:5 [INFO] [stderr] 15: 0x590681c8a6dc - core[d1ec29352f12a9b9]::panicking::panic_fmt [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/core/src/panicking.rs:80:14 [INFO] [stderr] 16: 0x590681c8a4b2 - core[d1ec29352f12a9b9]::result::unwrap_failed [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/core/src/result.rs:1870:5 [INFO] [stderr] 17: 0x590681c4e4b0 - >::expect [INFO] [stderr] 18: 0x590681c4e34a - build_script_build[84d5ba245b2aca2d]::main [INFO] [stderr] 19: 0x590681c4fab3 - >::call_once [INFO] [stderr] 20: 0x590681c4daf6 - std[58e9059bfb67e8d4]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stderr] 21: 0x590681c4e039 - std[58e9059bfb67e8d4]::rt::lang_start::<()>::{closure#0} [INFO] [stderr] 22: 0x590681c75347 - <&dyn core[d1ec29352f12a9b9]::ops::function::Fn<(), Output = i32> + core[d1ec29352f12a9b9]::marker::Sync + core[d1ec29352f12a9b9]::panic::unwind_safe::RefUnwindSafe as core[d1ec29352f12a9b9]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/core/src/ops/function.rs:287:21 [INFO] [stderr] 23: 0x590681c75347 - std[58e9059bfb67e8d4]::panicking::catch_unwind::do_call::<&dyn core[d1ec29352f12a9b9]::ops::function::Fn<(), Output = i32> + core[d1ec29352f12a9b9]::marker::Sync + core[d1ec29352f12a9b9]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panicking.rs:575:43 [INFO] [stderr] 24: 0x590681c75347 - std[58e9059bfb67e8d4]::panicking::catch_unwind:: + core[d1ec29352f12a9b9]::marker::Sync + core[d1ec29352f12a9b9]::panic::unwind_safe::RefUnwindSafe> [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panicking.rs:543:19 [INFO] [stderr] 25: 0x590681c75347 - std[58e9059bfb67e8d4]::panic::catch_unwind::<&dyn core[d1ec29352f12a9b9]::ops::function::Fn<(), Output = i32> + core[d1ec29352f12a9b9]::marker::Sync + core[d1ec29352f12a9b9]::panic::unwind_safe::RefUnwindSafe, i32> [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panic.rs:359:14 [INFO] [stderr] 26: 0x590681c75347 - std[58e9059bfb67e8d4]::rt::lang_start_internal::{closure#0} [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/rt.rs:175:24 [INFO] [stderr] 27: 0x590681c75347 - std[58e9059bfb67e8d4]::panicking::catch_unwind::do_call:: [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panicking.rs:575:43 [INFO] [stderr] 28: 0x590681c75347 - std[58e9059bfb67e8d4]::panicking::catch_unwind:: [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panicking.rs:543:19 [INFO] [stderr] 29: 0x590681c75347 - std[58e9059bfb67e8d4]::panic::catch_unwind:: [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/panic.rs:359:14 [INFO] [stderr] 30: 0x590681c75347 - std[58e9059bfb67e8d4]::rt::lang_start_internal [INFO] [stderr] at /rustc/d8be25549d5418405531341b4be6d8538fc3c42e/library/std/src/rt.rs:171:5 [INFO] [stderr] 31: 0x590681c4d921 - std[58e9059bfb67e8d4]::rt::lang_start::<()> [INFO] [stderr] 32: 0x590681c4fb65 - main [INFO] [stderr] 33: 0x73c7dec9a1ca - [INFO] [stderr] 34: 0x73c7dec9a28b - __libc_start_main [INFO] [stderr] 35: 0x590681c4c485 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b5d00aeb74bb077a9756278eb98ff6770d3a46ac25ae84c0ec6efc2a2dbc0f9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5d00aeb74bb077a9756278eb98ff6770d3a46ac25ae84c0ec6efc2a2dbc0f9f", kill_on_drop: false }` [INFO] [stdout] b5d00aeb74bb077a9756278eb98ff6770d3a46ac25ae84c0ec6efc2a2dbc0f9f