[INFO] fetching crate zdex 0.3.1... [INFO] testing zdex-0.3.1 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bit_collection_derive v0.2.2 [INFO] [stderr] Downloaded vob v2.0.6 [INFO] [stderr] Downloaded bit_collection v0.2.3 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0793df6103b65abcb98730c3ca028d209b7806e585c33b26677a380efe8a16b4 [INFO] running `Command { std: "docker" "start" "-a" "0793df6103b65abcb98730c3ca028d209b7806e585c33b26677a380efe8a16b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0793df6103b65abcb98730c3ca028d209b7806e585c33b26677a380efe8a16b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0793df6103b65abcb98730c3ca028d209b7806e585c33b26677a380efe8a16b4", kill_on_drop: false }` [INFO] [stdout] 0793df6103b65abcb98730c3ca028d209b7806e585c33b26677a380efe8a16b4 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35fc0fc5647a750301c8fa217028efcacb924ab6607dd748811972938f230208 [INFO] running `Command { std: "docker" "start" "-a" "35fc0fc5647a750301c8fa217028efcacb924ab6607dd748811972938f230208", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 bit_collection_derive v0.2.2 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling bit_collection v0.2.3 [INFO] [stderr] Compiling vob v2.0.6 [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] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.95s [INFO] running `Command { std: "docker" "inspect" "35fc0fc5647a750301c8fa217028efcacb924ab6607dd748811972938f230208", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35fc0fc5647a750301c8fa217028efcacb924ab6607dd748811972938f230208", kill_on_drop: false }` [INFO] [stdout] 35fc0fc5647a750301c8fa217028efcacb924ab6607dd748811972938f230208 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd81897bd9b53f7f92b124b7d24888b8fa5325bc8ee55a03ed409da92bc849ca [INFO] running `Command { std: "docker" "start" "-a" "cd81897bd9b53f7f92b124b7d24888b8fa5325bc8ee55a03ed409da92bc849ca", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [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 1.05s [INFO] running `Command { std: "docker" "inspect" "cd81897bd9b53f7f92b124b7d24888b8fa5325bc8ee55a03ed409da92bc849ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd81897bd9b53f7f92b124b7d24888b8fa5325bc8ee55a03ed409da92bc849ca", kill_on_drop: false }` [INFO] [stdout] cd81897bd9b53f7f92b124b7d24888b8fa5325bc8ee55a03ed409da92bc849ca [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 65e9a3f60db04c7fe8de60300f8ff11dbe123b86656c7eb3e4d1b350178214c8 [INFO] running `Command { std: "docker" "start" "-a" "65e9a3f60db04c7fe8de60300f8ff11dbe123b86656c7eb3e4d1b350178214c8", 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.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zdex-da5c42f8fc1d7aab) [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.01s [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.88s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "65e9a3f60db04c7fe8de60300f8ff11dbe123b86656c7eb3e4d1b350178214c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65e9a3f60db04c7fe8de60300f8ff11dbe123b86656c7eb3e4d1b350178214c8", kill_on_drop: false }` [INFO] [stdout] 65e9a3f60db04c7fe8de60300f8ff11dbe123b86656c7eb3e4d1b350178214c8