[INFO] updating cached repository https://github.com/alburtwang/leetcode [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] e3135de4080ad64074fc327d04442108f18d3698 [INFO] checking alburtwang/leetcode against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Falburtwang%2Fleetcode" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alburtwang/leetcode on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/alburtwang/leetcode [INFO] finished tweaking git repo https://github.com/alburtwang/leetcode [INFO] tweaked toml for git repo https://github.com/alburtwang/leetcode written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/alburtwang/leetcode already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d5437cfcf04322a4fb757d8c2fca5ddaff5a93a185edb04a8583640d38a3ec5a [INFO] running `"docker" "start" "-a" "d5437cfcf04322a4fb757d8c2fca5ddaff5a93a185edb04a8583640d38a3ec5a"` [INFO] [stderr] Checking leetcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0601]: `main` function not found in crate `983` [INFO] [stderr] | [INFO] [stderr] = note: consider adding a `main` function to `src/bin/983.rs` [INFO] [stderr] [INFO] [stderr] warning: variable `morsesWord` should have a snake case name [INFO] [stderr] --> src/bin/804.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | let mut morsesWord = HashMap::new(); [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `morses_word` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` 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 E0601`. [INFO] [stderr] error: Could not compile `leetcode`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: struct is never constructed: `Solution` [INFO] [stderr] --> src/bin/1021.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | struct Solution {} [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `remove_outer_parentheses` [INFO] [stderr] --> src/bin/1021.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn remove_outer_parentheses(s: String) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Solution` [INFO] [stderr] --> src/bin/1021.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | struct Solution {} [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `remove_outer_parentheses` [INFO] [stderr] --> src/bin/1021.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn remove_outer_parentheses(s: String) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `morsesWord` should have a snake case name [INFO] [stderr] --> src/bin/804.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | let mut morsesWord = HashMap::new(); [INFO] [stderr] | ^^^^^^^^^^ help: convert the identifier to snake case: `morses_word` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d5437cfcf04322a4fb757d8c2fca5ddaff5a93a185edb04a8583640d38a3ec5a"` [INFO] running `"docker" "rm" "-f" "d5437cfcf04322a4fb757d8c2fca5ddaff5a93a185edb04a8583640d38a3ec5a"` [INFO] [stdout] d5437cfcf04322a4fb757d8c2fca5ddaff5a93a185edb04a8583640d38a3ec5a