Sep 01 22:56:53.334 INFO checking diesel-1.3.2 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 22:56:53.334 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 22:56:53.334 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 22:56:53.538 INFO blam! 645173706b56c4ead760c0ec13b9a63ea599936df48a7e284907e9deff9d768d Sep 01 22:56:53.540 INFO running `"docker" "start" "-a" "645173706b56c4ead760c0ec13b9a63ea599936df48a7e284907e9deff9d768d"` Sep 01 22:56:54.532 INFO kablam! Checking diesel v1.3.2 (file:///source) Sep 01 22:56:56.642 INFO kablam! error: At least one backend must be used to test this crate. Sep 01 22:56:56.642 INFO kablam! Pass argument `--features ""` with one or more of the following backends, 'mysql', 'postgres', or 'sqlite'. Sep 01 22:56:56.642 INFO kablam! Sep 01 22:56:56.642 INFO kablam! ex. cargo test --features "mysql postgres sqlite" Sep 01 22:56:56.642 INFO kablam! Sep 01 22:56:56.642 INFO kablam! --> src/test_helpers.rs:45:9 Sep 01 22:56:56.642 INFO kablam! | Sep 01 22:56:56.642 INFO kablam! 45 | / compile_error!( Sep 01 22:56:56.642 INFO kablam! 46 | | "At least one backend must be used to test this crate.\n \ Sep 01 22:56:56.642 INFO kablam! 47 | | Pass argument `--features \"\"` with one or more of the following backends, \ Sep 01 22:56:56.642 INFO kablam! 48 | | 'mysql', 'postgres', or 'sqlite'. \n\n \ Sep 01 22:56:56.642 INFO kablam! 49 | | ex. cargo test --features \"mysql postgres sqlite\"\n" Sep 01 22:56:56.642 INFO kablam! 50 | | ); Sep 01 22:56:56.643 INFO kablam! | |__________^ Sep 01 22:56:56.643 INFO kablam! Sep 01 22:56:58.725 INFO kablam! error: cannot find type `Add` in this scope Sep 01 22:56:58.725 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 01 22:56:58.725 INFO kablam! | Sep 01 22:56:58.725 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.725 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.725 INFO kablam! | Sep 01 22:56:58.725 INFO kablam! note: lint level defined here Sep 01 22:56:58.725 INFO kablam! --> src/lib.rs:131:9 Sep 01 22:56:58.725 INFO kablam! | Sep 01 22:56:58.725 INFO kablam! 13| #![deny(warnings, missing_debug_implementations, missing_copy_implementations, missing_docs)] Sep 01 22:56:58.725 INFO kablam! | ^^^^^^^^ Sep 01 22:56:58.725 INFO kablam! = note: #[deny(proc_macro_derive_resolution_fallback)] implied by #[deny(warnings)] Sep 01 22:56:58.725 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! Sep 01 22:56:58.726 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.726 INFO kablam! Sep 01 22:56:58.726 INFO kablam! error: cannot find type `Add` in this scope Sep 01 22:56:58.726 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 01 22:56:58.726 INFO kablam! | Sep 01 22:56:58.726 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.727 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.727 INFO kablam! | Sep 01 22:56:58.727 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! Sep 01 22:56:58.727 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.727 INFO kablam! Sep 01 22:56:58.727 INFO kablam! error: cannot find type `Sub` in this scope Sep 01 22:56:58.727 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 01 22:56:58.727 INFO kablam! | Sep 01 22:56:58.727 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.727 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.727 INFO kablam! | Sep 01 22:56:58.727 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! Sep 01 22:56:58.727 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.727 INFO kablam! Sep 01 22:56:58.727 INFO kablam! error: cannot find type `Mul` in this scope Sep 01 22:56:58.727 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 01 22:56:58.727 INFO kablam! | Sep 01 22:56:58.727 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.727 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.728 INFO kablam! | Sep 01 22:56:58.728 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! Sep 01 22:56:58.728 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.728 INFO kablam! Sep 01 22:56:58.728 INFO kablam! error: cannot find type `Div` in this scope Sep 01 22:56:58.728 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 01 22:56:58.728 INFO kablam! | Sep 01 22:56:58.728 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.728 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.728 INFO kablam! | Sep 01 22:56:58.728 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! Sep 01 22:56:58.728 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.728 INFO kablam! Sep 01 22:56:58.728 INFO kablam! error: cannot find type `sum` in this scope Sep 01 22:56:58.728 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 01 22:56:58.728 INFO kablam! | Sep 01 22:56:58.728 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.728 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.728 INFO kablam! | Sep 01 22:56:58.729 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! Sep 01 22:56:58.729 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.729 INFO kablam! Sep 01 22:56:58.735 INFO kablam! error: cannot find type `sum` in this scope Sep 01 22:56:58.735 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 01 22:56:58.735 INFO kablam! | Sep 01 22:56:58.735 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.735 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.735 INFO kablam! | Sep 01 22:56:58.735 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! Sep 01 22:56:58.735 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.736 INFO kablam! Sep 01 22:56:58.736 INFO kablam! error: cannot find type `avg` in this scope Sep 01 22:56:58.736 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 01 22:56:58.736 INFO kablam! | Sep 01 22:56:58.736 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.736 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.736 INFO kablam! | Sep 01 22:56:58.736 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! Sep 01 22:56:58.736 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.736 INFO kablam! Sep 01 22:56:58.736 INFO kablam! error: cannot find type `avg` in this scope Sep 01 22:56:58.736 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 01 22:56:58.736 INFO kablam! | Sep 01 22:56:58.736 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.736 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.736 INFO kablam! | Sep 01 22:56:58.736 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! Sep 01 22:56:58.736 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.736 INFO kablam! Sep 01 22:56:58.736 INFO kablam! error: cannot find type `max` in this scope Sep 01 22:56:58.736 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 01 22:56:58.736 INFO kablam! | Sep 01 22:56:58.736 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.736 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.736 INFO kablam! | Sep 01 22:56:58.737 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! Sep 01 22:56:58.737 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.737 INFO kablam! Sep 01 22:56:58.737 INFO kablam! error: cannot find type `max` in this scope Sep 01 22:56:58.737 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 01 22:56:58.737 INFO kablam! | Sep 01 22:56:58.737 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.737 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.737 INFO kablam! | Sep 01 22:56:58.737 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! Sep 01 22:56:58.737 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.737 INFO kablam! Sep 01 22:56:58.737 INFO kablam! error: cannot find type `min` in this scope Sep 01 22:56:58.737 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 01 22:56:58.737 INFO kablam! | Sep 01 22:56:58.737 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.737 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.737 INFO kablam! | Sep 01 22:56:58.737 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! Sep 01 22:56:58.737 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.737 INFO kablam! Sep 01 22:56:58.737 INFO kablam! error: cannot find type `min` in this scope Sep 01 22:56:58.737 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 01 22:56:58.737 INFO kablam! | Sep 01 22:56:58.737 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.737 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.738 INFO kablam! | Sep 01 22:56:58.738 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! Sep 01 22:56:58.738 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.738 INFO kablam! Sep 01 22:56:58.738 INFO kablam! error: cannot find type `now` in this scope Sep 01 22:56:58.738 INFO kablam! --> src/expression/functions/date_and_time.rs:10:30 Sep 01 22:56:58.738 INFO kablam! | Sep 01 22:56:58.738 INFO kablam! 10 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.738 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.738 INFO kablam! | Sep 01 22:56:58.738 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! Sep 01 22:56:58.738 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.738 INFO kablam! Sep 01 22:56:58.738 INFO kablam! error: cannot find type `date` in this scope Sep 01 22:56:58.738 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 01 22:56:58.738 INFO kablam! | Sep 01 22:56:58.738 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.738 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.738 INFO kablam! | Sep 01 22:56:58.738 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! Sep 01 22:56:58.738 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.738 INFO kablam! Sep 01 22:56:58.738 INFO kablam! error: cannot find type `date` in this scope Sep 01 22:56:58.738 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 01 22:56:58.738 INFO kablam! | Sep 01 22:56:58.738 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.739 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.739 INFO kablam! | Sep 01 22:56:58.739 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! Sep 01 22:56:58.739 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.739 INFO kablam! Sep 01 22:56:58.739 INFO kablam! error: cannot find type `In` in this scope Sep 01 22:56:58.739 INFO kablam! --> src/expression/array_comparison.rs:8:30 Sep 01 22:56:58.739 INFO kablam! | Sep 01 22:56:58.739 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.739 INFO kablam! | Sep 01 22:56:58.739 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! Sep 01 22:56:58.739 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.739 INFO kablam! Sep 01 22:56:58.739 INFO kablam! error: cannot find type `NotIn` in this scope Sep 01 22:56:58.739 INFO kablam! --> src/expression/array_comparison.rs:14:30 Sep 01 22:56:58.739 INFO kablam! | Sep 01 22:56:58.739 INFO kablam! 14 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.739 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.739 INFO kablam! | Sep 01 22:56:58.739 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! Sep 01 22:56:58.739 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.739 INFO kablam! Sep 01 22:56:58.744 INFO kablam! error: cannot find type `Bound` in this scope Sep 01 22:56:58.744 INFO kablam! --> src/expression/bound.rs:10:30 Sep 01 22:56:58.744 INFO kablam! | Sep 01 22:56:58.744 INFO kablam! 10 | #[derive(Debug, Clone, Copy, DieselNumericOps)] Sep 01 22:56:58.744 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.744 INFO kablam! | Sep 01 22:56:58.744 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! Sep 01 22:56:58.744 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.744 INFO kablam! Sep 01 22:56:58.745 INFO kablam! error: cannot find type `Coerce` in this scope Sep 01 22:56:58.745 INFO kablam! --> src/expression/coerce.rs:8:30 Sep 01 22:56:58.745 INFO kablam! | Sep 01 22:56:58.745 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)] Sep 01 22:56:58.745 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.745 INFO kablam! | Sep 01 22:56:58.745 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! Sep 01 22:56:58.745 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.745 INFO kablam! Sep 01 22:56:58.746 INFO kablam! error: cannot find type `Coerce` in this scope Sep 01 22:56:58.746 INFO kablam! --> src/expression/coerce.rs:8:39 Sep 01 22:56:58.746 INFO kablam! | Sep 01 22:56:58.746 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)] Sep 01 22:56:58.746 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.746 INFO kablam! | Sep 01 22:56:58.746 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! Sep 01 22:56:58.747 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.747 INFO kablam! Sep 01 22:56:58.747 INFO kablam! error: cannot find type `count` in this scope Sep 01 22:56:58.747 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 01 22:56:58.747 INFO kablam! | Sep 01 22:56:58.747 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.747 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.747 INFO kablam! | Sep 01 22:56:58.748 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! Sep 01 22:56:58.748 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.748 INFO kablam! Sep 01 22:56:58.748 INFO kablam! error: cannot find type `count` in this scope Sep 01 22:56:58.748 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 01 22:56:58.748 INFO kablam! | Sep 01 22:56:58.748 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.748 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.748 INFO kablam! | Sep 01 22:56:58.749 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! Sep 01 22:56:58.749 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.749 INFO kablam! Sep 01 22:56:58.749 INFO kablam! error: cannot find type `CountStar` in this scope Sep 01 22:56:58.749 INFO kablam! --> src/expression/count.rs:58:30 Sep 01 22:56:58.749 INFO kablam! | Sep 01 22:56:58.749 INFO kablam! 58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.749 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.749 INFO kablam! | Sep 01 22:56:58.750 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! Sep 01 22:56:58.750 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.750 INFO kablam! Sep 01 22:56:58.750 INFO kablam! error: cannot find type `CountStar` in this scope Sep 01 22:56:58.750 INFO kablam! --> src/expression/count.rs:58:39 Sep 01 22:56:58.750 INFO kablam! | Sep 01 22:56:58.750 INFO kablam! 58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.750 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.750 INFO kablam! | Sep 01 22:56:58.751 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! Sep 01 22:56:58.751 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.751 INFO kablam! Sep 01 22:56:58.751 INFO kablam! error: cannot find type `Exists` in this scope Sep 01 22:56:58.751 INFO kablam! --> src/expression/exists.rs:36:30 Sep 01 22:56:58.751 INFO kablam! | Sep 01 22:56:58.751 INFO kablam! 36 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.751 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.752 INFO kablam! | Sep 01 22:56:58.752 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! Sep 01 22:56:58.752 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.752 INFO kablam! Sep 01 22:56:58.752 INFO kablam! error: cannot find type `Grouped` in this scope Sep 01 22:56:58.752 INFO kablam! --> src/expression/grouped.rs:6:30 Sep 01 22:56:58.752 INFO kablam! | Sep 01 22:56:58.752 INFO kablam! 6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)] Sep 01 22:56:58.753 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.753 INFO kablam! | Sep 01 22:56:58.753 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! Sep 01 22:56:58.753 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.753 INFO kablam! Sep 01 22:56:58.753 INFO kablam! error: cannot find type `Grouped` in this scope Sep 01 22:56:58.753 INFO kablam! --> src/expression/grouped.rs:6:48 Sep 01 22:56:58.753 INFO kablam! | Sep 01 22:56:58.753 INFO kablam! 6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)] Sep 01 22:56:58.754 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.754 INFO kablam! | Sep 01 22:56:58.754 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! Sep 01 22:56:58.754 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.754 INFO kablam! Sep 01 22:56:58.754 INFO kablam! error: cannot find type `Nullable` in this scope Sep 01 22:56:58.754 INFO kablam! --> src/expression/nullable.rs:7:30 Sep 01 22:56:58.754 INFO kablam! | Sep 01 22:56:58.754 INFO kablam! 7 | #[derive(Debug, Copy, Clone, DieselNumericOps)] Sep 01 22:56:58.755 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.755 INFO kablam! | Sep 01 22:56:58.755 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! Sep 01 22:56:58.755 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.755 INFO kablam! Sep 01 22:56:58.755 INFO kablam! error: cannot find type `Concat` in this scope Sep 01 22:56:58.755 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.755 INFO kablam! | Sep 01 22:56:58.755 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.756 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.756 INFO kablam! | Sep 01 22:56:58.756 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! Sep 01 22:56:58.756 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.756 INFO kablam! Sep 01 22:56:58.756 INFO kablam! error: cannot find type `Concat` in this scope Sep 01 22:56:58.756 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.756 INFO kablam! | Sep 01 22:56:58.757 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.757 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.757 INFO kablam! | Sep 01 22:56:58.757 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! Sep 01 22:56:58.757 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.757 INFO kablam! Sep 01 22:56:58.757 INFO kablam! error: cannot find type `And` in this scope Sep 01 22:56:58.757 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.757 INFO kablam! | Sep 01 22:56:58.758 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.758 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.758 INFO kablam! | Sep 01 22:56:58.758 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! Sep 01 22:56:58.758 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.758 INFO kablam! Sep 01 22:56:58.758 INFO kablam! error: cannot find type `And` in this scope Sep 01 22:56:58.758 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.758 INFO kablam! | Sep 01 22:56:58.759 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.759 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.759 INFO kablam! | Sep 01 22:56:58.759 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! Sep 01 22:56:58.759 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.759 INFO kablam! Sep 01 22:56:58.759 INFO kablam! error: cannot find type `Between` in this scope Sep 01 22:56:58.759 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.759 INFO kablam! | Sep 01 22:56:58.760 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.760 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.760 INFO kablam! | Sep 01 22:56:58.760 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! Sep 01 22:56:58.760 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.760 INFO kablam! Sep 01 22:56:58.760 INFO kablam! error: cannot find type `Between` in this scope Sep 01 22:56:58.760 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.760 INFO kablam! | Sep 01 22:56:58.761 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.761 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.761 INFO kablam! | Sep 01 22:56:58.761 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! Sep 01 22:56:58.761 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.761 INFO kablam! Sep 01 22:56:58.761 INFO kablam! error: cannot find type `Escape` in this scope Sep 01 22:56:58.761 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.762 INFO kablam! | Sep 01 22:56:58.762 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.762 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.762 INFO kablam! | Sep 01 22:56:58.762 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! Sep 01 22:56:58.762 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.762 INFO kablam! Sep 01 22:56:58.762 INFO kablam! error: cannot find type `Escape` in this scope Sep 01 22:56:58.762 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.763 INFO kablam! | Sep 01 22:56:58.763 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.763 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.763 INFO kablam! | Sep 01 22:56:58.763 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! Sep 01 22:56:58.763 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.763 INFO kablam! Sep 01 22:56:58.763 INFO kablam! error: cannot find type `Eq` in this scope Sep 01 22:56:58.764 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.764 INFO kablam! | Sep 01 22:56:58.764 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.764 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.764 INFO kablam! | Sep 01 22:56:58.764 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! Sep 01 22:56:58.764 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.764 INFO kablam! Sep 01 22:56:58.765 INFO kablam! error: cannot find type `Eq` in this scope Sep 01 22:56:58.765 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.765 INFO kablam! | Sep 01 22:56:58.765 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.765 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.765 INFO kablam! | Sep 01 22:56:58.765 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! Sep 01 22:56:58.765 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.765 INFO kablam! Sep 01 22:56:58.765 INFO kablam! error: cannot find type `Gt` in this scope Sep 01 22:56:58.766 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.766 INFO kablam! | Sep 01 22:56:58.766 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.766 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.766 INFO kablam! | Sep 01 22:56:58.766 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! Sep 01 22:56:58.766 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.766 INFO kablam! Sep 01 22:56:58.766 INFO kablam! error: cannot find type `Gt` in this scope Sep 01 22:56:58.766 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.767 INFO kablam! | Sep 01 22:56:58.767 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.767 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.767 INFO kablam! | Sep 01 22:56:58.767 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! Sep 01 22:56:58.767 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.767 INFO kablam! Sep 01 22:56:58.767 INFO kablam! error: cannot find type `GtEq` in this scope Sep 01 22:56:58.768 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.768 INFO kablam! | Sep 01 22:56:58.768 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.768 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.768 INFO kablam! | Sep 01 22:56:58.768 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! Sep 01 22:56:58.768 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.768 INFO kablam! Sep 01 22:56:58.769 INFO kablam! error: cannot find type `GtEq` in this scope Sep 01 22:56:58.769 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.769 INFO kablam! | Sep 01 22:56:58.769 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.769 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.769 INFO kablam! | Sep 01 22:56:58.769 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! Sep 01 22:56:58.769 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.769 INFO kablam! Sep 01 22:56:58.770 INFO kablam! error: cannot find type `Like` in this scope Sep 01 22:56:58.770 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.770 INFO kablam! | Sep 01 22:56:58.770 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.770 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.770 INFO kablam! | Sep 01 22:56:58.770 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! Sep 01 22:56:58.770 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.771 INFO kablam! Sep 01 22:56:58.771 INFO kablam! error: cannot find type `Like` in this scope Sep 01 22:56:58.771 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.771 INFO kablam! | Sep 01 22:56:58.771 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.771 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.771 INFO kablam! | Sep 01 22:56:58.771 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! Sep 01 22:56:58.771 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.772 INFO kablam! Sep 01 22:56:58.772 INFO kablam! error: cannot find type `Lt` in this scope Sep 01 22:56:58.772 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.772 INFO kablam! | Sep 01 22:56:58.772 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.772 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.772 INFO kablam! | Sep 01 22:56:58.772 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! Sep 01 22:56:58.772 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.773 INFO kablam! Sep 01 22:56:58.773 INFO kablam! error: cannot find type `Lt` in this scope Sep 01 22:56:58.773 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.773 INFO kablam! | Sep 01 22:56:58.773 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.773 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.773 INFO kablam! | Sep 01 22:56:58.773 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! Sep 01 22:56:58.773 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.774 INFO kablam! Sep 01 22:56:58.774 INFO kablam! error: cannot find type `LtEq` in this scope Sep 01 22:56:58.774 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.774 INFO kablam! | Sep 01 22:56:58.774 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.774 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.774 INFO kablam! | Sep 01 22:56:58.774 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! Sep 01 22:56:58.775 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.775 INFO kablam! Sep 01 22:56:58.775 INFO kablam! error: cannot find type `LtEq` in this scope Sep 01 22:56:58.775 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.775 INFO kablam! | Sep 01 22:56:58.775 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.775 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.775 INFO kablam! | Sep 01 22:56:58.775 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! Sep 01 22:56:58.776 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.776 INFO kablam! Sep 01 22:56:58.776 INFO kablam! error: cannot find type `NotBetween` in this scope Sep 01 22:56:58.776 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.776 INFO kablam! | Sep 01 22:56:58.776 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.776 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.776 INFO kablam! | Sep 01 22:56:58.777 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! Sep 01 22:56:58.777 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.777 INFO kablam! Sep 01 22:56:58.777 INFO kablam! error: cannot find type `NotBetween` in this scope Sep 01 22:56:58.777 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.777 INFO kablam! | Sep 01 22:56:58.777 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.777 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.777 INFO kablam! | Sep 01 22:56:58.777 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! Sep 01 22:56:58.778 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.778 INFO kablam! Sep 01 22:56:58.778 INFO kablam! error: cannot find type `NotEq` in this scope Sep 01 22:56:58.778 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.778 INFO kablam! | Sep 01 22:56:58.778 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.778 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.778 INFO kablam! | Sep 01 22:56:58.779 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! Sep 01 22:56:58.779 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.779 INFO kablam! Sep 01 22:56:58.779 INFO kablam! error: cannot find type `NotEq` in this scope Sep 01 22:56:58.779 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.779 INFO kablam! | Sep 01 22:56:58.779 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.779 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.779 INFO kablam! | Sep 01 22:56:58.780 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! Sep 01 22:56:58.780 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.780 INFO kablam! Sep 01 22:56:58.780 INFO kablam! error: cannot find type `NotLike` in this scope Sep 01 22:56:58.780 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.780 INFO kablam! | Sep 01 22:56:58.780 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.780 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.780 INFO kablam! | Sep 01 22:56:58.781 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! Sep 01 22:56:58.781 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.781 INFO kablam! Sep 01 22:56:58.781 INFO kablam! error: cannot find type `NotLike` in this scope Sep 01 22:56:58.781 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.781 INFO kablam! | Sep 01 22:56:58.781 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.781 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.781 INFO kablam! | Sep 01 22:56:58.782 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! Sep 01 22:56:58.782 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.782 INFO kablam! Sep 01 22:56:58.782 INFO kablam! error: cannot find type `Or` in this scope Sep 01 22:56:58.782 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.782 INFO kablam! | Sep 01 22:56:58.782 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.782 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.782 INFO kablam! | Sep 01 22:56:58.783 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! Sep 01 22:56:58.783 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.783 INFO kablam! Sep 01 22:56:58.783 INFO kablam! error: cannot find type `Or` in this scope Sep 01 22:56:58.783 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.783 INFO kablam! | Sep 01 22:56:58.783 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.783 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.783 INFO kablam! | Sep 01 22:56:58.784 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! Sep 01 22:56:58.784 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.784 INFO kablam! Sep 01 22:56:58.784 INFO kablam! error: cannot find type `IsNull` in this scope Sep 01 22:56:58.784 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.784 INFO kablam! | Sep 01 22:56:58.784 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.784 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.784 INFO kablam! | Sep 01 22:56:58.785 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! Sep 01 22:56:58.785 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.785 INFO kablam! Sep 01 22:56:58.785 INFO kablam! error: cannot find type `IsNull` in this scope Sep 01 22:56:58.785 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.785 INFO kablam! | Sep 01 22:56:58.785 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.785 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.785 INFO kablam! | Sep 01 22:56:58.786 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! Sep 01 22:56:58.786 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.786 INFO kablam! Sep 01 22:56:58.786 INFO kablam! error: cannot find type `IsNotNull` in this scope Sep 01 22:56:58.786 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.786 INFO kablam! | Sep 01 22:56:58.786 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.786 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.786 INFO kablam! | Sep 01 22:56:58.786 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! Sep 01 22:56:58.787 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.787 INFO kablam! Sep 01 22:56:58.787 INFO kablam! error: cannot find type `IsNotNull` in this scope Sep 01 22:56:58.787 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.787 INFO kablam! | Sep 01 22:56:58.787 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.787 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.787 INFO kablam! | Sep 01 22:56:58.787 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! Sep 01 22:56:58.788 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.788 INFO kablam! Sep 01 22:56:58.788 INFO kablam! error: cannot find type `Asc` in this scope Sep 01 22:56:58.788 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.788 INFO kablam! | Sep 01 22:56:58.788 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.788 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.788 INFO kablam! | Sep 01 22:56:58.788 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! Sep 01 22:56:58.789 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.789 INFO kablam! Sep 01 22:56:58.789 INFO kablam! error: cannot find type `Asc` in this scope Sep 01 22:56:58.789 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.789 INFO kablam! | Sep 01 22:56:58.789 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.789 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.789 INFO kablam! | Sep 01 22:56:58.789 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! Sep 01 22:56:58.789 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.790 INFO kablam! Sep 01 22:56:58.790 INFO kablam! error: cannot find type `Desc` in this scope Sep 01 22:56:58.790 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.790 INFO kablam! | Sep 01 22:56:58.790 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.790 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.790 INFO kablam! | Sep 01 22:56:58.790 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! Sep 01 22:56:58.790 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.790 INFO kablam! Sep 01 22:56:58.791 INFO kablam! error: cannot find type `Desc` in this scope Sep 01 22:56:58.791 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.791 INFO kablam! | Sep 01 22:56:58.791 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.791 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.791 INFO kablam! | Sep 01 22:56:58.791 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! Sep 01 22:56:58.791 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.791 INFO kablam! Sep 01 22:56:58.791 INFO kablam! error: cannot find type `Not` in this scope Sep 01 22:56:58.791 INFO kablam! --> src/expression/operators.rs:64:38 Sep 01 22:56:58.791 INFO kablam! | Sep 01 22:56:58.791 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.791 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.791 INFO kablam! | Sep 01 22:56:58.791 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! Sep 01 22:56:58.792 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.792 INFO kablam! Sep 01 22:56:58.792 INFO kablam! error: cannot find type `Not` in this scope Sep 01 22:56:58.792 INFO kablam! --> src/expression/operators.rs:64:47 Sep 01 22:56:58.792 INFO kablam! | Sep 01 22:56:58.792 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 01 22:56:58.792 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.792 INFO kablam! | Sep 01 22:56:58.792 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! Sep 01 22:56:58.792 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.792 INFO kablam! Sep 01 22:56:58.792 INFO kablam! error: cannot find type `SqlLiteral` in this scope Sep 01 22:56:58.792 INFO kablam! --> src/expression/sql_literal.rs:9:24 Sep 01 22:56:58.792 INFO kablam! | Sep 01 22:56:58.792 INFO kablam! 9 | #[derive(Debug, Clone, DieselNumericOps)] Sep 01 22:56:58.792 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.792 INFO kablam! | Sep 01 22:56:58.792 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! Sep 01 22:56:58.792 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.792 INFO kablam! Sep 01 22:56:58.793 INFO kablam! error: cannot find type `UncheckedBind` in this scope Sep 01 22:56:58.793 INFO kablam! --> src/expression/sql_literal.rs:231:10 Sep 01 22:56:58.793 INFO kablam! | Sep 01 22:56:58.793 INFO kablam! 231 | #[derive(QueryId, Debug, Clone, Copy)] Sep 01 22:56:58.793 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.793 INFO kablam! | Sep 01 22:56:58.793 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! Sep 01 22:56:58.793 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.793 INFO kablam! Sep 01 22:56:58.793 INFO kablam! error: cannot find type `Subselect` in this scope Sep 01 22:56:58.793 INFO kablam! --> src/expression/subselect.rs:8:30 Sep 01 22:56:58.793 INFO kablam! | Sep 01 22:56:58.793 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.793 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.793 INFO kablam! | Sep 01 22:56:58.793 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! Sep 01 22:56:58.793 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.793 INFO kablam! Sep 01 22:56:58.793 INFO kablam! error: cannot find type `DeleteStatement` in this scope Sep 01 22:56:58.794 INFO kablam! --> src/query_builder/delete_statement/mod.rs:12:30 Sep 01 22:56:58.794 INFO kablam! | Sep 01 22:56:58.794 INFO kablam! 12 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.794 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.794 INFO kablam! | Sep 01 22:56:58.794 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! Sep 01 22:56:58.794 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.794 INFO kablam! Sep 01 22:56:58.794 INFO kablam! error: cannot find type `NoDistinctClause` in this scope Sep 01 22:56:58.794 INFO kablam! --> src/query_builder/distinct_clause.rs:5:30 Sep 01 22:56:58.794 INFO kablam! | Sep 01 22:56:58.794 INFO kablam! 5 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.794 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.794 INFO kablam! | Sep 01 22:56:58.794 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! Sep 01 22:56:58.794 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.794 INFO kablam! Sep 01 22:56:58.794 INFO kablam! error: cannot find type `DistinctClause` in this scope Sep 01 22:56:58.794 INFO kablam! --> src/query_builder/distinct_clause.rs:7:30 Sep 01 22:56:58.794 INFO kablam! | Sep 01 22:56:58.794 INFO kablam! 7 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.795 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.795 INFO kablam! | Sep 01 22:56:58.795 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! Sep 01 22:56:58.795 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.795 INFO kablam! Sep 01 22:56:58.795 INFO kablam! error: cannot find type `NoGroupByClause` in this scope Sep 01 22:56:58.795 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 01 22:56:58.795 INFO kablam! | Sep 01 22:56:58.795 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.795 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.795 INFO kablam! | Sep 01 22:56:58.795 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! Sep 01 22:56:58.795 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.795 INFO kablam! Sep 01 22:56:58.795 INFO kablam! error: cannot find type `GroupByClause` in this scope Sep 01 22:56:58.795 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 01 22:56:58.795 INFO kablam! | Sep 01 22:56:58.795 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.795 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.795 INFO kablam! | Sep 01 22:56:58.795 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! Sep 01 22:56:58.796 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.796 INFO kablam! Sep 01 22:56:58.796 INFO kablam! error: cannot find type `Insert` in this scope Sep 01 22:56:58.796 INFO kablam! --> src/query_builder/insert_statement/mod.rs:329:30 Sep 01 22:56:58.796 INFO kablam! | Sep 01 22:56:58.796 INFO kablam! 329 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.796 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.796 INFO kablam! | Sep 01 22:56:58.796 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! Sep 01 22:56:58.796 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.796 INFO kablam! Sep 01 22:56:58.796 INFO kablam! error: cannot find type `InsertOrIgnore` in this scope Sep 01 22:56:58.796 INFO kablam! --> src/query_builder/insert_statement/mod.rs:340:30 Sep 01 22:56:58.796 INFO kablam! | Sep 01 22:56:58.796 INFO kablam! 340 | #[derive(Debug, Copy, Clone, QueryId)] Sep 01 22:56:58.796 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.796 INFO kablam! | Sep 01 22:56:58.796 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! Sep 01 22:56:58.796 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.796 INFO kablam! Sep 01 22:56:58.797 INFO kablam! error: cannot find type `NoLimitClause` in this scope Sep 01 22:56:58.797 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 01 22:56:58.797 INFO kablam! | Sep 01 22:56:58.797 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.797 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.797 INFO kablam! | Sep 01 22:56:58.797 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! Sep 01 22:56:58.797 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.797 INFO kablam! Sep 01 22:56:58.797 INFO kablam! error: cannot find type `LimitClause` in this scope Sep 01 22:56:58.797 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 01 22:56:58.797 INFO kablam! | Sep 01 22:56:58.797 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.797 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.797 INFO kablam! | Sep 01 22:56:58.797 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! Sep 01 22:56:58.797 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.797 INFO kablam! Sep 01 22:56:58.797 INFO kablam! error: cannot find type `NoLockingClause` in this scope Sep 01 22:56:58.797 INFO kablam! --> src/query_builder/locking_clause.rs:5:30 Sep 01 22:56:58.798 INFO kablam! | Sep 01 22:56:58.798 INFO kablam! 5 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.798 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.798 INFO kablam! | Sep 01 22:56:58.798 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! Sep 01 22:56:58.798 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.798 INFO kablam! Sep 01 22:56:58.798 INFO kablam! error: cannot find type `LockingClause` in this scope Sep 01 22:56:58.798 INFO kablam! --> src/query_builder/locking_clause.rs:14:30 Sep 01 22:56:58.798 INFO kablam! | Sep 01 22:56:58.798 INFO kablam! 14 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.798 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.798 INFO kablam! | Sep 01 22:56:58.798 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! Sep 01 22:56:58.798 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.798 INFO kablam! Sep 01 22:56:58.798 INFO kablam! error: cannot find type `ForUpdate` in this scope Sep 01 22:56:58.798 INFO kablam! --> src/query_builder/locking_clause.rs:40:30 Sep 01 22:56:58.798 INFO kablam! | Sep 01 22:56:58.798 INFO kablam! 40 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.798 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.799 INFO kablam! | Sep 01 22:56:58.799 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! Sep 01 22:56:58.799 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.799 INFO kablam! Sep 01 22:56:58.799 INFO kablam! error: cannot find type `ForNoKeyUpdate` in this scope Sep 01 22:56:58.799 INFO kablam! --> src/query_builder/locking_clause.rs:43:30 Sep 01 22:56:58.799 INFO kablam! | Sep 01 22:56:58.799 INFO kablam! 43 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.799 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.799 INFO kablam! | Sep 01 22:56:58.799 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! Sep 01 22:56:58.799 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.799 INFO kablam! Sep 01 22:56:58.799 INFO kablam! error: cannot find type `ForShare` in this scope Sep 01 22:56:58.799 INFO kablam! --> src/query_builder/locking_clause.rs:46:30 Sep 01 22:56:58.799 INFO kablam! | Sep 01 22:56:58.799 INFO kablam! 46 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.799 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.799 INFO kablam! | Sep 01 22:56:58.799 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! Sep 01 22:56:58.799 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.800 INFO kablam! Sep 01 22:56:58.800 INFO kablam! error: cannot find type `ForKeyShare` in this scope Sep 01 22:56:58.800 INFO kablam! --> src/query_builder/locking_clause.rs:49:30 Sep 01 22:56:58.800 INFO kablam! | Sep 01 22:56:58.800 INFO kablam! 49 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.800 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.800 INFO kablam! | Sep 01 22:56:58.800 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! Sep 01 22:56:58.800 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.800 INFO kablam! Sep 01 22:56:58.800 INFO kablam! error: cannot find type `NoModifier` in this scope Sep 01 22:56:58.800 INFO kablam! --> src/query_builder/locking_clause.rs:54:30 Sep 01 22:56:58.800 INFO kablam! | Sep 01 22:56:58.800 INFO kablam! 54 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.800 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.800 INFO kablam! | Sep 01 22:56:58.800 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! Sep 01 22:56:58.800 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.800 INFO kablam! Sep 01 22:56:58.801 INFO kablam! error: cannot find type `SkipLocked` in this scope Sep 01 22:56:58.801 INFO kablam! --> src/query_builder/locking_clause.rs:57:30 Sep 01 22:56:58.801 INFO kablam! | Sep 01 22:56:58.802 INFO kablam! 57 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.802 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.802 INFO kablam! | Sep 01 22:56:58.802 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! Sep 01 22:56:58.802 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.802 INFO kablam! Sep 01 22:56:58.802 INFO kablam! error: cannot find type `NoWait` in this scope Sep 01 22:56:58.802 INFO kablam! --> src/query_builder/locking_clause.rs:60:30 Sep 01 22:56:58.802 INFO kablam! | Sep 01 22:56:58.802 INFO kablam! 60 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.803 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.803 INFO kablam! | Sep 01 22:56:58.803 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! Sep 01 22:56:58.803 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.803 INFO kablam! Sep 01 22:56:58.803 INFO kablam! error: cannot find type `NoOffsetClause` in this scope Sep 01 22:56:58.803 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 01 22:56:58.803 INFO kablam! | Sep 01 22:56:58.803 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.803 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.803 INFO kablam! | Sep 01 22:56:58.803 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! Sep 01 22:56:58.803 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.803 INFO kablam! Sep 01 22:56:58.803 INFO kablam! error: cannot find type `OffsetClause` in this scope Sep 01 22:56:58.803 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 01 22:56:58.803 INFO kablam! | Sep 01 22:56:58.803 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.803 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.803 INFO kablam! | Sep 01 22:56:58.803 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! Sep 01 22:56:58.804 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.804 INFO kablam! Sep 01 22:56:58.804 INFO kablam! error: cannot find type `NoOrderClause` in this scope Sep 01 22:56:58.804 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 01 22:56:58.804 INFO kablam! | Sep 01 22:56:58.804 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.804 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.804 INFO kablam! | Sep 01 22:56:58.804 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! Sep 01 22:56:58.804 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.804 INFO kablam! Sep 01 22:56:58.804 INFO kablam! error: cannot find type `OrderClause` in this scope Sep 01 22:56:58.804 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 01 22:56:58.804 INFO kablam! | Sep 01 22:56:58.804 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.804 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.804 INFO kablam! | Sep 01 22:56:58.804 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! Sep 01 22:56:58.804 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.804 INFO kablam! Sep 01 22:56:58.805 INFO kablam! error: cannot find type `NoReturningClause` in this scope Sep 01 22:56:58.805 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 01 22:56:58.805 INFO kablam! | Sep 01 22:56:58.805 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.805 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.805 INFO kablam! | Sep 01 22:56:58.805 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! Sep 01 22:56:58.805 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.805 INFO kablam! Sep 01 22:56:58.805 INFO kablam! error: cannot find type `ReturningClause` in this scope Sep 01 22:56:58.805 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 01 22:56:58.805 INFO kablam! | Sep 01 22:56:58.805 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.805 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.805 INFO kablam! | Sep 01 22:56:58.805 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! Sep 01 22:56:58.805 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.805 INFO kablam! Sep 01 22:56:58.805 INFO kablam! error: cannot find type `DefaultSelectClause` in this scope Sep 01 22:56:58.805 INFO kablam! --> src/query_builder/select_clause.rs:6:30 Sep 01 22:56:58.805 INFO kablam! | Sep 01 22:56:58.806 INFO kablam! 6 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.806 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.806 INFO kablam! | Sep 01 22:56:58.806 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! Sep 01 22:56:58.806 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.806 INFO kablam! Sep 01 22:56:58.806 INFO kablam! error: cannot find type `SelectClause` in this scope Sep 01 22:56:58.806 INFO kablam! --> src/query_builder/select_clause.rs:8:30 Sep 01 22:56:58.806 INFO kablam! | Sep 01 22:56:58.806 INFO kablam! 8 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.806 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.806 INFO kablam! | Sep 01 22:56:58.806 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! Sep 01 22:56:58.806 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.806 INFO kablam! Sep 01 22:56:58.806 INFO kablam! error: cannot find type `SelectStatement` in this scope Sep 01 22:56:58.806 INFO kablam! --> src/query_builder/select_statement/mod.rs:36:30 Sep 01 22:56:58.806 INFO kablam! | Sep 01 22:56:58.806 INFO kablam! 36 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.806 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.806 INFO kablam! | Sep 01 22:56:58.807 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! Sep 01 22:56:58.807 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.807 INFO kablam! Sep 01 22:56:58.807 INFO kablam! error: cannot find type `NoWhereClause` in this scope Sep 01 22:56:58.807 INFO kablam! --> src/query_builder/where_clause.rs:31:30 Sep 01 22:56:58.807 INFO kablam! | Sep 01 22:56:58.807 INFO kablam! 31 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.807 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.807 INFO kablam! | Sep 01 22:56:58.807 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! Sep 01 22:56:58.807 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.807 INFO kablam! Sep 01 22:56:58.807 INFO kablam! error: cannot find type `WhereClause` in this scope Sep 01 22:56:58.807 INFO kablam! --> src/query_builder/where_clause.rs:69:30 Sep 01 22:56:58.807 INFO kablam! | Sep 01 22:56:58.807 INFO kablam! 69 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.807 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.807 INFO kablam! | Sep 01 22:56:58.807 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! Sep 01 22:56:58.807 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.808 INFO kablam! Sep 01 22:56:58.808 INFO kablam! error: cannot find type `Join` in this scope Sep 01 22:56:58.808 INFO kablam! --> src/query_source/joins.rs:12:30 Sep 01 22:56:58.808 INFO kablam! | Sep 01 22:56:58.808 INFO kablam! 12 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.808 INFO kablam! | Sep 01 22:56:58.808 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! Sep 01 22:56:58.808 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.808 INFO kablam! Sep 01 22:56:58.808 INFO kablam! error: cannot find type `JoinOn` in this scope Sep 01 22:56:58.808 INFO kablam! --> src/query_source/joins.rs:20:30 Sep 01 22:56:58.808 INFO kablam! | Sep 01 22:56:58.808 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 01 22:56:58.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.808 INFO kablam! | Sep 01 22:56:58.808 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! Sep 01 22:56:58.808 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.808 INFO kablam! Sep 01 22:56:58.808 INFO kablam! error: cannot find type `Inner` in this scope Sep 01 22:56:58.809 INFO kablam! --> src/query_source/joins.rs:218:39 Sep 01 22:56:58.809 INFO kablam! | Sep 01 22:56:58.809 INFO kablam! 218 | #[derive(Debug, Clone, Copy, Default, QueryId)] Sep 01 22:56:58.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.809 INFO kablam! | Sep 01 22:56:58.809 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! Sep 01 22:56:58.809 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.809 INFO kablam! Sep 01 22:56:58.809 INFO kablam! error: cannot find type `LeftOuter` in this scope Sep 01 22:56:58.809 INFO kablam! --> src/query_source/joins.rs:229:39 Sep 01 22:56:58.809 INFO kablam! | Sep 01 22:56:58.809 INFO kablam! 229 | #[derive(Debug, Clone, Copy, Default, QueryId)] Sep 01 22:56:58.809 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.809 INFO kablam! | Sep 01 22:56:58.809 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! Sep 01 22:56:58.809 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.809 INFO kablam! Sep 01 22:56:58.809 INFO kablam! error: cannot find type `Bool` in this scope Sep 01 22:56:58.809 INFO kablam! --> src/sql_types/mod.rs:37:39 Sep 01 22:56:58.809 INFO kablam! | Sep 01 22:56:58.810 INFO kablam! 37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.810 INFO kablam! | Sep 01 22:56:58.810 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! Sep 01 22:56:58.810 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.810 INFO kablam! Sep 01 22:56:58.810 INFO kablam! error: cannot find type `Bool` in this scope Sep 01 22:56:58.810 INFO kablam! --> src/sql_types/mod.rs:37:48 Sep 01 22:56:58.810 INFO kablam! | Sep 01 22:56:58.810 INFO kablam! 37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.810 INFO kablam! | Sep 01 22:56:58.810 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! Sep 01 22:56:58.810 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.810 INFO kablam! Sep 01 22:56:58.810 INFO kablam! error: cannot find type `Tinyint` in this scope Sep 01 22:56:58.810 INFO kablam! --> src/sql_types/mod.rs:58:39 Sep 01 22:56:58.810 INFO kablam! | Sep 01 22:56:58.810 INFO kablam! 58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.810 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.811 INFO kablam! | Sep 01 22:56:58.811 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! Sep 01 22:56:58.811 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.811 INFO kablam! Sep 01 22:56:58.811 INFO kablam! error: cannot find type `Tinyint` in this scope Sep 01 22:56:58.811 INFO kablam! --> src/sql_types/mod.rs:58:48 Sep 01 22:56:58.811 INFO kablam! | Sep 01 22:56:58.811 INFO kablam! 58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.811 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.811 INFO kablam! | Sep 01 22:56:58.811 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! Sep 01 22:56:58.811 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.811 INFO kablam! Sep 01 22:56:58.811 INFO kablam! error: cannot find type `SmallInt` in this scope Sep 01 22:56:58.811 INFO kablam! --> src/sql_types/mod.rs:73:39 Sep 01 22:56:58.811 INFO kablam! | Sep 01 22:56:58.811 INFO kablam! 73 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.811 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.811 INFO kablam! | Sep 01 22:56:58.811 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! Sep 01 22:56:58.811 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.812 INFO kablam! Sep 01 22:56:58.812 INFO kablam! error: cannot find type `SmallInt` in this scope Sep 01 22:56:58.812 INFO kablam! --> src/sql_types/mod.rs:73:48 Sep 01 22:56:58.812 INFO kablam! | Sep 01 22:56:58.812 INFO kablam! 73 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.812 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.812 INFO kablam! | Sep 01 22:56:58.812 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! Sep 01 22:56:58.812 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.813 INFO kablam! Sep 01 22:56:58.813 INFO kablam! error: cannot find type `Integer` in this scope Sep 01 22:56:58.813 INFO kablam! --> src/sql_types/mod.rs:94:39 Sep 01 22:56:58.814 INFO kablam! | Sep 01 22:56:58.814 INFO kablam! 94 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.814 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.814 INFO kablam! | Sep 01 22:56:58.814 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! Sep 01 22:56:58.814 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.814 INFO kablam! Sep 01 22:56:58.814 INFO kablam! error: cannot find type `Integer` in this scope Sep 01 22:56:58.814 INFO kablam! --> src/sql_types/mod.rs:94:48 Sep 01 22:56:58.814 INFO kablam! | Sep 01 22:56:58.814 INFO kablam! 94 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.814 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.814 INFO kablam! | Sep 01 22:56:58.814 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! Sep 01 22:56:58.814 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.814 INFO kablam! Sep 01 22:56:58.814 INFO kablam! error: cannot find type `BigInt` in this scope Sep 01 22:56:58.814 INFO kablam! --> src/sql_types/mod.rs:113:39 Sep 01 22:56:58.814 INFO kablam! | Sep 01 22:56:58.814 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.815 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.815 INFO kablam! | Sep 01 22:56:58.815 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! Sep 01 22:56:58.815 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.815 INFO kablam! Sep 01 22:56:58.815 INFO kablam! error: cannot find type `BigInt` in this scope Sep 01 22:56:58.815 INFO kablam! --> src/sql_types/mod.rs:113:48 Sep 01 22:56:58.815 INFO kablam! | Sep 01 22:56:58.815 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.815 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.815 INFO kablam! | Sep 01 22:56:58.815 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! Sep 01 22:56:58.815 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.815 INFO kablam! Sep 01 22:56:58.815 INFO kablam! error: cannot find type `Float` in this scope Sep 01 22:56:58.815 INFO kablam! --> src/sql_types/mod.rs:134:39 Sep 01 22:56:58.815 INFO kablam! | Sep 01 22:56:58.815 INFO kablam! 134 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.815 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.815 INFO kablam! | Sep 01 22:56:58.815 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! Sep 01 22:56:58.816 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.816 INFO kablam! Sep 01 22:56:58.816 INFO kablam! error: cannot find type `Float` in this scope Sep 01 22:56:58.816 INFO kablam! --> src/sql_types/mod.rs:134:48 Sep 01 22:56:58.816 INFO kablam! | Sep 01 22:56:58.816 INFO kablam! 134 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.816 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.816 INFO kablam! | Sep 01 22:56:58.816 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! Sep 01 22:56:58.816 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.816 INFO kablam! Sep 01 22:56:58.816 INFO kablam! error: cannot find type `Double` in this scope Sep 01 22:56:58.816 INFO kablam! --> src/sql_types/mod.rs:153:39 Sep 01 22:56:58.816 INFO kablam! | Sep 01 22:56:58.816 INFO kablam! 153 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.816 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.816 INFO kablam! | Sep 01 22:56:58.816 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! Sep 01 22:56:58.816 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.817 INFO kablam! Sep 01 22:56:58.817 INFO kablam! error: cannot find type `Double` in this scope Sep 01 22:56:58.817 INFO kablam! --> src/sql_types/mod.rs:153:48 Sep 01 22:56:58.817 INFO kablam! | Sep 01 22:56:58.817 INFO kablam! 153 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.817 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.817 INFO kablam! | Sep 01 22:56:58.817 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! Sep 01 22:56:58.817 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.817 INFO kablam! Sep 01 22:56:58.817 INFO kablam! error: cannot find type `Numeric` in this scope Sep 01 22:56:58.817 INFO kablam! --> src/sql_types/mod.rs:175:39 Sep 01 22:56:58.817 INFO kablam! | Sep 01 22:56:58.817 INFO kablam! 175 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.817 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.817 INFO kablam! | Sep 01 22:56:58.817 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! Sep 01 22:56:58.817 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.817 INFO kablam! Sep 01 22:56:58.817 INFO kablam! error: cannot find type `Numeric` in this scope Sep 01 22:56:58.818 INFO kablam! --> src/sql_types/mod.rs:175:48 Sep 01 22:56:58.818 INFO kablam! | Sep 01 22:56:58.818 INFO kablam! 175 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.818 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.818 INFO kablam! | Sep 01 22:56:58.818 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! Sep 01 22:56:58.818 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.818 INFO kablam! Sep 01 22:56:58.818 INFO kablam! error: cannot find type `Text` in this scope Sep 01 22:56:58.818 INFO kablam! --> src/sql_types/mod.rs:203:39 Sep 01 22:56:58.818 INFO kablam! | Sep 01 22:56:58.818 INFO kablam! 203 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.818 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.818 INFO kablam! | Sep 01 22:56:58.818 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! Sep 01 22:56:58.818 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.818 INFO kablam! Sep 01 22:56:58.818 INFO kablam! error: cannot find type `Text` in this scope Sep 01 22:56:58.818 INFO kablam! --> src/sql_types/mod.rs:203:48 Sep 01 22:56:58.818 INFO kablam! | Sep 01 22:56:58.819 INFO kablam! 203 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.819 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.819 INFO kablam! | Sep 01 22:56:58.819 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! Sep 01 22:56:58.819 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.819 INFO kablam! Sep 01 22:56:58.819 INFO kablam! error: cannot find type `Binary` in this scope Sep 01 22:56:58.819 INFO kablam! --> src/sql_types/mod.rs:246:39 Sep 01 22:56:58.819 INFO kablam! | Sep 01 22:56:58.819 INFO kablam! 246 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.819 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.819 INFO kablam! | Sep 01 22:56:58.819 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! Sep 01 22:56:58.819 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.819 INFO kablam! Sep 01 22:56:58.819 INFO kablam! error: cannot find type `Binary` in this scope Sep 01 22:56:58.819 INFO kablam! --> src/sql_types/mod.rs:246:48 Sep 01 22:56:58.820 INFO kablam! | Sep 01 22:56:58.820 INFO kablam! 246 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.820 INFO kablam! | Sep 01 22:56:58.820 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! Sep 01 22:56:58.820 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.820 INFO kablam! Sep 01 22:56:58.820 INFO kablam! error: cannot find type `Date` in this scope Sep 01 22:56:58.821 INFO kablam! --> src/sql_types/mod.rs:276:39 Sep 01 22:56:58.821 INFO kablam! | Sep 01 22:56:58.821 INFO kablam! 276 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.821 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.821 INFO kablam! | Sep 01 22:56:58.821 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! Sep 01 22:56:58.821 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.821 INFO kablam! Sep 01 22:56:58.821 INFO kablam! error: cannot find type `Date` in this scope Sep 01 22:56:58.821 INFO kablam! --> src/sql_types/mod.rs:276:48 Sep 01 22:56:58.821 INFO kablam! | Sep 01 22:56:58.821 INFO kablam! 276 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.821 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.821 INFO kablam! | Sep 01 22:56:58.821 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! Sep 01 22:56:58.821 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.821 INFO kablam! Sep 01 22:56:58.821 INFO kablam! error: cannot find type `Interval` in this scope Sep 01 22:56:58.821 INFO kablam! --> src/sql_types/mod.rs:296:39 Sep 01 22:56:58.821 INFO kablam! | Sep 01 22:56:58.822 INFO kablam! 296 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.822 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.822 INFO kablam! | Sep 01 22:56:58.822 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! Sep 01 22:56:58.822 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.822 INFO kablam! Sep 01 22:56:58.822 INFO kablam! error: cannot find type `Interval` in this scope Sep 01 22:56:58.822 INFO kablam! --> src/sql_types/mod.rs:296:48 Sep 01 22:56:58.822 INFO kablam! | Sep 01 22:56:58.822 INFO kablam! 296 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.822 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.822 INFO kablam! | Sep 01 22:56:58.822 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! Sep 01 22:56:58.822 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.822 INFO kablam! Sep 01 22:56:58.822 INFO kablam! error: cannot find type `Time` in this scope Sep 01 22:56:58.822 INFO kablam! --> src/sql_types/mod.rs:311:39 Sep 01 22:56:58.822 INFO kablam! | Sep 01 22:56:58.822 INFO kablam! 311 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.822 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.823 INFO kablam! | Sep 01 22:56:58.823 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! Sep 01 22:56:58.823 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.823 INFO kablam! Sep 01 22:56:58.823 INFO kablam! error: cannot find type `Time` in this scope Sep 01 22:56:58.823 INFO kablam! --> src/sql_types/mod.rs:311:48 Sep 01 22:56:58.823 INFO kablam! | Sep 01 22:56:58.823 INFO kablam! 311 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.823 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.823 INFO kablam! | Sep 01 22:56:58.823 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! Sep 01 22:56:58.823 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.823 INFO kablam! Sep 01 22:56:58.823 INFO kablam! error: cannot find type `Timestamp` in this scope Sep 01 22:56:58.823 INFO kablam! --> src/sql_types/mod.rs:334:39 Sep 01 22:56:58.823 INFO kablam! | Sep 01 22:56:58.823 INFO kablam! 334 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.823 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.823 INFO kablam! | Sep 01 22:56:58.823 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! Sep 01 22:56:58.824 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.824 INFO kablam! Sep 01 22:56:58.824 INFO kablam! error: cannot find type `Timestamp` in this scope Sep 01 22:56:58.824 INFO kablam! --> src/sql_types/mod.rs:334:48 Sep 01 22:56:58.824 INFO kablam! | Sep 01 22:56:58.824 INFO kablam! 334 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 01 22:56:58.824 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.824 INFO kablam! | Sep 01 22:56:58.824 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! Sep 01 22:56:58.824 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.824 INFO kablam! Sep 01 22:56:58.824 INFO kablam! error: cannot find type `SystemTime` in this scope Sep 01 22:56:58.824 INFO kablam! --> src/type_impls/date_and_time.rs:5:10 Sep 01 22:56:58.824 INFO kablam! | Sep 01 22:56:58.824 INFO kablam! 5 | #[derive(FromSqlRow, AsExpression)] Sep 01 22:56:58.824 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.824 INFO kablam! | Sep 01 22:56:58.824 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! Sep 01 22:56:58.824 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.824 INFO kablam! Sep 01 22:56:58.825 INFO kablam! error: cannot find type `SystemTime` in this scope Sep 01 22:56:58.825 INFO kablam! --> src/type_impls/date_and_time.rs:5:22 Sep 01 22:56:58.825 INFO kablam! | Sep 01 22:56:58.825 INFO kablam! 5 | #[derive(FromSqlRow, AsExpression)] Sep 01 22:56:58.825 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.825 INFO kablam! | Sep 01 22:56:58.825 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! Sep 01 22:56:58.825 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.825 INFO kablam! Sep 01 22:56:58.825 INFO kablam! error: cannot find type `Bool` in this scope Sep 01 22:56:58.825 INFO kablam! --> src/type_impls/primitives.rs:13:26 Sep 01 22:56:58.825 INFO kablam! | Sep 01 22:56:58.825 INFO kablam! 13 | #[derive(FromSqlRow, AsExpression)] Sep 01 22:56:58.825 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.825 INFO kablam! | Sep 01 22:56:58.825 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! Sep 01 22:56:58.825 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.825 INFO kablam! Sep 01 22:56:58.825 INFO kablam! error: cannot find type `SmallInt` in this scope Sep 01 22:56:58.825 INFO kablam! --> src/type_impls/primitives.rs:23:26 Sep 01 22:56:58.826 INFO kablam! | Sep 01 22:56:58.826 INFO kablam! 23 | #[derive(FromSqlRow, AsExpression)] Sep 01 22:56:58.826 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.826 INFO kablam! | Sep 01 22:56:58.826 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! Sep 01 22:56:58.826 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.826 INFO kablam! Sep 01 22:56:58.826 INFO kablam! error: cannot find type `Integer` in this scope Sep 01 22:56:58.826 INFO kablam! --> src/type_impls/primitives.rs:28:26 Sep 01 22:56:58.826 INFO kablam! | Sep 01 22:56:58.826 INFO kablam! 28 | #[derive(FromSqlRow, AsExpression)] Sep 01 22:56:58.826 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.826 INFO kablam! | Sep 01 22:56:58.826 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! Sep 01 22:56:58.826 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.826 INFO kablam! Sep 01 22:56:58.826 INFO kablam! error: cannot find type `BigInt` in this scope Sep 01 22:56:58.826 INFO kablam! --> src/type_impls/primitives.rs:33:26 Sep 01 22:56:58.826 INFO kablam! | Sep 01 22:56:58.826 INFO kablam! 33 | #[derive(FromSqlRow, AsExpression)] Sep 01 22:56:58.826 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.827 INFO kablam! | Sep 01 22:56:58.827 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! Sep 01 22:56:58.827 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.827 INFO kablam! Sep 01 22:56:58.827 INFO kablam! error: cannot find type `Float` in this scope Sep 01 22:56:58.827 INFO kablam! --> src/type_impls/primitives.rs:54:26 Sep 01 22:56:58.827 INFO kablam! | Sep 01 22:56:58.827 INFO kablam! 54 | #[derive(FromSqlRow, AsExpression)] Sep 01 22:56:58.827 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.827 INFO kablam! | Sep 01 22:56:58.827 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! Sep 01 22:56:58.827 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.827 INFO kablam! Sep 01 22:56:58.827 INFO kablam! error: cannot find type `Double` in this scope Sep 01 22:56:58.827 INFO kablam! --> src/type_impls/primitives.rs:59:26 Sep 01 22:56:58.827 INFO kablam! | Sep 01 22:56:58.827 INFO kablam! 59 | #[derive(FromSqlRow, AsExpression)] Sep 01 22:56:58.827 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.827 INFO kablam! | Sep 01 22:56:58.827 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! Sep 01 22:56:58.827 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.828 INFO kablam! Sep 01 22:56:58.828 INFO kablam! error: cannot find type `Text` in this scope Sep 01 22:56:58.828 INFO kablam! --> src/type_impls/primitives.rs:64:26 Sep 01 22:56:58.828 INFO kablam! | Sep 01 22:56:58.828 INFO kablam! 64 | #[derive(FromSqlRow, AsExpression)] Sep 01 22:56:58.828 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.828 INFO kablam! | Sep 01 22:56:58.828 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! Sep 01 22:56:58.828 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.828 INFO kablam! Sep 01 22:56:58.828 INFO kablam! error: cannot find type `Text` in this scope Sep 01 22:56:58.828 INFO kablam! --> src/type_impls/primitives.rs:72:14 Sep 01 22:56:58.828 INFO kablam! | Sep 01 22:56:58.828 INFO kablam! 72 | #[derive(AsExpression)] Sep 01 22:56:58.828 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.828 INFO kablam! | Sep 01 22:56:58.828 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! Sep 01 22:56:58.828 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.828 INFO kablam! Sep 01 22:56:58.828 INFO kablam! error: cannot find type `Binary` in this scope Sep 01 22:56:58.828 INFO kablam! --> src/type_impls/primitives.rs:84:14 Sep 01 22:56:58.829 INFO kablam! | Sep 01 22:56:58.829 INFO kablam! 84 | #[derive(AsExpression)] Sep 01 22:56:58.829 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.829 INFO kablam! | Sep 01 22:56:58.829 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! Sep 01 22:56:58.829 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.829 INFO kablam! Sep 01 22:56:58.829 INFO kablam! error: cannot find type `Binary` in this scope Sep 01 22:56:58.829 INFO kablam! --> src/type_impls/primitives.rs:89:14 Sep 01 22:56:58.829 INFO kablam! | Sep 01 22:56:58.829 INFO kablam! 89 | #[derive(AsExpression)] Sep 01 22:56:58.829 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 01 22:56:58.829 INFO kablam! | Sep 01 22:56:58.829 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! Sep 01 22:56:58.829 INFO kablam! = note: for more information, see issue #50504 Sep 01 22:56:58.829 INFO kablam! Sep 01 22:56:59.042 INFO kablam! error: aborting due to previous error Sep 01 22:56:59.042 INFO kablam! Sep 01 22:56:59.056 INFO kablam! error: Could not compile `diesel`. Sep 01 22:56:59.056 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 22:57:14.738 INFO kablam! error: aborting due to 143 previous errors Sep 01 22:57:14.738 INFO kablam! Sep 01 22:57:14.752 INFO kablam! error: Could not compile `diesel`. Sep 01 22:57:14.752 INFO kablam! Sep 01 22:57:14.752 INFO kablam! To learn more, run the command again with --verbose. Sep 01 22:57:14.753 INFO kablam! su: No module specific data is present Sep 01 22:57:15.233 INFO running `"docker" "rm" "-f" "645173706b56c4ead760c0ec13b9a63ea599936df48a7e284907e9deff9d768d"` Sep 01 22:57:15.329 INFO blam! 645173706b56c4ead760c0ec13b9a63ea599936df48a7e284907e9deff9d768d