Sep 21 11:24:23.008 INFO checking diesel-1.3.3 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:24:23.008 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:24:23.008 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:24:23.227 INFO blam! 1375e81d6f738fbb55095567d074814641972cabf6c0ba58347f1114d98e4629 Sep 21 11:24:23.229 INFO running `"docker" "start" "-a" "1375e81d6f738fbb55095567d074814641972cabf6c0ba58347f1114d98e4629"` Sep 21 11:24:24.293 INFO kablam! usermod: no changes Sep 21 11:24:24.522 INFO kablam! Compiling diesel_derives v1.3.0 Sep 21 11:24:32.594 INFO kablam! Checking diesel v1.3.3 (/source) Sep 21 11:24:34.418 INFO kablam! error: At least one backend must be used to test this crate. Sep 21 11:24:34.418 INFO kablam! Pass argument `--features ""` with one or more of the following backends, 'mysql', 'postgres', or 'sqlite'. Sep 21 11:24:34.418 INFO kablam! Sep 21 11:24:34.418 INFO kablam! ex. cargo test --features "mysql postgres sqlite" Sep 21 11:24:34.418 INFO kablam! Sep 21 11:24:34.418 INFO kablam! --> src/test_helpers.rs:45:9 Sep 21 11:24:34.418 INFO kablam! | Sep 21 11:24:34.418 INFO kablam! 45 | / compile_error!( Sep 21 11:24:34.418 INFO kablam! 46 | | "At least one backend must be used to test this crate.\n \ Sep 21 11:24:34.418 INFO kablam! 47 | | Pass argument `--features \"\"` with one or more of the following backends, \ Sep 21 11:24:34.418 INFO kablam! 48 | | 'mysql', 'postgres', or 'sqlite'. \n\n \ Sep 21 11:24:34.418 INFO kablam! 49 | | ex. cargo test --features \"mysql postgres sqlite\"\n" Sep 21 11:24:34.418 INFO kablam! 50 | | ); Sep 21 11:24:34.418 INFO kablam! | |__________^ Sep 21 11:24:34.418 INFO kablam! Sep 21 11:24:36.146 INFO kablam! error: cannot find type `Add` in this scope Sep 21 11:24:36.146 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 21 11:24:36.146 INFO kablam! | Sep 21 11:24:36.146 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.146 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.146 INFO kablam! | Sep 21 11:24:36.146 INFO kablam! note: lint level defined here Sep 21 11:24:36.146 INFO kablam! --> src/lib.rs:131:9 Sep 21 11:24:36.146 INFO kablam! | Sep 21 11:24:36.146 INFO kablam! 13| #![deny(warnings, missing_debug_implementations, missing_copy_implementations, missing_docs)] Sep 21 11:24:36.146 INFO kablam! | ^^^^^^^^ Sep 21 11:24:36.146 INFO kablam! = note: #[deny(proc_macro_derive_resolution_fallback)] implied by #[deny(warnings)] Sep 21 11:24:36.146 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 21 11:24:36.146 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.146 INFO kablam! Sep 21 11:24:36.146 INFO kablam! error: cannot find type `Add` in this scope Sep 21 11:24:36.146 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 21 11:24:36.146 INFO kablam! | Sep 21 11:24:36.146 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 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 21 11:24:36.147 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.147 INFO kablam! Sep 21 11:24:36.147 INFO kablam! error: cannot find type `Sub` in this scope Sep 21 11:24:36.147 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 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 21 11:24:36.147 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.147 INFO kablam! Sep 21 11:24:36.147 INFO kablam! error: cannot find type `Mul` in this scope Sep 21 11:24:36.147 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 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 21 11:24:36.147 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.147 INFO kablam! Sep 21 11:24:36.147 INFO kablam! error: cannot find type `Div` in this scope Sep 21 11:24:36.147 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 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 21 11:24:36.147 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.147 INFO kablam! Sep 21 11:24:36.147 INFO kablam! error: cannot find type `sum` in this scope Sep 21 11:24:36.147 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 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 21 11:24:36.147 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.147 INFO kablam! Sep 21 11:24:36.147 INFO kablam! error: cannot find type `sum` in this scope Sep 21 11:24:36.147 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.147 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 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 21 11:24:36.147 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.147 INFO kablam! Sep 21 11:24:36.147 INFO kablam! error: cannot find type `avg` in this scope Sep 21 11:24:36.147 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 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 21 11:24:36.147 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.147 INFO kablam! Sep 21 11:24:36.147 INFO kablam! error: cannot find type `avg` in this scope Sep 21 11:24:36.147 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.147 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.147 INFO kablam! | Sep 21 11:24:36.147 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 21 11:24:36.147 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.147 INFO kablam! Sep 21 11:24:36.148 INFO kablam! error: cannot find type `max` in this scope Sep 21 11:24:36.148 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 21 11:24:36.148 INFO kablam! | Sep 21 11:24:36.148 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.148 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.148 INFO kablam! | Sep 21 11:24:36.148 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 21 11:24:36.148 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.148 INFO kablam! Sep 21 11:24:36.148 INFO kablam! error: cannot find type `max` in this scope Sep 21 11:24:36.148 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 21 11:24:36.148 INFO kablam! | Sep 21 11:24:36.148 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.148 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.148 INFO kablam! | Sep 21 11:24:36.148 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 21 11:24:36.148 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.148 INFO kablam! Sep 21 11:24:36.150 INFO kablam! error: cannot find type `min` in this scope Sep 21 11:24:36.150 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 21 11:24:36.150 INFO kablam! | Sep 21 11:24:36.150 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.150 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.150 INFO kablam! | Sep 21 11:24:36.150 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 21 11:24:36.150 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.150 INFO kablam! Sep 21 11:24:36.150 INFO kablam! error: cannot find type `min` in this scope Sep 21 11:24:36.150 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 21 11:24:36.150 INFO kablam! | Sep 21 11:24:36.150 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.150 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.150 INFO kablam! | Sep 21 11:24:36.150 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 21 11:24:36.150 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.150 INFO kablam! Sep 21 11:24:36.150 INFO kablam! error: cannot find type `now` in this scope Sep 21 11:24:36.150 INFO kablam! --> src/expression/functions/date_and_time.rs:10:30 Sep 21 11:24:36.150 INFO kablam! | Sep 21 11:24:36.150 INFO kablam! 10 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.150 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.150 INFO kablam! | Sep 21 11:24:36.150 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 21 11:24:36.150 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.150 INFO kablam! Sep 21 11:24:36.150 INFO kablam! error: cannot find type `date` in this scope Sep 21 11:24:36.150 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 21 11:24:36.150 INFO kablam! | Sep 21 11:24:36.150 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.150 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.150 INFO kablam! | Sep 21 11:24:36.150 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 21 11:24:36.150 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.150 INFO kablam! Sep 21 11:24:36.150 INFO kablam! error: cannot find type `date` in this scope Sep 21 11:24:36.151 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.151 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 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 21 11:24:36.151 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.151 INFO kablam! Sep 21 11:24:36.151 INFO kablam! error: cannot find type `In` in this scope Sep 21 11:24:36.151 INFO kablam! --> src/expression/array_comparison.rs:8:30 Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.151 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 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 21 11:24:36.151 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.151 INFO kablam! Sep 21 11:24:36.151 INFO kablam! error: cannot find type `NotIn` in this scope Sep 21 11:24:36.151 INFO kablam! --> src/expression/array_comparison.rs:14:30 Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 INFO kablam! 14 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.151 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 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 21 11:24:36.151 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.151 INFO kablam! Sep 21 11:24:36.151 INFO kablam! error: cannot find type `Bound` in this scope Sep 21 11:24:36.151 INFO kablam! --> src/expression/bound.rs:10:30 Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 INFO kablam! 10 | #[derive(Debug, Clone, Copy, DieselNumericOps)] Sep 21 11:24:36.151 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 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 21 11:24:36.151 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.151 INFO kablam! Sep 21 11:24:36.151 INFO kablam! error: cannot find type `Coerce` in this scope Sep 21 11:24:36.151 INFO kablam! --> src/expression/coerce.rs:8:30 Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)] Sep 21 11:24:36.151 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 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 21 11:24:36.151 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.151 INFO kablam! Sep 21 11:24:36.151 INFO kablam! error: cannot find type `Coerce` in this scope Sep 21 11:24:36.151 INFO kablam! --> src/expression/coerce.rs:8:39 Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)] Sep 21 11:24:36.151 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 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 21 11:24:36.151 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.151 INFO kablam! Sep 21 11:24:36.151 INFO kablam! error: cannot find type `count` in this scope Sep 21 11:24:36.151 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.151 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 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 21 11:24:36.151 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.151 INFO kablam! Sep 21 11:24:36.151 INFO kablam! error: cannot find type `count` in this scope Sep 21 11:24:36.151 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.151 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.151 INFO kablam! | Sep 21 11:24:36.151 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 21 11:24:36.151 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.151 INFO kablam! Sep 21 11:24:36.152 INFO kablam! error: cannot find type `CountStar` in this scope Sep 21 11:24:36.152 INFO kablam! --> src/expression/count.rs:58:30 Sep 21 11:24:36.152 INFO kablam! | Sep 21 11:24:36.152 INFO kablam! 58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.153 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.153 INFO kablam! | Sep 21 11:24:36.153 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 21 11:24:36.153 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.153 INFO kablam! Sep 21 11:24:36.153 INFO kablam! error: cannot find type `CountStar` in this scope Sep 21 11:24:36.153 INFO kablam! --> src/expression/count.rs:58:39 Sep 21 11:24:36.153 INFO kablam! | Sep 21 11:24:36.153 INFO kablam! 58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.153 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.153 INFO kablam! | Sep 21 11:24:36.153 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 21 11:24:36.153 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.153 INFO kablam! Sep 21 11:24:36.153 INFO kablam! error: cannot find type `Exists` in this scope Sep 21 11:24:36.153 INFO kablam! --> src/expression/exists.rs:36:30 Sep 21 11:24:36.153 INFO kablam! | Sep 21 11:24:36.153 INFO kablam! 36 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.153 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.153 INFO kablam! | Sep 21 11:24:36.153 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 21 11:24:36.153 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.153 INFO kablam! Sep 21 11:24:36.153 INFO kablam! error: cannot find type `Grouped` in this scope Sep 21 11:24:36.153 INFO kablam! --> src/expression/grouped.rs:6:30 Sep 21 11:24:36.153 INFO kablam! | Sep 21 11:24:36.153 INFO kablam! 6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)] Sep 21 11:24:36.153 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.153 INFO kablam! | Sep 21 11:24:36.153 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 21 11:24:36.153 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.153 INFO kablam! Sep 21 11:24:36.153 INFO kablam! error: cannot find type `Grouped` in this scope Sep 21 11:24:36.153 INFO kablam! --> src/expression/grouped.rs:6:48 Sep 21 11:24:36.153 INFO kablam! | Sep 21 11:24:36.153 INFO kablam! 6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)] Sep 21 11:24:36.153 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.153 INFO kablam! | Sep 21 11:24:36.153 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 21 11:24:36.153 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.153 INFO kablam! Sep 21 11:24:36.155 INFO kablam! error: cannot find type `Nullable` in this scope Sep 21 11:24:36.155 INFO kablam! --> src/expression/nullable.rs:7:30 Sep 21 11:24:36.155 INFO kablam! | Sep 21 11:24:36.155 INFO kablam! 7 | #[derive(Debug, Copy, Clone, DieselNumericOps)] Sep 21 11:24:36.155 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.155 INFO kablam! | Sep 21 11:24:36.156 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 21 11:24:36.156 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.156 INFO kablam! Sep 21 11:24:36.156 INFO kablam! error: cannot find type `Concat` in this scope Sep 21 11:24:36.156 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.156 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 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 21 11:24:36.156 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.156 INFO kablam! Sep 21 11:24:36.156 INFO kablam! error: cannot find type `Concat` in this scope Sep 21 11:24:36.156 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.156 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 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 21 11:24:36.156 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.156 INFO kablam! Sep 21 11:24:36.156 INFO kablam! error: cannot find type `And` in this scope Sep 21 11:24:36.156 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.156 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 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 21 11:24:36.156 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.156 INFO kablam! Sep 21 11:24:36.156 INFO kablam! error: cannot find type `And` in this scope Sep 21 11:24:36.156 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.156 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 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 21 11:24:36.156 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.156 INFO kablam! Sep 21 11:24:36.156 INFO kablam! error: cannot find type `Between` in this scope Sep 21 11:24:36.156 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.156 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 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 21 11:24:36.156 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.156 INFO kablam! Sep 21 11:24:36.156 INFO kablam! error: cannot find type `Between` in this scope Sep 21 11:24:36.156 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.156 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 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 21 11:24:36.156 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.156 INFO kablam! Sep 21 11:24:36.156 INFO kablam! error: cannot find type `Escape` in this scope Sep 21 11:24:36.156 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.156 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.156 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 21 11:24:36.156 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.156 INFO kablam! Sep 21 11:24:36.156 INFO kablam! error: cannot find type `Escape` in this scope Sep 21 11:24:36.156 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.156 INFO kablam! | Sep 21 11:24:36.157 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.157 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.157 INFO kablam! | Sep 21 11:24:36.157 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 21 11:24:36.157 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.157 INFO kablam! Sep 21 11:24:36.157 INFO kablam! error: cannot find type `Eq` in this scope Sep 21 11:24:36.157 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.157 INFO kablam! | Sep 21 11:24:36.157 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.157 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.157 INFO kablam! | Sep 21 11:24:36.157 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 21 11:24:36.159 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.159 INFO kablam! Sep 21 11:24:36.159 INFO kablam! error: cannot find type `Eq` in this scope Sep 21 11:24:36.159 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.159 INFO kablam! | Sep 21 11:24:36.159 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.159 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.159 INFO kablam! | Sep 21 11:24:36.159 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 21 11:24:36.159 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.159 INFO kablam! Sep 21 11:24:36.159 INFO kablam! error: cannot find type `Gt` in this scope Sep 21 11:24:36.159 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.159 INFO kablam! | Sep 21 11:24:36.159 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.159 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.159 INFO kablam! | Sep 21 11:24:36.159 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 21 11:24:36.159 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.159 INFO kablam! Sep 21 11:24:36.159 INFO kablam! error: cannot find type `Gt` in this scope Sep 21 11:24:36.159 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.159 INFO kablam! | Sep 21 11:24:36.159 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.159 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.159 INFO kablam! | Sep 21 11:24:36.159 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 21 11:24:36.159 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.159 INFO kablam! Sep 21 11:24:36.160 INFO kablam! error: cannot find type `GtEq` in this scope Sep 21 11:24:36.160 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.160 INFO kablam! | Sep 21 11:24:36.160 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.160 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.160 INFO kablam! | Sep 21 11:24:36.160 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 21 11:24:36.160 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.160 INFO kablam! Sep 21 11:24:36.160 INFO kablam! error: cannot find type `GtEq` in this scope Sep 21 11:24:36.160 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.160 INFO kablam! | Sep 21 11:24:36.160 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.160 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.160 INFO kablam! | Sep 21 11:24:36.160 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 21 11:24:36.160 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.160 INFO kablam! Sep 21 11:24:36.160 INFO kablam! error: cannot find type `Like` in this scope Sep 21 11:24:36.160 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.160 INFO kablam! | Sep 21 11:24:36.160 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.160 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.160 INFO kablam! | Sep 21 11:24:36.160 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 21 11:24:36.160 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.160 INFO kablam! Sep 21 11:24:36.160 INFO kablam! error: cannot find type `Like` in this scope Sep 21 11:24:36.160 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.160 INFO kablam! | Sep 21 11:24:36.160 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.160 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.160 INFO kablam! | Sep 21 11:24:36.160 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 21 11:24:36.160 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.160 INFO kablam! Sep 21 11:24:36.160 INFO kablam! error: cannot find type `Lt` in this scope Sep 21 11:24:36.161 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.161 INFO kablam! | Sep 21 11:24:36.161 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.161 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.161 INFO kablam! | Sep 21 11:24:36.161 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 21 11:24:36.161 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.161 INFO kablam! Sep 21 11:24:36.161 INFO kablam! error: cannot find type `Lt` in this scope Sep 21 11:24:36.161 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.161 INFO kablam! | Sep 21 11:24:36.161 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.161 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.161 INFO kablam! | Sep 21 11:24:36.161 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 21 11:24:36.161 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.161 INFO kablam! Sep 21 11:24:36.161 INFO kablam! error: cannot find type `LtEq` in this scope Sep 21 11:24:36.161 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.162 INFO kablam! | Sep 21 11:24:36.162 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.162 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.162 INFO kablam! | Sep 21 11:24:36.162 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 21 11:24:36.162 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.162 INFO kablam! Sep 21 11:24:36.162 INFO kablam! error: cannot find type `LtEq` in this scope Sep 21 11:24:36.162 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.162 INFO kablam! | Sep 21 11:24:36.162 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.162 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.162 INFO kablam! | Sep 21 11:24:36.162 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 21 11:24:36.162 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.162 INFO kablam! Sep 21 11:24:36.162 INFO kablam! error: cannot find type `NotBetween` in this scope Sep 21 11:24:36.162 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.162 INFO kablam! | Sep 21 11:24:36.162 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.162 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.162 INFO kablam! | Sep 21 11:24:36.162 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 21 11:24:36.162 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.162 INFO kablam! Sep 21 11:24:36.162 INFO kablam! error: cannot find type `NotBetween` in this scope Sep 21 11:24:36.163 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.163 INFO kablam! | Sep 21 11:24:36.163 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.163 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.163 INFO kablam! | Sep 21 11:24:36.163 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 21 11:24:36.163 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.163 INFO kablam! Sep 21 11:24:36.163 INFO kablam! error: cannot find type `NotEq` in this scope Sep 21 11:24:36.163 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.163 INFO kablam! | Sep 21 11:24:36.163 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.163 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.163 INFO kablam! | Sep 21 11:24:36.163 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 21 11:24:36.163 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.163 INFO kablam! Sep 21 11:24:36.163 INFO kablam! error: cannot find type `NotEq` in this scope Sep 21 11:24:36.163 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.163 INFO kablam! | Sep 21 11:24:36.163 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.163 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.163 INFO kablam! | Sep 21 11:24:36.163 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 21 11:24:36.163 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.163 INFO kablam! Sep 21 11:24:36.163 INFO kablam! error: cannot find type `NotLike` in this scope Sep 21 11:24:36.163 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.163 INFO kablam! | Sep 21 11:24:36.163 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.163 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.163 INFO kablam! | Sep 21 11:24:36.163 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 21 11:24:36.163 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.163 INFO kablam! Sep 21 11:24:36.163 INFO kablam! error: cannot find type `NotLike` in this scope Sep 21 11:24:36.163 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.163 INFO kablam! | Sep 21 11:24:36.163 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.164 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.164 INFO kablam! | Sep 21 11:24:36.164 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 21 11:24:36.164 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.164 INFO kablam! Sep 21 11:24:36.164 INFO kablam! error: cannot find type `Or` in this scope Sep 21 11:24:36.164 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.164 INFO kablam! | Sep 21 11:24:36.164 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.164 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.164 INFO kablam! | Sep 21 11:24:36.164 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 21 11:24:36.164 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.164 INFO kablam! Sep 21 11:24:36.164 INFO kablam! error: cannot find type `Or` in this scope Sep 21 11:24:36.164 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.164 INFO kablam! | Sep 21 11:24:36.164 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.164 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.164 INFO kablam! | Sep 21 11:24:36.164 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 21 11:24:36.164 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.164 INFO kablam! Sep 21 11:24:36.164 INFO kablam! error: cannot find type `IsNull` in this scope Sep 21 11:24:36.164 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.164 INFO kablam! | Sep 21 11:24:36.164 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.164 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.164 INFO kablam! | Sep 21 11:24:36.164 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 21 11:24:36.164 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.164 INFO kablam! Sep 21 11:24:36.164 INFO kablam! error: cannot find type `IsNull` in this scope Sep 21 11:24:36.164 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.165 INFO kablam! | Sep 21 11:24:36.165 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.165 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.165 INFO kablam! | Sep 21 11:24:36.166 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 21 11:24:36.166 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.166 INFO kablam! Sep 21 11:24:36.166 INFO kablam! error: cannot find type `IsNotNull` in this scope Sep 21 11:24:36.166 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 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 21 11:24:36.166 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.166 INFO kablam! Sep 21 11:24:36.166 INFO kablam! error: cannot find type `IsNotNull` in this scope Sep 21 11:24:36.166 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.166 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 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 21 11:24:36.166 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.166 INFO kablam! Sep 21 11:24:36.166 INFO kablam! error: cannot find type `Asc` in this scope Sep 21 11:24:36.166 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 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 21 11:24:36.166 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.166 INFO kablam! Sep 21 11:24:36.166 INFO kablam! error: cannot find type `Asc` in this scope Sep 21 11:24:36.166 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.166 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 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 21 11:24:36.166 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.166 INFO kablam! Sep 21 11:24:36.166 INFO kablam! error: cannot find type `Desc` in this scope Sep 21 11:24:36.166 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.166 INFO kablam! | Sep 21 11:24:36.166 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 21 11:24:36.167 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.167 INFO kablam! Sep 21 11:24:36.167 INFO kablam! error: cannot find type `Desc` in this scope Sep 21 11:24:36.167 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.167 INFO kablam! | Sep 21 11:24:36.167 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.167 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.167 INFO kablam! | Sep 21 11:24:36.167 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 21 11:24:36.167 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.167 INFO kablam! Sep 21 11:24:36.167 INFO kablam! error: cannot find type `Not` in this scope Sep 21 11:24:36.167 INFO kablam! --> src/expression/operators.rs:64:38 Sep 21 11:24:36.167 INFO kablam! | Sep 21 11:24:36.167 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.167 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 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 21 11:24:36.168 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.168 INFO kablam! Sep 21 11:24:36.168 INFO kablam! error: cannot find type `Not` in this scope Sep 21 11:24:36.168 INFO kablam! --> src/expression/operators.rs:64:47 Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 21 11:24:36.168 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 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 21 11:24:36.168 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.168 INFO kablam! Sep 21 11:24:36.168 INFO kablam! error: cannot find type `SqlLiteral` in this scope Sep 21 11:24:36.168 INFO kablam! --> src/expression/sql_literal.rs:9:24 Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 INFO kablam! 9 | #[derive(Debug, Clone, DieselNumericOps)] Sep 21 11:24:36.168 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 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 21 11:24:36.168 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.168 INFO kablam! Sep 21 11:24:36.168 INFO kablam! error: cannot find type `UncheckedBind` in this scope Sep 21 11:24:36.168 INFO kablam! --> src/expression/sql_literal.rs:231:10 Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 INFO kablam! 231 | #[derive(QueryId, Debug, Clone, Copy)] Sep 21 11:24:36.168 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 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 21 11:24:36.168 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.168 INFO kablam! Sep 21 11:24:36.168 INFO kablam! error: cannot find type `Subselect` in this scope Sep 21 11:24:36.168 INFO kablam! --> src/expression/subselect.rs:8:30 Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.168 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 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 21 11:24:36.168 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.168 INFO kablam! Sep 21 11:24:36.168 INFO kablam! error: cannot find type `DeleteStatement` in this scope Sep 21 11:24:36.168 INFO kablam! --> src/query_builder/delete_statement/mod.rs:12:30 Sep 21 11:24:36.168 INFO kablam! | Sep 21 11:24:36.168 INFO kablam! 12 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.168 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.171 INFO kablam! | Sep 21 11:24:36.171 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 21 11:24:36.171 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.171 INFO kablam! Sep 21 11:24:36.171 INFO kablam! error: cannot find type `NoDistinctClause` in this scope Sep 21 11:24:36.171 INFO kablam! --> src/query_builder/distinct_clause.rs:5:30 Sep 21 11:24:36.171 INFO kablam! | Sep 21 11:24:36.171 INFO kablam! 5 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.171 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.171 INFO kablam! | Sep 21 11:24:36.171 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 21 11:24:36.171 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.171 INFO kablam! Sep 21 11:24:36.171 INFO kablam! error: cannot find type `DistinctClause` in this scope Sep 21 11:24:36.171 INFO kablam! --> src/query_builder/distinct_clause.rs:7:30 Sep 21 11:24:36.171 INFO kablam! | Sep 21 11:24:36.171 INFO kablam! 7 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.172 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 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 21 11:24:36.172 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.172 INFO kablam! Sep 21 11:24:36.172 INFO kablam! error: cannot find type `NoGroupByClause` in this scope Sep 21 11:24:36.172 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.172 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 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 21 11:24:36.172 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.172 INFO kablam! Sep 21 11:24:36.172 INFO kablam! error: cannot find type `GroupByClause` in this scope Sep 21 11:24:36.172 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.172 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 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 21 11:24:36.172 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.172 INFO kablam! Sep 21 11:24:36.172 INFO kablam! error: cannot find type `Insert` in this scope Sep 21 11:24:36.172 INFO kablam! --> src/query_builder/insert_statement/mod.rs:329:30 Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 INFO kablam! 329 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.172 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 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 21 11:24:36.172 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.172 INFO kablam! Sep 21 11:24:36.172 INFO kablam! error: cannot find type `InsertOrIgnore` in this scope Sep 21 11:24:36.172 INFO kablam! --> src/query_builder/insert_statement/mod.rs:340:30 Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 INFO kablam! 340 | #[derive(Debug, Copy, Clone, QueryId)] Sep 21 11:24:36.172 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 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 21 11:24:36.172 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.172 INFO kablam! Sep 21 11:24:36.172 INFO kablam! error: cannot find type `NoLimitClause` in this scope Sep 21 11:24:36.172 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.172 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 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 21 11:24:36.172 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.172 INFO kablam! Sep 21 11:24:36.172 INFO kablam! error: cannot find type `LimitClause` in this scope Sep 21 11:24:36.172 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.172 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.172 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.172 INFO kablam! | Sep 21 11:24:36.173 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 21 11:24:36.173 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.173 INFO kablam! Sep 21 11:24:36.173 INFO kablam! error: cannot find type `NoLockingClause` in this scope Sep 21 11:24:36.173 INFO kablam! --> src/query_builder/locking_clause.rs:5:30 Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 INFO kablam! 5 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.173 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 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 21 11:24:36.173 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.173 INFO kablam! Sep 21 11:24:36.173 INFO kablam! error: cannot find type `LockingClause` in this scope Sep 21 11:24:36.173 INFO kablam! --> src/query_builder/locking_clause.rs:14:30 Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 INFO kablam! 14 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.173 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 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 21 11:24:36.173 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.173 INFO kablam! Sep 21 11:24:36.173 INFO kablam! error: cannot find type `ForUpdate` in this scope Sep 21 11:24:36.173 INFO kablam! --> src/query_builder/locking_clause.rs:40:30 Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 INFO kablam! 40 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.173 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 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 21 11:24:36.173 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.173 INFO kablam! Sep 21 11:24:36.173 INFO kablam! error: cannot find type `ForNoKeyUpdate` in this scope Sep 21 11:24:36.173 INFO kablam! --> src/query_builder/locking_clause.rs:43:30 Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 INFO kablam! 43 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.173 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 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 21 11:24:36.173 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.173 INFO kablam! Sep 21 11:24:36.173 INFO kablam! error: cannot find type `ForShare` in this scope Sep 21 11:24:36.173 INFO kablam! --> src/query_builder/locking_clause.rs:46:30 Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 INFO kablam! 46 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.173 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 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 21 11:24:36.173 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.173 INFO kablam! Sep 21 11:24:36.173 INFO kablam! error: cannot find type `ForKeyShare` in this scope Sep 21 11:24:36.173 INFO kablam! --> src/query_builder/locking_clause.rs:49:30 Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 INFO kablam! 49 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.173 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.173 INFO kablam! | Sep 21 11:24:36.173 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 21 11:24:36.173 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.173 INFO kablam! Sep 21 11:24:36.174 INFO kablam! error: cannot find type `NoModifier` in this scope Sep 21 11:24:36.174 INFO kablam! --> src/query_builder/locking_clause.rs:54:30 Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 INFO kablam! 54 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.174 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 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 21 11:24:36.174 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.174 INFO kablam! Sep 21 11:24:36.174 INFO kablam! error: cannot find type `SkipLocked` in this scope Sep 21 11:24:36.174 INFO kablam! --> src/query_builder/locking_clause.rs:57:30 Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 INFO kablam! 57 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.174 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 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 21 11:24:36.174 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.174 INFO kablam! Sep 21 11:24:36.174 INFO kablam! error: cannot find type `NoWait` in this scope Sep 21 11:24:36.174 INFO kablam! --> src/query_builder/locking_clause.rs:60:30 Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 INFO kablam! 60 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.174 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 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 21 11:24:36.174 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.174 INFO kablam! Sep 21 11:24:36.174 INFO kablam! error: cannot find type `NoOffsetClause` in this scope Sep 21 11:24:36.174 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.174 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 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 21 11:24:36.174 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.174 INFO kablam! Sep 21 11:24:36.174 INFO kablam! error: cannot find type `OffsetClause` in this scope Sep 21 11:24:36.174 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.174 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 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 21 11:24:36.174 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.174 INFO kablam! Sep 21 11:24:36.174 INFO kablam! error: cannot find type `NoOrderClause` in this scope Sep 21 11:24:36.174 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.174 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.174 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 21 11:24:36.174 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.174 INFO kablam! Sep 21 11:24:36.174 INFO kablam! error: cannot find type `OrderClause` in this scope Sep 21 11:24:36.174 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 21 11:24:36.174 INFO kablam! | Sep 21 11:24:36.175 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.175 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 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 21 11:24:36.175 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.175 INFO kablam! Sep 21 11:24:36.175 INFO kablam! error: cannot find type `NoReturningClause` in this scope Sep 21 11:24:36.175 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.175 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 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 21 11:24:36.175 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.175 INFO kablam! Sep 21 11:24:36.175 INFO kablam! error: cannot find type `ReturningClause` in this scope Sep 21 11:24:36.175 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.175 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 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 21 11:24:36.175 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.175 INFO kablam! Sep 21 11:24:36.175 INFO kablam! error: cannot find type `DefaultSelectClause` in this scope Sep 21 11:24:36.175 INFO kablam! --> src/query_builder/select_clause.rs:6:30 Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 INFO kablam! 6 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.175 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 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 21 11:24:36.175 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.175 INFO kablam! Sep 21 11:24:36.175 INFO kablam! error: cannot find type `SelectClause` in this scope Sep 21 11:24:36.175 INFO kablam! --> src/query_builder/select_clause.rs:8:30 Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 INFO kablam! 8 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.175 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 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 21 11:24:36.175 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.175 INFO kablam! Sep 21 11:24:36.175 INFO kablam! error: cannot find type `SelectStatement` in this scope Sep 21 11:24:36.175 INFO kablam! --> src/query_builder/select_statement/mod.rs:36:30 Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 INFO kablam! 36 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.175 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.175 INFO kablam! | Sep 21 11:24:36.175 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 21 11:24:36.175 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.175 INFO kablam! Sep 21 11:24:36.177 INFO kablam! error: cannot find type `NoWhereClause` in this scope Sep 21 11:24:36.177 INFO kablam! --> src/query_builder/where_clause.rs:31:30 Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 INFO kablam! 31 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.177 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 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 21 11:24:36.177 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.177 INFO kablam! Sep 21 11:24:36.177 INFO kablam! error: cannot find type `WhereClause` in this scope Sep 21 11:24:36.177 INFO kablam! --> src/query_builder/where_clause.rs:69:30 Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 INFO kablam! 69 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.177 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 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 21 11:24:36.177 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.177 INFO kablam! Sep 21 11:24:36.177 INFO kablam! error: cannot find type `Join` in this scope Sep 21 11:24:36.177 INFO kablam! --> src/query_source/joins.rs:12:30 Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 INFO kablam! 12 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.177 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 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 21 11:24:36.177 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.177 INFO kablam! Sep 21 11:24:36.177 INFO kablam! error: cannot find type `JoinOn` in this scope Sep 21 11:24:36.177 INFO kablam! --> src/query_source/joins.rs:20:30 Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 21 11:24:36.177 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 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 21 11:24:36.177 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.177 INFO kablam! Sep 21 11:24:36.177 INFO kablam! error: cannot find type `Inner` in this scope Sep 21 11:24:36.177 INFO kablam! --> src/query_source/joins.rs:218:39 Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 INFO kablam! 218 | #[derive(Debug, Clone, Copy, Default, QueryId)] Sep 21 11:24:36.177 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 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 21 11:24:36.177 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.177 INFO kablam! Sep 21 11:24:36.177 INFO kablam! error: cannot find type `LeftOuter` in this scope Sep 21 11:24:36.177 INFO kablam! --> src/query_source/joins.rs:229:39 Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 INFO kablam! 229 | #[derive(Debug, Clone, Copy, Default, QueryId)] Sep 21 11:24:36.177 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.177 INFO kablam! | Sep 21 11:24:36.177 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 21 11:24:36.177 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.178 INFO kablam! Sep 21 11:24:36.178 INFO kablam! error: cannot find type `Bool` in this scope Sep 21 11:24:36.178 INFO kablam! --> src/sql_types/mod.rs:37:39 Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 INFO kablam! 37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.178 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 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 21 11:24:36.178 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.178 INFO kablam! Sep 21 11:24:36.178 INFO kablam! error: cannot find type `Bool` in this scope Sep 21 11:24:36.178 INFO kablam! --> src/sql_types/mod.rs:37:48 Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 INFO kablam! 37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.178 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 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 21 11:24:36.178 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.178 INFO kablam! Sep 21 11:24:36.178 INFO kablam! error: cannot find type `Tinyint` in this scope Sep 21 11:24:36.178 INFO kablam! --> src/sql_types/mod.rs:58:39 Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 INFO kablam! 58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.178 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 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 21 11:24:36.178 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.178 INFO kablam! Sep 21 11:24:36.178 INFO kablam! error: cannot find type `Tinyint` in this scope Sep 21 11:24:36.178 INFO kablam! --> src/sql_types/mod.rs:58:48 Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 INFO kablam! 58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.178 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 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 21 11:24:36.178 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.178 INFO kablam! Sep 21 11:24:36.178 INFO kablam! error: cannot find type `SmallInt` in this scope Sep 21 11:24:36.178 INFO kablam! --> src/sql_types/mod.rs:73:39 Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 INFO kablam! 73 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.178 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 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 21 11:24:36.178 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.178 INFO kablam! Sep 21 11:24:36.178 INFO kablam! error: cannot find type `SmallInt` in this scope Sep 21 11:24:36.178 INFO kablam! --> src/sql_types/mod.rs:73:48 Sep 21 11:24:36.178 INFO kablam! | Sep 21 11:24:36.178 INFO kablam! 73 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.179 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 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 21 11:24:36.179 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.179 INFO kablam! Sep 21 11:24:36.179 INFO kablam! error: cannot find type `Integer` in this scope Sep 21 11:24:36.179 INFO kablam! --> src/sql_types/mod.rs:94:39 Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 INFO kablam! 94 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.179 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 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 21 11:24:36.179 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.179 INFO kablam! Sep 21 11:24:36.179 INFO kablam! error: cannot find type `Integer` in this scope Sep 21 11:24:36.179 INFO kablam! --> src/sql_types/mod.rs:94:48 Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 INFO kablam! 94 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.179 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 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 21 11:24:36.179 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.179 INFO kablam! Sep 21 11:24:36.179 INFO kablam! error: cannot find type `BigInt` in this scope Sep 21 11:24:36.179 INFO kablam! --> src/sql_types/mod.rs:113:39 Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.179 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 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 21 11:24:36.179 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.179 INFO kablam! Sep 21 11:24:36.179 INFO kablam! error: cannot find type `BigInt` in this scope Sep 21 11:24:36.179 INFO kablam! --> src/sql_types/mod.rs:113:48 Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.179 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 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 21 11:24:36.179 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.179 INFO kablam! Sep 21 11:24:36.179 INFO kablam! error: cannot find type `Float` in this scope Sep 21 11:24:36.179 INFO kablam! --> src/sql_types/mod.rs:134:39 Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 INFO kablam! 134 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.179 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 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 21 11:24:36.179 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.179 INFO kablam! Sep 21 11:24:36.179 INFO kablam! error: cannot find type `Float` in this scope Sep 21 11:24:36.179 INFO kablam! --> src/sql_types/mod.rs:134:48 Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.179 INFO kablam! 134 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.179 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.179 INFO kablam! | Sep 21 11:24:36.180 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 21 11:24:36.180 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.180 INFO kablam! Sep 21 11:24:36.184 INFO kablam! error: cannot find type `Double` in this scope Sep 21 11:24:36.184 INFO kablam! --> src/sql_types/mod.rs:153:39 Sep 21 11:24:36.184 INFO kablam! | Sep 21 11:24:36.184 INFO kablam! 153 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.184 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.184 INFO kablam! | Sep 21 11:24:36.184 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 21 11:24:36.184 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.184 INFO kablam! Sep 21 11:24:36.184 INFO kablam! error: cannot find type `Double` in this scope Sep 21 11:24:36.184 INFO kablam! --> src/sql_types/mod.rs:153:48 Sep 21 11:24:36.184 INFO kablam! | Sep 21 11:24:36.184 INFO kablam! 153 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.184 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.184 INFO kablam! | Sep 21 11:24:36.184 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 21 11:24:36.184 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.184 INFO kablam! Sep 21 11:24:36.184 INFO kablam! error: cannot find type `Numeric` in this scope Sep 21 11:24:36.184 INFO kablam! --> src/sql_types/mod.rs:175:39 Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 INFO kablam! 175 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 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 21 11:24:36.185 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.185 INFO kablam! Sep 21 11:24:36.185 INFO kablam! error: cannot find type `Numeric` in this scope Sep 21 11:24:36.185 INFO kablam! --> src/sql_types/mod.rs:175:48 Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 INFO kablam! 175 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 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 21 11:24:36.185 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.185 INFO kablam! Sep 21 11:24:36.185 INFO kablam! error: cannot find type `Text` in this scope Sep 21 11:24:36.185 INFO kablam! --> src/sql_types/mod.rs:203:39 Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 INFO kablam! 203 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 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 21 11:24:36.185 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.185 INFO kablam! Sep 21 11:24:36.185 INFO kablam! error: cannot find type `Text` in this scope Sep 21 11:24:36.185 INFO kablam! --> src/sql_types/mod.rs:203:48 Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 INFO kablam! 203 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 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 21 11:24:36.185 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.185 INFO kablam! Sep 21 11:24:36.185 INFO kablam! error: cannot find type `Binary` in this scope Sep 21 11:24:36.185 INFO kablam! --> src/sql_types/mod.rs:246:39 Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 INFO kablam! 246 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 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 21 11:24:36.185 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.185 INFO kablam! Sep 21 11:24:36.185 INFO kablam! error: cannot find type `Binary` in this scope Sep 21 11:24:36.185 INFO kablam! --> src/sql_types/mod.rs:246:48 Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 INFO kablam! 246 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 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 21 11:24:36.185 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.185 INFO kablam! Sep 21 11:24:36.185 INFO kablam! error: cannot find type `Date` in this scope Sep 21 11:24:36.185 INFO kablam! --> src/sql_types/mod.rs:276:39 Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 INFO kablam! 276 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 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 21 11:24:36.185 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.185 INFO kablam! Sep 21 11:24:36.185 INFO kablam! error: cannot find type `Date` in this scope Sep 21 11:24:36.185 INFO kablam! --> src/sql_types/mod.rs:276:48 Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 INFO kablam! 276 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.185 INFO kablam! | Sep 21 11:24:36.185 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 21 11:24:36.185 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.185 INFO kablam! Sep 21 11:24:36.185 INFO kablam! error: cannot find type `Interval` in this scope Sep 21 11:24:36.185 INFO kablam! --> src/sql_types/mod.rs:296:39 Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 INFO kablam! 296 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.186 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 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 21 11:24:36.186 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.186 INFO kablam! Sep 21 11:24:36.186 INFO kablam! error: cannot find type `Interval` in this scope Sep 21 11:24:36.186 INFO kablam! --> src/sql_types/mod.rs:296:48 Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 INFO kablam! 296 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.186 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 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 21 11:24:36.186 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.186 INFO kablam! Sep 21 11:24:36.186 INFO kablam! error: cannot find type `Time` in this scope Sep 21 11:24:36.186 INFO kablam! --> src/sql_types/mod.rs:311:39 Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 INFO kablam! 311 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.186 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 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 21 11:24:36.186 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.186 INFO kablam! Sep 21 11:24:36.186 INFO kablam! error: cannot find type `Time` in this scope Sep 21 11:24:36.186 INFO kablam! --> src/sql_types/mod.rs:311:48 Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 INFO kablam! 311 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.186 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 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 21 11:24:36.186 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.186 INFO kablam! Sep 21 11:24:36.186 INFO kablam! error: cannot find type `Timestamp` in this scope Sep 21 11:24:36.186 INFO kablam! --> src/sql_types/mod.rs:334:39 Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 INFO kablam! 334 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.186 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 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 21 11:24:36.186 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.186 INFO kablam! Sep 21 11:24:36.186 INFO kablam! error: cannot find type `Timestamp` in this scope Sep 21 11:24:36.186 INFO kablam! --> src/sql_types/mod.rs:334:48 Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 INFO kablam! 334 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 21 11:24:36.186 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 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 21 11:24:36.186 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.186 INFO kablam! Sep 21 11:24:36.186 INFO kablam! error: cannot find type `SystemTime` in this scope Sep 21 11:24:36.186 INFO kablam! --> src/type_impls/date_and_time.rs:5:10 Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 INFO kablam! 5 | #[derive(FromSqlRow, AsExpression)] Sep 21 11:24:36.186 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 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 21 11:24:36.186 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.186 INFO kablam! Sep 21 11:24:36.186 INFO kablam! error: cannot find type `SystemTime` in this scope Sep 21 11:24:36.186 INFO kablam! --> src/type_impls/date_and_time.rs:5:22 Sep 21 11:24:36.186 INFO kablam! | Sep 21 11:24:36.186 INFO kablam! 5 | #[derive(FromSqlRow, AsExpression)] Sep 21 11:24:36.186 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.187 INFO kablam! | Sep 21 11:24:36.187 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 21 11:24:36.187 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.187 INFO kablam! Sep 21 11:24:36.187 INFO kablam! error: cannot find type `Bool` in this scope Sep 21 11:24:36.187 INFO kablam! --> src/type_impls/primitives.rs:13:26 Sep 21 11:24:36.187 INFO kablam! | Sep 21 11:24:36.187 INFO kablam! 13 | #[derive(FromSqlRow, AsExpression)] Sep 21 11:24:36.187 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.187 INFO kablam! | Sep 21 11:24:36.187 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 21 11:24:36.187 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.187 INFO kablam! Sep 21 11:24:36.187 INFO kablam! error: cannot find type `SmallInt` in this scope Sep 21 11:24:36.187 INFO kablam! --> src/type_impls/primitives.rs:23:26 Sep 21 11:24:36.187 INFO kablam! | Sep 21 11:24:36.187 INFO kablam! 23 | #[derive(FromSqlRow, AsExpression)] Sep 21 11:24:36.187 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.187 INFO kablam! | Sep 21 11:24:36.187 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 21 11:24:36.187 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.187 INFO kablam! Sep 21 11:24:36.187 INFO kablam! error: cannot find type `Integer` in this scope Sep 21 11:24:36.187 INFO kablam! --> src/type_impls/primitives.rs:28:26 Sep 21 11:24:36.187 INFO kablam! | Sep 21 11:24:36.187 INFO kablam! 28 | #[derive(FromSqlRow, AsExpression)] Sep 21 11:24:36.187 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.187 INFO kablam! | Sep 21 11:24:36.187 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 21 11:24:36.187 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.187 INFO kablam! Sep 21 11:24:36.187 INFO kablam! error: cannot find type `BigInt` in this scope Sep 21 11:24:36.187 INFO kablam! --> src/type_impls/primitives.rs:33:26 Sep 21 11:24:36.187 INFO kablam! | Sep 21 11:24:36.187 INFO kablam! 33 | #[derive(FromSqlRow, AsExpression)] Sep 21 11:24:36.187 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.187 INFO kablam! | Sep 21 11:24:36.187 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 21 11:24:36.187 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.187 INFO kablam! Sep 21 11:24:36.194 INFO kablam! error: cannot find type `Float` in this scope Sep 21 11:24:36.194 INFO kablam! --> src/type_impls/primitives.rs:54:26 Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 INFO kablam! 54 | #[derive(FromSqlRow, AsExpression)] Sep 21 11:24:36.194 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 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 21 11:24:36.194 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.194 INFO kablam! Sep 21 11:24:36.194 INFO kablam! error: cannot find type `Double` in this scope Sep 21 11:24:36.194 INFO kablam! --> src/type_impls/primitives.rs:59:26 Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 INFO kablam! 59 | #[derive(FromSqlRow, AsExpression)] Sep 21 11:24:36.194 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 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 21 11:24:36.194 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.194 INFO kablam! Sep 21 11:24:36.194 INFO kablam! error: cannot find type `Text` in this scope Sep 21 11:24:36.194 INFO kablam! --> src/type_impls/primitives.rs:64:26 Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 INFO kablam! 64 | #[derive(FromSqlRow, AsExpression)] Sep 21 11:24:36.194 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 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 21 11:24:36.194 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.194 INFO kablam! Sep 21 11:24:36.194 INFO kablam! error: cannot find type `Text` in this scope Sep 21 11:24:36.194 INFO kablam! --> src/type_impls/primitives.rs:72:14 Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 INFO kablam! 72 | #[derive(AsExpression)] Sep 21 11:24:36.194 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 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 21 11:24:36.194 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.194 INFO kablam! Sep 21 11:24:36.194 INFO kablam! error: cannot find type `Binary` in this scope Sep 21 11:24:36.194 INFO kablam! --> src/type_impls/primitives.rs:84:14 Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 INFO kablam! 84 | #[derive(AsExpression)] Sep 21 11:24:36.194 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.194 INFO kablam! | Sep 21 11:24:36.194 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 21 11:24:36.194 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.194 INFO kablam! Sep 21 11:24:36.194 INFO kablam! error: cannot find type `Binary` in this scope Sep 21 11:24:36.194 INFO kablam! --> src/type_impls/primitives.rs:89:14 Sep 21 11:24:36.195 INFO kablam! | Sep 21 11:24:36.195 INFO kablam! 89 | #[derive(AsExpression)] Sep 21 11:24:36.195 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 11:24:36.195 INFO kablam! | Sep 21 11:24:36.195 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 21 11:24:36.195 INFO kablam! = note: for more information, see issue #50504 Sep 21 11:24:36.195 INFO kablam! Sep 21 11:24:36.594 INFO kablam! error: aborting due to previous error Sep 21 11:24:36.594 INFO kablam! Sep 21 11:24:36.630 INFO kablam! error: Could not compile `diesel`. Sep 21 11:24:36.630 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:24:37.175 INFO kablam! error: the trait bound `T: associations::Identifiable` is not satisfied Sep 21 11:24:37.175 INFO kablam! --> src/associations/belongs_to.rs:109:14 Sep 21 11:24:37.175 INFO kablam! | Sep 21 11:24:37.175 INFO kablam! 109 | type Id = ::Id; Sep 21 11:24:37.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `associations::Identifiable` is not implemented for `T` Sep 21 11:24:37.175 INFO kablam! | Sep 21 11:24:37.175 INFO kablam! note: lint level defined here Sep 21 11:24:37.175 INFO kablam! --> src/lib.rs:131:9 Sep 21 11:24:37.175 INFO kablam! | Sep 21 11:24:37.175 INFO kablam! 131 | #![deny(warnings, missing_debug_implementations, missing_copy_implementations, missing_docs)] Sep 21 11:24:37.175 INFO kablam! | ^^^^^^^^ Sep 21 11:24:37.175 INFO kablam! = note: #[deny(type_alias_missing_bounds)] implied by #[deny(warnings)] Sep 21 11:24:37.175 INFO kablam! = help: consider adding a `where T: associations::Identifiable` bound Sep 21 11:24:37.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.175 INFO kablam! Sep 21 11:24:37.200 INFO kablam! error: the trait bound `Expr: expression::Expression` is not satisfied Sep 21 11:24:37.200 INFO kablam! --> src/expression/functions/helper_types.rs:9:22 Sep 21 11:24:37.200 INFO kablam! | Sep 21 11:24:37.200 INFO kablam! 9 | pub type not = operators::Not>>; Sep 21 11:24:37.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Expr` Sep 21 11:24:37.200 INFO kablam! | Sep 21 11:24:37.200 INFO kablam! = help: consider adding a `where Expr: expression::Expression` bound Sep 21 11:24:37.200 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression` for `Expr` Sep 21 11:24:37.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.200 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.200 INFO kablam! Sep 21 11:24:37.201 INFO kablam! error: the trait bound `Expr: expression::Expression` is not satisfied Sep 21 11:24:37.201 INFO kablam! --> src/expression/functions/helper_types.rs:14:22 Sep 21 11:24:37.201 INFO kablam! | Sep 21 11:24:37.201 INFO kablam! 14 | pub type Not = not; Sep 21 11:24:37.201 INFO kablam! | ^^^^^^^^^ the trait `expression::Expression` is not implemented for `Expr` Sep 21 11:24:37.201 INFO kablam! | Sep 21 11:24:37.201 INFO kablam! = help: consider adding a `where Expr: expression::Expression` bound Sep 21 11:24:37.201 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression` for `Expr` Sep 21 11:24:37.201 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.201 INFO kablam! Sep 21 11:24:37.201 INFO kablam! error: the trait bound `Expr: expression::Expression` is not satisfied Sep 21 11:24:37.201 INFO kablam! --> src/expression/functions/helper_types.rs:17:22 Sep 21 11:24:37.201 INFO kablam! | Sep 21 11:24:37.201 INFO kablam! 17 | pub type max = super::aggregate_ordering::max::HelperType, Expr>; Sep 21 11:24:37.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Expr` Sep 21 11:24:37.201 INFO kablam! | Sep 21 11:24:37.201 INFO kablam! = help: consider adding a `where Expr: expression::Expression` bound Sep 21 11:24:37.201 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.201 INFO kablam! Sep 21 11:24:37.202 INFO kablam! error: the trait bound `Expr: expression::Expression` is not satisfied Sep 21 11:24:37.202 INFO kablam! --> src/expression/functions/helper_types.rs:20:22 Sep 21 11:24:37.202 INFO kablam! | Sep 21 11:24:37.202 INFO kablam! 20 | pub type min = super::aggregate_ordering::min::HelperType, Expr>; Sep 21 11:24:37.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Expr` Sep 21 11:24:37.202 INFO kablam! | Sep 21 11:24:37.202 INFO kablam! = help: consider adding a `where Expr: expression::Expression` bound Sep 21 11:24:37.202 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.202 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.202 INFO kablam! Sep 21 11:24:37.203 INFO kablam! error: the trait bound `Expr: expression::Expression` is not satisfied Sep 21 11:24:37.203 INFO kablam! --> src/expression/functions/helper_types.rs:23:22 Sep 21 11:24:37.203 INFO kablam! | Sep 21 11:24:37.203 INFO kablam! 23 | pub type sum = super::aggregate_folding::sum::HelperType, Expr>; Sep 21 11:24:37.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Expr` Sep 21 11:24:37.203 INFO kablam! | Sep 21 11:24:37.203 INFO kablam! = help: consider adding a `where Expr: expression::Expression` bound Sep 21 11:24:37.203 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.203 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.203 INFO kablam! Sep 21 11:24:37.203 INFO kablam! error: the trait bound `Expr: expression::Expression` is not satisfied Sep 21 11:24:37.203 INFO kablam! --> src/expression/functions/helper_types.rs:26:22 Sep 21 11:24:37.203 INFO kablam! | Sep 21 11:24:37.203 INFO kablam! 26 | pub type avg = super::aggregate_folding::avg::HelperType, Expr>; Sep 21 11:24:37.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Expr` Sep 21 11:24:37.203 INFO kablam! | Sep 21 11:24:37.203 INFO kablam! = help: consider adding a `where Expr: expression::Expression` bound Sep 21 11:24:37.203 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.203 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.203 INFO kablam! Sep 21 11:24:37.215 INFO kablam! error: the trait bound `Expr: expression::Expression` is not satisfied Sep 21 11:24:37.215 INFO kablam! --> src/expression/helper_types.rs:10:28 Sep 21 11:24:37.215 INFO kablam! | Sep 21 11:24:37.215 INFO kablam! 10 | pub type SqlTypeOf = ::SqlType; Sep 21 11:24:37.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Expr` Sep 21 11:24:37.215 INFO kablam! | Sep 21 11:24:37.215 INFO kablam! = help: consider adding a `where Expr: expression::Expression` bound Sep 21 11:24:37.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.215 INFO kablam! Sep 21 11:24:37.215 INFO kablam! error: the trait bound `TargetExpr: expression::Expression` is not satisfied Sep 21 11:24:37.215 INFO kablam! --> src/expression/helper_types.rs:13:37 Sep 21 11:24:37.215 INFO kablam! | Sep 21 11:24:37.215 INFO kablam! 13 | pub type AsExpr = AsExprOf>; Sep 21 11:24:37.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `TargetExpr` Sep 21 11:24:37.215 INFO kablam! | Sep 21 11:24:37.215 INFO kablam! = help: consider adding a `where TargetExpr: expression::Expression` bound Sep 21 11:24:37.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.215 INFO kablam! Sep 21 11:24:37.216 INFO kablam! error: the trait bound `Item: expression::Expression` is not satisfied Sep 21 11:24:37.216 INFO kablam! --> src/expression/helper_types.rs:13:37 Sep 21 11:24:37.216 INFO kablam! | Sep 21 11:24:37.216 INFO kablam! 13 | pub type AsExpr = AsExprOf>; Sep 21 11:24:37.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Item` Sep 21 11:24:37.216 INFO kablam! | Sep 21 11:24:37.216 INFO kablam! = help: consider adding a `where Item: expression::Expression` bound Sep 21 11:24:37.216 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Item` Sep 21 11:24:37.216 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.216 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.216 INFO kablam! Sep 21 11:24:37.216 INFO kablam! error: the trait bound `Item: expression::Expression` is not satisfied Sep 21 11:24:37.216 INFO kablam! --> src/expression/helper_types.rs:16:33 Sep 21 11:24:37.216 INFO kablam! | Sep 21 11:24:37.216 INFO kablam! 16 | pub type AsExprOf = >::Expression; Sep 21 11:24:37.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Item` Sep 21 11:24:37.216 INFO kablam! | Sep 21 11:24:37.217 INFO kablam! = help: consider adding a `where Item: expression::Expression` bound Sep 21 11:24:37.217 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression` for `Item` Sep 21 11:24:37.217 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.217 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.217 INFO kablam! Sep 21 11:24:37.217 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.217 INFO kablam! --> src/expression/helper_types.rs:20:25 Sep 21 11:24:37.217 INFO kablam! | Sep 21 11:24:37.217 INFO kablam! 20 | pub type Eq = super::operators::Eq>; Sep 21 11:24:37.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.217 INFO kablam! | Sep 21 11:24:37.217 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.217 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.217 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.217 INFO kablam! Sep 21 11:24:37.218 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.218 INFO kablam! --> src/expression/helper_types.rs:20:25 Sep 21 11:24:37.218 INFO kablam! | Sep 21 11:24:37.218 INFO kablam! 20 | pub type Eq = super::operators::Eq>; Sep 21 11:24:37.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.218 INFO kablam! | Sep 21 11:24:37.218 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.218 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Rhs` Sep 21 11:24:37.218 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.218 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.218 INFO kablam! Sep 21 11:24:37.218 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.218 INFO kablam! --> src/expression/helper_types.rs:24:28 Sep 21 11:24:37.218 INFO kablam! | Sep 21 11:24:37.218 INFO kablam! 24 | pub type NotEq = super::operators::NotEq>; Sep 21 11:24:37.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.218 INFO kablam! | Sep 21 11:24:37.218 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.218 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.218 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.218 INFO kablam! Sep 21 11:24:37.219 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.219 INFO kablam! --> src/expression/helper_types.rs:24:28 Sep 21 11:24:37.219 INFO kablam! | Sep 21 11:24:37.219 INFO kablam! 24 | pub type NotEq = super::operators::NotEq>; Sep 21 11:24:37.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.219 INFO kablam! | Sep 21 11:24:37.219 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.219 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Rhs` Sep 21 11:24:37.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.219 INFO kablam! Sep 21 11:24:37.219 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.219 INFO kablam! --> src/expression/helper_types.rs:28:28 Sep 21 11:24:37.219 INFO kablam! | Sep 21 11:24:37.219 INFO kablam! 28 | pub type EqAny = In>>::InExpression>; Sep 21 11:24:37.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.220 INFO kablam! | Sep 21 11:24:37.220 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.220 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.220 INFO kablam! Sep 21 11:24:37.228 INFO kablam! error: the trait bound `Rhs: std::iter::Iterator` is not satisfied Sep 21 11:24:37.228 INFO kablam! --> src/expression/helper_types.rs:28:28 Sep 21 11:24:37.228 INFO kablam! | Sep 21 11:24:37.228 INFO kablam! 28 | pub type EqAny = In>>::InExpression>; Sep 21 11:24:37.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Rhs` is not an iterator; maybe try calling `.iter()` or a similar method Sep 21 11:24:37.228 INFO kablam! | Sep 21 11:24:37.228 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `Rhs` Sep 21 11:24:37.228 INFO kablam! = help: consider adding a `where Rhs: std::iter::Iterator` bound Sep 21 11:24:37.228 INFO kablam! = note: required because of the requirements on the impl of `std::iter::IntoIterator` for `Rhs` Sep 21 11:24:37.228 INFO kablam! = note: required because of the requirements on the impl of `expression::array_comparison::AsInExpression<_>` for `Rhs` Sep 21 11:24:37.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.229 INFO kablam! Sep 21 11:24:37.229 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.229 INFO kablam! --> src/expression/helper_types.rs:32:28 Sep 21 11:24:37.229 INFO kablam! | Sep 21 11:24:37.229 INFO kablam! 32 | pub type NeAny = NotIn>>::InExpression>; Sep 21 11:24:37.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.229 INFO kablam! | Sep 21 11:24:37.229 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.229 INFO kablam! Sep 21 11:24:37.230 INFO kablam! error: the trait bound `Rhs: std::iter::Iterator` is not satisfied Sep 21 11:24:37.230 INFO kablam! --> src/expression/helper_types.rs:32:28 Sep 21 11:24:37.230 INFO kablam! | Sep 21 11:24:37.230 INFO kablam! 32 | pub type NeAny = NotIn>>::InExpression>; Sep 21 11:24:37.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Rhs` is not an iterator; maybe try calling `.iter()` or a similar method Sep 21 11:24:37.230 INFO kablam! | Sep 21 11:24:37.230 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `Rhs` Sep 21 11:24:37.230 INFO kablam! = help: consider adding a `where Rhs: std::iter::Iterator` bound Sep 21 11:24:37.230 INFO kablam! = note: required because of the requirements on the impl of `std::iter::IntoIterator` for `Rhs` Sep 21 11:24:37.230 INFO kablam! = note: required because of the requirements on the impl of `expression::array_comparison::AsInExpression<_>` for `Rhs` Sep 21 11:24:37.230 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.230 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.230 INFO kablam! Sep 21 11:24:37.231 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.231 INFO kablam! --> src/expression/helper_types.rs:44:25 Sep 21 11:24:37.231 INFO kablam! | Sep 21 11:24:37.231 INFO kablam! 44 | pub type Gt = super::operators::Gt>; Sep 21 11:24:37.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.231 INFO kablam! | Sep 21 11:24:37.231 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.231 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.231 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.231 INFO kablam! Sep 21 11:24:37.231 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.231 INFO kablam! --> src/expression/helper_types.rs:44:25 Sep 21 11:24:37.231 INFO kablam! | Sep 21 11:24:37.231 INFO kablam! 44 | pub type Gt = super::operators::Gt>; Sep 21 11:24:37.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.231 INFO kablam! | Sep 21 11:24:37.231 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.231 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Rhs` Sep 21 11:24:37.231 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.231 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.231 INFO kablam! Sep 21 11:24:37.232 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.232 INFO kablam! --> src/expression/helper_types.rs:48:27 Sep 21 11:24:37.232 INFO kablam! | Sep 21 11:24:37.232 INFO kablam! 48 | pub type GtEq = super::operators::GtEq>; Sep 21 11:24:37.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.232 INFO kablam! | Sep 21 11:24:37.232 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.232 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.232 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.232 INFO kablam! Sep 21 11:24:37.232 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.232 INFO kablam! --> src/expression/helper_types.rs:48:27 Sep 21 11:24:37.232 INFO kablam! | Sep 21 11:24:37.232 INFO kablam! 48 | pub type GtEq = super::operators::GtEq>; Sep 21 11:24:37.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.233 INFO kablam! | Sep 21 11:24:37.233 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.233 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Rhs` Sep 21 11:24:37.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.233 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.233 INFO kablam! Sep 21 11:24:37.233 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.233 INFO kablam! --> src/expression/helper_types.rs:52:25 Sep 21 11:24:37.233 INFO kablam! | Sep 21 11:24:37.233 INFO kablam! 52 | pub type Lt = super::operators::Lt>; Sep 21 11:24:37.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.233 INFO kablam! | Sep 21 11:24:37.234 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.234 INFO kablam! Sep 21 11:24:37.234 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.234 INFO kablam! --> src/expression/helper_types.rs:52:25 Sep 21 11:24:37.234 INFO kablam! | Sep 21 11:24:37.234 INFO kablam! 52 | pub type Lt = super::operators::Lt>; Sep 21 11:24:37.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.234 INFO kablam! | Sep 21 11:24:37.234 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.234 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Rhs` Sep 21 11:24:37.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.235 INFO kablam! Sep 21 11:24:37.235 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.235 INFO kablam! --> src/expression/helper_types.rs:56:27 Sep 21 11:24:37.235 INFO kablam! | Sep 21 11:24:37.235 INFO kablam! 56 | pub type LtEq = super::operators::LtEq>; Sep 21 11:24:37.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.235 INFO kablam! | Sep 21 11:24:37.235 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.235 INFO kablam! Sep 21 11:24:37.236 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.236 INFO kablam! --> src/expression/helper_types.rs:56:27 Sep 21 11:24:37.236 INFO kablam! | Sep 21 11:24:37.236 INFO kablam! 56 | pub type LtEq = super::operators::LtEq>; Sep 21 11:24:37.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.236 INFO kablam! | Sep 21 11:24:37.236 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.236 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Rhs` Sep 21 11:24:37.236 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.236 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.236 INFO kablam! Sep 21 11:24:37.237 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.237 INFO kablam! --> src/expression/helper_types.rs:61:5 Sep 21 11:24:37.237 INFO kablam! | Sep 21 11:24:37.237 INFO kablam! 61 | super::operators::Between, AsExpr>>; Sep 21 11:24:37.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.237 INFO kablam! | Sep 21 11:24:37.237 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.237 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.237 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.237 INFO kablam! Sep 21 11:24:37.237 INFO kablam! error: the trait bound `Lower: expression::Expression` is not satisfied Sep 21 11:24:37.237 INFO kablam! --> src/expression/helper_types.rs:61:5 Sep 21 11:24:37.237 INFO kablam! | Sep 21 11:24:37.237 INFO kablam! 61 | super::operators::Between, AsExpr>>; Sep 21 11:24:37.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Lower` Sep 21 11:24:37.237 INFO kablam! | Sep 21 11:24:37.237 INFO kablam! = help: consider adding a `where Lower: expression::Expression` bound Sep 21 11:24:37.237 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Lower` Sep 21 11:24:37.238 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.238 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.238 INFO kablam! Sep 21 11:24:37.238 INFO kablam! error: the trait bound `Upper: expression::Expression` is not satisfied Sep 21 11:24:37.238 INFO kablam! --> src/expression/helper_types.rs:61:5 Sep 21 11:24:37.238 INFO kablam! | Sep 21 11:24:37.238 INFO kablam! 61 | super::operators::Between, AsExpr>>; Sep 21 11:24:37.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Upper` Sep 21 11:24:37.238 INFO kablam! | Sep 21 11:24:37.238 INFO kablam! = help: consider adding a `where Upper: expression::Expression` bound Sep 21 11:24:37.238 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Upper` Sep 21 11:24:37.238 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.238 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.238 INFO kablam! Sep 21 11:24:37.239 INFO kablam! error: the trait bound `Lhs: expression::Expression` is not satisfied Sep 21 11:24:37.239 INFO kablam! --> src/expression/helper_types.rs:65:42 Sep 21 11:24:37.239 INFO kablam! | Sep 21 11:24:37.239 INFO kablam! 65 | pub type NotBetween = super::operators::NotBetween< Sep 21 11:24:37.239 INFO kablam! | __________________________________________^ Sep 21 11:24:37.239 INFO kablam! 66 | | Lhs, Sep 21 11:24:37.239 INFO kablam! 67 | | super::operators::And, AsExpr>, Sep 21 11:24:37.239 INFO kablam! 68 | | >; Sep 21 11:24:37.239 INFO kablam! | |_^ the trait `expression::Expression` is not implemented for `Lhs` Sep 21 11:24:37.239 INFO kablam! | Sep 21 11:24:37.239 INFO kablam! = help: consider adding a `where Lhs: expression::Expression` bound Sep 21 11:24:37.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.239 INFO kablam! Sep 21 11:24:37.240 INFO kablam! error: the trait bound `Lower: expression::Expression` is not satisfied Sep 21 11:24:37.240 INFO kablam! --> src/expression/helper_types.rs:65:42 Sep 21 11:24:37.240 INFO kablam! | Sep 21 11:24:37.240 INFO kablam! 65 | pub type NotBetween = super::operators::NotBetween< Sep 21 11:24:37.240 INFO kablam! | __________________________________________^ Sep 21 11:24:37.240 INFO kablam! 66 | | Lhs, Sep 21 11:24:37.240 INFO kablam! 67 | | super::operators::And, AsExpr>, Sep 21 11:24:37.240 INFO kablam! 68 | | >; Sep 21 11:24:37.240 INFO kablam! | |_^ the trait `expression::Expression` is not implemented for `Lower` Sep 21 11:24:37.240 INFO kablam! | Sep 21 11:24:37.240 INFO kablam! = help: consider adding a `where Lower: expression::Expression` bound Sep 21 11:24:37.240 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Lower` Sep 21 11:24:37.240 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.240 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.240 INFO kablam! Sep 21 11:24:37.240 INFO kablam! error: the trait bound `Upper: expression::Expression` is not satisfied Sep 21 11:24:37.240 INFO kablam! --> src/expression/helper_types.rs:65:42 Sep 21 11:24:37.241 INFO kablam! | Sep 21 11:24:37.241 INFO kablam! 65 | pub type NotBetween = super::operators::NotBetween< Sep 21 11:24:37.241 INFO kablam! | __________________________________________^ Sep 21 11:24:37.241 INFO kablam! 66 | | Lhs, Sep 21 11:24:37.241 INFO kablam! 67 | | super::operators::And, AsExpr>, Sep 21 11:24:37.241 INFO kablam! 68 | | >; Sep 21 11:24:37.241 INFO kablam! | |_^ the trait `expression::Expression` is not implemented for `Upper` Sep 21 11:24:37.241 INFO kablam! | Sep 21 11:24:37.241 INFO kablam! = help: consider adding a `where Upper: expression::Expression` bound Sep 21 11:24:37.241 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression<_>` for `Upper` Sep 21 11:24:37.241 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.241 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.241 INFO kablam! Sep 21 11:24:37.242 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.242 INFO kablam! --> src/expression/helper_types.rs:84:26 Sep 21 11:24:37.242 INFO kablam! | Sep 21 11:24:37.242 INFO kablam! 84 | pub type And = super::operators::And>; Sep 21 11:24:37.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.242 INFO kablam! | Sep 21 11:24:37.242 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.242 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression` for `Rhs` Sep 21 11:24:37.242 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.242 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.242 INFO kablam! Sep 21 11:24:37.243 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.243 INFO kablam! --> src/expression/helper_types.rs:88:25 Sep 21 11:24:37.243 INFO kablam! | Sep 21 11:24:37.243 INFO kablam! 88 | pub type Or = Grouped>>; Sep 21 11:24:37.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.243 INFO kablam! | Sep 21 11:24:37.243 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.243 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression` for `Rhs` Sep 21 11:24:37.243 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.243 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.243 INFO kablam! Sep 21 11:24:37.244 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.244 INFO kablam! --> src/expression/helper_types.rs:96:27 Sep 21 11:24:37.244 INFO kablam! | Sep 21 11:24:37.244 INFO kablam! 96 | pub type Like = super::operators::Like>; Sep 21 11:24:37.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.244 INFO kablam! | Sep 21 11:24:37.244 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.244 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression` for `Rhs` Sep 21 11:24:37.244 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.244 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.244 INFO kablam! Sep 21 11:24:37.244 INFO kablam! error: the trait bound `Rhs: expression::Expression` is not satisfied Sep 21 11:24:37.244 INFO kablam! --> src/expression/helper_types.rs:100:30 Sep 21 11:24:37.244 INFO kablam! | Sep 21 11:24:37.244 INFO kablam! 100 | pub type NotLike = super::operators::NotLike>; Sep 21 11:24:37.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Rhs` Sep 21 11:24:37.245 INFO kablam! | Sep 21 11:24:37.245 INFO kablam! = help: consider adding a `where Rhs: expression::Expression` bound Sep 21 11:24:37.245 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression` for `Rhs` Sep 21 11:24:37.245 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.245 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.245 INFO kablam! Sep 21 11:24:37.252 INFO kablam! error: the trait bound `Expr: expression::Expression` is not satisfied Sep 21 11:24:37.252 INFO kablam! --> src/expression/mod.rs:73:28 Sep 21 11:24:37.252 INFO kablam! | Sep 21 11:24:37.252 INFO kablam! 73 | pub type count = super::count::count::HelperType, Expr>; Sep 21 11:24:37.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Expr` Sep 21 11:24:37.252 INFO kablam! | Sep 21 11:24:37.252 INFO kablam! = help: consider adding a `where Expr: expression::Expression` bound Sep 21 11:24:37.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.253 INFO kablam! Sep 21 11:24:37.253 INFO kablam! error: the trait bound `Expr: expression::Expression` is not satisfied Sep 21 11:24:37.253 INFO kablam! --> src/expression/mod.rs:79:27 Sep 21 11:24:37.253 INFO kablam! | Sep 21 11:24:37.253 INFO kablam! 79 | pub type date = super::functions::date_and_time::date::HelperType; Sep 21 11:24:37.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `expression::Expression` is not implemented for `Expr` Sep 21 11:24:37.253 INFO kablam! | Sep 21 11:24:37.253 INFO kablam! = help: consider adding a `where Expr: expression::Expression` bound Sep 21 11:24:37.253 INFO kablam! = note: required because of the requirements on the impl of `expression::AsExpression` for `Expr` Sep 21 11:24:37.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.254 INFO kablam! Sep 21 11:24:37.366 INFO kablam! error: the trait bound `ST: sql_types::NotNull` is not satisfied Sep 21 11:24:37.366 INFO kablam! --> src/types/mod.rs:106:25 Sep 21 11:24:37.366 INFO kablam! | Sep 21 11:24:37.366 INFO kablam! 106 | pub type Nullable = ::sql_types::Nullable; Sep 21 11:24:37.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `sql_types::NotNull` is not implemented for `ST` Sep 21 11:24:37.366 INFO kablam! | Sep 21 11:24:37.366 INFO kablam! = help: consider adding a `where ST: sql_types::NotNull` bound Sep 21 11:24:37.366 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.366 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.366 INFO kablam! Sep 21 11:24:37.366 INFO kablam! error: the trait bound `DB: sql_types::TypeMetadata` is not satisfied Sep 21 11:24:37.366 INFO kablam! --> src/types/mod.rs:109:35 Sep 21 11:24:37.366 INFO kablam! | Sep 21 11:24:37.366 INFO kablam! 109 | pub type ToSqlOutput<'a, T, DB> = ::serialize::Output<'a, T, DB>; Sep 21 11:24:37.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `sql_types::TypeMetadata` is not implemented for `DB` Sep 21 11:24:37.366 INFO kablam! | Sep 21 11:24:37.366 INFO kablam! = help: consider adding a `where DB: sql_types::TypeMetadata` bound Sep 21 11:24:37.366 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.366 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.366 INFO kablam! Sep 21 11:24:37.390 INFO kablam! error[E0275]: overflow evaluating the requirement `>::Output` Sep 21 11:24:37.390 INFO kablam! --> src/lib.rs:244:42 Sep 21 11:24:37.390 INFO kablam! | Sep 21 11:24:37.390 INFO kablam! 244 | pub type Select = >::Output; Sep 21 11:24:37.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:24:37.390 INFO kablam! | Sep 21 11:24:37.390 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:24:37.390 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:24:37.390 INFO kablam! Sep 21 11:24:37.482 INFO kablam! error: aborting due to 185 previous errors Sep 21 11:24:37.482 INFO kablam! Sep 21 11:24:37.482 INFO kablam! For more information about this error, try `rustc --explain E0275`. Sep 21 11:24:37.496 INFO kablam! error: Could not compile `diesel`. Sep 21 11:24:37.496 INFO kablam! Sep 21 11:24:37.496 INFO kablam! To learn more, run the command again with --verbose. Sep 21 11:24:37.499 INFO kablam! su: No module specific data is present Sep 21 11:24:38.152 INFO running `"docker" "rm" "-f" "1375e81d6f738fbb55095567d074814641972cabf6c0ba58347f1114d98e4629"` Sep 21 11:24:38.264 INFO blam! 1375e81d6f738fbb55095567d074814641972cabf6c0ba58347f1114d98e4629