[INFO] fetching crate zdex 0.3.1... [INFO] testing zdex-0.3.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate zdex 0.3.1 into /workspace/builds/worker-63/source [INFO] validating manifest of crates.io crate zdex 0.3.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zdex 0.3.1 [INFO] finished tweaking crates.io crate zdex 0.3.1 [INFO] tweaked toml for crates.io crate zdex 0.3.1 written to /workspace/builds/worker-63/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7eb79450fd5f59c12d2fc1384ce86673b18b0911c4cac91e397299d5cbe9ed81 [INFO] running `Command { std: "docker" "start" "-a" "7eb79450fd5f59c12d2fc1384ce86673b18b0911c4cac91e397299d5cbe9ed81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7eb79450fd5f59c12d2fc1384ce86673b18b0911c4cac91e397299d5cbe9ed81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eb79450fd5f59c12d2fc1384ce86673b18b0911c4cac91e397299d5cbe9ed81", kill_on_drop: false }` [INFO] [stdout] 7eb79450fd5f59c12d2fc1384ce86673b18b0911c4cac91e397299d5cbe9ed81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0fade5168563e28108f9c62b410a08a20023e73a2419a795a2f950a76511b983 [INFO] running `Command { std: "docker" "start" "-a" "0fade5168563e28108f9c62b410a08a20023e73a2419a795a2f950a76511b983", kill_on_drop: false }` [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling bit_collection_derive v0.2.2 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling vob v2.0.6 [INFO] [stderr] Compiling bit_collection v0.2.3 [INFO] [stderr] Compiling zdex v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:250:3 [INFO] [stdout] | [INFO] [stdout] 250 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 251 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:255:3 [INFO] [stdout] | [INFO] [stdout] 255 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 256 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:260:3 [INFO] [stdout] | [INFO] [stdout] 260 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 261 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 266 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:270:3 [INFO] [stdout] | [INFO] [stdout] 270 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 271 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.48s [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0fade5168563e28108f9c62b410a08a20023e73a2419a795a2f950a76511b983", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fade5168563e28108f9c62b410a08a20023e73a2419a795a2f950a76511b983", kill_on_drop: false }` [INFO] [stdout] 0fade5168563e28108f9c62b410a08a20023e73a2419a795a2f950a76511b983 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 784a83b9e8abb9bc249724f0771b9869dc89a8ba3fd2b703b27eee7d7611e3b1 [INFO] running `Command { std: "docker" "start" "-a" "784a83b9e8abb9bc249724f0771b9869dc89a8ba3fd2b703b27eee7d7611e3b1", kill_on_drop: false }` [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:250:3 [INFO] [stdout] | [INFO] [stdout] 250 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 251 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:255:3 [INFO] [stdout] | [INFO] [stdout] 255 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 256 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:260:3 [INFO] [stdout] | [INFO] [stdout] 260 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 261 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 266 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:270:3 [INFO] [stdout] | [INFO] [stdout] 270 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 271 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zdex v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:250:3 [INFO] [stdout] | [INFO] [stdout] 250 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 251 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:255:3 [INFO] [stdout] | [INFO] [stdout] 255 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 256 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:260:3 [INFO] [stdout] | [INFO] [stdout] 260 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 261 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 266 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/lib.rs:270:3 [INFO] [stdout] | [INFO] [stdout] 270 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stdout] | ^^^ [INFO] [stdout] 271 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stdout] | ------------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.76s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/zdex-15ca23fa76ce311f) [INFO] running `Command { std: "docker" "inspect" "784a83b9e8abb9bc249724f0771b9869dc89a8ba3fd2b703b27eee7d7611e3b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "784a83b9e8abb9bc249724f0771b9869dc89a8ba3fd2b703b27eee7d7611e3b1", kill_on_drop: false }` [INFO] [stdout] 784a83b9e8abb9bc249724f0771b9869dc89a8ba3fd2b703b27eee7d7611e3b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] db5ec163b988d56c24c955c2349dbd61eb04e1436e0f0ad8b8b4281025776036 [INFO] running `Command { std: "docker" "start" "-a" "db5ec163b988d56c24c955c2349dbd61eb04e1436e0f0ad8b8b4281025776036", kill_on_drop: false }` [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/lib.rs:250:3 [INFO] [stderr] | [INFO] [stderr] 250 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stderr] | ^^^ [INFO] [stderr] 251 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stderr] | ------------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/lib.rs:255:3 [INFO] [stderr] | [INFO] [stderr] 255 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stderr] | ^^^ [INFO] [stderr] 256 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stderr] | ------------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/lib.rs:260:3 [INFO] [stderr] | [INFO] [stderr] 260 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stderr] | ^^^ [INFO] [stderr] 261 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stderr] | ------------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/lib.rs:265:3 [INFO] [stderr] | [INFO] [stderr] 265 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stderr] | ^^^ [INFO] [stderr] 266 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stderr] | ------------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/lib.rs:270:3 [INFO] [stderr] | [INFO] [stderr] 270 | #[bit(BitU8, mask = "!0", retr = "0")] [INFO] [stderr] | ^^^ [INFO] [stderr] 271 | #[derive(Copy, Clone, BitCollection, Debug)] [INFO] [stderr] | ------------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: `zdex` (lib) generated 5 warnings [INFO] [stderr] warning: `zdex` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zdex-15ca23fa76ce311f) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test tests::iter_works ... ok [INFO] [stdout] test tests::tupl_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests zdex [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/lib.rs - (line 29) ... ok [INFO] [stdout] test src/lib.rs - (line 61) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "db5ec163b988d56c24c955c2349dbd61eb04e1436e0f0ad8b8b4281025776036", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db5ec163b988d56c24c955c2349dbd61eb04e1436e0f0ad8b8b4281025776036", kill_on_drop: false }` [INFO] [stdout] db5ec163b988d56c24c955c2349dbd61eb04e1436e0f0ad8b8b4281025776036