[INFO] cloning repository https://github.com/DiscoBiscuit99/goyo [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DiscoBiscuit99/goyo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiscoBiscuit99%2Fgoyo"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiscoBiscuit99%2Fgoyo'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a1fd3dfb6f7801c6ef1ac5060f98d786d3da1d45 [INFO] testing DiscoBiscuit99/goyo against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDiscoBiscuit99%2Fgoyo" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DiscoBiscuit99/goyo 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/DiscoBiscuit99/goyo [INFO] finished tweaking git repo https://github.com/DiscoBiscuit99/goyo [INFO] tweaked toml for git repo https://github.com/DiscoBiscuit99/goyo written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/DiscoBiscuit99/goyo 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 19b309a87040a8d6a67b7eee6afadbfd10c7f869c89e4a82ee01a0d5248a7022 [INFO] running `"docker" "start" "-a" "19b309a87040a8d6a67b7eee6afadbfd10c7f869c89e4a82ee01a0d5248a7022"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling goyo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `had_err` in this scope [INFO] [stderr] --> src/main.rs:29:8 [INFO] [stderr] | [INFO] [stderr] 29 | if had_err { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `had_err` in this scope [INFO] [stderr] --> src/main.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | had_err = false; // Keep going in the REPL. [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: variant `LEFT_PAREN` should have an upper camel case name [INFO] [stderr] --> src/lexer.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | LEFT_PAREN, RIGHT_PAREN, LEFT_BRACE, RIGHT_BRACE, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeftParen` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `RIGHT_PAREN` should have an upper camel case name [INFO] [stderr] --> src/lexer.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | LEFT_PAREN, RIGHT_PAREN, LEFT_BRACE, RIGHT_BRACE, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `RightParen` [INFO] [stderr] [INFO] [stderr] warning: variant `LEFT_BRACE` should have an upper camel case name [INFO] [stderr] --> src/lexer.rs:3:30 [INFO] [stderr] | [INFO] [stderr] 3 | LEFT_PAREN, RIGHT_PAREN, LEFT_BRACE, RIGHT_BRACE, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LeftBrace` [INFO] [stderr] [INFO] [stderr] warning: variant `RIGHT_BRACE` should have an upper camel case name [INFO] [stderr] --> src/lexer.rs:3:42 [INFO] [stderr] | [INFO] [stderr] 3 | LEFT_PAREN, RIGHT_PAREN, LEFT_BRACE, RIGHT_BRACE, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `RightBrace` [INFO] [stderr] [INFO] [stderr] warning: variant `BANG_EQUAL` should have an upper camel case name [INFO] [stderr] --> src/lexer.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | BANG, BANG_EQUAL, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BangEqual` [INFO] [stderr] [INFO] [stderr] warning: variant `COLON_EQUAL` should have an upper camel case name [INFO] [stderr] --> src/lexer.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | COLON_EQUAL, EQUAL, [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `ColonEqual` [INFO] [stderr] [INFO] [stderr] warning: variant `GREATER_EQUAL` should have an upper camel case name [INFO] [stderr] --> src/lexer.rs:9:14 [INFO] [stderr] | [INFO] [stderr] 9 | GREATER, GREATER_EQUAL, [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GreaterEqual` [INFO] [stderr] [INFO] [stderr] warning: variant `LESS_EQUAL` should have an upper camel case name [INFO] [stderr] --> src/lexer.rs:10:11 [INFO] [stderr] | [INFO] [stderr] 10 | LESS, LESS_EQUAL, [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `LessEqual` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `str` cannot be known at compilation time [INFO] [stderr] --> src/lexer.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | lexeme: str, [INFO] [stderr] | ^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `str` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: only the last field of a struct may have a dynamically sized type [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors; 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `goyo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "19b309a87040a8d6a67b7eee6afadbfd10c7f869c89e4a82ee01a0d5248a7022"` [INFO] running `"docker" "rm" "-f" "19b309a87040a8d6a67b7eee6afadbfd10c7f869c89e4a82ee01a0d5248a7022"` [INFO] [stdout] 19b309a87040a8d6a67b7eee6afadbfd10c7f869c89e4a82ee01a0d5248a7022