[INFO] updating cached repository https://github.com/RCasatta/hashchain [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] da586b004a15fc730df0e832f5132f8c701846ea [INFO] testing RCasatta/hashchain against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FRCasatta%2Fhashchain" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RCasatta/hashchain on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/RCasatta/hashchain [INFO] finished tweaking git repo https://github.com/RCasatta/hashchain [INFO] tweaked toml for git repo https://github.com/RCasatta/hashchain written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/RCasatta/hashchain already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] ce53c6b05236bb2b680230572f4156853b4f2d24192e20f3ba2b666e62acb5f0 [INFO] running `"docker" "start" "-a" "ce53c6b05236bb2b680230572f4156853b4f2d24192e20f3ba2b666e62acb5f0"` [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling hashchain v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.70s [INFO] running `"docker" "inspect" "ce53c6b05236bb2b680230572f4156853b4f2d24192e20f3ba2b666e62acb5f0"` [INFO] running `"docker" "rm" "-f" "ce53c6b05236bb2b680230572f4156853b4f2d24192e20f3ba2b666e62acb5f0"` [INFO] [stdout] ce53c6b05236bb2b680230572f4156853b4f2d24192e20f3ba2b666e62acb5f0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2234b4bff6e92c438328351800776147432f5f00fc790f3e7de59ad95eae3f3c [INFO] running `"docker" "start" "-a" "2234b4bff6e92c438328351800776147432f5f00fc790f3e7de59ad95eae3f3c"` [INFO] [stderr] Compiling hashchain v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/main.rs:74:38 [INFO] [stderr] | [INFO] [stderr] 74 | assert_eq!(HexSlice::new(sha.result()), "c0535e4be2b79ffd93291305436bf889314e4a3faec05ecffcbb7df31ad9e51a"); [INFO] [stderr] | ^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | assert_eq!(HexSlice::new(sha.result()), "c0535e4be2b79ffd93291305436bf889314e4a3faec05ecffcbb7df31ad9e51a"); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found () [INFO] [stderr] | help: consider borrowing here: `&sha.result()` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&_` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `HexSlice<'_>` [INFO] [stderr] --> src/main.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | assert_eq!(HexSlice::new(sha.result()), "c0535e4be2b79ffd93291305436bf889314e4a3faec05ecffcbb7df31ad9e51a"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | HexSlice<'_> [INFO] [stderr] | &str [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `HexSlice<'_>` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `HexSlice<'_>` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/main.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | assert_eq!(HexSlice::new(sha.result()), "c0535e4be2b79ffd93291305436bf889314e4a3faec05ecffcbb7df31ad9e51a"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `HexSlice<'_>` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `HexSlice<'_>` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&HexSlice<'_>` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0308, E0369. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `hashchain`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2234b4bff6e92c438328351800776147432f5f00fc790f3e7de59ad95eae3f3c"` [INFO] running `"docker" "rm" "-f" "2234b4bff6e92c438328351800776147432f5f00fc790f3e7de59ad95eae3f3c"` [INFO] [stdout] 2234b4bff6e92c438328351800776147432f5f00fc790f3e7de59ad95eae3f3c