[INFO] fetching crate bader 0.4.8... [INFO] testing bader-0.4.8 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate bader 0.4.8 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate bader 0.4.8 [INFO] finished tweaking crates.io crate bader 0.4.8 [INFO] tweaked toml for crates.io crate bader 0.4.8 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bader 0.4.8 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 bader 0.4.8 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 989459bdb1868e04b8464aaa21af163f47dd1ae2ca7f7e0c35b00c4f5227e81a [INFO] running `Command { std: "docker" "start" "-a" "989459bdb1868e04b8464aaa21af163f47dd1ae2ca7f7e0c35b00c4f5227e81a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "989459bdb1868e04b8464aaa21af163f47dd1ae2ca7f7e0c35b00c4f5227e81a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "989459bdb1868e04b8464aaa21af163f47dd1ae2ca7f7e0c35b00c4f5227e81a", kill_on_drop: false }` [INFO] [stdout] 989459bdb1868e04b8464aaa21af163f47dd1ae2ca7f7e0c35b00c4f5227e81a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 3acbf01def74fbc0e2273e79ef8e4842ca97b6d7b36b4844dc6be3c1cf1ad2ec [INFO] running `Command { std: "docker" "start" "-a" "3acbf01def74fbc0e2273e79ef8e4842ca97b6d7b36b4844dc6be3c1cf1ad2ec", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling bader v0.4.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/utils.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15 - .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stdout] 15 + .map(|i| v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i]) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 326 | f: char, [INFO] [stdout] 327 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same 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] 327 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:341:9 [INFO] [stdout] | [INFO] [stdout] 341 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 342 | f: String, [INFO] [stdout] 343 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same 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] 343 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:356:23 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/voxel_map.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lock(&self) -> Lock { [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] 149 | pub fn lock(&self) -> Lock<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/voxel_map.rs:215:28 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel { [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] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/voxel_map.rs:249:22 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn voxel_get(&self, p: isize) -> Voxel { [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] 249 | pub fn voxel_get(&self, p: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s [INFO] running `Command { std: "docker" "inspect" "3acbf01def74fbc0e2273e79ef8e4842ca97b6d7b36b4844dc6be3c1cf1ad2ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3acbf01def74fbc0e2273e79ef8e4842ca97b6d7b36b4844dc6be3c1cf1ad2ec", kill_on_drop: false }` [INFO] [stdout] 3acbf01def74fbc0e2273e79ef8e4842ca97b6d7b36b4844dc6be3c1cf1ad2ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] f203cf7b32e0eb90b78576f2feaedd63d0b43b96788a6325e6f7dad845c432cd [INFO] running `Command { std: "docker" "start" "-a" "f203cf7b32e0eb90b78576f2feaedd63d0b43b96788a6325e6f7dad845c432cd", kill_on_drop: false }` [INFO] [stderr] Compiling bader v0.4.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/utils.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15 - .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stdout] 15 + .map(|i| v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i]) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 326 | f: char, [INFO] [stdout] 327 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same 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] 327 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:341:9 [INFO] [stdout] | [INFO] [stdout] 341 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 342 | f: String, [INFO] [stdout] 343 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same 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] 343 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:356:23 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/voxel_map.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lock(&self) -> Lock { [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] 149 | pub fn lock(&self) -> Lock<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/voxel_map.rs:215:28 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel { [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] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/voxel_map.rs:249:22 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn voxel_get(&self, p: isize) -> Voxel { [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] 249 | pub fn voxel_get(&self, p: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/utils.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15 - .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stdout] 15 + .map(|i| v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i]) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 326 | f: char, [INFO] [stdout] 327 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same 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] 327 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:341:9 [INFO] [stdout] | [INFO] [stdout] 341 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 342 | f: String, [INFO] [stdout] 343 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the same 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] 343 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:356:23 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/voxel_map.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lock(&self) -> Lock { [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] 149 | pub fn lock(&self) -> Lock<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/voxel_map.rs:215:28 [INFO] [stdout] | [INFO] [stdout] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel { [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] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/voxel_map.rs:249:22 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn voxel_get(&self, p: isize) -> Voxel { [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] 249 | pub fn voxel_get(&self, p: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `Command { std: "docker" "inspect" "f203cf7b32e0eb90b78576f2feaedd63d0b43b96788a6325e6f7dad845c432cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f203cf7b32e0eb90b78576f2feaedd63d0b43b96788a6325e6f7dad845c432cd", kill_on_drop: false }` [INFO] [stdout] f203cf7b32e0eb90b78576f2feaedd63d0b43b96788a6325e6f7dad845c432cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 67f9255714086d668b5a96d9f164b050b1e6ee41ffd3a0dd2534f0ca9b186dfd [INFO] running `Command { std: "docker" "start" "-a" "67f9255714086d668b5a96d9f164b050b1e6ee41ffd3a0dd2534f0ca9b186dfd", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stdout] [INFO] [stderr] --> src/utils.rs:15:18 [INFO] [stdout] running 52 tests [INFO] [stderr] | [INFO] [stdout] test arguments::tests::argument_file ... ok [INFO] [stderr] 15 | .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stdout] test arguments::tests::argument_file_type_default_unknown ... ok [INFO] [stderr] | ^ ^ [INFO] [stdout] test arguments::tests::argument_file_type_default_vasp ... ok [INFO] [stderr] | [INFO] [stdout] test arguments::tests::argument_aeccar ... ok [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 15 - .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stderr] 15 + .map(|i| v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i]) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/arguments.rs:325:9 [INFO] [stderr] | [INFO] [stderr] 325 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 326 | f: char, [INFO] [stderr] 327 | ) -> Result<&Arg, ArgumentError> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same 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] 327 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/arguments.rs:341:9 [INFO] [stderr] | [INFO] [stderr] 341 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 342 | f: String, [INFO] [stderr] 343 | ) -> Result<&Arg, ArgumentError> { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same 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] 343 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/arguments.rs:356:23 [INFO] [stderr] | [INFO] [stderr] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/voxel_map.rs:149:17 [INFO] [stderr] | [INFO] [stderr] 149 | pub fn lock(&self) -> Lock { [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] 149 | pub fn lock(&self) -> Lock<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/voxel_map.rs:215:28 [INFO] [stderr] | [INFO] [stderr] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel { [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] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/voxel_map.rs:249:22 [INFO] [stderr] | [INFO] [stderr] 249 | pub fn voxel_get(&self, p: isize) -> Voxel { [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] 249 | pub fn voxel_get(&self, p: isize) -> Voxel<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `bader` (lib) generated 7 warnings (run `cargo fix --lib -p bader` to apply 7 suggestions) [INFO] [stderr] warning: `bader` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bader-0c6cb96d7d6f45bf) [INFO] [stdout] test arguments::tests::argument_maximum_distance_float ... ok [INFO] [stdout] test arguments::tests::argument_file_type_default_cube ... ok [INFO] [stdout] test arguments::tests::argument_aeccar_cube - should panic ... ok [INFO] [stdout] test arguments::tests::argument_file_type_not_type - should panic ... ok [INFO] [stdout] test arguments::tests::argument_index_no_output - should panic ... ok [INFO] [stdout] test arguments::tests::argument_index_not_parse - should panic ... ok [INFO] [stdout] test arguments::tests::argument_output_index ... ok [INFO] [stdout] test arguments::tests::argument_output_atoms ... ok [INFO] [stdout] test arguments::tests::argument_output_mult_index ... ok [INFO] [stdout] test arguments::tests::argument_maximum_distance_not_float - should panic ... ok [INFO] [stdout] test arguments::tests::argument_reference_none ... ok [INFO] [stdout] test arguments::tests::argument_reference_one ... ok [INFO] [stdout] test arguments::tests::argument_reference_two ... ok [INFO] [stdout] test arguments::tests::argument_spin ... ok [INFO] [stdout] test arguments::tests::argument_threads_default ... ok [INFO] [stdout] test arguments::tests::argument_threads_int ... ok [INFO] [stdout] test arguments::tests::argument_threads_not_int - should panic ... ok [INFO] [stdout] test arguments::tests::argument_vacuum_tolerance_default ... ok [INFO] [stdout] test arguments::tests::argument_vacuum_tolerance_float ... ok [INFO] [stdout] test arguments::tests::argument_vacuum_tolerance_not_float - should panic ... ok [INFO] [stdout] test arguments::tests::argument_weight_tolerance_float ... ok [INFO] [stdout] test arguments::tests::argument_weight_tolerance_not_float - should panic ... ok [INFO] [stdout] test atoms::tests::atoms_new ... ok [INFO] [stdout] test atoms::tests::lattice_new_non_invert - should panic ... ok [INFO] [stdout] test grid::tests::grid_new_bad_grid - should panic ... ok [INFO] [stdout] test grid::tests::shift_get ... ok [INFO] [stdout] test arguments::tests::argument_file_type_cube ... ok [INFO] [stdout] test grid::tests::shift_index_gen ... ok [INFO] [stdout] test grid::tests::shift_new ... ok [INFO] [stdout] test grid::tests::size_too_large - should panic ... ok [INFO] [stdout] test grid::tests::size_new ... ok [INFO] [stdout] test progress::tests::progress_new ... ok [INFO] [stdout] test progress::tests::progress_tick ... ok [INFO] [stdout] test utils::tests::utils_dot ... ok [INFO] [stdout] test utils::tests::utils_norm ... ok [INFO] [stdout] test utils::tests::utils_transpose_square ... ok [INFO] [stdout] test utils::tests::utils_vacuum_index_none ... ok [INFO] [stdout] test utils::tests::utils_vacuum_index_some ... ok [INFO] [stdout] test utils::tests::utils_vacuum_index_some_high ... ok [INFO] [stdout] test utils::tests::utils_vacuum_index_some_low ... ok [INFO] [stdout] test utils::tests::utils_vdot ... ok [INFO] [stdout] test grid::tests::grid_gradient_shift ... ok [INFO] [stdout] test grid::tests::grid_reduced_shift ... ok [INFO] [stdout] test voronoi::test::test_voronoi_vectors ... ok [INFO] [stdout] test grid::tests::grid_full_shift ... ok [INFO] [stdout] test grid::tests::grid_new ... ok [INFO] [stdout] test arguments::tests::argument_file_type_vasp ... ok [INFO] [stderr] Running unittests src/bin/bca.rs (/opt/rustwide/target/debug/deps/bca-d8ee05bd06fcaa54) [INFO] [stdout] test arguments::tests::argument_no_file - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] [stderr] Running tests/cube.rs (/opt/rustwide/target/debug/deps/cube-27db158939d3e032) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::cube_read ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.13s [INFO] [stdout] [INFO] [stderr] Running tests/vasp.rs (/opt/rustwide/target/debug/deps/vasp-62d58d52deb8ffec) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::vasp_read_no_spin_chg ... ok [INFO] [stdout] test tests::vasp_read_no_spin ... ok [INFO] [stdout] test tests::vasp_read_ncl ... ok [INFO] [stdout] test tests::vasp_read_spin_chg ... ok [INFO] [stdout] test tests::vasp_read_spin ... ok [INFO] [stdout] test tests::vasp_read_ncl_chg ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] [stderr] Doc-tests bader [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/utils.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 15 - .map(|i| (v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i])) [INFO] [stderr] 15 + .map(|i| v[0] * m[0][i] + v[1] * m[1][i] + v[2] * m[2][i]) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/voxel_map.rs - voxel_map::BlockingVoxelMap (line 58) ... ok [INFO] [stdout] test src/methods.rs - methods::weight_step (line 32) ... ok [INFO] [stdout] test src/analysis.rs - analysis::assign_maxima (line 13) ... ok [INFO] [stdout] test src/analysis.rs - analysis::calculate_bader_volumes_and_radii (line 260) ... ok [INFO] [stdout] test src/analysis.rs - analysis::calculate_bader_density (line 139) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "67f9255714086d668b5a96d9f164b050b1e6ee41ffd3a0dd2534f0ca9b186dfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67f9255714086d668b5a96d9f164b050b1e6ee41ffd3a0dd2534f0ca9b186dfd", kill_on_drop: false }` [INFO] [stdout] 67f9255714086d668b5a96d9f164b050b1e6ee41ffd3a0dd2534f0ca9b186dfd