[INFO] fetching crate ask-cli 0.3.0...
[INFO] testing ask-cli-0.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate ask-cli 0.3.0 into /workspace/builds/worker-6-tc2/source
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain
[INFO] started tweaking crates.io crate ask-cli 0.3.0
[INFO] finished tweaking crates.io crate ask-cli 0.3.0
[INFO] tweaked toml for crates.io crate ask-cli 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ask-cli 0.3.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ask-cli 0.3.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 078579a7856fed405d50794b6cdde10f6f9b1961aab1b6e51d0548e4e3d56870
[INFO] running `Command { std: "docker" "start" "-a" "078579a7856fed405d50794b6cdde10f6f9b1961aab1b6e51d0548e4e3d56870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "078579a7856fed405d50794b6cdde10f6f9b1961aab1b6e51d0548e4e3d56870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "078579a7856fed405d50794b6cdde10f6f9b1961aab1b6e51d0548e4e3d56870", kill_on_drop: false }`
[INFO] [stdout] 078579a7856fed405d50794b6cdde10f6f9b1961aab1b6e51d0548e4e3d56870
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 31b2fc902227bbbade2343b05a6b86faf5f19191b4ac797789fec7383d144c3a
[INFO] running `Command { std: "docker" "start" "-a" "31b2fc902227bbbade2343b05a6b86faf5f19191b4ac797789fec7383d144c3a", kill_on_drop: false }`
[INFO] [stderr]    Compiling ask-cli v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/lib.rs:242:7
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[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 `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "31b2fc902227bbbade2343b05a6b86faf5f19191b4ac797789fec7383d144c3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31b2fc902227bbbade2343b05a6b86faf5f19191b4ac797789fec7383d144c3a", kill_on_drop: false }`
[INFO] [stdout] 31b2fc902227bbbade2343b05a6b86faf5f19191b4ac797789fec7383d144c3a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c31e8d4bba8a548be093b7e7f8b4972b54fc11d353801ceb09882573518a0e1c
[INFO] running `Command { std: "docker" "start" "-a" "c31e8d4bba8a548be093b7e7f8b4972b54fc11d353801ceb09882573518a0e1c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]    Compiling winnow v0.6.1
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling dissimilar v1.0.7
[INFO] [stderr]    Compiling hashbag v0.1.11
[INFO] [stderr]    Compiling dunce v1.0.4
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling similar v2.4.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling anstream v0.6.11
[INFO] [stderr]    Compiling expect-test v1.4.1
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/lib.rs:242:7
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[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 snapbox-macros v0.3.8
[INFO] [stderr]    Compiling indexmap v2.2.3
[INFO] [stderr]    Compiling content_inspector v0.2.4
[INFO] [stderr]    Compiling os_pipe v1.1.5
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling filetime v0.2.23
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.49
[INFO] [stderr]    Compiling rayon v1.8.1
[INFO] [stderr]    Compiling tempfile v3.10.0
[INFO] [stderr]    Compiling snapbox v0.5.1
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling cargo-platform v0.1.7
[INFO] [stderr]    Compiling rustdoc-types v0.23.0
[INFO] [stderr]    Compiling humantime-serde v1.1.1
[INFO] [stderr]    Compiling toml_edit v0.22.6
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling public-api v0.33.1
[INFO] [stderr]    Compiling toml v0.8.10
[INFO] [stderr]    Compiling trycmd v0.15.0
[INFO] [stderr]    Compiling cargo-manifest v0.13.0
[INFO] [stderr]    Compiling rustdoc-json v0.8.9
[INFO] [stderr]    Compiling supercilex-tests v0.4.4
[INFO] [stdout] error[E0599]: `[[&str; 2]; 8]` is not an iterator
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/supercilex-tests-0.4.4/src/lib.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 41 |           let config = [
[INFO] [stdout]    |  ______________________-
[INFO] [stdout] 42 | |             ["-W", "clippy::all"],
[INFO] [stdout] 43 | |             ["-W", "clippy::pedantic"],
[INFO] [stdout] 44 | |             ["-W", "clippy::nursery"],
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | |         .flatten();
[INFO] [stdout]    | |         -^^^^^^^ `[[&str; 2]; 8]` is not an iterator
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `[[&str; 2]; 8]: Iterator`
[INFO] [stdout]            which is required by `&mut [[&str; 2]; 8]: Iterator`
[INFO] [stdout]            `[[&str; 2]]: Iterator`
[INFO] [stdout]            which is required by `&mut [[&str; 2]]: Iterator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `supercilex-tests` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c31e8d4bba8a548be093b7e7f8b4972b54fc11d353801ceb09882573518a0e1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c31e8d4bba8a548be093b7e7f8b4972b54fc11d353801ceb09882573518a0e1c", kill_on_drop: false }`
[INFO] [stdout] c31e8d4bba8a548be093b7e7f8b4972b54fc11d353801ceb09882573518a0e1c
