Sep 06 01:57:06.567 INFO checking raider-server-1.0.2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 01:57:06.567 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 01:57:06.567 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 01:57:06.675 INFO blam! ea212643ca7ac7740f9e70b8086334495fda6391a2cd98c67c57890ca463be27 Sep 06 01:57:06.677 INFO running `"docker" "start" "-a" "ea212643ca7ac7740f9e70b8086334495fda6391a2cd98c67c57890ca463be27"` Sep 06 01:57:07.415 INFO kablam! usermod: no changes Sep 06 01:57:07.904 INFO kablam! Checking iso_country v0.1.2 Sep 06 01:57:07.904 INFO kablam! Compiling email v0.0.20 Sep 06 01:57:07.908 INFO kablam! Compiling mysqlclient-sys v0.2.3 Sep 06 01:57:07.913 INFO kablam! Checking r2d2 v0.8.2 Sep 06 01:57:07.914 INFO kablam! Checking clap v2.32.0 Sep 06 01:57:07.917 INFO kablam! Checking num-bigint v0.2.0 Sep 06 01:57:07.917 INFO kablam! Compiling diesel_derives v1.3.0 Sep 06 01:57:07.919 INFO kablam! Checking num v0.1.42 Sep 06 01:57:08.506 INFO kablam! Checking bigdecimal v0.0.11 Sep 06 01:57:08.574 INFO kablam! Checking tera v0.10.10 Sep 06 01:57:08.767 INFO kablam! Checking lettre v0.7.0 Sep 06 01:57:09.016 INFO kablam! Checking validate v0.6.1 Sep 06 01:57:12.047 INFO kablam! Checking lettre_email v0.7.0 Sep 06 01:57:12.098 INFO kablam! Checking bigdecimal v0.0.14 Sep 06 01:57:17.436 INFO kablam! Checking rocket_contrib v0.3.16 Sep 06 01:57:17.550 INFO kablam! Checking diesel v1.3.2 Sep 06 01:57:39.944 INFO kablam! Checking r2d2-diesel v1.0.0 Sep 06 01:57:40.523 INFO kablam! Checking raider-server v1.0.2 (file:///source) Sep 06 01:57:43.761 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 06 01:57:43.761 INFO kablam! --> src/responder/catchers.rs:9:1 Sep 06 01:57:43.761 INFO kablam! | Sep 06 01:57:43.761 INFO kablam! 9 | #[error(403)] Sep 06 01:57:43.761 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:57:43.761 INFO kablam! | Sep 06 01:57:43.761 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 06 01:57:43.761 INFO kablam! Sep 06 01:57:43.766 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 06 01:57:43.766 INFO kablam! --> src/responder/catchers.rs:14:1 Sep 06 01:57:43.766 INFO kablam! | Sep 06 01:57:43.766 INFO kablam! 14 | #[error(410)] Sep 06 01:57:43.766 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:57:43.766 INFO kablam! | Sep 06 01:57:43.766 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 06 01:57:43.766 INFO kablam! Sep 06 01:57:43.766 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Sep 06 01:57:43.766 INFO kablam! --> src/responder/manager.rs:90:16 Sep 06 01:57:43.766 INFO kablam! | Sep 06 01:57:43.766 INFO kablam! 90 | .catch(errors![ Sep 06 01:57:43.766 INFO kablam! | ________________^ Sep 06 01:57:43.766 INFO kablam! 91 | | catchers::forbidden, Sep 06 01:57:43.766 INFO kablam! 92 | | catchers::gone, Sep 06 01:57:43.766 INFO kablam! 93 | | ]) Sep 06 01:57:43.766 INFO kablam! | |_________^ Sep 06 01:57:43.766 INFO kablam! | Sep 06 01:57:43.766 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Sep 06 01:57:43.766 INFO kablam! Sep 06 01:57:43.766 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 06 01:57:43.766 INFO kablam! --> src/responder/catchers.rs:9:1 Sep 06 01:57:43.766 INFO kablam! | Sep 06 01:57:43.766 INFO kablam! 9 | #[error(403)] Sep 06 01:57:43.766 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:57:43.766 INFO kablam! | Sep 06 01:57:43.766 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 06 01:57:43.766 INFO kablam! Sep 06 01:57:43.770 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 06 01:57:43.770 INFO kablam! --> src/responder/catchers.rs:14:1 Sep 06 01:57:43.770 INFO kablam! | Sep 06 01:57:43.770 INFO kablam! 14 | #[error(410)] Sep 06 01:57:43.770 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 01:57:43.770 INFO kablam! | Sep 06 01:57:43.770 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 06 01:57:43.770 INFO kablam! Sep 06 01:57:43.770 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Sep 06 01:57:43.770 INFO kablam! --> src/responder/manager.rs:90:16 Sep 06 01:57:43.770 INFO kablam! | Sep 06 01:57:43.770 INFO kablam! 90 | .catch(errors![ Sep 06 01:57:43.770 INFO kablam! | ________________^ Sep 06 01:57:43.770 INFO kablam! 91 | | catchers::forbidden, Sep 06 01:57:43.770 INFO kablam! 92 | | catchers::gone, Sep 06 01:57:43.770 INFO kablam! 93 | | ]) Sep 06 01:57:43.770 INFO kablam! | |_________^ Sep 06 01:57:43.770 INFO kablam! | Sep 06 01:57:43.770 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Sep 06 01:57:43.770 INFO kablam! Sep 06 01:57:44.266 INFO kablam! warning: cannot find type `Account` in this scope Sep 06 01:57:44.266 INFO kablam! --> src/storage/models.rs:12:10 Sep 06 01:57:44.266 INFO kablam! | Sep 06 01:57:44.266 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.266 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.266 INFO kablam! | Sep 06 01:57:44.266 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 06 01:57:44.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.266 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.266 INFO kablam! Sep 06 01:57:44.266 INFO kablam! warning: cannot find type `account` in this scope Sep 06 01:57:44.266 INFO kablam! --> src/storage/models.rs:12:10 Sep 06 01:57:44.266 INFO kablam! | Sep 06 01:57:44.266 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.266 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.266 INFO kablam! | Sep 06 01:57:44.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.266 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.266 INFO kablam! Sep 06 01:57:44.266 INFO kablam! warning: cannot find type `Account` in this scope Sep 06 01:57:44.266 INFO kablam! --> src/storage/models.rs:12:10 Sep 06 01:57:44.266 INFO kablam! | Sep 06 01:57:44.266 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.266 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.266 INFO kablam! | Sep 06 01:57:44.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.266 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.266 INFO kablam! Sep 06 01:57:44.266 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 06 01:57:44.266 INFO kablam! --> src/storage/models.rs:12:24 Sep 06 01:57:44.266 INFO kablam! | Sep 06 01:57:44.266 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.266 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.266 INFO kablam! | Sep 06 01:57:44.266 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.266 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.266 INFO kablam! Sep 06 01:57:44.267 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 06 01:57:44.267 INFO kablam! --> src/storage/models.rs:12:24 Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.267 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.267 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.267 INFO kablam! Sep 06 01:57:44.267 INFO kablam! warning: cannot find type `Account` in this scope Sep 06 01:57:44.267 INFO kablam! --> src/storage/models.rs:12:24 Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.267 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.267 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.267 INFO kablam! Sep 06 01:57:44.267 INFO kablam! warning: cannot find type `Balance` in this scope Sep 06 01:57:44.267 INFO kablam! --> src/storage/models.rs:30:10 Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.267 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.267 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.267 INFO kablam! Sep 06 01:57:44.267 INFO kablam! warning: cannot find type `balance` in this scope Sep 06 01:57:44.267 INFO kablam! --> src/storage/models.rs:30:10 Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.267 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! warning: cannot find type `Account` in this scope Sep 06 01:57:44.267 INFO kablam! --> src/storage/models.rs:12:10 Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.267 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.267 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 06 01:57:44.267 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.267 INFO kablam! Sep 06 01:57:44.267 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.267 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.267 INFO kablam! Sep 06 01:57:44.267 INFO kablam! warning: cannot find type `account` in this scope Sep 06 01:57:44.267 INFO kablam! --> src/storage/models.rs:12:10 Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.267 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.267 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 06 01:57:44.267 INFO kablam! --> src/storage/models.rs:30:24 Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.267 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.267 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.267 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.267 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.267 INFO kablam! Sep 06 01:57:44.267 INFO kablam! Sep 06 01:57:44.267 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 06 01:57:44.267 INFO kablam! --> src/storage/models.rs:30:24 Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.267 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.267 INFO kablam! warning: cannot find type `Account` in this scope Sep 06 01:57:44.267 INFO kablam! --> src/storage/models.rs:12:10 Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.267 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.267 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.270 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.270 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.270 INFO kablam! Sep 06 01:57:44.270 INFO kablam! Sep 06 01:57:44.270 INFO kablam! warning: cannot find type `Balance` in this scope Sep 06 01:57:44.270 INFO kablam! --> src/storage/models.rs:30:24 Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.270 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 06 01:57:44.270 INFO kablam! --> src/storage/models.rs:12:24 Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.270 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.270 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.270 INFO kablam! Sep 06 01:57:44.270 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.270 INFO kablam! Sep 06 01:57:44.270 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 06 01:57:44.270 INFO kablam! --> src/storage/models.rs:12:24 Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.270 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.270 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.270 INFO kablam! Sep 06 01:57:44.270 INFO kablam! warning: cannot find type `Account` in this scope Sep 06 01:57:44.270 INFO kablam! --> src/storage/models.rs:12:24 Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.270 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.270 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.270 INFO kablam! Sep 06 01:57:44.270 INFO kablam! warning: cannot find type `Payout` in this scope Sep 06 01:57:44.270 INFO kablam! --> src/storage/models.rs:44:10 Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.270 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.270 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.270 INFO kablam! Sep 06 01:57:44.270 INFO kablam! warning: cannot find type `payout` in this scope Sep 06 01:57:44.270 INFO kablam! --> src/storage/models.rs:44:10 Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.270 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.270 INFO kablam! | Sep 06 01:57:44.270 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.270 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.271 INFO kablam! Sep 06 01:57:44.271 INFO kablam! warning: cannot find type `Balance` in this scope Sep 06 01:57:44.271 INFO kablam! --> src/storage/models.rs:30:10 Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.271 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.271 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.271 INFO kablam! Sep 06 01:57:44.271 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 06 01:57:44.271 INFO kablam! --> src/storage/models.rs:44:24 Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.271 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! warning: cannot find type `balance` in this scope Sep 06 01:57:44.271 INFO kablam! --> src/storage/models.rs:30:10 Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.271 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.271 INFO kablam! Sep 06 01:57:44.271 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.271 INFO kablam! Sep 06 01:57:44.271 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 06 01:57:44.271 INFO kablam! --> src/storage/models.rs:44:24 Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.271 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.271 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.271 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 06 01:57:44.271 INFO kablam! --> src/storage/models.rs:30:24 Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.271 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.271 INFO kablam! Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.271 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.271 INFO kablam! Sep 06 01:57:44.271 INFO kablam! warning: cannot find type `Payout` in this scope Sep 06 01:57:44.271 INFO kablam! --> src/storage/models.rs:44:24 Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.271 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.271 INFO kablam! | Sep 06 01:57:44.271 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 06 01:57:44.271 INFO kablam! --> src/storage/models.rs:30:24 Sep 06 01:57:44.273 INFO kablam! | Sep 06 01:57:44.273 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.273 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.273 INFO kablam! | Sep 06 01:57:44.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.273 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.273 INFO kablam! Sep 06 01:57:44.273 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.273 INFO kablam! Sep 06 01:57:44.273 INFO kablam! warning: cannot find type `Balance` in this scope Sep 06 01:57:44.273 INFO kablam! --> src/storage/models.rs:30:24 Sep 06 01:57:44.273 INFO kablam! | Sep 06 01:57:44.273 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.273 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.273 INFO kablam! | Sep 06 01:57:44.273 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.274 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.274 INFO kablam! Sep 06 01:57:44.274 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 06 01:57:44.274 INFO kablam! --> src/storage/models.rs:59:10 Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.274 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.274 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.274 INFO kablam! Sep 06 01:57:44.274 INFO kablam! warning: cannot find type `Payout` in this scope Sep 06 01:57:44.274 INFO kablam! --> src/storage/models.rs:44:10 Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.274 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.274 INFO kablam! warning: cannot find type `tracker` in this scope Sep 06 01:57:44.274 INFO kablam! --> src/storage/models.rs:59:10 Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.274 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.274 INFO kablam! Sep 06 01:57:44.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.274 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.274 INFO kablam! Sep 06 01:57:44.274 INFO kablam! warning: cannot find type `payout` in this scope Sep 06 01:57:44.274 INFO kablam! --> src/storage/models.rs:44:10 Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.274 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.274 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.274 INFO kablam! Sep 06 01:57:44.274 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 06 01:57:44.274 INFO kablam! --> src/storage/models.rs:59:24 Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.274 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 06 01:57:44.274 INFO kablam! --> src/storage/models.rs:44:24 Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.274 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.274 INFO kablam! | Sep 06 01:57:44.274 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.274 INFO kablam! Sep 06 01:57:44.274 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.274 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.274 INFO kablam! Sep 06 01:57:44.275 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 06 01:57:44.275 INFO kablam! --> src/storage/models.rs:44:24 Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.275 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.275 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 06 01:57:44.275 INFO kablam! --> src/storage/models.rs:59:24 Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.275 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.275 INFO kablam! Sep 06 01:57:44.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.275 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.275 INFO kablam! Sep 06 01:57:44.275 INFO kablam! warning: cannot find type `Payout` in this scope Sep 06 01:57:44.275 INFO kablam! --> src/storage/models.rs:44:24 Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.275 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.275 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.275 INFO kablam! Sep 06 01:57:44.275 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Sep 06 01:57:44.275 INFO kablam! --> src/storage/models.rs:70:10 Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! 70 | #[derive(AsChangeset)] Sep 06 01:57:44.275 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.275 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.275 INFO kablam! Sep 06 01:57:44.275 INFO kablam! warning: cannot find type `account` in this scope Sep 06 01:57:44.275 INFO kablam! --> src/storage/models.rs:70:10 Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! 70 | #[derive(AsChangeset)] Sep 06 01:57:44.275 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.275 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.275 INFO kablam! Sep 06 01:57:44.275 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 06 01:57:44.275 INFO kablam! --> src/storage/models.rs:59:10 Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.275 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.275 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.275 INFO kablam! Sep 06 01:57:44.275 INFO kablam! warning: cannot find type `tracker` in this scope Sep 06 01:57:44.275 INFO kablam! --> src/storage/models.rs:59:10 Sep 06 01:57:44.275 INFO kablam! | Sep 06 01:57:44.275 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.276 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.276 INFO kablam! | Sep 06 01:57:44.276 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.276 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.276 INFO kablam! Sep 06 01:57:44.276 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 06 01:57:44.276 INFO kablam! --> src/storage/models.rs:59:24 Sep 06 01:57:44.276 INFO kablam! | Sep 06 01:57:44.276 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.276 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.276 INFO kablam! | Sep 06 01:57:44.276 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.276 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.276 INFO kablam! Sep 06 01:57:44.278 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 06 01:57:44.278 INFO kablam! --> src/storage/models.rs:59:24 Sep 06 01:57:44.278 INFO kablam! | Sep 06 01:57:44.278 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 06 01:57:44.278 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.278 INFO kablam! | Sep 06 01:57:44.278 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.278 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.278 INFO kablam! Sep 06 01:57:44.278 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Sep 06 01:57:44.278 INFO kablam! --> src/storage/models.rs:70:10 Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! 70 | #[derive(AsChangeset)] Sep 06 01:57:44.279 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.279 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.279 INFO kablam! Sep 06 01:57:44.279 INFO kablam! warning: cannot find type `account` in this scope Sep 06 01:57:44.279 INFO kablam! --> src/storage/models.rs:70:10 Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! 70 | #[derive(AsChangeset)] Sep 06 01:57:44.279 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.279 INFO kablam! warning: cannot find type `table` in this scope Sep 06 01:57:44.279 INFO kablam! --> :165:33 Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 06 01:57:44.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.279 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.279 INFO kablam! Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.279 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.279 INFO kablam! Sep 06 01:57:44.279 INFO kablam! warning: cannot find type `table` in this scope Sep 06 01:57:44.279 INFO kablam! --> :165:33 Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 06 01:57:44.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.279 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.279 INFO kablam! Sep 06 01:57:44.279 INFO kablam! warning: cannot find type `id` in this scope Sep 06 01:57:44.279 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.279 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.279 INFO kablam! Sep 06 01:57:44.279 INFO kablam! warning: cannot find type `id` in this scope Sep 06 01:57:44.279 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.279 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.279 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.279 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.279 INFO kablam! Sep 06 01:57:44.279 INFO kablam! warning: cannot find type `email` in this scope Sep 06 01:57:44.279 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.279 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.280 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.280 INFO kablam! Sep 06 01:57:44.280 INFO kablam! warning: cannot find type `email` in this scope Sep 06 01:57:44.280 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.280 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.280 INFO kablam! Sep 06 01:57:44.280 INFO kablam! warning: cannot find type `password` in this scope Sep 06 01:57:44.280 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.280 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.280 INFO kablam! Sep 06 01:57:44.280 INFO kablam! warning: cannot find type `password` in this scope Sep 06 01:57:44.280 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.280 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.280 INFO kablam! Sep 06 01:57:44.280 INFO kablam! warning: cannot find type `recovery` in this scope Sep 06 01:57:44.280 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.280 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.280 INFO kablam! Sep 06 01:57:44.280 INFO kablam! warning: cannot find type `commission` in this scope Sep 06 01:57:44.280 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.280 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.280 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.280 INFO kablam! Sep 06 01:57:44.280 INFO kablam! warning: cannot find type `full_name` in this scope Sep 06 01:57:44.280 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.280 INFO kablam! | Sep 06 01:57:44.280 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.281 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.281 INFO kablam! | Sep 06 01:57:44.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.281 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.281 INFO kablam! Sep 06 01:57:44.281 INFO kablam! warning: cannot find type `address` in this scope Sep 06 01:57:44.281 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.281 INFO kablam! | Sep 06 01:57:44.281 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.281 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.281 INFO kablam! | Sep 06 01:57:44.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.281 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.281 INFO kablam! Sep 06 01:57:44.281 INFO kablam! warning: cannot find type `country` in this scope Sep 06 01:57:44.281 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.281 INFO kablam! | Sep 06 01:57:44.281 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.281 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.281 INFO kablam! | Sep 06 01:57:44.281 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.281 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.281 INFO kablam! Sep 06 01:57:44.284 INFO kablam! warning: cannot find type `payout_method` in this scope Sep 06 01:57:44.284 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.284 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.284 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.284 INFO kablam! Sep 06 01:57:44.284 INFO kablam! warning: cannot find type `payout_instructions` in this scope Sep 06 01:57:44.284 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.284 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.284 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.284 INFO kablam! Sep 06 01:57:44.284 INFO kablam! warning: cannot find type `notify_balance` in this scope Sep 06 01:57:44.284 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.284 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.284 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.284 INFO kablam! Sep 06 01:57:44.284 INFO kablam! warning: cannot find type `recovery` in this scope Sep 06 01:57:44.284 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.284 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! warning: cannot find type `created_at` in this scope Sep 06 01:57:44.284 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.284 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.284 INFO kablam! Sep 06 01:57:44.284 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.284 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.284 INFO kablam! Sep 06 01:57:44.284 INFO kablam! warning: cannot find type `commission` in this scope Sep 06 01:57:44.284 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.284 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.284 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.284 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.285 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.285 INFO kablam! Sep 06 01:57:44.285 INFO kablam! warning: cannot find type `updated_at` in this scope Sep 06 01:57:44.285 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.285 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.285 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.285 INFO kablam! Sep 06 01:57:44.285 INFO kablam! warning: cannot find type `full_name` in this scope Sep 06 01:57:44.285 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.285 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.285 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.285 INFO kablam! Sep 06 01:57:44.285 INFO kablam! warning: cannot find type `address` in this scope Sep 06 01:57:44.285 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.285 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.285 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.285 INFO kablam! Sep 06 01:57:44.285 INFO kablam! warning: cannot find type `country` in this scope Sep 06 01:57:44.285 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.285 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.285 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.285 INFO kablam! Sep 06 01:57:44.285 INFO kablam! warning: cannot find type `payout_method` in this scope Sep 06 01:57:44.285 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.285 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.285 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.285 INFO kablam! Sep 06 01:57:44.285 INFO kablam! warning: cannot find type `payout_instructions` in this scope Sep 06 01:57:44.285 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.285 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.285 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.285 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.286 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.286 INFO kablam! Sep 06 01:57:44.286 INFO kablam! warning: cannot find type `notify_balance` in this scope Sep 06 01:57:44.286 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.286 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.286 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.286 INFO kablam! Sep 06 01:57:44.286 INFO kablam! warning: cannot find type `created_at` in this scope Sep 06 01:57:44.286 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.286 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.286 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.286 INFO kablam! Sep 06 01:57:44.286 INFO kablam! warning: cannot find type `updated_at` in this scope Sep 06 01:57:44.286 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.286 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.286 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.286 INFO kablam! Sep 06 01:57:44.286 INFO kablam! warning: cannot find type `amount` in this scope Sep 06 01:57:44.286 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.286 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.286 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.286 INFO kablam! Sep 06 01:57:44.286 INFO kablam! warning: cannot find type `currency` in this scope Sep 06 01:57:44.286 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.286 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.286 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.286 INFO kablam! Sep 06 01:57:44.286 INFO kablam! warning: cannot find type `released` in this scope Sep 06 01:57:44.286 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.286 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.286 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.286 INFO kablam! warning: cannot find type `amount` in this scope Sep 06 01:57:44.286 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.286 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.287 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.287 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.287 INFO kablam! Sep 06 01:57:44.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.287 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.287 INFO kablam! Sep 06 01:57:44.287 INFO kablam! warning: cannot find type `currency` in this scope Sep 06 01:57:44.287 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.287 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.287 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.287 INFO kablam! Sep 06 01:57:44.287 INFO kablam! warning: cannot find type `trace` in this scope Sep 06 01:57:44.287 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.287 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.287 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.287 INFO kablam! Sep 06 01:57:44.287 INFO kablam! warning: cannot find type `released` in this scope Sep 06 01:57:44.287 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.287 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.287 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.287 INFO kablam! Sep 06 01:57:44.287 INFO kablam! warning: cannot find type `trace` in this scope Sep 06 01:57:44.287 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.287 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.287 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.287 INFO kablam! Sep 06 01:57:44.287 INFO kablam! warning: cannot find type `account_id` in this scope Sep 06 01:57:44.287 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.287 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.287 INFO kablam! | Sep 06 01:57:44.287 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.287 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.287 INFO kablam! Sep 06 01:57:44.287 INFO kablam! warning: cannot find type `account_id` in this scope Sep 06 01:57:44.288 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.288 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.288 INFO kablam! Sep 06 01:57:44.288 INFO kablam! warning: cannot find type `tracker_id` in this scope Sep 06 01:57:44.288 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.288 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.288 INFO kablam! Sep 06 01:57:44.288 INFO kablam! warning: cannot find type `tracker_id` in this scope Sep 06 01:57:44.288 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.288 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.288 INFO kablam! Sep 06 01:57:44.288 INFO kablam! warning: cannot find type `number` in this scope Sep 06 01:57:44.288 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.288 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.288 INFO kablam! Sep 06 01:57:44.288 INFO kablam! warning: cannot find type `number` in this scope Sep 06 01:57:44.288 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.288 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.288 INFO kablam! Sep 06 01:57:44.288 INFO kablam! warning: cannot find type `status` in this scope Sep 06 01:57:44.288 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.288 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.288 INFO kablam! Sep 06 01:57:44.288 INFO kablam! warning: cannot find type `account` in this scope Sep 06 01:57:44.288 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.288 INFO kablam! | Sep 06 01:57:44.288 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.288 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.289 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.289 INFO kablam! Sep 06 01:57:44.289 INFO kablam! warning: cannot find type `invoice_url` in this scope Sep 06 01:57:44.289 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.289 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.289 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.289 INFO kablam! Sep 06 01:57:44.289 INFO kablam! warning: cannot find type `status` in this scope Sep 06 01:57:44.289 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.289 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.289 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.289 INFO kablam! Sep 06 01:57:44.289 INFO kablam! warning: cannot find type `account` in this scope Sep 06 01:57:44.289 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.289 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.289 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.289 INFO kablam! Sep 06 01:57:44.289 INFO kablam! warning: cannot find type `invoice_url` in this scope Sep 06 01:57:44.289 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.289 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.289 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.289 INFO kablam! Sep 06 01:57:44.289 INFO kablam! warning: cannot find type `label` in this scope Sep 06 01:57:44.289 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.289 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.289 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.289 INFO kablam! Sep 06 01:57:44.289 INFO kablam! warning: cannot find type `statistics_signups` in this scope Sep 06 01:57:44.289 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.289 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.289 INFO kablam! | Sep 06 01:57:44.289 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.289 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.289 INFO kablam! Sep 06 01:57:44.289 INFO kablam! warning: cannot find type `label` in this scope Sep 06 01:57:44.290 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.290 INFO kablam! | Sep 06 01:57:44.290 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.290 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.290 INFO kablam! | Sep 06 01:57:44.290 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.290 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.290 INFO kablam! Sep 06 01:57:44.290 INFO kablam! warning: cannot find type `statistics_signups` in this scope Sep 06 01:57:44.290 INFO kablam! --> <__diesel_column macros>:5:33 Sep 06 01:57:44.290 INFO kablam! | Sep 06 01:57:44.290 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 06 01:57:44.290 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 06 01:57:44.290 INFO kablam! | Sep 06 01:57:44.290 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 01:57:44.290 INFO kablam! = note: for more information, see issue #50504 Sep 06 01:57:44.290 INFO kablam! Sep 06 01:57:45.252 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.252 INFO kablam! --> src/responder/routes.rs:313:14 Sep 06 01:57:45.252 INFO kablam! | Sep 06 01:57:45.252 INFO kablam! 313 | .first::(&*db); Sep 06 01:57:45.252 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.252 INFO kablam! | Sep 06 01:57:45.252 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.252 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.252 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.252 INFO kablam! Sep 06 01:57:45.268 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 06 01:57:45.268 INFO kablam! --> src/responder/routes.rs:395:37 Sep 06 01:57:45.268 INFO kablam! | Sep 06 01:57:45.268 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Sep 06 01:57:45.269 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.269 INFO kablam! | Sep 06 01:57:45.269 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 06 01:57:45.269 INFO kablam! Sep 06 01:57:45.274 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 06 01:57:45.274 INFO kablam! --> src/responder/routes.rs:401:14 Sep 06 01:57:45.274 INFO kablam! | Sep 06 01:57:45.274 INFO kablam! 401 | .execute(&*db); Sep 06 01:57:45.274 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.274 INFO kablam! | Sep 06 01:57:45.274 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.274 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.274 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.274 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>` Sep 06 01:57:45.274 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 06 01:57:45.274 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 06 01:57:45.274 INFO kablam! Sep 06 01:57:45.287 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 06 01:57:45.287 INFO kablam! --> src/responder/routes.rs:401:14 Sep 06 01:57:45.287 INFO kablam! | Sep 06 01:57:45.287 INFO kablam! 401 | .execute(&*db); Sep 06 01:57:45.287 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.287 INFO kablam! | Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>` Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 06 01:57:45.288 INFO kablam! Sep 06 01:57:45.288 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.288 INFO kablam! --> src/responder/routes.rs:406:18 Sep 06 01:57:45.288 INFO kablam! | Sep 06 01:57:45.288 INFO kablam! 406 | .first::(&*db); Sep 06 01:57:45.288 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.288 INFO kablam! | Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.288 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.288 INFO kablam! Sep 06 01:57:45.294 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.294 INFO kablam! --> src/responder/routes.rs:455:14 Sep 06 01:57:45.294 INFO kablam! | Sep 06 01:57:45.294 INFO kablam! 455 | .first::(&*db); Sep 06 01:57:45.294 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.294 INFO kablam! | Sep 06 01:57:45.294 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.294 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.294 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.294 INFO kablam! Sep 06 01:57:45.310 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.310 INFO kablam! --> src/responder/routes.rs:529:64 Sep 06 01:57:45.310 INFO kablam! | Sep 06 01:57:45.310 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 06 01:57:45.310 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.310 INFO kablam! | Sep 06 01:57:45.310 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.310 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.310 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.310 INFO kablam! Sep 06 01:57:45.327 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.327 INFO kablam! --> src/responder/routes.rs:573:18 Sep 06 01:57:45.327 INFO kablam! | Sep 06 01:57:45.327 INFO kablam! 573 | .first(&*db) Sep 06 01:57:45.327 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.327 INFO kablam! | Sep 06 01:57:45.327 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 06 01:57:45.327 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery>` for `diesel::query_builder::SelectStatement>, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>, diesel::expression::operators::Eq, &std::string::String>>>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.327 INFO kablam! Sep 06 01:57:45.373 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.373 INFO kablam! --> src/responder/routes.rs:747:64 Sep 06 01:57:45.373 INFO kablam! | Sep 06 01:57:45.373 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 06 01:57:45.373 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.373 INFO kablam! | Sep 06 01:57:45.373 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.373 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.373 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.373 INFO kablam! Sep 06 01:57:45.374 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.374 INFO kablam! --> src/responder/routes.rs:313:14 Sep 06 01:57:45.374 INFO kablam! | Sep 06 01:57:45.374 INFO kablam! 313 | .first::(&*db); Sep 06 01:57:45.374 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.374 INFO kablam! | Sep 06 01:57:45.374 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.374 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.374 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.374 INFO kablam! Sep 06 01:57:45.382 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 06 01:57:45.382 INFO kablam! --> src/responder/routes.rs:793:56 Sep 06 01:57:45.382 INFO kablam! | Sep 06 01:57:45.382 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Sep 06 01:57:45.382 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.382 INFO kablam! | Sep 06 01:57:45.382 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 06 01:57:45.382 INFO kablam! Sep 06 01:57:45.386 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 06 01:57:45.386 INFO kablam! --> src/responder/routes.rs:800:38 Sep 06 01:57:45.386 INFO kablam! | Sep 06 01:57:45.386 INFO kablam! 800 | .execute(&*db); Sep 06 01:57:45.386 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.386 INFO kablam! | Sep 06 01:57:45.386 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.386 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.387 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.387 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>` Sep 06 01:57:45.387 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 06 01:57:45.387 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 06 01:57:45.387 INFO kablam! Sep 06 01:57:45.390 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 06 01:57:45.390 INFO kablam! --> src/responder/routes.rs:800:38 Sep 06 01:57:45.390 INFO kablam! | Sep 06 01:57:45.390 INFO kablam! 800 | .execute(&*db); Sep 06 01:57:45.390 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.390 INFO kablam! | Sep 06 01:57:45.390 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.390 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.390 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.390 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.390 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>` Sep 06 01:57:45.390 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 06 01:57:45.390 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 06 01:57:45.390 INFO kablam! Sep 06 01:57:45.394 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 06 01:57:45.394 INFO kablam! --> src/responder/routes.rs:395:37 Sep 06 01:57:45.394 INFO kablam! | Sep 06 01:57:45.394 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Sep 06 01:57:45.394 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.394 INFO kablam! | Sep 06 01:57:45.394 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 06 01:57:45.394 INFO kablam! Sep 06 01:57:45.398 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 06 01:57:45.398 INFO kablam! --> src/responder/routes.rs:401:14 Sep 06 01:57:45.398 INFO kablam! | Sep 06 01:57:45.398 INFO kablam! 401 | .execute(&*db); Sep 06 01:57:45.398 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.398 INFO kablam! | Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 06 01:57:45.398 INFO kablam! Sep 06 01:57:45.398 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 06 01:57:45.398 INFO kablam! --> src/responder/routes.rs:401:14 Sep 06 01:57:45.398 INFO kablam! | Sep 06 01:57:45.398 INFO kablam! 401 | .execute(&*db); Sep 06 01:57:45.398 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.398 INFO kablam! | Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement>, diesel::insertable::ColumnInsertValue>>, diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::account::table>>` Sep 06 01:57:45.398 INFO kablam! Sep 06 01:57:45.398 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.398 INFO kablam! --> src/responder/routes.rs:845:64 Sep 06 01:57:45.398 INFO kablam! | Sep 06 01:57:45.398 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 06 01:57:45.398 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.398 INFO kablam! | Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.399 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.399 INFO kablam! Sep 06 01:57:45.399 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.399 INFO kablam! --> src/responder/routes.rs:406:18 Sep 06 01:57:45.399 INFO kablam! | Sep 06 01:57:45.399 INFO kablam! 406 | .first::(&*db); Sep 06 01:57:45.399 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.399 INFO kablam! | Sep 06 01:57:45.399 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.399 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.399 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.399 INFO kablam! Sep 06 01:57:45.408 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.408 INFO kablam! --> src/responder/routes.rs:455:14 Sep 06 01:57:45.408 INFO kablam! | Sep 06 01:57:45.408 INFO kablam! 455 | .first::(&*db); Sep 06 01:57:45.408 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.408 INFO kablam! | Sep 06 01:57:45.408 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.408 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.408 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.408 INFO kablam! Sep 06 01:57:45.423 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.423 INFO kablam! --> src/responder/routes.rs:529:64 Sep 06 01:57:45.423 INFO kablam! | Sep 06 01:57:45.424 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 06 01:57:45.424 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.424 INFO kablam! | Sep 06 01:57:45.424 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.424 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.424 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.424 INFO kablam! Sep 06 01:57:45.436 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.436 INFO kablam! --> src/responder/routes.rs:573:18 Sep 06 01:57:45.436 INFO kablam! | Sep 06 01:57:45.436 INFO kablam! 573 | .first(&*db) Sep 06 01:57:45.436 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.437 INFO kablam! | Sep 06 01:57:45.437 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 06 01:57:45.437 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery>` for `diesel::query_builder::SelectStatement>, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>, diesel::expression::operators::Eq, &std::string::String>>>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.437 INFO kablam! Sep 06 01:57:45.447 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.447 INFO kablam! --> src/responder/utilities.rs:38:14 Sep 06 01:57:45.447 INFO kablam! | Sep 06 01:57:45.447 INFO kablam! 38 | .first(&**db) Sep 06 01:57:45.447 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.447 INFO kablam! | Sep 06 01:57:45.447 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 06 01:57:45.447 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery>` for `diesel::query_builder::SelectStatement>, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.447 INFO kablam! Sep 06 01:57:45.454 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.454 INFO kablam! --> src/responder/utilities.rs:77:10 Sep 06 01:57:45.454 INFO kablam! | Sep 06 01:57:45.454 INFO kablam! 77 | .load::(&**db) Sep 06 01:57:45.454 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.454 INFO kablam! | Sep 06 01:57:45.454 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Numeric, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, i32, bigdecimal::BigDecimal, std::string::String, std::string::String, std::option::Option, std::option::Option, i32, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.454 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Numeric, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Payout` Sep 06 01:57:45.454 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Payout>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::OrderClause>, diesel::query_builder::limit_clause::LimitClause>, diesel::query_builder::offset_clause::OffsetClause>>` Sep 06 01:57:45.454 INFO kablam! Sep 06 01:57:45.478 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.478 INFO kablam! --> src/responder/routes.rs:747:64 Sep 06 01:57:45.478 INFO kablam! | Sep 06 01:57:45.478 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 06 01:57:45.478 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.478 INFO kablam! | Sep 06 01:57:45.478 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.478 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.478 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.478 INFO kablam! Sep 06 01:57:45.487 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 06 01:57:45.487 INFO kablam! --> src/responder/routes.rs:793:56 Sep 06 01:57:45.487 INFO kablam! | Sep 06 01:57:45.487 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Sep 06 01:57:45.487 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.487 INFO kablam! | Sep 06 01:57:45.487 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 06 01:57:45.487 INFO kablam! Sep 06 01:57:45.492 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 06 01:57:45.492 INFO kablam! --> src/responder/routes.rs:800:38 Sep 06 01:57:45.492 INFO kablam! | Sep 06 01:57:45.492 INFO kablam! 800 | .execute(&*db); Sep 06 01:57:45.492 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.492 INFO kablam! | Sep 06 01:57:45.492 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.492 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 06 01:57:45.494 INFO kablam! Sep 06 01:57:45.494 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 06 01:57:45.494 INFO kablam! --> src/responder/routes.rs:800:38 Sep 06 01:57:45.494 INFO kablam! | Sep 06 01:57:45.494 INFO kablam! 800 | .execute(&*db); Sep 06 01:57:45.494 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.494 INFO kablam! | Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 06 01:57:45.494 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::payout::table>>` Sep 06 01:57:45.494 INFO kablam! Sep 06 01:57:45.502 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.502 INFO kablam! --> src/responder/routes.rs:845:64 Sep 06 01:57:45.502 INFO kablam! | Sep 06 01:57:45.502 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 06 01:57:45.502 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.502 INFO kablam! | Sep 06 01:57:45.502 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.502 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.502 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Account>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.502 INFO kablam! Sep 06 01:57:45.546 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.546 INFO kablam! --> src/responder/utilities.rs:38:14 Sep 06 01:57:45.546 INFO kablam! | Sep 06 01:57:45.546 INFO kablam! 38 | .first(&**db) Sep 06 01:57:45.546 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.546 INFO kablam! | Sep 06 01:57:45.546 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 06 01:57:45.546 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery>` for `diesel::query_builder::SelectStatement>, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.546 INFO kablam! Sep 06 01:57:45.552 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.552 INFO kablam! --> src/responder/utilities.rs:77:10 Sep 06 01:57:45.552 INFO kablam! | Sep 06 01:57:45.552 INFO kablam! 77 | .load::(&**db) Sep 06 01:57:45.552 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.552 INFO kablam! | Sep 06 01:57:45.552 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Numeric, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, i32, bigdecimal::BigDecimal, std::string::String, std::string::String, std::option::Option, std::option::Option, i32, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.552 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Numeric, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Payout` Sep 06 01:57:45.553 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, storage::models::Payout>` for `diesel::query_builder::SelectStatement>>, diesel::query_builder::order_clause::OrderClause>, diesel::query_builder::limit_clause::LimitClause>, diesel::query_builder::offset_clause::OffsetClause>>` Sep 06 01:57:45.553 INFO kablam! Sep 06 01:57:45.565 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.565 INFO kablam! --> src/track/payment.rs:80:14 Sep 06 01:57:45.565 INFO kablam! | Sep 06 01:57:45.565 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Sep 06 01:57:45.565 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.565 INFO kablam! | Sep 06 01:57:45.565 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.565 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.565 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<((diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), (diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp)), diesel::mysql::Mysql>` for `(storage::models::Tracker, storage::models::Account)` Sep 06 01:57:45.565 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, (storage::models::Tracker, storage::models::Account)>` for `diesel::query_builder::SelectStatement, diesel::expression::operators::Eq, diesel::expression::nullable::Nullable>>, diesel::query_builder::select_clause::DefaultSelectClause, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.565 INFO kablam! Sep 06 01:57:45.566 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 06 01:57:45.566 INFO kablam! --> src/track/payment.rs:91:41 Sep 06 01:57:45.566 INFO kablam! | Sep 06 01:57:45.566 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Sep 06 01:57:45.566 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.566 INFO kablam! | Sep 06 01:57:45.566 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 06 01:57:45.566 INFO kablam! Sep 06 01:57:45.581 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 06 01:57:45.581 INFO kablam! --> src/track/payment.rs:99:22 Sep 06 01:57:45.581 INFO kablam! | Sep 06 01:57:45.581 INFO kablam! 99 | .execute(&**db); Sep 06 01:57:45.581 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.581 INFO kablam! | Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 06 01:57:45.581 INFO kablam! Sep 06 01:57:45.581 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 06 01:57:45.581 INFO kablam! --> src/track/payment.rs:99:22 Sep 06 01:57:45.581 INFO kablam! | Sep 06 01:57:45.581 INFO kablam! 99 | .execute(&**db); Sep 06 01:57:45.581 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.581 INFO kablam! | Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 06 01:57:45.581 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 06 01:57:45.581 INFO kablam! Sep 06 01:57:45.686 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 06 01:57:45.686 INFO kablam! --> src/track/payment.rs:80:14 Sep 06 01:57:45.686 INFO kablam! | Sep 06 01:57:45.686 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Sep 06 01:57:45.686 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.686 INFO kablam! | Sep 06 01:57:45.686 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `(i32, std::string::String, std::vec::Vec, std::option::Option>, bigdecimal::BigDecimal, std::option::Option, std::option::Option, std::option::Option, std::option::Option, std::option::Option, bool, chrono::NaiveDateTime, chrono::NaiveDateTime)` Sep 06 01:57:45.686 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), diesel::mysql::Mysql>` for `storage::models::Account` Sep 06 01:57:45.686 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable<((diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Integer, diesel::sql_types::Integer, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp), (diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Binary, diesel::sql_types::Nullable, diesel::sql_types::Numeric, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Nullable, diesel::sql_types::Bool, diesel::sql_types::Timestamp, diesel::sql_types::Timestamp)), diesel::mysql::Mysql>` for `(storage::models::Tracker, storage::models::Account)` Sep 06 01:57:45.686 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<_, (storage::models::Tracker, storage::models::Account)>` for `diesel::query_builder::SelectStatement, diesel::expression::operators::Eq, diesel::expression::nullable::Nullable>>, diesel::query_builder::select_clause::DefaultSelectClause, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>, diesel::query_builder::order_clause::NoOrderClause, diesel::query_builder::limit_clause::LimitClause>>` Sep 06 01:57:45.686 INFO kablam! Sep 06 01:57:45.686 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 06 01:57:45.686 INFO kablam! --> src/track/payment.rs:91:41 Sep 06 01:57:45.686 INFO kablam! | Sep 06 01:57:45.686 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Sep 06 01:57:45.686 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.686 INFO kablam! | Sep 06 01:57:45.686 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 06 01:57:45.686 INFO kablam! Sep 06 01:57:45.690 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 06 01:57:45.690 INFO kablam! --> src/track/payment.rs:99:22 Sep 06 01:57:45.690 INFO kablam! | Sep 06 01:57:45.690 INFO kablam! 99 | .execute(&**db); Sep 06 01:57:45.690 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.690 INFO kablam! | Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 06 01:57:45.690 INFO kablam! Sep 06 01:57:45.690 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 06 01:57:45.690 INFO kablam! --> src/track/payment.rs:99:22 Sep 06 01:57:45.690 INFO kablam! | Sep 06 01:57:45.690 INFO kablam! 99 | .execute(&**db); Sep 06 01:57:45.690 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 06 01:57:45.690 INFO kablam! | Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>` Sep 06 01:57:45.690 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 06 01:57:45.691 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 06 01:57:45.691 INFO kablam! Sep 06 01:57:45.802 INFO kablam! error: aborting due to 19 previous errors Sep 06 01:57:45.802 INFO kablam! Sep 06 01:57:45.802 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:57:45.822 INFO kablam! error: Could not compile `raider-server`. Sep 06 01:57:45.822 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 01:57:45.929 INFO kablam! error: aborting due to 19 previous errors Sep 06 01:57:45.929 INFO kablam! Sep 06 01:57:45.929 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 01:57:45.966 INFO kablam! error: Could not compile `raider-server`. Sep 06 01:57:45.966 INFO kablam! Sep 06 01:57:45.966 INFO kablam! To learn more, run the command again with --verbose. Sep 06 01:57:45.966 INFO kablam! su: No module specific data is present Sep 06 01:57:46.780 INFO running `"docker" "rm" "-f" "ea212643ca7ac7740f9e70b8086334495fda6391a2cd98c67c57890ca463be27"` Sep 06 01:57:46.925 INFO blam! ea212643ca7ac7740f9e70b8086334495fda6391a2cd98c67c57890ca463be27