[INFO] fetching crate cseq 0.1.4... [INFO] testing cseq-0.1.4 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate cseq 0.1.4 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate cseq 0.1.4 [INFO] finished tweaking crates.io crate cseq 0.1.4 [INFO] tweaked toml for crates.io crate cseq 0.1.4 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cseq 0.1.4 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 cseq 0.1.4 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] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded binout v0.3.0 [INFO] [stderr] Downloaded bitm v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] a26d291a69bff4749970f57ce1966b4622d34b829b1063beb259d0ef5bfa4e56 [INFO] running `Command { std: "docker" "start" "-a" "a26d291a69bff4749970f57ce1966b4622d34b829b1063beb259d0ef5bfa4e56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a26d291a69bff4749970f57ce1966b4622d34b829b1063beb259d0ef5bfa4e56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a26d291a69bff4749970f57ce1966b4622d34b829b1063beb259d0ef5bfa4e56", kill_on_drop: false }` [INFO] [stdout] a26d291a69bff4749970f57ce1966b4622d34b829b1063beb259d0ef5bfa4e56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] fe8c00d09338f56b450ca79be064a550e15e8e66d6592e0be2e2ad65201f8ca1 [INFO] running `Command { std: "docker" "start" "-a" "fe8c00d09338f56b450ca79be064a550e15e8e66d6592e0be2e2ad65201f8ca1", kill_on_drop: false }` [INFO] [stderr] Compiling dyn_size_of v0.4.4 [INFO] [stderr] Compiling binout v0.3.0 [INFO] [stderr] Compiling bitm v0.5.0 [INFO] [stderr] Compiling cseq v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:246:25 [INFO] [stdout] | [INFO] [stdout] 246 | #[inline] fn cursor(&self, position: Position) -> Cursor { [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] 246 | #[inline] fn cursor(&self, position: Position) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:251:27 [INFO] [stdout] | [INFO] [stdout] 251 | #[inline] pub fn iter(&self) -> Iterator { [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] 251 | #[inline] pub fn iter(&self) -> Iterator<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:257:28 [INFO] [stdout] | [INFO] [stdout] 257 | #[inline] pub fn diffs(&self) -> DiffIterator { [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] 257 | #[inline] pub fn diffs(&self) -> DiffIterator<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | #[inline] pub fn begin(&self) -> Cursor { [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] 262 | #[inline] pub fn begin(&self) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:267:26 [INFO] [stdout] | [INFO] [stdout] 267 | #[inline] pub fn end(&self) -> Cursor { [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] 267 | #[inline] pub fn end(&self) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:376:49 [INFO] [stdout] | [INFO] [stdout] 376 | #[inline] pub unsafe fn cursor_at_unchecked(&self, index: usize) -> Cursor { [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] 376 | #[inline] pub unsafe fn cursor_at_unchecked(&self, index: usize) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:382:39 [INFO] [stdout] | [INFO] [stdout] 382 | #[inline] pub unsafe fn cursor_at(&self, index: 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] 382 | #[inline] pub unsafe fn cursor_at(&self, index: 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/elias_fano.rs:421:33 [INFO] [stdout] | [INFO] [stdout] 421 | #[inline] pub fn geq_cursor(&self, value: u64) -> Cursor { [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] 421 | #[inline] pub fn geq_cursor(&self, value: u64) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:431:32 [INFO] [stdout] | [INFO] [stdout] 431 | #[inline] pub fn cursor_of(&self, value: u64) -> 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] 431 | #[inline] pub fn cursor_of(&self, value: u64) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "fe8c00d09338f56b450ca79be064a550e15e8e66d6592e0be2e2ad65201f8ca1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe8c00d09338f56b450ca79be064a550e15e8e66d6592e0be2e2ad65201f8ca1", kill_on_drop: false }` [INFO] [stdout] fe8c00d09338f56b450ca79be064a550e15e8e66d6592e0be2e2ad65201f8ca1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 12f15da12c327cea27e839909888abf0f0cec6425bbea68913cd3cdb85dcbeee [INFO] running `Command { std: "docker" "start" "-a" "12f15da12c327cea27e839909888abf0f0cec6425bbea68913cd3cdb85dcbeee", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:246:25 [INFO] [stdout] | [INFO] [stdout] 246 | #[inline] fn cursor(&self, position: Position) -> Cursor { [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] 246 | #[inline] fn cursor(&self, position: Position) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:251:27 [INFO] [stdout] | [INFO] [stdout] 251 | #[inline] pub fn iter(&self) -> Iterator { [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] 251 | #[inline] pub fn iter(&self) -> Iterator<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:257:28 [INFO] [stdout] | [INFO] [stdout] 257 | #[inline] pub fn diffs(&self) -> DiffIterator { [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] 257 | #[inline] pub fn diffs(&self) -> DiffIterator<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | #[inline] pub fn begin(&self) -> Cursor { [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] 262 | #[inline] pub fn begin(&self) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:267:26 [INFO] [stdout] | [INFO] [stdout] 267 | #[inline] pub fn end(&self) -> Cursor { [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] 267 | #[inline] pub fn end(&self) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:376:49 [INFO] [stdout] | [INFO] [stdout] 376 | #[inline] pub unsafe fn cursor_at_unchecked(&self, index: usize) -> Cursor { [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] 376 | #[inline] pub unsafe fn cursor_at_unchecked(&self, index: usize) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:382:39 [INFO] [stdout] | [INFO] [stdout] 382 | #[inline] pub unsafe fn cursor_at(&self, index: 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] 382 | #[inline] pub unsafe fn cursor_at(&self, index: 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/elias_fano.rs:421:33 [INFO] [stdout] | [INFO] [stdout] 421 | #[inline] pub fn geq_cursor(&self, value: u64) -> Cursor { [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] 421 | #[inline] pub fn geq_cursor(&self, value: u64) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:431:32 [INFO] [stdout] | [INFO] [stdout] 431 | #[inline] pub fn cursor_of(&self, value: u64) -> 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] 431 | #[inline] pub fn cursor_of(&self, value: u64) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cseq v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:246:25 [INFO] [stdout] | [INFO] [stdout] 246 | #[inline] fn cursor(&self, position: Position) -> Cursor { [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] 246 | #[inline] fn cursor(&self, position: Position) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:251:27 [INFO] [stdout] | [INFO] [stdout] 251 | #[inline] pub fn iter(&self) -> Iterator { [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] 251 | #[inline] pub fn iter(&self) -> Iterator<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:257:28 [INFO] [stdout] | [INFO] [stdout] 257 | #[inline] pub fn diffs(&self) -> DiffIterator { [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] 257 | #[inline] pub fn diffs(&self) -> DiffIterator<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | #[inline] pub fn begin(&self) -> Cursor { [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] 262 | #[inline] pub fn begin(&self) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:267:26 [INFO] [stdout] | [INFO] [stdout] 267 | #[inline] pub fn end(&self) -> Cursor { [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] 267 | #[inline] pub fn end(&self) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:376:49 [INFO] [stdout] | [INFO] [stdout] 376 | #[inline] pub unsafe fn cursor_at_unchecked(&self, index: usize) -> Cursor { [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] 376 | #[inline] pub unsafe fn cursor_at_unchecked(&self, index: usize) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:382:39 [INFO] [stdout] | [INFO] [stdout] 382 | #[inline] pub unsafe fn cursor_at(&self, index: 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] 382 | #[inline] pub unsafe fn cursor_at(&self, index: 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/elias_fano.rs:421:33 [INFO] [stdout] | [INFO] [stdout] 421 | #[inline] pub fn geq_cursor(&self, value: u64) -> Cursor { [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] 421 | #[inline] pub fn geq_cursor(&self, value: u64) -> Cursor<'_, S, S0, BV> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/elias_fano.rs:431:32 [INFO] [stdout] | [INFO] [stdout] 431 | #[inline] pub fn cursor_of(&self, value: u64) -> 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] 431 | #[inline] pub fn cursor_of(&self, value: u64) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `Command { std: "docker" "inspect" "12f15da12c327cea27e839909888abf0f0cec6425bbea68913cd3cdb85dcbeee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12f15da12c327cea27e839909888abf0f0cec6425bbea68913cd3cdb85dcbeee", kill_on_drop: false }` [INFO] [stdout] 12f15da12c327cea27e839909888abf0f0cec6425bbea68913cd3cdb85dcbeee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9f85d538c20ab1450d3939139380ce6e8f48034497c95a6ae690524b4bbafbf3 [INFO] running `Command { std: "docker" "start" "-a" "9f85d538c20ab1450d3939139380ce6e8f48034497c95a6ae690524b4bbafbf3", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/elias_fano.rs:246:25 [INFO] [stderr] | [INFO] [stderr] 246 | #[inline] fn cursor(&self, position: Position) -> Cursor { [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] 246 | #[inline] fn cursor(&self, position: Position) -> Cursor<'_, S, S0, BV> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/elias_fano.rs:251:27 [INFO] [stderr] | [INFO] [stderr] 251 | #[inline] pub fn iter(&self) -> Iterator { [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] 251 | #[inline] pub fn iter(&self) -> Iterator<'_, S, S0, BV> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/elias_fano.rs:257:28 [INFO] [stderr] | [INFO] [stderr] 257 | #[inline] pub fn diffs(&self) -> DiffIterator { [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] 257 | #[inline] pub fn diffs(&self) -> DiffIterator<'_, S, S0, BV> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/elias_fano.rs:262:28 [INFO] [stderr] | [INFO] [stderr] 262 | #[inline] pub fn begin(&self) -> Cursor { [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] 262 | #[inline] pub fn begin(&self) -> Cursor<'_, S, S0, BV> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/elias_fano.rs:267:26 [INFO] [stderr] | [INFO] [stderr] 267 | #[inline] pub fn end(&self) -> Cursor { [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] 267 | #[inline] pub fn end(&self) -> Cursor<'_, S, S0, BV> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/elias_fano.rs:376:49 [INFO] [stderr] | [INFO] [stderr] 376 | #[inline] pub unsafe fn cursor_at_unchecked(&self, index: usize) -> Cursor { [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] 376 | #[inline] pub unsafe fn cursor_at_unchecked(&self, index: usize) -> Cursor<'_, S, S0, BV> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/elias_fano.rs:382:39 [INFO] [stderr] | [INFO] [stderr] 382 | #[inline] pub unsafe fn cursor_at(&self, index: 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] 382 | #[inline] pub unsafe fn cursor_at(&self, index: usize) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/elias_fano.rs:421:33 [INFO] [stderr] | [INFO] [stderr] 421 | #[inline] pub fn geq_cursor(&self, value: u64) -> Cursor { [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] 421 | #[inline] pub fn geq_cursor(&self, value: u64) -> Cursor<'_, S, S0, BV> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/elias_fano.rs:431:32 [INFO] [stderr] | [INFO] [stderr] 431 | #[inline] pub fn cursor_of(&self, value: u64) -> 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] 431 | #[inline] pub fn cursor_of(&self, value: u64) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `cseq` (lib) generated 9 warnings (run `cargo fix --lib -p cseq` to apply 9 suggestions) [INFO] [stderr] warning: `cseq` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/cseq-055a235c0f4428e8) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test elias_fano::tests::test_huge ... ignored, uses much memory and time [INFO] [stdout] test elias_fano::tests::test_empty ... ok [INFO] [stdout] test elias_fano::tests::test_small_dense ... ok [INFO] [stdout] test wavelet_matrix::tests::test_1_level ... ok [INFO] [stdout] test wavelet_matrix::tests::test_3_levels ... ok [INFO] [stdout] test wavelet_matrix::tests::test_2_levels ... ok [INFO] [stdout] test wavelet_matrix::tests::test_huge_11_levels ... ignored, uses much memory and time [INFO] [stdout] test wavelet_matrix::tests::test_huge_9_levels ... ignored, uses much memory and time [INFO] [stdout] test wavelet_matrix::tests::test_empty ... ok [INFO] [stdout] test wavelet_matrix::tests::test_zeros ... ok [INFO] [stdout] test wavelet_matrix::tests::test_4_levels ... ok [INFO] [stdout] test elias_fano::tests::test_small_sparse ... ok [INFO] [stdout] test elias_fano::tests::test_mid_1 ... ok [INFO] [stdout] test elias_fano::tests::test_mid_3 ... ok [INFO] [stdout] test wavelet_matrix::tests::test_mid_8_levels ... ok [INFO] [stdout] test wavelet_matrix::tests::test_mid_21_levels ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9f85d538c20ab1450d3939139380ce6e8f48034497c95a6ae690524b4bbafbf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f85d538c20ab1450d3939139380ce6e8f48034497c95a6ae690524b4bbafbf3", kill_on_drop: false }` [INFO] [stdout] 9f85d538c20ab1450d3939139380ce6e8f48034497c95a6ae690524b4bbafbf3