[INFO] fetching crate rustmex_octave 0.1.2... [INFO] testing rustmex_octave-0.1.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate rustmex_octave 0.1.2 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate rustmex_octave 0.1.2 [INFO] finished tweaking crates.io crate rustmex_octave 0.1.2 [INFO] tweaked toml for crates.io crate rustmex_octave 0.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rustmex_octave 0.1.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding rustmex_core v0.2.0 (available: v0.3.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 50938e8ebeb12f24934c787135b538290b0fb60b887e13e54afdda5e6441e79a [INFO] running `Command { std: "docker" "start" "-a" "50938e8ebeb12f24934c787135b538290b0fb60b887e13e54afdda5e6441e79a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50938e8ebeb12f24934c787135b538290b0fb60b887e13e54afdda5e6441e79a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50938e8ebeb12f24934c787135b538290b0fb60b887e13e54afdda5e6441e79a", kill_on_drop: false }` [INFO] [stdout] 50938e8ebeb12f24934c787135b538290b0fb60b887e13e54afdda5e6441e79a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 307de7b63b37404394057c3d4a79d470af55fd3d67457dfdcea11c29c6cf5f18 [INFO] running `Command { std: "docker" "start" "-a" "307de7b63b37404394057c3d4a79d470af55fd3d67457dfdcea11c29c6cf5f18", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustmex_octave v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `octave` [INFO] [stdout] --> build.rs:6:45 [INFO] [stdout] | [INFO] [stdout] 6 | if cfg!(target_os = "windows") && cfg!(not(feature = "octave")) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `octave` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling rustmex_core v0.2.0 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s [INFO] running `Command { std: "docker" "inspect" "307de7b63b37404394057c3d4a79d470af55fd3d67457dfdcea11c29c6cf5f18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "307de7b63b37404394057c3d4a79d470af55fd3d67457dfdcea11c29c6cf5f18", kill_on_drop: false }` [INFO] [stdout] 307de7b63b37404394057c3d4a79d470af55fd3d67457dfdcea11c29c6cf5f18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9892f6fc0cf2822f3e9c764a916aae6030643f81c4fbb1efe946b90566bfd2f [INFO] running `Command { std: "docker" "start" "-a" "c9892f6fc0cf2822f3e9c764a916aae6030643f81c4fbb1efe946b90566bfd2f", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `octave` [INFO] [stdout] --> build.rs:6:45 [INFO] [stdout] | [INFO] [stdout] 6 | if cfg!(target_os = "windows") && cfg!(not(feature = "octave")) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `octave` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustmex_octave v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `Command { std: "docker" "inspect" "c9892f6fc0cf2822f3e9c764a916aae6030643f81c4fbb1efe946b90566bfd2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9892f6fc0cf2822f3e9c764a916aae6030643f81c4fbb1efe946b90566bfd2f", kill_on_drop: false }` [INFO] [stdout] c9892f6fc0cf2822f3e9c764a916aae6030643f81c4fbb1efe946b90566bfd2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 28e99c91e215bfbe6da9e73cc2b6041f68f3c78de3afd5565f64bcffd0ca6954 [INFO] running `Command { std: "docker" "start" "-a" "28e99c91e215bfbe6da9e73cc2b6041f68f3c78de3afd5565f64bcffd0ca6954", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `octave` [INFO] [stderr] --> build.rs:6:45 [INFO] [stderr] | [INFO] [stderr] 6 | if cfg!(target_os = "windows") && cfg!(not(feature = "octave")) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `octave` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rustmex_octave` (build script) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustmex_octave-a16d6b38b1dfdca2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rustmex_octave [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "28e99c91e215bfbe6da9e73cc2b6041f68f3c78de3afd5565f64bcffd0ca6954", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28e99c91e215bfbe6da9e73cc2b6041f68f3c78de3afd5565f64bcffd0ca6954", kill_on_drop: false }` [INFO] [stdout] 28e99c91e215bfbe6da9e73cc2b6041f68f3c78de3afd5565f64bcffd0ca6954