[INFO] fetching crate blakeout 0.3.0... [INFO] checking blakeout-0.3.0 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate blakeout 0.3.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate blakeout 0.3.0 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "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-6/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: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 453a25f18c914e2d5c2fac1095e88fbeede90a16c8d574fe4fc69538df3a4ace [INFO] running `Command { std: "docker" "start" "-a" "453a25f18c914e2d5c2fac1095e88fbeede90a16c8d574fe4fc69538df3a4ace", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "453a25f18c914e2d5c2fac1095e88fbeede90a16c8d574fe4fc69538df3a4ace", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "453a25f18c914e2d5c2fac1095e88fbeede90a16c8d574fe4fc69538df3a4ace", kill_on_drop: false }` [INFO] [stdout] 453a25f18c914e2d5c2fac1095e88fbeede90a16c8d574fe4fc69538df3a4ace [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c8e5e29986e5efa2c96ab27c6e936d41bef82bd8fb9a69478a74de59e859e000 [INFO] running `Command { std: "docker" "start" "-a" "c8e5e29986e5efa2c96ab27c6e936d41bef82bd8fb9a69478a74de59e859e000", kill_on_drop: false }` [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] 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] 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: Update` is not satisfied [INFO] [stdout] --> examples/file_blakeout.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 16 | fn process(reader: &mut R, name: &str) { [INFO] [stdout] | ------ required by this bound in `process` [INFO] [stdout] ... [INFO] [stdout] 40 | process::(&mut file, &path); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Update` is not implemented for `Blakeout` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Digest` for `Blakeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Blakeout: Reset` is not satisfied [INFO] [stdout] --> examples/file_blakeout.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 16 | fn process(reader: &mut R, name: &str) { [INFO] [stdout] | ------ required by this bound in `process` [INFO] [stdout] ... [INFO] [stdout] 40 | process::(&mut file, &path); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Reset` is not implemented for `Blakeout` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Digest` for `Blakeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Blakeout: Clone` is not satisfied [INFO] [stdout] --> examples/file_blakeout.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 16 | fn process(reader: &mut R, name: &str) { [INFO] [stdout] | ------ required by this bound in `process` [INFO] [stdout] ... [INFO] [stdout] 40 | process::(&mut file, &path); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `Blakeout` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Digest` for `Blakeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Blakeout: FixedOutputDirty` is not satisfied [INFO] [stdout] --> examples/file_blakeout.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 16 | fn process(reader: &mut R, name: &str) { [INFO] [stdout] | ------ required by this bound in `process` [INFO] [stdout] ... [INFO] [stdout] 40 | process::(&mut file, &path); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `FixedOutputDirty` is not implemented for `Blakeout` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `FixedOutput` for `Blakeout` [INFO] [stdout] = note: required because of the requirements on the impl of `Digest` for `Blakeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Blakeout: Update` is not satisfied [INFO] [stdout] --> examples/file_blakeout.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 16 | fn process(reader: &mut R, name: &str) { [INFO] [stdout] | ------ required by this bound in `process` [INFO] [stdout] ... [INFO] [stdout] 44 | process::(&mut io::stdin(), "-"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Update` is not implemented for `Blakeout` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Digest` for `Blakeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Blakeout: Reset` is not satisfied [INFO] [stdout] --> examples/file_blakeout.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 16 | fn process(reader: &mut R, name: &str) { [INFO] [stdout] | ------ required by this bound in `process` [INFO] [stdout] ... [INFO] [stdout] 44 | process::(&mut io::stdin(), "-"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Reset` is not implemented for `Blakeout` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Digest` for `Blakeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Blakeout: Clone` is not satisfied [INFO] [stdout] --> examples/file_blakeout.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 16 | fn process(reader: &mut R, name: &str) { [INFO] [stdout] | ------ required by this bound in `process` [INFO] [stdout] ... [INFO] [stdout] 44 | process::(&mut io::stdin(), "-"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `Blakeout` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Digest` for `Blakeout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Blakeout: FixedOutputDirty` is not satisfied [INFO] [stdout] --> examples/file_blakeout.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 16 | fn process(reader: &mut R, name: &str) { [INFO] [stdout] | ------ required by this bound in `process` [INFO] [stdout] ... [INFO] [stdout] 44 | process::(&mut io::stdin(), "-"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `FixedOutputDirty` is not implemented for `Blakeout` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `FixedOutput` for `Blakeout` [INFO] [stdout] = note: required because of the requirements on the impl of `Digest` for `Blakeout` [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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "c8e5e29986e5efa2c96ab27c6e936d41bef82bd8fb9a69478a74de59e859e000", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8e5e29986e5efa2c96ab27c6e936d41bef82bd8fb9a69478a74de59e859e000", kill_on_drop: false }` [INFO] [stdout] c8e5e29986e5efa2c96ab27c6e936d41bef82bd8fb9a69478a74de59e859e000