[INFO] fetching crate tail_cbc 0.1.2... [INFO] testing tail_cbc-0.1.2 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate tail_cbc 0.1.2 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate tail_cbc 0.1.2 [INFO] finished tweaking crates.io crate tail_cbc 0.1.2 [INFO] tweaked toml for crates.io crate tail_cbc 0.1.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tail_cbc 0.1.2 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blobby v0.3.1 [INFO] [stderr] Downloaded inout v0.1.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d659ce4e214cbfe9f83224ae222a933fea5919c0c4bd2b2bd6f9718a9c08f2e [INFO] running `Command { std: "docker" "start" "-a" "1d659ce4e214cbfe9f83224ae222a933fea5919c0c4bd2b2bd6f9718a9c08f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d659ce4e214cbfe9f83224ae222a933fea5919c0c4bd2b2bd6f9718a9c08f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d659ce4e214cbfe9f83224ae222a933fea5919c0c4bd2b2bd6f9718a9c08f2e", kill_on_drop: false }` [INFO] [stdout] 1d659ce4e214cbfe9f83224ae222a933fea5919c0c4bd2b2bd6f9718a9c08f2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9dbea49104c054081bfe6161d412913209277b1dfd06b84eff61f9c064418dc [INFO] running `Command { std: "docker" "start" "-a" "c9dbea49104c054081bfe6161d412913209277b1dfd06b84eff61f9c064418dc", kill_on_drop: false }` [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling tail_cbc v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/decrypt.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/decrypt.rs:100:7 [INFO] [stdout] | [INFO] [stdout] 100 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/decrypt.rs:108:7 [INFO] [stdout] | [INFO] [stdout] 108 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/encrypt.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/encrypt.rs:101:7 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/encrypt.rs:109:7 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `UnalignedBytesDecrypt` is never used [INFO] [stdout] --> src/unaligned_bytes.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait UnalignedBytesDecrypt: BlockDecrypt + BlockSizeUser { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `UnalignedBytesEncrypt` is never used [INFO] [stdout] --> src/unaligned_bytes.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub trait UnalignedBytesEncrypt: BlockEncrypt + BlockSizeUser { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `Command { std: "docker" "inspect" "c9dbea49104c054081bfe6161d412913209277b1dfd06b84eff61f9c064418dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9dbea49104c054081bfe6161d412913209277b1dfd06b84eff61f9c064418dc", kill_on_drop: false }` [INFO] [stdout] c9dbea49104c054081bfe6161d412913209277b1dfd06b84eff61f9c064418dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43d541f3fc9c6951f333b5475f0e4835ded78894574d18e5c0e291af6f770d2e [INFO] running `Command { std: "docker" "start" "-a" "43d541f3fc9c6951f333b5475f0e4835ded78894574d18e5c0e291af6f770d2e", kill_on_drop: false }` [INFO] [stderr] Compiling blobby v0.3.1 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling tail_cbc v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/decrypt.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/decrypt.rs:100:7 [INFO] [stdout] | [INFO] [stdout] 100 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/decrypt.rs:108:7 [INFO] [stdout] | [INFO] [stdout] 108 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/encrypt.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/encrypt.rs:101:7 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/encrypt.rs:109:7 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `UnalignedBytesDecrypt` is never used [INFO] [stdout] --> src/unaligned_bytes.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait UnalignedBytesDecrypt: BlockDecrypt + BlockSizeUser { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `UnalignedBytesEncrypt` is never used [INFO] [stdout] --> src/unaligned_bytes.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub trait UnalignedBytesEncrypt: BlockEncrypt + BlockSizeUser { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/decrypt.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/decrypt.rs:100:7 [INFO] [stdout] | [INFO] [stdout] 100 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/decrypt.rs:108:7 [INFO] [stdout] | [INFO] [stdout] 108 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/encrypt.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/encrypt.rs:101:7 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] --> src/encrypt.rs:109:7 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg(feature = "zeroize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `UnalignedBytesDecrypt` is never used [INFO] [stdout] --> src/unaligned_bytes.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait UnalignedBytesDecrypt: BlockDecrypt + BlockSizeUser { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `UnalignedBytesEncrypt` is never used [INFO] [stdout] --> src/unaligned_bytes.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | pub trait UnalignedBytesEncrypt: BlockEncrypt + BlockSizeUser { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "43d541f3fc9c6951f333b5475f0e4835ded78894574d18e5c0e291af6f770d2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43d541f3fc9c6951f333b5475f0e4835ded78894574d18e5c0e291af6f770d2e", kill_on_drop: false }` [INFO] [stdout] 43d541f3fc9c6951f333b5475f0e4835ded78894574d18e5c0e291af6f770d2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 25e91cd9ecafd26b239b8f58d821b301922e83a569cf0e0eb6ec7d830b2412ae [INFO] running `Command { std: "docker" "start" "-a" "25e91cd9ecafd26b239b8f58d821b301922e83a569cf0e0eb6ec7d830b2412ae", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stdout] [INFO] [stderr] --> src/decrypt.rs:11:7 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 11 | #[cfg(feature = "zeroize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stderr] --> src/decrypt.rs:100:7 [INFO] [stderr] | [INFO] [stderr] 100 | #[cfg(feature = "zeroize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stderr] --> src/decrypt.rs:108:7 [INFO] [stderr] | [INFO] [stderr] 108 | #[cfg(feature = "zeroize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stderr] --> src/encrypt.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg(feature = "zeroize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stderr] --> src/encrypt.rs:101:7 [INFO] [stderr] | [INFO] [stderr] 101 | #[cfg(feature = "zeroize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `zeroize` [INFO] [stderr] --> src/encrypt.rs:109:7 [INFO] [stderr] | [INFO] [stderr] 109 | #[cfg(feature = "zeroize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `zeroize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: trait `UnalignedBytesDecrypt` is never used [INFO] [stderr] --> src/unaligned_bytes.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait UnalignedBytesDecrypt: BlockDecrypt + BlockSizeUser { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: trait `UnalignedBytesEncrypt` is never used [INFO] [stderr] --> src/unaligned_bytes.rs:64:11 [INFO] [stderr] | [INFO] [stderr] 64 | pub trait UnalignedBytesEncrypt: BlockEncrypt + BlockSizeUser { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `tail_cbc` (lib) generated 8 warnings [INFO] [stderr] warning: `tail_cbc` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tail_cbc-89114fd604ca3af7) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests tail_cbc [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] running `Command { std: "docker" "inspect" "25e91cd9ecafd26b239b8f58d821b301922e83a569cf0e0eb6ec7d830b2412ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25e91cd9ecafd26b239b8f58d821b301922e83a569cf0e0eb6ec7d830b2412ae", kill_on_drop: false }` [INFO] [stdout] 25e91cd9ecafd26b239b8f58d821b301922e83a569cf0e0eb6ec7d830b2412ae