[INFO] fetching crate blakeout 0.3.0...
[INFO] checking blakeout-0.3.0 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate blakeout 0.3.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate blakeout 0.3.0 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate blakeout 0.3.0
[INFO] finished tweaking crates.io crate blakeout 0.3.0
[INFO] tweaked toml for crates.io crate blakeout 0.3.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate blakeout 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7db2ce7d230ce11571a144678e03905e38c58a0e7bd73343136763b30fea5b3
[INFO] running `Command { std: "docker" "start" "-a" "d7db2ce7d230ce11571a144678e03905e38c58a0e7bd73343136763b30fea5b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7db2ce7d230ce11571a144678e03905e38c58a0e7bd73343136763b30fea5b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7db2ce7d230ce11571a144678e03905e38c58a0e7bd73343136763b30fea5b3", kill_on_drop: false }`
[INFO] [stdout] d7db2ce7d230ce11571a144678e03905e38c58a0e7bd73343136763b30fea5b3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5cceb75a02c342e7cf843a388c69e48c630ec6efa2e2a09ef51bfd92c10f4982
[INFO] running `Command { std: "docker" "start" "-a" "5cceb75a02c342e7cf843a388c69e48c630ec6efa2e2a09ef51bfd92c10f4982", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]     Checking subtle v2.4.0
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking blake2 v0.9.1
[INFO] [stderr]     Checking blakeout v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `input` found for type parameter `D` in the current scope
[INFO] [stdout]   --> examples/file_blakeout.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |            - method `input` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 24 |         sh.input(&buffer[..n]);
[INFO] [stdout]    |            ^^^^^ method not found in `D`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `result_str` found for type parameter `D` in the current scope
[INFO] [stdout]   --> examples/file_blakeout.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |            - method `result_str` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 30 |     print_result(&sh.result_str(), name);
[INFO] [stdout]    |                      ^^^^^^^^^^ method not found in `D`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 process::<Blakeout, _>(&mut file, &path);
[INFO] [stdout]    |                           ^^^^^^^^ the trait `Update` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 process::<Blakeout, _>(&mut file, &path);
[INFO] [stdout]    |                           ^^^^^^^^ the trait `Reset` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 process::<Blakeout, _>(&mut file, &path);
[INFO] [stdout]    |                           ^^^^^^^^ the trait `Clone` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 process::<Blakeout, _>(&mut file, &path);
[INFO] [stdout]    |                           ^^^^^^^^ the trait `FixedOutputDirty` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `FixedOutput`
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         process::<Blakeout, _>(&mut io::stdin(), "-");
[INFO] [stdout]    |                   ^^^^^^^^ the trait `Update` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         process::<Blakeout, _>(&mut io::stdin(), "-");
[INFO] [stdout]    |                   ^^^^^^^^ the trait `Reset` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         process::<Blakeout, _>(&mut io::stdin(), "-");
[INFO] [stdout]    |                   ^^^^^^^^ the trait `Clone` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         process::<Blakeout, _>(&mut io::stdin(), "-");
[INFO] [stdout]    |                   ^^^^^^^^ the trait `FixedOutputDirty` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `FixedOutput`
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blakeout` (example "file_blakeout") due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "5cceb75a02c342e7cf843a388c69e48c630ec6efa2e2a09ef51bfd92c10f4982", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cceb75a02c342e7cf843a388c69e48c630ec6efa2e2a09ef51bfd92c10f4982", kill_on_drop: false }`
[INFO] [stdout] 5cceb75a02c342e7cf843a388c69e48c630ec6efa2e2a09ef51bfd92c10f4982
[INFO] checking blakeout-0.3.0 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate blakeout 0.3.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate blakeout 0.3.0 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate blakeout 0.3.0
[INFO] finished tweaking crates.io crate blakeout 0.3.0
[INFO] tweaked toml for crates.io crate blakeout 0.3.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate blakeout 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d7d55af670e2259ca6e002cd01f3619c3cc614d0bd7f0aa7685bb601904899d
[INFO] running `Command { std: "docker" "start" "-a" "4d7d55af670e2259ca6e002cd01f3619c3cc614d0bd7f0aa7685bb601904899d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d7d55af670e2259ca6e002cd01f3619c3cc614d0bd7f0aa7685bb601904899d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d7d55af670e2259ca6e002cd01f3619c3cc614d0bd7f0aa7685bb601904899d", kill_on_drop: false }`
[INFO] [stdout] 4d7d55af670e2259ca6e002cd01f3619c3cc614d0bd7f0aa7685bb601904899d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 543e01557a9485d8d8b051339a94e1ecad039b399bab0aa5b56541e585685d79
[INFO] running `Command { std: "docker" "start" "-a" "543e01557a9485d8d8b051339a94e1ecad039b399bab0aa5b56541e585685d79", kill_on_drop: false }`
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]     Checking subtle v2.4.0
[INFO] [stderr]     Checking opaque-debug v0.3.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]     Checking crypto-mac v0.8.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking blake2 v0.9.1
[INFO] [stderr]     Checking blakeout v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `input` found for type parameter `D` in the current scope
[INFO] [stdout]   --> examples/file_blakeout.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |            - method `input` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 24 |         sh.input(&buffer[..n]);
[INFO] [stdout]    |            ^^^^^ method not found in `D`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `result_str` found for type parameter `D` in the current scope
[INFO] [stdout]   --> examples/file_blakeout.rs:30:22
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |            - method `result_str` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 30 |     print_result(&sh.result_str(), name);
[INFO] [stdout]    |                      ^^^^^^^^^^ method not found in `D`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 process::<Blakeout, _>(&mut file, &path);
[INFO] [stdout]    |                           ^^^^^^^^ the trait `Update` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 process::<Blakeout, _>(&mut file, &path);
[INFO] [stdout]    |                           ^^^^^^^^ the trait `Reset` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 process::<Blakeout, _>(&mut file, &path);
[INFO] [stdout]    |                           ^^^^^^^^ the trait `Clone` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 process::<Blakeout, _>(&mut file, &path);
[INFO] [stdout]    |                           ^^^^^^^^ the trait `FixedOutputDirty` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `FixedOutput`
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         process::<Blakeout, _>(&mut io::stdin(), "-");
[INFO] [stdout]    |                   ^^^^^^^^ the trait `Update` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         process::<Blakeout, _>(&mut io::stdin(), "-");
[INFO] [stdout]    |                   ^^^^^^^^ the trait `Reset` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         process::<Blakeout, _>(&mut io::stdin(), "-");
[INFO] [stdout]    |                   ^^^^^^^^ the trait `Clone` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Blakeout: Digest` is not satisfied
[INFO] [stdout]   --> examples/file_blakeout.rs:44:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |         process::<Blakeout, _>(&mut io::stdin(), "-");
[INFO] [stdout]    |                   ^^^^^^^^ the trait `FixedOutputDirty` is not implemented for `Blakeout`, which is required by `Blakeout: Digest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `Blakeout` to implement `FixedOutput`
[INFO] [stdout]    = note: required for `Blakeout` to implement `Digest`
[INFO] [stdout] note: required by a bound in `process`
[INFO] [stdout]   --> examples/file_blakeout.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn process<D: Digest + Default, R: Read>(reader: &mut R, name: &str) {
[INFO] [stdout]    |               ^^^^^^ required by this bound in `process`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blakeout` (example "file_blakeout") due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "543e01557a9485d8d8b051339a94e1ecad039b399bab0aa5b56541e585685d79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "543e01557a9485d8d8b051339a94e1ecad039b399bab0aa5b56541e585685d79", kill_on_drop: false }`
[INFO] [stdout] 543e01557a9485d8d8b051339a94e1ecad039b399bab0aa5b56541e585685d79
