Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.89.0-nightly (7b84c9e9c 2025-05-10)
# docs.rs version docsrs 0.6.0 (f7595057 2025-05-09)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/encryptedfs-0.1.26/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/encryptedfs-0.1.26/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250510-1.89.0-nightly-7b84c9e9c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 44edc5a7f08ed418be6f154301b5935b732bd563095b3a4558118a9ff8d920ee [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "44edc5a7f08ed418be6f154301b5935b732bd563095b3a4558118a9ff8d920ee", kill_on_drop: false }` [INFO] [stderr] Compiling openssl-sys v0.9.108 [INFO] [stderr] Checking digest v0.11.0-pre.9 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] error[E0277]: the trait bound `<Self as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api.rs:43:52 [INFO] [stderr] | [INFO] [stderr] 43 | fn finalize_fixed_core(&mut self, buffer: &mut Buffer<Self>, out: &mut Output<Self>); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<Self as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 43 | fn finalize_fixed_core(&mut self, buffer: &mut Buffer<Self>, out: &mut Output<Self>) where <Self as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize; [INFO] [stderr] | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<Self as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api.rs:53:50 [INFO] [stderr] | [INFO] [stderr] 53 | fn finalize_xof_core(&mut self, buffer: &mut Buffer<Self>) -> Self::ReaderCore; [INFO] [stderr] | ^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<Self as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 53 | fn finalize_xof_core(&mut self, buffer: &mut Buffer<Self>) -> Self::ReaderCore where <Self as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize; [INFO] [stderr] | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<Self as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api.rs:93:55 [INFO] [stderr] | [INFO] [stderr] 93 | fn finalize_variable_core(&mut self, buffer: &mut Buffer<Self>, out: &mut Output<Self>); [INFO] [stderr] | ^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<Self as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 93 | fn finalize_variable_core(&mut self, buffer: &mut Buffer<Self>, out: &mut Output<Self>) where <Self as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize; [INFO] [stderr] | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/ct_variable.rs:105:22 [INFO] [stderr] | [INFO] [stderr] 105 | buffer: &mut Buffer<Self>, [INFO] [stderr] | ^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 107 | ) where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | buffer: BlockBuffer<T::BlockSize, T::BufferKind>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stderr] | [INFO] [stderr] 24 | pub struct RtVariableCoreWrapper<T: VariableOutputCore> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | buffer: BlockBuffer<T::BlockSize, T::BufferKind>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stderr] | [INFO] [stderr] 31 | pub struct CoreWrapper<T: BufferKindUser> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<... as BlockSizeUser>::BlockSize: ArraySize` is not satisfied in `XofReaderCoreWrapper<<T as ExtendableOutputCore>::ReaderCore>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:124:19 [INFO] [stderr] | [INFO] [stderr] 124 | type Reader = XofReaderCoreWrapper<T::ReaderCore>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stderr] | [INFO] [stderr] = help: within `XofReaderCoreWrapper<<T as ExtendableOutputCore>::ReaderCore>`, the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize` [INFO] [stderr] note: required because it appears within the type `XofReaderCoreWrapper<<T as ExtendableOutputCore>::ReaderCore>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct XofReaderCoreWrapper<T> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: required by a bound in `ExtendableOutput::Reader` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/lib.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | type Reader: XofReader; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ExtendableOutput::Reader` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/digest-727fdedcc848e55f.long-type-9731754126252227691.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 123 | impl<T: ExtendableOutputCore> ExtendableOutput for CoreWrapper<T> where <<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] help: consider relaxing the implicit `Sized` restriction [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/lib.rs:143:27 [INFO] [stderr] | [INFO] [stderr] 143 | type Reader: XofReader + ?Sized; [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<... as BlockSizeUser>::BlockSize: ArraySize` is not satisfied in `XofReaderCoreWrapper<<T as ExtendableOutputCore>::ReaderCore>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:127:34 [INFO] [stderr] | [INFO] [stderr] 127 | fn finalize_xof(mut self) -> Self::Reader { [INFO] [stderr] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stderr] | [INFO] [stderr] = help: within `XofReaderCoreWrapper<<T as ExtendableOutputCore>::ReaderCore>`, the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize` [INFO] [stderr] note: required because it appears within the type `XofReaderCoreWrapper<<T as ExtendableOutputCore>::ReaderCore>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct XofReaderCoreWrapper<T> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: the return type of a function must have a statically known size [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/digest-727fdedcc848e55f.long-type-9731754126252227691.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 127 | fn finalize_xof(mut self) -> Self::Reader where <<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<... as BlockSizeUser>::BlockSize: ArraySize` is not satisfied in `XofReaderCoreWrapper<<T as ExtendableOutputCore>::ReaderCore>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:137:41 [INFO] [stderr] | [INFO] [stderr] 137 | fn finalize_xof_reset(&mut self) -> Self::Reader { [INFO] [stderr] | ^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stderr] | [INFO] [stderr] = help: within `XofReaderCoreWrapper<<T as ExtendableOutputCore>::ReaderCore>`, the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize` [INFO] [stderr] note: required because it appears within the type `XofReaderCoreWrapper<<T as ExtendableOutputCore>::ReaderCore>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct XofReaderCoreWrapper<T> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: the return type of a function must have a statically known size [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/digest-727fdedcc848e55f.long-type-9731754126252227691.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 137 | fn finalize_xof_reset(&mut self) -> Self::Reader where <<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | pub(super) buffer: ReadBuffer<T::BlockSize>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `ReadBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/read.rs:8:27 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct ReadBuffer<BS: ArraySize> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `ReadBuffer` [INFO] [stderr] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stderr] | [INFO] [stderr] 12 | T: XofReaderCore, <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied in `XofReaderCoreWrapper<T>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Default)] [INFO] [stderr] | ^^^^^ within `XofReaderCoreWrapper<T>`, the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required because it appears within the type `XofReaderCoreWrapper<T>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct XofReaderCoreWrapper<T> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: required by a bound in `Clone` [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/clone.rs:149:18 [INFO] [stderr] | [INFO] [stderr] 149 | pub trait Clone: Sized { [INFO] [stderr] | ^^^^^ required by this bound in `Clone` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied in `XofReaderCoreWrapper<T>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Default)] [INFO] [stderr] | ^^^^^^^ within `XofReaderCoreWrapper<T>`, the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required because it appears within the type `XofReaderCoreWrapper<T>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct XofReaderCoreWrapper<T> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: required by a bound in `Default` [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/default.rs:107:20 [INFO] [stderr] | [INFO] [stderr] 107 | pub trait Default: Sized { [INFO] [stderr] | ^^^^^ required by this bound in `Default` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied in `XofReaderCoreWrapper<T>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Default)] [INFO] [stderr] | ^^^^^ within `XofReaderCoreWrapper<T>`, the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required because it appears within the type `XofReaderCoreWrapper<T>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct XofReaderCoreWrapper<T> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: the return type of a function must have a statically known size [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied in `XofReaderCoreWrapper<T>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:9:17 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Default)] [INFO] [stderr] | ^^^^^^^ within `XofReaderCoreWrapper<T>`, the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required because it appears within the type `XofReaderCoreWrapper<T>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct XofReaderCoreWrapper<T> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: the return type of a function must have a statically known size [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/ct_variable.rs:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | self.inner.finalize_variable_core(buffer, &mut full_res); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 107 | ) where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Clone)] [INFO] [stderr] | ----- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 26 | buffer: BlockBuffer<T::BlockSize, T::BufferKind>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | core.finalize_variable_core(buffer, &mut full_res); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 32 | fn finalize_dirty(&mut self, out: &mut [u8]) -> Result<(), InvalidBufferSize> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `reset` exists for struct `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:66:21 [INFO] [stderr] | [INFO] [stderr] 66 | self.buffer.reset(); [INFO] [stderr] | ^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `reset`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `Digest` [INFO] [stderr] candidate #2: `DynDigest` [INFO] [stderr] candidate #3: `Mac` [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `digest_blocks` exists for mutable reference `&mut BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:75:16 [INFO] [stderr] | [INFO] [stderr] 75 | buffer.digest_blocks(input, |blocks| core.update_blocks(blocks)); [INFO] [stderr] | ^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:88:13 [INFO] [stderr] | [INFO] [stderr] 88 | buffer, [INFO] [stderr] | ^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 83 | fn new(output_size: usize) -> Result<Self, InvalidOutputSize> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:85:22 [INFO] [stderr] | [INFO] [stderr] 85 | let buffer = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] = note: required for `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>` to implement `Default` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 83 | fn new(output_size: usize) -> Result<Self, InvalidOutputSize> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `reset` exists for struct `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:109:21 [INFO] [stderr] | [INFO] [stderr] 109 | self.buffer.reset(); [INFO] [stderr] | ^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `reset`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `Digest` [INFO] [stderr] candidate #2: `DynDigest` [INFO] [stderr] candidate #3: `Mac` [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `get_pos` exists for struct `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:160:49 [INFO] [stderr] | [INFO] [stderr] 160 | let serialized_pos = Array([self.buffer.get_pos().try_into().unwrap()]); [INFO] [stderr] | ^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `clone` exists for struct `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:161:43 [INFO] [stderr] | [INFO] [stderr] 161 | let serialized_data = self.buffer.clone().pad_with_zeros(); [INFO] [stderr] | ^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ---------------------------------------------------- doesn't satisfy `_: Clone` [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] which is required by `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>: Clone` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:181:21 [INFO] [stderr] | [INFO] [stderr] 181 | buffer: BlockBuffer::try_new(&serialized_data[..serialized_pos[0].into()]) [INFO] [stderr] | _____________________^ [INFO] [stderr] 182 | | .map_err(|_| DeserializeStateError)?, [INFO] [stderr] | |____________________________________________________^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 172 | ) -> Result<Self, DeserializeStateError> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:181:21 [INFO] [stderr] | [INFO] [stderr] 181 | buffer: BlockBuffer::try_new(&serialized_data[..serialized_pos[0].into()]) [INFO] [stderr] | ^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 172 | ) -> Result<Self, DeserializeStateError> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/rt_variable.rs:181:21 [INFO] [stderr] | [INFO] [stderr] 181 | buffer: BlockBuffer::try_new(&serialized_data[..serialized_pos[0].into()]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer::<BS, K>::try_new` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:140:10 [INFO] [stderr] | [INFO] [stderr] 140 | impl<BS: ArraySize, K: BufferKind> BlockBuffer<BS, K> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer::<BS, K>::try_new` [INFO] [stderr] ... [INFO] [stderr] 154 | pub fn try_new(buf: &[u8]) -> Result<Self, Error> { [INFO] [stderr] | ------- required by a bound in this associated function [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 172 | ) -> Result<Self, DeserializeStateError> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(Clone, Default)] [INFO] [stderr] | ----- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 33 | buffer: BlockBuffer<T::BlockSize, T::BufferKind>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(Clone, Default)] [INFO] [stderr] | ------- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 33 | buffer: BlockBuffer<T::BlockSize, T::BufferKind>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:51:22 [INFO] [stderr] | [INFO] [stderr] 51 | Self { core, buffer } [INFO] [stderr] | ^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 49 | pub fn from_core(core: T) -> Self where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:50:22 [INFO] [stderr] | [INFO] [stderr] 50 | let buffer = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] = note: required for `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>` to implement `Default` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 49 | pub fn from_core(core: T) -> Self where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:64:21 [INFO] [stderr] | [INFO] [stderr] 64 | buffer: Default::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 61 | fn new(key: &Key<Self>) -> Self where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | buffer: Default::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 69 | fn new_from_slice(key: &[u8]) -> Result<Self, InvalidLength> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `reset` exists for struct `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:89:21 [INFO] [stderr] | [INFO] [stderr] 89 | self.buffer.reset(); [INFO] [stderr] | ^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `reset`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `Digest` [INFO] [stderr] candidate #2: `DynDigest` [INFO] [stderr] candidate #3: `Mac` [INFO] [stderr] [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] error[E0599]: the method `digest_blocks` exists for mutable reference `&mut BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:97:16 [INFO] [stderr] | [INFO] [stderr] 97 | buffer.digest_blocks(input, |blocks| core.update_blocks(blocks)); [INFO] [stderr] | ^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:109:14 [INFO] [stderr] | [INFO] [stderr] 109 | core.finalize_fixed_core(buffer, out); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 107 | fn finalize_into(mut self, out: &mut Output<Self>) where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:117:14 [INFO] [stderr] | [INFO] [stderr] 117 | core.finalize_fixed_core(buffer, out); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 115 | fn finalize_into_reset(&mut self, out: &mut Output<Self>) where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `reset` exists for mutable reference `&mut BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:119:16 [INFO] [stderr] | [INFO] [stderr] 119 | buffer.reset(); [INFO] [stderr] | ^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `reset`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `Digest` [INFO] [stderr] candidate #2: `DynDigest` [INFO] [stderr] candidate #3: `Mac` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:129:29 [INFO] [stderr] | [INFO] [stderr] 129 | core: self.core.finalize_xof_core(&mut self.buffer), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 127 | fn finalize_xof(mut self) -> Self::Reader where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<... as BlockSizeUser>::BlockSize: ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:130:21 [INFO] [stderr] | [INFO] [stderr] 130 | buffer: Default::default(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stderr] | [INFO] [stderr] = help: the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize` [INFO] [stderr] note: required by a bound in `ReadBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/read.rs:8:27 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct ReadBuffer<BS: ArraySize> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `ReadBuffer` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/digest-727fdedcc848e55f.long-type-9731754126252227691.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 127 | fn finalize_xof(mut self) -> Self::Reader where <<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:139:32 [INFO] [stderr] | [INFO] [stderr] 139 | let reader_core = core.finalize_xof_core(buffer); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 137 | fn finalize_xof_reset(&mut self) -> Self::Reader where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] Checking event-listener v4.0.3 [INFO] [stderr] error[E0599]: the method `reset` exists for mutable reference `&mut BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:141:16 [INFO] [stderr] | [INFO] [stderr] 141 | buffer.reset(); [INFO] [stderr] | ^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `reset`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `Digest` [INFO] [stderr] candidate #2: `DynDigest` [INFO] [stderr] candidate #3: `Mac` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<... as BlockSizeUser>::BlockSize: ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:145:13 [INFO] [stderr] | [INFO] [stderr] 145 | buffer, [INFO] [stderr] | ^^^^^^ unsatisfied trait bound [INFO] [stderr] | [INFO] [stderr] = help: the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize` [INFO] [stderr] note: required by a bound in `ReadBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/read.rs:8:27 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct ReadBuffer<BS: ArraySize> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `ReadBuffer` [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/digest-727fdedcc848e55f.long-type-9731754126252227691.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 137 | fn finalize_xof_reset(&mut self) -> Self::Reader where <<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<... as BlockSizeUser>::BlockSize: ArraySize` is not satisfied in `ReadBuffer<<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:142:13 [INFO] [stderr] | [INFO] [stderr] 142 | let buffer = Default::default(); [INFO] [stderr] | ^^^^^^ unsatisfied trait bound [INFO] [stderr] | [INFO] [stderr] = help: within `ReadBuffer<<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize>`, the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize` [INFO] [stderr] note: required because it appears within the type `ReadBuffer<<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/read.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct ReadBuffer<BS: ArraySize> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/digest-727fdedcc848e55f.long-type-9731754126252227691.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 137 | fn finalize_xof_reset(&mut self) -> Self::Reader where <<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<... as BlockSizeUser>::BlockSize: ArraySize` is not satisfied in `ReadBuffer<<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:142:22 [INFO] [stderr] | [INFO] [stderr] 142 | let buffer = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ unsatisfied trait bound [INFO] [stderr] | [INFO] [stderr] = help: within `ReadBuffer<<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize>`, the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize` [INFO] [stderr] note: required because it appears within the type `ReadBuffer<<<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/read.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct ReadBuffer<BS: ArraySize> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] note: required by a bound in `default` [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/default.rs:107:20 [INFO] [stderr] | [INFO] [stderr] 107 | pub trait Default: Sized { [INFO] [stderr] | ^^^^^ required by this bound in `Default::default` [INFO] [stderr] ... [INFO] [stderr] 139 | fn default() -> Self; [INFO] [stderr] | ------- required by a bound in this associated function [INFO] [stderr] = note: the full name for the type has been written to '/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/digest-727fdedcc848e55f.long-type-9731754126252227691.txt' [INFO] [stderr] = note: consider using `--verbose` to print the full type name to the console [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 137 | fn finalize_xof_reset(&mut self) -> Self::Reader where <<T as ExtendableOutputCore>::ReaderCore as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `get_pos` exists for struct `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:200:49 [INFO] [stderr] | [INFO] [stderr] 200 | let serialized_pos = Array([self.buffer.get_pos().try_into().unwrap()]); [INFO] [stderr] | ^^^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `clone` exists for struct `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:201:43 [INFO] [stderr] | [INFO] [stderr] 201 | let serialized_data = self.buffer.clone().pad_with_zeros(); [INFO] [stderr] | ^^^^^ method cannot be called due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ---------------------------------------------------- doesn't satisfy `_: Clone` [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] which is required by `BlockBuffer<<T as BlockSizeUser>::BlockSize, <T as BufferKindUser>::BufferKind>: Clone` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:217:21 [INFO] [stderr] | [INFO] [stderr] 217 | buffer: BlockBuffer::try_new(&serialized_data[..serialized_pos[0].into()]) [INFO] [stderr] | _____________________^ [INFO] [stderr] 218 | | .map_err(|_| DeserializeStateError)?, [INFO] [stderr] | |____________________________________________________^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 210 | ) -> Result<Self, DeserializeStateError> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:217:21 [INFO] [stderr] | [INFO] [stderr] 217 | buffer: BlockBuffer::try_new(&serialized_data[..serialized_pos[0].into()]) [INFO] [stderr] | ^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct BlockBuffer<BS: ArraySize, K: BufferKind> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer` [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 210 | ) -> Result<Self, DeserializeStateError> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/wrapper.rs:217:21 [INFO] [stderr] | [INFO] [stderr] 217 | buffer: BlockBuffer::try_new(&serialized_data[..serialized_pos[0].into()]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `BlockBuffer::<BS, K>::try_new` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/lib.rs:140:10 [INFO] [stderr] | [INFO] [stderr] 140 | impl<BS: ArraySize, K: BufferKind> BlockBuffer<BS, K> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `BlockBuffer::<BS, K>::try_new` [INFO] [stderr] ... [INFO] [stderr] 154 | pub fn try_new(buf: &[u8]) -> Result<Self, Error> { [INFO] [stderr] | ------- required by a bound in this associated function [INFO] [stderr] help: consider further restricting the associated type [INFO] [stderr] | [INFO] [stderr] 210 | ) -> Result<Self, DeserializeStateError> where <T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize { [INFO] [stderr] | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Default)] [INFO] [stderr] | ----- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 15 | pub(super) buffer: ReadBuffer<T::BlockSize>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `ReadBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/read.rs:8:27 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct ReadBuffer<BS: ArraySize> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `ReadBuffer` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Default)] [INFO] [stderr] | ------- in this derive macro expansion [INFO] [stderr] ... [INFO] [stderr] 15 | pub(super) buffer: ReadBuffer<T::BlockSize>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `block_buffer::hybrid_array::ArraySize` is not implemented for `<T as BlockSizeUser>::BlockSize` [INFO] [stderr] | [INFO] [stderr] note: required by a bound in `ReadBuffer` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.11.0-rc.4/src/read.rs:8:27 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct ReadBuffer<BS: ArraySize> { [INFO] [stderr] | ^^^^^^^^^ required by this bound in `ReadBuffer` [INFO] [stderr] [INFO] [stderr] error[E0599]: the method `read` exists for mutable reference `&mut ReadBuffer<<T as BlockSizeUser>::BlockSize>`, but its trait bounds were not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/core_api/xof_reader.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | buf.read(buffer, |block| *block = core.read_block()); [INFO] [stderr] | ^^^^ method cannot be called on `&mut ReadBuffer<<T as BlockSizeUser>::BlockSize>` due to unsatisfied trait bounds [INFO] [stderr] | [INFO] [stderr] = note: the following trait bounds were not satisfied: [INFO] [stderr] `<T as BlockSizeUser>::BlockSize: block_buffer::hybrid_array::ArraySize` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] note: `XofReader` defines an item `read`, perhaps you need to implement it [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.0-pre.9/src/lib.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | pub trait XofReader { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] error: could not compile `digest` (lib) due to 53 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "44edc5a7f08ed418be6f154301b5935b732bd563095b3a4558118a9ff8d920ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44edc5a7f08ed418be6f154301b5935b732bd563095b3a4558118a9ff8d920ee", kill_on_drop: false }` [INFO] [stdout] 44edc5a7f08ed418be6f154301b5935b732bd563095b3a4558118a9ff8d920ee