Sep 19 22:16:07.061 INFO checking raider-server-1.0.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 22:16:07.061 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 22:16:07.061 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:16:07.250 INFO blam! 63f0122c5d9f2a81d9876aed130a491b6dd737d7a464bd5ec59754eca43e2c3c Sep 19 22:16:07.250 INFO running `"docker" "start" "-a" "63f0122c5d9f2a81d9876aed130a491b6dd737d7a464bd5ec59754eca43e2c3c"` Sep 19 22:16:08.350 INFO kablam! usermod: no changes Sep 19 22:16:08.871 INFO kablam! Compiling num-bigint v0.2.0 Sep 19 22:16:08.874 INFO kablam! Compiling pear v0.0.20 Sep 19 22:16:08.879 INFO kablam! Checking iso_country v0.1.2 Sep 19 22:16:08.886 INFO kablam! Compiling email v0.0.20 Sep 19 22:16:08.894 INFO kablam! Compiling mysqlclient-sys v0.2.3 Sep 19 22:16:08.894 INFO kablam! Compiling pear_codegen v0.0.20 Sep 19 22:16:08.894 INFO kablam! Compiling rocket v0.3.16 Sep 19 22:16:10.953 INFO kablam! Compiling rocket_codegen v0.3.16 Sep 19 22:16:10.960 INFO kablam! Compiling base64 v0.6.0 Sep 19 22:16:11.070 INFO kablam! Compiling mime v0.2.6 Sep 19 22:16:11.318 INFO kablam! Compiling diesel_derives v1.3.0 Sep 19 22:16:11.408 INFO kablam! Checking num v0.1.42 Sep 19 22:16:11.802 INFO kablam! Checking tera v0.10.10 Sep 19 22:16:12.870 INFO kablam! Checking lettre v0.7.0 Sep 19 22:16:12.932 INFO kablam! Checking bigdecimal v0.0.11 Sep 19 22:16:12.998 INFO kablam! Checking validate v0.6.1 Sep 19 22:16:13.542 INFO kablam! Compiling hyper v0.10.13 Sep 19 22:16:13.734 INFO kablam! Compiling ring v0.11.0 Sep 19 22:16:15.298 INFO kablam! Checking lettre_email v0.7.0 Sep 19 22:16:16.377 INFO kablam! Checking bigdecimal v0.0.14 Sep 19 22:16:20.782 INFO kablam! Checking cookie v0.9.2 Sep 19 22:16:26.078 INFO kablam! Checking diesel v1.3.3 Sep 19 22:16:28.741 INFO kablam! Checking rocket_contrib v0.3.16 Sep 19 22:16:53.106 INFO kablam! Checking r2d2-diesel v1.0.0 Sep 19 22:16:53.722 INFO kablam! Checking raider-server v1.0.2 (/source) Sep 19 22:16:56.792 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 19 22:16:56.792 INFO kablam! --> src/responder/catchers.rs:9:1 Sep 19 22:16:56.792 INFO kablam! | Sep 19 22:16:56.792 INFO kablam! 9 | #[error(403)] Sep 19 22:16:56.792 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:16:56.792 INFO kablam! | Sep 19 22:16:56.792 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 19 22:16:56.792 INFO kablam! Sep 19 22:16:56.793 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 19 22:16:56.793 INFO kablam! --> src/responder/catchers.rs:14:1 Sep 19 22:16:56.793 INFO kablam! | Sep 19 22:16:56.793 INFO kablam! 14 | #[error(410)] Sep 19 22:16:56.793 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:16:56.793 INFO kablam! | Sep 19 22:16:56.793 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 19 22:16:56.793 INFO kablam! Sep 19 22:16:56.795 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Sep 19 22:16:56.795 INFO kablam! --> src/responder/manager.rs:90:16 Sep 19 22:16:56.795 INFO kablam! | Sep 19 22:16:56.795 INFO kablam! 90 | .catch(errors![ Sep 19 22:16:56.795 INFO kablam! | ________________^ Sep 19 22:16:56.795 INFO kablam! 91 | | catchers::forbidden, Sep 19 22:16:56.795 INFO kablam! 92 | | catchers::gone, Sep 19 22:16:56.795 INFO kablam! 93 | | ]) Sep 19 22:16:56.795 INFO kablam! | |_________^ Sep 19 22:16:56.795 INFO kablam! | Sep 19 22:16:56.795 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Sep 19 22:16:56.795 INFO kablam! Sep 19 22:16:56.903 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 19 22:16:56.903 INFO kablam! --> src/responder/catchers.rs:9:1 Sep 19 22:16:56.903 INFO kablam! | Sep 19 22:16:56.903 INFO kablam! 9 | #[error(403)] Sep 19 22:16:56.903 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:16:56.903 INFO kablam! | Sep 19 22:16:56.903 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 19 22:16:56.903 INFO kablam! Sep 19 22:16:56.903 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 19 22:16:56.903 INFO kablam! --> src/responder/catchers.rs:14:1 Sep 19 22:16:56.903 INFO kablam! | Sep 19 22:16:56.903 INFO kablam! 14 | #[error(410)] Sep 19 22:16:56.903 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:16:56.903 INFO kablam! | Sep 19 22:16:56.903 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 19 22:16:56.903 INFO kablam! Sep 19 22:16:56.905 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Sep 19 22:16:56.905 INFO kablam! --> src/responder/manager.rs:90:16 Sep 19 22:16:56.905 INFO kablam! | Sep 19 22:16:56.905 INFO kablam! 90 | .catch(errors![ Sep 19 22:16:56.905 INFO kablam! | ________________^ Sep 19 22:16:56.905 INFO kablam! 91 | | catchers::forbidden, Sep 19 22:16:56.905 INFO kablam! 92 | | catchers::gone, Sep 19 22:16:56.906 INFO kablam! 93 | | ]) Sep 19 22:16:56.912 INFO kablam! | |_________^ Sep 19 22:16:56.912 INFO kablam! | Sep 19 22:16:56.912 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Sep 19 22:16:56.912 INFO kablam! Sep 19 22:16:57.070 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.070 INFO kablam! --> src/config/reader.rs:19:9 Sep 19 22:16:57.070 INFO kablam! | Sep 19 22:16:57.070 INFO kablam! 19 | log::debug!("reading config file: {}", &APP_ARGS.config); Sep 19 22:16:57.070 INFO kablam! | ^^^ Sep 19 22:16:57.070 INFO kablam! | Sep 19 22:16:57.070 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.070 INFO kablam! Sep 19 22:16:57.070 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.070 INFO kablam! --> src/config/reader.rs:28:9 Sep 19 22:16:57.070 INFO kablam! | Sep 19 22:16:57.070 INFO kablam! 28 | log::debug!("read config file: {}", &APP_ARGS.config); Sep 19 22:16:57.070 INFO kablam! | ^^^ Sep 19 22:16:57.070 INFO kablam! | Sep 19 22:16:57.070 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.070 INFO kablam! Sep 19 22:16:57.099 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.099 INFO kablam! --> src/exchange/manager.rs:43:5 Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! 43 | log::debug!("acquiring updated exchange rates"); Sep 19 22:16:57.099 INFO kablam! | ^^^ Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.099 INFO kablam! Sep 19 22:16:57.099 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.099 INFO kablam! --> src/exchange/manager.rs:75:5 Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! 75 | log::info!( Sep 19 22:16:57.099 INFO kablam! | ^^^ Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.099 INFO kablam! Sep 19 22:16:57.099 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.099 INFO kablam! --> src/exchange/manager.rs:56:9 Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! 56 | log::debug!("received updated exchange rates"); Sep 19 22:16:57.099 INFO kablam! | ^^^ Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.099 INFO kablam! Sep 19 22:16:57.099 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.099 INFO kablam! --> src/exchange/manager.rs:66:17 Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! 66 | log::error!("got invalid json when requesting updated exchange rates") Sep 19 22:16:57.099 INFO kablam! | ^^^ Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.099 INFO kablam! Sep 19 22:16:57.099 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.099 INFO kablam! --> src/exchange/manager.rs:69:13 Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! 69 | log::error!("got bad status code when requesting updated exchange rates") Sep 19 22:16:57.099 INFO kablam! | ^^^ Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.099 INFO kablam! Sep 19 22:16:57.099 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.099 INFO kablam! --> src/exchange/manager.rs:60:17 Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! 60 | log::debug!("got updated exchange rates: {:?}", &response_json.rates); Sep 19 22:16:57.099 INFO kablam! | ^^^ Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.099 INFO kablam! Sep 19 22:16:57.099 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.099 INFO kablam! --> src/exchange/manager.rs:72:9 Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! 72 | log::error!("could not request updated exchange rates"); Sep 19 22:16:57.099 INFO kablam! | ^^^ Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.099 INFO kablam! Sep 19 22:16:57.099 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.099 INFO kablam! --> src/exchange/manager.rs:108:9 Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! 108 | log::debug!("running an exchange poll operation..."); Sep 19 22:16:57.099 INFO kablam! | ^^^ Sep 19 22:16:57.099 INFO kablam! | Sep 19 22:16:57.099 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.099 INFO kablam! Sep 19 22:16:57.099 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.099 INFO kablam! --> src/exchange/manager.rs:112:9 Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! 112 | log::info!("ran exchange poll operation"); Sep 19 22:16:57.100 INFO kablam! | ^^^ Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.100 INFO kablam! Sep 19 22:16:57.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.100 INFO kablam! --> src/notifier/email.rs:34:9 Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! 34 | log::debug!("will send email notification with message: {}", &message); Sep 19 22:16:57.100 INFO kablam! | ^^^ Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.100 INFO kablam! Sep 19 22:16:57.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.100 INFO kablam! --> src/notifier/email.rs:83:13 Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! 83 | log::error!("could not build smtp encrypted connector"); Sep 19 22:16:57.100 INFO kablam! | ^^^ Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.100 INFO kablam! Sep 19 22:16:57.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.100 INFO kablam! --> src/notifier/email.rs:108:13 Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! 108 | log::error!("could not acquire smtp transport: {}", err); Sep 19 22:16:57.100 INFO kablam! | ^^^ Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.100 INFO kablam! Sep 19 22:16:57.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.100 INFO kablam! --> src/responder/routes.rs:337:38 Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! 337 | Ok(_) => log::info!("cleared recovery password"), Sep 19 22:16:57.100 INFO kablam! | ^^^ Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.100 INFO kablam! Sep 19 22:16:57.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.100 INFO kablam! --> src/responder/routes.rs:338:41 Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! 338 | Err(err) => log::error!("failed clearing recovery password: {}", err), Sep 19 22:16:57.100 INFO kablam! | ^^^ Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.100 INFO kablam! Sep 19 22:16:57.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.100 INFO kablam! --> src/responder/routes.rs:349:17 Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! 349 | log::debug!("account not retrieved for login: {}", err); Sep 19 22:16:57.100 INFO kablam! | ^^^ Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.100 INFO kablam! Sep 19 22:16:57.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.100 INFO kablam! --> src/responder/routes.rs:416:21 Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! 416 | log::debug!("account not retrieved for login: {}", err); Sep 19 22:16:57.100 INFO kablam! | ^^^ Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.100 INFO kablam! Sep 19 22:16:57.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.100 INFO kablam! --> src/responder/routes.rs:465:17 Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! 465 | log::debug!( Sep 19 22:16:57.100 INFO kablam! | ^^^ Sep 19 22:16:57.100 INFO kablam! | Sep 19 22:16:57.100 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.100 INFO kablam! Sep 19 22:16:57.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.103 INFO kablam! --> src/responder/routes.rs:567:13 Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! 567 | log::debug!("got tracker: {:?}", result); Sep 19 22:16:57.103 INFO kablam! | ^^^ Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.103 INFO kablam! Sep 19 22:16:57.103 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.103 INFO kablam! --> src/responder/routes.rs:641:9 Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! 641 | log::debug!( Sep 19 22:16:57.103 INFO kablam! | ^^^ Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.103 INFO kablam! Sep 19 22:16:57.103 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.103 INFO kablam! --> src/responder/routes.rs:677:5 Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! 677 | log::debug!( Sep 19 22:16:57.103 INFO kablam! | ^^^ Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.103 INFO kablam! Sep 19 22:16:57.103 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.103 INFO kablam! --> src/responder/routes.rs:918:5 Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! 918 | log::debug!( Sep 19 22:16:57.103 INFO kablam! | ^^^ Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.103 INFO kablam! Sep 19 22:16:57.103 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.103 INFO kablam! --> src/responder/routes.rs:958:5 Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! 958 | log::debug!( Sep 19 22:16:57.103 INFO kablam! | ^^^ Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.103 INFO kablam! Sep 19 22:16:57.103 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.103 INFO kablam! --> src/responder/utilities.rs:83:17 Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! 83 | log::debug!("got payout #{}: {:?}", index, result); Sep 19 22:16:57.103 INFO kablam! | ^^^ Sep 19 22:16:57.103 INFO kablam! | Sep 19 22:16:57.103 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.103 INFO kablam! Sep 19 22:16:57.118 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.118 INFO kablam! --> src/responder/utilities.rs:143:13 Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! 143 | log::debug!( Sep 19 22:16:57.118 INFO kablam! | ^^^ Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.118 INFO kablam! Sep 19 22:16:57.118 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.118 INFO kablam! --> src/responder/utilities.rs:148:13 Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! 148 | log::error!( Sep 19 22:16:57.118 INFO kablam! | ^^^ Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.118 INFO kablam! Sep 19 22:16:57.118 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.118 INFO kablam! --> src/responder/utilities.rs:182:13 Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! 182 | log::debug!("sent payout confirmation email to user on: {}", user_email); Sep 19 22:16:57.118 INFO kablam! | ^^^ Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.118 INFO kablam! Sep 19 22:16:57.118 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.118 INFO kablam! --> src/responder/utilities.rs:184:13 Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! 184 | log::error!( Sep 19 22:16:57.118 INFO kablam! | ^^^ Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.118 INFO kablam! Sep 19 22:16:57.118 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.118 INFO kablam! --> src/responder/auth_guard.rs:31:21 Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! 31 | log::debug!("got user_id from cookies: {}", &user_id); Sep 19 22:16:57.118 INFO kablam! | ^^^ Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.118 INFO kablam! Sep 19 22:16:57.118 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.118 INFO kablam! --> src/responder/auth_guard.rs:68:5 Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! 68 | log::debug!( Sep 19 22:16:57.118 INFO kablam! | ^^^ Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.118 INFO kablam! Sep 19 22:16:57.118 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.118 INFO kablam! --> src/storage/db.rs:45:5 Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! 45 | log::debug!("setting up db pool..."); Sep 19 22:16:57.118 INFO kablam! | ^^^ Sep 19 22:16:57.118 INFO kablam! | Sep 19 22:16:57.118 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.118 INFO kablam! Sep 19 22:16:57.118 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.119 INFO kablam! --> src/storage/db.rs:56:5 Sep 19 22:16:57.119 INFO kablam! | Sep 19 22:16:57.119 INFO kablam! 56 | log::debug!("db pool configured"); Sep 19 22:16:57.119 INFO kablam! | ^^^ Sep 19 22:16:57.119 INFO kablam! | Sep 19 22:16:57.119 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.119 INFO kablam! Sep 19 22:16:57.131 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.131 INFO kablam! --> src/track/payment.rs:49:5 Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! 49 | log::debug!( Sep 19 22:16:57.131 INFO kablam! | ^^^ Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.131 INFO kablam! Sep 19 22:16:57.131 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.131 INFO kablam! --> src/track/payment.rs:58:9 Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! 58 | log::debug!( Sep 19 22:16:57.131 INFO kablam! | ^^^ Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.131 INFO kablam! Sep 19 22:16:57.131 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.131 INFO kablam! --> src/track/payment.rs:113:9 Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! 113 | log::warn!( Sep 19 22:16:57.131 INFO kablam! | ^^^ Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.131 INFO kablam! Sep 19 22:16:57.131 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.131 INFO kablam! --> src/track/payment.rs:127:5 Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! 127 | log::debug!("signup handle: {}", tracking_id); Sep 19 22:16:57.131 INFO kablam! | ^^^ Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.131 INFO kablam! Sep 19 22:16:57.131 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.131 INFO kablam! --> src/track/payment.rs:152:5 Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! 152 | log::warn!("signup: {} could not be stored", tracking_id); Sep 19 22:16:57.131 INFO kablam! | ^^^ Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.131 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.131 INFO kablam! Sep 19 22:16:57.131 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.131 INFO kablam! --> src/track/payment.rs:206:9 Sep 19 22:16:57.131 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! 206 | log::debug!( Sep 19 22:16:57.132 INFO kablam! | ^^^ Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.132 INFO kablam! Sep 19 22:16:57.132 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.132 INFO kablam! --> src/track/payment.rs:211:9 Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! 211 | log::error!( Sep 19 22:16:57.132 INFO kablam! | ^^^ Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.132 INFO kablam! Sep 19 22:16:57.132 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.132 INFO kablam! --> src/main.rs:73:13 Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! 73 | log::debug!("spawn managed thread: {}", $name); Sep 19 22:16:57.132 INFO kablam! | ^^^ Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.132 INFO kablam! Sep 19 22:16:57.132 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.132 INFO kablam! --> src/main.rs:88:17 Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! 88 | log::error!("managed thread crashed ({}), setting it up again", $name); Sep 19 22:16:57.132 INFO kablam! | ^^^ Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.132 INFO kablam! Sep 19 22:16:57.132 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.132 INFO kablam! --> src/main.rs:159:5 Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! 159 | log::info!("starting up"); Sep 19 22:16:57.132 INFO kablam! | ^^^ Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.132 INFO kablam! Sep 19 22:16:57.132 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.132 INFO kablam! --> src/main.rs:170:5 Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! 170 | log::error!("could not start"); Sep 19 22:16:57.132 INFO kablam! | ^^^ Sep 19 22:16:57.132 INFO kablam! | Sep 19 22:16:57.132 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.132 INFO kablam! Sep 19 22:16:57.204 INFO kablam! warning: cannot find type `Account` in this scope Sep 19 22:16:57.204 INFO kablam! --> src/storage/models.rs:12:10 Sep 19 22:16:57.204 INFO kablam! | Sep 19 22:16:57.204 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.204 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.204 INFO kablam! | Sep 19 22:16:57.204 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 19 22:16:57.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.204 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.204 INFO kablam! Sep 19 22:16:57.204 INFO kablam! warning: cannot find type `account` in this scope Sep 19 22:16:57.204 INFO kablam! --> src/storage/models.rs:12:10 Sep 19 22:16:57.204 INFO kablam! | Sep 19 22:16:57.204 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.204 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.204 INFO kablam! | Sep 19 22:16:57.204 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.204 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.204 INFO kablam! Sep 19 22:16:57.205 INFO kablam! warning: cannot find type `Account` in this scope Sep 19 22:16:57.205 INFO kablam! --> src/storage/models.rs:12:10 Sep 19 22:16:57.205 INFO kablam! | Sep 19 22:16:57.205 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.205 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.205 INFO kablam! | Sep 19 22:16:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.206 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.206 INFO kablam! Sep 19 22:16:57.206 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 19 22:16:57.206 INFO kablam! --> src/storage/models.rs:12:24 Sep 19 22:16:57.206 INFO kablam! | Sep 19 22:16:57.206 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.206 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.206 INFO kablam! | Sep 19 22:16:57.206 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.206 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.206 INFO kablam! Sep 19 22:16:57.206 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 19 22:16:57.207 INFO kablam! --> src/storage/models.rs:12:24 Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.207 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.207 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.207 INFO kablam! Sep 19 22:16:57.207 INFO kablam! warning: cannot find type `Account` in this scope Sep 19 22:16:57.207 INFO kablam! --> src/storage/models.rs:12:24 Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.207 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.207 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.207 INFO kablam! Sep 19 22:16:57.207 INFO kablam! warning: cannot find type `Balance` in this scope Sep 19 22:16:57.207 INFO kablam! --> src/storage/models.rs:30:10 Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.207 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.207 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.207 INFO kablam! Sep 19 22:16:57.207 INFO kablam! warning: cannot find type `balance` in this scope Sep 19 22:16:57.207 INFO kablam! --> src/storage/models.rs:30:10 Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.207 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.207 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.207 INFO kablam! Sep 19 22:16:57.207 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 19 22:16:57.207 INFO kablam! --> src/storage/models.rs:30:24 Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.207 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.207 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.207 INFO kablam! Sep 19 22:16:57.207 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 19 22:16:57.207 INFO kablam! --> src/storage/models.rs:30:24 Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.207 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.207 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.207 INFO kablam! Sep 19 22:16:57.207 INFO kablam! warning: cannot find type `Balance` in this scope Sep 19 22:16:57.207 INFO kablam! --> src/storage/models.rs:30:24 Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.207 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.207 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.207 INFO kablam! Sep 19 22:16:57.207 INFO kablam! warning: cannot find type `Payout` in this scope Sep 19 22:16:57.207 INFO kablam! --> src/storage/models.rs:44:10 Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.207 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.207 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.207 INFO kablam! Sep 19 22:16:57.207 INFO kablam! warning: cannot find type `payout` in this scope Sep 19 22:16:57.207 INFO kablam! --> src/storage/models.rs:44:10 Sep 19 22:16:57.207 INFO kablam! | Sep 19 22:16:57.207 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.207 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.208 INFO kablam! | Sep 19 22:16:57.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.208 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.208 INFO kablam! Sep 19 22:16:57.208 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 19 22:16:57.208 INFO kablam! --> src/storage/models.rs:44:24 Sep 19 22:16:57.208 INFO kablam! | Sep 19 22:16:57.208 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.208 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.208 INFO kablam! | Sep 19 22:16:57.208 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.208 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.208 INFO kablam! Sep 19 22:16:57.208 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 19 22:16:57.208 INFO kablam! --> src/storage/models.rs:44:24 Sep 19 22:16:57.208 INFO kablam! | Sep 19 22:16:57.208 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.208 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.208 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.210 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.210 INFO kablam! Sep 19 22:16:57.210 INFO kablam! warning: cannot find type `Payout` in this scope Sep 19 22:16:57.210 INFO kablam! --> src/storage/models.rs:44:24 Sep 19 22:16:57.210 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.210 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.210 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.210 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.210 INFO kablam! Sep 19 22:16:57.210 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 19 22:16:57.210 INFO kablam! --> src/storage/models.rs:59:10 Sep 19 22:16:57.210 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.210 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.210 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.210 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.210 INFO kablam! Sep 19 22:16:57.210 INFO kablam! warning: cannot find type `tracker` in this scope Sep 19 22:16:57.210 INFO kablam! --> src/storage/models.rs:59:10 Sep 19 22:16:57.210 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.210 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.210 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.210 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.210 INFO kablam! Sep 19 22:16:57.210 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 19 22:16:57.210 INFO kablam! --> src/storage/models.rs:59:24 Sep 19 22:16:57.210 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.210 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.210 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.210 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.210 INFO kablam! Sep 19 22:16:57.210 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 19 22:16:57.210 INFO kablam! --> src/storage/models.rs:59:24 Sep 19 22:16:57.210 INFO kablam! | Sep 19 22:16:57.210 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.210 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.211 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.211 INFO kablam! Sep 19 22:16:57.211 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Sep 19 22:16:57.211 INFO kablam! --> src/storage/models.rs:70:10 Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! 70 | #[derive(AsChangeset)] Sep 19 22:16:57.211 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.211 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.211 INFO kablam! Sep 19 22:16:57.211 INFO kablam! warning: cannot find type `account` in this scope Sep 19 22:16:57.211 INFO kablam! --> src/storage/models.rs:70:10 Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! 70 | #[derive(AsChangeset)] Sep 19 22:16:57.211 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.211 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.211 INFO kablam! Sep 19 22:16:57.211 INFO kablam! warning: cannot find type `table` in this scope Sep 19 22:16:57.211 INFO kablam! --> :165:33 Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 19 22:16:57.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.211 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.211 INFO kablam! Sep 19 22:16:57.211 INFO kablam! warning: cannot find type `id` in this scope Sep 19 22:16:57.211 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.211 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.211 INFO kablam! Sep 19 22:16:57.211 INFO kablam! warning: cannot find type `email` in this scope Sep 19 22:16:57.211 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.211 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.211 INFO kablam! Sep 19 22:16:57.211 INFO kablam! warning: cannot find type `password` in this scope Sep 19 22:16:57.211 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.211 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.211 INFO kablam! Sep 19 22:16:57.211 INFO kablam! warning: cannot find type `recovery` in this scope Sep 19 22:16:57.211 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.211 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.211 INFO kablam! | Sep 19 22:16:57.211 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.211 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.211 INFO kablam! Sep 19 22:16:57.213 INFO kablam! warning: cannot find type `commission` in this scope Sep 19 22:16:57.213 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.213 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.213 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.213 INFO kablam! Sep 19 22:16:57.213 INFO kablam! warning: cannot find type `full_name` in this scope Sep 19 22:16:57.213 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.213 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.213 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.213 INFO kablam! Sep 19 22:16:57.213 INFO kablam! warning: cannot find type `address` in this scope Sep 19 22:16:57.213 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.213 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.213 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.213 INFO kablam! Sep 19 22:16:57.213 INFO kablam! warning: cannot find type `country` in this scope Sep 19 22:16:57.213 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.213 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.213 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.213 INFO kablam! Sep 19 22:16:57.213 INFO kablam! warning: cannot find type `payout_method` in this scope Sep 19 22:16:57.213 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.213 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.213 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.213 INFO kablam! Sep 19 22:16:57.213 INFO kablam! warning: cannot find type `payout_instructions` in this scope Sep 19 22:16:57.213 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.213 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.213 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.213 INFO kablam! Sep 19 22:16:57.213 INFO kablam! warning: cannot find type `notify_balance` in this scope Sep 19 22:16:57.213 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.213 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.213 INFO kablam! | Sep 19 22:16:57.213 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.213 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.213 INFO kablam! Sep 19 22:16:57.215 INFO kablam! warning: cannot find type `created_at` in this scope Sep 19 22:16:57.215 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.215 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.215 INFO kablam! Sep 19 22:16:57.215 INFO kablam! warning: cannot find type `updated_at` in this scope Sep 19 22:16:57.215 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.215 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.215 INFO kablam! Sep 19 22:16:57.215 INFO kablam! warning: cannot find type `amount` in this scope Sep 19 22:16:57.215 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.215 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.215 INFO kablam! Sep 19 22:16:57.215 INFO kablam! warning: cannot find type `currency` in this scope Sep 19 22:16:57.215 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.215 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.215 INFO kablam! Sep 19 22:16:57.215 INFO kablam! warning: cannot find type `released` in this scope Sep 19 22:16:57.215 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.215 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.215 INFO kablam! Sep 19 22:16:57.215 INFO kablam! warning: cannot find type `trace` in this scope Sep 19 22:16:57.215 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.215 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.215 INFO kablam! | Sep 19 22:16:57.215 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.215 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.215 INFO kablam! Sep 19 22:16:57.215 INFO kablam! warning: cannot find type `account_id` in this scope Sep 19 22:16:57.215 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.216 INFO kablam! | Sep 19 22:16:57.216 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.216 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.216 INFO kablam! | Sep 19 22:16:57.216 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.216 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.216 INFO kablam! Sep 19 22:16:57.216 INFO kablam! warning: cannot find type `tracker_id` in this scope Sep 19 22:16:57.216 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.216 INFO kablam! | Sep 19 22:16:57.216 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.216 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.216 INFO kablam! | Sep 19 22:16:57.216 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.216 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.216 INFO kablam! Sep 19 22:16:57.216 INFO kablam! warning: cannot find type `number` in this scope Sep 19 22:16:57.216 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.216 INFO kablam! | Sep 19 22:16:57.216 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.216 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.216 INFO kablam! | Sep 19 22:16:57.216 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.216 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.216 INFO kablam! Sep 19 22:16:57.218 INFO kablam! warning: cannot find type `status` in this scope Sep 19 22:16:57.218 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.218 INFO kablam! | Sep 19 22:16:57.218 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.218 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.218 INFO kablam! | Sep 19 22:16:57.218 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.218 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.218 INFO kablam! Sep 19 22:16:57.218 INFO kablam! warning: cannot find type `account` in this scope Sep 19 22:16:57.218 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.218 INFO kablam! | Sep 19 22:16:57.218 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.218 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.218 INFO kablam! | Sep 19 22:16:57.218 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.218 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.218 INFO kablam! Sep 19 22:16:57.218 INFO kablam! warning: cannot find type `invoice_url` in this scope Sep 19 22:16:57.218 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.218 INFO kablam! | Sep 19 22:16:57.218 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.218 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.218 INFO kablam! | Sep 19 22:16:57.218 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.218 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.218 INFO kablam! Sep 19 22:16:57.219 INFO kablam! warning: cannot find type `label` in this scope Sep 19 22:16:57.219 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.219 INFO kablam! | Sep 19 22:16:57.219 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.219 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.219 INFO kablam! | Sep 19 22:16:57.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.219 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.219 INFO kablam! Sep 19 22:16:57.219 INFO kablam! warning: cannot find type `statistics_signups` in this scope Sep 19 22:16:57.219 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.219 INFO kablam! | Sep 19 22:16:57.219 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.219 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.219 INFO kablam! | Sep 19 22:16:57.219 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.219 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.219 INFO kablam! Sep 19 22:16:57.294 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.294 INFO kablam! --> src/config/reader.rs:19:9 Sep 19 22:16:57.294 INFO kablam! | Sep 19 22:16:57.294 INFO kablam! 19 | log::debug!("reading config file: {}", &APP_ARGS.config); Sep 19 22:16:57.294 INFO kablam! | ^^^ Sep 19 22:16:57.294 INFO kablam! | Sep 19 22:16:57.294 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.294 INFO kablam! Sep 19 22:16:57.294 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.294 INFO kablam! --> src/config/reader.rs:28:9 Sep 19 22:16:57.294 INFO kablam! | Sep 19 22:16:57.294 INFO kablam! 28 | log::debug!("read config file: {}", &APP_ARGS.config); Sep 19 22:16:57.294 INFO kablam! | ^^^ Sep 19 22:16:57.294 INFO kablam! | Sep 19 22:16:57.294 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.294 INFO kablam! Sep 19 22:16:57.294 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.294 INFO kablam! --> src/exchange/manager.rs:43:5 Sep 19 22:16:57.294 INFO kablam! | Sep 19 22:16:57.294 INFO kablam! 43 | log::debug!("acquiring updated exchange rates"); Sep 19 22:16:57.294 INFO kablam! | ^^^ Sep 19 22:16:57.294 INFO kablam! | Sep 19 22:16:57.294 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.294 INFO kablam! Sep 19 22:16:57.294 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.294 INFO kablam! --> src/exchange/manager.rs:75:5 Sep 19 22:16:57.294 INFO kablam! | Sep 19 22:16:57.294 INFO kablam! 75 | log::info!( Sep 19 22:16:57.294 INFO kablam! | ^^^ Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.295 INFO kablam! Sep 19 22:16:57.295 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.295 INFO kablam! --> src/exchange/manager.rs:56:9 Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! 56 | log::debug!("received updated exchange rates"); Sep 19 22:16:57.295 INFO kablam! | ^^^ Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.295 INFO kablam! Sep 19 22:16:57.295 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.295 INFO kablam! --> src/exchange/manager.rs:66:17 Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! 66 | log::error!("got invalid json when requesting updated exchange rates") Sep 19 22:16:57.295 INFO kablam! | ^^^ Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.295 INFO kablam! Sep 19 22:16:57.295 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.295 INFO kablam! --> src/exchange/manager.rs:69:13 Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! 69 | log::error!("got bad status code when requesting updated exchange rates") Sep 19 22:16:57.295 INFO kablam! | ^^^ Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.295 INFO kablam! Sep 19 22:16:57.295 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.295 INFO kablam! --> src/exchange/manager.rs:60:17 Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! 60 | log::debug!("got updated exchange rates: {:?}", &response_json.rates); Sep 19 22:16:57.295 INFO kablam! | ^^^ Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.295 INFO kablam! Sep 19 22:16:57.295 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.295 INFO kablam! --> src/exchange/manager.rs:72:9 Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! 72 | log::error!("could not request updated exchange rates"); Sep 19 22:16:57.295 INFO kablam! | ^^^ Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.295 INFO kablam! Sep 19 22:16:57.295 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.295 INFO kablam! --> src/exchange/manager.rs:108:9 Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! 108 | log::debug!("running an exchange poll operation..."); Sep 19 22:16:57.295 INFO kablam! | ^^^ Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.295 INFO kablam! Sep 19 22:16:57.295 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.295 INFO kablam! --> src/exchange/manager.rs:112:9 Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! 112 | log::info!("ran exchange poll operation"); Sep 19 22:16:57.295 INFO kablam! | ^^^ Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.295 INFO kablam! Sep 19 22:16:57.295 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.295 INFO kablam! --> src/notifier/email.rs:34:9 Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! 34 | log::debug!("will send email notification with message: {}", &message); Sep 19 22:16:57.295 INFO kablam! | ^^^ Sep 19 22:16:57.295 INFO kablam! | Sep 19 22:16:57.295 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.295 INFO kablam! Sep 19 22:16:57.298 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.298 INFO kablam! --> src/notifier/email.rs:83:13 Sep 19 22:16:57.298 INFO kablam! | Sep 19 22:16:57.298 INFO kablam! 83 | log::error!("could not build smtp encrypted connector"); Sep 19 22:16:57.298 INFO kablam! | ^^^ Sep 19 22:16:57.298 INFO kablam! | Sep 19 22:16:57.298 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.299 INFO kablam! Sep 19 22:16:57.299 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.299 INFO kablam! --> src/notifier/email.rs:108:13 Sep 19 22:16:57.299 INFO kablam! | Sep 19 22:16:57.299 INFO kablam! 108 | log::error!("could not acquire smtp transport: {}", err); Sep 19 22:16:57.299 INFO kablam! | ^^^ Sep 19 22:16:57.299 INFO kablam! | Sep 19 22:16:57.299 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.299 INFO kablam! Sep 19 22:16:57.299 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.299 INFO kablam! --> src/responder/routes.rs:337:38 Sep 19 22:16:57.299 INFO kablam! | Sep 19 22:16:57.299 INFO kablam! 337 | Ok(_) => log::info!("cleared recovery password"), Sep 19 22:16:57.299 INFO kablam! | ^^^ Sep 19 22:16:57.299 INFO kablam! | Sep 19 22:16:57.299 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.299 INFO kablam! Sep 19 22:16:57.299 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.299 INFO kablam! --> src/responder/routes.rs:338:41 Sep 19 22:16:57.299 INFO kablam! | Sep 19 22:16:57.299 INFO kablam! 338 | Err(err) => log::error!("failed clearing recovery password: {}", err), Sep 19 22:16:57.299 INFO kablam! | ^^^ Sep 19 22:16:57.299 INFO kablam! | Sep 19 22:16:57.299 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.299 INFO kablam! Sep 19 22:16:57.309 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.309 INFO kablam! --> src/responder/routes.rs:349:17 Sep 19 22:16:57.309 INFO kablam! | Sep 19 22:16:57.309 INFO kablam! 349 | log::debug!("account not retrieved for login: {}", err); Sep 19 22:16:57.309 INFO kablam! | ^^^ Sep 19 22:16:57.309 INFO kablam! | Sep 19 22:16:57.309 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.309 INFO kablam! Sep 19 22:16:57.309 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.309 INFO kablam! --> src/responder/routes.rs:416:21 Sep 19 22:16:57.310 INFO kablam! | Sep 19 22:16:57.310 INFO kablam! 416 | log::debug!("account not retrieved for login: {}", err); Sep 19 22:16:57.310 INFO kablam! | ^^^ Sep 19 22:16:57.310 INFO kablam! | Sep 19 22:16:57.310 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.310 INFO kablam! Sep 19 22:16:57.314 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.314 INFO kablam! --> src/responder/routes.rs:465:17 Sep 19 22:16:57.314 INFO kablam! | Sep 19 22:16:57.314 INFO kablam! 465 | log::debug!( Sep 19 22:16:57.314 INFO kablam! | ^^^ Sep 19 22:16:57.314 INFO kablam! | Sep 19 22:16:57.314 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.314 INFO kablam! Sep 19 22:16:57.314 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.314 INFO kablam! --> src/responder/routes.rs:567:13 Sep 19 22:16:57.314 INFO kablam! | Sep 19 22:16:57.314 INFO kablam! 567 | log::debug!("got tracker: {:?}", result); Sep 19 22:16:57.314 INFO kablam! | ^^^ Sep 19 22:16:57.314 INFO kablam! | Sep 19 22:16:57.314 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.314 INFO kablam! Sep 19 22:16:57.314 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.314 INFO kablam! --> src/responder/routes.rs:641:9 Sep 19 22:16:57.314 INFO kablam! | Sep 19 22:16:57.314 INFO kablam! 641 | log::debug!( Sep 19 22:16:57.314 INFO kablam! | ^^^ Sep 19 22:16:57.314 INFO kablam! | Sep 19 22:16:57.314 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.314 INFO kablam! Sep 19 22:16:57.314 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.314 INFO kablam! --> src/responder/routes.rs:677:5 Sep 19 22:16:57.314 INFO kablam! | Sep 19 22:16:57.314 INFO kablam! 677 | log::debug!( Sep 19 22:16:57.314 INFO kablam! | ^^^ Sep 19 22:16:57.314 INFO kablam! | Sep 19 22:16:57.314 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.314 INFO kablam! Sep 19 22:16:57.322 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.322 INFO kablam! --> src/responder/routes.rs:918:5 Sep 19 22:16:57.322 INFO kablam! | Sep 19 22:16:57.322 INFO kablam! 918 | log::debug!( Sep 19 22:16:57.322 INFO kablam! | ^^^ Sep 19 22:16:57.322 INFO kablam! | Sep 19 22:16:57.322 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.322 INFO kablam! Sep 19 22:16:57.322 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.322 INFO kablam! --> src/responder/routes.rs:958:5 Sep 19 22:16:57.322 INFO kablam! | Sep 19 22:16:57.322 INFO kablam! 958 | log::debug!( Sep 19 22:16:57.322 INFO kablam! | ^^^ Sep 19 22:16:57.322 INFO kablam! | Sep 19 22:16:57.322 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.322 INFO kablam! Sep 19 22:16:57.322 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.322 INFO kablam! --> src/responder/utilities.rs:83:17 Sep 19 22:16:57.322 INFO kablam! | Sep 19 22:16:57.322 INFO kablam! 83 | log::debug!("got payout #{}: {:?}", index, result); Sep 19 22:16:57.322 INFO kablam! | ^^^ Sep 19 22:16:57.322 INFO kablam! | Sep 19 22:16:57.322 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.322 INFO kablam! Sep 19 22:16:57.326 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.326 INFO kablam! --> src/responder/utilities.rs:143:13 Sep 19 22:16:57.326 INFO kablam! | Sep 19 22:16:57.326 INFO kablam! 143 | log::debug!( Sep 19 22:16:57.326 INFO kablam! | ^^^ Sep 19 22:16:57.326 INFO kablam! | Sep 19 22:16:57.326 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.326 INFO kablam! Sep 19 22:16:57.326 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.326 INFO kablam! --> src/responder/utilities.rs:148:13 Sep 19 22:16:57.326 INFO kablam! | Sep 19 22:16:57.326 INFO kablam! 148 | log::error!( Sep 19 22:16:57.326 INFO kablam! | ^^^ Sep 19 22:16:57.326 INFO kablam! | Sep 19 22:16:57.326 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.326 INFO kablam! Sep 19 22:16:57.326 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.326 INFO kablam! --> src/responder/utilities.rs:182:13 Sep 19 22:16:57.326 INFO kablam! | Sep 19 22:16:57.326 INFO kablam! 182 | log::debug!("sent payout confirmation email to user on: {}", user_email); Sep 19 22:16:57.326 INFO kablam! | ^^^ Sep 19 22:16:57.326 INFO kablam! | Sep 19 22:16:57.326 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.326 INFO kablam! Sep 19 22:16:57.326 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.326 INFO kablam! --> src/responder/utilities.rs:184:13 Sep 19 22:16:57.326 INFO kablam! | Sep 19 22:16:57.326 INFO kablam! 184 | log::error!( Sep 19 22:16:57.326 INFO kablam! | ^^^ Sep 19 22:16:57.326 INFO kablam! | Sep 19 22:16:57.326 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.326 INFO kablam! Sep 19 22:16:57.329 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.329 INFO kablam! --> src/responder/auth_guard.rs:31:21 Sep 19 22:16:57.329 INFO kablam! | Sep 19 22:16:57.329 INFO kablam! 31 | log::debug!("got user_id from cookies: {}", &user_id); Sep 19 22:16:57.329 INFO kablam! | ^^^ Sep 19 22:16:57.329 INFO kablam! | Sep 19 22:16:57.329 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.329 INFO kablam! Sep 19 22:16:57.329 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.329 INFO kablam! --> src/responder/auth_guard.rs:68:5 Sep 19 22:16:57.329 INFO kablam! | Sep 19 22:16:57.329 INFO kablam! 68 | log::debug!( Sep 19 22:16:57.329 INFO kablam! | ^^^ Sep 19 22:16:57.329 INFO kablam! | Sep 19 22:16:57.329 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.329 INFO kablam! Sep 19 22:16:57.334 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.334 INFO kablam! --> src/storage/db.rs:45:5 Sep 19 22:16:57.334 INFO kablam! | Sep 19 22:16:57.334 INFO kablam! 45 | log::debug!("setting up db pool..."); Sep 19 22:16:57.334 INFO kablam! | ^^^ Sep 19 22:16:57.334 INFO kablam! | Sep 19 22:16:57.334 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.334 INFO kablam! Sep 19 22:16:57.334 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.334 INFO kablam! --> src/storage/db.rs:56:5 Sep 19 22:16:57.334 INFO kablam! | Sep 19 22:16:57.334 INFO kablam! 56 | log::debug!("db pool configured"); Sep 19 22:16:57.334 INFO kablam! | ^^^ Sep 19 22:16:57.334 INFO kablam! | Sep 19 22:16:57.334 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.334 INFO kablam! Sep 19 22:16:57.358 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.358 INFO kablam! --> src/track/payment.rs:49:5 Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.358 INFO kablam! 49 | log::debug!( Sep 19 22:16:57.358 INFO kablam! | ^^^ Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.358 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.358 INFO kablam! Sep 19 22:16:57.358 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.358 INFO kablam! --> src/track/payment.rs:58:9 Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.358 INFO kablam! 58 | log::debug!( Sep 19 22:16:57.358 INFO kablam! | ^^^ Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.358 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.358 INFO kablam! Sep 19 22:16:57.358 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.358 INFO kablam! --> src/track/payment.rs:113:9 Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.358 INFO kablam! 113 | log::warn!( Sep 19 22:16:57.358 INFO kablam! | ^^^ Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.358 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.358 INFO kablam! Sep 19 22:16:57.358 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.358 INFO kablam! --> src/track/payment.rs:127:5 Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.358 INFO kablam! 127 | log::debug!("signup handle: {}", tracking_id); Sep 19 22:16:57.358 INFO kablam! | ^^^ Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.358 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.358 INFO kablam! Sep 19 22:16:57.358 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.358 INFO kablam! --> src/track/payment.rs:152:5 Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.358 INFO kablam! 152 | log::warn!("signup: {} could not be stored", tracking_id); Sep 19 22:16:57.358 INFO kablam! | ^^^ Sep 19 22:16:57.358 INFO kablam! | Sep 19 22:16:57.362 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.362 INFO kablam! Sep 19 22:16:57.362 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.362 INFO kablam! --> src/track/payment.rs:206:9 Sep 19 22:16:57.362 INFO kablam! | Sep 19 22:16:57.362 INFO kablam! 206 | log::debug!( Sep 19 22:16:57.362 INFO kablam! | ^^^ Sep 19 22:16:57.362 INFO kablam! | Sep 19 22:16:57.362 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.362 INFO kablam! Sep 19 22:16:57.362 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.362 INFO kablam! --> src/track/payment.rs:211:9 Sep 19 22:16:57.362 INFO kablam! | Sep 19 22:16:57.362 INFO kablam! 211 | log::error!( Sep 19 22:16:57.362 INFO kablam! | ^^^ Sep 19 22:16:57.362 INFO kablam! | Sep 19 22:16:57.362 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.362 INFO kablam! Sep 19 22:16:57.362 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.362 INFO kablam! --> src/main.rs:73:13 Sep 19 22:16:57.362 INFO kablam! | Sep 19 22:16:57.362 INFO kablam! 73 | log::debug!("spawn managed thread: {}", $name); Sep 19 22:16:57.362 INFO kablam! | ^^^ Sep 19 22:16:57.362 INFO kablam! | Sep 19 22:16:57.362 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.362 INFO kablam! Sep 19 22:16:57.362 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.362 INFO kablam! --> src/main.rs:88:17 Sep 19 22:16:57.362 INFO kablam! | Sep 19 22:16:57.362 INFO kablam! 88 | log::error!("managed thread crashed ({}), setting it up again", $name); Sep 19 22:16:57.362 INFO kablam! | ^^^ Sep 19 22:16:57.362 INFO kablam! | Sep 19 22:16:57.362 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.362 INFO kablam! Sep 19 22:16:57.362 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.362 INFO kablam! --> src/main.rs:159:5 Sep 19 22:16:57.363 INFO kablam! | Sep 19 22:16:57.363 INFO kablam! 159 | log::info!("starting up"); Sep 19 22:16:57.363 INFO kablam! | ^^^ Sep 19 22:16:57.363 INFO kablam! | Sep 19 22:16:57.363 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.363 INFO kablam! Sep 19 22:16:57.363 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 19 22:16:57.363 INFO kablam! --> src/main.rs:170:5 Sep 19 22:16:57.363 INFO kablam! | Sep 19 22:16:57.363 INFO kablam! 170 | log::error!("could not start"); Sep 19 22:16:57.363 INFO kablam! | ^^^ Sep 19 22:16:57.363 INFO kablam! | Sep 19 22:16:57.363 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 19 22:16:57.363 INFO kablam! Sep 19 22:16:57.436 INFO kablam! warning: cannot find type `Account` in this scope Sep 19 22:16:57.436 INFO kablam! --> src/storage/models.rs:12:10 Sep 19 22:16:57.436 INFO kablam! | Sep 19 22:16:57.436 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.436 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.436 INFO kablam! | Sep 19 22:16:57.436 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 19 22:16:57.436 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.436 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.436 INFO kablam! Sep 19 22:16:57.436 INFO kablam! warning: cannot find type `account` in this scope Sep 19 22:16:57.436 INFO kablam! --> src/storage/models.rs:12:10 Sep 19 22:16:57.436 INFO kablam! | Sep 19 22:16:57.436 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.436 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.436 INFO kablam! | Sep 19 22:16:57.436 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.436 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.436 INFO kablam! Sep 19 22:16:57.437 INFO kablam! warning: cannot find type `Account` in this scope Sep 19 22:16:57.437 INFO kablam! --> src/storage/models.rs:12:10 Sep 19 22:16:57.437 INFO kablam! | Sep 19 22:16:57.437 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.437 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.437 INFO kablam! | Sep 19 22:16:57.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.437 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.437 INFO kablam! Sep 19 22:16:57.437 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 19 22:16:57.437 INFO kablam! --> src/storage/models.rs:12:24 Sep 19 22:16:57.437 INFO kablam! | Sep 19 22:16:57.437 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.437 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.437 INFO kablam! | Sep 19 22:16:57.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.437 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.437 INFO kablam! Sep 19 22:16:57.437 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 19 22:16:57.437 INFO kablam! --> src/storage/models.rs:12:24 Sep 19 22:16:57.437 INFO kablam! | Sep 19 22:16:57.437 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.437 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.437 INFO kablam! | Sep 19 22:16:57.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.437 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.437 INFO kablam! Sep 19 22:16:57.437 INFO kablam! warning: cannot find type `Account` in this scope Sep 19 22:16:57.437 INFO kablam! --> src/storage/models.rs:12:24 Sep 19 22:16:57.437 INFO kablam! | Sep 19 22:16:57.437 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.437 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.437 INFO kablam! | Sep 19 22:16:57.437 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.437 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.437 INFO kablam! Sep 19 22:16:57.442 INFO kablam! warning: cannot find type `Balance` in this scope Sep 19 22:16:57.442 INFO kablam! --> src/storage/models.rs:30:10 Sep 19 22:16:57.442 INFO kablam! | Sep 19 22:16:57.442 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.442 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.442 INFO kablam! | Sep 19 22:16:57.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.442 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.442 INFO kablam! Sep 19 22:16:57.442 INFO kablam! warning: cannot find type `balance` in this scope Sep 19 22:16:57.442 INFO kablam! --> src/storage/models.rs:30:10 Sep 19 22:16:57.442 INFO kablam! | Sep 19 22:16:57.442 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.442 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.442 INFO kablam! | Sep 19 22:16:57.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.442 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.442 INFO kablam! Sep 19 22:16:57.442 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 19 22:16:57.442 INFO kablam! --> src/storage/models.rs:30:24 Sep 19 22:16:57.442 INFO kablam! | Sep 19 22:16:57.442 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.442 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.442 INFO kablam! | Sep 19 22:16:57.442 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.442 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.442 INFO kablam! Sep 19 22:16:57.442 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 19 22:16:57.442 INFO kablam! --> src/storage/models.rs:30:24 Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.443 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.443 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.443 INFO kablam! Sep 19 22:16:57.443 INFO kablam! warning: cannot find type `Balance` in this scope Sep 19 22:16:57.443 INFO kablam! --> src/storage/models.rs:30:24 Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.443 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.443 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.443 INFO kablam! Sep 19 22:16:57.443 INFO kablam! warning: cannot find type `Payout` in this scope Sep 19 22:16:57.443 INFO kablam! --> src/storage/models.rs:44:10 Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.443 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.443 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.443 INFO kablam! Sep 19 22:16:57.443 INFO kablam! warning: cannot find type `payout` in this scope Sep 19 22:16:57.443 INFO kablam! --> src/storage/models.rs:44:10 Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.443 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.443 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.443 INFO kablam! Sep 19 22:16:57.443 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 19 22:16:57.443 INFO kablam! --> src/storage/models.rs:44:24 Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.443 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.443 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.443 INFO kablam! Sep 19 22:16:57.443 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 19 22:16:57.443 INFO kablam! --> src/storage/models.rs:44:24 Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.443 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.443 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.443 INFO kablam! Sep 19 22:16:57.443 INFO kablam! warning: cannot find type `Payout` in this scope Sep 19 22:16:57.443 INFO kablam! --> src/storage/models.rs:44:24 Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.443 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.443 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.443 INFO kablam! Sep 19 22:16:57.443 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 19 22:16:57.443 INFO kablam! --> src/storage/models.rs:59:10 Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.443 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.443 INFO kablam! | Sep 19 22:16:57.443 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.443 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.443 INFO kablam! Sep 19 22:16:57.443 INFO kablam! warning: cannot find type `tracker` in this scope Sep 19 22:16:57.444 INFO kablam! --> src/storage/models.rs:59:10 Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.444 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.444 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.444 INFO kablam! Sep 19 22:16:57.444 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 19 22:16:57.444 INFO kablam! --> src/storage/models.rs:59:24 Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.444 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.444 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.444 INFO kablam! Sep 19 22:16:57.444 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 19 22:16:57.444 INFO kablam! --> src/storage/models.rs:59:24 Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 19 22:16:57.444 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.444 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.444 INFO kablam! Sep 19 22:16:57.444 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Sep 19 22:16:57.444 INFO kablam! --> src/storage/models.rs:70:10 Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! 70 | #[derive(AsChangeset)] Sep 19 22:16:57.444 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.444 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.444 INFO kablam! Sep 19 22:16:57.444 INFO kablam! warning: cannot find type `account` in this scope Sep 19 22:16:57.444 INFO kablam! --> src/storage/models.rs:70:10 Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! 70 | #[derive(AsChangeset)] Sep 19 22:16:57.444 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.444 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.444 INFO kablam! Sep 19 22:16:57.444 INFO kablam! warning: cannot find type `table` in this scope Sep 19 22:16:57.444 INFO kablam! --> :165:33 Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 19 22:16:57.444 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.444 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.444 INFO kablam! Sep 19 22:16:57.444 INFO kablam! warning: cannot find type `id` in this scope Sep 19 22:16:57.444 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.444 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.444 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.444 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.444 INFO kablam! Sep 19 22:16:57.444 INFO kablam! warning: cannot find type `email` in this scope Sep 19 22:16:57.444 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.444 INFO kablam! | Sep 19 22:16:57.445 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.445 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.445 INFO kablam! | Sep 19 22:16:57.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.445 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.445 INFO kablam! Sep 19 22:16:57.445 INFO kablam! warning: cannot find type `password` in this scope Sep 19 22:16:57.445 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.445 INFO kablam! | Sep 19 22:16:57.445 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.445 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.445 INFO kablam! | Sep 19 22:16:57.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.445 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.445 INFO kablam! Sep 19 22:16:57.445 INFO kablam! warning: cannot find type `recovery` in this scope Sep 19 22:16:57.445 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.445 INFO kablam! | Sep 19 22:16:57.445 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.445 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.445 INFO kablam! | Sep 19 22:16:57.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.445 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.445 INFO kablam! Sep 19 22:16:57.445 INFO kablam! warning: cannot find type `commission` in this scope Sep 19 22:16:57.445 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.445 INFO kablam! | Sep 19 22:16:57.445 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.445 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.445 INFO kablam! | Sep 19 22:16:57.445 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.445 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.445 INFO kablam! Sep 19 22:16:57.445 INFO kablam! warning: cannot find type `full_name` in this scope Sep 19 22:16:57.446 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.446 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.446 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.446 INFO kablam! Sep 19 22:16:57.446 INFO kablam! warning: cannot find type `address` in this scope Sep 19 22:16:57.446 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.446 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.446 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.446 INFO kablam! Sep 19 22:16:57.446 INFO kablam! warning: cannot find type `country` in this scope Sep 19 22:16:57.446 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.446 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.446 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.446 INFO kablam! Sep 19 22:16:57.446 INFO kablam! warning: cannot find type `payout_method` in this scope Sep 19 22:16:57.446 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.446 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.446 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.446 INFO kablam! Sep 19 22:16:57.446 INFO kablam! warning: cannot find type `payout_instructions` in this scope Sep 19 22:16:57.446 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.446 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.446 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.446 INFO kablam! Sep 19 22:16:57.446 INFO kablam! warning: cannot find type `notify_balance` in this scope Sep 19 22:16:57.446 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.446 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.446 INFO kablam! | Sep 19 22:16:57.446 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.446 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.446 INFO kablam! Sep 19 22:16:57.446 INFO kablam! warning: cannot find type `created_at` in this scope Sep 19 22:16:57.446 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.447 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.447 INFO kablam! Sep 19 22:16:57.447 INFO kablam! warning: cannot find type `updated_at` in this scope Sep 19 22:16:57.447 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.447 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.447 INFO kablam! Sep 19 22:16:57.447 INFO kablam! warning: cannot find type `amount` in this scope Sep 19 22:16:57.447 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.447 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.447 INFO kablam! Sep 19 22:16:57.447 INFO kablam! warning: cannot find type `currency` in this scope Sep 19 22:16:57.447 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.447 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.447 INFO kablam! Sep 19 22:16:57.447 INFO kablam! warning: cannot find type `released` in this scope Sep 19 22:16:57.447 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.447 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.447 INFO kablam! Sep 19 22:16:57.447 INFO kablam! warning: cannot find type `trace` in this scope Sep 19 22:16:57.447 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.447 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.447 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.447 INFO kablam! Sep 19 22:16:57.447 INFO kablam! warning: cannot find type `account_id` in this scope Sep 19 22:16:57.447 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.447 INFO kablam! | Sep 19 22:16:57.447 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.448 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.448 INFO kablam! Sep 19 22:16:57.448 INFO kablam! warning: cannot find type `tracker_id` in this scope Sep 19 22:16:57.448 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.448 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.448 INFO kablam! Sep 19 22:16:57.448 INFO kablam! warning: cannot find type `number` in this scope Sep 19 22:16:57.448 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.448 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.448 INFO kablam! Sep 19 22:16:57.448 INFO kablam! warning: cannot find type `status` in this scope Sep 19 22:16:57.448 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.448 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.448 INFO kablam! Sep 19 22:16:57.448 INFO kablam! warning: cannot find type `account` in this scope Sep 19 22:16:57.448 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.448 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.448 INFO kablam! Sep 19 22:16:57.448 INFO kablam! warning: cannot find type `invoice_url` in this scope Sep 19 22:16:57.448 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.448 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.448 INFO kablam! Sep 19 22:16:57.448 INFO kablam! warning: cannot find type `label` in this scope Sep 19 22:16:57.448 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.448 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.448 INFO kablam! | Sep 19 22:16:57.448 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.449 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.449 INFO kablam! Sep 19 22:16:57.449 INFO kablam! warning: cannot find type `statistics_signups` in this scope Sep 19 22:16:57.449 INFO kablam! --> <__diesel_column macros>:5:33 Sep 19 22:16:57.449 INFO kablam! | Sep 19 22:16:57.449 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 19 22:16:57.449 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 19 22:16:57.449 INFO kablam! | Sep 19 22:16:57.449 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 22:16:57.449 INFO kablam! = note: for more information, see issue #50504 Sep 19 22:16:57.449 INFO kablam! Sep 19 22:16:58.580 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.580 INFO kablam! --> src/responder/routes.rs:313:14 Sep 19 22:16:58.580 INFO kablam! | Sep 19 22:16:58.580 INFO kablam! 313 | .first::(&*db); Sep 19 22:16:58.580 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.580 INFO kablam! | Sep 19 22:16:58.580 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 19 22:16:58.580 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 19 22:16:58.580 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 19 22:16:58.580 INFO kablam! Sep 19 22:16:58.595 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 19 22:16:58.595 INFO kablam! --> src/responder/routes.rs:395:37 Sep 19 22:16:58.595 INFO kablam! | Sep 19 22:16:58.595 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Sep 19 22:16:58.595 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.595 INFO kablam! | Sep 19 22:16:58.595 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 19 22:16:58.596 INFO kablam! Sep 19 22:16:58.601 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 19 22:16:58.601 INFO kablam! --> src/responder/routes.rs:401:14 Sep 19 22:16:58.601 INFO kablam! | Sep 19 22:16:58.601 INFO kablam! 401 | .execute(&*db); Sep 19 22:16:58.601 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.601 INFO kablam! | Sep 19 22:16:58.601 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.601 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.601 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 19 22:16:58.601 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 19 22:16:58.601 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 19 22:16:58.601 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 19 22:16:58.601 INFO kablam! Sep 19 22:16:58.601 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 19 22:16:58.601 INFO kablam! --> src/responder/routes.rs:401:14 Sep 19 22:16:58.601 INFO kablam! | Sep 19 22:16:58.601 INFO kablam! 401 | .execute(&*db); Sep 19 22:16:58.601 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.601 INFO kablam! | Sep 19 22:16:58.601 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.601 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.601 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.601 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 19 22:16:58.601 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 19 22:16:58.603 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 19 22:16:58.603 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 19 22:16:58.603 INFO kablam! Sep 19 22:16:58.606 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.606 INFO kablam! --> src/responder/routes.rs:406:18 Sep 19 22:16:58.606 INFO kablam! | Sep 19 22:16:58.606 INFO kablam! 406 | .first::(&*db); Sep 19 22:16:58.606 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.606 INFO kablam! | Sep 19 22:16:58.606 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 19 22:16:58.606 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 19 22:16:58.606 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 19 22:16:58.606 INFO kablam! Sep 19 22:16:58.613 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.613 INFO kablam! --> src/responder/routes.rs:455:14 Sep 19 22:16:58.613 INFO kablam! | Sep 19 22:16:58.613 INFO kablam! 455 | .first::(&*db); Sep 19 22:16:58.613 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.613 INFO kablam! | Sep 19 22:16:58.613 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 19 22:16:58.613 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 19 22:16:58.613 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 19 22:16:58.613 INFO kablam! Sep 19 22:16:58.627 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.627 INFO kablam! --> src/responder/routes.rs:529:64 Sep 19 22:16:58.627 INFO kablam! | Sep 19 22:16:58.627 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 19 22:16:58.627 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.627 INFO kablam! | Sep 19 22:16:58.627 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 19 22:16:58.627 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 19 22:16:58.627 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 19 22:16:58.627 INFO kablam! Sep 19 22:16:58.645 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.645 INFO kablam! --> src/responder/routes.rs:573:18 Sep 19 22:16:58.645 INFO kablam! | Sep 19 22:16:58.645 INFO kablam! 573 | .first(&*db) Sep 19 22:16:58.645 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.645 INFO kablam! | Sep 19 22:16:58.645 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 19 22:16:58.645 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 19 22:16:58.645 INFO kablam! Sep 19 22:16:58.682 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.682 INFO kablam! --> src/responder/routes.rs:747:64 Sep 19 22:16:58.682 INFO kablam! | Sep 19 22:16:58.682 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 19 22:16:58.682 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.683 INFO kablam! | Sep 19 22:16:58.683 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 19 22:16:58.683 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 19 22:16:58.683 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 19 22:16:58.683 INFO kablam! Sep 19 22:16:58.689 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 19 22:16:58.689 INFO kablam! --> src/responder/routes.rs:793:56 Sep 19 22:16:58.689 INFO kablam! | Sep 19 22:16:58.689 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Sep 19 22:16:58.689 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.689 INFO kablam! | Sep 19 22:16:58.689 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 19 22:16:58.689 INFO kablam! Sep 19 22:16:58.692 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 19 22:16:58.692 INFO kablam! --> src/responder/routes.rs:800:38 Sep 19 22:16:58.692 INFO kablam! | Sep 19 22:16:58.692 INFO kablam! 800 | .execute(&*db); Sep 19 22:16:58.692 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.692 INFO kablam! | Sep 19 22:16:58.692 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.692 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.692 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 19 22:16:58.692 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 19 22:16:58.692 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 19 22:16:58.692 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 19 22:16:58.692 INFO kablam! Sep 19 22:16:58.693 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 19 22:16:58.693 INFO kablam! --> src/responder/routes.rs:800:38 Sep 19 22:16:58.694 INFO kablam! | Sep 19 22:16:58.694 INFO kablam! 800 | .execute(&*db); Sep 19 22:16:58.694 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.694 INFO kablam! | Sep 19 22:16:58.694 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.694 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.694 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.694 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 19 22:16:58.694 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 19 22:16:58.694 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 19 22:16:58.694 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 19 22:16:58.694 INFO kablam! Sep 19 22:16:58.700 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.700 INFO kablam! --> src/responder/routes.rs:845:64 Sep 19 22:16:58.700 INFO kablam! | Sep 19 22:16:58.700 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 19 22:16:58.700 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.700 INFO kablam! | Sep 19 22:16:58.700 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 19 22:16:58.700 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 19 22:16:58.700 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 19 22:16:58.700 INFO kablam! Sep 19 22:16:58.709 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.709 INFO kablam! --> src/responder/routes.rs:313:14 Sep 19 22:16:58.709 INFO kablam! | Sep 19 22:16:58.709 INFO kablam! 313 | .first::(&*db); Sep 19 22:16:58.709 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.709 INFO kablam! | Sep 19 22:16:58.709 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 19 22:16:58.709 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 19 22:16:58.709 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 19 22:16:58.709 INFO kablam! Sep 19 22:16:58.724 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 19 22:16:58.724 INFO kablam! --> src/responder/routes.rs:395:37 Sep 19 22:16:58.724 INFO kablam! | Sep 19 22:16:58.724 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Sep 19 22:16:58.724 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.724 INFO kablam! | Sep 19 22:16:58.724 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 19 22:16:58.724 INFO kablam! Sep 19 22:16:58.728 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 19 22:16:58.728 INFO kablam! --> src/responder/routes.rs:401:14 Sep 19 22:16:58.728 INFO kablam! | Sep 19 22:16:58.728 INFO kablam! 401 | .execute(&*db); Sep 19 22:16:58.728 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.728 INFO kablam! | Sep 19 22:16:58.728 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.728 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.728 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 19 22:16:58.728 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 19 22:16:58.728 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 19 22:16:58.728 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 19 22:16:58.728 INFO kablam! Sep 19 22:16:58.728 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 19 22:16:58.728 INFO kablam! --> src/responder/routes.rs:401:14 Sep 19 22:16:58.728 INFO kablam! | Sep 19 22:16:58.728 INFO kablam! 401 | .execute(&*db); Sep 19 22:16:58.728 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.728 INFO kablam! | Sep 19 22:16:58.728 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.728 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.728 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.728 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 19 22:16:58.728 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 19 22:16:58.728 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 19 22:16:58.728 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 19 22:16:58.728 INFO kablam! Sep 19 22:16:58.731 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.731 INFO kablam! --> src/responder/routes.rs:406:18 Sep 19 22:16:58.731 INFO kablam! | Sep 19 22:16:58.731 INFO kablam! 406 | .first::(&*db); Sep 19 22:16:58.731 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.731 INFO kablam! | Sep 19 22:16:58.731 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 19 22:16:58.731 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 19 22:16:58.731 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 19 22:16:58.731 INFO kablam! Sep 19 22:16:58.739 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.739 INFO kablam! --> src/responder/routes.rs:455:14 Sep 19 22:16:58.739 INFO kablam! | Sep 19 22:16:58.739 INFO kablam! 455 | .first::(&*db); Sep 19 22:16:58.739 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.739 INFO kablam! | Sep 19 22:16:58.739 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 19 22:16:58.739 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 19 22:16:58.739 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 19 22:16:58.739 INFO kablam! Sep 19 22:16:58.739 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.739 INFO kablam! --> src/responder/utilities.rs:38:14 Sep 19 22:16:58.739 INFO kablam! | Sep 19 22:16:58.739 INFO kablam! 38 | .first(&**db) Sep 19 22:16:58.739 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.739 INFO kablam! | Sep 19 22:16:58.739 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 19 22:16:58.739 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 19 22:16:58.740 INFO kablam! Sep 19 22:16:58.745 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.745 INFO kablam! --> src/responder/utilities.rs:77:10 Sep 19 22:16:58.745 INFO kablam! | Sep 19 22:16:58.745 INFO kablam! 77 | .load::(&**db) Sep 19 22:16:58.745 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.745 INFO kablam! | Sep 19 22:16:58.745 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 19 22:16:58.745 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 19 22:16:58.745 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 19 22:16:58.745 INFO kablam! Sep 19 22:16:58.751 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.751 INFO kablam! --> src/responder/routes.rs:529:64 Sep 19 22:16:58.751 INFO kablam! | Sep 19 22:16:58.751 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 19 22:16:58.751 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.751 INFO kablam! | Sep 19 22:16:58.751 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 19 22:16:58.751 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 19 22:16:58.751 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 19 22:16:58.751 INFO kablam! Sep 19 22:16:58.764 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.764 INFO kablam! --> src/responder/routes.rs:573:18 Sep 19 22:16:58.764 INFO kablam! | Sep 19 22:16:58.764 INFO kablam! 573 | .first(&*db) Sep 19 22:16:58.764 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.764 INFO kablam! | Sep 19 22:16:58.764 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 19 22:16:58.764 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 19 22:16:58.765 INFO kablam! Sep 19 22:16:58.796 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.796 INFO kablam! --> src/responder/routes.rs:747:64 Sep 19 22:16:58.796 INFO kablam! | Sep 19 22:16:58.796 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 19 22:16:58.796 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.796 INFO kablam! | Sep 19 22:16:58.796 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 19 22:16:58.796 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 19 22:16:58.796 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 19 22:16:58.796 INFO kablam! Sep 19 22:16:58.802 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 19 22:16:58.802 INFO kablam! --> src/responder/routes.rs:793:56 Sep 19 22:16:58.802 INFO kablam! | Sep 19 22:16:58.802 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Sep 19 22:16:58.802 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.802 INFO kablam! | Sep 19 22:16:58.802 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 19 22:16:58.802 INFO kablam! Sep 19 22:16:58.805 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 19 22:16:58.805 INFO kablam! --> src/responder/routes.rs:800:38 Sep 19 22:16:58.805 INFO kablam! | Sep 19 22:16:58.805 INFO kablam! 800 | .execute(&*db); Sep 19 22:16:58.805 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.805 INFO kablam! | Sep 19 22:16:58.805 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.805 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.805 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 19 22:16:58.805 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 19 22:16:58.805 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 19 22:16:58.805 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 19 22:16:58.805 INFO kablam! Sep 19 22:16:58.806 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 19 22:16:58.806 INFO kablam! --> src/responder/routes.rs:800:38 Sep 19 22:16:58.806 INFO kablam! | Sep 19 22:16:58.806 INFO kablam! 800 | .execute(&*db); Sep 19 22:16:58.806 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.806 INFO kablam! | Sep 19 22:16:58.806 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.806 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.806 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.806 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 19 22:16:58.806 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 19 22:16:58.806 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 19 22:16:58.806 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 19 22:16:58.806 INFO kablam! Sep 19 22:16:58.813 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.813 INFO kablam! --> src/responder/routes.rs:845:64 Sep 19 22:16:58.813 INFO kablam! | Sep 19 22:16:58.813 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 19 22:16:58.813 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.813 INFO kablam! | Sep 19 22:16:58.813 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 19 22:16:58.813 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 19 22:16:58.813 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 19 22:16:58.813 INFO kablam! Sep 19 22:16:58.831 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.831 INFO kablam! --> src/track/payment.rs:80:14 Sep 19 22:16:58.831 INFO kablam! | Sep 19 22:16:58.831 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Sep 19 22:16:58.831 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.831 INFO kablam! | Sep 19 22:16:58.831 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 19 22:16:58.831 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 19 22:16:58.831 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 19 22:16:58.831 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 19 22:16:58.831 INFO kablam! Sep 19 22:16:58.832 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 19 22:16:58.832 INFO kablam! --> src/track/payment.rs:91:41 Sep 19 22:16:58.832 INFO kablam! | Sep 19 22:16:58.832 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Sep 19 22:16:58.832 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.832 INFO kablam! | Sep 19 22:16:58.832 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 19 22:16:58.832 INFO kablam! Sep 19 22:16:58.836 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 19 22:16:58.836 INFO kablam! --> src/track/payment.rs:99:22 Sep 19 22:16:58.836 INFO kablam! | Sep 19 22:16:58.836 INFO kablam! 99 | .execute(&**db); Sep 19 22:16:58.836 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.836 INFO kablam! | Sep 19 22:16:58.836 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.836 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.836 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 19 22:16:58.836 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 19 22:16:58.836 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 19 22:16:58.836 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 19 22:16:58.836 INFO kablam! Sep 19 22:16:58.838 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 19 22:16:58.838 INFO kablam! --> src/track/payment.rs:99:22 Sep 19 22:16:58.838 INFO kablam! | Sep 19 22:16:58.838 INFO kablam! 99 | .execute(&**db); Sep 19 22:16:58.838 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.838 INFO kablam! | Sep 19 22:16:58.838 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.838 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.838 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.838 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 19 22:16:58.838 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 19 22:16:58.838 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 19 22:16:58.838 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 19 22:16:58.838 INFO kablam! Sep 19 22:16:58.849 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.849 INFO kablam! --> src/responder/utilities.rs:38:14 Sep 19 22:16:58.849 INFO kablam! | Sep 19 22:16:58.849 INFO kablam! 38 | .first(&**db) Sep 19 22:16:58.849 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.849 INFO kablam! | Sep 19 22:16:58.849 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 19 22:16:58.849 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 19 22:16:58.849 INFO kablam! Sep 19 22:16:58.854 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.854 INFO kablam! --> src/responder/utilities.rs:77:10 Sep 19 22:16:58.854 INFO kablam! | Sep 19 22:16:58.854 INFO kablam! 77 | .load::(&**db) Sep 19 22:16:58.854 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.854 INFO kablam! | Sep 19 22:16:58.854 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 19 22:16:58.854 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 19 22:16:58.854 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 19 22:16:58.854 INFO kablam! Sep 19 22:16:58.932 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 19 22:16:58.932 INFO kablam! --> src/track/payment.rs:80:14 Sep 19 22:16:58.932 INFO kablam! | Sep 19 22:16:58.932 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Sep 19 22:16:58.932 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.932 INFO kablam! | Sep 19 22:16:58.932 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 19 22:16:58.932 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 19 22:16:58.932 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 19 22:16:58.932 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 19 22:16:58.932 INFO kablam! Sep 19 22:16:58.933 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 19 22:16:58.933 INFO kablam! --> src/track/payment.rs:91:41 Sep 19 22:16:58.933 INFO kablam! | Sep 19 22:16:58.933 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Sep 19 22:16:58.933 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.933 INFO kablam! | Sep 19 22:16:58.933 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 19 22:16:58.933 INFO kablam! Sep 19 22:16:58.938 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 19 22:16:58.938 INFO kablam! --> src/track/payment.rs:99:22 Sep 19 22:16:58.938 INFO kablam! | Sep 19 22:16:58.938 INFO kablam! 99 | .execute(&**db); Sep 19 22:16:58.938 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.938 INFO kablam! | Sep 19 22:16:58.938 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.938 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.938 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 19 22:16:58.938 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 19 22:16:58.938 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 19 22:16:58.938 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 19 22:16:58.939 INFO kablam! Sep 19 22:16:58.939 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 19 22:16:58.939 INFO kablam! --> src/track/payment.rs:99:22 Sep 19 22:16:58.939 INFO kablam! | Sep 19 22:16:58.939 INFO kablam! 99 | .execute(&**db); Sep 19 22:16:58.939 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 19 22:16:58.939 INFO kablam! | Sep 19 22:16:58.939 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 19 22:16:58.939 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.939 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 19 22:16:58.939 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 19 22:16:58.939 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 19 22:16:58.939 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 19 22:16:58.939 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 19 22:16:58.939 INFO kablam! Sep 19 22:16:59.006 INFO kablam! error: aborting due to 63 previous errors Sep 19 22:16:59.006 INFO kablam! Sep 19 22:16:59.006 INFO kablam! Some errors occurred: E0277, E0658. Sep 19 22:16:59.006 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:16:59.022 INFO kablam! error: Could not compile `raider-server`. Sep 19 22:16:59.022 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:16:59.105 INFO kablam! error: aborting due to 63 previous errors Sep 19 22:16:59.105 INFO kablam! Sep 19 22:16:59.105 INFO kablam! Some errors occurred: E0277, E0658. Sep 19 22:16:59.105 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 22:16:59.137 INFO kablam! error: Could not compile `raider-server`. Sep 19 22:16:59.137 INFO kablam! Sep 19 22:16:59.137 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:16:59.139 INFO kablam! su: No module specific data is present Sep 19 22:16:59.591 INFO running `"docker" "rm" "-f" "63f0122c5d9f2a81d9876aed130a491b6dd737d7a464bd5ec59754eca43e2c3c"` Sep 19 22:16:59.647 INFO blam! 63f0122c5d9f2a81d9876aed130a491b6dd737d7a464bd5ec59754eca43e2c3c