[INFO] fetching crate vek 0.16.1... [INFO] checking vek-0.16.1 against master#35936c4839dd272646394779d151e060d0f6b3ac for pr-122960-1 [INFO] extracting crate vek 0.16.1 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate vek 0.16.1 on toolchain 35936c4839dd272646394779d151e060d0f6b3ac [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vek 0.16.1 [INFO] finished tweaking crates.io crate vek 0.16.1 [INFO] tweaked toml for crates.io crate vek 0.16.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded color_quant v1.1.0 [INFO] [stderr] Downloaded az v1.2.1 [INFO] [stderr] Downloaded num-rational v0.3.2 [INFO] [stderr] Downloaded image v0.23.14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67bb103aa4eb4ca75755239a99d5e6a426189ae4b4a43fc30258725dfabfa2e9 [INFO] running `Command { std: "docker" "start" "-a" "67bb103aa4eb4ca75755239a99d5e6a426189ae4b4a43fc30258725dfabfa2e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67bb103aa4eb4ca75755239a99d5e6a426189ae4b4a43fc30258725dfabfa2e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67bb103aa4eb4ca75755239a99d5e6a426189ae4b4a43fc30258725dfabfa2e9", kill_on_drop: false }` [INFO] [stdout] 67bb103aa4eb4ca75755239a99d5e6a426189ae4b4a43fc30258725dfabfa2e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 864f4619a5d6d6f2c91d1b582004d903aa3e6186888778ba105d50f25687cabc [INFO] running `Command { std: "docker" "start" "-a" "864f4619a5d6d6f2c91d1b582004d903aa3e6186888778ba105d50f25687cabc", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling vek v0.16.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub use crate::vec::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `repr_c` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 94 | pub use crate::geom::*; [INFO] [stdout] | -------------- but the name `repr_c` in the type namespace is also 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:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub use crate::vec::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `repr_simd` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 94 | pub use crate::geom::*; [INFO] [stdout] | -------------- but the name `repr_simd` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::column_major::*` [INFO] [stdout] --> src/mat.rs:4150:17 [INFO] [stdout] | [INFO] [stdout] 4150 | pub use self::column_major::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 4192 | mat_declare_modules!{} [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] = note: this warning originates in the macro `mat_declare_modules` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/bezier.rs:850:17 [INFO] [stdout] | [INFO] [stdout] 850 | pub use quadratic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `QuadraticBezier2` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | -------- but the name `QuadraticBezier2` in the type namespace is also re-exported here [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `QuadraticBezier2` is ambiguous [INFO] [stdout] --> src/bezier.rs:823:54 [INFO] [stdout] | [INFO] [stdout] 823 | bezier_impl_3d_into_2d!{QuadraticBezier3 QuadraticBezier2} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `QuadraticBezier2` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:850:17 [INFO] [stdout] | [INFO] [stdout] 850 | pub use quadratic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier2` to disambiguate [INFO] [stdout] note: `QuadraticBezier2` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier2` to disambiguate [INFO] [stdout] = note: `#[warn(ambiguous_glob_imports)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `QuadraticBezier2` is ambiguous [INFO] [stdout] --> src/bezier.rs:833:19 [INFO] [stdout] | [INFO] [stdout] 833 | 2 QuadraticBezier2 CubicBezier2 Vec2 LineSegment2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `QuadraticBezier2` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:850:17 [INFO] [stdout] | [INFO] [stdout] 850 | pub use quadratic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier2` to disambiguate [INFO] [stdout] note: `QuadraticBezier2` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier2` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/bezier.rs:851:17 [INFO] [stdout] | [INFO] [stdout] 851 | pub use quadratic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `QuadraticBezier3` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | -------- but the name `QuadraticBezier3` in the type namespace is also re-exported here [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `QuadraticBezier3` is ambiguous [INFO] [stdout] --> src/bezier.rs:812:54 [INFO] [stdout] | [INFO] [stdout] 812 | bezier_impl_2d_into_3d!{QuadraticBezier2 QuadraticBezier3} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `QuadraticBezier3` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:851:17 [INFO] [stdout] | [INFO] [stdout] 851 | pub use quadratic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier3` to disambiguate [INFO] [stdout] note: `QuadraticBezier3` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier3` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `QuadraticBezier3` is ambiguous [INFO] [stdout] --> src/bezier.rs:845:19 [INFO] [stdout] | [INFO] [stdout] 845 | 3 QuadraticBezier3 CubicBezier3 Vec3 LineSegment3 [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `QuadraticBezier3` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:851:17 [INFO] [stdout] | [INFO] [stdout] 851 | pub use quadratic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier3` to disambiguate [INFO] [stdout] note: `QuadraticBezier3` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier3` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/bezier.rs:852:17 [INFO] [stdout] | [INFO] [stdout] 852 | pub use cubic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the name `CubicBezier2` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | -------- but the name `CubicBezier2` in the type namespace is also re-exported here [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `CubicBezier2` is ambiguous [INFO] [stdout] --> src/bezier.rs:810:36 [INFO] [stdout] | [INFO] [stdout] 810 | 2 QuadraticBezier2 CubicBezier2 Vec2 LineSegment2 [INFO] [stdout] | ^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `CubicBezier2` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:852:17 [INFO] [stdout] | [INFO] [stdout] 852 | pub use cubic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier2` to disambiguate [INFO] [stdout] note: `CubicBezier2` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier2` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `CubicBezier2` is ambiguous [INFO] [stdout] --> src/bezier.rs:847:50 [INFO] [stdout] | [INFO] [stdout] 847 | bezier_impl_3d_into_2d!{CubicBezier3 CubicBezier2} [INFO] [stdout] | ^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `CubicBezier2` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:852:17 [INFO] [stdout] | [INFO] [stdout] 852 | pub use cubic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier2` to disambiguate [INFO] [stdout] note: `CubicBezier2` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier2` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/bezier.rs:853:17 [INFO] [stdout] | [INFO] [stdout] 853 | pub use cubic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the name `CubicBezier3` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | -------- but the name `CubicBezier3` in the type namespace is also re-exported here [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `CubicBezier3` is ambiguous [INFO] [stdout] --> src/bezier.rs:821:36 [INFO] [stdout] | [INFO] [stdout] 821 | 3 QuadraticBezier3 CubicBezier3 Vec3 LineSegment3 [INFO] [stdout] | ^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `CubicBezier3` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:853:17 [INFO] [stdout] | [INFO] [stdout] 853 | pub use cubic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier3` to disambiguate [INFO] [stdout] note: `CubicBezier3` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier3` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `CubicBezier3` is ambiguous [INFO] [stdout] --> src/bezier.rs:835:50 [INFO] [stdout] | [INFO] [stdout] 835 | bezier_impl_2d_into_3d!{CubicBezier2 CubicBezier3} [INFO] [stdout] | ^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `CubicBezier3` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:853:17 [INFO] [stdout] | [INFO] [stdout] 853 | pub use cubic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier3` to disambiguate [INFO] [stdout] note: `CubicBezier3` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier3` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `num_traits` is imported redundantly [INFO] [stdout] --> src/simd_traits.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use num_traits; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | pub extern crate num_traits; [INFO] [stdout] | ---------------------------- the item `num_traits` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/lib.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub use crate::vec::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `repr_c` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 94 | pub use crate::geom::*; [INFO] [stdout] | -------------- but the name `repr_c` in the type namespace is also 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:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | pub use crate::vec::*; [INFO] [stdout] | ^^^^^^^^^^^^^ the name `repr_simd` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 94 | pub use crate::geom::*; [INFO] [stdout] | -------------- but the name `repr_simd` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::column_major::*` [INFO] [stdout] --> src/mat.rs:4150:17 [INFO] [stdout] | [INFO] [stdout] 4150 | pub use self::column_major::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 4192 | mat_declare_modules!{} [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] = note: this warning originates in the macro `mat_declare_modules` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/bezier.rs:850:17 [INFO] [stdout] | [INFO] [stdout] 850 | pub use quadratic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `QuadraticBezier2` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | -------- but the name `QuadraticBezier2` in the type namespace is also re-exported here [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `QuadraticBezier2` is ambiguous [INFO] [stdout] --> src/bezier.rs:823:54 [INFO] [stdout] | [INFO] [stdout] 823 | bezier_impl_3d_into_2d!{QuadraticBezier3 QuadraticBezier2} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `QuadraticBezier2` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:850:17 [INFO] [stdout] | [INFO] [stdout] 850 | pub use quadratic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier2` to disambiguate [INFO] [stdout] note: `QuadraticBezier2` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier2` to disambiguate [INFO] [stdout] = note: `#[warn(ambiguous_glob_imports)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `QuadraticBezier2` is ambiguous [INFO] [stdout] --> src/bezier.rs:833:19 [INFO] [stdout] | [INFO] [stdout] 833 | 2 QuadraticBezier2 CubicBezier2 Vec2 LineSegment2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `QuadraticBezier2` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:850:17 [INFO] [stdout] | [INFO] [stdout] 850 | pub use quadratic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier2` to disambiguate [INFO] [stdout] note: `QuadraticBezier2` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier2` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/bezier.rs:851:17 [INFO] [stdout] | [INFO] [stdout] 851 | pub use quadratic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the name `QuadraticBezier3` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | -------- but the name `QuadraticBezier3` in the type namespace is also re-exported here [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `QuadraticBezier3` is ambiguous [INFO] [stdout] --> src/bezier.rs:812:54 [INFO] [stdout] | [INFO] [stdout] 812 | bezier_impl_2d_into_3d!{QuadraticBezier2 QuadraticBezier3} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `QuadraticBezier3` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:851:17 [INFO] [stdout] | [INFO] [stdout] 851 | pub use quadratic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier3` to disambiguate [INFO] [stdout] note: `QuadraticBezier3` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier3` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `QuadraticBezier3` is ambiguous [INFO] [stdout] --> src/bezier.rs:845:19 [INFO] [stdout] | [INFO] [stdout] 845 | 3 QuadraticBezier3 CubicBezier3 Vec3 LineSegment3 [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `QuadraticBezier3` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:851:17 [INFO] [stdout] | [INFO] [stdout] 851 | pub use quadratic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier3` to disambiguate [INFO] [stdout] note: `QuadraticBezier3` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `QuadraticBezier3` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/bezier.rs:852:17 [INFO] [stdout] | [INFO] [stdout] 852 | pub use cubic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the name `CubicBezier2` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | -------- but the name `CubicBezier2` in the type namespace is also re-exported here [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `CubicBezier2` is ambiguous [INFO] [stdout] --> src/bezier.rs:810:36 [INFO] [stdout] | [INFO] [stdout] 810 | 2 QuadraticBezier2 CubicBezier2 Vec2 LineSegment2 [INFO] [stdout] | ^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `CubicBezier2` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:852:17 [INFO] [stdout] | [INFO] [stdout] 852 | pub use cubic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier2` to disambiguate [INFO] [stdout] note: `CubicBezier2` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier2` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `CubicBezier2` is ambiguous [INFO] [stdout] --> src/bezier.rs:847:50 [INFO] [stdout] | [INFO] [stdout] 847 | bezier_impl_3d_into_2d!{CubicBezier3 CubicBezier2} [INFO] [stdout] | ^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `CubicBezier2` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:852:17 [INFO] [stdout] | [INFO] [stdout] 852 | pub use cubic_bezier2::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier2` to disambiguate [INFO] [stdout] note: `CubicBezier2` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier2` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/bezier.rs:853:17 [INFO] [stdout] | [INFO] [stdout] 853 | pub use cubic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the name `CubicBezier3` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | -------- but the name `CubicBezier3` in the type namespace is also re-exported here [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `CubicBezier3` is ambiguous [INFO] [stdout] --> src/bezier.rs:821:36 [INFO] [stdout] | [INFO] [stdout] 821 | 3 QuadraticBezier3 CubicBezier3 Vec3 LineSegment3 [INFO] [stdout] | ^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `CubicBezier3` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:853:17 [INFO] [stdout] | [INFO] [stdout] 853 | pub use cubic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier3` to disambiguate [INFO] [stdout] note: `CubicBezier3` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier3` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `CubicBezier3` is ambiguous [INFO] [stdout] --> src/bezier.rs:835:50 [INFO] [stdout] | [INFO] [stdout] 835 | bezier_impl_2d_into_3d!{CubicBezier2 CubicBezier3} [INFO] [stdout] | ^^^^^^^^^^^^ ambiguous name [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #114095 [INFO] [stdout] = note: ambiguous because of multiple glob imports of a name in the same module [INFO] [stdout] note: `CubicBezier3` could refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:853:17 [INFO] [stdout] | [INFO] [stdout] 853 | pub use cubic_bezier3::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 861 | impl_all_beziers!{repr_simd} [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier3` to disambiguate [INFO] [stdout] note: `CubicBezier3` could also refer to the struct imported here [INFO] [stdout] --> src/bezier.rs:860:9 [INFO] [stdout] | [INFO] [stdout] 860 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = help: consider adding an explicit import of `CubicBezier3` to disambiguate [INFO] [stdout] = note: this warning originates in the macro `impl_all_beziers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `num_traits` is imported redundantly [INFO] [stdout] --> src/simd_traits.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use num_traits; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | pub extern crate num_traits; [INFO] [stdout] | ---------------------------- the item `num_traits` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.99s [INFO] running `Command { std: "docker" "inspect" "864f4619a5d6d6f2c91d1b582004d903aa3e6186888778ba105d50f25687cabc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "864f4619a5d6d6f2c91d1b582004d903aa3e6186888778ba105d50f25687cabc", kill_on_drop: false }` [INFO] [stdout] 864f4619a5d6d6f2c91d1b582004d903aa3e6186888778ba105d50f25687cabc