Nov 05 00:47:20.978 INFO checking diesel_geometry-1.3.0 against try#e740b9aa0b624fa39feb39613e76d15bdf57e594 for pr-55655 Nov 05 00:47:20.980 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-5/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55655/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/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 +e740b9aa0b624fa39feb39613e76d15bdf57e594-alt check --frozen --all --all-targets" "-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 05 00:47:21.494 INFO blam! 4d1ed96dee237dfe631444a9a5acfa211c0b1a103d211ab4279995e791220a5b Nov 05 00:47:21.496 INFO running `"docker" "start" "-a" "4d1ed96dee237dfe631444a9a5acfa211c0b1a103d211ab4279995e791220a5b"` Nov 05 00:47:23.193 INFO kablam! usermod: no changes Nov 05 00:47:23.430 INFO kablam! Compiling syn v0.14.9 Nov 05 00:47:23.431 INFO kablam! Checking diesel v1.3.3 Nov 05 00:47:52.471 INFO kablam! Compiling derive-error-chain v0.11.2 Nov 05 00:48:05.014 INFO kablam! Checking dotenv v0.11.0 Nov 05 00:48:21.303 INFO kablam! Checking diesel_geometry v1.3.0 (/source) Nov 05 00:48:23.094 INFO kablam! warning: cannot find type `SameAs` in this scope Nov 05 00:48:23.095 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 05 00:48:23.095 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 05 00:48:23.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.095 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.095 INFO kablam! Nov 05 00:48:23.095 INFO kablam! warning: cannot find type `SameAs` in this scope Nov 05 00:48:23.095 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 05 00:48:23.095 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.095 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.095 INFO kablam! Nov 05 00:48:23.095 INFO kablam! warning: cannot find type `SameAs` in this scope Nov 05 00:48:23.095 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 05 00:48:23.095 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.095 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.095 INFO kablam! Nov 05 00:48:23.095 INFO kablam! warning: unused import: `diesel::expression::bound::Bound` Nov 05 00:48:23.095 INFO kablam! --> src/pg/types/geometric.rs:7:5 Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! 7 | use diesel::expression::bound::Bound; Nov 05 00:48:23.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 05 00:48:23.095 INFO kablam! Nov 05 00:48:23.095 INFO kablam! warning: unused import: `diesel::expression::AsExpression` Nov 05 00:48:23.095 INFO kablam! --> src/pg/types/geometric.rs:8:5 Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! 8 | use diesel::expression::AsExpression; Nov 05 00:48:23.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 05 00:48:23.095 INFO kablam! Nov 05 00:48:23.095 INFO kablam! warning: unused import: `diesel::sql_types::Nullable` Nov 05 00:48:23.095 INFO kablam! --> src/pg/types/geometric.rs:11:5 Nov 05 00:48:23.095 INFO kablam! | Nov 05 00:48:23.095 INFO kablam! 11 | use diesel::sql_types::Nullable; Nov 05 00:48:23.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 05 00:48:23.095 INFO kablam! Nov 05 00:48:23.104 INFO kablam! warning: cannot find type `PgPoint` in this scope Nov 05 00:48:23.104 INFO kablam! --> src/pg/types/geometric.rs:16:41 Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:23.104 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.104 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.104 INFO kablam! Nov 05 00:48:23.104 INFO kablam! warning: cannot find type `Point` in this scope Nov 05 00:48:23.104 INFO kablam! --> src/pg/types/geometric.rs:16:53 Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:23.104 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.104 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.104 INFO kablam! Nov 05 00:48:23.104 INFO kablam! warning: cannot find type `PgPoint` in this scope Nov 05 00:48:23.104 INFO kablam! --> src/pg/types/geometric.rs:16:53 Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:23.104 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.104 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.104 INFO kablam! Nov 05 00:48:23.104 INFO kablam! warning: cannot find type `PgBox` in this scope Nov 05 00:48:23.104 INFO kablam! --> src/pg/types/geometric.rs:40:41 Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Nov 05 00:48:23.104 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.104 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.104 INFO kablam! Nov 05 00:48:23.104 INFO kablam! warning: cannot find type `sql_types` in this scope Nov 05 00:48:23.104 INFO kablam! --> src/pg/types/geometric.rs:42:10 Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! 42 | #[derive(AsExpression)] Nov 05 00:48:23.104 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.104 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.104 INFO kablam! Nov 05 00:48:23.104 INFO kablam! warning: cannot find type `PgBox` in this scope Nov 05 00:48:23.104 INFO kablam! --> src/pg/types/geometric.rs:42:10 Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! 42 | #[derive(AsExpression)] Nov 05 00:48:23.104 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.104 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.104 INFO kablam! Nov 05 00:48:23.104 INFO kablam! warning: cannot find type `PgCircle` in this scope Nov 05 00:48:23.104 INFO kablam! --> src/pg/types/geometric.rs:115:41 Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:23.104 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.104 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.104 INFO kablam! Nov 05 00:48:23.104 INFO kablam! warning: cannot find type `Circle` in this scope Nov 05 00:48:23.104 INFO kablam! --> src/pg/types/geometric.rs:115:53 Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:23.104 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.104 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.104 INFO kablam! Nov 05 00:48:23.104 INFO kablam! warning: cannot find type `PgCircle` in this scope Nov 05 00:48:23.104 INFO kablam! --> src/pg/types/geometric.rs:115:53 Nov 05 00:48:23.104 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:23.105 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.105 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.105 INFO kablam! Nov 05 00:48:23.105 INFO kablam! warning: cannot find type `Point` in this scope Nov 05 00:48:23.105 INFO kablam! --> src/pg/types/mod.rs:53:43 Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:23.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.105 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.105 INFO kablam! Nov 05 00:48:23.105 INFO kablam! warning: cannot find type `Point` in this scope Nov 05 00:48:23.105 INFO kablam! --> src/pg/types/mod.rs:53:52 Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:23.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.105 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.105 INFO kablam! Nov 05 00:48:23.105 INFO kablam! warning: cannot find type `Box` in this scope Nov 05 00:48:23.105 INFO kablam! --> src/pg/types/mod.rs:113:43 Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:23.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.105 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.105 INFO kablam! Nov 05 00:48:23.105 INFO kablam! warning: cannot find type `Box` in this scope Nov 05 00:48:23.105 INFO kablam! --> src/pg/types/mod.rs:113:52 Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:23.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.105 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.105 INFO kablam! Nov 05 00:48:23.105 INFO kablam! warning: cannot find type `Circle` in this scope Nov 05 00:48:23.105 INFO kablam! --> src/pg/types/mod.rs:165:43 Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:23.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.105 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.105 INFO kablam! Nov 05 00:48:23.105 INFO kablam! warning: cannot find type `Circle` in this scope Nov 05 00:48:23.105 INFO kablam! --> src/pg/types/mod.rs:165:52 Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:23.105 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:23.105 INFO kablam! | Nov 05 00:48:23.105 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:23.105 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:23.105 INFO kablam! Nov 05 00:48:24.337 INFO kablam! warning: cannot find type `SameAs` in this scope Nov 05 00:48:24.337 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 05 00:48:24.337 INFO kablam! | Nov 05 00:48:24.337 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 05 00:48:24.337 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.337 INFO kablam! | Nov 05 00:48:24.338 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 05 00:48:24.338 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.339 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.339 INFO kablam! Nov 05 00:48:24.339 INFO kablam! warning: cannot find type `SameAs` in this scope Nov 05 00:48:24.339 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Nov 05 00:48:24.340 INFO kablam! | Nov 05 00:48:24.340 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 05 00:48:24.340 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.341 INFO kablam! | Nov 05 00:48:24.341 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.341 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.341 INFO kablam! Nov 05 00:48:24.342 INFO kablam! warning: cannot find type `SameAs` in this scope Nov 05 00:48:24.342 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Nov 05 00:48:24.342 INFO kablam! | Nov 05 00:48:24.343 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Nov 05 00:48:24.343 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.343 INFO kablam! | Nov 05 00:48:24.343 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.344 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.344 INFO kablam! Nov 05 00:48:24.344 INFO kablam! warning: unused import: `diesel::expression::bound::Bound` Nov 05 00:48:24.345 INFO kablam! --> src/pg/types/geometric.rs:7:5 Nov 05 00:48:24.345 INFO kablam! | Nov 05 00:48:24.345 INFO kablam! 7 | use diesel::expression::bound::Bound; Nov 05 00:48:24.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 05 00:48:24.346 INFO kablam! | Nov 05 00:48:24.346 INFO kablam! = note: #[warn(unused_imports)] on by default Nov 05 00:48:24.346 INFO kablam! Nov 05 00:48:24.347 INFO kablam! warning: unused import: `diesel::expression::AsExpression` Nov 05 00:48:24.347 INFO kablam! --> src/pg/types/geometric.rs:8:5 Nov 05 00:48:24.347 INFO kablam! | Nov 05 00:48:24.348 INFO kablam! 8 | use diesel::expression::AsExpression; Nov 05 00:48:24.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 05 00:48:24.348 INFO kablam! Nov 05 00:48:24.348 INFO kablam! warning: unused import: `diesel::sql_types::Nullable` Nov 05 00:48:24.349 INFO kablam! --> src/pg/types/geometric.rs:11:5 Nov 05 00:48:24.349 INFO kablam! | Nov 05 00:48:24.349 INFO kablam! 11 | use diesel::sql_types::Nullable; Nov 05 00:48:24.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 05 00:48:24.350 INFO kablam! Nov 05 00:48:24.350 INFO kablam! warning: cannot find type `PgPoint` in this scope Nov 05 00:48:24.350 INFO kablam! --> src/pg/types/geometric.rs:16:41 Nov 05 00:48:24.351 INFO kablam! | Nov 05 00:48:24.351 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:24.351 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.352 INFO kablam! | Nov 05 00:48:24.352 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.352 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.353 INFO kablam! Nov 05 00:48:24.353 INFO kablam! warning: cannot find type `Point` in this scope Nov 05 00:48:24.353 INFO kablam! --> src/pg/types/geometric.rs:16:53 Nov 05 00:48:24.354 INFO kablam! | Nov 05 00:48:24.354 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:24.355 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.355 INFO kablam! | Nov 05 00:48:24.355 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.356 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.356 INFO kablam! Nov 05 00:48:24.356 INFO kablam! warning: cannot find type `PgPoint` in this scope Nov 05 00:48:24.357 INFO kablam! --> src/pg/types/geometric.rs:16:53 Nov 05 00:48:24.357 INFO kablam! | Nov 05 00:48:24.357 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:24.358 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.358 INFO kablam! | Nov 05 00:48:24.358 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.359 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.359 INFO kablam! Nov 05 00:48:24.360 INFO kablam! warning: cannot find type `PgBox` in this scope Nov 05 00:48:24.360 INFO kablam! --> src/pg/types/geometric.rs:40:41 Nov 05 00:48:24.360 INFO kablam! | Nov 05 00:48:24.360 INFO kablam! 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Nov 05 00:48:24.361 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.361 INFO kablam! | Nov 05 00:48:24.361 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.362 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.362 INFO kablam! Nov 05 00:48:24.362 INFO kablam! warning: cannot find type `sql_types` in this scope Nov 05 00:48:24.363 INFO kablam! --> src/pg/types/geometric.rs:42:10 Nov 05 00:48:24.363 INFO kablam! | Nov 05 00:48:24.363 INFO kablam! 42 | #[derive(AsExpression)] Nov 05 00:48:24.363 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.364 INFO kablam! | Nov 05 00:48:24.364 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.364 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.365 INFO kablam! Nov 05 00:48:24.365 INFO kablam! warning: cannot find type `PgBox` in this scope Nov 05 00:48:24.365 INFO kablam! --> src/pg/types/geometric.rs:42:10 Nov 05 00:48:24.365 INFO kablam! | Nov 05 00:48:24.366 INFO kablam! 42 | #[derive(AsExpression)] Nov 05 00:48:24.366 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.366 INFO kablam! | Nov 05 00:48:24.367 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.367 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.367 INFO kablam! Nov 05 00:48:24.368 INFO kablam! warning: cannot find type `PgCircle` in this scope Nov 05 00:48:24.368 INFO kablam! --> src/pg/types/geometric.rs:115:41 Nov 05 00:48:24.368 INFO kablam! | Nov 05 00:48:24.369 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:24.369 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.369 INFO kablam! | Nov 05 00:48:24.369 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.370 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.370 INFO kablam! Nov 05 00:48:24.370 INFO kablam! warning: cannot find type `Circle` in this scope Nov 05 00:48:24.371 INFO kablam! --> src/pg/types/geometric.rs:115:53 Nov 05 00:48:24.371 INFO kablam! | Nov 05 00:48:24.371 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:24.371 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.372 INFO kablam! | Nov 05 00:48:24.372 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.372 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.373 INFO kablam! Nov 05 00:48:24.373 INFO kablam! warning: cannot find type `PgCircle` in this scope Nov 05 00:48:24.373 INFO kablam! --> src/pg/types/geometric.rs:115:53 Nov 05 00:48:24.373 INFO kablam! | Nov 05 00:48:24.374 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Nov 05 00:48:24.374 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.374 INFO kablam! | Nov 05 00:48:24.375 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.375 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.375 INFO kablam! Nov 05 00:48:24.376 INFO kablam! warning: cannot find type `table` in this scope Nov 05 00:48:24.376 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Nov 05 00:48:24.377 INFO kablam! | Nov 05 00:48:24.377 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 05 00:48:24.377 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.378 INFO kablam! | Nov 05 00:48:24.378 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.379 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.379 INFO kablam! Nov 05 00:48:24.380 INFO kablam! warning: cannot find type `id` in this scope Nov 05 00:48:24.380 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 05 00:48:24.380 INFO kablam! | Nov 05 00:48:24.381 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 05 00:48:24.381 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.381 INFO kablam! | Nov 05 00:48:24.382 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.382 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.382 INFO kablam! Nov 05 00:48:24.383 INFO kablam! warning: cannot find type `name` in this scope Nov 05 00:48:24.383 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 05 00:48:24.384 INFO kablam! | Nov 05 00:48:24.384 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 05 00:48:24.384 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.384 INFO kablam! | Nov 05 00:48:24.385 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.385 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.385 INFO kablam! Nov 05 00:48:24.386 INFO kablam! warning: cannot find type `location` in this scope Nov 05 00:48:24.386 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 05 00:48:24.386 INFO kablam! | Nov 05 00:48:24.386 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 05 00:48:24.387 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.387 INFO kablam! | Nov 05 00:48:24.387 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.387 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.388 INFO kablam! Nov 05 00:48:24.388 INFO kablam! warning: cannot find type `boxes` in this scope Nov 05 00:48:24.389 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 05 00:48:24.389 INFO kablam! | Nov 05 00:48:24.389 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 05 00:48:24.390 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.390 INFO kablam! | Nov 05 00:48:24.390 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.390 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.391 INFO kablam! Nov 05 00:48:24.392 INFO kablam! warning: cannot find type `circles` in this scope Nov 05 00:48:24.392 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Nov 05 00:48:24.392 INFO kablam! | Nov 05 00:48:24.392 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 05 00:48:24.393 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.393 INFO kablam! | Nov 05 00:48:24.393 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.393 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.394 INFO kablam! Nov 05 00:48:24.394 INFO kablam! warning: cannot find type `items` in this scope Nov 05 00:48:24.394 INFO kablam! --> src/pg/types/geometric.rs:213:38 Nov 05 00:48:24.395 INFO kablam! | Nov 05 00:48:24.395 INFO kablam! 213 | #[derive(Debug, Clone, Copy, Insertable)] Nov 05 00:48:24.395 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.396 INFO kablam! | Nov 05 00:48:24.396 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.396 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.396 INFO kablam! Nov 05 00:48:24.397 INFO kablam! warning: cannot find type `NewItem` in this scope Nov 05 00:48:24.397 INFO kablam! --> src/pg/types/geometric.rs:213:38 Nov 05 00:48:24.397 INFO kablam! | Nov 05 00:48:24.398 INFO kablam! 213 | #[derive(Debug, Clone, Copy, Insertable)] Nov 05 00:48:24.398 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.398 INFO kablam! | Nov 05 00:48:24.398 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.399 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.399 INFO kablam! Nov 05 00:48:24.400 INFO kablam! warning: cannot find type `Item` in this scope Nov 05 00:48:24.400 INFO kablam! --> src/pg/types/geometric.rs:231:32 Nov 05 00:48:24.400 INFO kablam! | Nov 05 00:48:24.400 INFO kablam! 231 | #[derive(Debug, Clone, Queryable)] Nov 05 00:48:24.401 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.401 INFO kablam! | Nov 05 00:48:24.401 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.401 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.402 INFO kablam! Nov 05 00:48:24.402 INFO kablam! warning: cannot find type `box_roundtrip` in this scope Nov 05 00:48:24.402 INFO kablam! --> src/pg/types/geometric.rs:255:36 Nov 05 00:48:24.403 INFO kablam! | Nov 05 00:48:24.403 INFO kablam! 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 05 00:48:24.403 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.404 INFO kablam! | Nov 05 00:48:24.404 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.405 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.405 INFO kablam! Nov 05 00:48:24.405 INFO kablam! warning: cannot find type `Roundtrip` in this scope Nov 05 00:48:24.406 INFO kablam! --> src/pg/types/geometric.rs:255:36 Nov 05 00:48:24.406 INFO kablam! | Nov 05 00:48:24.406 INFO kablam! 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 05 00:48:24.407 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.407 INFO kablam! | Nov 05 00:48:24.408 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.408 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.408 INFO kablam! Nov 05 00:48:24.409 INFO kablam! warning: cannot find type `Roundtrip` in this scope Nov 05 00:48:24.409 INFO kablam! --> src/pg/types/geometric.rs:255:48 Nov 05 00:48:24.410 INFO kablam! | Nov 05 00:48:24.410 INFO kablam! 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 05 00:48:24.410 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.411 INFO kablam! | Nov 05 00:48:24.411 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.411 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.411 INFO kablam! Nov 05 00:48:24.412 INFO kablam! warning: cannot find type `circle_roundtrip` in this scope Nov 05 00:48:24.412 INFO kablam! --> src/pg/types/geometric.rs:310:36 Nov 05 00:48:24.413 INFO kablam! | Nov 05 00:48:24.413 INFO kablam! 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 05 00:48:24.413 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.413 INFO kablam! | Nov 05 00:48:24.414 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.414 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.414 INFO kablam! Nov 05 00:48:24.415 INFO kablam! warning: cannot find type `Roundtrip` in this scope Nov 05 00:48:24.415 INFO kablam! --> src/pg/types/geometric.rs:310:36 Nov 05 00:48:24.415 INFO kablam! | Nov 05 00:48:24.415 INFO kablam! 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 05 00:48:24.415 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.415 INFO kablam! | Nov 05 00:48:24.415 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.416 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.416 INFO kablam! Nov 05 00:48:24.416 INFO kablam! warning: cannot find type `Roundtrip` in this scope Nov 05 00:48:24.417 INFO kablam! --> src/pg/types/geometric.rs:310:48 Nov 05 00:48:24.417 INFO kablam! | Nov 05 00:48:24.417 INFO kablam! 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Nov 05 00:48:24.417 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.418 INFO kablam! | Nov 05 00:48:24.418 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.418 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.418 INFO kablam! Nov 05 00:48:24.419 INFO kablam! warning: cannot find type `Point` in this scope Nov 05 00:48:24.419 INFO kablam! --> src/pg/types/mod.rs:53:43 Nov 05 00:48:24.419 INFO kablam! | Nov 05 00:48:24.420 INFO kablam! 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:24.420 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.420 INFO kablam! | Nov 05 00:48:24.420 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.421 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.421 INFO kablam! Nov 05 00:48:24.421 INFO kablam! warning: cannot find type `Point` in this scope Nov 05 00:48:24.421 INFO kablam! --> src/pg/types/mod.rs:53:52 Nov 05 00:48:24.421 INFO kablam! | Nov 05 00:48:24.421 INFO kablam! 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:24.421 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.422 INFO kablam! | Nov 05 00:48:24.422 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.422 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.422 INFO kablam! Nov 05 00:48:24.423 INFO kablam! warning: cannot find type `Box` in this scope Nov 05 00:48:24.423 INFO kablam! --> src/pg/types/mod.rs:113:43 Nov 05 00:48:24.423 INFO kablam! | Nov 05 00:48:24.423 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:24.423 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.424 INFO kablam! | Nov 05 00:48:24.424 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.424 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.424 INFO kablam! Nov 05 00:48:24.425 INFO kablam! warning: cannot find type `Box` in this scope Nov 05 00:48:24.425 INFO kablam! --> src/pg/types/mod.rs:113:52 Nov 05 00:48:24.425 INFO kablam! | Nov 05 00:48:24.425 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:24.425 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.425 INFO kablam! | Nov 05 00:48:24.426 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.426 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.426 INFO kablam! Nov 05 00:48:24.426 INFO kablam! warning: cannot find type `Circle` in this scope Nov 05 00:48:24.431 INFO kablam! --> src/pg/types/mod.rs:165:43 Nov 05 00:48:24.431 INFO kablam! | Nov 05 00:48:24.431 INFO kablam! 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:24.432 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.432 INFO kablam! | Nov 05 00:48:24.432 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.433 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.433 INFO kablam! Nov 05 00:48:24.433 INFO kablam! warning: cannot find type `Circle` in this scope Nov 05 00:48:24.433 INFO kablam! --> src/pg/types/mod.rs:165:52 Nov 05 00:48:24.433 INFO kablam! | Nov 05 00:48:24.433 INFO kablam! 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Nov 05 00:48:24.433 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 05 00:48:24.433 INFO kablam! | Nov 05 00:48:24.433 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 05 00:48:24.433 INFO kablam! = note: for more information, see issue #50504 Nov 05 00:48:24.433 INFO kablam! Nov 05 00:48:25.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Nov 05 00:48:25.171 INFO kablam! su: No module specific data is present Nov 05 00:48:26.427 INFO running `"docker" "rm" "-f" "4d1ed96dee237dfe631444a9a5acfa211c0b1a103d211ab4279995e791220a5b"` Nov 05 00:48:26.639 INFO blam! 4d1ed96dee237dfe631444a9a5acfa211c0b1a103d211ab4279995e791220a5b