[INFO] fetching crate sequence-map 0.1.0... [INFO] testing sequence-map-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate sequence-map 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate sequence-map 0.1.0 [INFO] finished tweaking crates.io crate sequence-map 0.1.0 [INFO] tweaked toml for crates.io crate sequence-map 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sequence-map 0.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 70 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.7.0) [INFO] [stderr] Adding zerocopy v0.3.2 (available: v0.8.27) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded zerocopy v0.3.2 [INFO] [stderr] Downloaded zerocopy-derive v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7e63766bbf5d4bd4f085f718722fd0902f0f3b618e6f35ea84689ed81f25955 [INFO] running `Command { std: "docker" "start" "-a" "d7e63766bbf5d4bd4f085f718722fd0902f0f3b618e6f35ea84689ed81f25955", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7e63766bbf5d4bd4f085f718722fd0902f0f3b618e6f35ea84689ed81f25955", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7e63766bbf5d4bd4f085f718722fd0902f0f3b618e6f35ea84689ed81f25955", kill_on_drop: false }` [INFO] [stdout] d7e63766bbf5d4bd4f085f718722fd0902f0f3b618e6f35ea84689ed81f25955 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 727da08d2431949bd77c3c6acb45b58ba2d7a33bb51f488d6594a027a7115230 [INFO] running `Command { std: "docker" "start" "-a" "727da08d2431949bd77c3c6acb45b58ba2d7a33bb51f488d6594a027a7115230", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling zerocopy-derive v0.2.0 [INFO] [stderr] Compiling zerocopy v0.3.2 [INFO] [stderr] Compiling sequence-map v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `String` is never constructed [INFO] [stdout] --> src/header.rs:202:12 [INFO] [stdout] | [INFO] [stdout] 202 | pub struct String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Empty` is never constructed [INFO] [stdout] --> src/header.rs:211:12 [INFO] [stdout] | [INFO] [stdout] 211 | pub struct Empty { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/header.rs:101:40 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn overlay(bytes: &'a [u8]) -> Table { [INFO] [stdout] | -- ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 101 | pub fn overlay(bytes: &'a [u8]) -> Table<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/header.rs:144:51 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn init(bits: u8, bytes: &'a mut [u8]) -> TableMut { [INFO] [stdout] | -- ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 144 | pub fn init(bits: u8, bytes: &'a mut [u8]) -> TableMut<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/header.rs:164:48 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn overlay_mut(bytes: &'a mut [u8]) -> TableMut { [INFO] [stdout] | -- ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 164 | pub fn overlay_mut(bytes: &'a mut [u8]) -> TableMut<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s [INFO] running `Command { std: "docker" "inspect" "727da08d2431949bd77c3c6acb45b58ba2d7a33bb51f488d6594a027a7115230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "727da08d2431949bd77c3c6acb45b58ba2d7a33bb51f488d6594a027a7115230", kill_on_drop: false }` [INFO] [stdout] 727da08d2431949bd77c3c6acb45b58ba2d7a33bb51f488d6594a027a7115230 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1df086017da742aee2f8d8f0629c233e7142bbd7624228c0f34aeb70b23d73f5 [INFO] running `Command { std: "docker" "start" "-a" "1df086017da742aee2f8d8f0629c233e7142bbd7624228c0f34aeb70b23d73f5", kill_on_drop: false }` [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stdout] warning: struct `String` is never constructed [INFO] [stdout] --> src/header.rs:202:12 [INFO] [stdout] | [INFO] [stdout] 202 | pub struct String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Empty` is never constructed [INFO] [stdout] --> src/header.rs:211:12 [INFO] [stdout] | [INFO] [stdout] 211 | pub struct Empty { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/header.rs:101:40 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn overlay(bytes: &'a [u8]) -> Table { [INFO] [stdout] | -- ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 101 | pub fn overlay(bytes: &'a [u8]) -> Table<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/header.rs:144:51 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn init(bits: u8, bytes: &'a mut [u8]) -> TableMut { [INFO] [stdout] | -- ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 144 | pub fn init(bits: u8, bytes: &'a mut [u8]) -> TableMut<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/header.rs:164:48 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn overlay_mut(bytes: &'a mut [u8]) -> TableMut { [INFO] [stdout] | -- ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 164 | pub fn overlay_mut(bytes: &'a mut [u8]) -> TableMut<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling sequence-map v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `String` is never constructed [INFO] [stdout] --> src/header.rs:202:12 [INFO] [stdout] | [INFO] [stdout] 202 | pub struct String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Empty` is never constructed [INFO] [stdout] --> src/header.rs:211:12 [INFO] [stdout] | [INFO] [stdout] 211 | pub struct Empty { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/header.rs:101:40 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn overlay(bytes: &'a [u8]) -> Table { [INFO] [stdout] | -- ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 101 | pub fn overlay(bytes: &'a [u8]) -> Table<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/header.rs:144:51 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn init(bits: u8, bytes: &'a mut [u8]) -> TableMut { [INFO] [stdout] | -- ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 144 | pub fn init(bits: u8, bytes: &'a mut [u8]) -> TableMut<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/header.rs:164:48 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn overlay_mut(bytes: &'a mut [u8]) -> TableMut { [INFO] [stdout] | -- ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 164 | pub fn overlay_mut(bytes: &'a mut [u8]) -> TableMut<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 17.69s [INFO] running `Command { std: "docker" "inspect" "1df086017da742aee2f8d8f0629c233e7142bbd7624228c0f34aeb70b23d73f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1df086017da742aee2f8d8f0629c233e7142bbd7624228c0f34aeb70b23d73f5", kill_on_drop: false }` [INFO] [stdout] 1df086017da742aee2f8d8f0629c233e7142bbd7624228c0f34aeb70b23d73f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2d1396690714d9b00c2be6a4e1b3f589bd4d6d25ed69dda211d196ce7fa2bf79 [INFO] running `Command { std: "docker" "start" "-a" "2d1396690714d9b00c2be6a4e1b3f589bd4d6d25ed69dda211d196ce7fa2bf79", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: struct `String` is never constructed [INFO] [stdout] running 7 tests [INFO] [stderr] --> src/header.rs:202:12 [INFO] [stdout] test string_slice::tests::basic ... ok [INFO] [stderr] | [INFO] [stdout] test tests::basic ... ok [INFO] [stderr] 202 | pub struct String { [INFO] [stdout] test tests::get_two_strings ... ok [INFO] [stderr] | ^^^^^^ [INFO] [stdout] test tests::double_insert ... ok [INFO] [stderr] | [INFO] [stdout] test tests::no_insert ... ok [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] test tests::get_one_string ... ok [INFO] [stderr] [INFO] [stderr] warning: struct `Empty` is never constructed [INFO] [stderr] --> src/header.rs:211:12 [INFO] [stderr] | [INFO] [stderr] 211 | pub struct Empty { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/header.rs:101:40 [INFO] [stderr] | [INFO] [stderr] 101 | pub fn overlay(bytes: &'a [u8]) -> Table { [INFO] [stderr] | -- ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 101 | pub fn overlay(bytes: &'a [u8]) -> Table<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/header.rs:144:51 [INFO] [stderr] | [INFO] [stderr] 144 | pub fn init(bits: u8, bytes: &'a mut [u8]) -> TableMut { [INFO] [stderr] | -- ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 144 | pub fn init(bits: u8, bytes: &'a mut [u8]) -> TableMut<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/header.rs:164:48 [INFO] [stderr] | [INFO] [stderr] 164 | pub fn overlay_mut(bytes: &'a mut [u8]) -> TableMut { [INFO] [stderr] | -- ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 164 | pub fn overlay_mut(bytes: &'a mut [u8]) -> TableMut<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sequence-map` (lib) generated 5 warnings (run `cargo fix --lib -p sequence-map` to apply 3 suggestions) [INFO] [stderr] warning: `sequence-map` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sequence_map-40c1a8baa7db3fea) [INFO] [stderr] Doc-tests sequence_map [INFO] [stdout] test tests::test_insert_and_lookup_for_bits ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 32) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2d1396690714d9b00c2be6a4e1b3f589bd4d6d25ed69dda211d196ce7fa2bf79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d1396690714d9b00c2be6a4e1b3f589bd4d6d25ed69dda211d196ce7fa2bf79", kill_on_drop: false }` [INFO] [stdout] 2d1396690714d9b00c2be6a4e1b3f589bd4d6d25ed69dda211d196ce7fa2bf79