Oct 27 23:09:20.518 INFO checking diesel_geometry-1.3.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 23:09:20.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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"` Oct 27 23:09:21.092 INFO blam! e6b8f9a097f2f65d3cfb74fa0edc10883b8abc4a71339f79112415b9de861efa Oct 27 23:09:21.094 INFO running `"docker" "start" "-a" "e6b8f9a097f2f65d3cfb74fa0edc10883b8abc4a71339f79112415b9de861efa"` Oct 27 23:09:22.543 INFO kablam! usermod: no changes Oct 27 23:09:22.764 INFO kablam! Checking diesel v1.3.3 Oct 27 23:09:59.662 INFO kablam! Checking diesel_geometry v1.3.0 (/source) Oct 27 23:10:01.520 INFO kablam! warning: cannot find type `SameAs` in this scope Oct 27 23:10:01.521 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Oct 27 23:10:01.521 INFO kablam! | Oct 27 23:10:01.522 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Oct 27 23:10:01.523 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.523 INFO kablam! | Oct 27 23:10:01.524 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 23:10:01.524 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! Oct 27 23:10:01.525 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.525 INFO kablam! Oct 27 23:10:01.525 INFO kablam! warning: cannot find type `SameAs` in this scope Oct 27 23:10:01.525 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Oct 27 23:10:01.525 INFO kablam! | Oct 27 23:10:01.525 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Oct 27 23:10:01.525 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.525 INFO kablam! | Oct 27 23:10:01.526 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! Oct 27 23:10:01.526 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.526 INFO kablam! Oct 27 23:10:01.526 INFO kablam! warning: cannot find type `SameAs` in this scope Oct 27 23:10:01.526 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Oct 27 23:10:01.526 INFO kablam! | Oct 27 23:10:01.526 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Oct 27 23:10:01.526 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.526 INFO kablam! | Oct 27 23:10:01.526 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! Oct 27 23:10:01.526 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.526 INFO kablam! Oct 27 23:10:01.526 INFO kablam! warning: unused import: `diesel::expression::bound::Bound` Oct 27 23:10:01.526 INFO kablam! --> src/pg/types/geometric.rs:7:5 Oct 27 23:10:01.528 INFO kablam! | Oct 27 23:10:01.528 INFO kablam! 7 | use diesel::expression::bound::Bound; Oct 27 23:10:01.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:10:01.528 INFO kablam! | Oct 27 23:10:01.528 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:10:01.528 INFO kablam! Oct 27 23:10:01.528 INFO kablam! warning: unused import: `diesel::expression::AsExpression` Oct 27 23:10:01.528 INFO kablam! --> src/pg/types/geometric.rs:8:5 Oct 27 23:10:01.528 INFO kablam! | Oct 27 23:10:01.528 INFO kablam! 8 | use diesel::expression::AsExpression; Oct 27 23:10:01.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:10:01.528 INFO kablam! Oct 27 23:10:01.528 INFO kablam! warning: unused import: `diesel::sql_types::Nullable` Oct 27 23:10:01.530 INFO kablam! --> src/pg/types/geometric.rs:11:5 Oct 27 23:10:01.530 INFO kablam! | Oct 27 23:10:01.530 INFO kablam! 11 | use diesel::sql_types::Nullable; Oct 27 23:10:01.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:10:01.530 INFO kablam! Oct 27 23:10:01.530 INFO kablam! warning: cannot find type `PgPoint` in this scope Oct 27 23:10:01.530 INFO kablam! --> src/pg/types/geometric.rs:16:41 Oct 27 23:10:01.531 INFO kablam! | Oct 27 23:10:01.531 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:01.531 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.531 INFO kablam! | Oct 27 23:10:01.531 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! Oct 27 23:10:01.531 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.532 INFO kablam! Oct 27 23:10:01.532 INFO kablam! warning: cannot find type `Point` in this scope Oct 27 23:10:01.532 INFO kablam! --> src/pg/types/geometric.rs:16:53 Oct 27 23:10:01.532 INFO kablam! | Oct 27 23:10:01.532 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:01.533 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.533 INFO kablam! | Oct 27 23:10:01.533 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! Oct 27 23:10:01.533 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.533 INFO kablam! Oct 27 23:10:01.533 INFO kablam! warning: cannot find type `PgPoint` in this scope Oct 27 23:10:01.533 INFO kablam! --> src/pg/types/geometric.rs:16:53 Oct 27 23:10:01.533 INFO kablam! | Oct 27 23:10:01.533 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:01.533 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.533 INFO kablam! | Oct 27 23:10:01.534 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! Oct 27 23:10:01.534 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.534 INFO kablam! Oct 27 23:10:01.534 INFO kablam! warning: cannot find type `PgBox` in this scope Oct 27 23:10:01.534 INFO kablam! --> src/pg/types/geometric.rs:40:41 Oct 27 23:10:01.534 INFO kablam! | Oct 27 23:10:01.534 INFO kablam! 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Oct 27 23:10:01.534 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.535 INFO kablam! | Oct 27 23:10:01.535 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! Oct 27 23:10:01.535 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.535 INFO kablam! Oct 27 23:10:01.535 INFO kablam! warning: cannot find type `sql_types` in this scope Oct 27 23:10:01.536 INFO kablam! --> src/pg/types/geometric.rs:42:10 Oct 27 23:10:01.536 INFO kablam! | Oct 27 23:10:01.536 INFO kablam! 42 | #[derive(AsExpression)] Oct 27 23:10:01.536 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.536 INFO kablam! | Oct 27 23:10:01.539 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! Oct 27 23:10:01.539 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.539 INFO kablam! Oct 27 23:10:01.539 INFO kablam! warning: cannot find type `PgBox` in this scope Oct 27 23:10:01.539 INFO kablam! --> src/pg/types/geometric.rs:42:10 Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 INFO kablam! 42 | #[derive(AsExpression)] Oct 27 23:10:01.539 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 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! Oct 27 23:10:01.539 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.539 INFO kablam! Oct 27 23:10:01.539 INFO kablam! warning: cannot find type `PgCircle` in this scope Oct 27 23:10:01.539 INFO kablam! --> src/pg/types/geometric.rs:115:41 Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:01.539 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 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! Oct 27 23:10:01.539 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.539 INFO kablam! Oct 27 23:10:01.539 INFO kablam! warning: cannot find type `Circle` in this scope Oct 27 23:10:01.539 INFO kablam! --> src/pg/types/geometric.rs:115:53 Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:01.539 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 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! Oct 27 23:10:01.539 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.539 INFO kablam! Oct 27 23:10:01.539 INFO kablam! warning: cannot find type `PgCircle` in this scope Oct 27 23:10:01.539 INFO kablam! --> src/pg/types/geometric.rs:115:53 Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:01.539 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 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! Oct 27 23:10:01.539 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.539 INFO kablam! Oct 27 23:10:01.539 INFO kablam! warning: cannot find type `Point` in this scope Oct 27 23:10:01.539 INFO kablam! --> src/pg/types/mod.rs:53:43 Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 INFO kablam! 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:01.539 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 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! Oct 27 23:10:01.539 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.539 INFO kablam! Oct 27 23:10:01.539 INFO kablam! warning: cannot find type `Point` in this scope Oct 27 23:10:01.539 INFO kablam! --> src/pg/types/mod.rs:53:52 Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 INFO kablam! 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:01.539 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.539 INFO kablam! | Oct 27 23:10:01.539 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! Oct 27 23:10:01.539 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.539 INFO kablam! Oct 27 23:10:01.546 INFO kablam! warning: cannot find type `Box` in this scope Oct 27 23:10:01.546 INFO kablam! --> src/pg/types/mod.rs:113:43 Oct 27 23:10:01.546 INFO kablam! | Oct 27 23:10:01.546 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:01.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.546 INFO kablam! | Oct 27 23:10:01.546 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! Oct 27 23:10:01.546 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.546 INFO kablam! Oct 27 23:10:01.546 INFO kablam! warning: cannot find type `Box` in this scope Oct 27 23:10:01.546 INFO kablam! --> src/pg/types/mod.rs:113:52 Oct 27 23:10:01.546 INFO kablam! | Oct 27 23:10:01.546 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:01.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.546 INFO kablam! | Oct 27 23:10:01.546 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! Oct 27 23:10:01.546 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.546 INFO kablam! Oct 27 23:10:01.546 INFO kablam! warning: cannot find type `Circle` in this scope Oct 27 23:10:01.546 INFO kablam! --> src/pg/types/mod.rs:165:43 Oct 27 23:10:01.546 INFO kablam! | Oct 27 23:10:01.546 INFO kablam! 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:01.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.546 INFO kablam! | Oct 27 23:10:01.546 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! Oct 27 23:10:01.546 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.546 INFO kablam! Oct 27 23:10:01.546 INFO kablam! warning: cannot find type `Circle` in this scope Oct 27 23:10:01.546 INFO kablam! --> src/pg/types/mod.rs:165:52 Oct 27 23:10:01.546 INFO kablam! | Oct 27 23:10:01.546 INFO kablam! 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:01.546 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:01.546 INFO kablam! | Oct 27 23:10:01.546 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! Oct 27 23:10:01.546 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:01.546 INFO kablam! Oct 27 23:10:03.471 INFO kablam! warning: cannot find type `SameAs` in this scope Oct 27 23:10:03.471 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Oct 27 23:10:03.471 INFO kablam! | Oct 27 23:10:03.471 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Oct 27 23:10:03.471 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.471 INFO kablam! | Oct 27 23:10:03.471 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 23:10:03.471 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! Oct 27 23:10:03.471 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.471 INFO kablam! Oct 27 23:10:03.472 INFO kablam! warning: cannot find type `SameAs` in this scope Oct 27 23:10:03.472 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:37 Oct 27 23:10:03.472 INFO kablam! | Oct 27 23:10:03.472 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Oct 27 23:10:03.472 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.472 INFO kablam! | Oct 27 23:10:03.472 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! Oct 27 23:10:03.472 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.472 INFO kablam! Oct 27 23:10:03.472 INFO kablam! warning: cannot find type `SameAs` in this scope Oct 27 23:10:03.472 INFO kablam! --> <::diesel::expression::operators::__diesel_operator_body macros>:32:47 Oct 27 23:10:03.472 INFO kablam! | Oct 27 23:10:03.472 INFO kablam! 32 | # [ derive ( Debug , Clone , Copy , QueryId , DieselNumericOps ) ] # [ Oct 27 23:10:03.472 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 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! Oct 27 23:10:03.473 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.473 INFO kablam! Oct 27 23:10:03.473 INFO kablam! warning: unused import: `diesel::expression::bound::Bound` Oct 27 23:10:03.473 INFO kablam! --> src/pg/types/geometric.rs:7:5 Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 INFO kablam! 7 | use diesel::expression::bound::Bound; Oct 27 23:10:03.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 23:10:03.473 INFO kablam! Oct 27 23:10:03.473 INFO kablam! warning: unused import: `diesel::expression::AsExpression` Oct 27 23:10:03.473 INFO kablam! --> src/pg/types/geometric.rs:8:5 Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 INFO kablam! 8 | use diesel::expression::AsExpression; Oct 27 23:10:03.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:10:03.473 INFO kablam! Oct 27 23:10:03.473 INFO kablam! warning: unused import: `diesel::sql_types::Nullable` Oct 27 23:10:03.473 INFO kablam! --> src/pg/types/geometric.rs:11:5 Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 INFO kablam! 11 | use diesel::sql_types::Nullable; Oct 27 23:10:03.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 23:10:03.473 INFO kablam! Oct 27 23:10:03.473 INFO kablam! warning: cannot find type `PgPoint` in this scope Oct 27 23:10:03.473 INFO kablam! --> src/pg/types/geometric.rs:16:41 Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:03.473 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 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! Oct 27 23:10:03.473 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.473 INFO kablam! Oct 27 23:10:03.473 INFO kablam! warning: cannot find type `Point` in this scope Oct 27 23:10:03.473 INFO kablam! --> src/pg/types/geometric.rs:16:53 Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:03.473 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 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! Oct 27 23:10:03.473 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.473 INFO kablam! Oct 27 23:10:03.473 INFO kablam! warning: cannot find type `PgPoint` in this scope Oct 27 23:10:03.473 INFO kablam! --> src/pg/types/geometric.rs:16:53 Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 INFO kablam! 16 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:03.473 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.473 INFO kablam! | Oct 27 23:10:03.473 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! Oct 27 23:10:03.474 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.474 INFO kablam! Oct 27 23:10:03.474 INFO kablam! warning: cannot find type `PgBox` in this scope Oct 27 23:10:03.474 INFO kablam! --> src/pg/types/geometric.rs:40:41 Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 INFO kablam! 40 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow)] Oct 27 23:10:03.474 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 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! Oct 27 23:10:03.474 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.474 INFO kablam! Oct 27 23:10:03.474 INFO kablam! warning: cannot find type `sql_types` in this scope Oct 27 23:10:03.474 INFO kablam! --> src/pg/types/geometric.rs:42:10 Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 INFO kablam! 42 | #[derive(AsExpression)] Oct 27 23:10:03.474 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 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! Oct 27 23:10:03.474 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.474 INFO kablam! Oct 27 23:10:03.474 INFO kablam! warning: cannot find type `PgBox` in this scope Oct 27 23:10:03.474 INFO kablam! --> src/pg/types/geometric.rs:42:10 Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 INFO kablam! 42 | #[derive(AsExpression)] Oct 27 23:10:03.474 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 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! Oct 27 23:10:03.474 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.474 INFO kablam! Oct 27 23:10:03.474 INFO kablam! warning: cannot find type `PgCircle` in this scope Oct 27 23:10:03.474 INFO kablam! --> src/pg/types/geometric.rs:115:41 Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:03.474 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 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! Oct 27 23:10:03.474 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.474 INFO kablam! Oct 27 23:10:03.474 INFO kablam! warning: cannot find type `Circle` in this scope Oct 27 23:10:03.474 INFO kablam! --> src/pg/types/geometric.rs:115:53 Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:03.474 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.474 INFO kablam! | Oct 27 23:10:03.474 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! Oct 27 23:10:03.474 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.474 INFO kablam! Oct 27 23:10:03.475 INFO kablam! warning: cannot find type `PgCircle` in this scope Oct 27 23:10:03.475 INFO kablam! --> src/pg/types/geometric.rs:115:53 Oct 27 23:10:03.475 INFO kablam! | Oct 27 23:10:03.475 INFO kablam! 115 | #[derive(Debug, Clone, PartialEq, Copy, FromSqlRow, AsExpression)] Oct 27 23:10:03.475 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.475 INFO kablam! | Oct 27 23:10:03.475 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! Oct 27 23:10:03.475 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.475 INFO kablam! Oct 27 23:10:03.475 INFO kablam! warning: cannot find type `table` in this scope Oct 27 23:10:03.475 INFO kablam! --> <::diesel::macros::table_body macros>:165:33 Oct 27 23:10:03.475 INFO kablam! | Oct 27 23:10:03.475 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Oct 27 23:10:03.475 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.475 INFO kablam! | Oct 27 23:10:03.475 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! Oct 27 23:10:03.475 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.475 INFO kablam! Oct 27 23:10:03.476 INFO kablam! warning: cannot find type `id` in this scope Oct 27 23:10:03.476 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 23:10:03.476 INFO kablam! | Oct 27 23:10:03.476 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 23:10:03.476 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.476 INFO kablam! | Oct 27 23:10:03.476 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! Oct 27 23:10:03.476 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.476 INFO kablam! Oct 27 23:10:03.476 INFO kablam! warning: cannot find type `name` in this scope Oct 27 23:10:03.476 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 23:10:03.476 INFO kablam! | Oct 27 23:10:03.476 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 23:10:03.476 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.476 INFO kablam! | Oct 27 23:10:03.476 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! Oct 27 23:10:03.477 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.477 INFO kablam! Oct 27 23:10:03.477 INFO kablam! warning: cannot find type `location` in this scope Oct 27 23:10:03.477 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 23:10:03.477 INFO kablam! | Oct 27 23:10:03.477 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 23:10:03.477 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.477 INFO kablam! | Oct 27 23:10:03.477 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! Oct 27 23:10:03.477 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.477 INFO kablam! Oct 27 23:10:03.483 INFO kablam! warning: cannot find type `boxes` in this scope Oct 27 23:10:03.483 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 23:10:03.483 INFO kablam! | Oct 27 23:10:03.483 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 23:10:03.483 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.483 INFO kablam! | Oct 27 23:10:03.483 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! Oct 27 23:10:03.483 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.483 INFO kablam! Oct 27 23:10:03.484 INFO kablam! warning: cannot find type `circles` in this scope Oct 27 23:10:03.484 INFO kablam! --> <::diesel::macros::__diesel_column macros>:5:33 Oct 27 23:10:03.484 INFO kablam! | Oct 27 23:10:03.484 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Oct 27 23:10:03.484 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.484 INFO kablam! | Oct 27 23:10:03.484 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! Oct 27 23:10:03.484 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.484 INFO kablam! Oct 27 23:10:03.484 INFO kablam! warning: cannot find type `items` in this scope Oct 27 23:10:03.484 INFO kablam! --> src/pg/types/geometric.rs:213:38 Oct 27 23:10:03.484 INFO kablam! | Oct 27 23:10:03.484 INFO kablam! 213 | #[derive(Debug, Clone, Copy, Insertable)] Oct 27 23:10:03.484 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.484 INFO kablam! | Oct 27 23:10:03.484 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! Oct 27 23:10:03.485 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.485 INFO kablam! Oct 27 23:10:03.485 INFO kablam! warning: cannot find type `NewItem` in this scope Oct 27 23:10:03.485 INFO kablam! --> src/pg/types/geometric.rs:213:38 Oct 27 23:10:03.485 INFO kablam! | Oct 27 23:10:03.485 INFO kablam! 213 | #[derive(Debug, Clone, Copy, Insertable)] Oct 27 23:10:03.485 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.485 INFO kablam! | Oct 27 23:10:03.485 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! Oct 27 23:10:03.485 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.485 INFO kablam! Oct 27 23:10:03.485 INFO kablam! warning: cannot find type `Item` in this scope Oct 27 23:10:03.485 INFO kablam! --> src/pg/types/geometric.rs:231:32 Oct 27 23:10:03.485 INFO kablam! | Oct 27 23:10:03.485 INFO kablam! 231 | #[derive(Debug, Clone, Queryable)] Oct 27 23:10:03.485 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.485 INFO kablam! | Oct 27 23:10:03.486 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! Oct 27 23:10:03.486 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.486 INFO kablam! Oct 27 23:10:03.486 INFO kablam! warning: cannot find type `box_roundtrip` in this scope Oct 27 23:10:03.486 INFO kablam! --> src/pg/types/geometric.rs:255:36 Oct 27 23:10:03.486 INFO kablam! | Oct 27 23:10:03.486 INFO kablam! 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Oct 27 23:10:03.486 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.486 INFO kablam! | Oct 27 23:10:03.486 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! Oct 27 23:10:03.486 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.486 INFO kablam! Oct 27 23:10:03.486 INFO kablam! warning: cannot find type `Roundtrip` in this scope Oct 27 23:10:03.486 INFO kablam! --> src/pg/types/geometric.rs:255:36 Oct 27 23:10:03.486 INFO kablam! | Oct 27 23:10:03.486 INFO kablam! 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Oct 27 23:10:03.486 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.487 INFO kablam! | Oct 27 23:10:03.487 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! Oct 27 23:10:03.487 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.487 INFO kablam! Oct 27 23:10:03.487 INFO kablam! warning: cannot find type `Roundtrip` in this scope Oct 27 23:10:03.487 INFO kablam! --> src/pg/types/geometric.rs:255:48 Oct 27 23:10:03.487 INFO kablam! | Oct 27 23:10:03.487 INFO kablam! 255 | #[derive(Debug, PartialEq, Insertable, Queryable)] Oct 27 23:10:03.487 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.487 INFO kablam! | Oct 27 23:10:03.487 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! Oct 27 23:10:03.487 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.487 INFO kablam! Oct 27 23:10:03.488 INFO kablam! warning: cannot find type `circle_roundtrip` in this scope Oct 27 23:10:03.488 INFO kablam! --> src/pg/types/geometric.rs:310:36 Oct 27 23:10:03.488 INFO kablam! | Oct 27 23:10:03.488 INFO kablam! 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Oct 27 23:10:03.488 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.488 INFO kablam! | Oct 27 23:10:03.488 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! Oct 27 23:10:03.488 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.488 INFO kablam! Oct 27 23:10:03.488 INFO kablam! warning: cannot find type `Roundtrip` in this scope Oct 27 23:10:03.488 INFO kablam! --> src/pg/types/geometric.rs:310:36 Oct 27 23:10:03.488 INFO kablam! | Oct 27 23:10:03.488 INFO kablam! 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Oct 27 23:10:03.488 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.488 INFO kablam! | Oct 27 23:10:03.489 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! Oct 27 23:10:03.489 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.489 INFO kablam! Oct 27 23:10:03.489 INFO kablam! warning: cannot find type `Roundtrip` in this scope Oct 27 23:10:03.489 INFO kablam! --> src/pg/types/geometric.rs:310:48 Oct 27 23:10:03.489 INFO kablam! | Oct 27 23:10:03.489 INFO kablam! 310 | #[derive(Debug, PartialEq, Insertable, Queryable)] Oct 27 23:10:03.489 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.489 INFO kablam! | Oct 27 23:10:03.489 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! Oct 27 23:10:03.489 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.489 INFO kablam! Oct 27 23:10:03.489 INFO kablam! warning: cannot find type `Point` in this scope Oct 27 23:10:03.489 INFO kablam! --> src/pg/types/mod.rs:53:43 Oct 27 23:10:03.489 INFO kablam! | Oct 27 23:10:03.490 INFO kablam! 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:03.490 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.490 INFO kablam! | Oct 27 23:10:03.490 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! Oct 27 23:10:03.490 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.490 INFO kablam! Oct 27 23:10:03.490 INFO kablam! warning: cannot find type `Point` in this scope Oct 27 23:10:03.490 INFO kablam! --> src/pg/types/mod.rs:53:52 Oct 27 23:10:03.490 INFO kablam! | Oct 27 23:10:03.490 INFO kablam! 53 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:03.490 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.490 INFO kablam! | Oct 27 23:10:03.490 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! Oct 27 23:10:03.490 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.490 INFO kablam! Oct 27 23:10:03.490 INFO kablam! warning: cannot find type `Box` in this scope Oct 27 23:10:03.490 INFO kablam! --> src/pg/types/mod.rs:113:43 Oct 27 23:10:03.490 INFO kablam! | Oct 27 23:10:03.491 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:03.491 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.491 INFO kablam! | Oct 27 23:10:03.491 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! Oct 27 23:10:03.491 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.491 INFO kablam! Oct 27 23:10:03.491 INFO kablam! warning: cannot find type `Box` in this scope Oct 27 23:10:03.491 INFO kablam! --> src/pg/types/mod.rs:113:52 Oct 27 23:10:03.491 INFO kablam! | Oct 27 23:10:03.491 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:03.491 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.491 INFO kablam! | Oct 27 23:10:03.491 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! Oct 27 23:10:03.491 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.491 INFO kablam! Oct 27 23:10:03.495 INFO kablam! warning: cannot find type `Circle` in this scope Oct 27 23:10:03.495 INFO kablam! --> src/pg/types/mod.rs:165:43 Oct 27 23:10:03.495 INFO kablam! | Oct 27 23:10:03.495 INFO kablam! 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:03.495 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.495 INFO kablam! | Oct 27 23:10:03.495 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! Oct 27 23:10:03.495 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.495 INFO kablam! Oct 27 23:10:03.495 INFO kablam! warning: cannot find type `Circle` in this scope Oct 27 23:10:03.495 INFO kablam! --> src/pg/types/mod.rs:165:52 Oct 27 23:10:03.495 INFO kablam! | Oct 27 23:10:03.495 INFO kablam! 165 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Oct 27 23:10:03.495 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 23:10:03.495 INFO kablam! | Oct 27 23:10:03.495 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! Oct 27 23:10:03.495 INFO kablam! = note: for more information, see issue #50504 Oct 27 23:10:03.495 INFO kablam! Oct 27 23:10:04.164 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.58s Oct 27 23:10:04.175 INFO kablam! su: No module specific data is present Oct 27 23:10:05.299 INFO running `"docker" "rm" "-f" "e6b8f9a097f2f65d3cfb74fa0edc10883b8abc4a71339f79112415b9de861efa"` Oct 27 23:10:05.691 INFO blam! e6b8f9a097f2f65d3cfb74fa0edc10883b8abc4a71339f79112415b9de861efa