[INFO] fetching crate bader 0.4.8... [INFO] testing bader-0.4.8 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate bader 0.4.8 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bader 0.4.8 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d725ab98ec990ef7bff83de658c643b805b04a60fc0e75e5e7194e21e4bcb533 [INFO] running `Command { std: "docker" "start" "-a" "d725ab98ec990ef7bff83de658c643b805b04a60fc0e75e5e7194e21e4bcb533", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d725ab98ec990ef7bff83de658c643b805b04a60fc0e75e5e7194e21e4bcb533", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d725ab98ec990ef7bff83de658c643b805b04a60fc0e75e5e7194e21e4bcb533", kill_on_drop: false }` [INFO] [stdout] d725ab98ec990ef7bff83de658c643b805b04a60fc0e75e5e7194e21e4bcb533 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 16b43b5ef672a125884fee8351c3f94a3c83ed15ff539862b54663993ddd58a2 [INFO] running `Command { std: "docker" "start" "-a" "16b43b5ef672a125884fee8351c3f94a3c83ed15ff539862b54663993ddd58a2", 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arguments.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 326 | f: char, [INFO] [stdout] 327 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ---- ------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 327 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arguments.rs:341:9 [INFO] [stdout] | [INFO] [stdout] 341 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 342 | f: String, [INFO] [stdout] 343 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ---- ------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 343 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arguments.rs:356:23 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/voxel_map.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lock(&self) -> Lock { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lock(&self) -> Lock<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.98s [INFO] running `Command { std: "docker" "inspect" "16b43b5ef672a125884fee8351c3f94a3c83ed15ff539862b54663993ddd58a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16b43b5ef672a125884fee8351c3f94a3c83ed15ff539862b54663993ddd58a2", kill_on_drop: false }` [INFO] [stdout] 16b43b5ef672a125884fee8351c3f94a3c83ed15ff539862b54663993ddd58a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] b1b5644498938f25f9b8102f7b1e4826bd093c617b22f41bcfee9b30d798bf6c [INFO] running `Command { std: "docker" "start" "-a" "b1b5644498938f25f9b8102f7b1e4826bd093c617b22f41bcfee9b30d798bf6c", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arguments.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 326 | f: char, [INFO] [stdout] 327 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ---- ------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 327 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bader v0.4.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arguments.rs:341:9 [INFO] [stdout] | [INFO] [stdout] 341 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 342 | f: String, [INFO] [stdout] 343 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ---- ------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 343 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arguments.rs:356:23 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/voxel_map.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lock(&self) -> Lock { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lock(&self) -> Lock<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 249 | pub fn voxel_get(&self, p: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arguments.rs:325:9 [INFO] [stdout] | [INFO] [stdout] 325 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 326 | f: char, [INFO] [stdout] 327 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ---- ------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 327 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arguments.rs:341:9 [INFO] [stdout] | [INFO] [stdout] 341 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 342 | f: String, [INFO] [stdout] 343 | ) -> Result<&Arg, ArgumentError> { [INFO] [stdout] | ---- ------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 343 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arguments.rs:356:23 [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/voxel_map.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lock(&self) -> Lock { [INFO] [stdout] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn lock(&self) -> Lock<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.52s [INFO] running `Command { std: "docker" "inspect" "b1b5644498938f25f9b8102f7b1e4826bd093c617b22f41bcfee9b30d798bf6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1b5644498938f25f9b8102f7b1e4826bd093c617b22f41bcfee9b30d798bf6c", kill_on_drop: false }` [INFO] [stdout] b1b5644498938f25f9b8102f7b1e4826bd093c617b22f41bcfee9b30d798bf6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 46cb5615dc3e45513d24ca0357f13692d95190993cd3fac406246eff5fab631c [INFO] running `Command { std: "docker" "start" "-a" "46cb5615dc3e45513d24ca0357f13692d95190993cd3fac406246eff5fab631c", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/arguments.rs:325:9 [INFO] [stderr] | [INFO] [stderr] 325 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 326 | f: char, [INFO] [stderr] 327 | ) -> Result<&Arg, ArgumentError> { [INFO] [stderr] | ---- ------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | the lifetimes get resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 327 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/arguments.rs:341:9 [INFO] [stderr] | [INFO] [stderr] 341 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 342 | f: String, [INFO] [stderr] 343 | ) -> Result<&Arg, ArgumentError> { [INFO] [stderr] | ---- ------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | the lifetimes get resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 343 | ) -> Result<&Arg, ArgumentError<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/arguments.rs:356:23 [INFO] [stderr] | [INFO] [stderr] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 356 | pub fn parse_args(&self, args: Vec<&str>) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/voxel_map.rs:149:17 [INFO] [stderr] | [INFO] [stderr] 149 | pub fn lock(&self) -> Lock { [INFO] [stderr] | ^^^^^ ---- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 149 | pub fn lock(&self) -> Lock<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 215 | pub fn maxima_to_voxel(&self, maxima: isize) -> Voxel<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 249 | pub fn voxel_get(&self, p: isize) -> Voxel<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `bader` (lib) generated 6 warnings (run `cargo fix --lib -p bader` to apply 6 suggestions) [INFO] [stderr] warning: `bader` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/bader-2c53938726c00222) [INFO] [stdout] running 52 tests [INFO] [stdout] test arguments::tests::argument_file ... ok [INFO] [stdout] test arguments::tests::argument_file_type_default_unknown ... 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_aeccar ... 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_reference_one ... 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_file_type_cube ... 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_file_type_default_cube ... ok [INFO] [stdout] test arguments::tests::argument_vacuum_tolerance_default ... ok [INFO] [stdout] test atoms::tests::atoms_new ... ok [INFO] [stdout] test arguments::tests::argument_weight_tolerance_float ... ok [INFO] [stdout] test arguments::tests::argument_reference_two ... ok [INFO] [stdout] test arguments::tests::argument_vacuum_tolerance_float ... ok [INFO] [stdout] test arguments::tests::argument_spin ... 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 grid::tests::grid_gradient_shift ... ok [INFO] [stdout] test grid::tests::grid_reduced_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_transpose_square ... ok [INFO] [stdout] test utils::tests::utils_norm ... 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_vdot ... ok [INFO] [stdout] test utils::tests::utils_vacuum_index_some_low ... ok [INFO] [stdout] test grid::tests::grid_new ... ok [INFO] [stdout] test voronoi::test::test_voronoi_vectors ... 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_file_type_not_type - should panic ... ok [INFO] [stdout] test arguments::tests::argument_maximum_distance_not_float - should panic ... ok [INFO] [stdout] test arguments::tests::argument_index_not_parse - should panic ... ok [INFO] [stdout] test arguments::tests::argument_no_file - should panic ... 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 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_new_bad_grid - should panic ... ok [INFO] [stdout] test grid::tests::size_too_large - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/bca.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/bca-12dcfa21c5a84bda) [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] [stderr] Running tests/cube.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/cube-1f8296fc05ec110f) [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.05s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stderr] Running tests/vasp.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/vasp-32abd9de385c957e) [INFO] [stdout] test tests::vasp_read_no_spin ... ok [INFO] [stdout] test tests::vasp_read_no_spin_chg ... ok [INFO] [stdout] test tests::vasp_read_ncl_chg ... ok [INFO] [stdout] test tests::vasp_read_spin_chg ... ok [INFO] [stdout] test tests::vasp_read_ncl ... ok [INFO] [stdout] test tests::vasp_read_spin ... 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] running `Command { std: "docker" "inspect" "46cb5615dc3e45513d24ca0357f13692d95190993cd3fac406246eff5fab631c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46cb5615dc3e45513d24ca0357f13692d95190993cd3fac406246eff5fab631c", kill_on_drop: false }` [INFO] [stdout] 46cb5615dc3e45513d24ca0357f13692d95190993cd3fac406246eff5fab631c