[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 try#0bdee9e879c87b7211d316e9152109cfd46c576b for pr-150097
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAncient77%2Fleetcode" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ancient77/leetcode on toolchain 0bdee9e879c87b7211d316e9152109cfd46c576b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0fcaffb30917e747a49e28962db795be39953308771e5ccbebd3555aa102e019
[INFO] running `Command { std: "docker" "start" "-a" "0fcaffb30917e747a49e28962db795be39953308771e5ccbebd3555aa102e019", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fcaffb30917e747a49e28962db795be39953308771e5ccbebd3555aa102e019", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fcaffb30917e747a49e28962db795be39953308771e5ccbebd3555aa102e019", kill_on_drop: false }`
[INFO] [stdout] 0fcaffb30917e747a49e28962db795be39953308771e5ccbebd3555aa102e019
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d8ae786b11e42b4752c9229adac83d8b31f8e8b080bda5bf23ee6abc57878a9
[INFO] running `Command { std: "docker" "start" "-a" "2d8ae786b11e42b4752c9229adac83d8b31f8e8b080bda5bf23ee6abc57878a9", kill_on_drop: false }`
[INFO] [stderr]     Checking leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected item after doc comment
[INFO] [stdout]   --> src/bin/1476.subrectangle-queries.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / /**
[INFO] [stdout] 37 | |  * Your SubrectangleQueries object will be instantiated and called as such:
[INFO] [stdout] 38 | |  * let obj = SubrectangleQueries::new(rectangle);
[INFO] [stdout] 39 | |  * obj.update_subrectangle(row1, col1, row2, col2, newValue);
[INFO] [stdout] 40 | |  * let ret_2: i32 = obj.get_value(row, col);
[INFO] [stdout] 41 | |  */
[INFO] [stdout]    | |___^ this doc comment doesn't document anything
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `94.binary_tree_inorder_traversal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "94.binary-tree-inorder-traversal" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: expected item after doc comment
[INFO] [stdout]   --> src/bin/208.implement-trie-prefix-tree.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / /**
[INFO] [stdout] 45 | |  * Your Trie object will be instantiated and called as such:
[INFO] [stdout] 46 | |  * let obj = Trie::new();
[INFO] [stdout] 47 | |  * obj.insert(word);
[INFO] [stdout] 48 | |  * let ret_2: bool = obj.search(word);
[INFO] [stdout] 49 | |  * let ret_3: bool = obj.starts_with(prefix);
[INFO] [stdout] 50 | |  */
[INFO] [stdout]    | |___^ this doc comment doesn't document anything
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1476.subrectangle-queries" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `118.pascals_triangle`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "70.climbing-stairs" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `70.climbing_stairs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `495.teemo_attacking`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `1816.truncate_sentence`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1816.truncate-sentence") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `278.first_bad_version`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "278.first-bad-version" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `2280.minimum_lines_to_represent_a_line_chart`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `1588.sum_of_all_odd_length_subarrays`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `1929.concatenation_of_array`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1588.sum-of-all-odd-length-subarrays" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `2341.maximum_number_of_pairs_in_array`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "118.pascals-triangle") due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "208.implement-trie-prefix-tree") due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "1929.concatenation-of-array") due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "495.teemo-attacking" test) due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "2280.minimum-lines-to-represent-a-line-chart" test) due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "2341.maximum-number-of-pairs-in-array" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1704.determine_if_string_halves_are_alike`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `2610.convert_an_array_into_a_2_d_array_with_conditions`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1704.determine-if-string-halves-are-alike" test) due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "2610.convert-an-array-into-a-2-d-array-with-conditions" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `2341.maximum_number_of_pairs_in_array`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2341.maximum-number-of-pairs-in-array") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `217.contains_duplicate`
[INFO] [stdout]   |
[INFO] [stdout]   = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "217.contains-duplicate") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "2d8ae786b11e42b4752c9229adac83d8b31f8e8b080bda5bf23ee6abc57878a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d8ae786b11e42b4752c9229adac83d8b31f8e8b080bda5bf23ee6abc57878a9", kill_on_drop: false }`
[INFO] [stdout] 2d8ae786b11e42b4752c9229adac83d8b31f8e8b080bda5bf23ee6abc57878a9
