[INFO] fetching crate bader 0.4.8... [INFO] testing bader-0.4.8 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate bader 0.4.8 into /workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bader 0.4.8 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16cb03c415b4091bf1619ee28a574d484ed45d5a6479d42d432254cce8eb7de1 [INFO] running `Command { std: "docker" "start" "-a" "16cb03c415b4091bf1619ee28a574d484ed45d5a6479d42d432254cce8eb7de1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16cb03c415b4091bf1619ee28a574d484ed45d5a6479d42d432254cce8eb7de1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16cb03c415b4091bf1619ee28a574d484ed45d5a6479d42d432254cce8eb7de1", kill_on_drop: false }` [INFO] [stdout] 16cb03c415b4091bf1619ee28a574d484ed45d5a6479d42d432254cce8eb7de1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7aa5d28e0575fe9f6970838f28136bde93230ba0b683b19930e730bdff04ab19 [INFO] running `Command { std: "docker" "start" "-a" "7aa5d28e0575fe9f6970838f28136bde93230ba0b683b19930e730bdff04ab19", 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.29s [INFO] running `Command { std: "docker" "inspect" "7aa5d28e0575fe9f6970838f28136bde93230ba0b683b19930e730bdff04ab19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7aa5d28e0575fe9f6970838f28136bde93230ba0b683b19930e730bdff04ab19", kill_on_drop: false }` [INFO] [stdout] 7aa5d28e0575fe9f6970838f28136bde93230ba0b683b19930e730bdff04ab19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76d1467366c105ef75a9308db20124f8a109c4bbf7ca4ee060f13cd348165e81 [INFO] running `Command { std: "docker" "start" "-a" "76d1467366c105ef75a9308db20124f8a109c4bbf7ca4ee060f13cd348165e81", 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.10s [INFO] running `Command { std: "docker" "inspect" "76d1467366c105ef75a9308db20124f8a109c4bbf7ca4ee060f13cd348165e81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76d1467366c105ef75a9308db20124f8a109c4bbf7ca4ee060f13cd348165e81", kill_on_drop: false }` [INFO] [stdout] 76d1467366c105ef75a9308db20124f8a109c4bbf7ca4ee060f13cd348165e81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 17d3942e3becbf5b74f5c7c4ea26d0c7ea03a882f13af6eba200c0d31c1f75a4 [INFO] running `Command { std: "docker" "start" "-a" "17d3942e3becbf5b74f5c7c4ea26d0c7ea03a882f13af6eba200c0d31c1f75a4", 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 { [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] [INFO] [stdout] running 52 tests [INFO] [stdout] test arguments::tests::argument_file_type_default_unknown ... ok [INFO] [stdout] test arguments::tests::argument_file_type_cube ... ok [INFO] [stdout] test arguments::tests::argument_file ... ok [INFO] [stdout] test arguments::tests::argument_file_type_default_vasp ... ok [INFO] [stdout] test arguments::tests::argument_aeccar ... ok [INFO] [stdout] test arguments::tests::argument_file_type_default_cube ... ok [INFO] [stdout] test arguments::tests::argument_file_type_vasp ... ok [INFO] [stdout] test arguments::tests::argument_output_mult_index ... ok [INFO] [stdout] test arguments::tests::argument_maximum_distance_float ... ok [INFO] [stdout] test arguments::tests::argument_reference_one ... ok [INFO] [stdout] test arguments::tests::argument_reference_none ... ok [INFO] [stdout] test arguments::tests::argument_threads_default ... ok [INFO] [stdout] test arguments::tests::argument_reference_two ... 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_output_atoms ... ok [INFO] [stdout] test arguments::tests::argument_weight_tolerance_float ... ok [INFO] [stdout] test arguments::tests::argument_spin ... ok [INFO] [stdout] test arguments::tests::argument_output_index ... ok [INFO] [stdout] test arguments::tests::argument_threads_int ... ok [INFO] [stdout] test atoms::tests::atoms_new ... 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_full_shift ... 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_reduced_shift ... ok [INFO] [stdout] test arguments::tests::argument_file_type_not_type - should panic ... ok [INFO] [stdout] test arguments::tests::argument_index_not_parse - should panic ... ok [INFO] [stdout] test grid::tests::grid_gradient_shift ... ok [INFO] [stdout] test arguments::tests::argument_aeccar_cube - should panic ... ok [INFO] [stdout] test arguments::tests::argument_index_no_output - should panic ... ok [INFO] [stdout] test arguments::tests::argument_maximum_distance_not_float - should panic ... ok [INFO] [stdout] test arguments::tests::argument_no_file - should panic ... ok [INFO] [stdout] test atoms::tests::lattice_new_non_invert - should panic ... ok [INFO] [stdout] test arguments::tests::argument_weight_tolerance_not_float - should panic ... ok [INFO] [stdout] test grid::tests::size_too_large - should panic ... ok [INFO] [stdout] test grid::tests::grid_new_bad_grid - should panic ... ok [INFO] [stdout] test grid::tests::grid_new ... ok [INFO] [stdout] test arguments::tests::argument_threads_not_int - should panic ... ok [INFO] [stdout] test arguments::tests::argument_vacuum_tolerance_not_float - should panic ... ok [INFO] [stdout] test voronoi::test::test_voronoi_vectors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [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] [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.91s [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_spin_chg ... ok [INFO] [stdout] test tests::vasp_read_spin ... ok [INFO] [stdout] test tests::vasp_read_ncl_chg ... ok [INFO] [stderr] Doc-tests bader [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.46s [INFO] [stdout] [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/analysis.rs - analysis::calculate_bader_density (line 139) ... ok [INFO] [stdout] test src/analysis.rs - analysis::calculate_bader_volumes_and_radii (line 260) ... 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] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "17d3942e3becbf5b74f5c7c4ea26d0c7ea03a882f13af6eba200c0d31c1f75a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17d3942e3becbf5b74f5c7c4ea26d0c7ea03a882f13af6eba200c0d31c1f75a4", kill_on_drop: false }` [INFO] [stdout] 17d3942e3becbf5b74f5c7c4ea26d0c7ea03a882f13af6eba200c0d31c1f75a4