[INFO] fetching crate tea-soft 0.3.0... [INFO] testing tea-soft-0.3.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate tea-soft 0.3.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate tea-soft 0.3.0 [INFO] finished tweaking crates.io crate tea-soft 0.3.0 [INFO] tweaked toml for crates.io crate tea-soft 0.3.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tea-soft 0.3.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding cipher v0.2.5 (available: v0.5.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cipher v0.2.5 [INFO] [stderr] Downloaded blobby v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e959672ce610800ce0f7acb73d1d5c1883c2ebe71027d9445e2ec4000676011 [INFO] running `Command { std: "docker" "start" "-a" "1e959672ce610800ce0f7acb73d1d5c1883c2ebe71027d9445e2ec4000676011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e959672ce610800ce0f7acb73d1d5c1883c2ebe71027d9445e2ec4000676011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e959672ce610800ce0f7acb73d1d5c1883c2ebe71027d9445e2ec4000676011", kill_on_drop: false }` [INFO] [stdout] 1e959672ce610800ce0f7acb73d1d5c1883c2ebe71027d9445e2ec4000676011 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce8b9d63fb902acafbd170bf962d436d4931c7c1266c7878a18d52e8e1e8eded [INFO] running `Command { std: "docker" "start" "-a" "ce8b9d63fb902acafbd170bf962d436d4931c7c1266c7878a18d52e8e1e8eded", kill_on_drop: false }` [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Compiling typenum v1.20.0 [INFO] [stderr] Compiling blobby v0.3.1 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling tea-soft v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | use cipher::generic_array::GenericArray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub type Block8 = GenericArray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Block8x4 = GenericArray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | define_tea_impl!(Tea16, 16, 4, "TEA block cipher instance of 16 rounds"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | define_tea_impl!(Tea32, 32, 5, "TEA block cipher instance of 32 rounds"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | define_tea_impl!(Tea64, 64, 6, "TEA block cipher instance of 64 rounds"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `Command { std: "docker" "inspect" "ce8b9d63fb902acafbd170bf962d436d4931c7c1266c7878a18d52e8e1e8eded", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce8b9d63fb902acafbd170bf962d436d4931c7c1266c7878a18d52e8e1e8eded", kill_on_drop: false }` [INFO] [stdout] ce8b9d63fb902acafbd170bf962d436d4931c7c1266c7878a18d52e8e1e8eded [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cf14b5a95b61140199b2613a57398c6b8a42c751906fc5069e4e5784e4544a7 [INFO] running `Command { std: "docker" "start" "-a" "9cf14b5a95b61140199b2613a57398c6b8a42c751906fc5069e4e5784e4544a7", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | use cipher::generic_array::GenericArray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub type Block8 = GenericArray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Block8x4 = GenericArray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | define_tea_impl!(Tea16, 16, 4, "TEA block cipher instance of 16 rounds"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | define_tea_impl!(Tea32, 32, 5, "TEA block cipher instance of 32 rounds"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | define_tea_impl!(Tea64, 64, 6, "TEA block cipher instance of 64 rounds"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tea-soft v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | use cipher::generic_array::GenericArray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub type Block8 = GenericArray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Block8x4 = GenericArray; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 146 | define_tea_impl!(Tea16, 16, 4, "TEA block cipher instance of 16 rounds"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 147 | define_tea_impl!(Tea32, 32, 5, "TEA block cipher instance of 32 rounds"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> src/impls.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | define_tea_impl!(Tea64, 64, 6, "TEA block cipher instance of 64 rounds"); [INFO] [stdout] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cipher::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `cipher::generic_array::GenericArray::::as_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `cipher::generic_array::GenericArray::::as_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cipher::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cipher::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `cipher::generic_array::GenericArray::::as_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `cipher::generic_array::GenericArray::::as_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cipher::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cipher::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `cipher::generic_array::GenericArray::::as_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `cipher::generic_array::GenericArray::::as_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cipher::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stdout] --> tests/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "9cf14b5a95b61140199b2613a57398c6b8a42c751906fc5069e4e5784e4544a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cf14b5a95b61140199b2613a57398c6b8a42c751906fc5069e4e5784e4544a7", kill_on_drop: false }` [INFO] [stdout] 9cf14b5a95b61140199b2613a57398c6b8a42c751906fc5069e4e5784e4544a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2c88820b8d46ed3e9bb2ec7f8954418e4bd144048812c23e616fc4de932b1559 [INFO] running `Command { std: "docker" "start" "-a" "2c88820b8d46ed3e9bb2ec7f8954418e4bd144048812c23e616fc4de932b1559", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> src/impls.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | use cipher::generic_array::GenericArray; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> src/impls.rs:13:19 [INFO] [stderr] | [INFO] [stderr] 13 | pub type Block8 = GenericArray; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> src/impls.rs:14:21 [INFO] [stderr] | [INFO] [stderr] 14 | pub type Block8x4 = GenericArray; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> src/impls.rs:91:26 [INFO] [stderr] | [INFO] [stderr] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 146 | define_tea_impl!(Tea16, 16, 4, "TEA block cipher instance of 16 rounds"); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> src/impls.rs:91:26 [INFO] [stderr] | [INFO] [stderr] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | define_tea_impl!(Tea32, 32, 5, "TEA block cipher instance of 32 rounds"); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> src/impls.rs:91:26 [INFO] [stderr] | [INFO] [stderr] 91 | fn new(key: &GenericArray) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 148 | define_tea_impl!(Tea64, 64, 6, "TEA block cipher instance of 64 rounds"); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `define_tea_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `tea-soft` (lib) generated 6 warnings [INFO] [stderr] warning: `tea-soft` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `cipher::generic_array::GenericArray`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `cipher::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `cipher::generic_array::GenericArray::::as_slice`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | block_cipher_test!(tea16_test, "tea16", tea_soft::Tea16); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `cipher::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `cipher::generic_array::GenericArray::::as_slice`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | block_cipher_test!(tea32_test, "tea32", tea_soft::Tea32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `cipher::generic_array::GenericArray::::clone_from_slice`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `cipher::generic_array::GenericArray::::as_slice`: please upgrade to generic-array 1.x [INFO] [stderr] --> tests/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | block_cipher_test!(tea64_test, "tea64", tea_soft::Tea64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `block_cipher_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `tea-soft` (test "lib") generated 24 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tea_soft-96d139ac7779bd25) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-35a2208b2885099e) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tea32_test ... ok [INFO] [stdout] test tea64_test ... ok [INFO] [stdout] test tea16_test ... 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 tea_soft [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 7) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2c88820b8d46ed3e9bb2ec7f8954418e4bd144048812c23e616fc4de932b1559", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c88820b8d46ed3e9bb2ec7f8954418e4bd144048812c23e616fc4de932b1559", kill_on_drop: false }` [INFO] [stdout] 2c88820b8d46ed3e9bb2ec7f8954418e4bd144048812c23e616fc4de932b1559