[INFO] fetching crate indexed_priority_queue 0.3.0... [INFO] testing indexed_priority_queue-0.3.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate indexed_priority_queue 0.3.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate indexed_priority_queue 0.3.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate indexed_priority_queue 0.3.0 [INFO] tweaked toml for crates.io crate indexed_priority_queue 0.3.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate indexed_priority_queue 0.3.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] crate crates.io crate indexed_priority_queue 0.3.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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ordered-float v4.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] ce355bfd88ea837299a817ac7e008c70ebb2eee3d49841a8d9099857fc591983 [INFO] running `Command { std: "docker" "start" "-a" "ce355bfd88ea837299a817ac7e008c70ebb2eee3d49841a8d9099857fc591983", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce355bfd88ea837299a817ac7e008c70ebb2eee3d49841a8d9099857fc591983", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce355bfd88ea837299a817ac7e008c70ebb2eee3d49841a8d9099857fc591983", kill_on_drop: false }` [INFO] [stdout] ce355bfd88ea837299a817ac7e008c70ebb2eee3d49841a8d9099857fc591983 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 3eababe74130da1eef6983111b9f39d453fa3e812efc9f4000f96195655bb5eb [INFO] running `Command { std: "docker" "start" "-a" "3eababe74130da1eef6983111b9f39d453fa3e812efc9f4000f96195655bb5eb", kill_on_drop: false }` [INFO] [stderr] Compiling indexed_priority_queue v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 334 | generate_get_mut!(IPQMutRefUp, update_up, debug_assertions); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [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] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 335 | generate_get_mut!(IPQMutRefDown, update_down, debug_assertions); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 336 | generate_get_mut!(IPQMutRefDyn, update_dyn); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `Command { std: "docker" "inspect" "3eababe74130da1eef6983111b9f39d453fa3e812efc9f4000f96195655bb5eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3eababe74130da1eef6983111b9f39d453fa3e812efc9f4000f96195655bb5eb", kill_on_drop: false }` [INFO] [stdout] 3eababe74130da1eef6983111b9f39d453fa3e812efc9f4000f96195655bb5eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] fa4d0628e46768c807d3912ba0aa14cc9bcd5c7ad6f69aa732af5324be87a3f6 [INFO] running `Command { std: "docker" "start" "-a" "fa4d0628e46768c807d3912ba0aa14cc9bcd5c7ad6f69aa732af5324be87a3f6", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 334 | generate_get_mut!(IPQMutRefUp, update_up, debug_assertions); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [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] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 335 | generate_get_mut!(IPQMutRefDown, update_down, debug_assertions); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 336 | generate_get_mut!(IPQMutRefDyn, update_dyn); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ordered-float v4.2.0 [INFO] [stderr] Compiling indexed_priority_queue v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 334 | generate_get_mut!(IPQMutRefUp, update_up, debug_assertions); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [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] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 335 | generate_get_mut!(IPQMutRefDown, update_down, debug_assertions); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 336 | generate_get_mut!(IPQMutRefDyn, update_dyn); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.60s [INFO] running `Command { std: "docker" "inspect" "fa4d0628e46768c807d3912ba0aa14cc9bcd5c7ad6f69aa732af5324be87a3f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa4d0628e46768c807d3912ba0aa14cc9bcd5c7ad6f69aa732af5324be87a3f6", kill_on_drop: false }` [INFO] [stdout] fa4d0628e46768c807d3912ba0aa14cc9bcd5c7ad6f69aa732af5324be87a3f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 3c19e0950b85c4564445612c82e560bcdc908c918ab22d1ccaae70e5ec007ec2 [INFO] running `Command { std: "docker" "start" "-a" "3c19e0950b85c4564445612c82e560bcdc908c918ab22d1ccaae70e5ec007ec2", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:286:35 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stderr] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 334 | generate_get_mut!(IPQMutRefUp, update_up, debug_assertions); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [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] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:286:35 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stderr] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 335 | generate_get_mut!(IPQMutRefDown, update_down, debug_assertions); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:286:35 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name { [INFO] [stderr] | ^^^^^^^^^ ------------------------------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 336 | generate_get_mut!(IPQMutRefDyn, update_dyn); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `generate_get_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 286 | pub fn $function_name(&mut self, index: Index) -> $struct_name<'_, Index, Priorities, Positions> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `indexed_priority_queue` (lib) generated 3 warnings [INFO] [stderr] warning: `indexed_priority_queue` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/indexed_priority_queue-8112fa7d5b1f5423) [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] [stderr] Running tests/priority_queue.rs (/opt/rustwide/target/debug/deps/priority_queue-3d46f845e870e3a7) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test push_len ... ok [INFO] [stdout] test remove_empty ... ok [INFO] [stdout] test init ... ok [INFO] [stdout] test change_priority ... ok [INFO] [stdout] test remove_one ... ok [INFO] [stdout] test reversed_order ... ok [INFO] [stdout] test push_pop ... ok [INFO] [stdout] test push_update ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests indexed_priority_queue [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" "3c19e0950b85c4564445612c82e560bcdc908c918ab22d1ccaae70e5ec007ec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c19e0950b85c4564445612c82e560bcdc908c918ab22d1ccaae70e5ec007ec2", kill_on_drop: false }` [INFO] [stdout] 3c19e0950b85c4564445612c82e560bcdc908c918ab22d1ccaae70e5ec007ec2