[INFO] fetching crate ord_subset 3.1.1... [INFO] testing ord_subset-3.1.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ord_subset 3.1.1 into /workspace/builds/worker-17/source [INFO] validating manifest of crates.io crate ord_subset 3.1.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ord_subset 3.1.1 [INFO] finished tweaking crates.io crate ord_subset 3.1.1 [INFO] tweaked toml for crates.io crate ord_subset 3.1.1 written to /workspace/builds/worker-17/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 85431a8fb726e0582181c7c5e7dd9764171e8c17405a1cf0a7bbcca30b51ae6e [INFO] running `Command { std: "docker" "start" "-a" "85431a8fb726e0582181c7c5e7dd9764171e8c17405a1cf0a7bbcca30b51ae6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "85431a8fb726e0582181c7c5e7dd9764171e8c17405a1cf0a7bbcca30b51ae6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85431a8fb726e0582181c7c5e7dd9764171e8c17405a1cf0a7bbcca30b51ae6e", kill_on_drop: false }` [INFO] [stdout] 85431a8fb726e0582181c7c5e7dd9764171e8c17405a1cf0a7bbcca30b51ae6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] efb48371c34ff4c2b7832a987978a48ab7abf350a52ffa91aa0e0614b73a949a [INFO] running `Command { std: "docker" "start" "-a" "efb48371c34ff4c2b7832a987978a48ab7abf350a52ffa91aa0e0614b73a949a", kill_on_drop: false }` [INFO] [stderr] Compiling ord_subset v3.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slice_ext.rs:300:20 [INFO] [stdout] | [INFO] [stdout] 300 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 300 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slice_ext.rs:328:20 [INFO] [stdout] | [INFO] [stdout] 328 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 328 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slice_ext.rs:343:20 [INFO] [stdout] | [INFO] [stdout] 343 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 343 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `Command { std: "docker" "inspect" "efb48371c34ff4c2b7832a987978a48ab7abf350a52ffa91aa0e0614b73a949a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efb48371c34ff4c2b7832a987978a48ab7abf350a52ffa91aa0e0614b73a949a", kill_on_drop: false }` [INFO] [stdout] efb48371c34ff4c2b7832a987978a48ab7abf350a52ffa91aa0e0614b73a949a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc292ce35070c7da4b2b4c7bb52995ca6d1de1258d0691196411df3c1943afe4 [INFO] running `Command { std: "docker" "start" "-a" "bc292ce35070c7da4b2b4c7bb52995ca6d1de1258d0691196411df3c1943afe4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slice_ext.rs:300:20 [INFO] [stdout] | [INFO] [stdout] 300 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 300 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ord_subset v3.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slice_ext.rs:328:20 [INFO] [stdout] | [INFO] [stdout] 328 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 328 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slice_ext.rs:343:20 [INFO] [stdout] | [INFO] [stdout] 343 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 343 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slice_ext.rs:300:20 [INFO] [stdout] | [INFO] [stdout] 300 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 300 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slice_ext.rs:328:20 [INFO] [stdout] | [INFO] [stdout] 328 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 328 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/slice_ext.rs:343:20 [INFO] [stdout] | [INFO] [stdout] 343 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 343 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "bc292ce35070c7da4b2b4c7bb52995ca6d1de1258d0691196411df3c1943afe4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc292ce35070c7da4b2b4c7bb52995ca6d1de1258d0691196411df3c1943afe4", kill_on_drop: false }` [INFO] [stdout] bc292ce35070c7da4b2b4c7bb52995ca6d1de1258d0691196411df3c1943afe4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b9fcd2e41c2212b6bf30b2122e572db3be3e4ec4be965f6704d9b183a9448abc [INFO] running `Command { std: "docker" "start" "-a" "b9fcd2e41c2212b6bf30b2122e572db3be3e4ec4be965f6704d9b183a9448abc", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/slice_ext.rs:300:20 [INFO] [stderr] | [INFO] [stderr] 300 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 300 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/slice_ext.rs:328:20 [INFO] [stderr] | [INFO] [stderr] 328 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 328 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/slice_ext.rs:343:20 [INFO] [stderr] | [INFO] [stderr] 343 | panic!(ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 343 | panic!("{}", ERROR_BINARY_SEARCH_OUTSIDE_ORDER) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `ord_subset` (lib) generated 3 warnings [INFO] [stderr] warning: `ord_subset` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ord_subset-cecb2d42523fa623) [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-b593241f93f55e4a) [INFO] [stdout] running 2 tests [INFO] [stdout] test ord_subset_trait::test::heterogenous_tuple ... ok [INFO] [stdout] test ord_subset_trait::test::slice ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stderr] Doc-tests ord_subset [INFO] [stdout] test binary_search ... ok [INFO] [stdout] test binary_search_by_key ... ok [INFO] [stdout] test binary_search_by_key_err ... ok [INFO] [stdout] test binary_search_lifetime ... ok [INFO] [stdout] test binary_search_err ... ok [INFO] [stdout] test binary_search_rev ... ok [INFO] [stdout] test binary_search_rev_err ... ok [INFO] [stdout] test ord_subset_max ... ok [INFO] [stdout] test ord_subset_max_by ... ok [INFO] [stdout] test ord_subset_min ... ok [INFO] [stdout] test ord_subset_min_by ... ok [INFO] [stdout] test sort ... ok [INFO] [stdout] test sort_by_key ... ok [INFO] [stdout] test sort_rev ... ok [INFO] [stdout] test sort_unstable ... ok [INFO] [stdout] test sort_unstable_rev ... ok [INFO] [stdout] test sort_unstable_by_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/iter_ext.rs - iter_ext::OrdSubsetIterExt::ord_subset_min (line 45) ... ok [INFO] [stdout] test src/iter_ext.rs - iter_ext::OrdSubsetIterExt::ord_subset_min_by_key (line 70) ... ok [INFO] [stdout] test src/iter_ext.rs - iter_ext::OrdSubsetIterExt::ord_subset_max (line 20) ... ok [INFO] [stdout] test src/slice_ext.rs - slice_ext::OrdSubsetSliceExt::ord_subset_binary_search (line 148) ... ok [INFO] [stdout] test src/lib.rs - (line 22) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b9fcd2e41c2212b6bf30b2122e572db3be3e4ec4be965f6704d9b183a9448abc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9fcd2e41c2212b6bf30b2122e572db3be3e4ec4be965f6704d9b183a9448abc", kill_on_drop: false }` [INFO] [stdout] b9fcd2e41c2212b6bf30b2122e572db3be3e4ec4be965f6704d9b183a9448abc