[INFO] cloning repository https://github.com/Ancient77/leetcode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ancient77/leetcode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAncient77%2Fleetcode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAncient77%2Fleetcode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 247aa691091a2a902b326759293faf4b09396464
[INFO] checking Ancient77/leetcode against master#c9af9c1dc85a55e309345030ff9cb7ea247953fa for pr-151146
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAncient77%2Fleetcode" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Ancient77/leetcode
[INFO] finished tweaking git repo https://github.com/Ancient77/leetcode
[INFO] tweaked toml for git repo https://github.com/Ancient77/leetcode written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ancient77/leetcode on toolchain c9af9c1dc85a55e309345030ff9cb7ea247953fa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Ancient77/leetcode already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a2eee4fdbccb9f1dd8c8bb02bbac2c5d71cba8c6b400458c2b1d207da1d7505
[INFO] running `Command { std: "docker" "start" "-a" "8a2eee4fdbccb9f1dd8c8bb02bbac2c5d71cba8c6b400458c2b1d207da1d7505", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a2eee4fdbccb9f1dd8c8bb02bbac2c5d71cba8c6b400458c2b1d207da1d7505", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a2eee4fdbccb9f1dd8c8bb02bbac2c5d71cba8c6b400458c2b1d207da1d7505", kill_on_drop: false }`
[INFO] [stdout] 8a2eee4fdbccb9f1dd8c8bb02bbac2c5d71cba8c6b400458c2b1d207da1d7505
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d3b2078448fb6fa2c09d58edbb364980c372e8cc6681c09a11dcedecfc7a6afc
[INFO] running `Command { std: "docker" "start" "-a" "d3b2078448fb6fa2c09d58edbb364980c372e8cc6681c09a11dcedecfc7a6afc", kill_on_drop: false }`
[INFO] [stderr]     Checking leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `leetcode` (bin "1389.create-target-array-in-the-given-order" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `leetcode` (bin "268.missing-number" test) due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "1528.shuffle-string") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1528.shuffle_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `1389.create_target_array_in_the_given_order`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `268.missing_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected item after doc comment
[INFO] [stdout]   --> src/bin/2336.smallest-number-in-infinite-set.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | / /**
[INFO] [stdout] 46 | |  * Your SmallestInfiniteSet object will be instantiated and called as such:
[INFO] [stdout] 47 | |  * let obj = SmallestInfiniteSet::new();
[INFO] [stdout] 48 | |  * let ret_1: i32 = obj.pop_smallest();
[INFO] [stdout] 49 | |  * obj.add_back(num);
[INFO] [stdout] 50 | |  */
[INFO] [stdout]    | |___^ this doc comment doesn't document anything
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `319.bulb_switcher`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `1502.can_make_arithmetic_progression_from_sequence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2336.smallest-number-in-infinite-set" test) due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "1502.can-make-arithmetic-progression-from-sequence" test) due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "319.bulb-switcher") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `2185.counting_words_with_a_given_prefix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `}`
[INFO] [stdout]   --> src/bin/824.goat-latin.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |             }
[INFO] [stdout]    |             ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2185.counting-words-with-a-given-prefix" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1832.check_if_the_sentence_is_pangram`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `129.sum_root_to_leaf_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `824.goat_latin`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "129.sum-root-to-leaf-numbers") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1456.maximum_number_of_vowels_in_a_substring_of_given_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "824.goat-latin" test) due to 2 previous errors
[INFO] [stdout] error: invalid character '.' in crate name: `1470.shuffle_the_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1832.check-if-the-sentence-is-pangram") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `228.summary_ranges`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `2433.find_the_original_array_of_prefix_xor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2433.find-the-original-array-of-prefix-xor" test) due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "1456.maximum-number-of-vowels-in-a-substring-of-given-length") due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "1470.shuffle-the-array") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `502.ipo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "228.summary-ranges" test) due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "502.ipo" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1678.goal_parser_interpretation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1678.goal-parser-interpretation") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d3b2078448fb6fa2c09d58edbb364980c372e8cc6681c09a11dcedecfc7a6afc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3b2078448fb6fa2c09d58edbb364980c372e8cc6681c09a11dcedecfc7a6afc", kill_on_drop: false }`
[INFO] [stdout] d3b2078448fb6fa2c09d58edbb364980c372e8cc6681c09a11dcedecfc7a6afc
