[INFO] updating cached repository https://github.com/FlyingCanoe/hangman [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] 0f4f83e030f89227441465eb100f0eba29996004 [INFO] testing FlyingCanoe/hangman against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFlyingCanoe%2Fhangman" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FlyingCanoe/hangman on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/FlyingCanoe/hangman [INFO] finished tweaking git repo https://github.com/FlyingCanoe/hangman [INFO] tweaked toml for git repo https://github.com/FlyingCanoe/hangman written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/FlyingCanoe/hangman already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=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.44.0" "build" "--frozen"` [INFO] [stdout] 006df3dc9a7e19238f1d6875a94e5e8393333225dcaa39fabc8ee80fe9737155 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "006df3dc9a7e19238f1d6875a94e5e8393333225dcaa39fabc8ee80fe9737155"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rand_jitter v0.1.2 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling crossterm_utils v0.1.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossterm_cursor v0.1.0 [INFO] [stderr] Compiling crossterm_screen v0.1.0 [INFO] [stderr] Compiling crossterm_input v0.1.0 [INFO] [stderr] Compiling crossterm_style v0.1.0 [INFO] [stderr] Compiling crossterm_terminal v0.1.0 [INFO] [stderr] Compiling crossterm v0.6.0 [INFO] [stderr] Compiling hangman v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected `;`, found ``}`` [INFO] [stderr] --> src/main.rs:19:6 [INFO] [stderr] | [INFO] [stderr] 19 | } [INFO] [stderr] | ^ help: add `;` here [INFO] [stderr] 20 | } [INFO] [stderr] | - unexpected token [INFO] [stderr] [INFO] [stderr] warning: type `Hengman_char` should have an upper camel case name [INFO] [stderr] --> src/main.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | struct Hengman_char { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HengmanChar` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:17:15 [INFO] [stderr] | [INFO] [stderr] 6 | Hide(), [INFO] [stderr] | ------ fn() -> Fond {Fond::Hide} defined here [INFO] [stderr] ... [INFO] [stderr] 17 | fond: Fond::Hide, [INFO] [stderr] | ^^^^^^^^^^ expected enum `Fond`, found fn item [INFO] [stderr] | [INFO] [stderr] = note: expected enum `Fond` [INFO] [stderr] found fn item `fn() -> Fond {Fond::Hide}` [INFO] [stderr] help: use parentheses to instantiate this tuple variant [INFO] [stderr] | [INFO] [stderr] 17 | fond: Fond::Hide(), [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:14:30 [INFO] [stderr] | [INFO] [stderr] 14 | fn hengman_char(c : char) -> Hengman_char { [INFO] [stderr] | ------------ ^^^^^^^^^^^^ expected struct `Hengman_char`, found `()` [INFO] [stderr] | | [INFO] [stderr] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/main.rs:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | let mut word :Vec<> = vec!(); [INFO] [stderr] | ^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `hangman`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "006df3dc9a7e19238f1d6875a94e5e8393333225dcaa39fabc8ee80fe9737155"` [INFO] running `"docker" "rm" "-f" "006df3dc9a7e19238f1d6875a94e5e8393333225dcaa39fabc8ee80fe9737155"` [INFO] [stdout] 006df3dc9a7e19238f1d6875a94e5e8393333225dcaa39fabc8ee80fe9737155