[INFO] fetching crate swift-check 0.2.1...
[INFO] testing swift-check-0.2.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate swift-check 0.2.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate swift-check 0.2.1
[INFO] finished tweaking crates.io crate swift-check 0.2.1
[INFO] tweaked toml for crates.io crate swift-check 0.2.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate swift-check 0.2.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 73 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.7.0)
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6b5899828517af5ddf5edf26c6c00c745195e39be111266f107620584406bc7b
[INFO] running `Command { std: "docker" "start" "-a" "6b5899828517af5ddf5edf26c6c00c745195e39be111266f107620584406bc7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b5899828517af5ddf5edf26c6c00c745195e39be111266f107620584406bc7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b5899828517af5ddf5edf26c6c00c745195e39be111266f107620584406bc7b", kill_on_drop: false }`
[INFO] [stdout] 6b5899828517af5ddf5edf26c6c00c745195e39be111266f107620584406bc7b
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 991d829e6de2ad0a3487cf0c2a228830f741df0bd0271463a4fb0494144823b6
[INFO] running `Command { std: "docker" "start" "-a" "991d829e6de2ad0a3487cf0c2a228830f741df0bd0271463a4fb0494144823b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling swift-check v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]   --> src/lib.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 | #![cfg_attr(not(any(test, mirai, feature = "verify", feature = "std")), no_std)]
[INFO] [stdout]    |                           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]    |
[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(mirai)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]   --> src/lib.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 | #![cfg_attr(not(any(test, mirai, feature = "verify")), no_builtins)]
[INFO] [stdout]    |                           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]    |
[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(mirai)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]    --> src/lib.rs:710:21
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[cfg(all(test, not(mirai)))]
[INFO] [stdout]     |                     ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]     |
[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(mirai)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]  --> src/arch/mod.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(all(mirai, not(feature = "verify")))]
[INFO] [stdout]   |           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]   |
[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(mirai)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "991d829e6de2ad0a3487cf0c2a228830f741df0bd0271463a4fb0494144823b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "991d829e6de2ad0a3487cf0c2a228830f741df0bd0271463a4fb0494144823b6", kill_on_drop: false }`
[INFO] [stdout] 991d829e6de2ad0a3487cf0c2a228830f741df0bd0271463a4fb0494144823b6
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 68f03c25f051faaa24a84642bc0ef3491a42f25da8bf56a5879ae6b50fa2b36b
[INFO] running `Command { std: "docker" "start" "-a" "68f03c25f051faaa24a84642bc0ef3491a42f25da8bf56a5879ae6b50fa2b36b", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]   --> src/lib.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 | #![cfg_attr(not(any(test, mirai, feature = "verify", feature = "std")), no_std)]
[INFO] [stdout]    |                           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]    |
[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(mirai)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]   --> src/lib.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 | #![cfg_attr(not(any(test, mirai, feature = "verify")), no_builtins)]
[INFO] [stdout]    |                           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]    |
[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(mirai)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]    --> src/lib.rs:710:21
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[cfg(all(test, not(mirai)))]
[INFO] [stdout]     |                     ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]     |
[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(mirai)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]  --> src/arch/mod.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(all(mirai, not(feature = "verify")))]
[INFO] [stdout]   |           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]   |
[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(mirai)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling swift-check v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]   --> src/lib.rs:30:27
[INFO] [stdout]    |
[INFO] [stdout] 30 | #![cfg_attr(not(any(test, mirai, feature = "verify", feature = "std")), no_std)]
[INFO] [stdout]    |                           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]    |
[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(mirai)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]   --> src/lib.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 | #![cfg_attr(not(any(test, mirai, feature = "verify")), no_builtins)]
[INFO] [stdout]    |                           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]    |
[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(mirai)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]    --> src/lib.rs:710:21
[INFO] [stdout]     |
[INFO] [stdout] 710 | #[cfg(all(test, not(mirai)))]
[INFO] [stdout]     |                     ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]     |
[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(mirai)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stdout]  --> src/arch/mod.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(all(mirai, not(feature = "verify")))]
[INFO] [stdout]   |           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stdout]   |
[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(mirai)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` 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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 48.82s
[INFO] running `Command { std: "docker" "inspect" "68f03c25f051faaa24a84642bc0ef3491a42f25da8bf56a5879ae6b50fa2b36b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68f03c25f051faaa24a84642bc0ef3491a42f25da8bf56a5879ae6b50fa2b36b", kill_on_drop: false }`
[INFO] [stdout] 68f03c25f051faaa24a84642bc0ef3491a42f25da8bf56a5879ae6b50fa2b36b
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 613c01a86d78ba023935a5588392f9eb7ef3aa00b69a6c6569f39191fd227a5d
[INFO] running `Command { std: "docker" "start" "-a" "613c01a86d78ba023935a5588392f9eb7ef3aa00b69a6c6569f39191fd227a5d", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stderr]   --> src/lib.rs:30:27
[INFO] [stderr]    |
[INFO] [stderr] 30 | #![cfg_attr(not(any(test, mirai, feature = "verify", feature = "std")), no_std)]
[INFO] [stderr]    |                           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mirai)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stderr]   --> src/lib.rs:31:27
[INFO] [stderr]    |
[INFO] [stderr] 31 | #![cfg_attr(not(any(test, mirai, feature = "verify")), no_builtins)]
[INFO] [stderr]    |                           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mirai)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stderr]    --> src/lib.rs:710:21
[INFO] [stderr]     |
[INFO] [stderr] 710 | #[cfg(all(test, not(mirai)))]
[INFO] [stderr]     |                     ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mirai)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mirai`
[INFO] [stderr]  --> src/arch/mod.rs:5:11
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[cfg(all(mirai, not(feature = "verify")))]
[INFO] [stderr]   |           ^^^^^ help: there is a config with a similar name: `miri`
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mirai)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mirai)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `swift-check` (lib) generated 4 warnings
[INFO] [stderr] warning: `swift-check` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/swift_check-5f0c083eadc8eb85)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test tests::always_holds ... ok
[INFO] [stdout] test tests::excl_range_large ... ok
[INFO] [stdout] test tests::basic_for_all_ensure ... ok
[INFO] [stdout] test tests::excl_range_small ... ok
[INFO] [stdout] test tests::for_all_ensure_range_is_inclusive ... ok
[INFO] [stdout] test tests::greater_than_always_false ... ok
[INFO] [stdout] test mirai_tests::simple_search ... ok
[INFO] [stdout] test tests::greater_than_large ... ok
[INFO] [stdout] test tests::greater_than_or_eq_always_true ... ok
[INFO] [stdout] test tests::greater_than_or_eq_large ... ok
[INFO] [stdout] test tests::greater_than_or_eq_small ... ok
[INFO] [stdout] test tests::greater_than_or_eq_mid ... ok
[INFO] [stdout] test tests::greater_than_mid ... ok
[INFO] [stdout] test tests::excl_range_mid ... ok
[INFO] [stdout] test tests::less_than_always_false ... ok
[INFO] [stdout] test tests::less_than_or_eq_large ... ok
[INFO] [stdout] test tests::greater_than_small ... ok
[INFO] [stdout] test tests::less_than_large ... ok
[INFO] [stdout] test tests::one_of_permutations ... ok
[INFO] [stdout] test tests::range_mid ... ok
[INFO] [stdout] test tests::less_than_or_eq_mid ... ok
[INFO] [stdout] test tests::less_than_mid ... ok
[INFO] [stdout] test tests::range_small ... ok
[INFO] [stdout] test tests::one_of_nesting ... ok
[INFO] [stdout] test tests::search_for_number ... ok
[INFO] [stdout] test tests::less_than_small ... ok
[INFO] [stdout] test tests::range_large ... ok
[INFO] [stdout] test tests::less_than_or_eq_small ... ok
[INFO] [stdout] test tests::less_than_or_eq_always_true ... ok
[INFO] [stdout] test tests::search_for_needle ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests swift_check
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/lib.rs - for_all_ensure (line 198) ... ok
[INFO] [stdout] test src/lib.rs - find (line 95) ... ok
[INFO] [stdout] test src/lib.rs - (line 1) ... ok
[INFO] [stdout] test src/lib.rs - ensure (line 54) ... ok
[INFO] [stdout] test src/lib.rs - all (line 535) ... ok
[INFO] [stdout] test src/lib.rs - any (line 598) ... ok
[INFO] [stdout] test src/lib.rs - and (line 423) ... ok
[INFO] [stdout] test src/lib.rs - eq (line 360) ... ok
[INFO] [stdout] test src/lib.rs - xor (line 487) ... ok
[INFO] [stdout] test src/lib.rs - range (line 286) ... ok
[INFO] [stdout] test src/lib.rs - or (line 455) ... ok
[INFO] [stdout] test src/lib.rs - one_of (line 676) ... ok
[INFO] [stdout] test src/lib.rs - not (line 394) ... ok
[INFO] [stdout] test src/lib.rs - search (line 239) ... ok
[INFO] [stdout] test src/lib.rs - for_all_ensure_ct (line 151) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.16s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "613c01a86d78ba023935a5588392f9eb7ef3aa00b69a6c6569f39191fd227a5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "613c01a86d78ba023935a5588392f9eb7ef3aa00b69a6c6569f39191fd227a5d", kill_on_drop: false }`
[INFO] [stdout] 613c01a86d78ba023935a5588392f9eb7ef3aa00b69a6c6569f39191fd227a5d
