[INFO] fetching crate rustmex_octave 0.1.2...
[INFO] building rustmex_octave-0.1.2 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate rustmex_octave 0.1.2 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustmex_octave 0.1.2 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1ae266a30769d04009b62094dc6fcdde9af3fa50fd24d6ed21a6a73e8306efcc
[INFO] running `Command { std: "docker" "start" "-a" "1ae266a30769d04009b62094dc6fcdde9af3fa50fd24d6ed21a6a73e8306efcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ae266a30769d04009b62094dc6fcdde9af3fa50fd24d6ed21a6a73e8306efcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ae266a30769d04009b62094dc6fcdde9af3fa50fd24d6ed21a6a73e8306efcc", kill_on_drop: false }`
[INFO] [stdout] 1ae266a30769d04009b62094dc6fcdde9af3fa50fd24d6ed21a6a73e8306efcc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 5284d1ed0d955ae3c19795f49f53cd95a43e85e9bcfcbd3d49ef9439938d8fa1
[INFO] running `Command { std: "docker" "start" "-a" "5284d1ed0d955ae3c19795f49f53cd95a43e85e9bcfcbd3d49ef9439938d8fa1", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustmex_octave v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling num-complex v0.4.6
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rustmex_core v0.2.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
[INFO] running `Command { std: "docker" "inspect" "5284d1ed0d955ae3c19795f49f53cd95a43e85e9bcfcbd3d49ef9439938d8fa1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5284d1ed0d955ae3c19795f49f53cd95a43e85e9bcfcbd3d49ef9439938d8fa1", kill_on_drop: false }`
[INFO] [stdout] 5284d1ed0d955ae3c19795f49f53cd95a43e85e9bcfcbd3d49ef9439938d8fa1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 3e5be263f8fdc261311c46c812d958e610222ae5d576a5ab8785ebf68d2be0f4
[INFO] running `Command { std: "docker" "start" "-a" "3e5be263f8fdc261311c46c812d958e610222ae5d576a5ab8785ebf68d2be0f4", kill_on_drop: false }`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] running `Command { std: "docker" "inspect" "3e5be263f8fdc261311c46c812d958e610222ae5d576a5ab8785ebf68d2be0f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e5be263f8fdc261311c46c812d958e610222ae5d576a5ab8785ebf68d2be0f4", kill_on_drop: false }`
[INFO] [stdout] 3e5be263f8fdc261311c46c812d958e610222ae5d576a5ab8785ebf68d2be0f4
