Sep 04 22:43:24.731 INFO checking diesel-1.3.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 22:43:24.731 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 22:43:24.731 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:43:24.919 INFO blam! 15cface3d61c00b078b7fe887b9ab84ba0d665d7518880273f5fa381f92cffb9 Sep 04 22:43:24.921 INFO running `"docker" "start" "-a" "15cface3d61c00b078b7fe887b9ab84ba0d665d7518880273f5fa381f92cffb9"` Sep 04 22:43:25.838 INFO kablam! Checking diesel v1.3.2 (file:///source) Sep 04 22:43:28.192 INFO kablam! error: At least one backend must be used to test this crate. Sep 04 22:43:28.193 INFO kablam! Pass argument `--features ""` with one or more of the following backends, 'mysql', 'postgres', or 'sqlite'. Sep 04 22:43:28.193 INFO kablam! Sep 04 22:43:28.193 INFO kablam! ex. cargo test --features "mysql postgres sqlite" Sep 04 22:43:28.193 INFO kablam! Sep 04 22:43:28.193 INFO kablam! --> src/test_helpers.rs:45:9 Sep 04 22:43:28.193 INFO kablam! | Sep 04 22:43:28.193 INFO kablam! 45 | / compile_error!( Sep 04 22:43:28.193 INFO kablam! 46 | | "At least one backend must be used to test this crate.\n \ Sep 04 22:43:28.193 INFO kablam! 47 | | Pass argument `--features \"\"` with one or more of the following backends, \ Sep 04 22:43:28.193 INFO kablam! 48 | | 'mysql', 'postgres', or 'sqlite'. \n\n \ Sep 04 22:43:28.193 INFO kablam! 49 | | ex. cargo test --features \"mysql postgres sqlite\"\n" Sep 04 22:43:28.193 INFO kablam! 50 | | ); Sep 04 22:43:28.193 INFO kablam! | |__________^ Sep 04 22:43:28.193 INFO kablam! Sep 04 22:43:30.126 INFO kablam! error: cannot find type `Add` in this scope Sep 04 22:43:30.126 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 04 22:43:30.126 INFO kablam! | Sep 04 22:43:30.126 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.126 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.126 INFO kablam! | Sep 04 22:43:30.126 INFO kablam! note: lint level defined here Sep 04 22:43:30.126 INFO kablam! --> src/lib.rs:131:9 Sep 04 22:43:30.126 INFO kablam! | Sep 04 22:43:30.126 INFO kablam! 13| #![deny(warnings, missing_debug_implementations, missing_copy_implementations, missing_docs)] Sep 04 22:43:30.126 INFO kablam! | ^^^^^^^^ Sep 04 22:43:30.126 INFO kablam! = note: #[deny(proc_macro_derive_resolution_fallback)] implied by #[deny(warnings)] Sep 04 22:43:30.126 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.126 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.126 INFO kablam! Sep 04 22:43:30.127 INFO kablam! error: cannot find type `Add` in this scope Sep 04 22:43:30.127 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 04 22:43:30.127 INFO kablam! | Sep 04 22:43:30.127 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.127 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.127 INFO kablam! | Sep 04 22:43:30.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.127 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.127 INFO kablam! Sep 04 22:43:30.127 INFO kablam! error: cannot find type `Sub` in this scope Sep 04 22:43:30.127 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 04 22:43:30.127 INFO kablam! | Sep 04 22:43:30.127 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.127 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.127 INFO kablam! | Sep 04 22:43:30.127 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.127 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.127 INFO kablam! Sep 04 22:43:30.128 INFO kablam! error: cannot find type `Mul` in this scope Sep 04 22:43:30.128 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 04 22:43:30.128 INFO kablam! | Sep 04 22:43:30.128 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.128 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.128 INFO kablam! | Sep 04 22:43:30.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.128 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.128 INFO kablam! Sep 04 22:43:30.128 INFO kablam! error: cannot find type `Div` in this scope Sep 04 22:43:30.128 INFO kablam! --> src/expression/ops/numeric.rs:9:38 Sep 04 22:43:30.128 INFO kablam! | Sep 04 22:43:30.128 INFO kablam! 9 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.128 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.128 INFO kablam! | Sep 04 22:43:30.128 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.128 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.128 INFO kablam! Sep 04 22:43:30.129 INFO kablam! error: cannot find type `sum` in this scope Sep 04 22:43:30.129 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 04 22:43:30.129 INFO kablam! | Sep 04 22:43:30.129 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.129 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.129 INFO kablam! | Sep 04 22:43:30.129 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.129 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.129 INFO kablam! Sep 04 22:43:30.129 INFO kablam! error: cannot find type `sum` in this scope Sep 04 22:43:30.129 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 04 22:43:30.129 INFO kablam! | Sep 04 22:43:30.129 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.129 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.129 INFO kablam! | Sep 04 22:43:30.129 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.129 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.129 INFO kablam! Sep 04 22:43:30.129 INFO kablam! error: cannot find type `avg` in this scope Sep 04 22:43:30.129 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 04 22:43:30.129 INFO kablam! | Sep 04 22:43:30.130 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.130 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.130 INFO kablam! | Sep 04 22:43:30.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.130 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.130 INFO kablam! Sep 04 22:43:30.130 INFO kablam! error: cannot find type `avg` in this scope Sep 04 22:43:30.130 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 04 22:43:30.130 INFO kablam! | Sep 04 22:43:30.130 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.130 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.130 INFO kablam! | Sep 04 22:43:30.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.130 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.130 INFO kablam! Sep 04 22:43:30.130 INFO kablam! error: cannot find type `max` in this scope Sep 04 22:43:30.130 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 04 22:43:30.130 INFO kablam! | Sep 04 22:43:30.130 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.130 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.130 INFO kablam! | Sep 04 22:43:30.130 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.130 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.130 INFO kablam! Sep 04 22:43:30.130 INFO kablam! error: cannot find type `max` in this scope Sep 04 22:43:30.131 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 04 22:43:30.131 INFO kablam! | Sep 04 22:43:30.131 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.131 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.131 INFO kablam! | Sep 04 22:43:30.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.131 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.131 INFO kablam! Sep 04 22:43:30.131 INFO kablam! error: cannot find type `min` in this scope Sep 04 22:43:30.131 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 04 22:43:30.131 INFO kablam! | Sep 04 22:43:30.131 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.131 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.131 INFO kablam! | Sep 04 22:43:30.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.131 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.131 INFO kablam! Sep 04 22:43:30.131 INFO kablam! error: cannot find type `min` in this scope Sep 04 22:43:30.131 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 04 22:43:30.131 INFO kablam! | Sep 04 22:43:30.131 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.131 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.131 INFO kablam! | Sep 04 22:43:30.131 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.132 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.132 INFO kablam! Sep 04 22:43:30.132 INFO kablam! error: cannot find type `now` in this scope Sep 04 22:43:30.132 INFO kablam! --> src/expression/functions/date_and_time.rs:10:30 Sep 04 22:43:30.132 INFO kablam! | Sep 04 22:43:30.132 INFO kablam! 10 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.132 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.132 INFO kablam! | Sep 04 22:43:30.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.132 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.132 INFO kablam! Sep 04 22:43:30.132 INFO kablam! error: cannot find type `date` in this scope Sep 04 22:43:30.132 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 04 22:43:30.132 INFO kablam! | Sep 04 22:43:30.132 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.132 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.132 INFO kablam! | Sep 04 22:43:30.132 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.133 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.133 INFO kablam! Sep 04 22:43:30.133 INFO kablam! error: cannot find type `date` in this scope Sep 04 22:43:30.133 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 04 22:43:30.133 INFO kablam! | Sep 04 22:43:30.133 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.133 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.133 INFO kablam! | Sep 04 22:43:30.133 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.133 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.133 INFO kablam! Sep 04 22:43:30.133 INFO kablam! error: cannot find type `In` in this scope Sep 04 22:43:30.133 INFO kablam! --> src/expression/array_comparison.rs:8:30 Sep 04 22:43:30.133 INFO kablam! | Sep 04 22:43:30.134 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.134 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.134 INFO kablam! | Sep 04 22:43:30.134 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.134 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.134 INFO kablam! Sep 04 22:43:30.134 INFO kablam! error: cannot find type `NotIn` in this scope Sep 04 22:43:30.134 INFO kablam! --> src/expression/array_comparison.rs:14:30 Sep 04 22:43:30.134 INFO kablam! | Sep 04 22:43:30.134 INFO kablam! 14 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.134 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.134 INFO kablam! | Sep 04 22:43:30.134 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.134 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.134 INFO kablam! Sep 04 22:43:30.135 INFO kablam! error: cannot find type `Bound` in this scope Sep 04 22:43:30.135 INFO kablam! --> src/expression/bound.rs:10:30 Sep 04 22:43:30.135 INFO kablam! | Sep 04 22:43:30.135 INFO kablam! 10 | #[derive(Debug, Clone, Copy, DieselNumericOps)] Sep 04 22:43:30.135 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.135 INFO kablam! | Sep 04 22:43:30.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.135 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.135 INFO kablam! Sep 04 22:43:30.135 INFO kablam! error: cannot find type `Coerce` in this scope Sep 04 22:43:30.135 INFO kablam! --> src/expression/coerce.rs:8:30 Sep 04 22:43:30.135 INFO kablam! | Sep 04 22:43:30.135 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)] Sep 04 22:43:30.135 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.135 INFO kablam! | Sep 04 22:43:30.135 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.135 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.136 INFO kablam! Sep 04 22:43:30.136 INFO kablam! error: cannot find type `Coerce` in this scope Sep 04 22:43:30.136 INFO kablam! --> src/expression/coerce.rs:8:39 Sep 04 22:43:30.136 INFO kablam! | Sep 04 22:43:30.136 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId, DieselNumericOps)] Sep 04 22:43:30.136 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.136 INFO kablam! | Sep 04 22:43:30.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.136 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.136 INFO kablam! Sep 04 22:43:30.136 INFO kablam! error: cannot find type `count` in this scope Sep 04 22:43:30.136 INFO kablam! --> src/expression/functions/mod.rs:250:42 Sep 04 22:43:30.136 INFO kablam! | Sep 04 22:43:30.136 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.136 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.136 INFO kablam! | Sep 04 22:43:30.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.136 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.137 INFO kablam! Sep 04 22:43:30.137 INFO kablam! error: cannot find type `count` in this scope Sep 04 22:43:30.137 INFO kablam! --> src/expression/functions/mod.rs:250:51 Sep 04 22:43:30.137 INFO kablam! | Sep 04 22:43:30.137 INFO kablam! 250 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.137 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.137 INFO kablam! | Sep 04 22:43:30.137 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.137 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.137 INFO kablam! Sep 04 22:43:30.137 INFO kablam! error: cannot find type `CountStar` in this scope Sep 04 22:43:30.137 INFO kablam! --> src/expression/count.rs:58:30 Sep 04 22:43:30.137 INFO kablam! | Sep 04 22:43:30.137 INFO kablam! 58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.137 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.137 INFO kablam! | Sep 04 22:43:30.137 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.137 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.138 INFO kablam! Sep 04 22:43:30.138 INFO kablam! error: cannot find type `CountStar` in this scope Sep 04 22:43:30.138 INFO kablam! --> src/expression/count.rs:58:39 Sep 04 22:43:30.138 INFO kablam! | Sep 04 22:43:30.138 INFO kablam! 58 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.138 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.138 INFO kablam! | Sep 04 22:43:30.138 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.138 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.138 INFO kablam! Sep 04 22:43:30.138 INFO kablam! error: cannot find type `Exists` in this scope Sep 04 22:43:30.138 INFO kablam! --> src/expression/exists.rs:36:30 Sep 04 22:43:30.138 INFO kablam! | Sep 04 22:43:30.138 INFO kablam! 36 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.138 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.138 INFO kablam! | Sep 04 22:43:30.138 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.138 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.138 INFO kablam! Sep 04 22:43:30.139 INFO kablam! error: cannot find type `Grouped` in this scope Sep 04 22:43:30.139 INFO kablam! --> src/expression/grouped.rs:6:30 Sep 04 22:43:30.139 INFO kablam! | Sep 04 22:43:30.139 INFO kablam! 6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)] Sep 04 22:43:30.139 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.139 INFO kablam! | Sep 04 22:43:30.139 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.139 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.139 INFO kablam! Sep 04 22:43:30.139 INFO kablam! error: cannot find type `Grouped` in this scope Sep 04 22:43:30.139 INFO kablam! --> src/expression/grouped.rs:6:48 Sep 04 22:43:30.139 INFO kablam! | Sep 04 22:43:30.139 INFO kablam! 6 | #[derive(Debug, Copy, Clone, QueryId, Default, DieselNumericOps)] Sep 04 22:43:30.139 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.139 INFO kablam! | Sep 04 22:43:30.139 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.139 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.139 INFO kablam! Sep 04 22:43:30.140 INFO kablam! error: cannot find type `Nullable` in this scope Sep 04 22:43:30.140 INFO kablam! --> src/expression/nullable.rs:7:30 Sep 04 22:43:30.140 INFO kablam! | Sep 04 22:43:30.140 INFO kablam! 7 | #[derive(Debug, Copy, Clone, DieselNumericOps)] Sep 04 22:43:30.140 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.140 INFO kablam! | Sep 04 22:43:30.140 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.140 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.140 INFO kablam! Sep 04 22:43:30.140 INFO kablam! error: cannot find type `Concat` in this scope Sep 04 22:43:30.140 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.140 INFO kablam! | Sep 04 22:43:30.140 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.140 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.140 INFO kablam! | Sep 04 22:43:30.140 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.141 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.141 INFO kablam! Sep 04 22:43:30.141 INFO kablam! error: cannot find type `Concat` in this scope Sep 04 22:43:30.141 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.141 INFO kablam! | Sep 04 22:43:30.141 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.141 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.141 INFO kablam! | Sep 04 22:43:30.141 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.141 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.141 INFO kablam! Sep 04 22:43:30.141 INFO kablam! error: cannot find type `And` in this scope Sep 04 22:43:30.141 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.141 INFO kablam! | Sep 04 22:43:30.141 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.141 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.142 INFO kablam! | Sep 04 22:43:30.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.142 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.142 INFO kablam! Sep 04 22:43:30.142 INFO kablam! error: cannot find type `And` in this scope Sep 04 22:43:30.142 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.142 INFO kablam! | Sep 04 22:43:30.142 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.142 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.142 INFO kablam! | Sep 04 22:43:30.142 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.142 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.142 INFO kablam! Sep 04 22:43:30.142 INFO kablam! error: cannot find type `Between` in this scope Sep 04 22:43:30.142 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.142 INFO kablam! | Sep 04 22:43:30.142 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.143 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.143 INFO kablam! | Sep 04 22:43:30.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.143 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.143 INFO kablam! Sep 04 22:43:30.143 INFO kablam! error: cannot find type `Between` in this scope Sep 04 22:43:30.143 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.143 INFO kablam! | Sep 04 22:43:30.143 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.143 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.143 INFO kablam! | Sep 04 22:43:30.143 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.143 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.143 INFO kablam! Sep 04 22:43:30.143 INFO kablam! error: cannot find type `Escape` in this scope Sep 04 22:43:30.143 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.143 INFO kablam! | Sep 04 22:43:30.143 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.143 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.144 INFO kablam! | Sep 04 22:43:30.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.144 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.144 INFO kablam! Sep 04 22:43:30.144 INFO kablam! error: cannot find type `Escape` in this scope Sep 04 22:43:30.144 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.144 INFO kablam! | Sep 04 22:43:30.144 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.144 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.144 INFO kablam! | Sep 04 22:43:30.144 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.144 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.144 INFO kablam! Sep 04 22:43:30.144 INFO kablam! error: cannot find type `Eq` in this scope Sep 04 22:43:30.144 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.144 INFO kablam! | Sep 04 22:43:30.144 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.144 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.144 INFO kablam! | Sep 04 22:43:30.145 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.145 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.145 INFO kablam! Sep 04 22:43:30.145 INFO kablam! error: cannot find type `Eq` in this scope Sep 04 22:43:30.145 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.145 INFO kablam! | Sep 04 22:43:30.145 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.145 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.145 INFO kablam! | Sep 04 22:43:30.145 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.145 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.145 INFO kablam! Sep 04 22:43:30.145 INFO kablam! error: cannot find type `Gt` in this scope Sep 04 22:43:30.145 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.145 INFO kablam! | Sep 04 22:43:30.145 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.145 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.145 INFO kablam! | Sep 04 22:43:30.145 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.146 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.146 INFO kablam! Sep 04 22:43:30.146 INFO kablam! error: cannot find type `Gt` in this scope Sep 04 22:43:30.146 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.146 INFO kablam! | Sep 04 22:43:30.146 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.146 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.146 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.146 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.146 INFO kablam! Sep 04 22:43:30.146 INFO kablam! error: cannot find type `GtEq` in this scope Sep 04 22:43:30.146 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.146 INFO kablam! | Sep 04 22:43:30.146 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.146 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.146 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.146 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.146 INFO kablam! Sep 04 22:43:30.146 INFO kablam! error: cannot find type `GtEq` in this scope Sep 04 22:43:30.146 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.147 INFO kablam! | Sep 04 22:43:30.147 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.147 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.147 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.147 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.147 INFO kablam! Sep 04 22:43:30.147 INFO kablam! error: cannot find type `Like` in this scope Sep 04 22:43:30.147 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.147 INFO kablam! | Sep 04 22:43:30.147 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.147 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.147 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.147 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.147 INFO kablam! Sep 04 22:43:30.147 INFO kablam! error: cannot find type `Like` in this scope Sep 04 22:43:30.147 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.147 INFO kablam! | Sep 04 22:43:30.148 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.148 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.148 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.148 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.148 INFO kablam! Sep 04 22:43:30.148 INFO kablam! error: cannot find type `Lt` in this scope Sep 04 22:43:30.148 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.148 INFO kablam! | Sep 04 22:43:30.148 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.148 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.148 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.148 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.148 INFO kablam! Sep 04 22:43:30.148 INFO kablam! error: cannot find type `Lt` in this scope Sep 04 22:43:30.148 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.148 INFO kablam! | Sep 04 22:43:30.149 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.149 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.149 INFO kablam! | Sep 04 22:43:30.149 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.149 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.149 INFO kablam! Sep 04 22:43:30.149 INFO kablam! error: cannot find type `LtEq` in this scope Sep 04 22:43:30.149 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.149 INFO kablam! | Sep 04 22:43:30.149 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.149 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.149 INFO kablam! | Sep 04 22:43:30.149 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.149 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.149 INFO kablam! Sep 04 22:43:30.149 INFO kablam! error: cannot find type `LtEq` in this scope Sep 04 22:43:30.149 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.150 INFO kablam! | Sep 04 22:43:30.150 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.150 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.150 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.150 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.150 INFO kablam! Sep 04 22:43:30.150 INFO kablam! error: cannot find type `NotBetween` in this scope Sep 04 22:43:30.150 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.150 INFO kablam! | Sep 04 22:43:30.151 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.151 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.151 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.151 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.151 INFO kablam! Sep 04 22:43:30.151 INFO kablam! error: cannot find type `NotBetween` in this scope Sep 04 22:43:30.151 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.151 INFO kablam! | Sep 04 22:43:30.151 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.151 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.152 INFO kablam! | Sep 04 22:43:30.152 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.152 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.152 INFO kablam! Sep 04 22:43:30.152 INFO kablam! error: cannot find type `NotEq` in this scope Sep 04 22:43:30.153 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.153 INFO kablam! | Sep 04 22:43:30.153 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.153 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.153 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.153 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.153 INFO kablam! Sep 04 22:43:30.153 INFO kablam! error: cannot find type `NotEq` in this scope Sep 04 22:43:30.153 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.154 INFO kablam! | Sep 04 22:43:30.154 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.154 INFO kablam! | Sep 04 22:43:30.154 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.154 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.154 INFO kablam! Sep 04 22:43:30.155 INFO kablam! error: cannot find type `NotLike` in this scope Sep 04 22:43:30.155 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.155 INFO kablam! | Sep 04 22:43:30.155 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.155 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.155 INFO kablam! | Sep 04 22:43:30.155 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.155 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.155 INFO kablam! Sep 04 22:43:30.156 INFO kablam! error: cannot find type `NotLike` in this scope Sep 04 22:43:30.156 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.156 INFO kablam! | Sep 04 22:43:30.156 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.156 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.156 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.156 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.156 INFO kablam! Sep 04 22:43:30.157 INFO kablam! error: cannot find type `Or` in this scope Sep 04 22:43:30.157 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.157 INFO kablam! | Sep 04 22:43:30.157 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.157 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.157 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.157 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.157 INFO kablam! Sep 04 22:43:30.158 INFO kablam! error: cannot find type `Or` in this scope Sep 04 22:43:30.158 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.158 INFO kablam! | Sep 04 22:43:30.158 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.158 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.158 INFO kablam! | Sep 04 22:43:30.158 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.158 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.158 INFO kablam! Sep 04 22:43:30.159 INFO kablam! error: cannot find type `IsNull` in this scope Sep 04 22:43:30.159 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.159 INFO kablam! | Sep 04 22:43:30.159 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.159 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.159 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.159 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.159 INFO kablam! Sep 04 22:43:30.160 INFO kablam! error: cannot find type `IsNull` in this scope Sep 04 22:43:30.160 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.160 INFO kablam! | Sep 04 22:43:30.160 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.160 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.160 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.160 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.160 INFO kablam! Sep 04 22:43:30.161 INFO kablam! error: cannot find type `IsNotNull` in this scope Sep 04 22:43:30.161 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.161 INFO kablam! | Sep 04 22:43:30.161 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.161 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.161 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.161 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.162 INFO kablam! Sep 04 22:43:30.162 INFO kablam! error: cannot find type `IsNotNull` in this scope Sep 04 22:43:30.162 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.162 INFO kablam! | Sep 04 22:43:30.162 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.162 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.162 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.162 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.163 INFO kablam! Sep 04 22:43:30.163 INFO kablam! error: cannot find type `Asc` in this scope Sep 04 22:43:30.163 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.163 INFO kablam! | Sep 04 22:43:30.163 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.163 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.163 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.164 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.164 INFO kablam! Sep 04 22:43:30.164 INFO kablam! error: cannot find type `Asc` in this scope Sep 04 22:43:30.164 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.164 INFO kablam! | Sep 04 22:43:30.164 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.164 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.164 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.165 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.165 INFO kablam! Sep 04 22:43:30.165 INFO kablam! error: cannot find type `Desc` in this scope Sep 04 22:43:30.165 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.165 INFO kablam! | Sep 04 22:43:30.165 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.166 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.166 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.166 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.166 INFO kablam! Sep 04 22:43:30.166 INFO kablam! error: cannot find type `Desc` in this scope Sep 04 22:43:30.166 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.166 INFO kablam! | Sep 04 22:43:30.166 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.166 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.167 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.167 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.167 INFO kablam! Sep 04 22:43:30.167 INFO kablam! error: cannot find type `Not` in this scope Sep 04 22:43:30.167 INFO kablam! --> src/expression/operators.rs:64:38 Sep 04 22:43:30.167 INFO kablam! | Sep 04 22:43:30.168 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.168 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.168 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.168 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.168 INFO kablam! Sep 04 22:43:30.168 INFO kablam! error: cannot find type `Not` in this scope Sep 04 22:43:30.168 INFO kablam! --> src/expression/operators.rs:64:47 Sep 04 22:43:30.168 INFO kablam! | Sep 04 22:43:30.169 INFO kablam! 64 | #[derive(Debug, Clone, Copy, QueryId, DieselNumericOps)] Sep 04 22:43:30.169 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.169 INFO kablam! | Sep 04 22:43:30.169 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.169 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.169 INFO kablam! Sep 04 22:43:30.170 INFO kablam! error: cannot find type `SqlLiteral` in this scope Sep 04 22:43:30.170 INFO kablam! --> src/expression/sql_literal.rs:9:24 Sep 04 22:43:30.170 INFO kablam! | Sep 04 22:43:30.170 INFO kablam! 9 | #[derive(Debug, Clone, DieselNumericOps)] Sep 04 22:43:30.170 INFO kablam! | ^^^^^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.170 INFO kablam! | Sep 04 22:43:30.170 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.170 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.170 INFO kablam! Sep 04 22:43:30.171 INFO kablam! error: cannot find type `UncheckedBind` in this scope Sep 04 22:43:30.171 INFO kablam! --> src/expression/sql_literal.rs:231:10 Sep 04 22:43:30.171 INFO kablam! | Sep 04 22:43:30.171 INFO kablam! 231 | #[derive(QueryId, Debug, Clone, Copy)] Sep 04 22:43:30.171 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.171 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.171 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.171 INFO kablam! Sep 04 22:43:30.172 INFO kablam! error: cannot find type `Subselect` in this scope Sep 04 22:43:30.172 INFO kablam! --> src/expression/subselect.rs:8:30 Sep 04 22:43:30.172 INFO kablam! | Sep 04 22:43:30.172 INFO kablam! 8 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.173 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.173 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.173 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.173 INFO kablam! Sep 04 22:43:30.175 INFO kablam! error: cannot find type `DeleteStatement` in this scope Sep 04 22:43:30.175 INFO kablam! --> src/query_builder/delete_statement/mod.rs:12:30 Sep 04 22:43:30.176 INFO kablam! | Sep 04 22:43:30.176 INFO kablam! 12 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.176 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.176 INFO kablam! | Sep 04 22:43:30.176 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.176 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.176 INFO kablam! Sep 04 22:43:30.176 INFO kablam! error: cannot find type `NoDistinctClause` in this scope Sep 04 22:43:30.176 INFO kablam! --> src/query_builder/distinct_clause.rs:5:30 Sep 04 22:43:30.176 INFO kablam! | Sep 04 22:43:30.176 INFO kablam! 5 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.177 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.177 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.177 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.177 INFO kablam! Sep 04 22:43:30.177 INFO kablam! error: cannot find type `DistinctClause` in this scope Sep 04 22:43:30.177 INFO kablam! --> src/query_builder/distinct_clause.rs:7:30 Sep 04 22:43:30.177 INFO kablam! | Sep 04 22:43:30.177 INFO kablam! 7 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.177 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.177 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.178 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.178 INFO kablam! Sep 04 22:43:30.178 INFO kablam! error: cannot find type `NoGroupByClause` in this scope Sep 04 22:43:30.178 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 04 22:43:30.178 INFO kablam! | Sep 04 22:43:30.178 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.178 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.178 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.179 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.179 INFO kablam! Sep 04 22:43:30.179 INFO kablam! error: cannot find type `GroupByClause` in this scope Sep 04 22:43:30.179 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 04 22:43:30.179 INFO kablam! | Sep 04 22:43:30.179 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.179 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.179 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.179 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.179 INFO kablam! Sep 04 22:43:30.180 INFO kablam! error: cannot find type `Insert` in this scope Sep 04 22:43:30.180 INFO kablam! --> src/query_builder/insert_statement/mod.rs:329:30 Sep 04 22:43:30.180 INFO kablam! | Sep 04 22:43:30.180 INFO kablam! 329 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.180 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.180 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.181 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.181 INFO kablam! Sep 04 22:43:30.181 INFO kablam! error: cannot find type `InsertOrIgnore` in this scope Sep 04 22:43:30.181 INFO kablam! --> src/query_builder/insert_statement/mod.rs:340:30 Sep 04 22:43:30.181 INFO kablam! | Sep 04 22:43:30.181 INFO kablam! 340 | #[derive(Debug, Copy, Clone, QueryId)] Sep 04 22:43:30.181 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.181 INFO kablam! | Sep 04 22:43:30.181 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.181 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.181 INFO kablam! Sep 04 22:43:30.181 INFO kablam! error: cannot find type `NoLimitClause` in this scope Sep 04 22:43:30.182 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 04 22:43:30.182 INFO kablam! | Sep 04 22:43:30.182 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.182 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.182 INFO kablam! | Sep 04 22:43:30.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.182 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.182 INFO kablam! Sep 04 22:43:30.182 INFO kablam! error: cannot find type `LimitClause` in this scope Sep 04 22:43:30.182 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 04 22:43:30.182 INFO kablam! | Sep 04 22:43:30.182 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.182 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.182 INFO kablam! | Sep 04 22:43:30.182 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.182 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.182 INFO kablam! Sep 04 22:43:30.182 INFO kablam! error: cannot find type `NoLockingClause` in this scope Sep 04 22:43:30.182 INFO kablam! --> src/query_builder/locking_clause.rs:5:30 Sep 04 22:43:30.182 INFO kablam! | Sep 04 22:43:30.182 INFO kablam! 5 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.182 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.183 INFO kablam! | Sep 04 22:43:30.183 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.183 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.183 INFO kablam! Sep 04 22:43:30.183 INFO kablam! error: cannot find type `LockingClause` in this scope Sep 04 22:43:30.183 INFO kablam! --> src/query_builder/locking_clause.rs:14:30 Sep 04 22:43:30.183 INFO kablam! | Sep 04 22:43:30.183 INFO kablam! 14 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.183 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.183 INFO kablam! | Sep 04 22:43:30.183 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.183 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.183 INFO kablam! Sep 04 22:43:30.183 INFO kablam! error: cannot find type `ForUpdate` in this scope Sep 04 22:43:30.183 INFO kablam! --> src/query_builder/locking_clause.rs:40:30 Sep 04 22:43:30.183 INFO kablam! | Sep 04 22:43:30.183 INFO kablam! 40 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.184 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.184 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.184 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.184 INFO kablam! Sep 04 22:43:30.184 INFO kablam! error: cannot find type `ForNoKeyUpdate` in this scope Sep 04 22:43:30.184 INFO kablam! --> src/query_builder/locking_clause.rs:43:30 Sep 04 22:43:30.184 INFO kablam! | Sep 04 22:43:30.184 INFO kablam! 43 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.184 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.184 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.184 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.184 INFO kablam! Sep 04 22:43:30.185 INFO kablam! error: cannot find type `ForShare` in this scope Sep 04 22:43:30.185 INFO kablam! --> src/query_builder/locking_clause.rs:46:30 Sep 04 22:43:30.185 INFO kablam! | Sep 04 22:43:30.185 INFO kablam! 46 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.185 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.185 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.185 INFO kablam! Sep 04 22:43:30.185 INFO kablam! error: cannot find type `ForKeyShare` in this scope Sep 04 22:43:30.185 INFO kablam! --> src/query_builder/locking_clause.rs:49:30 Sep 04 22:43:30.185 INFO kablam! | Sep 04 22:43:30.185 INFO kablam! 49 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.185 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.186 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.186 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.186 INFO kablam! Sep 04 22:43:30.186 INFO kablam! error: cannot find type `NoModifier` in this scope Sep 04 22:43:30.186 INFO kablam! --> src/query_builder/locking_clause.rs:54:30 Sep 04 22:43:30.186 INFO kablam! | Sep 04 22:43:30.186 INFO kablam! 54 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.186 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.186 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.186 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.186 INFO kablam! Sep 04 22:43:30.187 INFO kablam! error: cannot find type `SkipLocked` in this scope Sep 04 22:43:30.187 INFO kablam! --> src/query_builder/locking_clause.rs:57:30 Sep 04 22:43:30.187 INFO kablam! | Sep 04 22:43:30.187 INFO kablam! 57 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.187 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.187 INFO kablam! | Sep 04 22:43:30.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 04 22:43:30.187 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.187 INFO kablam! Sep 04 22:43:30.188 INFO kablam! error: cannot find type `NoWait` in this scope Sep 04 22:43:30.188 INFO kablam! --> src/query_builder/locking_clause.rs:60:30 Sep 04 22:43:30.188 INFO kablam! | Sep 04 22:43:30.188 INFO kablam! 60 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.188 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.188 INFO kablam! | Sep 04 22:43:30.188 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.188 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.188 INFO kablam! Sep 04 22:43:30.188 INFO kablam! error: cannot find type `NoOffsetClause` in this scope Sep 04 22:43:30.188 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 04 22:43:30.189 INFO kablam! | Sep 04 22:43:30.189 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.189 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.189 INFO kablam! | Sep 04 22:43:30.189 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.189 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.189 INFO kablam! Sep 04 22:43:30.189 INFO kablam! error: cannot find type `OffsetClause` in this scope Sep 04 22:43:30.189 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 04 22:43:30.189 INFO kablam! | Sep 04 22:43:30.189 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.189 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.189 INFO kablam! | Sep 04 22:43:30.189 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.189 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.189 INFO kablam! Sep 04 22:43:30.189 INFO kablam! error: cannot find type `NoOrderClause` in this scope Sep 04 22:43:30.190 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 04 22:43:30.190 INFO kablam! | Sep 04 22:43:30.190 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.190 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.190 INFO kablam! | Sep 04 22:43:30.190 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.190 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.190 INFO kablam! Sep 04 22:43:30.190 INFO kablam! error: cannot find type `OrderClause` in this scope Sep 04 22:43:30.190 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 04 22:43:30.190 INFO kablam! | Sep 04 22:43:30.190 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.190 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.190 INFO kablam! | Sep 04 22:43:30.190 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.190 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.190 INFO kablam! Sep 04 22:43:30.191 INFO kablam! error: cannot find type `NoReturningClause` in this scope Sep 04 22:43:30.191 INFO kablam! --> src/query_builder/clause_macro.rs:11:38 Sep 04 22:43:30.191 INFO kablam! | Sep 04 22:43:30.191 INFO kablam! 11 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.191 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.191 INFO kablam! | Sep 04 22:43:30.191 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.191 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.191 INFO kablam! Sep 04 22:43:30.191 INFO kablam! error: cannot find type `ReturningClause` in this scope Sep 04 22:43:30.191 INFO kablam! --> src/query_builder/clause_macro.rs:20:38 Sep 04 22:43:30.191 INFO kablam! | Sep 04 22:43:30.191 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.192 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.192 INFO kablam! | Sep 04 22:43:30.192 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.192 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.192 INFO kablam! Sep 04 22:43:30.192 INFO kablam! error: cannot find type `DefaultSelectClause` in this scope Sep 04 22:43:30.192 INFO kablam! --> src/query_builder/select_clause.rs:6:30 Sep 04 22:43:30.192 INFO kablam! | Sep 04 22:43:30.192 INFO kablam! 6 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.192 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.192 INFO kablam! | Sep 04 22:43:30.192 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.192 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.192 INFO kablam! Sep 04 22:43:30.192 INFO kablam! error: cannot find type `SelectClause` in this scope Sep 04 22:43:30.192 INFO kablam! --> src/query_builder/select_clause.rs:8:30 Sep 04 22:43:30.192 INFO kablam! | Sep 04 22:43:30.193 INFO kablam! 8 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.193 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.193 INFO kablam! | Sep 04 22:43:30.193 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.193 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.193 INFO kablam! Sep 04 22:43:30.195 INFO kablam! error: cannot find type `SelectStatement` in this scope Sep 04 22:43:30.195 INFO kablam! --> src/query_builder/select_statement/mod.rs:36:30 Sep 04 22:43:30.195 INFO kablam! | Sep 04 22:43:30.195 INFO kablam! 36 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.195 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.195 INFO kablam! | Sep 04 22:43:30.196 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.196 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.196 INFO kablam! Sep 04 22:43:30.198 INFO kablam! error: cannot find type `NoWhereClause` in this scope Sep 04 22:43:30.198 INFO kablam! --> src/query_builder/where_clause.rs:31:30 Sep 04 22:43:30.198 INFO kablam! | Sep 04 22:43:30.198 INFO kablam! 31 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.198 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.198 INFO kablam! | Sep 04 22:43:30.198 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.198 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.198 INFO kablam! Sep 04 22:43:30.199 INFO kablam! error: cannot find type `WhereClause` in this scope Sep 04 22:43:30.199 INFO kablam! --> src/query_builder/where_clause.rs:69:30 Sep 04 22:43:30.199 INFO kablam! | Sep 04 22:43:30.199 INFO kablam! 69 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.199 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.199 INFO kablam! | Sep 04 22:43:30.199 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.199 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.199 INFO kablam! Sep 04 22:43:30.202 INFO kablam! error: cannot find type `Join` in this scope Sep 04 22:43:30.202 INFO kablam! --> src/query_source/joins.rs:12:30 Sep 04 22:43:30.202 INFO kablam! | Sep 04 22:43:30.202 INFO kablam! 12 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.202 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.202 INFO kablam! | Sep 04 22:43:30.202 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.202 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.202 INFO kablam! Sep 04 22:43:30.203 INFO kablam! error: cannot find type `JoinOn` in this scope Sep 04 22:43:30.203 INFO kablam! --> src/query_source/joins.rs:20:30 Sep 04 22:43:30.203 INFO kablam! | Sep 04 22:43:30.203 INFO kablam! 20 | #[derive(Debug, Clone, Copy, QueryId)] Sep 04 22:43:30.203 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.203 INFO kablam! | Sep 04 22:43:30.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.203 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.203 INFO kablam! Sep 04 22:43:30.204 INFO kablam! error: cannot find type `Inner` in this scope Sep 04 22:43:30.204 INFO kablam! --> src/query_source/joins.rs:218:39 Sep 04 22:43:30.204 INFO kablam! | Sep 04 22:43:30.204 INFO kablam! 218 | #[derive(Debug, Clone, Copy, Default, QueryId)] Sep 04 22:43:30.204 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.204 INFO kablam! | Sep 04 22:43:30.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.204 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.205 INFO kablam! Sep 04 22:43:30.205 INFO kablam! error: cannot find type `LeftOuter` in this scope Sep 04 22:43:30.205 INFO kablam! --> src/query_source/joins.rs:229:39 Sep 04 22:43:30.205 INFO kablam! | Sep 04 22:43:30.205 INFO kablam! 229 | #[derive(Debug, Clone, Copy, Default, QueryId)] Sep 04 22:43:30.205 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.205 INFO kablam! | Sep 04 22:43:30.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.205 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.206 INFO kablam! Sep 04 22:43:30.208 INFO kablam! error: cannot find type `Bool` in this scope Sep 04 22:43:30.208 INFO kablam! --> src/sql_types/mod.rs:37:39 Sep 04 22:43:30.208 INFO kablam! | Sep 04 22:43:30.208 INFO kablam! 37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.208 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.209 INFO kablam! | Sep 04 22:43:30.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.209 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.209 INFO kablam! Sep 04 22:43:30.209 INFO kablam! error: cannot find type `Bool` in this scope Sep 04 22:43:30.209 INFO kablam! --> src/sql_types/mod.rs:37:48 Sep 04 22:43:30.209 INFO kablam! | Sep 04 22:43:30.209 INFO kablam! 37 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.209 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.209 INFO kablam! | Sep 04 22:43:30.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.209 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.210 INFO kablam! Sep 04 22:43:30.210 INFO kablam! error: cannot find type `Tinyint` in this scope Sep 04 22:43:30.210 INFO kablam! --> src/sql_types/mod.rs:58:39 Sep 04 22:43:30.210 INFO kablam! | Sep 04 22:43:30.210 INFO kablam! 58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.210 INFO kablam! | Sep 04 22:43:30.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.210 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.211 INFO kablam! Sep 04 22:43:30.211 INFO kablam! error: cannot find type `Tinyint` in this scope Sep 04 22:43:30.211 INFO kablam! --> src/sql_types/mod.rs:58:48 Sep 04 22:43:30.211 INFO kablam! | Sep 04 22:43:30.211 INFO kablam! 58 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.211 INFO kablam! | Sep 04 22:43:30.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.211 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.212 INFO kablam! Sep 04 22:43:30.212 INFO kablam! error: cannot find type `SmallInt` in this scope Sep 04 22:43:30.212 INFO kablam! --> src/sql_types/mod.rs:73:39 Sep 04 22:43:30.212 INFO kablam! | Sep 04 22:43:30.212 INFO kablam! 73 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.212 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.212 INFO kablam! | Sep 04 22:43:30.212 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.212 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.213 INFO kablam! Sep 04 22:43:30.213 INFO kablam! error: cannot find type `SmallInt` in this scope Sep 04 22:43:30.213 INFO kablam! --> src/sql_types/mod.rs:73:48 Sep 04 22:43:30.213 INFO kablam! | Sep 04 22:43:30.213 INFO kablam! 73 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.213 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.213 INFO kablam! | Sep 04 22:43:30.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.213 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.213 INFO kablam! Sep 04 22:43:30.214 INFO kablam! error: cannot find type `Integer` in this scope Sep 04 22:43:30.214 INFO kablam! --> src/sql_types/mod.rs:94:39 Sep 04 22:43:30.214 INFO kablam! | Sep 04 22:43:30.214 INFO kablam! 94 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.214 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.214 INFO kablam! | Sep 04 22:43:30.214 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.214 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.214 INFO kablam! Sep 04 22:43:30.215 INFO kablam! error: cannot find type `Integer` in this scope Sep 04 22:43:30.215 INFO kablam! --> src/sql_types/mod.rs:94:48 Sep 04 22:43:30.215 INFO kablam! | Sep 04 22:43:30.215 INFO kablam! 94 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.215 INFO kablam! | Sep 04 22:43:30.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.215 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.215 INFO kablam! Sep 04 22:43:30.216 INFO kablam! error: cannot find type `BigInt` in this scope Sep 04 22:43:30.216 INFO kablam! --> src/sql_types/mod.rs:113:39 Sep 04 22:43:30.216 INFO kablam! | Sep 04 22:43:30.216 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.216 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.216 INFO kablam! | Sep 04 22:43:30.216 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.216 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.216 INFO kablam! Sep 04 22:43:30.217 INFO kablam! error: cannot find type `BigInt` in this scope Sep 04 22:43:30.217 INFO kablam! --> src/sql_types/mod.rs:113:48 Sep 04 22:43:30.217 INFO kablam! | Sep 04 22:43:30.217 INFO kablam! 113 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.217 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.217 INFO kablam! | Sep 04 22:43:30.217 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.217 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.217 INFO kablam! Sep 04 22:43:30.218 INFO kablam! error: cannot find type `Float` in this scope Sep 04 22:43:30.218 INFO kablam! --> src/sql_types/mod.rs:134:39 Sep 04 22:43:30.218 INFO kablam! | Sep 04 22:43:30.218 INFO kablam! 134 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.218 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.218 INFO kablam! | Sep 04 22:43:30.218 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.218 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.218 INFO kablam! Sep 04 22:43:30.219 INFO kablam! error: cannot find type `Float` in this scope Sep 04 22:43:30.219 INFO kablam! --> src/sql_types/mod.rs:134:48 Sep 04 22:43:30.219 INFO kablam! | Sep 04 22:43:30.219 INFO kablam! 134 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.219 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.219 INFO kablam! | Sep 04 22:43:30.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.219 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.219 INFO kablam! Sep 04 22:43:30.220 INFO kablam! error: cannot find type `Double` in this scope Sep 04 22:43:30.220 INFO kablam! --> src/sql_types/mod.rs:153:39 Sep 04 22:43:30.220 INFO kablam! | Sep 04 22:43:30.220 INFO kablam! 153 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.220 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.220 INFO kablam! | Sep 04 22:43:30.220 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.220 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.220 INFO kablam! Sep 04 22:43:30.221 INFO kablam! error: cannot find type `Double` in this scope Sep 04 22:43:30.221 INFO kablam! --> src/sql_types/mod.rs:153:48 Sep 04 22:43:30.221 INFO kablam! | Sep 04 22:43:30.221 INFO kablam! 153 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.221 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.221 INFO kablam! | Sep 04 22:43:30.221 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.221 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.221 INFO kablam! Sep 04 22:43:30.222 INFO kablam! error: cannot find type `Numeric` in this scope Sep 04 22:43:30.222 INFO kablam! --> src/sql_types/mod.rs:175:39 Sep 04 22:43:30.222 INFO kablam! | Sep 04 22:43:30.222 INFO kablam! 175 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.222 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.222 INFO kablam! | Sep 04 22:43:30.222 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.222 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.222 INFO kablam! Sep 04 22:43:30.223 INFO kablam! error: cannot find type `Numeric` in this scope Sep 04 22:43:30.223 INFO kablam! --> src/sql_types/mod.rs:175:48 Sep 04 22:43:30.223 INFO kablam! | Sep 04 22:43:30.223 INFO kablam! 175 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.223 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.223 INFO kablam! | Sep 04 22:43:30.223 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.223 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.223 INFO kablam! Sep 04 22:43:30.224 INFO kablam! error: cannot find type `Text` in this scope Sep 04 22:43:30.224 INFO kablam! --> src/sql_types/mod.rs:203:39 Sep 04 22:43:30.224 INFO kablam! | Sep 04 22:43:30.224 INFO kablam! 203 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.224 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.224 INFO kablam! | Sep 04 22:43:30.224 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.224 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.224 INFO kablam! Sep 04 22:43:30.224 INFO kablam! error: cannot find type `Text` in this scope Sep 04 22:43:30.225 INFO kablam! --> src/sql_types/mod.rs:203:48 Sep 04 22:43:30.225 INFO kablam! | Sep 04 22:43:30.225 INFO kablam! 203 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.225 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.225 INFO kablam! | Sep 04 22:43:30.225 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.225 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.225 INFO kablam! Sep 04 22:43:30.225 INFO kablam! error: cannot find type `Binary` in this scope Sep 04 22:43:30.226 INFO kablam! --> src/sql_types/mod.rs:246:39 Sep 04 22:43:30.226 INFO kablam! | Sep 04 22:43:30.226 INFO kablam! 246 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.226 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.226 INFO kablam! | Sep 04 22:43:30.226 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.226 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.226 INFO kablam! Sep 04 22:43:30.226 INFO kablam! error: cannot find type `Binary` in this scope Sep 04 22:43:30.226 INFO kablam! --> src/sql_types/mod.rs:246:48 Sep 04 22:43:30.226 INFO kablam! | Sep 04 22:43:30.227 INFO kablam! 246 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.227 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.227 INFO kablam! | Sep 04 22:43:30.227 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.227 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.227 INFO kablam! Sep 04 22:43:30.227 INFO kablam! error: cannot find type `Date` in this scope Sep 04 22:43:30.227 INFO kablam! --> src/sql_types/mod.rs:276:39 Sep 04 22:43:30.227 INFO kablam! | Sep 04 22:43:30.228 INFO kablam! 276 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.228 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.228 INFO kablam! | Sep 04 22:43:30.228 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.228 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.228 INFO kablam! Sep 04 22:43:30.228 INFO kablam! error: cannot find type `Date` in this scope Sep 04 22:43:30.228 INFO kablam! --> src/sql_types/mod.rs:276:48 Sep 04 22:43:30.228 INFO kablam! | Sep 04 22:43:30.228 INFO kablam! 276 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.228 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.229 INFO kablam! | Sep 04 22:43:30.229 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.229 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.229 INFO kablam! Sep 04 22:43:30.229 INFO kablam! error: cannot find type `Interval` in this scope Sep 04 22:43:30.229 INFO kablam! --> src/sql_types/mod.rs:296:39 Sep 04 22:43:30.229 INFO kablam! | Sep 04 22:43:30.229 INFO kablam! 296 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.230 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.230 INFO kablam! | Sep 04 22:43:30.230 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.230 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.230 INFO kablam! Sep 04 22:43:30.230 INFO kablam! error: cannot find type `Interval` in this scope Sep 04 22:43:30.230 INFO kablam! --> src/sql_types/mod.rs:296:48 Sep 04 22:43:30.230 INFO kablam! | Sep 04 22:43:30.230 INFO kablam! 296 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.230 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.230 INFO kablam! | Sep 04 22:43:30.231 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.231 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.231 INFO kablam! Sep 04 22:43:30.231 INFO kablam! error: cannot find type `Time` in this scope Sep 04 22:43:30.231 INFO kablam! --> src/sql_types/mod.rs:311:39 Sep 04 22:43:30.231 INFO kablam! | Sep 04 22:43:30.231 INFO kablam! 311 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.231 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.232 INFO kablam! | Sep 04 22:43:30.232 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.232 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.232 INFO kablam! Sep 04 22:43:30.232 INFO kablam! error: cannot find type `Time` in this scope Sep 04 22:43:30.232 INFO kablam! --> src/sql_types/mod.rs:311:48 Sep 04 22:43:30.232 INFO kablam! | Sep 04 22:43:30.232 INFO kablam! 311 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.232 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.232 INFO kablam! | Sep 04 22:43:30.233 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.233 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.233 INFO kablam! Sep 04 22:43:30.233 INFO kablam! error: cannot find type `Timestamp` in this scope Sep 04 22:43:30.233 INFO kablam! --> src/sql_types/mod.rs:334:39 Sep 04 22:43:30.233 INFO kablam! | Sep 04 22:43:30.233 INFO kablam! 334 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.233 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.233 INFO kablam! | Sep 04 22:43:30.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.234 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.234 INFO kablam! Sep 04 22:43:30.234 INFO kablam! error: cannot find type `Timestamp` in this scope Sep 04 22:43:30.234 INFO kablam! --> src/sql_types/mod.rs:334:48 Sep 04 22:43:30.234 INFO kablam! | Sep 04 22:43:30.234 INFO kablam! 334 | #[derive(Debug, Clone, Copy, Default, QueryId, SqlType)] Sep 04 22:43:30.234 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.234 INFO kablam! | Sep 04 22:43:30.234 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.235 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.235 INFO kablam! Sep 04 22:43:30.236 INFO kablam! error: cannot find type `SystemTime` in this scope Sep 04 22:43:30.236 INFO kablam! --> src/type_impls/date_and_time.rs:5:10 Sep 04 22:43:30.236 INFO kablam! | Sep 04 22:43:30.236 INFO kablam! 5 | #[derive(FromSqlRow, AsExpression)] Sep 04 22:43:30.236 INFO kablam! | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.236 INFO kablam! | Sep 04 22:43:30.236 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.236 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.237 INFO kablam! Sep 04 22:43:30.237 INFO kablam! error: cannot find type `SystemTime` in this scope Sep 04 22:43:30.237 INFO kablam! --> src/type_impls/date_and_time.rs:5:22 Sep 04 22:43:30.237 INFO kablam! | Sep 04 22:43:30.237 INFO kablam! 5 | #[derive(FromSqlRow, AsExpression)] Sep 04 22:43:30.237 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.237 INFO kablam! | Sep 04 22:43:30.237 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.237 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.238 INFO kablam! Sep 04 22:43:30.239 INFO kablam! error: cannot find type `Bool` in this scope Sep 04 22:43:30.239 INFO kablam! --> src/type_impls/primitives.rs:13:26 Sep 04 22:43:30.239 INFO kablam! | Sep 04 22:43:30.239 INFO kablam! 13 | #[derive(FromSqlRow, AsExpression)] Sep 04 22:43:30.239 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.239 INFO kablam! | Sep 04 22:43:30.239 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.239 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.239 INFO kablam! Sep 04 22:43:30.240 INFO kablam! error: cannot find type `SmallInt` in this scope Sep 04 22:43:30.240 INFO kablam! --> src/type_impls/primitives.rs:23:26 Sep 04 22:43:30.240 INFO kablam! | Sep 04 22:43:30.240 INFO kablam! 23 | #[derive(FromSqlRow, AsExpression)] Sep 04 22:43:30.240 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.240 INFO kablam! | Sep 04 22:43:30.241 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.241 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.241 INFO kablam! Sep 04 22:43:30.241 INFO kablam! error: cannot find type `Integer` in this scope Sep 04 22:43:30.241 INFO kablam! --> src/type_impls/primitives.rs:28:26 Sep 04 22:43:30.242 INFO kablam! | Sep 04 22:43:30.242 INFO kablam! 28 | #[derive(FromSqlRow, AsExpression)] Sep 04 22:43:30.242 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.242 INFO kablam! | Sep 04 22:43:30.242 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.242 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.242 INFO kablam! Sep 04 22:43:30.243 INFO kablam! error: cannot find type `BigInt` in this scope Sep 04 22:43:30.243 INFO kablam! --> src/type_impls/primitives.rs:33:26 Sep 04 22:43:30.243 INFO kablam! | Sep 04 22:43:30.243 INFO kablam! 33 | #[derive(FromSqlRow, AsExpression)] Sep 04 22:43:30.243 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.243 INFO kablam! | Sep 04 22:43:30.243 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.243 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.243 INFO kablam! Sep 04 22:43:30.244 INFO kablam! error: cannot find type `Float` in this scope Sep 04 22:43:30.244 INFO kablam! --> src/type_impls/primitives.rs:54:26 Sep 04 22:43:30.244 INFO kablam! | Sep 04 22:43:30.244 INFO kablam! 54 | #[derive(FromSqlRow, AsExpression)] Sep 04 22:43:30.244 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.244 INFO kablam! | Sep 04 22:43:30.244 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.244 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.245 INFO kablam! Sep 04 22:43:30.245 INFO kablam! error: cannot find type `Double` in this scope Sep 04 22:43:30.245 INFO kablam! --> src/type_impls/primitives.rs:59:26 Sep 04 22:43:30.245 INFO kablam! | Sep 04 22:43:30.245 INFO kablam! 59 | #[derive(FromSqlRow, AsExpression)] Sep 04 22:43:30.245 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.246 INFO kablam! | Sep 04 22:43:30.246 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.246 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.246 INFO kablam! Sep 04 22:43:30.246 INFO kablam! error: cannot find type `Text` in this scope Sep 04 22:43:30.247 INFO kablam! --> src/type_impls/primitives.rs:64:26 Sep 04 22:43:30.247 INFO kablam! | Sep 04 22:43:30.247 INFO kablam! 64 | #[derive(FromSqlRow, AsExpression)] Sep 04 22:43:30.247 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.247 INFO kablam! | Sep 04 22:43:30.247 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.247 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.247 INFO kablam! Sep 04 22:43:30.248 INFO kablam! error: cannot find type `Text` in this scope Sep 04 22:43:30.248 INFO kablam! --> src/type_impls/primitives.rs:72:14 Sep 04 22:43:30.248 INFO kablam! | Sep 04 22:43:30.248 INFO kablam! 72 | #[derive(AsExpression)] Sep 04 22:43:30.248 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.248 INFO kablam! | Sep 04 22:43:30.248 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.248 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.248 INFO kablam! Sep 04 22:43:30.249 INFO kablam! error: cannot find type `Binary` in this scope Sep 04 22:43:30.249 INFO kablam! --> src/type_impls/primitives.rs:84:14 Sep 04 22:43:30.249 INFO kablam! | Sep 04 22:43:30.249 INFO kablam! 84 | #[derive(AsExpression)] Sep 04 22:43:30.249 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.249 INFO kablam! | Sep 04 22:43:30.249 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.249 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.249 INFO kablam! Sep 04 22:43:30.250 INFO kablam! error: cannot find type `Binary` in this scope Sep 04 22:43:30.250 INFO kablam! --> src/type_impls/primitives.rs:89:14 Sep 04 22:43:30.250 INFO kablam! | Sep 04 22:43:30.250 INFO kablam! 89 | #[derive(AsExpression)] Sep 04 22:43:30.250 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 04 22:43:30.250 INFO kablam! | Sep 04 22:43:30.250 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 22:43:30.250 INFO kablam! = note: for more information, see issue #50504 Sep 04 22:43:30.251 INFO kablam! Sep 04 22:43:30.845 INFO kablam! error: aborting due to previous error Sep 04 22:43:30.845 INFO kablam! Sep 04 22:43:30.858 INFO kablam! error: Could not compile `diesel`. Sep 04 22:43:30.858 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:43:46.380 INFO kablam! error: aborting due to 143 previous errors Sep 04 22:43:46.380 INFO kablam! Sep 04 22:43:46.395 INFO kablam! error: Could not compile `diesel`. Sep 04 22:43:46.395 INFO kablam! Sep 04 22:43:46.395 INFO kablam! To learn more, run the command again with --verbose. Sep 04 22:43:46.397 INFO kablam! su: No module specific data is present Sep 04 22:43:46.893 INFO running `"docker" "rm" "-f" "15cface3d61c00b078b7fe887b9ab84ba0d665d7518880273f5fa381f92cffb9"` Sep 04 22:43:46.988 INFO blam! 15cface3d61c00b078b7fe887b9ab84ba0d665d7518880273f5fa381f92cffb9