[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#54cf65b8d066c082e536455049b95943cf30378f for pr-151920
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAncient77%2Fleetcode" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-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-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ancient77/leetcode on toolchain 54cf65b8d066c082e536455049b95943cf30378f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "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" "+54cf65b8d066c082e536455049b95943cf30378f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 39d724af01c41bedd29b861d3be35032da3e0e3177fcc76853b6d0cb1da5f4b1
[INFO] running `Command { std: "docker" "start" "-a" "39d724af01c41bedd29b861d3be35032da3e0e3177fcc76853b6d0cb1da5f4b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39d724af01c41bedd29b861d3be35032da3e0e3177fcc76853b6d0cb1da5f4b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39d724af01c41bedd29b861d3be35032da3e0e3177fcc76853b6d0cb1da5f4b1", kill_on_drop: false }`
[INFO] [stdout] 39d724af01c41bedd29b861d3be35032da3e0e3177fcc76853b6d0cb1da5f4b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d01a19de74a34d6487a3af861477f124e651c7ffbf8762f677b2e7073a0990ea
[INFO] running `Command { std: "docker" "start" "-a" "d01a19de74a34d6487a3af861477f124e651c7ffbf8762f677b2e7073a0990ea", kill_on_drop: false }`
[INFO] [stderr]     Checking leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `leetcode` (bin "1514.path-with-maximum-probability") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1514.path_with_maximum_probability`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: invalid character '.' in crate name: `2373.largest_local_values_in_a_matrix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2373.largest-local-values-in-a-matrix") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1945.sum_of_digits_of_string_after_convert`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "520.detect-capital") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1656.design_an_ordered_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1656.design-an-ordered-stream") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `2011.final_value_of_variable_after_performing_operations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2011.final-value-of-variable-after-performing-operations" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `520.detect_capital`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1945.sum-of-digits-of-string-after-convert" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1945.sum_of_digits_of_string_after_convert`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2535.difference-between-element-sum-and-digit-sum-of-an-array") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `2535.difference_between_element_sum_and_digit_sum_of_an_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1011.capacity-to-ship-packages-within-d-days" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1011.capacity_to_ship_packages_within_d_days`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1769.minimum-number-of-operations-to-move-all-balls-to-each-box" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1769.minimum_number_of_operations_to_move_all_balls_to_each_box`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2520.count-the-digits-that-divide-a-number" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `2520.count_the_digits_that_divide_a_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1945.sum-of-digits-of-string-after-convert") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `785.is_graph_bipartite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `2236.root_equals_sum_of_children`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "785.is-graph-bipartite" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `67.add_binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "67.add-binary") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1704.determine_if_string_halves_are_alike`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2236.root-equals-sum-of-children") due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "1704.determine-if-string-halves-are-alike" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `2492.minimum_score_of_a_path_between_two_cities`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2492.minimum-score-of-a-path-between-two-cities" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d01a19de74a34d6487a3af861477f124e651c7ffbf8762f677b2e7073a0990ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d01a19de74a34d6487a3af861477f124e651c7ffbf8762f677b2e7073a0990ea", kill_on_drop: false }`
[INFO] [stdout] d01a19de74a34d6487a3af861477f124e651c7ffbf8762f677b2e7073a0990ea
