[INFO] fetching crate smart_tensor 0.0.1... [INFO] checking smart_tensor-0.0.1 against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for 2025-12-16-next-solver-global [INFO] extracting crate smart_tensor 0.0.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate smart_tensor 0.0.1 [INFO] finished tweaking crates.io crate smart_tensor 0.0.1 [INFO] tweaked toml for crates.io crate smart_tensor 0.0.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate smart_tensor 0.0.1 on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate smart_tensor 0.0.1 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b8942ced2e39a4f0a609a940bea671f78caa5490ebbd73f573abb6932813037 [INFO] running `Command { std: "docker" "start" "-a" "8b8942ced2e39a4f0a609a940bea671f78caa5490ebbd73f573abb6932813037", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b8942ced2e39a4f0a609a940bea671f78caa5490ebbd73f573abb6932813037", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b8942ced2e39a4f0a609a940bea671f78caa5490ebbd73f573abb6932813037", kill_on_drop: false }` [INFO] [stdout] 8b8942ced2e39a4f0a609a940bea671f78caa5490ebbd73f573abb6932813037 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67a6b9568e990ac3eb9ef3dd2b0e3785575ab6a2a7783205f92e6bf5f3ddf1b0 [INFO] running `Command { std: "docker" "start" "-a" "67a6b9568e990ac3eb9ef3dd2b0e3785575ab6a2a7783205f92e6bf5f3ddf1b0", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking smart_tensor v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed [INFO] [stdout] --> src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove one of these features [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0001`. [INFO] [stdout] [INFO] [stdout] error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed [INFO] [stdout] --> src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove one of these features [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0001`. [INFO] [stdout] [INFO] [stderr] error: could not compile `smart_tensor` (bin "smart_tensor" test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `smart_tensor` (bin "smart_tensor") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "67a6b9568e990ac3eb9ef3dd2b0e3785575ab6a2a7783205f92e6bf5f3ddf1b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67a6b9568e990ac3eb9ef3dd2b0e3785575ab6a2a7783205f92e6bf5f3ddf1b0", kill_on_drop: false }` [INFO] [stdout] 67a6b9568e990ac3eb9ef3dd2b0e3785575ab6a2a7783205f92e6bf5f3ddf1b0