[INFO] fetching crate indexed_priority_queue 0.3.0...
[INFO] testing indexed_priority_queue-0.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate indexed_priority_queue 0.3.0 into /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate indexed_priority_queue 0.3.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1aa6557b129229755fa658ca24425fc3c803efd6eb68539591adfb2043a294fd
[INFO] running `Command { std: "docker" "start" "-a" "1aa6557b129229755fa658ca24425fc3c803efd6eb68539591adfb2043a294fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1aa6557b129229755fa658ca24425fc3c803efd6eb68539591adfb2043a294fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1aa6557b129229755fa658ca24425fc3c803efd6eb68539591adfb2043a294fd", kill_on_drop: false }`
[INFO] [stdout] 1aa6557b129229755fa658ca24425fc3c803efd6eb68539591adfb2043a294fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e09bd67a050d34ed537873b6149401f4bde1bdf5f68fa0a0c6ff3aebffd3b548
[INFO] running `Command { std: "docker" "start" "-a" "e09bd67a050d34ed537873b6149401f4bde1bdf5f68fa0a0c6ff3aebffd3b548", 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<Index, Priorities, Positions> {
[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<Index, Priorities, Positions> {
[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<Index, Priorities, Positions> {
[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.35s
[INFO] running `Command { std: "docker" "inspect" "e09bd67a050d34ed537873b6149401f4bde1bdf5f68fa0a0c6ff3aebffd3b548", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e09bd67a050d34ed537873b6149401f4bde1bdf5f68fa0a0c6ff3aebffd3b548", kill_on_drop: false }`
[INFO] [stdout] e09bd67a050d34ed537873b6149401f4bde1bdf5f68fa0a0c6ff3aebffd3b548
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c72ef926689298e28a5553a383847aea85b1a96b6b5aa56980896d9854d07fd3
[INFO] running `Command { std: "docker" "start" "-a" "c72ef926689298e28a5553a383847aea85b1a96b6b5aa56980896d9854d07fd3", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[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<Index, Priorities, Positions> {
[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<Index, Priorities, Positions> {
[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<Index, Priorities, Positions> {
[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 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<Index, Priorities, Positions> {
[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<Index, Priorities, Positions> {
[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<Index, Priorities, Positions> {
[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.62s
[INFO] running `Command { std: "docker" "inspect" "c72ef926689298e28a5553a383847aea85b1a96b6b5aa56980896d9854d07fd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c72ef926689298e28a5553a383847aea85b1a96b6b5aa56980896d9854d07fd3", kill_on_drop: false }`
[INFO] [stdout] c72ef926689298e28a5553a383847aea85b1a96b6b5aa56980896d9854d07fd3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3b5e6cc77c0a202c1dc311fcf179a02b9654a7f3fb93f19d239dd1b5777599e8
[INFO] running `Command { std: "docker" "start" "-a" "3b5e6cc77c0a202c1dc311fcf179a02b9654a7f3fb93f19d239dd1b5777599e8", 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<Index, Priorities, Positions> {
[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<Index, Priorities, Positions> {
[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<Index, Priorities, Positions> {
[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 (run `cargo fix --lib -p indexed_priority_queue` to apply 3 suggestions)
[INFO] [stderr] warning: `indexed_priority_queue` (lib test) generated 3 warnings (3 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/indexed_priority_queue-da54f2f6896e42ed)
[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-6d70e701d79f6f56)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test change_priority ... ok
[INFO] [stdout] test init ... ok
[INFO] [stdout] test push_len ... ok
[INFO] [stdout] test remove_empty ... ok
[INFO] [stdout] test push_pop ... ok
[INFO] [stdout] test push_update ... ok
[INFO] [stderr]    Doc-tests indexed_priority_queue
[INFO] [stdout] test remove_one ... ok
[INFO] [stdout] test reversed_order ... 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] [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" "3b5e6cc77c0a202c1dc311fcf179a02b9654a7f3fb93f19d239dd1b5777599e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b5e6cc77c0a202c1dc311fcf179a02b9654a7f3fb93f19d239dd1b5777599e8", kill_on_drop: false }`
[INFO] [stdout] 3b5e6cc77c0a202c1dc311fcf179a02b9654a7f3fb93f19d239dd1b5777599e8
