[INFO] fetching crate gbwt 0.3.1... [INFO] testing gbwt-0.3.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate gbwt 0.3.1 into /workspace/builds/worker-2-tc1/source [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate gbwt 0.3.1 [INFO] finished tweaking crates.io crate gbwt 0.3.1 [INFO] tweaked toml for crates.io crate gbwt 0.3.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gbwt 0.3.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gbwt 0.3.1 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simple-sds-sbwt v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab1b58e4eb893da2ca338ed89adbbd71f7ee6c6dc19e15416b611bac270b2a7d [INFO] running `Command { std: "docker" "start" "-a" "ab1b58e4eb893da2ca338ed89adbbd71f7ee6c6dc19e15416b611bac270b2a7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab1b58e4eb893da2ca338ed89adbbd71f7ee6c6dc19e15416b611bac270b2a7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab1b58e4eb893da2ca338ed89adbbd71f7ee6c6dc19e15416b611bac270b2a7d", kill_on_drop: false }` [INFO] [stdout] ab1b58e4eb893da2ca338ed89adbbd71f7ee6c6dc19e15416b611bac270b2a7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b32295847a07c3b1f6bfc2984bd7a6ca4bf656c990b53c9cdc5bb395a4d53a13 [INFO] running `Command { std: "docker" "start" "-a" "b32295847a07c3b1f6bfc2984bd7a6ca4bf656c990b53c9cdc5bb395a4d53a13", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling simple-sds-sbwt v0.3.2 [INFO] [stderr] Compiling gbwt v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bwt.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn record(&self, i: usize) -> Option { [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] 124 | pub fn record(&self, i: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bwt.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> RecordIter { [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] 148 | pub fn iter(&self) -> RecordIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bwt.rs:156:20 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn id_iter(&self) -> IdIter { [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] 156 | pub fn id_iter(&self) -> IdIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn sequence(&self, id: usize) -> Option { [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] 253 | pub fn sequence(&self, id: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:715:22 [INFO] [stdout] | [INFO] [stdout] 715 | pub fn path_iter(&self) -> slice::Iter { [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] 715 | pub fn path_iter(&self) -> slice::Iter<'_, PathName> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:768:24 [INFO] [stdout] | [INFO] [stdout] 768 | pub fn sample_iter(&self) -> StringIter { [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] 768 | pub fn sample_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:816:24 [INFO] [stdout] | [INFO] [stdout] 816 | pub fn contig_iter(&self) -> StringIter { [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] 816 | pub fn contig_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn node_iter(&self) -> NodeIter { [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] 312 | pub fn node_iter(&self) -> NodeIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:327:23 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn successors(&self, node_id: usize, orientation: Orientation) -> 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] 327 | pub fn successors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:352:25 [INFO] [stdout] | [INFO] [stdout] 352 | pub fn predecessors(&self, node_id: usize, orientation: Orientation) -> 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] 352 | pub fn predecessors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:384:28 [INFO] [stdout] | [INFO] [stdout] 384 | pub fn node_to_segment(&self, node_id: usize) -> Option { [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] 384 | pub fn node_to_segment(&self, node_id: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:395:25 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn segment_iter(&self) -> Option { [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] 395 | pub fn segment_iter(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:416:31 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn segment_successors(&self, segment: &Segment, orientation: Orientation) -> 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] 416 | pub fn segment_successors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:441:33 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn segment_predecessors(&self, segment: &Segment, orientation: Orientation) -> 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] 441 | pub fn segment_predecessors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:475:17 [INFO] [stdout] | [INFO] [stdout] 475 | pub fn path(&self, path_id: usize, orientation: Orientation) -> 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] 475 | pub fn path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:491:25 [INFO] [stdout] | [INFO] [stdout] 491 | pub fn segment_path(&self, path_id: usize, orientation: Orientation) -> 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] 491 | pub fn segment_path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> 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] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:549:28 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> 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] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter(&self) -> StringIter { [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] 141 | pub fn iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn segment(&self, id: usize) -> Segment { [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] 172 | pub fn segment(&self, id: usize) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:186:28 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment { [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] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:268:25 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn segment_iter(&self) -> SegmentIter { [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] 268 | pub fn segment_iter(&self) -> SegmentIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s [INFO] running `Command { std: "docker" "inspect" "b32295847a07c3b1f6bfc2984bd7a6ca4bf656c990b53c9cdc5bb395a4d53a13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b32295847a07c3b1f6bfc2984bd7a6ca4bf656c990b53c9cdc5bb395a4d53a13", kill_on_drop: false }` [INFO] [stdout] b32295847a07c3b1f6bfc2984bd7a6ca4bf656c990b53c9cdc5bb395a4d53a13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 043157a3923ac008e8e296aa52b64e3a2ff5f715cffa9911fe5c04f80df479d1 [INFO] running `Command { std: "docker" "start" "-a" "043157a3923ac008e8e296aa52b64e3a2ff5f715cffa9911fe5c04f80df479d1", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bwt.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn record(&self, i: usize) -> Option { [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] 124 | pub fn record(&self, i: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bwt.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> RecordIter { [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] 148 | pub fn iter(&self) -> RecordIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bwt.rs:156:20 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn id_iter(&self) -> IdIter { [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] 156 | pub fn id_iter(&self) -> IdIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn sequence(&self, id: usize) -> Option { [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] 253 | pub fn sequence(&self, id: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:715:22 [INFO] [stdout] | [INFO] [stdout] 715 | pub fn path_iter(&self) -> slice::Iter { [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] 715 | pub fn path_iter(&self) -> slice::Iter<'_, PathName> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:768:24 [INFO] [stdout] | [INFO] [stdout] 768 | pub fn sample_iter(&self) -> StringIter { [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] 768 | pub fn sample_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:816:24 [INFO] [stdout] | [INFO] [stdout] 816 | pub fn contig_iter(&self) -> StringIter { [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] 816 | pub fn contig_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn node_iter(&self) -> NodeIter { [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] 312 | pub fn node_iter(&self) -> NodeIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:327:23 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn successors(&self, node_id: usize, orientation: Orientation) -> 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] 327 | pub fn successors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:352:25 [INFO] [stdout] | [INFO] [stdout] 352 | pub fn predecessors(&self, node_id: usize, orientation: Orientation) -> 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] 352 | pub fn predecessors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:384:28 [INFO] [stdout] | [INFO] [stdout] 384 | pub fn node_to_segment(&self, node_id: usize) -> Option { [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] 384 | pub fn node_to_segment(&self, node_id: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:395:25 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn segment_iter(&self) -> Option { [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] 395 | pub fn segment_iter(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:416:31 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn segment_successors(&self, segment: &Segment, orientation: Orientation) -> 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] 416 | pub fn segment_successors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:441:33 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn segment_predecessors(&self, segment: &Segment, orientation: Orientation) -> 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] 441 | pub fn segment_predecessors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:475:17 [INFO] [stdout] | [INFO] [stdout] 475 | pub fn path(&self, path_id: usize, orientation: Orientation) -> 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] 475 | pub fn path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:491:25 [INFO] [stdout] | [INFO] [stdout] 491 | pub fn segment_path(&self, path_id: usize, orientation: Orientation) -> 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] 491 | pub fn segment_path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> 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] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:549:28 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> 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] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter(&self) -> StringIter { [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] 141 | pub fn iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn segment(&self, id: usize) -> Segment { [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] 172 | pub fn segment(&self, id: usize) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:186:28 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment { [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] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:268:25 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn segment_iter(&self) -> SegmentIter { [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] 268 | pub fn segment_iter(&self) -> SegmentIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling gbwt v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bwt.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn record(&self, i: usize) -> Option { [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] 124 | pub fn record(&self, i: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bwt.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> RecordIter { [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] 148 | pub fn iter(&self) -> RecordIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bwt.rs:156:20 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn id_iter(&self) -> IdIter { [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] 156 | pub fn id_iter(&self) -> IdIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn sequence(&self, id: usize) -> Option { [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] 253 | pub fn sequence(&self, id: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:715:22 [INFO] [stdout] | [INFO] [stdout] 715 | pub fn path_iter(&self) -> slice::Iter { [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] 715 | pub fn path_iter(&self) -> slice::Iter<'_, PathName> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:768:24 [INFO] [stdout] | [INFO] [stdout] 768 | pub fn sample_iter(&self) -> StringIter { [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] 768 | pub fn sample_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbwt.rs:816:24 [INFO] [stdout] | [INFO] [stdout] 816 | pub fn contig_iter(&self) -> StringIter { [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] 816 | pub fn contig_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn node_iter(&self) -> NodeIter { [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] 312 | pub fn node_iter(&self) -> NodeIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:327:23 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn successors(&self, node_id: usize, orientation: Orientation) -> 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] 327 | pub fn successors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:352:25 [INFO] [stdout] | [INFO] [stdout] 352 | pub fn predecessors(&self, node_id: usize, orientation: Orientation) -> 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] 352 | pub fn predecessors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:384:28 [INFO] [stdout] | [INFO] [stdout] 384 | pub fn node_to_segment(&self, node_id: usize) -> Option { [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] 384 | pub fn node_to_segment(&self, node_id: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:395:25 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn segment_iter(&self) -> Option { [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] 395 | pub fn segment_iter(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:416:31 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn segment_successors(&self, segment: &Segment, orientation: Orientation) -> 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] 416 | pub fn segment_successors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:441:33 [INFO] [stdout] | [INFO] [stdout] 441 | pub fn segment_predecessors(&self, segment: &Segment, orientation: Orientation) -> 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] 441 | pub fn segment_predecessors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:475:17 [INFO] [stdout] | [INFO] [stdout] 475 | pub fn path(&self, path_id: usize, orientation: Orientation) -> 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] 475 | pub fn path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:491:25 [INFO] [stdout] | [INFO] [stdout] 491 | pub fn segment_path(&self, path_id: usize, orientation: Orientation) -> 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] 491 | pub fn segment_path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> 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] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gbz.rs:549:28 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> 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] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter(&self) -> StringIter { [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] 141 | pub fn iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn segment(&self, id: usize) -> Segment { [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] 172 | pub fn segment(&self, id: usize) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:186:28 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment { [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] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:268:25 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn segment_iter(&self) -> SegmentIter { [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] 268 | pub fn segment_iter(&self) -> SegmentIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.26s [INFO] running `Command { std: "docker" "inspect" "043157a3923ac008e8e296aa52b64e3a2ff5f715cffa9911fe5c04f80df479d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "043157a3923ac008e8e296aa52b64e3a2ff5f715cffa9911fe5c04f80df479d1", kill_on_drop: false }` [INFO] [stdout] 043157a3923ac008e8e296aa52b64e3a2ff5f715cffa9911fe5c04f80df479d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 73598006fee28dd4f98f43f0c88f9290bae87580849b2006fffbaad11d5ff5b0 [INFO] running `Command { std: "docker" "start" "-a" "73598006fee28dd4f98f43f0c88f9290bae87580849b2006fffbaad11d5ff5b0", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/bwt.rs:124:19 [INFO] [stdout] running 93 tests [INFO] [stderr] | [INFO] [stdout] test algorithms::tests::empty_lcs ... ok [INFO] [stderr] 124 | pub fn record(&self, i: usize) -> Option { [INFO] [stdout] test algorithms::tests::first_last_lcs ... ok [INFO] [stderr] | ^^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] test algorithms::tests::identical_path_lcs ... ok [INFO] [stderr] | | [INFO] [stdout] test algorithms::tests::empty_path_lcs ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test algorithms::tests::path_lcs_weights ... ok [INFO] [stderr] | [INFO] [stdout] test algorithms::tests::minimal_maximal_lcs ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test algorithms::tests::real_path_lcs ... ok [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] test gbwt::tests::backward ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test gbwt::tests::backward_with_empty ... ok [INFO] [stderr] | [INFO] [stdout] test gbwt::tests::bd_find_with_empty ... ok [INFO] [stderr] 124 | pub fn record(&self, i: usize) -> Option> { [INFO] [stdout] test gbwt::tests::find_with_empty ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test gbwt::tests::extract_with_empty ... ok [INFO] [stderr] [INFO] [stdout] test gbwt::tests::full_path_name_from_metadata ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test gbwt::tests::full_path_name_generic ... ok [INFO] [stderr] --> src/bwt.rs:148:17 [INFO] [stdout] test gbwt::tests::extract ... ok [INFO] [stderr] | [INFO] [stdout] test gbwt::tests::full_path_name_haplotype ... ok [INFO] [stderr] 148 | pub fn iter(&self) -> RecordIter { [INFO] [stdout] test gbwt::tests::full_path_name_reference ... ok [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test gbwt::tests::index_metadata ... ok [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] 148 | pub fn iter(&self) -> RecordIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bwt.rs:156:20 [INFO] [stderr] | [INFO] [stderr] 156 | pub fn id_iter(&self) -> IdIter { [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] 156 | pub fn id_iter(&self) -> IdIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbwt.rs:253:21 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn sequence(&self, id: usize) -> Option { [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] 253 | pub fn sequence(&self, id: usize) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbwt.rs:715:22 [INFO] [stderr] | [INFO] [stderr] 715 | pub fn path_iter(&self) -> slice::Iter { [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] 715 | pub fn path_iter(&self) -> slice::Iter<'_, PathName> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbwt.rs:768:24 [INFO] [stderr] | [INFO] [stderr] 768 | pub fn sample_iter(&self) -> StringIter { [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] 768 | pub fn sample_iter(&self) -> StringIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbwt.rs:816:24 [INFO] [stderr] | [INFO] [stderr] 816 | pub fn contig_iter(&self) -> StringIter { [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] 816 | pub fn contig_iter(&self) -> StringIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:312:22 [INFO] [stderr] | [INFO] [stderr] 312 | pub fn node_iter(&self) -> NodeIter { [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] 312 | pub fn node_iter(&self) -> NodeIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:327:23 [INFO] [stderr] | [INFO] [stderr] 327 | pub fn successors(&self, node_id: usize, orientation: Orientation) -> 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] 327 | pub fn successors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:352:25 [INFO] [stderr] | [INFO] [stderr] 352 | pub fn predecessors(&self, node_id: usize, orientation: Orientation) -> 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] 352 | pub fn predecessors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:384:28 [INFO] [stderr] | [INFO] [stderr] 384 | pub fn node_to_segment(&self, node_id: usize) -> Option { [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] 384 | pub fn node_to_segment(&self, node_id: usize) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:395:25 [INFO] [stderr] | [INFO] [stderr] 395 | pub fn segment_iter(&self) -> Option { [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] 395 | pub fn segment_iter(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:416:31 [INFO] [stderr] | [INFO] [stderr] 416 | pub fn segment_successors(&self, segment: &Segment, orientation: Orientation) -> 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] 416 | pub fn segment_successors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:441:33 [INFO] [stderr] | [INFO] [stderr] 441 | pub fn segment_predecessors(&self, segment: &Segment, orientation: Orientation) -> 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] 441 | pub fn segment_predecessors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:475:17 [INFO] [stderr] | [INFO] [stderr] 475 | pub fn path(&self, path_id: usize, orientation: Orientation) -> 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] 475 | pub fn path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:491:25 [INFO] [stderr] | [INFO] [stderr] 491 | pub fn segment_path(&self, path_id: usize, orientation: Orientation) -> 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] 491 | pub fn segment_path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:533:27 [INFO] [stderr] | [INFO] [stderr] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> 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] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gbz.rs:549:28 [INFO] [stderr] | [INFO] [stderr] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> 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] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn iter(&self) -> StringIter { [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] 141 | pub fn iter(&self) -> StringIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:172:20 [INFO] [stderr] | [INFO] [stderr] 172 | pub fn segment(&self, id: usize) -> Segment { [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stdout] test gbwt::tests::bd_extend_with_empty ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test gbwt::tests::sequence ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test gbwt::tests::path_names ... ok [INFO] [stderr] | [INFO] [stdout] test gbwt::tests::extend ... ok [INFO] [stderr] 172 | pub fn segment(&self, id: usize) -> Segment<'_> { [INFO] [stdout] test gbwt::tests::statistics ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test gbwt::tests::sequence_with_empty ... ok [INFO] [stderr] [INFO] [stdout] test gbwt::tests::statistics_with_empty ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test gbz::tests::edges ... ok [INFO] [stderr] --> src/graph.rs:186:28 [INFO] [stdout] test gbwt::tests::bd_extend ... ok [INFO] [stderr] | [INFO] [stdout] test gbz::tests::edges_trans ... ok [INFO] [stderr] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment { [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] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:268:25 [INFO] [stderr] | [INFO] [stderr] 268 | pub fn segment_iter(&self) -> SegmentIter { [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] 268 | pub fn segment_iter(&self) -> SegmentIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `gbwt` (lib) generated 22 warnings (run `cargo fix --lib -p gbwt` to apply 22 suggestions) [INFO] [stderr] warning: `gbwt` (lib test) generated 22 warnings (22 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gbwt-a540f844210a00d9) [INFO] [stdout] test gbz::tests::no_translation ... ok [INFO] [stdout] test gbz::tests::nodes ... ok [INFO] [stdout] test gbwt::tests::extend_with_empty ... ok [INFO] [stdout] test gbwt::tests::find ... ok [INFO] [stdout] test gbz::tests::nodes_trans ... ok [INFO] [stdout] test gbz::tests::paths ... ok [INFO] [stdout] test gbz::tests::paths_trans ... ok [INFO] [stdout] test gbz::tests::reference_positions ... ok [INFO] [stdout] test bwt::tests::bidirectional_bwt ... ok [INFO] [stdout] test bwt::tests::empty_records ... ok [INFO] [stdout] test bwt::tests::empty_bwt ... ok [INFO] [stdout] test gbwt::tests::serialize ... ok [INFO] [stdout] test bwt::tests::non_empty_bwt ... ok [INFO] [stdout] test gbz::tests::links ... ok [INFO] [stdout] test gbwt::tests::bd_find ... ok [INFO] [stdout] test gbz::tests::reference_samples ... ok [INFO] [stdout] test gbwt::tests::metadata ... ok [INFO] [stdout] test gbwt::tests::serialize_with_empty ... ok [INFO] [stdout] test gbz::tests::segments ... ok [INFO] [stdout] test gbz::tests::statistics_trans ... ok [INFO] [stdout] test graph::tests::no_translation ... ok [INFO] [stdout] test graph::tests::sequences ... ok [INFO] [stdout] test gbz::tests::segment_paths ... ok [INFO] [stdout] test graph::tests::statistics ... ok [INFO] [stdout] test graph::tests::statistics_trans ... ok [INFO] [stdout] test gbz::tests::statistics ... ok [INFO] [stdout] test graph::tests::serialize_trans ... ok [INFO] [stdout] test graph::tests::translation ... ok [INFO] [stdout] test gbz::tests::states ... ok [INFO] [stdout] test headers::tests::found_in ... ok [INFO] [stdout] test headers::tests::gbwt_header ... ok [INFO] [stdout] test gbz::tests::states_trans ... ok [INFO] [stdout] test headers::tests::gbz_header ... ok [INFO] [stdout] test graph::tests::sequences_trans ... ok [INFO] [stdout] test headers::tests::graph_header ... ok [INFO] [stdout] test support::tests::empty_string_array ... ok [INFO] [stdout] test support::tests::empty_tags ... ok [INFO] [stdout] test support::tests::filtered_disjoint_sets ... ok [INFO] [stdout] test support::tests::case_insensitive_tags ... ok [INFO] [stdout] test support::tests::empty_disjoint_sets ... ok [INFO] [stdout] test support::tests::dict_from_duplicates ... ok [INFO] [stdout] test support::tests::duplicate_tags ... ok [INFO] [stdout] test support::tests::empty_dict ... ok [INFO] [stdout] test support::tests::gbwt_record ... ok [INFO] [stdout] test support::tests::intersections ... ok [INFO] [stdout] test support::tests::non_empty_tags ... ok [INFO] [stdout] test support::tests::non_zero_offset_disjoint_sets ... ok [INFO] [stdout] test support::tests::random_byte_code ... ok [INFO] [stdout] test support::tests::non_empty_dict ... ok [INFO] [stdout] test support::tests::non_empty_string_array ... ok [INFO] [stdout] test support::tests::run_length_thresholds ... ok [INFO] [stdout] test gbz::tests::weakly_connected_components ... ok [INFO] [stdout] test support::tests::remove_tags ... ok [INFO] [stdout] test support::tests::reverse_paths ... ok [INFO] [stdout] test support::tests::reverse_sequences ... ok [INFO] [stdout] test support::tests::zero_offset_disjoint_sets ... ok [INFO] [stdout] test graph::tests::serialize ... ok [INFO] [stdout] test gbz::tests::serialize_trans ... ok [INFO] [stdout] test gbz::tests::serialize ... ok [INFO] [stdout] test support::tests::array_with_empty_strings ... ok [INFO] [stdout] test headers::tests::metadata_header ... ok [INFO] [stdout] test support::tests::runs_with_sigma ... ok [INFO] [stdout] test algorithms::tests::random_lcs ... ok [INFO] [stdout] test algorithms::tests::fast_vs_naive_lcs ... ok [INFO] [stdout] test algorithms::tests::similar_sequences_lcs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.60s [INFO] [stdout] [INFO] [stderr] Doc-tests gbwt [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test src/algorithms.rs - algorithms::lcs (line 293) ... ok [INFO] [stdout] test src/bwt.rs - bwt (line 5) ... ok [INFO] [stdout] test src/algorithms.rs - algorithms::path_lcs (line 314) ... ok [INFO] [stdout] test src/gbz.rs - gbz::GBZ (line 96) ... ok [INFO] [stdout] test src/gbz.rs - gbz::GBZ (line 60) ... ok [INFO] [stdout] test src/gbwt.rs - gbwt::SequenceIter (line 536) ... ok [INFO] [stdout] test src/gbz.rs - gbz::LinkIter (line 957) ... ok [INFO] [stdout] test src/gbwt.rs - gbwt::Metadata (line 586) ... ok [INFO] [stdout] test src/gbz.rs - gbz::GBZ (line 80) ... ok [INFO] [stdout] test src/gbz.rs - gbz::GBZ::weakly_connected_components (line 571) ... ok [INFO] [stdout] test src/gbz.rs - gbz::SegmentIter (line 896) ... ok [INFO] [stdout] test src/gbz.rs - gbz::NodeIter (line 757) ... ok [INFO] [stdout] test src/gbz.rs - gbz::SegmentPathIter (line 1070) ... ok [INFO] [stdout] test src/gbz.rs - gbz::PathIter (line 1026) ... ok [INFO] [stdout] test src/gbwt.rs - gbwt::GBWT (line 47) ... ok [INFO] [stdout] test src/gbz.rs - gbz::EdgeIter (line 808) ... ok [INFO] [stdout] test src/headers.rs - headers::Header (line 16) ... ok [INFO] [stdout] test src/graph.rs - graph::Graph (line 59) ... ok [INFO] [stdout] test src/support.rs - support::ByteCode (line 938) ... ok [INFO] [stdout] test src/graph.rs - graph::SegmentIter (line 376) ... ok [INFO] [stdout] test src/support.rs - support::ByteCodeIter (line 1003) ... ok [INFO] [stdout] test src/support.rs - support::RLEIter (line 1232) ... ok [INFO] [stdout] test src/support.rs - support::StringArray (line 358) ... ok [INFO] [stdout] test src/support.rs - support::DisjointSets (line 1347) ... ok [INFO] [stdout] test src/graph.rs - graph::Graph (line 40) ... ok [INFO] [stdout] test src/support.rs - support::Dictionary (line 645) ... ok [INFO] [stdout] test src/support.rs - support::RLE (line 1084) ... ok [INFO] [stdout] test src/gbz.rs - gbz::StateIter (line 1179) ... ok [INFO] [stdout] test src/support.rs - support::Tags (line 804) ... ok [INFO] [stdout] test src/support.rs - support::StringIter (line 580) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.30s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "73598006fee28dd4f98f43f0c88f9290bae87580849b2006fffbaad11d5ff5b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73598006fee28dd4f98f43f0c88f9290bae87580849b2006fffbaad11d5ff5b0", kill_on_drop: false }` [INFO] [stdout] 73598006fee28dd4f98f43f0c88f9290bae87580849b2006fffbaad11d5ff5b0