[INFO] fetching crate grove 0.2.0... [INFO] checking grove-0.2.0 against try#4907eac94165faff6c5e5e015670b1c584275f7b for pr-154149 [INFO] extracting crate grove 0.2.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate grove 0.2.0 [INFO] finished tweaking crates.io crate grove 0.2.0 [INFO] tweaked toml for crates.io crate grove 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate grove 0.2.0 on toolchain 4907eac94165faff6c5e5e015670b1c584275f7b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4907eac94165faff6c5e5e015670b1c584275f7b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate grove 0.2.0 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" "+4907eac94165faff6c5e5e015670b1c584275f7b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+4907eac94165faff6c5e5e015670b1c584275f7b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38c7ece13698e4505d17af6bb707a9b35735fa464d42d7b6e556ab344d7cb10e [INFO] running `Command { std: "docker" "start" "-a" "38c7ece13698e4505d17af6bb707a9b35735fa464d42d7b6e556ab344d7cb10e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38c7ece13698e4505d17af6bb707a9b35735fa464d42d7b6e556ab344d7cb10e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38c7ece13698e4505d17af6bb707a9b35735fa464d42d7b6e556ab344d7cb10e", kill_on_drop: false }` [INFO] [stdout] 38c7ece13698e4505d17af6bb707a9b35735fa464d42d7b6e556ab344d7cb10e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+4907eac94165faff6c5e5e015670b1c584275f7b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1af3cf82c842bc74aa8fc07680fa669e90deb237d20195b3d8a0e7f8c68af535 [INFO] running `Command { std: "docker" "start" "-a" "1af3cf82c842bc74aa8fc07680fa669e90deb237d20195b3d8a0e7f8c68af535", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking text_io v0.1.8 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking recursive_reference v0.3.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Compiling derive_destructure v1.0.0 [INFO] [stderr] Checking grove v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: ambiguous import visibility: pub or pub(in crate::data::example_data) [INFO] [stdout] --> src/data/mod.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | pub use example_data::{Keyed, SizedSummary}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Keyed` could refer to the trait imported here [INFO] [stdout] --> src/data/example_data.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub use unit::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Keyed` to disambiguate [INFO] [stdout] note: `Keyed` could also refer to the trait imported here [INFO] [stdout] --> src/data/example_data.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Keyed` to disambiguate [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #149145 [INFO] [stdout] = note: `#[deny(ambiguous_import_visibilities)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ambiguous import visibility: pub or pub(in crate::data::example_data) [INFO] [stdout] --> src/data/mod.rs:12:31 [INFO] [stdout] | [INFO] [stdout] 12 | pub use example_data::{Keyed, SizedSummary}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `SizedSummary` could refer to the trait imported here [INFO] [stdout] --> src/data/example_data.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub use unit::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `SizedSummary` to disambiguate [INFO] [stdout] note: `SizedSummary` could also refer to the trait imported here [INFO] [stdout] --> src/data/example_data.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `SizedSummary` to disambiguate [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #149145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `implementations::*` [INFO] [stdout] --> src/trees/basic_tree/mod.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub use implementations::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ambiguous import visibility: pub or pub(in crate::data::example_data) [INFO] [stdout] --> src/data/mod.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | pub use example_data::{Keyed, SizedSummary}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `Keyed` could refer to the trait imported here [INFO] [stdout] --> src/data/example_data.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub use unit::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Keyed` to disambiguate [INFO] [stdout] note: `Keyed` could also refer to the trait imported here [INFO] [stdout] --> src/data/example_data.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `Keyed` to disambiguate [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #149145 [INFO] [stdout] = note: `#[deny(ambiguous_import_visibilities)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ambiguous import visibility: pub or pub(in crate::data::example_data) [INFO] [stdout] --> src/data/mod.rs:12:31 [INFO] [stdout] | [INFO] [stdout] 12 | pub use example_data::{Keyed, SizedSummary}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `SizedSummary` could refer to the trait imported here [INFO] [stdout] --> src/data/example_data.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | pub use unit::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `SizedSummary` to disambiguate [INFO] [stdout] note: `SizedSummary` could also refer to the trait imported here [INFO] [stdout] --> src/data/example_data.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `SizedSummary` to disambiguate [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #149145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `implementations::*` [INFO] [stdout] --> src/trees/basic_tree/mod.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub use implementations::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (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/trees/mod.rs:75:39 [INFO] [stdout] | [INFO] [stdout] 75 | fn slice>(&mut self, locator: L) -> slice::Slice { [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] 75 | fn slice>(&mut self, locator: L) -> slice::Slice<'_, D, Self, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trees/basic_tree/walker.rs:282:28 [INFO] [stdout] | [INFO] [stdout] 282 | pub fn detached_walker(&mut self) -> BasicWalker { [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] 282 | pub fn detached_walker(&mut self) -> BasicWalker<'_, D, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trees/splay.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn basic_walker(&mut self) -> BasicWalker { [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] 65 | pub fn basic_walker(&mut self) -> BasicWalker<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `grove` (lib test) due to 2 previous errors; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trees/mod.rs:75:39 [INFO] [stdout] | [INFO] [stdout] 75 | fn slice>(&mut self, locator: L) -> slice::Slice { [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] 75 | fn slice>(&mut self, locator: L) -> slice::Slice<'_, D, Self, L> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trees/basic_tree/walker.rs:282:28 [INFO] [stdout] | [INFO] [stdout] 282 | pub fn detached_walker(&mut self) -> BasicWalker { [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] 282 | pub fn detached_walker(&mut self) -> BasicWalker<'_, D, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/trees/splay.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn basic_walker(&mut self) -> BasicWalker { [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] 65 | pub fn basic_walker(&mut self) -> BasicWalker<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `grove` (lib) due to 2 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1af3cf82c842bc74aa8fc07680fa669e90deb237d20195b3d8a0e7f8c68af535", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1af3cf82c842bc74aa8fc07680fa669e90deb237d20195b3d8a0e7f8c68af535", kill_on_drop: false }` [INFO] [stdout] 1af3cf82c842bc74aa8fc07680fa669e90deb237d20195b3d8a0e7f8c68af535