[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#a7b168ac4977e8e93a43448b44847adaa305d5a9 for pr-150557
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAncient77%2Fleetcode" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-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-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ancient77/leetcode on toolchain a7b168ac4977e8e93a43448b44847adaa305d5a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "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" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8ac9531ce7ea6c7f016e4d76480f8ab5575ae13cb9dd95a0977343e5c289d83e
[INFO] running `Command { std: "docker" "start" "-a" "8ac9531ce7ea6c7f016e4d76480f8ab5575ae13cb9dd95a0977343e5c289d83e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ac9531ce7ea6c7f016e4d76480f8ab5575ae13cb9dd95a0977343e5c289d83e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ac9531ce7ea6c7f016e4d76480f8ab5575ae13cb9dd95a0977343e5c289d83e", kill_on_drop: false }`
[INFO] [stdout] 8ac9531ce7ea6c7f016e4d76480f8ab5575ae13cb9dd95a0977343e5c289d83e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f992ee4c8fd923f67be01ba29ed626b5940c6746c6425fd83ec89ec36c8b9dbd
[INFO] running `Command { std: "docker" "start" "-a" "f992ee4c8fd923f67be01ba29ed626b5940c6746c6425fd83ec89ec36c8b9dbd", kill_on_drop: false }`
[INFO] [stderr]     Checking leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `leetcode` (bin "1791.find-center-of-star-graph" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1791.find_center_of_star_graph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: invalid character '.' in crate name: `1675.minimize_deviation_in_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1675.minimize-deviation-in-array") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1486.xor_operation_in_an_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1486.xor-operation-in-an-array" test) due to 1 previous error
[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 "1502.can-make-arithmetic-progression-from-sequence" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1051.height_checker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `2341.maximum_number_of_pairs_in_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "1051.height-checker" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1491.average_salary_excluding_the_minimum_and_maximum_salary`
[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] [stderr] error: could not compile `leetcode` (bin "1491.average-salary-excluding-the-minimum-and-maximum-salary") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `83.remove_duplicates_from_sorted_list`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "83.remove-duplicates-from-sorted-list") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `88.merge_sorted_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "3.longest-substring-without-repeating-characters" test) due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `3.longest_substring_without_repeating_characters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "88.merge-sorted-array") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `1282.group_the_people_given_the_group_size_they_belong_to`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `2090.k_radius_subarray_averages`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid character '.' in crate name: `551.student_attendance_record_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2090.k-radius-subarray-averages") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `7.reverse_integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "551.student-attendance-record-i") due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "7.reverse-integer" test) due to 1 previous error
[INFO] [stderr] error: could not compile `leetcode` (bin "1282.group-the-people-given-the-group-size-they-belong-to") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `7.reverse_integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "7.reverse-integer") due to 1 previous error
[INFO] [stdout] error: invalid character '.' in crate name: `2405.optimal_partition_of_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `leetcode` (bin "2405.optimal-partition-of-string" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "f992ee4c8fd923f67be01ba29ed626b5940c6746c6425fd83ec89ec36c8b9dbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f992ee4c8fd923f67be01ba29ed626b5940c6746c6425fd83ec89ec36c8b9dbd", kill_on_drop: false }`
[INFO] [stdout] f992ee4c8fd923f67be01ba29ed626b5940c6746c6425fd83ec89ec36c8b9dbd
