[INFO] cloning repository https://github.com/MathieuMoalic/nez [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MathieuMoalic/nez" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMathieuMoalic%2Fnez", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMathieuMoalic%2Fnez'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 12cda69d36eea1ab10fbcc059c379bc60df13776 [INFO] building MathieuMoalic/nez against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMathieuMoalic%2Fnez" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/MathieuMoalic/nez [INFO] finished tweaking git repo https://github.com/MathieuMoalic/nez [INFO] tweaked toml for git repo https://github.com/MathieuMoalic/nez written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/MathieuMoalic/nez on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/MathieuMoalic/nez 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a434fb30e6a7851ca2f750ab49a537afe88b19d11b64b915676b197cd0bb904 [INFO] running `Command { std: "docker" "start" "-a" "0a434fb30e6a7851ca2f750ab49a537afe88b19d11b64b915676b197cd0bb904", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a434fb30e6a7851ca2f750ab49a537afe88b19d11b64b915676b197cd0bb904", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a434fb30e6a7851ca2f750ab49a537afe88b19d11b64b915676b197cd0bb904", kill_on_drop: false }` [INFO] [stdout] 0a434fb30e6a7851ca2f750ab49a537afe88b19d11b64b915676b197cd0bb904 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8be5df4173bb70460517b4b43c5b01d6e424ccbb102f39881f20b77e39c75c7 [INFO] running `Command { std: "docker" "start" "-a" "a8be5df4173bb70460517b4b43c5b01d6e424ccbb102f39881f20b77e39c75c7", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling unsafe_cell_slice v0.2.2 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling moka v0.12.10 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling page_size v0.6.0 [INFO] [stderr] Compiling zarrs v0.21.2 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling inventory v0.3.20 [INFO] [stderr] Compiling tagptr v0.2.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling zarrs_registry v0.1.4 [INFO] [stderr] Compiling lru v0.14.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling rayon_iter_concurrent_limit v0.2.0 [INFO] [stderr] Compiling bytemuck_derive v1.9.3 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling monostate-impl v0.1.14 [INFO] [stderr] Compiling auto_impl v1.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling bytemuck v1.23.1 [INFO] [stderr] Compiling zarrs_plugin v0.2.1 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling zarrs_storage v0.3.4 [INFO] [stderr] Compiling zarrs_filesystem v0.2.3 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling monostate v0.1.14 [INFO] [stderr] Compiling zarrs_metadata v0.5.0 [INFO] [stderr] Compiling zarrs_metadata_ext v0.1.1 [INFO] [stderr] Compiling zarrs_data_type v0.3.2 [INFO] [stderr] Compiling nalgebra v0.33.2 [INFO] [stderr] Compiling nez v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s [INFO] running `Command { std: "docker" "inspect" "a8be5df4173bb70460517b4b43c5b01d6e424ccbb102f39881f20b77e39c75c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8be5df4173bb70460517b4b43c5b01d6e424ccbb102f39881f20b77e39c75c7", kill_on_drop: false }` [INFO] [stdout] a8be5df4173bb70460517b4b43c5b01d6e424ccbb102f39881f20b77e39c75c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50df2c56142043111248ab33440b559a8998363c20a2081d65b94c73ba7356b5 [INFO] running `Command { std: "docker" "start" "-a" "50df2c56142043111248ab33440b559a8998363c20a2081d65b94c73ba7356b5", kill_on_drop: false }` [INFO] [stderr] Compiling nez v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.15s [INFO] running `Command { std: "docker" "inspect" "50df2c56142043111248ab33440b559a8998363c20a2081d65b94c73ba7356b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50df2c56142043111248ab33440b559a8998363c20a2081d65b94c73ba7356b5", kill_on_drop: false }` [INFO] [stdout] 50df2c56142043111248ab33440b559a8998363c20a2081d65b94c73ba7356b5