[INFO] fetching crate bader 0.4.8...
[INFO] testing bader-0.4.8 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bader 0.4.8 into /workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bader 0.4.8 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bfff498646603473e49af17079474077077319d934d6a37b4be3faa12ed35c69
[INFO] running `Command { std: "docker" "start" "-a" "bfff498646603473e49af17079474077077319d934d6a37b4be3faa12ed35c69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bfff498646603473e49af17079474077077319d934d6a37b4be3faa12ed35c69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfff498646603473e49af17079474077077319d934d6a37b4be3faa12ed35c69", kill_on_drop: false }`
[INFO] [stdout] bfff498646603473e49af17079474077077319d934d6a37b4be3faa12ed35c69
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b101f9ae4485c2cf1533aa27a70e9740f2ed7e0a12c745d2421b050f370fc105
[INFO] running `Command { std: "docker" "start" "-a" "b101f9ae4485c2cf1533aa27a70e9740f2ed7e0a12c745d2421b050f370fc105", 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<Args, ArgumentError> {
[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<Args, ArgumentError<'_>> {
[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.24s
[INFO] running `Command { std: "docker" "inspect" "b101f9ae4485c2cf1533aa27a70e9740f2ed7e0a12c745d2421b050f370fc105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b101f9ae4485c2cf1533aa27a70e9740f2ed7e0a12c745d2421b050f370fc105", kill_on_drop: false }`
[INFO] [stdout] b101f9ae4485c2cf1533aa27a70e9740f2ed7e0a12c745d2421b050f370fc105
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5d7ff29aa2d40e04930956f43d14160fd243bc8fbf41e8d300c695790ef4cbf
[INFO] running `Command { std: "docker" "start" "-a" "a5d7ff29aa2d40e04930956f43d14160fd243bc8fbf41e8d300c695790ef4cbf", kill_on_drop: false }`
[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<Args, ArgumentError> {
[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<Args, ArgumentError<'_>> {
[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]    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<Args, ArgumentError> {
[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<Args, ArgumentError<'_>> {
[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.10s
[INFO] running `Command { std: "docker" "inspect" "a5d7ff29aa2d40e04930956f43d14160fd243bc8fbf41e8d300c695790ef4cbf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5d7ff29aa2d40e04930956f43d14160fd243bc8fbf41e8d300c695790ef4cbf", kill_on_drop: false }`
[INFO] [stdout] a5d7ff29aa2d40e04930956f43d14160fd243bc8fbf41e8d300c695790ef4cbf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 182a66be505b8fd8c8db7e2b85553acd010a186a73de6b31f4da706d00acfba1
[INFO] running `Command { std: "docker" "start" "-a" "182a66be505b8fd8c8db7e2b85553acd010a186a73de6b31f4da706d00acfba1", kill_on_drop: false }`
[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: 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<Args, ArgumentError> {
[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<Args, ArgumentError<'_>> {
[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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bader-0c6cb96d7d6f45bf)
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stdout] test arguments::tests::argument_file_type_cube ... ok
[INFO] [stdout] test arguments::tests::argument_file ... ok
[INFO] [stdout] test arguments::tests::argument_aeccar ... ok
[INFO] [stdout] test arguments::tests::argument_file_type_default_unknown ... ok
[INFO] [stdout] test arguments::tests::argument_file_type_default_cube ... ok
[INFO] [stdout] test arguments::tests::argument_file_type_default_vasp ... ok
[INFO] [stdout] test arguments::tests::argument_file_type_vasp ... ok
[INFO] [stdout] test arguments::tests::argument_maximum_distance_float ... 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_reference_none ... ok
[INFO] [stdout] test arguments::tests::argument_spin ... ok
[INFO] [stdout] test arguments::tests::argument_threads_int ... ok
[INFO] [stdout] test arguments::tests::argument_reference_two ... ok
[INFO] [stdout] test arguments::tests::argument_reference_one ... ok
[INFO] [stdout] test arguments::tests::argument_threads_default ... ok
[INFO] [stdout] test arguments::tests::argument_weight_tolerance_float ... ok
[INFO] [stdout] test arguments::tests::argument_output_index ... ok
[INFO] [stdout] test atoms::tests::atoms_new ... ok
[INFO] [stdout] test arguments::tests::argument_vacuum_tolerance_default ... ok
[INFO] [stdout] test arguments::tests::argument_vacuum_tolerance_float ... ok
[INFO] [stdout] test grid::tests::shift_get ... ok
[INFO] [stdout] test grid::tests::shift_index_gen ... ok
[INFO] [stdout] test grid::tests::shift_new ... ok
[INFO] [stdout] test grid::tests::size_new ... ok
[INFO] [stdout] test grid::tests::grid_gradient_shift ... ok
[INFO] [stdout] test grid::tests::grid_new ... 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 progress::tests::progress_tick ... ok
[INFO] [stdout] test utils::tests::utils_dot ... 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 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 arguments::tests::argument_maximum_distance_not_float - should panic ... ok
[INFO] [stdout] test arguments::tests::argument_threads_not_int - should panic ... ok
[INFO] [stdout] test progress::tests::progress_new ... ok
[INFO] [stdout] test arguments::tests::argument_vacuum_tolerance_not_float - should panic ... ok
[INFO] [stdout] test arguments::tests::argument_weight_tolerance_not_float - should panic ... ok
[INFO] [stdout] test atoms::tests::lattice_new_non_invert - should panic ... ok
[INFO] [stdout] test grid::tests::grid_reduced_shift ... ok
[INFO] [stdout] test grid::tests::grid_new_bad_grid - should panic ... ok
[INFO] [stdout] test arguments::tests::argument_no_file - should panic ... ok
[INFO] [stdout] test grid::tests::size_too_large - should panic ... ok
[INFO] [stdout] test voronoi::test::test_voronoi_vectors ... ok
[INFO] [stdout] test grid::tests::grid_full_shift ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/bca.rs (/opt/rustwide/target/debug/deps/bca-d8ee05bd06fcaa54)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cube.rs (/opt/rustwide/target/debug/deps/cube-27db158939d3e032)
[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] [stderr]      Running tests/vasp.rs (/opt/rustwide/target/debug/deps/vasp-62d58d52deb8ffec)
[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 1.95s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::vasp_read_spin ... ok
[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_spin_chg ... ok
[INFO] [stdout] test tests::vasp_read_ncl_chg ... ok
[INFO] [stdout] test tests::vasp_read_ncl ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[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/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/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::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.72s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "182a66be505b8fd8c8db7e2b85553acd010a186a73de6b31f4da706d00acfba1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "182a66be505b8fd8c8db7e2b85553acd010a186a73de6b31f4da706d00acfba1", kill_on_drop: false }`
[INFO] [stdout] 182a66be505b8fd8c8db7e2b85553acd010a186a73de6b31f4da706d00acfba1
