[INFO] fetching crate wl-tools 0.0.0-alpha.3... [INFO] testing wl-tools-0.0.0-alpha.3 against 1.90.0 for beta-1.91-3 [INFO] extracting crate wl-tools 0.0.0-alpha.3 into /workspace/builds/worker-4-tc1/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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate wl-tools 0.0.0-alpha.3 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded test-case-macros v2.2.2 [INFO] [stderr] Downloaded test-case v2.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1410604080e63fd4c55d94865aeba322577cd87db3218868437f766bafb47de9 [INFO] running `Command { std: "docker" "start" "-a" "1410604080e63fd4c55d94865aeba322577cd87db3218868437f766bafb47de9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1410604080e63fd4c55d94865aeba322577cd87db3218868437f766bafb47de9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1410604080e63fd4c55d94865aeba322577cd87db3218868437f766bafb47de9", kill_on_drop: false }` [INFO] [stdout] 1410604080e63fd4c55d94865aeba322577cd87db3218868437f766bafb47de9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d43304beb5612da7bf69ea7116fa34a2a5bef3f6b17dd93dd4dfa544f0efad3 [INFO] running `Command { std: "docker" "start" "-a" "7d43304beb5612da7bf69ea7116fa34a2a5bef3f6b17dd93dd4dfa544f0efad3", 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)]` 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" "7d43304beb5612da7bf69ea7116fa34a2a5bef3f6b17dd93dd4dfa544f0efad3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d43304beb5612da7bf69ea7116fa34a2a5bef3f6b17dd93dd4dfa544f0efad3", kill_on_drop: false }` [INFO] [stdout] 7d43304beb5612da7bf69ea7116fa34a2a5bef3f6b17dd93dd4dfa544f0efad3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b84988cac35876f0c91e6d445b06b30e57f12333a2f0ef7a35ed0e27a16c4d37 [INFO] running `Command { std: "docker" "start" "-a" "b84988cac35876f0c91e6d445b06b30e57f12333a2f0ef7a35ed0e27a16c4d37", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error 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)]` 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 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)]` 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 6.14s [INFO] running `Command { std: "docker" "inspect" "b84988cac35876f0c91e6d445b06b30e57f12333a2f0ef7a35ed0e27a16c4d37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b84988cac35876f0c91e6d445b06b30e57f12333a2f0ef7a35ed0e27a16c4d37", kill_on_drop: false }` [INFO] [stdout] b84988cac35876f0c91e6d445b06b30e57f12333a2f0ef7a35ed0e27a16c4d37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c7785b39da73b12e6c5e5452463a70ddb74f0b19ea75a493cab378ce2bce3aa1 [INFO] running `Command { std: "docker" "start" "-a" "c7785b39da73b12e6c5e5452463a70ddb74f0b19ea75a493cab378ce2bce3aa1", 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)]` 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 [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-5d92ae047a385f28) [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_positive_fully_well_formed::example_wordlist_1_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_2_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_max_depth_value::example_wordlist_2_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_fully_well_formed::example_wordlist_empty_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_6_3_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_2_vec_examplewords2_arm_examplewords2_army_examplewords2_man_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_max_depth_value::example_wordlist_5_3_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_max_depth_value::example_wordlist_empty_0_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_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_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_5_vec_examplewords5_ant_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_words::example_wordlist_empty_vec_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_positive_words::example_wordlist_4_vec_examplewords4_an_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_max_depth_value::example_wordlist_3_1_expects ... ok [INFO] [stdout] test tree::word_char::test::test_positive_max_depth_value::example_wordlist_7_6_expects ... ok [INFO] [stderr] Doc-tests wl_tools [INFO] [stdout] test tree::word_char::test::test_positive_fully_well_formed::example_wordlist_7_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [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" "c7785b39da73b12e6c5e5452463a70ddb74f0b19ea75a493cab378ce2bce3aa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7785b39da73b12e6c5e5452463a70ddb74f0b19ea75a493cab378ce2bce3aa1", kill_on_drop: false }` [INFO] [stdout] c7785b39da73b12e6c5e5452463a70ddb74f0b19ea75a493cab378ce2bce3aa1