[INFO] fetching crate hivetuilib-board 0.1.0... [INFO] testing hivetuilib-board-0.1.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate hivetuilib-board 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate hivetuilib-board 0.1.0 [INFO] finished tweaking crates.io crate hivetuilib-board 0.1.0 [INFO] tweaked toml for crates.io crate hivetuilib-board 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hivetuilib-board 0.1.0 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 5 packages to latest compatible versions [INFO] [stderr] Adding hashbrown v0.15.5 (available: v0.16.0) [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 76f06a9bfaca6040c836d256b672dc011644f1a3cdee6a878a3d62f5da105d9a [INFO] running `Command { std: "docker" "start" "-a" "76f06a9bfaca6040c836d256b672dc011644f1a3cdee6a878a3d62f5da105d9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76f06a9bfaca6040c836d256b672dc011644f1a3cdee6a878a3d62f5da105d9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76f06a9bfaca6040c836d256b672dc011644f1a3cdee6a878a3d62f5da105d9a", kill_on_drop: false }` [INFO] [stdout] 76f06a9bfaca6040c836d256b672dc011644f1a3cdee6a878a3d62f5da105d9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 8ea43b7137b7139dccfcf811b2975f83b707a7cd03485f022d8f17b3ce50f6d5 [INFO] running `Command { std: "docker" "start" "-a" "8ea43b7137b7139dccfcf811b2975f83b707a7cd03485f022d8f17b3ce50f6d5", kill_on_drop: false }` [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling hivetuilib-board v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/matrix_board.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn search(&self) -> SearchingSet, Self> { [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] 58 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/matrix_board.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/open_board.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn search(&self) -> SearchingSet, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/open_board.rs:123:24 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 123 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/vec_board.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn search(&self) -> SearchingSet, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/vec_board.rs:46:24 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trait_definitions.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | fn get_field_unchecked(&self, index: Self::Index) -> Field [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 23 | fn get_field_unchecked(&self, index: Self::Index) -> Field<'_, Self> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trait_definitions.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | fn get_field(&self, index: Self::Index) -> Option> [INFO] [stdout] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | fn get_field(&self, index: Self::Index) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s [INFO] running `Command { std: "docker" "inspect" "8ea43b7137b7139dccfcf811b2975f83b707a7cd03485f022d8f17b3ce50f6d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ea43b7137b7139dccfcf811b2975f83b707a7cd03485f022d8f17b3ce50f6d5", kill_on_drop: false }` [INFO] [stdout] 8ea43b7137b7139dccfcf811b2975f83b707a7cd03485f022d8f17b3ce50f6d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 58bd4030a9e1135939d0da4b54e363cf8a80d94eeb32a383aa76b102ba625b74 [INFO] running `Command { std: "docker" "start" "-a" "58bd4030a9e1135939d0da4b54e363cf8a80d94eeb32a383aa76b102ba625b74", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/matrix_board.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn search(&self) -> SearchingSet, Self> { [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] 58 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/matrix_board.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/open_board.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn search(&self) -> SearchingSet, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/open_board.rs:123:24 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 123 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/vec_board.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn search(&self) -> SearchingSet, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/vec_board.rs:46:24 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trait_definitions.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | fn get_field_unchecked(&self, index: Self::Index) -> Field [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 23 | fn get_field_unchecked(&self, index: Self::Index) -> Field<'_, Self> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trait_definitions.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | fn get_field(&self, index: Self::Index) -> Option> [INFO] [stdout] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | fn get_field(&self, index: Self::Index) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hivetuilib-board v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/matrix_board.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn search(&self) -> SearchingSet, Self> { [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] 58 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/matrix_board.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/open_board.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn search(&self) -> SearchingSet, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/open_board.rs:123:24 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 123 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/vec_board.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn search(&self) -> SearchingSet, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concrete_boards/vec_board.rs:46:24 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 46 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trait_definitions.rs:23:28 [INFO] [stdout] | [INFO] [stdout] 23 | fn get_field_unchecked(&self, index: Self::Index) -> Field [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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 23 | fn get_field_unchecked(&self, index: Self::Index) -> Field<'_, Self> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trait_definitions.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | fn get_field(&self, index: Self::Index) -> Option> [INFO] [stdout] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | fn get_field(&self, index: Self::Index) -> Option> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `Command { std: "docker" "inspect" "58bd4030a9e1135939d0da4b54e363cf8a80d94eeb32a383aa76b102ba625b74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58bd4030a9e1135939d0da4b54e363cf8a80d94eeb32a383aa76b102ba625b74", kill_on_drop: false }` [INFO] [stdout] 58bd4030a9e1135939d0da4b54e363cf8a80d94eeb32a383aa76b102ba625b74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5ccbe074f64f46801c3e4a42197625c0f4ba06ed061a3ed2cf560e4a18f8dfec [INFO] running `Command { std: "docker" "start" "-a" "5ccbe074f64f46801c3e4a42197625c0f4ba06ed061a3ed2cf560e4a18f8dfec", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/concrete_boards/matrix_board.rs:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn search(&self) -> SearchingSet, Self> { [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] 58 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/concrete_boards/matrix_board.rs:62:24 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 62 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/concrete_boards/open_board.rs:119:19 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn search(&self) -> SearchingSet, Self> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 119 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/concrete_boards/open_board.rs:123:24 [INFO] [stderr] | [INFO] [stderr] 123 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 123 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/concrete_boards/vec_board.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn search(&self) -> SearchingSet, Self> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 42 | pub fn search(&self) -> SearchingSet<'_, HashIndexMap, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/concrete_boards/vec_board.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn search_tree(&self) -> SearchingTree, Self> { [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 46 | pub fn search_tree(&self) -> SearchingTree<'_, HashIndexMap, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/trait_definitions.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | fn get_field_unchecked(&self, index: Self::Index) -> Field [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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 23 | fn get_field_unchecked(&self, index: Self::Index) -> Field<'_, Self> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/trait_definitions.rs:31:18 [INFO] [stderr] | [INFO] [stderr] 31 | fn get_field(&self, index: Self::Index) -> Option> [INFO] [stderr] | ^^^^^ the lifetime is elided here ----------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 31 | fn get_field(&self, index: Self::Index) -> Option> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `hivetuilib-board` (lib) generated 8 warnings [INFO] [stderr] warning: `hivetuilib-board` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hivetuilib_board-d81782cddb31fb6e) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test concrete_boards::open_board::test::iter_test ... ok [INFO] [stdout] test concrete_boards::open_board::test::basic_test ... ok [INFO] [stdout] test concrete_boards::matrix_board::test::basic_test ... ok [INFO] [stdout] test concrete_boards::vec_board::test::basic_test ... ok [INFO] [stdout] test index_map::test::hash_index_map_test ... ok [INFO] [stdout] test search::searching_set::test::bidirectional_test ... ok [INFO] [stdout] test search::searching_tree::test::path_test ... ok [INFO] [stderr] Doc-tests hivetuilib_board [INFO] [stdout] test search::searching_set::test::search_repeated_test ... ok [INFO] [stdout] test search::searching_tree::test::no_cylce_mode_test ... ok [INFO] [stdout] test index_map::test::array_index_map_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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" "5ccbe074f64f46801c3e4a42197625c0f4ba06ed061a3ed2cf560e4a18f8dfec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ccbe074f64f46801c3e4a42197625c0f4ba06ed061a3ed2cf560e4a18f8dfec", kill_on_drop: false }` [INFO] [stdout] 5ccbe074f64f46801c3e4a42197625c0f4ba06ed061a3ed2cf560e4a18f8dfec