Nov 18 16:10:34.238 INFO testing diesel_geometry-1.3.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 16:10:34.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 16:10:34.575 INFO [stdout] 4dd8a3062fcbf80bbf67b859595da7de01a85fcfb0ee121675dcdfd778a6bcde Nov 18 16:10:34.578 INFO running `"docker" "start" "-a" "4dd8a3062fcbf80bbf67b859595da7de01a85fcfb0ee121675dcdfd778a6bcde"` Nov 18 16:10:36.115 INFO [stderr] usermod: no changes Nov 18 16:10:36.279 INFO [stderr] Compiling diesel_geometry v1.3.0 (/source) Nov 18 16:10:37.078 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:10:37.078 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:10:37.078 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 18 16:10:37.078 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! Nov 18 16:10:37.078 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.078 INFO [stderr] Nov 18 16:10:37.078 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:10:37.078 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:10:37.078 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 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! Nov 18 16:10:37.078 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.078 INFO [stderr] Nov 18 16:10:37.078 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:10:37.078 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:10:37.078 INFO [stderr] | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 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! Nov 18 16:10:37.078 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.078 INFO [stderr] Nov 18 16:10:37.078 INFO [stderr] warning: unused import: `diesel::expression::bound::Bound` Nov 18 16:10:37.078 INFO [stderr] --> src/pg/types/geometric.rs:7:5 Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] 7 | use diesel::expression::bound::Bound; Nov 18 16:10:37.078 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 16:10:37.078 INFO [stderr] Nov 18 16:10:37.078 INFO [stderr] warning: unused import: `diesel::expression::AsExpression` Nov 18 16:10:37.078 INFO [stderr] --> src/pg/types/geometric.rs:8:5 Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] 8 | use diesel::expression::AsExpression; Nov 18 16:10:37.078 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:10:37.078 INFO [stderr] Nov 18 16:10:37.078 INFO [stderr] warning: unused import: `diesel::sql_types::Nullable` Nov 18 16:10:37.078 INFO [stderr] --> src/pg/types/geometric.rs:11:5 Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] 11 | use diesel::sql_types::Nullable; Nov 18 16:10:37.078 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:10:37.078 INFO [stderr] Nov 18 16:10:37.078 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 18 16:10:37.078 INFO [stderr] --> src/pg/types/geometric.rs:16:41 Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:37.078 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 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! Nov 18 16:10:37.078 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.078 INFO [stderr] Nov 18 16:10:37.078 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:10:37.078 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 18 16:10:37.078 INFO [stderr] | Nov 18 16:10:37.078 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:37.078 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.079 INFO [stderr] | Nov 18 16:10:37.079 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! Nov 18 16:10:37.079 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.079 INFO [stderr] Nov 18 16:10:37.079 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 18 16:10:37.079 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 18 16:10:37.079 INFO [stderr] | Nov 18 16:10:37.079 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:37.079 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.079 INFO [stderr] | Nov 18 16:10:37.079 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! Nov 18 16:10:37.079 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.079 INFO [stderr] Nov 18 16:10:37.087 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 18 16:10:37.087 INFO [stderr] --> src/pg/types/geometric.rs:40:41 Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 INFO [stderr] 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Nov 18 16:10:37.087 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 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! Nov 18 16:10:37.087 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.087 INFO [stderr] Nov 18 16:10:37.087 INFO [stderr] warning: cannot find type `sql_types` in this scope Nov 18 16:10:37.087 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 INFO [stderr] 42 | #[derive(AsExpression)] Nov 18 16:10:37.087 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 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! Nov 18 16:10:37.087 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.087 INFO [stderr] Nov 18 16:10:37.087 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 18 16:10:37.087 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 INFO [stderr] 42 | #[derive(AsExpression)] Nov 18 16:10:37.087 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 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! Nov 18 16:10:37.087 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.087 INFO [stderr] Nov 18 16:10:37.087 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 18 16:10:37.087 INFO [stderr] --> src/pg/types/geometric.rs:115:41 Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:37.087 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 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! Nov 18 16:10:37.087 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.087 INFO [stderr] Nov 18 16:10:37.087 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:10:37.087 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:37.087 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 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! Nov 18 16:10:37.087 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.087 INFO [stderr] Nov 18 16:10:37.087 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 18 16:10:37.087 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:37.087 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 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! Nov 18 16:10:37.087 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.087 INFO [stderr] Nov 18 16:10:37.087 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:10:37.087 INFO [stderr] --> src/pg/types/mod.rs:53:43 Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:37.087 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.087 INFO [stderr] | Nov 18 16:10:37.087 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! Nov 18 16:10:37.087 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.087 INFO [stderr] Nov 18 16:10:37.087 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:10:37.087 INFO [stderr] --> src/pg/types/mod.rs:53:52 Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:37.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 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! Nov 18 16:10:37.088 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.088 INFO [stderr] Nov 18 16:10:37.088 INFO [stderr] warning: cannot find type `Box` in this scope Nov 18 16:10:37.088 INFO [stderr] --> src/pg/types/mod.rs:113:43 Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:37.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 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! Nov 18 16:10:37.088 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.088 INFO [stderr] Nov 18 16:10:37.088 INFO [stderr] warning: cannot find type `Box` in this scope Nov 18 16:10:37.088 INFO [stderr] --> src/pg/types/mod.rs:113:52 Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:37.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 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! Nov 18 16:10:37.088 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.088 INFO [stderr] Nov 18 16:10:37.088 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:10:37.088 INFO [stderr] --> src/pg/types/mod.rs:165:43 Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:37.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 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! Nov 18 16:10:37.088 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.088 INFO [stderr] Nov 18 16:10:37.088 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:10:37.088 INFO [stderr] --> src/pg/types/mod.rs:165:52 Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:37.088 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:37.088 INFO [stderr] | Nov 18 16:10:37.088 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! Nov 18 16:10:37.088 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:37.088 INFO [stderr] Nov 18 16:10:37.571 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.41s Nov 18 16:10:37.573 INFO [stderr] su: No module specific data is present Nov 18 16:10:38.337 INFO running `"docker" "inspect" "4dd8a3062fcbf80bbf67b859595da7de01a85fcfb0ee121675dcdfd778a6bcde"` Nov 18 16:10:38.497 INFO running `"docker" "rm" "-f" "4dd8a3062fcbf80bbf67b859595da7de01a85fcfb0ee121675dcdfd778a6bcde"` Nov 18 16:10:38.629 INFO [stdout] 4dd8a3062fcbf80bbf67b859595da7de01a85fcfb0ee121675dcdfd778a6bcde Nov 18 16:10:38.633 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 18 16:10:38.943 INFO [stdout] f7fee2c87c792a55d7ea8bda38fdf9ebe8ac63c0b1dea0b2c3f2ecb8e57f2340 Nov 18 16:10:38.944 INFO running `"docker" "start" "-a" "f7fee2c87c792a55d7ea8bda38fdf9ebe8ac63c0b1dea0b2c3f2ecb8e57f2340"` Nov 18 16:10:39.396 INFO [stderr] usermod: no changes Nov 18 16:10:39.517 INFO [stderr] Compiling derive-error-chain v0.11.2 Nov 18 16:10:46.812 INFO [stderr] Compiling dotenv v0.11.0 Nov 18 16:10:48.260 INFO [stderr] Compiling diesel_geometry v1.3.0 (/source) Nov 18 16:10:49.674 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:10:49.674 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 18 16:10:49.674 INFO [stderr] | Nov 18 16:10:49.674 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:10:49.674 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.674 INFO [stderr] | Nov 18 16:10:49.674 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 18 16:10:49.674 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! Nov 18 16:10:49.675 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.675 INFO [stderr] Nov 18 16:10:49.675 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:10:49.675 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 18 16:10:49.675 INFO [stderr] | Nov 18 16:10:49.675 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:10:49.675 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.675 INFO [stderr] | Nov 18 16:10:49.675 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! Nov 18 16:10:49.675 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.675 INFO [stderr] Nov 18 16:10:49.675 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:10:49.675 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Nov 18 16:10:49.675 INFO [stderr] | Nov 18 16:10:49.675 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:10:49.675 INFO [stderr] | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.675 INFO [stderr] | Nov 18 16:10:49.675 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! Nov 18 16:10:49.675 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.675 INFO [stderr] Nov 18 16:10:49.675 INFO [stderr] warning: unused import: `diesel::expression::bound::Bound` Nov 18 16:10:49.675 INFO [stderr] --> src/pg/types/geometric.rs:7:5 Nov 18 16:10:49.675 INFO [stderr] | Nov 18 16:10:49.675 INFO [stderr] 7 | use diesel::expression::bound::Bound; Nov 18 16:10:49.675 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:10:49.675 INFO [stderr] | Nov 18 16:10:49.675 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 16:10:49.675 INFO [stderr] Nov 18 16:10:49.675 INFO [stderr] warning: unused import: `diesel::expression::AsExpression` Nov 18 16:10:49.675 INFO [stderr] --> src/pg/types/geometric.rs:8:5 Nov 18 16:10:49.675 INFO [stderr] | Nov 18 16:10:49.675 INFO [stderr] 8 | use diesel::expression::AsExpression; Nov 18 16:10:49.675 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:10:49.675 INFO [stderr] Nov 18 16:10:49.675 INFO [stderr] warning: unused import: `diesel::sql_types::Nullable` Nov 18 16:10:49.675 INFO [stderr] --> src/pg/types/geometric.rs:11:5 Nov 18 16:10:49.675 INFO [stderr] | Nov 18 16:10:49.675 INFO [stderr] 11 | use diesel::sql_types::Nullable; Nov 18 16:10:49.676 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:10:49.676 INFO [stderr] Nov 18 16:10:49.676 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 18 16:10:49.676 INFO [stderr] --> src/pg/types/geometric.rs:16:41 Nov 18 16:10:49.676 INFO [stderr] | Nov 18 16:10:49.676 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:49.676 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.676 INFO [stderr] | Nov 18 16:10:49.676 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! Nov 18 16:10:49.676 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.676 INFO [stderr] Nov 18 16:10:49.676 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:10:49.676 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 18 16:10:49.676 INFO [stderr] | Nov 18 16:10:49.676 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:49.676 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.676 INFO [stderr] | Nov 18 16:10:49.676 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! Nov 18 16:10:49.676 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.676 INFO [stderr] Nov 18 16:10:49.676 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 18 16:10:49.676 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 18 16:10:49.676 INFO [stderr] | Nov 18 16:10:49.676 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:49.676 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.676 INFO [stderr] | Nov 18 16:10:49.676 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! Nov 18 16:10:49.676 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.676 INFO [stderr] Nov 18 16:10:49.676 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 18 16:10:49.676 INFO [stderr] --> src/pg/types/geometric.rs:40:41 Nov 18 16:10:49.676 INFO [stderr] | Nov 18 16:10:49.676 INFO [stderr] 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Nov 18 16:10:49.676 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.676 INFO [stderr] | Nov 18 16:10:49.676 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! Nov 18 16:10:49.676 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.676 INFO [stderr] Nov 18 16:10:49.676 INFO [stderr] warning: cannot find type `sql_types` in this scope Nov 18 16:10:49.676 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 18 16:10:49.676 INFO [stderr] | Nov 18 16:10:49.676 INFO [stderr] 42 | #[derive(AsExpression)] Nov 18 16:10:49.677 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.677 INFO [stderr] | Nov 18 16:10:49.677 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! Nov 18 16:10:49.677 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.677 INFO [stderr] Nov 18 16:10:49.677 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 18 16:10:49.677 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 18 16:10:49.677 INFO [stderr] | Nov 18 16:10:49.677 INFO [stderr] 42 | #[derive(AsExpression)] Nov 18 16:10:49.677 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.677 INFO [stderr] | Nov 18 16:10:49.677 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! Nov 18 16:10:49.677 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.677 INFO [stderr] Nov 18 16:10:49.677 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 18 16:10:49.677 INFO [stderr] --> src/pg/types/geometric.rs:115:41 Nov 18 16:10:49.677 INFO [stderr] | Nov 18 16:10:49.677 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:49.677 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.677 INFO [stderr] | Nov 18 16:10:49.677 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! Nov 18 16:10:49.677 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.677 INFO [stderr] Nov 18 16:10:49.677 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:10:49.677 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 18 16:10:49.677 INFO [stderr] | Nov 18 16:10:49.677 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:49.677 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.677 INFO [stderr] | Nov 18 16:10:49.677 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! Nov 18 16:10:49.678 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.678 INFO [stderr] Nov 18 16:10:49.678 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 18 16:10:49.678 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 18 16:10:49.678 INFO [stderr] | Nov 18 16:10:49.678 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:10:49.678 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.678 INFO [stderr] | Nov 18 16:10:49.678 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! Nov 18 16:10:49.678 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.678 INFO [stderr] Nov 18 16:10:49.678 INFO [stderr] warning: cannot find type `table` in this scope Nov 18 16:10:49.679 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 18 16:10:49.679 INFO [stderr] | Nov 18 16:10:49.679 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 18 16:10:49.679 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.679 INFO [stderr] | Nov 18 16:10:49.679 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! Nov 18 16:10:49.679 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.679 INFO [stderr] Nov 18 16:10:49.679 INFO [stderr] warning: cannot find type `id` in this scope Nov 18 16:10:49.679 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:10:49.679 INFO [stderr] | Nov 18 16:10:49.679 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:10:49.679 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.679 INFO [stderr] | Nov 18 16:10:49.679 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! Nov 18 16:10:49.679 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.680 INFO [stderr] Nov 18 16:10:49.680 INFO [stderr] warning: cannot find type `name` in this scope Nov 18 16:10:49.680 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:10:49.680 INFO [stderr] | Nov 18 16:10:49.680 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:10:49.680 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.680 INFO [stderr] | Nov 18 16:10:49.680 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! Nov 18 16:10:49.680 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.680 INFO [stderr] Nov 18 16:10:49.680 INFO [stderr] warning: cannot find type `location` in this scope Nov 18 16:10:49.680 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:10:49.680 INFO [stderr] | Nov 18 16:10:49.680 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:10:49.681 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.681 INFO [stderr] | Nov 18 16:10:49.681 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! Nov 18 16:10:49.681 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.681 INFO [stderr] Nov 18 16:10:49.681 INFO [stderr] warning: cannot find type `boxes` in this scope Nov 18 16:10:49.681 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:10:49.681 INFO [stderr] | Nov 18 16:10:49.681 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:10:49.681 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.681 INFO [stderr] | Nov 18 16:10:49.682 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! Nov 18 16:10:49.682 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.682 INFO [stderr] Nov 18 16:10:49.682 INFO [stderr] warning: cannot find type `circles` in this scope Nov 18 16:10:49.682 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:10:49.682 INFO [stderr] | Nov 18 16:10:49.682 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:10:49.682 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.682 INFO [stderr] | Nov 18 16:10:49.683 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! Nov 18 16:10:49.683 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.683 INFO [stderr] Nov 18 16:10:49.683 INFO [stderr] warning: cannot find type `items` in this scope Nov 18 16:10:49.683 INFO [stderr] --> src/pg/types/geometric.rs:213:38 Nov 18 16:10:49.683 INFO [stderr] | Nov 18 16:10:49.683 INFO [stderr] 213 | #[derive(Debug, Clone, Copy, Insertable)] Nov 18 16:10:49.683 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.683 INFO [stderr] | Nov 18 16:10:49.683 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! Nov 18 16:10:49.683 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.683 INFO [stderr] Nov 18 16:10:49.683 INFO [stderr] warning: cannot find type `NewItem` in this scope Nov 18 16:10:49.683 INFO [stderr] --> src/pg/types/geometric.rs:213:38 Nov 18 16:10:49.683 INFO [stderr] | Nov 18 16:10:49.683 INFO [stderr] 213 | #[derive(Debug, Clone, Copy, Insertable)] Nov 18 16:10:49.683 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.683 INFO [stderr] | Nov 18 16:10:49.683 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! Nov 18 16:10:49.684 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.684 INFO [stderr] Nov 18 16:10:49.684 INFO [stderr] warning: cannot find type `Item` in this scope Nov 18 16:10:49.684 INFO [stderr] --> src/pg/types/geometric.rs:231:32 Nov 18 16:10:49.684 INFO [stderr] | Nov 18 16:10:49.684 INFO [stderr] 231 | #[derive(Debug, Clone, Queryable)] Nov 18 16:10:49.684 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.684 INFO [stderr] | Nov 18 16:10:49.684 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! Nov 18 16:10:49.684 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.684 INFO [stderr] Nov 18 16:10:49.684 INFO [stderr] warning: cannot find type `box_roundtrip` in this scope Nov 18 16:10:49.684 INFO [stderr] --> src/pg/types/geometric.rs:255:36 Nov 18 16:10:49.684 INFO [stderr] | Nov 18 16:10:49.684 INFO [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:10:49.685 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.685 INFO [stderr] | Nov 18 16:10:49.685 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! Nov 18 16:10:49.685 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.685 INFO [stderr] Nov 18 16:10:49.685 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 18 16:10:49.685 INFO [stderr] --> src/pg/types/geometric.rs:255:36 Nov 18 16:10:49.685 INFO [stderr] | Nov 18 16:10:49.685 INFO [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:10:49.685 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.685 INFO [stderr] | Nov 18 16:10:49.685 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! Nov 18 16:10:49.685 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.685 INFO [stderr] Nov 18 16:10:49.685 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 18 16:10:49.685 INFO [stderr] --> src/pg/types/geometric.rs:255:48 Nov 18 16:10:49.685 INFO [stderr] | Nov 18 16:10:49.686 INFO [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:10:49.686 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.686 INFO [stderr] | Nov 18 16:10:49.686 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! Nov 18 16:10:49.686 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.686 INFO [stderr] Nov 18 16:10:49.686 INFO [stderr] warning: cannot find type `circle_roundtrip` in this scope Nov 18 16:10:49.686 INFO [stderr] --> src/pg/types/geometric.rs:310:36 Nov 18 16:10:49.686 INFO [stderr] | Nov 18 16:10:49.686 INFO [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:10:49.686 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.686 INFO [stderr] | Nov 18 16:10:49.686 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! Nov 18 16:10:49.686 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.686 INFO [stderr] Nov 18 16:10:49.686 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 18 16:10:49.686 INFO [stderr] --> src/pg/types/geometric.rs:310:36 Nov 18 16:10:49.687 INFO [stderr] | Nov 18 16:10:49.687 INFO [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:10:49.687 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.687 INFO [stderr] | Nov 18 16:10:49.687 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! Nov 18 16:10:49.687 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.687 INFO [stderr] Nov 18 16:10:49.687 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 18 16:10:49.687 INFO [stderr] --> src/pg/types/geometric.rs:310:48 Nov 18 16:10:49.687 INFO [stderr] | Nov 18 16:10:49.687 INFO [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:10:49.687 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.687 INFO [stderr] | Nov 18 16:10:49.687 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! Nov 18 16:10:49.687 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.687 INFO [stderr] Nov 18 16:10:49.687 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:10:49.688 INFO [stderr] --> src/pg/types/mod.rs:53:43 Nov 18 16:10:49.688 INFO [stderr] | Nov 18 16:10:49.688 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:49.688 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.688 INFO [stderr] | Nov 18 16:10:49.688 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! Nov 18 16:10:49.688 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.688 INFO [stderr] Nov 18 16:10:49.688 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:10:49.688 INFO [stderr] --> src/pg/types/mod.rs:53:52 Nov 18 16:10:49.688 INFO [stderr] | Nov 18 16:10:49.688 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:49.688 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.688 INFO [stderr] | Nov 18 16:10:49.688 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! Nov 18 16:10:49.688 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.688 INFO [stderr] Nov 18 16:10:49.688 INFO [stderr] warning: cannot find type `Box` in this scope Nov 18 16:10:49.688 INFO [stderr] --> src/pg/types/mod.rs:113:43 Nov 18 16:10:49.689 INFO [stderr] | Nov 18 16:10:49.689 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:49.689 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.689 INFO [stderr] | Nov 18 16:10:49.689 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! Nov 18 16:10:49.689 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.689 INFO [stderr] Nov 18 16:10:49.689 INFO [stderr] warning: cannot find type `Box` in this scope Nov 18 16:10:49.689 INFO [stderr] --> src/pg/types/mod.rs:113:52 Nov 18 16:10:49.689 INFO [stderr] | Nov 18 16:10:49.689 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:49.689 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.689 INFO [stderr] | Nov 18 16:10:49.689 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! Nov 18 16:10:49.689 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.689 INFO [stderr] Nov 18 16:10:49.689 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:10:49.689 INFO [stderr] --> src/pg/types/mod.rs:165:43 Nov 18 16:10:49.689 INFO [stderr] | Nov 18 16:10:49.689 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:49.690 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.690 INFO [stderr] | Nov 18 16:10:49.690 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! Nov 18 16:10:49.690 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.690 INFO [stderr] Nov 18 16:10:49.690 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:10:49.690 INFO [stderr] --> src/pg/types/mod.rs:165:52 Nov 18 16:10:49.690 INFO [stderr] | Nov 18 16:10:49.690 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:10:49.690 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:10:49.690 INFO [stderr] | Nov 18 16:10:49.690 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! Nov 18 16:10:49.690 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:10:49.690 INFO [stderr] Nov 18 16:10:53.177 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.76s Nov 18 16:10:53.179 INFO [stderr] su: No module specific data is present Nov 18 16:10:53.527 INFO running `"docker" "inspect" "f7fee2c87c792a55d7ea8bda38fdf9ebe8ac63c0b1dea0b2c3f2ecb8e57f2340"` Nov 18 16:10:53.633 INFO running `"docker" "rm" "-f" "f7fee2c87c792a55d7ea8bda38fdf9ebe8ac63c0b1dea0b2c3f2ecb8e57f2340"` Nov 18 16:10:53.747 INFO [stdout] f7fee2c87c792a55d7ea8bda38fdf9ebe8ac63c0b1dea0b2c3f2ecb8e57f2340