[INFO] cloning repository https://github.com/willmurphyscode/wires [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/willmurphyscode/wires" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillmurphyscode%2Fwires"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillmurphyscode%2Fwires'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 479631a38c39434d71067cffc16b60484a972abb [INFO] checking willmurphyscode/wires against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillmurphyscode%2Fwires" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/willmurphyscode/wires on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/willmurphyscode/wires [INFO] finished tweaking git repo https://github.com/willmurphyscode/wires [INFO] tweaked toml for git repo https://github.com/willmurphyscode/wires written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/willmurphyscode/wires already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=allow" "-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" "+beta-2019-10-27" "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] d753c97525d37059ebdf0dbe2fd96840907c83199e3446b3c2e27ac4fd2132a3 [INFO] running `"docker" "start" "-a" "d753c97525d37059ebdf0dbe2fd96840907c83199e3446b3c2e27ac4fd2132a3"` [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking nom v3.2.0 [INFO] [stderr] Checking wires v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `bytes_to_strings` in this scope [INFO] [stderr] --> src/wires.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | bytes_to_strings("hello".as_bytes(), &mut cursor, &opts); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `bytes_to_strings` in this scope [INFO] [stderr] --> src/wires.rs:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | bytes_to_strings(&bytes, &mut cursor, &opts); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `z_string_fragment` in this scope [INFO] [stderr] --> src/z_string.rs:179:18 [INFO] [stderr] | [INFO] [stderr] 179 | let actual = z_string_fragment(sl); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/z_string.rs:170:18 [INFO] [stderr] | [INFO] [stderr] 125 | fn char_from_5_bits(fiver: u8, previous_byte: u8) -> char { [INFO] [stderr] | --------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 170 | let actual = char_from_5_bits( take_5_bits(sl).to_result().unwrap() ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_string` found for type `z_string::ZWord` in the current scope [INFO] [stderr] --> src/z_string.rs:193:28 [INFO] [stderr] | [INFO] [stderr] 10 | struct ZWord { [INFO] [stderr] | ------------ method `to_string` not found for this [INFO] [stderr] ... [INFO] [stderr] 193 | .map(|zword| zword.to_string()) [INFO] [stderr] | ^^^^^^^^^ method not found in `z_string::ZWord` [INFO] [stderr] | [INFO] [stderr] = note: the method `to_string` exists but the following trait bounds were not satisfied: [INFO] [stderr] `z_string::ZWord : std::string::ToString` [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `to_string`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `std::string::ToString` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `wires`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d753c97525d37059ebdf0dbe2fd96840907c83199e3446b3c2e27ac4fd2132a3"` [INFO] running `"docker" "rm" "-f" "d753c97525d37059ebdf0dbe2fd96840907c83199e3446b3c2e27ac4fd2132a3"` [INFO] [stdout] d753c97525d37059ebdf0dbe2fd96840907c83199e3446b3c2e27ac4fd2132a3