[INFO] fetching crate wl-tools 0.0.0-alpha.3... [INFO] testing wl-tools-0.0.0-alpha.3 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate wl-tools 0.0.0-alpha.3 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate wl-tools 0.0.0-alpha.3 [INFO] finished tweaking crates.io crate wl-tools 0.0.0-alpha.3 [INFO] tweaked toml for crates.io crate wl-tools 0.0.0-alpha.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wl-tools 0.0.0-alpha.3 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding test-case v2.2.2 (available: v3.3.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb1917f43865a0284fd9c247cecb0770b04413653ca20771876bf12a0cdeedef [INFO] running `Command { std: "docker" "start" "-a" "cb1917f43865a0284fd9c247cecb0770b04413653ca20771876bf12a0cdeedef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb1917f43865a0284fd9c247cecb0770b04413653ca20771876bf12a0cdeedef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb1917f43865a0284fd9c247cecb0770b04413653ca20771876bf12a0cdeedef", kill_on_drop: false }` [INFO] [stdout] cb1917f43865a0284fd9c247cecb0770b04413653ca20771876bf12a0cdeedef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 664ec326bc42e5ebf1de3dd583ae88ea26aba0fe7828f59ac89bc5ed52df499e [INFO] running `Command { std: "docker" "start" "-a" "664ec326bc42e5ebf1de3dd583ae88ea26aba0fe7828f59ac89bc5ed52df499e", kill_on_drop: false }` [INFO] [stderr] Compiling wl-tools v0.0.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `char_lowercase` and `idx_range` are never read [INFO] [stdout] --> src/tree/word_char.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 203 | struct WordCharTreeEdge<'a, W> { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 204 | char_lowercase: char, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 205 | idx_range: RangeInclusive, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/word_char.rs:198:18 [INFO] [stdout] | [INFO] [stdout] 198 | pub fn words(&self) -> Words { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 198 | pub fn words(&self) -> Words<'_, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] running `Command { std: "docker" "inspect" "664ec326bc42e5ebf1de3dd583ae88ea26aba0fe7828f59ac89bc5ed52df499e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "664ec326bc42e5ebf1de3dd583ae88ea26aba0fe7828f59ac89bc5ed52df499e", kill_on_drop: false }` [INFO] [stdout] 664ec326bc42e5ebf1de3dd583ae88ea26aba0fe7828f59ac89bc5ed52df499e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3cda185d3e35a6cd7a1f990b1b8b70618373f62d4761d6171f71b6d341005e18 [INFO] running `Command { std: "docker" "start" "-a" "3cda185d3e35a6cd7a1f990b1b8b70618373f62d4761d6171f71b6d341005e18", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stdout] warning: fields `char_lowercase` and `idx_range` are never read [INFO] [stdout] --> src/tree/word_char.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 203 | struct WordCharTreeEdge<'a, W> { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 204 | char_lowercase: char, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 205 | idx_range: RangeInclusive, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/word_char.rs:198:18 [INFO] [stdout] | [INFO] [stdout] 198 | pub fn words(&self) -> Words { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 198 | pub fn words(&self) -> Words<'_, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling test-case-macros v2.2.2 [INFO] [stderr] Compiling test-case v2.2.2 [INFO] [stderr] Compiling wl-tools v0.0.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `char_lowercase` and `idx_range` are never read [INFO] [stdout] --> src/tree/word_char.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 203 | struct WordCharTreeEdge<'a, W> { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 204 | char_lowercase: char, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 205 | idx_range: RangeInclusive, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/word_char.rs:198:18 [INFO] [stdout] | [INFO] [stdout] 198 | pub fn words(&self) -> Words { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 198 | pub fn words(&self) -> Words<'_, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.09s [INFO] running `Command { std: "docker" "inspect" "3cda185d3e35a6cd7a1f990b1b8b70618373f62d4761d6171f71b6d341005e18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cda185d3e35a6cd7a1f990b1b8b70618373f62d4761d6171f71b6d341005e18", kill_on_drop: false }` [INFO] [stdout] 3cda185d3e35a6cd7a1f990b1b8b70618373f62d4761d6171f71b6d341005e18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 60f0165cca3ddec042d46b595202bd69018c09b5f3e703acbbd5ad93a5f8ce25 [INFO] running `Command { std: "docker" "start" "-a" "60f0165cca3ddec042d46b595202bd69018c09b5f3e703acbbd5ad93a5f8ce25", kill_on_drop: false }` [INFO] [stderr] warning: fields `char_lowercase` and `idx_range` are never read [INFO] [stderr] --> src/tree/word_char.rs:204:5 [INFO] [stderr] | [INFO] [stderr] 203 | struct WordCharTreeEdge<'a, W> { [INFO] [stderr] | ---------------- fields in this struct [INFO] [stderr] 204 | char_lowercase: char, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 205 | idx_range: RangeInclusive, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tree/word_char.rs:198:18 [INFO] [stderr] | [INFO] [stderr] 198 | pub fn words(&self) -> Words { [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 198 | pub fn words(&self) -> Words<'_, W> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `wl-tools` (lib) generated 2 warnings (run `cargo fix --lib -p wl-tools` to apply 1 suggestion) [INFO] [stderr] warning: `wl-tools` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wl_tools-6d40683febda00c0) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test tree::word_char::test::test_negative_suitable_iterative_char_search::example_wordlist_6_expects ... ok [INFO] [stdout] test tree::word_char::test::test_negative_suitable_iterative_char_search::example_wordlist_7_expects ... ok [INFO] [stdout] test tree::word_char::test::test_negative_suitable_iterative_char_search::example_wordlist_2_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_fully_well_formed::example_wordlist_2_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_fully_well_formed::example_wordlist_3_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_fully_well_formed::example_wordlist_5_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_fully_well_formed::example_wordlist_4_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_fully_well_formed::example_wordlist_6_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_max_depth_value::example_wordlist_1_4_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_max_depth_value::example_wordlist_4_2_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_fully_well_formed::example_wordlist_7_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_max_depth_value::example_wordlist_3_1_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_fully_well_formed::example_wordlist_empty_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_max_depth_value::example_wordlist_5_3_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_fully_well_formed::example_wordlist_1_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_max_depth_value::example_wordlist_6_3_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_max_depth_value::example_wordlist_2_4_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_max_depth_value::example_wordlist_7_6_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_max_depth_value::example_wordlist_empty_0_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_suitable_iterative_char_search::example_wordlist_1_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_suitable_iterative_char_search::example_wordlist_3_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_suitable_iterative_char_search::example_wordlist_4_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_suitable_iterative_char_search::example_wordlist_5_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_suitable_iterative_char_search::example_wordlist_empty_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_words::example_wordlist_1_vec_examplewords1_get_examplewords1_give_examplewords1_go_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_words::example_wordlist_2_vec_examplewords2_arm_examplewords2_army_examplewords2_man_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_words::example_wordlist_3_vec_examplewords3_a_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_words::example_wordlist_4_vec_examplewords4_an_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_words::example_wordlist_5_vec_examplewords5_ant_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_words::example_wordlist_6_vec_examplewords6_a_examplewords6_an_examplewords6_ant_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_words::example_wordlist_7_vec_examplewords7_ant_examplewords7_art_examplewords7_i_examplewords7_main_examplewords7_man_examplewords7_mane_examplewords7_mango_examplewords7_mare_examplewords7_more_examplewords7_xram_examplewords7_xray_examplewords7_zebra_examplewords7_zero_examplewords7_zinc_examplewords7_zombie_examplewords7_zoo_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_words::example_wordlist_empty_vec_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests wl_tools [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" "60f0165cca3ddec042d46b595202bd69018c09b5f3e703acbbd5ad93a5f8ce25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60f0165cca3ddec042d46b595202bd69018c09b5f3e703acbbd5ad93a5f8ce25", kill_on_drop: false }` [INFO] [stdout] 60f0165cca3ddec042d46b595202bd69018c09b5f3e703acbbd5ad93a5f8ce25