[INFO] cloning repository https://github.com/Anode194/greet_me [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Anode194/greet_me" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnode194%2Fgreet_me"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnode194%2Fgreet_me'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2baff5d701a055431c041c6710cb692d5e1208f3 [INFO] checking Anode194/greet_me against try#98d5ea1855f1028095b37c493ba31093c8519d68 for pr-69548 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnode194%2Fgreet_me" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Anode194/greet_me on toolchain 98d5ea1855f1028095b37c493ba31093c8519d68 [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Anode194/greet_me [INFO] finished tweaking git repo https://github.com/Anode194/greet_me [INFO] tweaked toml for git repo https://github.com/Anode194/greet_me written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Anode194/greet_me already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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] f4c07dd90a141db472f7508645ff628405a0a5471aa92335880695a513411167 [INFO] running `"docker" "start" "-a" "f4c07dd90a141db472f7508645ff628405a0a5471aa92335880695a513411167"` [INFO] [stderr] Checking greet_me v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `todos` in this scope [INFO] [stderr] --> src/main.rs:49:6 [INFO] [stderr] | [INFO] [stderr] 45 | / struct todo { [INFO] [stderr] 46 | | urgent: Vec, [INFO] [stderr] 47 | | non_urgent: Vec [INFO] [stderr] 48 | | } [INFO] [stderr] | |_- similarly named struct `todo` defined here [INFO] [stderr] 49 | impl todos { [INFO] [stderr] | ^^^^^ help: a struct with a similar name exists: `todo` [INFO] [stderr] [INFO] [stderr] warning: type `todo` should have an upper camel case name [INFO] [stderr] --> src/main.rs:45:8 [INFO] [stderr] | [INFO] [stderr] 45 | struct todo { [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Todo` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `greet_me`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `todos` in this scope [INFO] [stderr] --> src/main.rs:49:6 [INFO] [stderr] | [INFO] [stderr] 45 | / struct todo { [INFO] [stderr] 46 | | urgent: Vec, [INFO] [stderr] 47 | | non_urgent: Vec [INFO] [stderr] 48 | | } [INFO] [stderr] | |_- similarly named struct `todo` defined here [INFO] [stderr] 49 | impl todos { [INFO] [stderr] | ^^^^^ help: a struct with a similar name exists: `todo` [INFO] [stderr] [INFO] [stderr] warning: type `todo` should have an upper camel case name [INFO] [stderr] --> src/main.rs:45:8 [INFO] [stderr] | [INFO] [stderr] 45 | struct todo { [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Todo` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `greet_me`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f4c07dd90a141db472f7508645ff628405a0a5471aa92335880695a513411167"` [INFO] running `"docker" "rm" "-f" "f4c07dd90a141db472f7508645ff628405a0a5471aa92335880695a513411167"` [INFO] [stdout] f4c07dd90a141db472f7508645ff628405a0a5471aa92335880695a513411167