[INFO] updating cached repository https://github.com/rhodium45/blockchain [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 32cd3a16944cd37393a311314ad157a3a7f621ab [INFO] checking rhodium45/blockchain against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frhodium45%2Fblockchain" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rhodium45/blockchain on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rhodium45/blockchain [INFO] finished tweaking git repo https://github.com/rhodium45/blockchain [INFO] tweaked toml for git repo https://github.com/rhodium45/blockchain written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/rhodium45/blockchain already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 44bf6fbe69075124cec57ec413b30fb2a82b00c71ac5d240cc445f8f2f343619 [INFO] running `"docker" "start" "-a" "44bf6fbe69075124cec57ec413b30fb2a82b00c71ac5d240cc445f8f2f343619"` [INFO] [stderr] Compiling proc-macro2 v0.3.6 [INFO] [stderr] Checking sha2 v0.7.0 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_derive v1.0.42 [INFO] [stderr] Checking blockchain v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/blockchain.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn hex_to_string(vec_res: &[u8]) -> String { [INFO] [stderr] | ------ expected `std::string::String` because of return type [INFO] [stderr] 170 | let mut s = String::new(); [INFO] [stderr] 171 | / for b in vec_res { [INFO] [stderr] 172 | | write!(&mut s, "{:x}", b).expect("unable to write"); [INFO] [stderr] 173 | | } [INFO] [stderr] | |_________^ expected struct `std::string::String`, found () [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `blockchain`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/blockchain.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn hex_to_string(vec_res: &[u8]) -> String { [INFO] [stderr] | ------ expected `std::string::String` because of return type [INFO] [stderr] 170 | let mut s = String::new(); [INFO] [stderr] 171 | / for b in vec_res { [INFO] [stderr] 172 | | write!(&mut s, "{:x}", b).expect("unable to write"); [INFO] [stderr] 173 | | } [INFO] [stderr] | |_________^ expected struct `std::string::String`, found () [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `blockchain`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "44bf6fbe69075124cec57ec413b30fb2a82b00c71ac5d240cc445f8f2f343619"` [INFO] running `"docker" "rm" "-f" "44bf6fbe69075124cec57ec413b30fb2a82b00c71ac5d240cc445f8f2f343619"` [INFO] [stdout] 44bf6fbe69075124cec57ec413b30fb2a82b00c71ac5d240cc445f8f2f343619