[INFO] fetching crate nbits 0.8.1... [INFO] testing nbits-0.8.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate nbits 0.8.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate nbits 0.8.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate nbits 0.8.1 [INFO] tweaked toml for crates.io crate nbits 0.8.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nbits 0.8.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate nbits 0.8.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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21e4e9451ce4c8f60ee98de38e46e54b561fcf04e31f67ba0b01d6a2eb4889be [INFO] running `Command { std: "docker" "start" "-a" "21e4e9451ce4c8f60ee98de38e46e54b561fcf04e31f67ba0b01d6a2eb4889be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21e4e9451ce4c8f60ee98de38e46e54b561fcf04e31f67ba0b01d6a2eb4889be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21e4e9451ce4c8f60ee98de38e46e54b561fcf04e31f67ba0b01d6a2eb4889be", kill_on_drop: false }` [INFO] [stdout] 21e4e9451ce4c8f60ee98de38e46e54b561fcf04e31f67ba0b01d6a2eb4889be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 565d1cd2bf0ad59fa8efc307e4dbe170b21887d44b73319945c0dbc8d316d726 [INFO] running `Command { std: "docker" "start" "-a" "565d1cd2bf0ad59fa8efc307e4dbe170b21887d44b73319945c0dbc8d316d726", kill_on_drop: false }` [INFO] [stderr] Compiling nbits v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbits.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | fn bits(&self) -> BitsRef { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 334 | fn bits(&self) -> BitsRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbits.rs:338:17 [INFO] [stdout] | [INFO] [stdout] 338 | fn bits_mut(&mut self) -> BitsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 338 | fn bits_mut(&mut self) -> BitsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | fn bits(&self) -> BitsRef; [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 9 | fn bits(&self) -> BitsRef<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | fn bits_mut(&mut self) -> BitsMut; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 10 | fn bits_mut(&mut self) -> BitsMut<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | fn bits(&self) -> BitsRef { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | fn bits(&self) -> BitsRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | fn bits_mut(&mut self) -> BitsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 17 | fn bits_mut(&mut self) -> BitsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn to_ref(&self) -> BitsRef { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn to_ref(&self) -> BitsRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "565d1cd2bf0ad59fa8efc307e4dbe170b21887d44b73319945c0dbc8d316d726", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "565d1cd2bf0ad59fa8efc307e4dbe170b21887d44b73319945c0dbc8d316d726", kill_on_drop: false }` [INFO] [stdout] 565d1cd2bf0ad59fa8efc307e4dbe170b21887d44b73319945c0dbc8d316d726 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8136b623f9be093d8d6614e269661fe078f8a1950b81b74fe6f4756769ab33de [INFO] running `Command { std: "docker" "start" "-a" "8136b623f9be093d8d6614e269661fe078f8a1950b81b74fe6f4756769ab33de", kill_on_drop: false }` [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbits.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | fn bits(&self) -> BitsRef { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 334 | fn bits(&self) -> BitsRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbits.rs:338:17 [INFO] [stdout] | [INFO] [stdout] 338 | fn bits_mut(&mut self) -> BitsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 338 | fn bits_mut(&mut self) -> BitsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | fn bits(&self) -> BitsRef; [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 9 | fn bits(&self) -> BitsRef<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | fn bits_mut(&mut self) -> BitsMut; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 10 | fn bits_mut(&mut self) -> BitsMut<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | fn bits(&self) -> BitsRef { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | fn bits(&self) -> BitsRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | fn bits_mut(&mut self) -> BitsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 17 | fn bits_mut(&mut self) -> BitsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn to_ref(&self) -> BitsRef { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn to_ref(&self) -> BitsRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nbits v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbits.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | fn bits(&self) -> BitsRef { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 334 | fn bits(&self) -> BitsRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/nbits.rs:338:17 [INFO] [stdout] | [INFO] [stdout] 338 | fn bits_mut(&mut self) -> BitsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 338 | fn bits_mut(&mut self) -> BitsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | fn bits(&self) -> BitsRef; [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 9 | fn bits(&self) -> BitsRef<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | fn bits_mut(&mut self) -> BitsMut; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 10 | fn bits_mut(&mut self) -> BitsMut<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | fn bits(&self) -> BitsRef { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | fn bits(&self) -> BitsRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | fn bits_mut(&mut self) -> BitsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 17 | fn bits_mut(&mut self) -> BitsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xbits.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn to_ref(&self) -> BitsRef { [INFO] [stdout] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn to_ref(&self) -> BitsRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "8136b623f9be093d8d6614e269661fe078f8a1950b81b74fe6f4756769ab33de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8136b623f9be093d8d6614e269661fe078f8a1950b81b74fe6f4756769ab33de", kill_on_drop: false }` [INFO] [stdout] 8136b623f9be093d8d6614e269661fe078f8a1950b81b74fe6f4756769ab33de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1f284f67ef88e6014fb45912cfbfaa7c086ff9176dda01d0724c5236ea6bc510 [INFO] running `Command { std: "docker" "start" "-a" "1f284f67ef88e6014fb45912cfbfaa7c086ff9176dda01d0724c5236ea6bc510", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/nbits.rs:334:13 [INFO] [stderr] | [INFO] [stderr] 334 | fn bits(&self) -> BitsRef { [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 334 | fn bits(&self) -> BitsRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/nbits.rs:338:17 [INFO] [stderr] | [INFO] [stderr] 338 | fn bits_mut(&mut self) -> BitsMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 338 | fn bits_mut(&mut self) -> BitsMut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/xbits.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | fn bits(&self) -> BitsRef; [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 9 | fn bits(&self) -> BitsRef<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/xbits.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | fn bits_mut(&mut self) -> BitsMut; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 10 | fn bits_mut(&mut self) -> BitsMut<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/xbits.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | fn bits(&self) -> BitsRef { [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 14 | fn bits(&self) -> BitsRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/xbits.rs:17:17 [INFO] [stderr] | [INFO] [stderr] 17 | fn bits_mut(&mut self) -> BitsMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 17 | fn bits_mut(&mut self) -> BitsMut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/xbits.rs:72:19 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn to_ref(&self) -> BitsRef { [INFO] [stderr] | ^^^^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 72 | pub fn to_ref(&self) -> BitsRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `nbits` (lib) generated 7 warnings (run `cargo fix --lib -p nbits` to apply 7 suggestions) [INFO] [stderr] warning: `nbits` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nbits-511e9b3f352512f8) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test core::arith::test_arith::test_bits_add ... ok [INFO] [stdout] test core::arith::test_arith::test_bits_div ... ok [INFO] [stdout] test core::bitwise::test_offset::test_bit_reverse ... ok [INFO] [stdout] test core::bitwise::test_offset::test_bit_shl ... ok [INFO] [stdout] test core::bitwise::test_offset::test_bit_shr ... ok [INFO] [stdout] test nbits::tests::test_nbits ... ok [INFO] [stdout] test xbits::tests::test_bits ... ok [INFO] [stdout] test core::arith::test_arith::test_bits_mul ... ok [INFO] [stdout] test core::arith::test_arith::test_bits_sub ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/chunk_test.rs (/opt/rustwide/target/debug/deps/chunk_test-6176467b5601478b) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_bit_chunks ... ok [INFO] [stdout] test test_conjoin_debug ... ok [INFO] [stdout] test test_chunks_debug ... ok [INFO] [stdout] test test_chunks_overflow - should panic ... ok [INFO] [stdout] test test_conjoin_overflow - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/iter_test.rs (/opt/rustwide/target/debug/deps/iter_test-76618b7c594ea7fc) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_doc ... ok [INFO] [stdout] test test_bit_iter ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/nbits_arith_test.rs (/opt/rustwide/target/debug/deps/nbits_arith_test-b4a61d5df242b1e1) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_bits_arith ... ok [INFO] [stdout] test test_sub_overflow - should panic ... ok [INFO] [stdout] test test_add_overflow - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running tests/nbits_bitwise_test.rs (/opt/rustwide/target/debug/deps/nbits_bitwise_test-047b7e8e1025c912) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_bits_bitwise ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/nbits_offset_test.rs (/opt/rustwide/target/debug/deps/nbits_offset_test-68395f91c24f6bbf) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_bits_offset ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests nbits [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_be_xor (line 74) ... ok [INFO] [stdout] test src/core/arith.rs - core::arith::BitArith::bit_be_cmp (line 12) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_not (line 50) ... ok [INFO] [stdout] test src/core/arith.rs - core::arith::BitArith::bit_be_div (line 54) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_leading_zeros (line 112) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_le_and (line 82) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_le_or (line 90) ... ok [INFO] [stdout] test src/core/arith.rs - core::arith::BitArith::bit_be_add (line 24) ... ok [INFO] [stdout] test src/core/arith.rs - core::arith::BitArith::bit_be_sub (line 34) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_be_and (line 58) ... ok [INFO] [stdout] test src/core/arith.rs - core::arith::BitArith::bit_be_mul (line 44) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_le_xor (line 98) ... ok [INFO] [stdout] test src/core/arith.rs - core::arith::BitArith::bit_be_rem (line 65) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_shr (line 29) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_trailing_zeros (line 123) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_reverse (line 42) ... ok [INFO] [stdout] test src/core/iter.rs - core::iter::BitIterator::bit_chunks (line 26) ... ok [INFO] [stdout] test src/core/iter.rs - core::iter::BitIterator::bit_iter (line 9) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_shl (line 13) ... ok [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] test src/core/bitwise.rs - core::bitwise::Bitwise::bit_be_or (line 66) ... ok [INFO] [stdout] test src/core/iter.rs - core::iter::FromBits::from_bits (line 77) ... ok [INFO] [stdout] test src/core/iter.rs - core::iter::FromBits::from_bits_chunk (line 95) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1f284f67ef88e6014fb45912cfbfaa7c086ff9176dda01d0724c5236ea6bc510", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f284f67ef88e6014fb45912cfbfaa7c086ff9176dda01d0724c5236ea6bc510", kill_on_drop: false }` [INFO] [stdout] 1f284f67ef88e6014fb45912cfbfaa7c086ff9176dda01d0724c5236ea6bc510