[INFO] fetching crate gbwt 0.3.1... [INFO] testing gbwt-0.3.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [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 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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] 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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47644f03c1a5d441a68bcad91e13506550e4d7888f67617e92daa60d0c91b0b1 [INFO] running `Command { std: "docker" "start" "-a" "47644f03c1a5d441a68bcad91e13506550e4d7888f67617e92daa60d0c91b0b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47644f03c1a5d441a68bcad91e13506550e4d7888f67617e92daa60d0c91b0b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47644f03c1a5d441a68bcad91e13506550e4d7888f67617e92daa60d0c91b0b1", kill_on_drop: false }` [INFO] [stdout] 47644f03c1a5d441a68bcad91e13506550e4d7888f67617e92daa60d0c91b0b1 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 249b4f5d371e781037c31af62fac6aecd686a202a30933530eee8dc390daacbb [INFO] running `Command { std: "docker" "start" "-a" "249b4f5d371e781037c31af62fac6aecd686a202a30933530eee8dc390daacbb", 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bwt.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn record(&self, i: usize) -> Option { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 124 | pub fn record(&self, i: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bwt.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> RecordIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> RecordIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bwt.rs:156:20 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn id_iter(&self) -> IdIter { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 156 | pub fn id_iter(&self) -> IdIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn sequence(&self, id: usize) -> Option { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 253 | pub fn sequence(&self, id: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:715:22 [INFO] [stdout] | [INFO] [stdout] 715 | pub fn path_iter(&self) -> slice::Iter { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 715 | pub fn path_iter(&self) -> slice::Iter<'_, PathName> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:768:24 [INFO] [stdout] | [INFO] [stdout] 768 | pub fn sample_iter(&self) -> StringIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 768 | pub fn sample_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:816:24 [INFO] [stdout] | [INFO] [stdout] 816 | pub fn contig_iter(&self) -> StringIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 816 | pub fn contig_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn node_iter(&self) -> NodeIter { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 312 | pub fn node_iter(&self) -> NodeIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:395:25 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn segment_iter(&self) -> Option { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 395 | pub fn segment_iter(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:549:28 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/graph.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter(&self) -> StringIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/graph.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn segment(&self, id: usize) -> Segment { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn segment(&self, id: usize) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/graph.rs:268:25 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn segment_iter(&self) -> SegmentIter { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.99s [INFO] running `Command { std: "docker" "inspect" "249b4f5d371e781037c31af62fac6aecd686a202a30933530eee8dc390daacbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "249b4f5d371e781037c31af62fac6aecd686a202a30933530eee8dc390daacbb", kill_on_drop: false }` [INFO] [stdout] 249b4f5d371e781037c31af62fac6aecd686a202a30933530eee8dc390daacbb [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 7d129e686bbe1720c62368b2e451ec45909832347dce7e73559ae1ba46b89ce2 [INFO] running `Command { std: "docker" "start" "-a" "7d129e686bbe1720c62368b2e451ec45909832347dce7e73559ae1ba46b89ce2", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bwt.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn record(&self, i: usize) -> Option { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 124 | pub fn record(&self, i: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bwt.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> RecordIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> RecordIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bwt.rs:156:20 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn id_iter(&self) -> IdIter { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 156 | pub fn id_iter(&self) -> IdIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn sequence(&self, id: usize) -> Option { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 253 | pub fn sequence(&self, id: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:715:22 [INFO] [stdout] | [INFO] [stdout] 715 | pub fn path_iter(&self) -> slice::Iter { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 715 | pub fn path_iter(&self) -> slice::Iter<'_, PathName> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:768:24 [INFO] [stdout] | [INFO] [stdout] 768 | pub fn sample_iter(&self) -> StringIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 768 | pub fn sample_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:816:24 [INFO] [stdout] | [INFO] [stdout] 816 | pub fn contig_iter(&self) -> StringIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 816 | pub fn contig_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn node_iter(&self) -> NodeIter { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 312 | pub fn node_iter(&self) -> NodeIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:395:25 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn segment_iter(&self) -> Option { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 395 | pub fn segment_iter(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:549:28 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/graph.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter(&self) -> StringIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/graph.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn segment(&self, id: usize) -> Segment { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn segment(&self, id: usize) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/graph.rs:268:25 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn segment_iter(&self) -> SegmentIter { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 268 | pub fn segment_iter(&self) -> SegmentIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.15 [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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bwt.rs:124:19 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn record(&self, i: usize) -> Option { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 124 | pub fn record(&self, i: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bwt.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> RecordIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter(&self) -> RecordIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bwt.rs:156:20 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn id_iter(&self) -> IdIter { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 156 | pub fn id_iter(&self) -> IdIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn sequence(&self, id: usize) -> Option { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 253 | pub fn sequence(&self, id: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:715:22 [INFO] [stdout] | [INFO] [stdout] 715 | pub fn path_iter(&self) -> slice::Iter { [INFO] [stdout] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 715 | pub fn path_iter(&self) -> slice::Iter<'_, PathName> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:768:24 [INFO] [stdout] | [INFO] [stdout] 768 | pub fn sample_iter(&self) -> StringIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 768 | pub fn sample_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbwt.rs:816:24 [INFO] [stdout] | [INFO] [stdout] 816 | pub fn contig_iter(&self) -> StringIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 816 | pub fn contig_iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn node_iter(&self) -> NodeIter { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 312 | pub fn node_iter(&self) -> NodeIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:395:25 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn segment_iter(&self) -> Option { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 395 | pub fn segment_iter(&self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gbz.rs:549:28 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option { [INFO] [stdout] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/graph.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter(&self) -> StringIter { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter(&self) -> StringIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/graph.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn segment(&self, id: usize) -> Segment { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn segment(&self, id: usize) -> Segment<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/graph.rs:268:25 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn segment_iter(&self) -> SegmentIter { [INFO] [stdout] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 7.71s [INFO] running `Command { std: "docker" "inspect" "7d129e686bbe1720c62368b2e451ec45909832347dce7e73559ae1ba46b89ce2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d129e686bbe1720c62368b2e451ec45909832347dce7e73559ae1ba46b89ce2", kill_on_drop: false }` [INFO] [stdout] 7d129e686bbe1720c62368b2e451ec45909832347dce7e73559ae1ba46b89ce2 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d73efdd5aed5be0a2bb9c2ade061c147fd022ff0101c8d9b5f4419c0d4feffb5 [INFO] running `Command { std: "docker" "start" "-a" "d73efdd5aed5be0a2bb9c2ade061c147fd022ff0101c8d9b5f4419c0d4feffb5", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bwt.rs:124:19 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn record(&self, i: usize) -> Option { [INFO] [stderr] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 124 | pub fn record(&self, i: usize) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bwt.rs:148:17 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn iter(&self) -> RecordIter { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 148 | pub fn iter(&self) -> RecordIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bwt.rs:156:20 [INFO] [stderr] | [INFO] [stderr] 156 | pub fn id_iter(&self) -> IdIter { [INFO] [stderr] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 156 | pub fn id_iter(&self) -> IdIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gbwt.rs:253:21 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn sequence(&self, id: usize) -> Option { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 253 | pub fn sequence(&self, id: usize) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gbwt.rs:715:22 [INFO] [stderr] | [INFO] [stderr] 715 | pub fn path_iter(&self) -> slice::Iter { [INFO] [stderr] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 715 | pub fn path_iter(&self) -> slice::Iter<'_, PathName> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gbwt.rs:768:24 [INFO] [stderr] | [INFO] [stderr] 768 | pub fn sample_iter(&self) -> StringIter { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 768 | pub fn sample_iter(&self) -> StringIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gbwt.rs:816:24 [INFO] [stderr] | [INFO] [stderr] 816 | pub fn contig_iter(&self) -> StringIter { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 816 | pub fn contig_iter(&self) -> StringIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gbz.rs:312:22 [INFO] [stderr] | [INFO] [stderr] 312 | pub fn node_iter(&self) -> NodeIter { [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 312 | pub fn node_iter(&self) -> NodeIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 327 | pub fn successors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 352 | pub fn predecessors(&self, node_id: usize, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 384 | pub fn node_to_segment(&self, node_id: usize) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gbz.rs:395:25 [INFO] [stderr] | [INFO] [stderr] 395 | pub fn segment_iter(&self) -> Option { [INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 395 | pub fn segment_iter(&self) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 416 | pub fn segment_successors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 441 | pub fn segment_predecessors(&self, segment: &Segment, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output -------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 475 | pub fn path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 491 | pub fn segment_path(&self, path_id: usize, orientation: Orientation) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gbz.rs:533:27 [INFO] [stderr] | [INFO] [stderr] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option { [INFO] [stderr] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 533 | pub fn follow_forward(&self, state: &BidirectionalState) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/gbz.rs:549:28 [INFO] [stderr] | [INFO] [stderr] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option { [INFO] [stderr] | ^^^^^ this lifetime flows to the output --------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 549 | pub fn follow_backward(&self, state: &BidirectionalState) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/graph.rs:141:17 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn iter(&self) -> StringIter { [INFO] [stderr] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 141 | pub fn iter(&self) -> StringIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/graph.rs:172:20 [INFO] [stderr] | [INFO] [stderr] 172 | pub fn segment(&self, id: usize) -> Segment { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 172 | pub fn segment(&self, id: usize) -> Segment<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/graph.rs:186:28 [INFO] [stderr] | [INFO] [stderr] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 186 | pub fn node_to_segment(&self, node_id: usize) -> Segment<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/graph.rs:268:25 [INFO] [stderr] | [INFO] [stderr] 268 | pub fn segment_iter(&self) -> SegmentIter { [INFO] [stderr] | ^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/gbwt-a1c57b9bf34a86c3) [INFO] [stdout] [INFO] [stdout] running 93 tests [INFO] [stdout] test algorithms::tests::empty_lcs ... ok [INFO] [stdout] test algorithms::tests::minimal_maximal_lcs ... ok [INFO] [stdout] test algorithms::tests::first_last_lcs ... ok [INFO] [stdout] test bwt::tests::empty_bwt ... ok [INFO] [stdout] test algorithms::tests::identical_path_lcs ... ok [INFO] [stdout] test algorithms::tests::path_lcs_weights ... ok [INFO] [stdout] test algorithms::tests::empty_path_lcs ... ok [INFO] [stdout] test bwt::tests::non_empty_bwt ... ok [INFO] [stdout] test gbwt::tests::bd_find_with_empty ... ok [INFO] [stdout] test gbwt::tests::bd_find ... ok [INFO] [stdout] test gbwt::tests::backward ... ok [INFO] [stdout] test gbwt::tests::backward_with_empty ... ok [INFO] [stdout] test gbwt::tests::find ... ok [INFO] [stdout] test gbwt::tests::find_with_empty ... ok [INFO] [stdout] test bwt::tests::bidirectional_bwt ... ok [INFO] [stdout] test gbwt::tests::full_path_name_generic ... ok [INFO] [stdout] test gbwt::tests::extract ... ok [INFO] [stdout] test gbwt::tests::full_path_name_from_metadata ... ok [INFO] [stdout] test gbwt::tests::extract_with_empty ... ok [INFO] [stdout] test bwt::tests::empty_records ... ok [INFO] [stdout] test gbwt::tests::full_path_name_reference ... ok [INFO] [stdout] test gbwt::tests::full_path_name_haplotype ... ok [INFO] [stdout] test gbwt::tests::index_metadata ... ok [INFO] [stdout] test gbwt::tests::path_names ... ok [INFO] [stdout] test algorithms::tests::real_path_lcs ... ok [INFO] [stdout] test gbwt::tests::statistics ... ok [INFO] [stdout] test gbwt::tests::statistics_with_empty ... ok [INFO] [stdout] test gbwt::tests::sequence ... ok [INFO] [stdout] test gbwt::tests::sequence_with_empty ... ok [INFO] [stdout] test gbwt::tests::serialize ... ok [INFO] [stdout] test gbz::tests::edges_trans ... ok [INFO] [stdout] test gbwt::tests::serialize_with_empty ... ok [INFO] [stdout] test gbz::tests::no_translation ... ok [INFO] [stdout] test gbz::tests::edges ... ok [INFO] [stdout] test gbz::tests::links ... ok [INFO] [stdout] test gbz::tests::nodes ... ok [INFO] [stdout] test gbz::tests::nodes_trans ... ok [INFO] [stdout] test gbwt::tests::metadata ... ok [INFO] [stdout] test gbz::tests::paths ... ok [INFO] [stdout] test gbz::tests::paths_trans ... ok [INFO] [stdout] test gbz::tests::segments ... ok [INFO] [stdout] test gbz::tests::reference_positions ... ok [INFO] [stdout] test gbz::tests::reference_samples ... ok [INFO] [stdout] test gbz::tests::segment_paths ... ok [INFO] [stdout] test gbz::tests::statistics_trans ... ok [INFO] [stdout] test gbz::tests::statistics ... ok [INFO] [stdout] test graph::tests::no_translation ... ok [INFO] [stdout] test graph::tests::sequences_trans ... ok [INFO] [stdout] test graph::tests::sequences ... ok [INFO] [stdout] test gbz::tests::weakly_connected_components ... ok [INFO] [stdout] test graph::tests::statistics ... ok [INFO] [stdout] test graph::tests::statistics_trans ... ok [INFO] [stdout] test graph::tests::serialize ... ok [INFO] [stdout] test headers::tests::found_in ... ok [INFO] [stdout] test graph::tests::translation ... ok [INFO] [stdout] test graph::tests::serialize_trans ... ok [INFO] [stdout] test headers::tests::gbwt_header ... ok [INFO] [stdout] test gbz::tests::serialize_trans ... ok [INFO] [stdout] test headers::tests::gbz_header ... ok [INFO] [stdout] test gbz::tests::serialize ... ok [INFO] [stdout] test headers::tests::metadata_header ... ok [INFO] [stdout] test headers::tests::graph_header ... ok [INFO] [stdout] test support::tests::dict_from_duplicates ... ok [INFO] [stdout] test support::tests::empty_disjoint_sets ... ok [INFO] [stdout] test support::tests::array_with_empty_strings ... ok [INFO] [stdout] test support::tests::empty_dict ... ok [INFO] [stdout] test support::tests::empty_string_array ... ok [INFO] [stdout] test gbz::tests::states ... ok [INFO] [stdout] test support::tests::case_insensitive_tags ... ok [INFO] [stdout] test support::tests::duplicate_tags ... ok [INFO] [stdout] test support::tests::intersections ... ok [INFO] [stdout] test support::tests::gbwt_record ... ok [INFO] [stdout] test support::tests::filtered_disjoint_sets ... ok [INFO] [stdout] test support::tests::non_zero_offset_disjoint_sets ... ok [INFO] [stdout] test gbwt::tests::extend ... ok [INFO] [stdout] test support::tests::empty_tags ... ok [INFO] [stdout] test gbz::tests::states_trans ... ok [INFO] [stdout] test support::tests::non_empty_dict ... ok [INFO] [stdout] test support::tests::reverse_paths ... ok [INFO] [stdout] test support::tests::run_length_thresholds ... ok [INFO] [stdout] test support::tests::reverse_sequences ... ok [INFO] [stdout] test support::tests::random_byte_code ... ok [INFO] [stdout] test support::tests::zero_offset_disjoint_sets ... ok [INFO] [stdout] test support::tests::non_empty_tags ... ok [INFO] [stdout] test support::tests::non_empty_string_array ... ok [INFO] [stdout] test support::tests::remove_tags ... ok [INFO] [stdout] test gbwt::tests::extend_with_empty ... ok [INFO] [stdout] test support::tests::runs_with_sigma ... ok [INFO] [stdout] test gbwt::tests::bd_extend ... ok [INFO] [stdout] test gbwt::tests::bd_extend_with_empty ... 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.71s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d73efdd5aed5be0a2bb9c2ade061c147fd022ff0101c8d9b5f4419c0d4feffb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d73efdd5aed5be0a2bb9c2ade061c147fd022ff0101c8d9b5f4419c0d4feffb5", kill_on_drop: false }` [INFO] [stdout] d73efdd5aed5be0a2bb9c2ade061c147fd022ff0101c8d9b5f4419c0d4feffb5