[INFO] cloning repository https://github.com/lucapruneti/rusty-leetcode [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lucapruneti/rusty-leetcode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucapruneti%2Frusty-leetcode", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucapruneti%2Frusty-leetcode'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3f483dd0cb857ae8ea9f68112aa3ebaa099bc010 [INFO] testing lucapruneti/rusty-leetcode against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucapruneti%2Frusty-leetcode" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lucapruneti/rusty-leetcode on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lucapruneti/rusty-leetcode [INFO] finished tweaking git repo https://github.com/lucapruneti/rusty-leetcode [INFO] tweaked toml for git repo https://github.com/lucapruneti/rusty-leetcode written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/lucapruneti/rusty-leetcode already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d057d5d13a56f1f2bbd2fb9ca7eba1ee881796f2135dcd3d1bed41c2a1fc7a21 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d057d5d13a56f1f2bbd2fb9ca7eba1ee881796f2135dcd3d1bed41c2a1fc7a21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d057d5d13a56f1f2bbd2fb9ca7eba1ee881796f2135dcd3d1bed41c2a1fc7a21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d057d5d13a56f1f2bbd2fb9ca7eba1ee881796f2135dcd3d1bed41c2a1fc7a21", kill_on_drop: false }` [INFO] [stdout] d057d5d13a56f1f2bbd2fb9ca7eba1ee881796f2135dcd3d1bed41c2a1fc7a21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e379f43a9871d993294ee2e7135ce57f13068129495c63b323bd0f27a9bc2420 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e379f43a9871d993294ee2e7135ce57f13068129495c63b323bd0f27a9bc2420", kill_on_drop: false }` [INFO] [stderr] Compiling leetcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `create_from_vect` [INFO] [stdout] --> src/difficulty/medium.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | fn create_from_vect(vals: Vec) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.34s [INFO] running `Command { std: "docker" "inspect" "e379f43a9871d993294ee2e7135ce57f13068129495c63b323bd0f27a9bc2420", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e379f43a9871d993294ee2e7135ce57f13068129495c63b323bd0f27a9bc2420", kill_on_drop: false }` [INFO] [stdout] e379f43a9871d993294ee2e7135ce57f13068129495c63b323bd0f27a9bc2420 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4e056b12b916d8c8101eda8a0427110be245390b6a0a1a9b6a55ac405ae82164 [INFO] running `Command { std: "docker" "start" "-a" "4e056b12b916d8c8101eda8a0427110be245390b6a0a1a9b6a55ac405ae82164", kill_on_drop: false }` [INFO] [stderr] Compiling leetcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `create_from_vect` [INFO] [stdout] --> src/difficulty/medium.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | fn create_from_vect(vals: Vec) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.68s [INFO] running `Command { std: "docker" "inspect" "4e056b12b916d8c8101eda8a0427110be245390b6a0a1a9b6a55ac405ae82164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e056b12b916d8c8101eda8a0427110be245390b6a0a1a9b6a55ac405ae82164", kill_on_drop: false }` [INFO] [stdout] 4e056b12b916d8c8101eda8a0427110be245390b6a0a1a9b6a55ac405ae82164 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 81c42985db9e07675e9c51351c09f0e631b271413fe6fc730bea36d3ba4e3456 [INFO] running `Command { std: "docker" "start" "-a" "81c42985db9e07675e9c51351c09f0e631b271413fe6fc730bea36d3ba4e3456", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: associated function is never used: `create_from_vect` [INFO] [stdout] running 39 tests [INFO] [stderr] --> src/difficulty/medium.rs:48:8 [INFO] [stdout] test difficulty::easy::tests::test_is_palindrome_example_3 ... ok [INFO] [stderr] | [INFO] [stdout] test difficulty::easy::tests::test_longest_common_prefix_example_1 ... ok [INFO] [stderr] 48 | fn create_from_vect(vals: Vec) -> Option> { [INFO] [stdout] test difficulty::easy::tests::test_longest_common_prefix_example_2 ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] test difficulty::easy::tests::test_is_palindrome_example_1 ... ok [INFO] [stderr] | [INFO] [stdout] test difficulty::easy::tests::test_longest_common_prefix_input_with_single_element ... ok [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] test difficulty::easy::tests::test_longest_common_prefix_single_letter_prefix ... ok [INFO] [stderr] [INFO] [stdout] test difficulty::easy::tests::test_roman_gliph_new ... ok [INFO] [stderr] warning: `leetcode` (lib) generated 1 warning [INFO] [stdout] test difficulty::easy::tests::test_roman_to_int_example_1 ... ok [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] test difficulty::easy::tests::test_roman_to_int_example_2 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/leetcode-207ef05ab0734cf1) [INFO] [stdout] test difficulty::easy::tests::test_two_sum_example_1 ... ok [INFO] [stdout] test difficulty::easy::tests::test_two_sum_example_2 ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_addends_with_in_remainder_and_out_remainder_max ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_addends_with_in_remainder_no_out_remainder ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_addends_with_no_input_remainder_no_out_remainder ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_two_numbers_example_2 ... ok [INFO] [stdout] test difficulty::medium::tests::test_list_node_new_from_vect ... ok [INFO] [stdout] test difficulty::medium::tests::test_length_of_longest_substring_wrong_answer_1 ... ok [INFO] [stdout] test difficulty::medium::tests::test_length_of_longest_substring_example_3 ... ok [INFO] [stdout] test difficulty::medium::tests::test_length_of_longest_substring_example_2 ... ok [INFO] [stdout] test difficulty::medium::tests::test_length_of_longest_substring_example_1 ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_two_numbers_example_3 ... ok [INFO] [stdout] test difficulty::medium::tests::test_my_atoi_all_trailing_spaces_input ... ok [INFO] [stdout] test difficulty::medium::tests::test_my_atoi_example_1 ... ok [INFO] [stdout] test difficulty::medium::tests::test_my_atoi_example_1_1 ... ok [INFO] [stdout] test difficulty::medium::tests::test_my_atoi_example_2 ... ok [INFO] [stdout] test difficulty::medium::tests::test_my_atoi_example_3 ... ok [INFO] [stdout] test difficulty::medium::tests::test_my_atoi_integer_overflow ... ok [INFO] [stdout] test difficulty::medium::tests::test_my_atoi_trailing_spaces_and_sign_input ... ok [INFO] [stdout] test difficulty::medium::tests::test_my_atoi_trailing_spaces_as_zeroes_input ... ok [INFO] [stdout] test difficulty::medium::tests::test_my_atoi_trailing_spaces_sign_letters_input ... ok [INFO] [stdout] test difficulty::easy::tests::test_two_sum_example_3 ... ok [INFO] [stdout] test difficulty::easy::tests::test_roman_to_int_example_3 ... ok [INFO] [stdout] test difficulty::easy::tests::test_is_palindrome_example_2 ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_addends_with_in_remainder_and_out_remainder ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_two_numbers_example_1 ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_addend_with_two_digits_addend2 - should panic ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_addend_with_two_digits_addend1 - should panic ... ok [INFO] [stdout] test difficulty::medium::tests::test_list_node_new_from_empty_vect_should_panic - should panic ... ok [INFO] [stdout] test difficulty::medium::tests::test_add_addend_with_two_digits_remainder - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/leetcode-8d4f85b16a478a66) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests leetcode [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "81c42985db9e07675e9c51351c09f0e631b271413fe6fc730bea36d3ba4e3456", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81c42985db9e07675e9c51351c09f0e631b271413fe6fc730bea36d3ba4e3456", kill_on_drop: false }` [INFO] [stdout] 81c42985db9e07675e9c51351c09f0e631b271413fe6fc730bea36d3ba4e3456