[INFO] fetching crate vec_arith 1.0.4... [INFO] testing vec_arith-1.0.4 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate vec_arith 1.0.4 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate vec_arith 1.0.4 [INFO] finished tweaking crates.io crate vec_arith 1.0.4 [INFO] tweaked toml for crates.io crate vec_arith 1.0.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate vec_arith 1.0.4 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94230a69bdce052b71d4dc07667ecf9d6c29a72c0ef75984fbfd5a7f33f0f973 [INFO] running `Command { std: "docker" "start" "-a" "94230a69bdce052b71d4dc07667ecf9d6c29a72c0ef75984fbfd5a7f33f0f973", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94230a69bdce052b71d4dc07667ecf9d6c29a72c0ef75984fbfd5a7f33f0f973", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94230a69bdce052b71d4dc07667ecf9d6c29a72c0ef75984fbfd5a7f33f0f973", kill_on_drop: false }` [INFO] [stdout] 94230a69bdce052b71d4dc07667ecf9d6c29a72c0ef75984fbfd5a7f33f0f973 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f3bed2a4ec254309a088b7b3aa6afffb2dbc5cdbeb55e2e446e233d34b5321b [INFO] running `Command { std: "docker" "start" "-a" "3f3bed2a4ec254309a088b7b3aa6afffb2dbc5cdbeb55e2e446e233d34b5321b", kill_on_drop: false }` [INFO] [stderr] Compiling vec_arith v1.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use self::{ [INFO] [stdout] | _________^ [INFO] [stdout] 30 | | vec2::*, [INFO] [stdout] 31 | | vec3::*, [INFO] [stdout] 32 | | vec4::*, [INFO] [stdout] | | ------- but the name `Iter` in the type namespace is also re-exported here [INFO] [stdout] ... | [INFO] [stdout] 49 | | sdf::* [INFO] [stdout] 50 | | }; [INFO] [stdout] | |_^ the name `Iter` in the type namespace is first re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use self::{ [INFO] [stdout] | _________^ [INFO] [stdout] 30 | | vec2::*, [INFO] [stdout] 31 | | vec3::*, [INFO] [stdout] 32 | | vec4::*, [INFO] [stdout] | | ------- but the name `IterRef` in the type namespace is also re-exported here [INFO] [stdout] ... | [INFO] [stdout] 49 | | sdf::* [INFO] [stdout] 50 | | }; [INFO] [stdout] | |_^ the name `IterRef` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use self::{ [INFO] [stdout] | _________^ [INFO] [stdout] 30 | | vec2::*, [INFO] [stdout] 31 | | vec3::*, [INFO] [stdout] 32 | | vec4::*, [INFO] [stdout] | | ------- but the name `IterMut` in the type namespace is also re-exported here [INFO] [stdout] ... | [INFO] [stdout] 49 | | sdf::* [INFO] [stdout] 50 | | }; [INFO] [stdout] | |_^ the name `IterMut` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/lib.rs:3889:6 [INFO] [stdout] | [INFO] [stdout] 3889 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `clamp` has been stable since 1.50.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | #![feature(clamp)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "3f3bed2a4ec254309a088b7b3aa6afffb2dbc5cdbeb55e2e446e233d34b5321b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f3bed2a4ec254309a088b7b3aa6afffb2dbc5cdbeb55e2e446e233d34b5321b", kill_on_drop: false }` [INFO] [stdout] 3f3bed2a4ec254309a088b7b3aa6afffb2dbc5cdbeb55e2e446e233d34b5321b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 902bc3c815367fc5f13f7ead9e2faa7bd8e889975dac30c6e7c3b8e275eb6067 [INFO] running `Command { std: "docker" "start" "-a" "902bc3c815367fc5f13f7ead9e2faa7bd8e889975dac30c6e7c3b8e275eb6067", kill_on_drop: false }` [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use self::{ [INFO] [stdout] | _________^ [INFO] [stdout] 30 | | vec2::*, [INFO] [stdout] 31 | | vec3::*, [INFO] [stdout] 32 | | vec4::*, [INFO] [stdout] | | ------- but the name `Iter` in the type namespace is also re-exported here [INFO] [stdout] ... | [INFO] [stdout] 49 | | sdf::* [INFO] [stdout] 50 | | }; [INFO] [stdout] | |_^ the name `Iter` in the type namespace is first re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use self::{ [INFO] [stdout] | _________^ [INFO] [stdout] 30 | | vec2::*, [INFO] [stdout] 31 | | vec3::*, [INFO] [stdout] 32 | | vec4::*, [INFO] [stdout] | | ------- but the name `IterRef` in the type namespace is also re-exported here [INFO] [stdout] ... | [INFO] [stdout] 49 | | sdf::* [INFO] [stdout] 50 | | }; [INFO] [stdout] | |_^ the name `IterRef` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling vec_arith v1.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use self::{ [INFO] [stdout] | _________^ [INFO] [stdout] 30 | | vec2::*, [INFO] [stdout] 31 | | vec3::*, [INFO] [stdout] 32 | | vec4::*, [INFO] [stdout] | | ------- but the name `IterMut` in the type namespace is also re-exported here [INFO] [stdout] ... | [INFO] [stdout] 49 | | sdf::* [INFO] [stdout] 50 | | }; [INFO] [stdout] | |_^ the name `IterMut` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/lib.rs:3889:6 [INFO] [stdout] | [INFO] [stdout] 3889 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `clamp` has been stable since 1.50.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | #![feature(clamp)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use self::{ [INFO] [stdout] | _________^ [INFO] [stdout] 30 | | vec2::*, [INFO] [stdout] 31 | | vec3::*, [INFO] [stdout] 32 | | vec4::*, [INFO] [stdout] | | ------- but the name `Iter` in the type namespace is also re-exported here [INFO] [stdout] ... | [INFO] [stdout] 49 | | sdf::* [INFO] [stdout] 50 | | }; [INFO] [stdout] | |_^ the name `Iter` in the type namespace is first re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use self::{ [INFO] [stdout] | _________^ [INFO] [stdout] 30 | | vec2::*, [INFO] [stdout] 31 | | vec3::*, [INFO] [stdout] 32 | | vec4::*, [INFO] [stdout] | | ------- but the name `IterRef` in the type namespace is also re-exported here [INFO] [stdout] ... | [INFO] [stdout] 49 | | sdf::* [INFO] [stdout] 50 | | }; [INFO] [stdout] | |_^ the name `IterRef` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use self::{ [INFO] [stdout] | _________^ [INFO] [stdout] 30 | | vec2::*, [INFO] [stdout] 31 | | vec3::*, [INFO] [stdout] 32 | | vec4::*, [INFO] [stdout] | | ------- but the name `IterMut` in the type namespace is also re-exported here [INFO] [stdout] ... | [INFO] [stdout] 49 | | sdf::* [INFO] [stdout] 50 | | }; [INFO] [stdout] | |_^ the name `IterMut` in the type namespace is first re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/lib.rs:3751:7 [INFO] [stdout] | [INFO] [stdout] 3751 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/lib.rs:3889:6 [INFO] [stdout] | [INFO] [stdout] 3889 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `clamp` has been stable since 1.50.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | #![feature(clamp)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "902bc3c815367fc5f13f7ead9e2faa7bd8e889975dac30c6e7c3b8e275eb6067", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "902bc3c815367fc5f13f7ead9e2faa7bd8e889975dac30c6e7c3b8e275eb6067", kill_on_drop: false }` [INFO] [stdout] 902bc3c815367fc5f13f7ead9e2faa7bd8e889975dac30c6e7c3b8e275eb6067 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a3edf96a8f12905473ca5ecdc4a9a9327d936f59ea516128ffa83ac161ae26ff [INFO] running `Command { std: "docker" "start" "-a" "a3edf96a8f12905473ca5ecdc4a9a9327d936f59ea516128ffa83ac161ae26ff", kill_on_drop: false }` [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub use self::{ [INFO] [stderr] | _________^ [INFO] [stderr] 30 | | vec2::*, [INFO] [stderr] 31 | | vec3::*, [INFO] [stderr] 32 | | vec4::*, [INFO] [stderr] | | ------- but the name `Iter` in the type namespace is also re-exported here [INFO] [stderr] ... | [INFO] [stderr] 49 | | sdf::* [INFO] [stderr] 50 | | }; [INFO] [stderr] | |_^ the name `Iter` in the type namespace is first re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub use self::{ [INFO] [stderr] | _________^ [INFO] [stderr] 30 | | vec2::*, [INFO] [stderr] 31 | | vec3::*, [INFO] [stderr] 32 | | vec4::*, [INFO] [stderr] | | ------- but the name `IterRef` in the type namespace is also re-exported here [INFO] [stderr] ... | [INFO] [stderr] 49 | | sdf::* [INFO] [stderr] 50 | | }; [INFO] [stderr] | |_^ the name `IterRef` in the type namespace is first re-exported here [INFO] [stderr] [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/lib.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub use self::{ [INFO] [stderr] | _________^ [INFO] [stderr] 30 | | vec2::*, [INFO] [stderr] 31 | | vec3::*, [INFO] [stderr] 32 | | vec4::*, [INFO] [stderr] | | ------- but the name `IterMut` in the type namespace is also re-exported here [INFO] [stderr] ... | [INFO] [stderr] 49 | | sdf::* [INFO] [stderr] 50 | | }; [INFO] [stderr] | |_^ the name `IterMut` in the type namespace is first re-exported here [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/lib.rs:3889:6 [INFO] [stderr] | [INFO] [stderr] 3889 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `clamp` has been stable since 1.50.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:23:12 [INFO] [stderr] | [INFO] [stderr] 23 | #![feature(clamp)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `vec_arith` (lib) generated 5 warnings (run `cargo fix --lib -p vec_arith` to apply 1 suggestion) [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/lib.rs:3751:7 [INFO] [stderr] | [INFO] [stderr] 3751 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/lib.rs:3889:6 [INFO] [stderr] | [INFO] [stderr] 3889 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `vec_arith` (lib test) generated 6 warnings (4 duplicates) (run `cargo fix --lib -p vec_arith --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vec_arith-2c28bcfddc1f4b9b) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stderr] Doc-tests vec_arith [INFO] [stdout] test bezier1::tests::distance ... ok [INFO] [stdout] test bezier1::tests::intersections ... ok [INFO] [stdout] test bezier2::tests::distance ... ok [INFO] [stdout] test bezier2::tests::intersections ... ok [INFO] [stdout] test bezier3::tests::distance ... ok [INFO] [stdout] test cylinder::tests::distance ... ok [INFO] [stdout] test bezier3::tests::intersections ... ok [INFO] [stdout] test misc::tests::sign ... ok [INFO] [stdout] test misc::tests::test_mix ... ok [INFO] [stdout] test cuboid::tests::distance ... ok [INFO] [stdout] test plane::tests::distance ... ok [INFO] [stdout] test poly::tests::cubic ... ok [INFO] [stdout] test poly::tests::quadratic ... ok [INFO] [stdout] test sphere::tests::distance ... ok [INFO] [stdout] test quad::tests::distance ... ok [INFO] [stdout] test triangle::tests::distance ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "a3edf96a8f12905473ca5ecdc4a9a9327d936f59ea516128ffa83ac161ae26ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3edf96a8f12905473ca5ecdc4a9a9327d936f59ea516128ffa83ac161ae26ff", kill_on_drop: false }` [INFO] [stdout] a3edf96a8f12905473ca5ecdc4a9a9327d936f59ea516128ffa83ac161ae26ff