[INFO] crate diesel_geometry 1.3.0 is already in cache [INFO] extracting crate diesel_geometry 1.3.0 into work/ex/clippy-test-run/sources/stable/reg/diesel_geometry/1.3.0 [INFO] extracting crate diesel_geometry 1.3.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/diesel_geometry/1.3.0 [INFO] validating manifest of diesel_geometry-1.3.0 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of diesel_geometry-1.3.0 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing diesel_geometry-1.3.0 [INFO] finished frobbing diesel_geometry-1.3.0 [INFO] frobbed toml for diesel_geometry-1.3.0 written to work/ex/clippy-test-run/sources/stable/reg/diesel_geometry/1.3.0/Cargo.toml [INFO] started frobbing diesel_geometry-1.3.0 [INFO] finished frobbing diesel_geometry-1.3.0 [INFO] frobbed toml for diesel_geometry-1.3.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/diesel_geometry/1.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting diesel_geometry-1.3.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/diesel_geometry/1.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e7cbd0c32d1b05fd9502fcaa79f83465f4aaa79a0ec82c3308d59719d11ef577 [INFO] running `"docker" "start" "-a" "e7cbd0c32d1b05fd9502fcaa79f83465f4aaa79a0ec82c3308d59719d11ef577"` [INFO] [stderr] Compiling derive-error-chain v0.11.2 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking diesel v1.3.3 [INFO] [stderr] Checking dotenv v0.11.0 [INFO] [stderr] Checking diesel_geometry v1.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: cannot find type `SameAs` in this scope [INFO] [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 [INFO] [stderr] | [INFO] [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `SameAs` in this scope [INFO] [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 [INFO] [stderr] | [INFO] [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `SameAs` in this scope [INFO] [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 [INFO] [stderr] | [INFO] [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: unused import: `diesel::expression::bound::Bound` [INFO] [stderr] --> src/pg/types/geometric.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use diesel::expression::bound::Bound; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `diesel::expression::AsExpression` [INFO] [stderr] --> src/pg/types/geometric.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use diesel::expression::AsExpression; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `diesel::sql_types::Nullable` [INFO] [stderr] --> src/pg/types/geometric.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use diesel::sql_types::Nullable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgPoint` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:16:41 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Point` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgPoint` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgBox` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:40:41 [INFO] [stderr] | [INFO] [stderr] 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `sql_types` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgBox` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgCircle` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:115:41 [INFO] [stderr] | [INFO] [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Circle` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:115:53 [INFO] [stderr] | [INFO] [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgCircle` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:115:53 [INFO] [stderr] | [INFO] [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Point` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:53:43 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Point` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:53:52 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Box` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Box` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:113:52 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Circle` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:165:43 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Circle` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:165:52 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `SameAs` in this scope [INFO] [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 [INFO] [stderr] | [INFO] [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `SameAs` in this scope [INFO] [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 [INFO] [stderr] | [INFO] [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `SameAs` in this scope [INFO] [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 [INFO] [stderr] | [INFO] [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: unused import: `diesel::expression::bound::Bound` [INFO] [stderr] --> src/pg/types/geometric.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use diesel::expression::bound::Bound; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `diesel::expression::AsExpression` [INFO] [stderr] --> src/pg/types/geometric.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use diesel::expression::AsExpression; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `diesel::sql_types::Nullable` [INFO] [stderr] --> src/pg/types/geometric.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use diesel::sql_types::Nullable; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgPoint` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:16:41 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Point` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgPoint` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgBox` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:40:41 [INFO] [stderr] | [INFO] [stderr] 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `sql_types` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgBox` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgCircle` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:115:41 [INFO] [stderr] | [INFO] [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Circle` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:115:53 [INFO] [stderr] | [INFO] [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `PgCircle` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:115:53 [INFO] [stderr] | [INFO] [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `name` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `location` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `boxes` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `circles` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `items` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:213:38 [INFO] [stderr] | [INFO] [stderr] 213 | #[derive(Debug, Clone, Copy, Insertable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewItem` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:213:38 [INFO] [stderr] | [INFO] [stderr] 213 | #[derive(Debug, Clone, Copy, Insertable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Item` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:231:32 [INFO] [stderr] | [INFO] [stderr] 231 | #[derive(Debug, Clone, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `box_roundtrip` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:255:36 [INFO] [stderr] | [INFO] [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Roundtrip` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:255:36 [INFO] [stderr] | [INFO] [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Roundtrip` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:255:48 [INFO] [stderr] | [INFO] [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `circle_roundtrip` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:310:36 [INFO] [stderr] | [INFO] [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Roundtrip` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:310:36 [INFO] [stderr] | [INFO] [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Roundtrip` in this scope [INFO] [stderr] --> src/pg/types/geometric.rs:310:48 [INFO] [stderr] | [INFO] [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Point` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:53:43 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Point` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:53:52 [INFO] [stderr] | [INFO] [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Box` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Box` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:113:52 [INFO] [stderr] | [INFO] [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Circle` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:165:43 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Circle` in this scope [INFO] [stderr] --> src/pg/types/mod.rs:165:52 [INFO] [stderr] | [INFO] [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: Err(_) will match all errors, maybe not a good idea [INFO] [stderr] --> src/pg/types/geometric.rs:272:13 [INFO] [stderr] | [INFO] [stderr] 272 | Err(_) => panic!(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::match_wild_err_arm)] on by default [INFO] [stderr] = note: to remove this warning, match each error separately or use unreachable macro [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_wild_err_arm [INFO] [stderr] [INFO] [stderr] warning: Err(_) will match all errors, maybe not a good idea [INFO] [stderr] --> src/pg/types/geometric.rs:327:13 [INFO] [stderr] | [INFO] [stderr] 327 | Err(_) => panic!(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this warning, match each error separately or use unreachable macro [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_wild_err_arm [INFO] [stderr] [INFO] [stderr] error: reference to uninitialized memory [INFO] [stderr] --> src/test_helpers.rs:28:46 [INFO] [stderr] | [INFO] [stderr] 28 | Output::new(Vec::new(), unsafe { mem::uninitialized() }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::invalid_ref)] on by default [INFO] [stderr] = help: Creation of a null reference is undefined behavior; see https://doc.rust-lang.org/reference/behavior-considered-undefined.html [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_ref [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `diesel_geometry`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e7cbd0c32d1b05fd9502fcaa79f83465f4aaa79a0ec82c3308d59719d11ef577"` [INFO] running `"docker" "rm" "-f" "e7cbd0c32d1b05fd9502fcaa79f83465f4aaa79a0ec82c3308d59719d11ef577"` [INFO] [stdout] e7cbd0c32d1b05fd9502fcaa79f83465f4aaa79a0ec82c3308d59719d11ef577