Nov 18 16:10:30.272 INFO testing diesel_geometry-1.3.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 16:10:30.274 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:30.823 INFO [stdout] 011d08c41a603da74d164dad08c4aef791df60b292449851f4b1280570f88df9 Nov 18 16:10:30.825 INFO running `"docker" "start" "-a" "011d08c41a603da74d164dad08c4aef791df60b292449851f4b1280570f88df9"` Nov 18 16:10:32.455 INFO [stderr] usermod: no changes Nov 18 16:10:32.591 INFO [stderr] Compiling diesel v1.3.3 Nov 18 16:11:11.570 INFO [stderr] Compiling diesel_geometry v1.3.0 (/source) Nov 18 16:11:12.377 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:11:12.377 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:11:12.377 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 18 16:11:12.377 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:11:12.377 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.377 INFO [stderr] Nov 18 16:11:12.377 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:11:12.377 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:11:12.377 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 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:11:12.377 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.377 INFO [stderr] Nov 18 16:11:12.377 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:11:12.377 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:11:12.377 INFO [stderr] | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 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:11:12.377 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.377 INFO [stderr] Nov 18 16:11:12.377 INFO [stderr] warning: unused import: `diesel::expression::bound::Bound` Nov 18 16:11:12.377 INFO [stderr] --> src/pg/types/geometric.rs:7:5 Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 INFO [stderr] 7 | use diesel::expression::bound::Bound; Nov 18 16:11:12.377 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 16:11:12.377 INFO [stderr] Nov 18 16:11:12.377 INFO [stderr] warning: unused import: `diesel::expression::AsExpression` Nov 18 16:11:12.377 INFO [stderr] --> src/pg/types/geometric.rs:8:5 Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 INFO [stderr] 8 | use diesel::expression::AsExpression; Nov 18 16:11:12.377 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:11:12.377 INFO [stderr] Nov 18 16:11:12.377 INFO [stderr] warning: unused import: `diesel::sql_types::Nullable` Nov 18 16:11:12.377 INFO [stderr] --> src/pg/types/geometric.rs:11:5 Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 INFO [stderr] 11 | use diesel::sql_types::Nullable; Nov 18 16:11:12.377 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:11:12.377 INFO [stderr] Nov 18 16:11:12.377 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 18 16:11:12.377 INFO [stderr] --> src/pg/types/geometric.rs:16:41 Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:12.377 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.377 INFO [stderr] | Nov 18 16:11:12.377 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:11:12.377 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.377 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:11:12.378 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:12.378 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 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:11:12.378 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.378 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 18 16:11:12.378 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:12.378 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 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:11:12.378 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.378 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 18 16:11:12.378 INFO [stderr] --> src/pg/types/geometric.rs:40:41 Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 INFO [stderr] 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Nov 18 16:11:12.378 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 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:11:12.378 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.378 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `sql_types` in this scope Nov 18 16:11:12.378 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 INFO [stderr] 42 | #[derive(AsExpression)] Nov 18 16:11:12.378 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 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:11:12.378 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.378 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 18 16:11:12.378 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 INFO [stderr] 42 | #[derive(AsExpression)] Nov 18 16:11:12.378 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 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:11:12.378 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.378 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 18 16:11:12.378 INFO [stderr] --> src/pg/types/geometric.rs:115:41 Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:12.378 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 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:11:12.378 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.378 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:11:12.378 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:12.378 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 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:11:12.378 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.378 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 18 16:11:12.378 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:12.378 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 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:11:12.378 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.378 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:11:12.378 INFO [stderr] --> src/pg/types/mod.rs:53:43 Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:12.378 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.378 INFO [stderr] | Nov 18 16:11:12.378 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:11:12.378 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.378 INFO [stderr] Nov 18 16:11:12.378 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:11:12.379 INFO [stderr] --> src/pg/types/mod.rs:53:52 Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:12.379 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 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:11:12.379 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.379 INFO [stderr] Nov 18 16:11:12.379 INFO [stderr] warning: cannot find type `Box` in this scope Nov 18 16:11:12.379 INFO [stderr] --> src/pg/types/mod.rs:113:43 Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:12.379 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 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:11:12.379 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.379 INFO [stderr] Nov 18 16:11:12.379 INFO [stderr] warning: cannot find type `Box` in this scope Nov 18 16:11:12.379 INFO [stderr] --> src/pg/types/mod.rs:113:52 Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:12.379 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 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:11:12.379 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.379 INFO [stderr] Nov 18 16:11:12.379 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:11:12.379 INFO [stderr] --> src/pg/types/mod.rs:165:43 Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:12.379 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 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:11:12.379 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.379 INFO [stderr] Nov 18 16:11:12.379 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:11:12.379 INFO [stderr] --> src/pg/types/mod.rs:165:52 Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:12.379 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:12.379 INFO [stderr] | Nov 18 16:11:12.379 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:11:12.379 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:12.379 INFO [stderr] Nov 18 16:11:12.689 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.19s Nov 18 16:11:12.689 INFO [stderr] su: No module specific data is present Nov 18 16:11:13.033 INFO running `"docker" "inspect" "011d08c41a603da74d164dad08c4aef791df60b292449851f4b1280570f88df9"` Nov 18 16:11:13.156 INFO running `"docker" "rm" "-f" "011d08c41a603da74d164dad08c4aef791df60b292449851f4b1280570f88df9"` Nov 18 16:11:13.290 INFO [stdout] 011d08c41a603da74d164dad08c4aef791df60b292449851f4b1280570f88df9 Nov 18 16:11:13.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:11:13.503 INFO [stdout] 6fedb95001b11a9faddc7bd71f28dc6c0f7a9ca046ea0235d3e3380f82f404e1 Nov 18 16:11:13.505 INFO running `"docker" "start" "-a" "6fedb95001b11a9faddc7bd71f28dc6c0f7a9ca046ea0235d3e3380f82f404e1"` Nov 18 16:11:13.958 INFO [stderr] usermod: no changes Nov 18 16:11:14.060 INFO [stderr] Compiling syntex_fmt_macros v0.5.0 Nov 18 16:11:14.847 INFO [stderr] Compiling derive-error-chain v0.11.2 Nov 18 16:11:23.148 INFO [stderr] Compiling dotenv v0.11.0 Nov 18 16:11:24.588 INFO [stderr] Compiling diesel_geometry v1.3.0 (/source) Nov 18 16:11:26.232 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:11:26.232 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 18 16:11:26.232 INFO [stderr] | Nov 18 16:11:26.232 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:11:26.232 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.233 INFO [stderr] | Nov 18 16:11:26.233 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 18 16:11:26.233 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:11:26.233 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.233 INFO [stderr] Nov 18 16:11:26.233 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:11:26.234 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 18 16:11:26.234 INFO [stderr] | Nov 18 16:11:26.234 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:11:26.234 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.234 INFO [stderr] | Nov 18 16:11:26.234 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:11:26.235 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.235 INFO [stderr] Nov 18 16:11:26.235 INFO [stderr] warning: cannot find type `SameAs` in this scope Nov 18 16:11:26.235 INFO [stderr] --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Nov 18 16:11:26.235 INFO [stderr] | Nov 18 16:11:26.235 INFO [stderr] 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 18 16:11:26.236 INFO [stderr] | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.236 INFO [stderr] | Nov 18 16:11:26.236 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:11:26.236 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.236 INFO [stderr] Nov 18 16:11:26.236 INFO [stderr] warning: unused import: `diesel::expression::bound::Bound` Nov 18 16:11:26.237 INFO [stderr] --> src/pg/types/geometric.rs:7:5 Nov 18 16:11:26.237 INFO [stderr] | Nov 18 16:11:26.237 INFO [stderr] 7 | use diesel::expression::bound::Bound; Nov 18 16:11:26.237 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:11:26.237 INFO [stderr] | Nov 18 16:11:26.238 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 18 16:11:26.238 INFO [stderr] Nov 18 16:11:26.238 INFO [stderr] warning: unused import: `diesel::expression::AsExpression` Nov 18 16:11:26.238 INFO [stderr] --> src/pg/types/geometric.rs:8:5 Nov 18 16:11:26.238 INFO [stderr] | Nov 18 16:11:26.238 INFO [stderr] 8 | use diesel::expression::AsExpression; Nov 18 16:11:26.239 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:11:26.239 INFO [stderr] Nov 18 16:11:26.239 INFO [stderr] warning: unused import: `diesel::sql_types::Nullable` Nov 18 16:11:26.239 INFO [stderr] --> src/pg/types/geometric.rs:11:5 Nov 18 16:11:26.239 INFO [stderr] | Nov 18 16:11:26.239 INFO [stderr] 11 | use diesel::sql_types::Nullable; Nov 18 16:11:26.240 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 16:11:26.240 INFO [stderr] Nov 18 16:11:26.240 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 18 16:11:26.240 INFO [stderr] --> src/pg/types/geometric.rs:16:41 Nov 18 16:11:26.240 INFO [stderr] | Nov 18 16:11:26.241 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:26.241 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.241 INFO [stderr] | Nov 18 16:11:26.241 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:11:26.241 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.241 INFO [stderr] Nov 18 16:11:26.241 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:11:26.242 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 18 16:11:26.242 INFO [stderr] | Nov 18 16:11:26.242 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:26.242 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.242 INFO [stderr] | Nov 18 16:11:26.242 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:11:26.243 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.243 INFO [stderr] Nov 18 16:11:26.243 INFO [stderr] warning: cannot find type `PgPoint` in this scope Nov 18 16:11:26.243 INFO [stderr] --> src/pg/types/geometric.rs:16:53 Nov 18 16:11:26.243 INFO [stderr] | Nov 18 16:11:26.243 INFO [stderr] 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:26.244 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.244 INFO [stderr] | Nov 18 16:11:26.244 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:11:26.244 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.244 INFO [stderr] Nov 18 16:11:26.244 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 18 16:11:26.245 INFO [stderr] --> src/pg/types/geometric.rs:40:41 Nov 18 16:11:26.245 INFO [stderr] | Nov 18 16:11:26.245 INFO [stderr] 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Nov 18 16:11:26.245 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.245 INFO [stderr] | Nov 18 16:11:26.245 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:11:26.245 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.246 INFO [stderr] Nov 18 16:11:26.246 INFO [stderr] warning: cannot find type `sql_types` in this scope Nov 18 16:11:26.246 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 18 16:11:26.246 INFO [stderr] | Nov 18 16:11:26.246 INFO [stderr] 42 | #[derive(AsExpression)] Nov 18 16:11:26.246 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.246 INFO [stderr] | Nov 18 16:11:26.246 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:11:26.246 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.246 INFO [stderr] Nov 18 16:11:26.246 INFO [stderr] warning: cannot find type `PgBox` in this scope Nov 18 16:11:26.246 INFO [stderr] --> src/pg/types/geometric.rs:42:10 Nov 18 16:11:26.246 INFO [stderr] | Nov 18 16:11:26.246 INFO [stderr] 42 | #[derive(AsExpression)] Nov 18 16:11:26.246 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.246 INFO [stderr] | Nov 18 16:11:26.246 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:11:26.246 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.246 INFO [stderr] Nov 18 16:11:26.246 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 18 16:11:26.246 INFO [stderr] --> src/pg/types/geometric.rs:115:41 Nov 18 16:11:26.246 INFO [stderr] | Nov 18 16:11:26.246 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:26.246 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.246 INFO [stderr] | Nov 18 16:11:26.246 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:11:26.246 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.246 INFO [stderr] Nov 18 16:11:26.246 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:11:26.246 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 18 16:11:26.246 INFO [stderr] | Nov 18 16:11:26.246 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:26.246 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.246 INFO [stderr] | Nov 18 16:11:26.246 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:11:26.246 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.246 INFO [stderr] Nov 18 16:11:26.246 INFO [stderr] warning: cannot find type `PgCircle` in this scope Nov 18 16:11:26.246 INFO [stderr] --> src/pg/types/geometric.rs:115:53 Nov 18 16:11:26.246 INFO [stderr] | Nov 18 16:11:26.246 INFO [stderr] 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 18 16:11:26.246 INFO [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.247 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.247 INFO [stderr] Nov 18 16:11:26.247 INFO [stderr] warning: cannot find type `table` in this scope Nov 18 16:11:26.247 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 18 16:11:26.247 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.247 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.247 INFO [stderr] Nov 18 16:11:26.247 INFO [stderr] warning: cannot find type `id` in this scope Nov 18 16:11:26.247 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:11:26.247 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.247 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.247 INFO [stderr] Nov 18 16:11:26.247 INFO [stderr] warning: cannot find type `name` in this scope Nov 18 16:11:26.247 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:11:26.247 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.247 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.247 INFO [stderr] Nov 18 16:11:26.247 INFO [stderr] warning: cannot find type `location` in this scope Nov 18 16:11:26.247 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:11:26.247 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.247 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.247 INFO [stderr] Nov 18 16:11:26.247 INFO [stderr] warning: cannot find type `boxes` in this scope Nov 18 16:11:26.247 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:11:26.247 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.247 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.247 INFO [stderr] Nov 18 16:11:26.247 INFO [stderr] warning: cannot find type `circles` in this scope Nov 18 16:11:26.247 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 18 16:11:26.247 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.247 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.247 INFO [stderr] Nov 18 16:11:26.247 INFO [stderr] warning: cannot find type `items` in this scope Nov 18 16:11:26.247 INFO [stderr] --> src/pg/types/geometric.rs:213:38 Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 INFO [stderr] 213 | #[derive(Debug, Clone, Copy, Insertable)] Nov 18 16:11:26.247 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.247 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.247 INFO [stderr] Nov 18 16:11:26.247 INFO [stderr] warning: cannot find type `NewItem` in this scope Nov 18 16:11:26.247 INFO [stderr] --> src/pg/types/geometric.rs:213:38 Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 INFO [stderr] 213 | #[derive(Debug, Clone, Copy, Insertable)] Nov 18 16:11:26.247 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.247 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.247 INFO [stderr] Nov 18 16:11:26.247 INFO [stderr] warning: cannot find type `Item` in this scope Nov 18 16:11:26.247 INFO [stderr] --> src/pg/types/geometric.rs:231:32 Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 INFO [stderr] 231 | #[derive(Debug, Clone, Queryable)] Nov 18 16:11:26.247 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.247 INFO [stderr] | Nov 18 16:11:26.247 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `box_roundtrip` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/geometric.rs:255:36 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/geometric.rs:255:36 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/geometric.rs:255:48 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `circle_roundtrip` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/geometric.rs:310:36 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/geometric.rs:310:36 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `Roundtrip` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/geometric.rs:310:48 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/mod.rs:53:43 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `Point` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/mod.rs:53:52 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `Box` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/mod.rs:113:43 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.248 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.248 INFO [stderr] Nov 18 16:11:26.248 INFO [stderr] warning: cannot find type `Box` in this scope Nov 18 16:11:26.248 INFO [stderr] --> src/pg/types/mod.rs:113:52 Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 INFO [stderr] 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:26.248 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.248 INFO [stderr] | Nov 18 16:11:26.248 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:11:26.249 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.249 INFO [stderr] Nov 18 16:11:26.249 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:11:26.249 INFO [stderr] --> src/pg/types/mod.rs:165:43 Nov 18 16:11:26.249 INFO [stderr] | Nov 18 16:11:26.249 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:26.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.249 INFO [stderr] | Nov 18 16:11:26.249 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:11:26.249 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.249 INFO [stderr] Nov 18 16:11:26.249 INFO [stderr] warning: cannot find type `Circle` in this scope Nov 18 16:11:26.249 INFO [stderr] --> src/pg/types/mod.rs:165:52 Nov 18 16:11:26.249 INFO [stderr] | Nov 18 16:11:26.249 INFO [stderr] 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 18 16:11:26.249 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 18 16:11:26.249 INFO [stderr] | Nov 18 16:11:26.249 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:11:26.249 INFO [stderr] = note: for more information, see issue #50504 Nov 18 16:11:26.249 INFO [stderr] Nov 18 16:11:28.646 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.67s Nov 18 16:11:28.690 INFO [stderr] su: No module specific data is present Nov 18 16:11:29.021 INFO running `"docker" "inspect" "6fedb95001b11a9faddc7bd71f28dc6c0f7a9ca046ea0235d3e3380f82f404e1"` Nov 18 16:11:29.129 INFO running `"docker" "rm" "-f" "6fedb95001b11a9faddc7bd71f28dc6c0f7a9ca046ea0235d3e3380f82f404e1"` Nov 18 16:11:29.237 INFO [stdout] 6fedb95001b11a9faddc7bd71f28dc6c0f7a9ca046ea0235d3e3380f82f404e1