Sep 21 05:08:44.781 INFO checking raider-server-1.0.2 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:08:44.781 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:08:44.781 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:08:44.996 INFO blam! 5146fe208527421fa7d19ef0a7a6990441832094754a6786ec744c970a3a3a8d Sep 21 05:08:44.998 INFO running `"docker" "start" "-a" "5146fe208527421fa7d19ef0a7a6990441832094754a6786ec744c970a3a3a8d"` Sep 21 05:08:45.722 INFO kablam! usermod: no changes Sep 21 05:08:46.346 INFO kablam! Compiling num-bigint v0.2.0 Sep 21 05:08:46.354 INFO kablam! Checking separator v0.3.1 Sep 21 05:08:46.354 INFO kablam! Checking iso_country v0.1.2 Sep 21 05:08:46.354 INFO kablam! Compiling email v0.0.20 Sep 21 05:08:46.362 INFO kablam! Compiling mysqlclient-sys v0.2.3 Sep 21 05:08:46.396 INFO kablam! Checking r2d2 v0.8.2 Sep 21 05:08:46.421 INFO kablam! Compiling diesel_derives v1.3.0 Sep 21 05:08:46.421 INFO kablam! Checking num v0.1.42 Sep 21 05:08:47.590 INFO kablam! Checking tera v0.10.10 Sep 21 05:08:47.643 INFO kablam! Checking lettre v0.7.0 Sep 21 05:08:48.410 INFO kablam! Checking bigdecimal v0.0.11 Sep 21 05:08:48.410 INFO kablam! Checking validate v0.6.1 Sep 21 05:08:50.603 INFO kablam! Checking lettre_email v0.7.0 Sep 21 05:08:52.046 INFO kablam! Checking bigdecimal v0.0.14 Sep 21 05:08:53.722 INFO kablam! Checking rocket_contrib v0.3.16 Sep 21 05:08:54.354 INFO kablam! Checking diesel v1.3.3 Sep 21 05:09:16.843 INFO kablam! Checking r2d2-diesel v1.0.0 Sep 21 05:09:17.434 INFO kablam! Checking raider-server v1.0.2 (/source) Sep 21 05:09:20.733 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 21 05:09:20.733 INFO kablam! --> src/responder/catchers.rs:9:1 Sep 21 05:09:20.733 INFO kablam! | Sep 21 05:09:20.733 INFO kablam! 9 | #[error(403)] Sep 21 05:09:20.733 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:09:20.734 INFO kablam! | Sep 21 05:09:20.734 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 21 05:09:20.734 INFO kablam! Sep 21 05:09:20.734 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 21 05:09:20.734 INFO kablam! --> src/responder/catchers.rs:14:1 Sep 21 05:09:20.734 INFO kablam! | Sep 21 05:09:20.734 INFO kablam! 14 | #[error(410)] Sep 21 05:09:20.734 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:09:20.734 INFO kablam! | Sep 21 05:09:20.734 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 21 05:09:20.734 INFO kablam! Sep 21 05:09:20.734 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Sep 21 05:09:20.734 INFO kablam! --> src/responder/manager.rs:90:16 Sep 21 05:09:20.734 INFO kablam! | Sep 21 05:09:20.734 INFO kablam! 90 | .catch(errors![ Sep 21 05:09:20.734 INFO kablam! | ________________^ Sep 21 05:09:20.734 INFO kablam! 91 | | catchers::forbidden, Sep 21 05:09:20.734 INFO kablam! 92 | | catchers::gone, Sep 21 05:09:20.734 INFO kablam! 93 | | ]) Sep 21 05:09:20.734 INFO kablam! | |_________^ Sep 21 05:09:20.734 INFO kablam! | Sep 21 05:09:20.734 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Sep 21 05:09:20.734 INFO kablam! Sep 21 05:09:20.772 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 21 05:09:20.772 INFO kablam! --> src/responder/catchers.rs:9:1 Sep 21 05:09:20.772 INFO kablam! | Sep 21 05:09:20.772 INFO kablam! 9 | #[error(403)] Sep 21 05:09:20.772 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:09:20.772 INFO kablam! | Sep 21 05:09:20.772 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 21 05:09:20.772 INFO kablam! Sep 21 05:09:20.773 INFO kablam! warning: use of deprecated Rocket attribute `error` (deprecated since v0.3.15) Sep 21 05:09:20.773 INFO kablam! --> src/responder/catchers.rs:14:1 Sep 21 05:09:20.773 INFO kablam! | Sep 21 05:09:20.773 INFO kablam! 14 | #[error(410)] Sep 21 05:09:20.773 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:09:20.773 INFO kablam! | Sep 21 05:09:20.773 INFO kablam! = help: the `error` attribute was replaced by the `catch` attribute: `#[catch(..)]` Sep 21 05:09:20.773 INFO kablam! Sep 21 05:09:20.773 INFO kablam! warning: use of deprecated Rocket macro `errors` (deprecated since v0.3.15) Sep 21 05:09:20.773 INFO kablam! --> src/responder/manager.rs:90:16 Sep 21 05:09:20.773 INFO kablam! | Sep 21 05:09:20.773 INFO kablam! 90 | .catch(errors![ Sep 21 05:09:20.773 INFO kablam! | ________________^ Sep 21 05:09:20.773 INFO kablam! 91 | | catchers::forbidden, Sep 21 05:09:20.773 INFO kablam! 92 | | catchers::gone, Sep 21 05:09:20.773 INFO kablam! 93 | | ]) Sep 21 05:09:20.774 INFO kablam! | |_________^ Sep 21 05:09:20.774 INFO kablam! | Sep 21 05:09:20.774 INFO kablam! = help: the `errors` macro was replaced by the `catchers` macro: `catchers![..]` Sep 21 05:09:20.774 INFO kablam! Sep 21 05:09:20.983 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.983 INFO kablam! --> src/config/reader.rs:19:9 Sep 21 05:09:20.983 INFO kablam! | Sep 21 05:09:20.983 INFO kablam! 19 | log::debug!("reading config file: {}", &APP_ARGS.config); Sep 21 05:09:20.983 INFO kablam! | ^^^ Sep 21 05:09:20.983 INFO kablam! | Sep 21 05:09:20.983 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.983 INFO kablam! Sep 21 05:09:20.983 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.983 INFO kablam! --> src/config/reader.rs:28:9 Sep 21 05:09:20.983 INFO kablam! | Sep 21 05:09:20.983 INFO kablam! 28 | log::debug!("read config file: {}", &APP_ARGS.config); Sep 21 05:09:20.983 INFO kablam! | ^^^ Sep 21 05:09:20.983 INFO kablam! | Sep 21 05:09:20.983 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.983 INFO kablam! Sep 21 05:09:20.984 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.984 INFO kablam! --> src/exchange/manager.rs:43:5 Sep 21 05:09:20.984 INFO kablam! | Sep 21 05:09:20.984 INFO kablam! 43 | log::debug!("acquiring updated exchange rates"); Sep 21 05:09:20.984 INFO kablam! | ^^^ Sep 21 05:09:20.984 INFO kablam! | Sep 21 05:09:20.984 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.984 INFO kablam! Sep 21 05:09:20.984 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.984 INFO kablam! --> src/exchange/manager.rs:75:5 Sep 21 05:09:20.984 INFO kablam! | Sep 21 05:09:20.984 INFO kablam! 75 | log::info!( Sep 21 05:09:20.984 INFO kablam! | ^^^ Sep 21 05:09:20.985 INFO kablam! | Sep 21 05:09:20.985 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.985 INFO kablam! Sep 21 05:09:20.985 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.985 INFO kablam! --> src/exchange/manager.rs:56:9 Sep 21 05:09:20.985 INFO kablam! | Sep 21 05:09:20.985 INFO kablam! 56 | log::debug!("received updated exchange rates"); Sep 21 05:09:20.985 INFO kablam! | ^^^ Sep 21 05:09:20.985 INFO kablam! | Sep 21 05:09:20.985 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.985 INFO kablam! Sep 21 05:09:20.985 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.985 INFO kablam! --> src/exchange/manager.rs:66:17 Sep 21 05:09:20.985 INFO kablam! | Sep 21 05:09:20.985 INFO kablam! 66 | log::error!("got invalid json when requesting updated exchange rates") Sep 21 05:09:20.985 INFO kablam! | ^^^ Sep 21 05:09:20.985 INFO kablam! | Sep 21 05:09:20.985 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.985 INFO kablam! Sep 21 05:09:20.985 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.985 INFO kablam! --> src/exchange/manager.rs:69:13 Sep 21 05:09:20.985 INFO kablam! | Sep 21 05:09:20.985 INFO kablam! 69 | log::error!("got bad status code when requesting updated exchange rates") Sep 21 05:09:20.985 INFO kablam! | ^^^ Sep 21 05:09:20.985 INFO kablam! | Sep 21 05:09:20.985 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.985 INFO kablam! Sep 21 05:09:20.985 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.985 INFO kablam! --> src/exchange/manager.rs:60:17 Sep 21 05:09:20.985 INFO kablam! | Sep 21 05:09:20.985 INFO kablam! 60 | log::debug!("got updated exchange rates: {:?}", &response_json.rates); Sep 21 05:09:20.985 INFO kablam! | ^^^ Sep 21 05:09:20.985 INFO kablam! | Sep 21 05:09:20.985 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.985 INFO kablam! Sep 21 05:09:20.986 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.986 INFO kablam! --> src/exchange/manager.rs:72:9 Sep 21 05:09:20.986 INFO kablam! | Sep 21 05:09:20.986 INFO kablam! 72 | log::error!("could not request updated exchange rates"); Sep 21 05:09:20.986 INFO kablam! | ^^^ Sep 21 05:09:20.986 INFO kablam! | Sep 21 05:09:20.986 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.986 INFO kablam! Sep 21 05:09:20.986 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.986 INFO kablam! --> src/exchange/manager.rs:108:9 Sep 21 05:09:20.986 INFO kablam! | Sep 21 05:09:20.986 INFO kablam! 108 | log::debug!("running an exchange poll operation..."); Sep 21 05:09:20.986 INFO kablam! | ^^^ Sep 21 05:09:20.986 INFO kablam! | Sep 21 05:09:20.986 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.986 INFO kablam! Sep 21 05:09:20.986 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.986 INFO kablam! --> src/exchange/manager.rs:112:9 Sep 21 05:09:20.986 INFO kablam! | Sep 21 05:09:20.986 INFO kablam! 112 | log::info!("ran exchange poll operation"); Sep 21 05:09:20.986 INFO kablam! | ^^^ Sep 21 05:09:20.986 INFO kablam! | Sep 21 05:09:20.986 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.986 INFO kablam! Sep 21 05:09:20.986 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.986 INFO kablam! --> src/notifier/email.rs:34:9 Sep 21 05:09:20.986 INFO kablam! | Sep 21 05:09:20.986 INFO kablam! 34 | log::debug!("will send email notification with message: {}", &message); Sep 21 05:09:20.986 INFO kablam! | ^^^ Sep 21 05:09:20.986 INFO kablam! | Sep 21 05:09:20.987 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.987 INFO kablam! Sep 21 05:09:20.987 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.987 INFO kablam! --> src/notifier/email.rs:83:13 Sep 21 05:09:20.987 INFO kablam! | Sep 21 05:09:20.987 INFO kablam! 83 | log::error!("could not build smtp encrypted connector"); Sep 21 05:09:20.987 INFO kablam! | ^^^ Sep 21 05:09:20.987 INFO kablam! | Sep 21 05:09:20.987 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.987 INFO kablam! Sep 21 05:09:20.987 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.987 INFO kablam! --> src/notifier/email.rs:108:13 Sep 21 05:09:20.987 INFO kablam! | Sep 21 05:09:20.987 INFO kablam! 108 | log::error!("could not acquire smtp transport: {}", err); Sep 21 05:09:20.987 INFO kablam! | ^^^ Sep 21 05:09:20.988 INFO kablam! | Sep 21 05:09:20.988 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.988 INFO kablam! Sep 21 05:09:20.988 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.989 INFO kablam! --> src/responder/routes.rs:337:38 Sep 21 05:09:20.989 INFO kablam! | Sep 21 05:09:20.989 INFO kablam! 337 | Ok(_) => log::info!("cleared recovery password"), Sep 21 05:09:20.989 INFO kablam! | ^^^ Sep 21 05:09:20.989 INFO kablam! | Sep 21 05:09:20.989 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.989 INFO kablam! Sep 21 05:09:20.989 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.989 INFO kablam! --> src/responder/routes.rs:338:41 Sep 21 05:09:20.989 INFO kablam! | Sep 21 05:09:20.989 INFO kablam! 338 | Err(err) => log::error!("failed clearing recovery password: {}", err), Sep 21 05:09:20.989 INFO kablam! | ^^^ Sep 21 05:09:20.989 INFO kablam! | Sep 21 05:09:20.989 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.989 INFO kablam! Sep 21 05:09:20.997 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.997 INFO kablam! --> src/responder/routes.rs:349:17 Sep 21 05:09:20.997 INFO kablam! | Sep 21 05:09:20.997 INFO kablam! 349 | log::debug!("account not retrieved for login: {}", err); Sep 21 05:09:20.997 INFO kablam! | ^^^ Sep 21 05:09:20.997 INFO kablam! | Sep 21 05:09:20.997 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.997 INFO kablam! Sep 21 05:09:20.997 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.997 INFO kablam! --> src/responder/routes.rs:416:21 Sep 21 05:09:20.997 INFO kablam! | Sep 21 05:09:20.997 INFO kablam! 416 | log::debug!("account not retrieved for login: {}", err); Sep 21 05:09:20.998 INFO kablam! | ^^^ Sep 21 05:09:20.998 INFO kablam! | Sep 21 05:09:20.998 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.998 INFO kablam! Sep 21 05:09:20.998 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.998 INFO kablam! --> src/responder/routes.rs:465:17 Sep 21 05:09:20.998 INFO kablam! | Sep 21 05:09:20.998 INFO kablam! 465 | log::debug!( Sep 21 05:09:20.998 INFO kablam! | ^^^ Sep 21 05:09:20.998 INFO kablam! | Sep 21 05:09:20.998 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.998 INFO kablam! Sep 21 05:09:20.999 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:20.999 INFO kablam! --> src/responder/routes.rs:567:13 Sep 21 05:09:20.999 INFO kablam! | Sep 21 05:09:20.999 INFO kablam! 567 | log::debug!("got tracker: {:?}", result); Sep 21 05:09:20.999 INFO kablam! | ^^^ Sep 21 05:09:20.999 INFO kablam! | Sep 21 05:09:20.999 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:20.999 INFO kablam! Sep 21 05:09:21.000 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.000 INFO kablam! --> src/responder/routes.rs:641:9 Sep 21 05:09:21.000 INFO kablam! | Sep 21 05:09:21.000 INFO kablam! 641 | log::debug!( Sep 21 05:09:21.000 INFO kablam! | ^^^ Sep 21 05:09:21.000 INFO kablam! | Sep 21 05:09:21.000 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.000 INFO kablam! Sep 21 05:09:21.000 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.000 INFO kablam! --> src/responder/routes.rs:677:5 Sep 21 05:09:21.000 INFO kablam! | Sep 21 05:09:21.000 INFO kablam! 677 | log::debug!( Sep 21 05:09:21.001 INFO kablam! | ^^^ Sep 21 05:09:21.001 INFO kablam! | Sep 21 05:09:21.001 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.001 INFO kablam! Sep 21 05:09:21.003 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.003 INFO kablam! --> src/responder/routes.rs:918:5 Sep 21 05:09:21.003 INFO kablam! | Sep 21 05:09:21.003 INFO kablam! 918 | log::debug!( Sep 21 05:09:21.003 INFO kablam! | ^^^ Sep 21 05:09:21.003 INFO kablam! | Sep 21 05:09:21.003 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.003 INFO kablam! Sep 21 05:09:21.003 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.003 INFO kablam! --> src/responder/routes.rs:958:5 Sep 21 05:09:21.003 INFO kablam! | Sep 21 05:09:21.003 INFO kablam! 958 | log::debug!( Sep 21 05:09:21.003 INFO kablam! | ^^^ Sep 21 05:09:21.003 INFO kablam! | Sep 21 05:09:21.003 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.003 INFO kablam! Sep 21 05:09:21.005 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.005 INFO kablam! --> src/responder/utilities.rs:83:17 Sep 21 05:09:21.005 INFO kablam! | Sep 21 05:09:21.005 INFO kablam! 83 | log::debug!("got payout #{}: {:?}", index, result); Sep 21 05:09:21.005 INFO kablam! | ^^^ Sep 21 05:09:21.005 INFO kablam! | Sep 21 05:09:21.005 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.005 INFO kablam! Sep 21 05:09:21.006 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.006 INFO kablam! --> src/responder/utilities.rs:143:13 Sep 21 05:09:21.006 INFO kablam! | Sep 21 05:09:21.006 INFO kablam! 143 | log::debug!( Sep 21 05:09:21.006 INFO kablam! | ^^^ Sep 21 05:09:21.006 INFO kablam! | Sep 21 05:09:21.006 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.006 INFO kablam! Sep 21 05:09:21.006 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.006 INFO kablam! --> src/responder/utilities.rs:148:13 Sep 21 05:09:21.006 INFO kablam! | Sep 21 05:09:21.006 INFO kablam! 148 | log::error!( Sep 21 05:09:21.006 INFO kablam! | ^^^ Sep 21 05:09:21.006 INFO kablam! | Sep 21 05:09:21.006 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.006 INFO kablam! Sep 21 05:09:21.006 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.006 INFO kablam! --> src/responder/utilities.rs:182:13 Sep 21 05:09:21.006 INFO kablam! | Sep 21 05:09:21.006 INFO kablam! 182 | log::debug!("sent payout confirmation email to user on: {}", user_email); Sep 21 05:09:21.006 INFO kablam! | ^^^ Sep 21 05:09:21.006 INFO kablam! | Sep 21 05:09:21.006 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.006 INFO kablam! Sep 21 05:09:21.007 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.007 INFO kablam! --> src/responder/utilities.rs:184:13 Sep 21 05:09:21.007 INFO kablam! | Sep 21 05:09:21.007 INFO kablam! 184 | log::error!( Sep 21 05:09:21.007 INFO kablam! | ^^^ Sep 21 05:09:21.007 INFO kablam! | Sep 21 05:09:21.007 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.007 INFO kablam! Sep 21 05:09:21.007 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.007 INFO kablam! --> src/responder/auth_guard.rs:31:21 Sep 21 05:09:21.007 INFO kablam! | Sep 21 05:09:21.007 INFO kablam! 31 | log::debug!("got user_id from cookies: {}", &user_id); Sep 21 05:09:21.007 INFO kablam! | ^^^ Sep 21 05:09:21.007 INFO kablam! | Sep 21 05:09:21.007 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.007 INFO kablam! Sep 21 05:09:21.008 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.008 INFO kablam! --> src/responder/auth_guard.rs:68:5 Sep 21 05:09:21.008 INFO kablam! | Sep 21 05:09:21.008 INFO kablam! 68 | log::debug!( Sep 21 05:09:21.008 INFO kablam! | ^^^ Sep 21 05:09:21.008 INFO kablam! | Sep 21 05:09:21.008 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.008 INFO kablam! Sep 21 05:09:21.009 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.009 INFO kablam! --> src/storage/db.rs:45:5 Sep 21 05:09:21.009 INFO kablam! | Sep 21 05:09:21.009 INFO kablam! 45 | log::debug!("setting up db pool..."); Sep 21 05:09:21.009 INFO kablam! | ^^^ Sep 21 05:09:21.009 INFO kablam! | Sep 21 05:09:21.009 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.009 INFO kablam! Sep 21 05:09:21.009 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.009 INFO kablam! --> src/storage/db.rs:56:5 Sep 21 05:09:21.009 INFO kablam! | Sep 21 05:09:21.009 INFO kablam! 56 | log::debug!("db pool configured"); Sep 21 05:09:21.009 INFO kablam! | ^^^ Sep 21 05:09:21.009 INFO kablam! | Sep 21 05:09:21.009 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.009 INFO kablam! Sep 21 05:09:21.025 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.025 INFO kablam! --> src/track/payment.rs:49:5 Sep 21 05:09:21.025 INFO kablam! | Sep 21 05:09:21.026 INFO kablam! 49 | log::debug!( Sep 21 05:09:21.026 INFO kablam! | ^^^ Sep 21 05:09:21.026 INFO kablam! | Sep 21 05:09:21.026 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.026 INFO kablam! Sep 21 05:09:21.026 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.026 INFO kablam! --> src/track/payment.rs:58:9 Sep 21 05:09:21.026 INFO kablam! | Sep 21 05:09:21.026 INFO kablam! 58 | log::debug!( Sep 21 05:09:21.026 INFO kablam! | ^^^ Sep 21 05:09:21.026 INFO kablam! | Sep 21 05:09:21.026 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.026 INFO kablam! Sep 21 05:09:21.026 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.026 INFO kablam! --> src/track/payment.rs:113:9 Sep 21 05:09:21.026 INFO kablam! | Sep 21 05:09:21.026 INFO kablam! 113 | log::warn!( Sep 21 05:09:21.026 INFO kablam! | ^^^ Sep 21 05:09:21.026 INFO kablam! | Sep 21 05:09:21.026 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.026 INFO kablam! Sep 21 05:09:21.027 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.027 INFO kablam! --> src/track/payment.rs:127:5 Sep 21 05:09:21.027 INFO kablam! | Sep 21 05:09:21.027 INFO kablam! 127 | log::debug!("signup handle: {}", tracking_id); Sep 21 05:09:21.027 INFO kablam! | ^^^ Sep 21 05:09:21.027 INFO kablam! | Sep 21 05:09:21.027 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.027 INFO kablam! Sep 21 05:09:21.027 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.027 INFO kablam! --> src/track/payment.rs:152:5 Sep 21 05:09:21.027 INFO kablam! | Sep 21 05:09:21.027 INFO kablam! 152 | log::warn!("signup: {} could not be stored", tracking_id); Sep 21 05:09:21.027 INFO kablam! | ^^^ Sep 21 05:09:21.027 INFO kablam! | Sep 21 05:09:21.027 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.027 INFO kablam! Sep 21 05:09:21.028 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.028 INFO kablam! --> src/track/payment.rs:206:9 Sep 21 05:09:21.028 INFO kablam! | Sep 21 05:09:21.028 INFO kablam! 206 | log::debug!( Sep 21 05:09:21.028 INFO kablam! | ^^^ Sep 21 05:09:21.028 INFO kablam! | Sep 21 05:09:21.028 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.028 INFO kablam! Sep 21 05:09:21.028 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.028 INFO kablam! --> src/track/payment.rs:211:9 Sep 21 05:09:21.028 INFO kablam! | Sep 21 05:09:21.028 INFO kablam! 211 | log::error!( Sep 21 05:09:21.028 INFO kablam! | ^^^ Sep 21 05:09:21.028 INFO kablam! | Sep 21 05:09:21.028 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.028 INFO kablam! Sep 21 05:09:21.028 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.028 INFO kablam! --> src/main.rs:73:13 Sep 21 05:09:21.028 INFO kablam! | Sep 21 05:09:21.028 INFO kablam! 73 | log::debug!("spawn managed thread: {}", $name); Sep 21 05:09:21.029 INFO kablam! | ^^^ Sep 21 05:09:21.029 INFO kablam! | Sep 21 05:09:21.029 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.029 INFO kablam! Sep 21 05:09:21.029 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.029 INFO kablam! --> src/main.rs:88:17 Sep 21 05:09:21.029 INFO kablam! | Sep 21 05:09:21.029 INFO kablam! 88 | log::error!("managed thread crashed ({}), setting it up again", $name); Sep 21 05:09:21.029 INFO kablam! | ^^^ Sep 21 05:09:21.029 INFO kablam! | Sep 21 05:09:21.029 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.029 INFO kablam! Sep 21 05:09:21.029 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.029 INFO kablam! --> src/main.rs:159:5 Sep 21 05:09:21.029 INFO kablam! | Sep 21 05:09:21.029 INFO kablam! 159 | log::info!("starting up"); Sep 21 05:09:21.029 INFO kablam! | ^^^ Sep 21 05:09:21.029 INFO kablam! | Sep 21 05:09:21.030 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.030 INFO kablam! Sep 21 05:09:21.030 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.030 INFO kablam! --> src/main.rs:170:5 Sep 21 05:09:21.030 INFO kablam! | Sep 21 05:09:21.030 INFO kablam! 170 | log::error!("could not start"); Sep 21 05:09:21.030 INFO kablam! | ^^^ Sep 21 05:09:21.030 INFO kablam! | Sep 21 05:09:21.030 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.030 INFO kablam! Sep 21 05:09:21.083 INFO kablam! warning: cannot find type `Account` in this scope Sep 21 05:09:21.083 INFO kablam! --> src/storage/models.rs:12:10 Sep 21 05:09:21.083 INFO kablam! | Sep 21 05:09:21.083 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.083 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.083 INFO kablam! | Sep 21 05:09:21.083 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 05:09:21.083 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.083 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.084 INFO kablam! Sep 21 05:09:21.084 INFO kablam! warning: cannot find type `account` in this scope Sep 21 05:09:21.084 INFO kablam! --> src/storage/models.rs:12:10 Sep 21 05:09:21.084 INFO kablam! | Sep 21 05:09:21.084 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.084 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.084 INFO kablam! | Sep 21 05:09:21.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.084 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.084 INFO kablam! Sep 21 05:09:21.084 INFO kablam! warning: cannot find type `Account` in this scope Sep 21 05:09:21.084 INFO kablam! --> src/storage/models.rs:12:10 Sep 21 05:09:21.084 INFO kablam! | Sep 21 05:09:21.084 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.084 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.084 INFO kablam! | Sep 21 05:09:21.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.084 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.084 INFO kablam! Sep 21 05:09:21.084 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 21 05:09:21.084 INFO kablam! --> src/storage/models.rs:12:24 Sep 21 05:09:21.084 INFO kablam! | Sep 21 05:09:21.084 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.084 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.084 INFO kablam! | Sep 21 05:09:21.084 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.084 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.084 INFO kablam! Sep 21 05:09:21.084 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 05:09:21.084 INFO kablam! --> src/storage/models.rs:12:24 Sep 21 05:09:21.084 INFO kablam! | Sep 21 05:09:21.084 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.084 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.084 INFO kablam! | Sep 21 05:09:21.085 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.085 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.085 INFO kablam! Sep 21 05:09:21.085 INFO kablam! warning: cannot find type `Account` in this scope Sep 21 05:09:21.085 INFO kablam! --> src/storage/models.rs:12:24 Sep 21 05:09:21.085 INFO kablam! | Sep 21 05:09:21.085 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.085 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.085 INFO kablam! | Sep 21 05:09:21.085 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.085 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.085 INFO kablam! Sep 21 05:09:21.085 INFO kablam! warning: cannot find type `Balance` in this scope Sep 21 05:09:21.085 INFO kablam! --> src/storage/models.rs:30:10 Sep 21 05:09:21.085 INFO kablam! | Sep 21 05:09:21.085 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.085 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.085 INFO kablam! | Sep 21 05:09:21.085 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.085 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.085 INFO kablam! Sep 21 05:09:21.085 INFO kablam! warning: cannot find type `balance` in this scope Sep 21 05:09:21.085 INFO kablam! --> src/storage/models.rs:30:10 Sep 21 05:09:21.085 INFO kablam! | Sep 21 05:09:21.085 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.085 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.085 INFO kablam! | Sep 21 05:09:21.085 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.085 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.085 INFO kablam! Sep 21 05:09:21.085 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 21 05:09:21.085 INFO kablam! --> src/storage/models.rs:30:24 Sep 21 05:09:21.085 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.086 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.086 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.086 INFO kablam! Sep 21 05:09:21.086 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 05:09:21.086 INFO kablam! --> src/storage/models.rs:30:24 Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.086 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.086 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.086 INFO kablam! Sep 21 05:09:21.086 INFO kablam! warning: cannot find type `Balance` in this scope Sep 21 05:09:21.086 INFO kablam! --> src/storage/models.rs:30:24 Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.086 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.086 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.086 INFO kablam! Sep 21 05:09:21.086 INFO kablam! warning: cannot find type `Payout` in this scope Sep 21 05:09:21.086 INFO kablam! --> src/storage/models.rs:44:10 Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.086 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.086 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.086 INFO kablam! Sep 21 05:09:21.086 INFO kablam! warning: cannot find type `payout` in this scope Sep 21 05:09:21.086 INFO kablam! --> src/storage/models.rs:44:10 Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.086 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.086 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.086 INFO kablam! Sep 21 05:09:21.086 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 21 05:09:21.086 INFO kablam! --> src/storage/models.rs:44:24 Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.086 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.086 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.086 INFO kablam! Sep 21 05:09:21.086 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 05:09:21.086 INFO kablam! --> src/storage/models.rs:44:24 Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.086 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.086 INFO kablam! | Sep 21 05:09:21.086 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.086 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.087 INFO kablam! Sep 21 05:09:21.087 INFO kablam! warning: cannot find type `Payout` in this scope Sep 21 05:09:21.087 INFO kablam! --> src/storage/models.rs:44:24 Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.087 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.087 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.087 INFO kablam! Sep 21 05:09:21.087 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 21 05:09:21.087 INFO kablam! --> src/storage/models.rs:59:10 Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.087 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.087 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.087 INFO kablam! Sep 21 05:09:21.087 INFO kablam! warning: cannot find type `tracker` in this scope Sep 21 05:09:21.087 INFO kablam! --> src/storage/models.rs:59:10 Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.087 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.087 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.087 INFO kablam! Sep 21 05:09:21.087 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 05:09:21.087 INFO kablam! --> src/storage/models.rs:59:24 Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.087 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.087 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.087 INFO kablam! Sep 21 05:09:21.087 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 21 05:09:21.087 INFO kablam! --> src/storage/models.rs:59:24 Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.087 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.087 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.087 INFO kablam! Sep 21 05:09:21.087 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Sep 21 05:09:21.087 INFO kablam! --> src/storage/models.rs:70:10 Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! 70 | #[derive(AsChangeset)] Sep 21 05:09:21.087 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.087 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.087 INFO kablam! Sep 21 05:09:21.087 INFO kablam! warning: cannot find type `account` in this scope Sep 21 05:09:21.087 INFO kablam! --> src/storage/models.rs:70:10 Sep 21 05:09:21.087 INFO kablam! | Sep 21 05:09:21.087 INFO kablam! 70 | #[derive(AsChangeset)] Sep 21 05:09:21.088 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.088 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.088 INFO kablam! Sep 21 05:09:21.088 INFO kablam! warning: cannot find type `table` in this scope Sep 21 05:09:21.088 INFO kablam! --> :165:33 Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 21 05:09:21.088 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.088 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.088 INFO kablam! Sep 21 05:09:21.088 INFO kablam! warning: cannot find type `id` in this scope Sep 21 05:09:21.088 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.088 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.088 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.088 INFO kablam! Sep 21 05:09:21.088 INFO kablam! warning: cannot find type `email` in this scope Sep 21 05:09:21.088 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.088 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.088 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.088 INFO kablam! Sep 21 05:09:21.088 INFO kablam! warning: cannot find type `password` in this scope Sep 21 05:09:21.088 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.088 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.088 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.088 INFO kablam! Sep 21 05:09:21.088 INFO kablam! warning: cannot find type `recovery` in this scope Sep 21 05:09:21.088 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.088 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.088 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.088 INFO kablam! Sep 21 05:09:21.088 INFO kablam! warning: cannot find type `commission` in this scope Sep 21 05:09:21.088 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.088 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.088 INFO kablam! | Sep 21 05:09:21.088 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.089 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.089 INFO kablam! Sep 21 05:09:21.091 INFO kablam! warning: cannot find type `full_name` in this scope Sep 21 05:09:21.091 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.091 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.091 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.091 INFO kablam! Sep 21 05:09:21.091 INFO kablam! warning: cannot find type `address` in this scope Sep 21 05:09:21.091 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.091 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.091 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.091 INFO kablam! Sep 21 05:09:21.091 INFO kablam! warning: cannot find type `country` in this scope Sep 21 05:09:21.091 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.091 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.091 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.091 INFO kablam! Sep 21 05:09:21.091 INFO kablam! warning: cannot find type `payout_method` in this scope Sep 21 05:09:21.091 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.091 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.091 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.091 INFO kablam! Sep 21 05:09:21.091 INFO kablam! warning: cannot find type `payout_instructions` in this scope Sep 21 05:09:21.091 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.091 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.091 INFO kablam! | Sep 21 05:09:21.091 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.091 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.091 INFO kablam! Sep 21 05:09:21.091 INFO kablam! warning: cannot find type `notify_balance` in this scope Sep 21 05:09:21.092 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.092 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.092 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.092 INFO kablam! Sep 21 05:09:21.092 INFO kablam! warning: cannot find type `created_at` in this scope Sep 21 05:09:21.092 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.092 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.092 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.092 INFO kablam! Sep 21 05:09:21.092 INFO kablam! warning: cannot find type `updated_at` in this scope Sep 21 05:09:21.092 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.092 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.092 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.092 INFO kablam! Sep 21 05:09:21.092 INFO kablam! warning: cannot find type `amount` in this scope Sep 21 05:09:21.092 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.092 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.092 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.092 INFO kablam! Sep 21 05:09:21.092 INFO kablam! warning: cannot find type `currency` in this scope Sep 21 05:09:21.092 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.092 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.092 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.092 INFO kablam! Sep 21 05:09:21.092 INFO kablam! warning: cannot find type `released` in this scope Sep 21 05:09:21.092 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.092 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.092 INFO kablam! | Sep 21 05:09:21.092 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.092 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.092 INFO kablam! Sep 21 05:09:21.092 INFO kablam! warning: cannot find type `trace` in this scope Sep 21 05:09:21.092 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.093 INFO kablam! | Sep 21 05:09:21.093 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.093 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.093 INFO kablam! | Sep 21 05:09:21.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.093 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.093 INFO kablam! Sep 21 05:09:21.093 INFO kablam! warning: cannot find type `account_id` in this scope Sep 21 05:09:21.093 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.093 INFO kablam! | Sep 21 05:09:21.093 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.093 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.093 INFO kablam! | Sep 21 05:09:21.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.093 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.093 INFO kablam! Sep 21 05:09:21.093 INFO kablam! warning: cannot find type `tracker_id` in this scope Sep 21 05:09:21.093 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.093 INFO kablam! | Sep 21 05:09:21.093 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.093 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.093 INFO kablam! | Sep 21 05:09:21.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.093 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.093 INFO kablam! Sep 21 05:09:21.093 INFO kablam! warning: cannot find type `number` in this scope Sep 21 05:09:21.093 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.093 INFO kablam! | Sep 21 05:09:21.093 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.093 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.093 INFO kablam! | Sep 21 05:09:21.093 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.093 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.093 INFO kablam! Sep 21 05:09:21.094 INFO kablam! warning: cannot find type `status` in this scope Sep 21 05:09:21.094 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.094 INFO kablam! | Sep 21 05:09:21.094 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.094 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.094 INFO kablam! | Sep 21 05:09:21.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.094 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.094 INFO kablam! Sep 21 05:09:21.094 INFO kablam! warning: cannot find type `account` in this scope Sep 21 05:09:21.094 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.094 INFO kablam! | Sep 21 05:09:21.094 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.094 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.094 INFO kablam! | Sep 21 05:09:21.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.094 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.094 INFO kablam! Sep 21 05:09:21.094 INFO kablam! warning: cannot find type `invoice_url` in this scope Sep 21 05:09:21.094 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.094 INFO kablam! | Sep 21 05:09:21.094 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.094 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.094 INFO kablam! | Sep 21 05:09:21.094 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.094 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.094 INFO kablam! Sep 21 05:09:21.094 INFO kablam! warning: cannot find type `label` in this scope Sep 21 05:09:21.094 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.094 INFO kablam! | Sep 21 05:09:21.094 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.094 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.094 INFO kablam! | Sep 21 05:09:21.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.095 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.095 INFO kablam! Sep 21 05:09:21.095 INFO kablam! warning: cannot find type `statistics_signups` in this scope Sep 21 05:09:21.095 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.095 INFO kablam! | Sep 21 05:09:21.095 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.095 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.095 INFO kablam! | Sep 21 05:09:21.095 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.095 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.095 INFO kablam! Sep 21 05:09:21.100 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.100 INFO kablam! --> src/config/reader.rs:19:9 Sep 21 05:09:21.100 INFO kablam! | Sep 21 05:09:21.100 INFO kablam! 19 | log::debug!("reading config file: {}", &APP_ARGS.config); Sep 21 05:09:21.101 INFO kablam! | ^^^ Sep 21 05:09:21.101 INFO kablam! | Sep 21 05:09:21.101 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.101 INFO kablam! Sep 21 05:09:21.101 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.101 INFO kablam! --> src/config/reader.rs:28:9 Sep 21 05:09:21.101 INFO kablam! | Sep 21 05:09:21.101 INFO kablam! 28 | log::debug!("read config file: {}", &APP_ARGS.config); Sep 21 05:09:21.101 INFO kablam! | ^^^ Sep 21 05:09:21.101 INFO kablam! | Sep 21 05:09:21.101 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.101 INFO kablam! Sep 21 05:09:21.106 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.106 INFO kablam! --> src/exchange/manager.rs:43:5 Sep 21 05:09:21.106 INFO kablam! | Sep 21 05:09:21.106 INFO kablam! 43 | log::debug!("acquiring updated exchange rates"); Sep 21 05:09:21.106 INFO kablam! | ^^^ Sep 21 05:09:21.106 INFO kablam! | Sep 21 05:09:21.106 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.106 INFO kablam! Sep 21 05:09:21.106 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.106 INFO kablam! --> src/exchange/manager.rs:75:5 Sep 21 05:09:21.106 INFO kablam! | Sep 21 05:09:21.106 INFO kablam! 75 | log::info!( Sep 21 05:09:21.106 INFO kablam! | ^^^ Sep 21 05:09:21.106 INFO kablam! | Sep 21 05:09:21.106 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.107 INFO kablam! Sep 21 05:09:21.107 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.107 INFO kablam! --> src/exchange/manager.rs:56:9 Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! 56 | log::debug!("received updated exchange rates"); Sep 21 05:09:21.107 INFO kablam! | ^^^ Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.107 INFO kablam! Sep 21 05:09:21.107 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.107 INFO kablam! --> src/exchange/manager.rs:66:17 Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! 66 | log::error!("got invalid json when requesting updated exchange rates") Sep 21 05:09:21.107 INFO kablam! | ^^^ Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.107 INFO kablam! Sep 21 05:09:21.107 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.107 INFO kablam! --> src/exchange/manager.rs:69:13 Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! 69 | log::error!("got bad status code when requesting updated exchange rates") Sep 21 05:09:21.107 INFO kablam! | ^^^ Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.107 INFO kablam! Sep 21 05:09:21.107 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.107 INFO kablam! --> src/exchange/manager.rs:60:17 Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! 60 | log::debug!("got updated exchange rates: {:?}", &response_json.rates); Sep 21 05:09:21.107 INFO kablam! | ^^^ Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.107 INFO kablam! Sep 21 05:09:21.107 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.107 INFO kablam! --> src/exchange/manager.rs:72:9 Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! 72 | log::error!("could not request updated exchange rates"); Sep 21 05:09:21.107 INFO kablam! | ^^^ Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.107 INFO kablam! Sep 21 05:09:21.107 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.107 INFO kablam! --> src/exchange/manager.rs:108:9 Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! 108 | log::debug!("running an exchange poll operation..."); Sep 21 05:09:21.107 INFO kablam! | ^^^ Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.107 INFO kablam! Sep 21 05:09:21.107 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.107 INFO kablam! --> src/exchange/manager.rs:112:9 Sep 21 05:09:21.107 INFO kablam! | Sep 21 05:09:21.107 INFO kablam! 112 | log::info!("ran exchange poll operation"); Sep 21 05:09:21.108 INFO kablam! | ^^^ Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.108 INFO kablam! Sep 21 05:09:21.108 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.108 INFO kablam! --> src/notifier/email.rs:34:9 Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! 34 | log::debug!("will send email notification with message: {}", &message); Sep 21 05:09:21.108 INFO kablam! | ^^^ Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.108 INFO kablam! Sep 21 05:09:21.108 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.108 INFO kablam! --> src/notifier/email.rs:83:13 Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! 83 | log::error!("could not build smtp encrypted connector"); Sep 21 05:09:21.108 INFO kablam! | ^^^ Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.108 INFO kablam! Sep 21 05:09:21.108 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.108 INFO kablam! --> src/notifier/email.rs:108:13 Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! 108 | log::error!("could not acquire smtp transport: {}", err); Sep 21 05:09:21.108 INFO kablam! | ^^^ Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.108 INFO kablam! Sep 21 05:09:21.108 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.108 INFO kablam! --> src/responder/routes.rs:337:38 Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! 337 | Ok(_) => log::info!("cleared recovery password"), Sep 21 05:09:21.108 INFO kablam! | ^^^ Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.108 INFO kablam! Sep 21 05:09:21.108 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.108 INFO kablam! --> src/responder/routes.rs:338:41 Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! 338 | Err(err) => log::error!("failed clearing recovery password: {}", err), Sep 21 05:09:21.108 INFO kablam! | ^^^ Sep 21 05:09:21.108 INFO kablam! | Sep 21 05:09:21.108 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.108 INFO kablam! Sep 21 05:09:21.116 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.116 INFO kablam! --> src/responder/routes.rs:349:17 Sep 21 05:09:21.116 INFO kablam! | Sep 21 05:09:21.116 INFO kablam! 349 | log::debug!("account not retrieved for login: {}", err); Sep 21 05:09:21.116 INFO kablam! | ^^^ Sep 21 05:09:21.116 INFO kablam! | Sep 21 05:09:21.116 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.116 INFO kablam! Sep 21 05:09:21.116 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.116 INFO kablam! --> src/responder/routes.rs:416:21 Sep 21 05:09:21.116 INFO kablam! | Sep 21 05:09:21.116 INFO kablam! 416 | log::debug!("account not retrieved for login: {}", err); Sep 21 05:09:21.116 INFO kablam! | ^^^ Sep 21 05:09:21.116 INFO kablam! | Sep 21 05:09:21.116 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.116 INFO kablam! Sep 21 05:09:21.117 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.117 INFO kablam! --> src/responder/routes.rs:465:17 Sep 21 05:09:21.117 INFO kablam! | Sep 21 05:09:21.117 INFO kablam! 465 | log::debug!( Sep 21 05:09:21.117 INFO kablam! | ^^^ Sep 21 05:09:21.117 INFO kablam! | Sep 21 05:09:21.117 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.117 INFO kablam! Sep 21 05:09:21.118 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.118 INFO kablam! --> src/responder/routes.rs:567:13 Sep 21 05:09:21.118 INFO kablam! | Sep 21 05:09:21.118 INFO kablam! 567 | log::debug!("got tracker: {:?}", result); Sep 21 05:09:21.118 INFO kablam! | ^^^ Sep 21 05:09:21.118 INFO kablam! | Sep 21 05:09:21.118 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.118 INFO kablam! Sep 21 05:09:21.119 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.119 INFO kablam! --> src/responder/routes.rs:641:9 Sep 21 05:09:21.119 INFO kablam! | Sep 21 05:09:21.119 INFO kablam! 641 | log::debug!( Sep 21 05:09:21.119 INFO kablam! | ^^^ Sep 21 05:09:21.119 INFO kablam! | Sep 21 05:09:21.119 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.119 INFO kablam! Sep 21 05:09:21.119 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.119 INFO kablam! --> src/responder/routes.rs:677:5 Sep 21 05:09:21.119 INFO kablam! | Sep 21 05:09:21.119 INFO kablam! 677 | log::debug!( Sep 21 05:09:21.119 INFO kablam! | ^^^ Sep 21 05:09:21.119 INFO kablam! | Sep 21 05:09:21.119 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.119 INFO kablam! Sep 21 05:09:21.124 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.124 INFO kablam! --> src/responder/routes.rs:918:5 Sep 21 05:09:21.124 INFO kablam! | Sep 21 05:09:21.124 INFO kablam! 918 | log::debug!( Sep 21 05:09:21.124 INFO kablam! | ^^^ Sep 21 05:09:21.124 INFO kablam! | Sep 21 05:09:21.124 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.124 INFO kablam! Sep 21 05:09:21.126 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.126 INFO kablam! --> src/responder/routes.rs:958:5 Sep 21 05:09:21.126 INFO kablam! | Sep 21 05:09:21.126 INFO kablam! 958 | log::debug!( Sep 21 05:09:21.126 INFO kablam! | ^^^ Sep 21 05:09:21.126 INFO kablam! | Sep 21 05:09:21.126 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.126 INFO kablam! Sep 21 05:09:21.126 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.126 INFO kablam! --> src/responder/utilities.rs:83:17 Sep 21 05:09:21.126 INFO kablam! | Sep 21 05:09:21.126 INFO kablam! 83 | log::debug!("got payout #{}: {:?}", index, result); Sep 21 05:09:21.126 INFO kablam! | ^^^ Sep 21 05:09:21.126 INFO kablam! | Sep 21 05:09:21.126 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.126 INFO kablam! Sep 21 05:09:21.130 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.130 INFO kablam! --> src/responder/utilities.rs:143:13 Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! 143 | log::debug!( Sep 21 05:09:21.130 INFO kablam! | ^^^ Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.130 INFO kablam! Sep 21 05:09:21.130 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.130 INFO kablam! --> src/responder/utilities.rs:148:13 Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! 148 | log::error!( Sep 21 05:09:21.130 INFO kablam! | ^^^ Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.130 INFO kablam! Sep 21 05:09:21.130 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.130 INFO kablam! --> src/responder/utilities.rs:182:13 Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! 182 | log::debug!("sent payout confirmation email to user on: {}", user_email); Sep 21 05:09:21.130 INFO kablam! | ^^^ Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.130 INFO kablam! Sep 21 05:09:21.130 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.130 INFO kablam! --> src/responder/utilities.rs:184:13 Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! 184 | log::error!( Sep 21 05:09:21.130 INFO kablam! | ^^^ Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.130 INFO kablam! Sep 21 05:09:21.130 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.130 INFO kablam! --> src/responder/auth_guard.rs:31:21 Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! 31 | log::debug!("got user_id from cookies: {}", &user_id); Sep 21 05:09:21.130 INFO kablam! | ^^^ Sep 21 05:09:21.130 INFO kablam! | Sep 21 05:09:21.130 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.130 INFO kablam! Sep 21 05:09:21.131 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.131 INFO kablam! --> src/responder/auth_guard.rs:68:5 Sep 21 05:09:21.131 INFO kablam! | Sep 21 05:09:21.131 INFO kablam! 68 | log::debug!( Sep 21 05:09:21.131 INFO kablam! | ^^^ Sep 21 05:09:21.131 INFO kablam! | Sep 21 05:09:21.131 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.131 INFO kablam! Sep 21 05:09:21.131 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.131 INFO kablam! --> src/storage/db.rs:45:5 Sep 21 05:09:21.131 INFO kablam! | Sep 21 05:09:21.132 INFO kablam! 45 | log::debug!("setting up db pool..."); Sep 21 05:09:21.132 INFO kablam! | ^^^ Sep 21 05:09:21.132 INFO kablam! | Sep 21 05:09:21.132 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.132 INFO kablam! Sep 21 05:09:21.132 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.132 INFO kablam! --> src/storage/db.rs:56:5 Sep 21 05:09:21.132 INFO kablam! | Sep 21 05:09:21.132 INFO kablam! 56 | log::debug!("db pool configured"); Sep 21 05:09:21.132 INFO kablam! | ^^^ Sep 21 05:09:21.132 INFO kablam! | Sep 21 05:09:21.132 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.132 INFO kablam! Sep 21 05:09:21.151 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.151 INFO kablam! --> src/track/payment.rs:49:5 Sep 21 05:09:21.151 INFO kablam! | Sep 21 05:09:21.151 INFO kablam! 49 | log::debug!( Sep 21 05:09:21.151 INFO kablam! | ^^^ Sep 21 05:09:21.151 INFO kablam! | Sep 21 05:09:21.151 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.151 INFO kablam! Sep 21 05:09:21.152 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.152 INFO kablam! --> src/track/payment.rs:58:9 Sep 21 05:09:21.152 INFO kablam! | Sep 21 05:09:21.152 INFO kablam! 58 | log::debug!( Sep 21 05:09:21.152 INFO kablam! | ^^^ Sep 21 05:09:21.152 INFO kablam! | Sep 21 05:09:21.152 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.152 INFO kablam! Sep 21 05:09:21.152 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.152 INFO kablam! --> src/track/payment.rs:113:9 Sep 21 05:09:21.152 INFO kablam! | Sep 21 05:09:21.152 INFO kablam! 113 | log::warn!( Sep 21 05:09:21.152 INFO kablam! | ^^^ Sep 21 05:09:21.152 INFO kablam! | Sep 21 05:09:21.152 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.152 INFO kablam! Sep 21 05:09:21.153 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.153 INFO kablam! --> src/track/payment.rs:127:5 Sep 21 05:09:21.153 INFO kablam! | Sep 21 05:09:21.153 INFO kablam! 127 | log::debug!("signup handle: {}", tracking_id); Sep 21 05:09:21.153 INFO kablam! | ^^^ Sep 21 05:09:21.153 INFO kablam! | Sep 21 05:09:21.153 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.153 INFO kablam! Sep 21 05:09:21.153 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.153 INFO kablam! --> src/track/payment.rs:152:5 Sep 21 05:09:21.153 INFO kablam! | Sep 21 05:09:21.153 INFO kablam! 152 | log::warn!("signup: {} could not be stored", tracking_id); Sep 21 05:09:21.153 INFO kablam! | ^^^ Sep 21 05:09:21.153 INFO kablam! | Sep 21 05:09:21.153 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.153 INFO kablam! Sep 21 05:09:21.153 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.153 INFO kablam! --> src/track/payment.rs:206:9 Sep 21 05:09:21.153 INFO kablam! | Sep 21 05:09:21.153 INFO kablam! 206 | log::debug!( Sep 21 05:09:21.153 INFO kablam! | ^^^ Sep 21 05:09:21.154 INFO kablam! | Sep 21 05:09:21.154 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.154 INFO kablam! Sep 21 05:09:21.154 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.154 INFO kablam! --> src/track/payment.rs:211:9 Sep 21 05:09:21.154 INFO kablam! | Sep 21 05:09:21.154 INFO kablam! 211 | log::error!( Sep 21 05:09:21.154 INFO kablam! | ^^^ Sep 21 05:09:21.154 INFO kablam! | Sep 21 05:09:21.154 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.154 INFO kablam! Sep 21 05:09:21.157 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.157 INFO kablam! --> src/main.rs:73:13 Sep 21 05:09:21.157 INFO kablam! | Sep 21 05:09:21.157 INFO kablam! 73 | log::debug!("spawn managed thread: {}", $name); Sep 21 05:09:21.157 INFO kablam! | ^^^ Sep 21 05:09:21.158 INFO kablam! | Sep 21 05:09:21.158 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.158 INFO kablam! Sep 21 05:09:21.158 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.158 INFO kablam! --> src/main.rs:88:17 Sep 21 05:09:21.158 INFO kablam! | Sep 21 05:09:21.158 INFO kablam! 88 | log::error!("managed thread crashed ({}), setting it up again", $name); Sep 21 05:09:21.158 INFO kablam! | ^^^ Sep 21 05:09:21.158 INFO kablam! | Sep 21 05:09:21.158 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.158 INFO kablam! Sep 21 05:09:21.158 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.158 INFO kablam! --> src/main.rs:159:5 Sep 21 05:09:21.158 INFO kablam! | Sep 21 05:09:21.158 INFO kablam! 159 | log::info!("starting up"); Sep 21 05:09:21.158 INFO kablam! | ^^^ Sep 21 05:09:21.158 INFO kablam! | Sep 21 05:09:21.158 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.158 INFO kablam! Sep 21 05:09:21.158 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 21 05:09:21.158 INFO kablam! --> src/main.rs:170:5 Sep 21 05:09:21.158 INFO kablam! | Sep 21 05:09:21.158 INFO kablam! 170 | log::error!("could not start"); Sep 21 05:09:21.158 INFO kablam! | ^^^ Sep 21 05:09:21.158 INFO kablam! | Sep 21 05:09:21.158 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 21 05:09:21.158 INFO kablam! Sep 21 05:09:21.202 INFO kablam! warning: cannot find type `Account` in this scope Sep 21 05:09:21.202 INFO kablam! --> src/storage/models.rs:12:10 Sep 21 05:09:21.202 INFO kablam! | Sep 21 05:09:21.202 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.202 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.202 INFO kablam! | Sep 21 05:09:21.202 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Sep 21 05:09:21.202 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.202 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.202 INFO kablam! Sep 21 05:09:21.202 INFO kablam! warning: cannot find type `account` in this scope Sep 21 05:09:21.202 INFO kablam! --> src/storage/models.rs:12:10 Sep 21 05:09:21.202 INFO kablam! | Sep 21 05:09:21.202 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.202 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.202 INFO kablam! | Sep 21 05:09:21.202 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.202 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.202 INFO kablam! Sep 21 05:09:21.202 INFO kablam! warning: cannot find type `Account` in this scope Sep 21 05:09:21.203 INFO kablam! --> src/storage/models.rs:12:10 Sep 21 05:09:21.203 INFO kablam! | Sep 21 05:09:21.203 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.203 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.203 INFO kablam! | Sep 21 05:09:21.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.203 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.203 INFO kablam! Sep 21 05:09:21.203 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 21 05:09:21.203 INFO kablam! --> src/storage/models.rs:12:24 Sep 21 05:09:21.203 INFO kablam! | Sep 21 05:09:21.203 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.203 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.203 INFO kablam! | Sep 21 05:09:21.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.203 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.203 INFO kablam! Sep 21 05:09:21.203 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 05:09:21.203 INFO kablam! --> src/storage/models.rs:12:24 Sep 21 05:09:21.203 INFO kablam! | Sep 21 05:09:21.203 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.203 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.203 INFO kablam! | Sep 21 05:09:21.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.203 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.203 INFO kablam! Sep 21 05:09:21.203 INFO kablam! warning: cannot find type `Account` in this scope Sep 21 05:09:21.203 INFO kablam! --> src/storage/models.rs:12:24 Sep 21 05:09:21.203 INFO kablam! | Sep 21 05:09:21.203 INFO kablam! 12 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.203 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.203 INFO kablam! | Sep 21 05:09:21.203 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.203 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.203 INFO kablam! Sep 21 05:09:21.204 INFO kablam! warning: cannot find type `Balance` in this scope Sep 21 05:09:21.204 INFO kablam! --> src/storage/models.rs:30:10 Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.204 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.204 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.204 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.204 INFO kablam! Sep 21 05:09:21.204 INFO kablam! warning: cannot find type `balance` in this scope Sep 21 05:09:21.204 INFO kablam! --> src/storage/models.rs:30:10 Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.204 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.204 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.204 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.204 INFO kablam! Sep 21 05:09:21.204 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 21 05:09:21.204 INFO kablam! --> src/storage/models.rs:30:24 Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.204 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.204 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.204 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.204 INFO kablam! Sep 21 05:09:21.204 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 05:09:21.204 INFO kablam! --> src/storage/models.rs:30:24 Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.204 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.204 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.204 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.204 INFO kablam! Sep 21 05:09:21.204 INFO kablam! warning: cannot find type `Balance` in this scope Sep 21 05:09:21.204 INFO kablam! --> src/storage/models.rs:30:24 Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.204 INFO kablam! 30 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.204 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.204 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.204 INFO kablam! Sep 21 05:09:21.204 INFO kablam! warning: cannot find type `Payout` in this scope Sep 21 05:09:21.204 INFO kablam! --> src/storage/models.rs:44:10 Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.204 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.204 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.204 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.204 INFO kablam! Sep 21 05:09:21.204 INFO kablam! warning: cannot find type `payout` in this scope Sep 21 05:09:21.204 INFO kablam! --> src/storage/models.rs:44:10 Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.204 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.204 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.204 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.204 INFO kablam! Sep 21 05:09:21.204 INFO kablam! warning: cannot find type `BigDecimal` in this scope Sep 21 05:09:21.204 INFO kablam! --> src/storage/models.rs:44:24 Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.204 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.204 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.204 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.205 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.205 INFO kablam! Sep 21 05:09:21.205 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 05:09:21.205 INFO kablam! --> src/storage/models.rs:44:24 Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.205 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.205 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.205 INFO kablam! Sep 21 05:09:21.205 INFO kablam! warning: cannot find type `Payout` in this scope Sep 21 05:09:21.205 INFO kablam! --> src/storage/models.rs:44:24 Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! 44 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.205 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.205 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.205 INFO kablam! Sep 21 05:09:21.205 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 21 05:09:21.205 INFO kablam! --> src/storage/models.rs:59:10 Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.205 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.205 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.205 INFO kablam! Sep 21 05:09:21.205 INFO kablam! warning: cannot find type `tracker` in this scope Sep 21 05:09:21.205 INFO kablam! --> src/storage/models.rs:59:10 Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.205 INFO kablam! | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.205 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.205 INFO kablam! Sep 21 05:09:21.205 INFO kablam! warning: cannot find type `NaiveDateTime` in this scope Sep 21 05:09:21.205 INFO kablam! --> src/storage/models.rs:59:24 Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.205 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.205 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.205 INFO kablam! Sep 21 05:09:21.205 INFO kablam! warning: cannot find type `Tracker` in this scope Sep 21 05:09:21.205 INFO kablam! --> src/storage/models.rs:59:24 Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! 59 | #[derive(Identifiable, Queryable, Associations, Debug)] Sep 21 05:09:21.205 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.205 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.205 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.205 INFO kablam! Sep 21 05:09:21.205 INFO kablam! warning: cannot find type `AccountRecoveryUpdate` in this scope Sep 21 05:09:21.205 INFO kablam! --> src/storage/models.rs:70:10 Sep 21 05:09:21.205 INFO kablam! | Sep 21 05:09:21.206 INFO kablam! 70 | #[derive(AsChangeset)] Sep 21 05:09:21.206 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.206 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.206 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.206 INFO kablam! Sep 21 05:09:21.206 INFO kablam! warning: cannot find type `account` in this scope Sep 21 05:09:21.206 INFO kablam! --> src/storage/models.rs:70:10 Sep 21 05:09:21.206 INFO kablam! | Sep 21 05:09:21.206 INFO kablam! 70 | #[derive(AsChangeset)] Sep 21 05:09:21.206 INFO kablam! | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.206 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.206 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.206 INFO kablam! Sep 21 05:09:21.206 INFO kablam! warning: cannot find type `table` in this scope Sep 21 05:09:21.206 INFO kablam! --> :165:33 Sep 21 05:09:21.206 INFO kablam! | Sep 21 05:09:21.206 INFO kablam! 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Sep 21 05:09:21.206 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.206 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.206 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.206 INFO kablam! Sep 21 05:09:21.207 INFO kablam! warning: cannot find type `id` in this scope Sep 21 05:09:21.207 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.207 INFO kablam! | Sep 21 05:09:21.207 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.207 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.207 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.207 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.207 INFO kablam! Sep 21 05:09:21.207 INFO kablam! warning: cannot find type `email` in this scope Sep 21 05:09:21.207 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.207 INFO kablam! | Sep 21 05:09:21.207 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.207 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.208 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.208 INFO kablam! Sep 21 05:09:21.208 INFO kablam! warning: cannot find type `password` in this scope Sep 21 05:09:21.208 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.208 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.208 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.208 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.208 INFO kablam! Sep 21 05:09:21.208 INFO kablam! warning: cannot find type `recovery` in this scope Sep 21 05:09:21.208 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.208 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.208 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.208 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.208 INFO kablam! Sep 21 05:09:21.208 INFO kablam! warning: cannot find type `commission` in this scope Sep 21 05:09:21.208 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.208 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.208 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.208 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.208 INFO kablam! Sep 21 05:09:21.208 INFO kablam! warning: cannot find type `full_name` in this scope Sep 21 05:09:21.208 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.208 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.208 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.208 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.208 INFO kablam! Sep 21 05:09:21.208 INFO kablam! warning: cannot find type `address` in this scope Sep 21 05:09:21.208 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.208 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.208 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.208 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.208 INFO kablam! Sep 21 05:09:21.208 INFO kablam! warning: cannot find type `country` in this scope Sep 21 05:09:21.208 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.208 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.208 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.208 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.208 INFO kablam! Sep 21 05:09:21.208 INFO kablam! warning: cannot find type `payout_method` in this scope Sep 21 05:09:21.208 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.208 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.208 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.208 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.209 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.209 INFO kablam! Sep 21 05:09:21.209 INFO kablam! warning: cannot find type `payout_instructions` in this scope Sep 21 05:09:21.209 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.209 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.209 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.209 INFO kablam! Sep 21 05:09:21.209 INFO kablam! warning: cannot find type `notify_balance` in this scope Sep 21 05:09:21.209 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.209 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.209 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.209 INFO kablam! Sep 21 05:09:21.209 INFO kablam! warning: cannot find type `created_at` in this scope Sep 21 05:09:21.209 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.209 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.209 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.209 INFO kablam! Sep 21 05:09:21.209 INFO kablam! warning: cannot find type `updated_at` in this scope Sep 21 05:09:21.209 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.209 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.209 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.209 INFO kablam! Sep 21 05:09:21.209 INFO kablam! warning: cannot find type `amount` in this scope Sep 21 05:09:21.209 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.209 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.209 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.209 INFO kablam! Sep 21 05:09:21.209 INFO kablam! warning: cannot find type `currency` in this scope Sep 21 05:09:21.209 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.209 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.209 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.209 INFO kablam! Sep 21 05:09:21.209 INFO kablam! warning: cannot find type `released` in this scope Sep 21 05:09:21.209 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.209 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.209 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 21 05:09:21.209 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.209 INFO kablam! Sep 21 05:09:21.209 INFO kablam! warning: cannot find type `trace` in this scope Sep 21 05:09:21.209 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.209 INFO kablam! | Sep 21 05:09:21.210 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.210 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.210 INFO kablam! Sep 21 05:09:21.210 INFO kablam! warning: cannot find type `account_id` in this scope Sep 21 05:09:21.210 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.210 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.210 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.210 INFO kablam! Sep 21 05:09:21.210 INFO kablam! warning: cannot find type `tracker_id` in this scope Sep 21 05:09:21.210 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.210 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.210 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.210 INFO kablam! Sep 21 05:09:21.210 INFO kablam! warning: cannot find type `number` in this scope Sep 21 05:09:21.210 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.210 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.210 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.210 INFO kablam! Sep 21 05:09:21.210 INFO kablam! warning: cannot find type `status` in this scope Sep 21 05:09:21.210 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.210 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.210 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.210 INFO kablam! Sep 21 05:09:21.210 INFO kablam! warning: cannot find type `account` in this scope Sep 21 05:09:21.210 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.210 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.210 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.210 INFO kablam! Sep 21 05:09:21.210 INFO kablam! warning: cannot find type `invoice_url` in this scope Sep 21 05:09:21.210 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.210 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.210 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.210 INFO kablam! Sep 21 05:09:21.210 INFO kablam! warning: cannot find type `label` in this scope Sep 21 05:09:21.210 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.210 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.210 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.210 INFO kablam! Sep 21 05:09:21.210 INFO kablam! warning: cannot find type `statistics_signups` in this scope Sep 21 05:09:21.210 INFO kablam! --> <__diesel_column macros>:5:33 Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.210 INFO kablam! 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Sep 21 05:09:21.210 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Sep 21 05:09:21.210 INFO kablam! | Sep 21 05:09:21.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 21 05:09:21.211 INFO kablam! = note: for more information, see issue #50504 Sep 21 05:09:21.211 INFO kablam! Sep 21 05:09:22.074 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.074 INFO kablam! --> src/responder/routes.rs:313:14 Sep 21 05:09:22.074 INFO kablam! | Sep 21 05:09:22.074 INFO kablam! 313 | .first::(&*db); Sep 21 05:09:22.074 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.074 INFO kablam! | Sep 21 05:09:22.074 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 21 05:09:22.074 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 21 05:09:22.074 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 21 05:09:22.074 INFO kablam! Sep 21 05:09:22.093 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 21 05:09:22.093 INFO kablam! --> src/responder/routes.rs:395:37 Sep 21 05:09:22.093 INFO kablam! | Sep 21 05:09:22.093 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Sep 21 05:09:22.093 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.093 INFO kablam! | Sep 21 05:09:22.093 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 21 05:09:22.093 INFO kablam! Sep 21 05:09:22.096 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 21 05:09:22.096 INFO kablam! --> src/responder/routes.rs:401:14 Sep 21 05:09:22.096 INFO kablam! | Sep 21 05:09:22.096 INFO kablam! 401 | .execute(&*db); Sep 21 05:09:22.096 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.096 INFO kablam! | Sep 21 05:09:22.096 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.096 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.097 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 21 05:09:22.097 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 21 05:09:22.097 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 21 05:09:22.097 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 21 05:09:22.097 INFO kablam! Sep 21 05:09:22.097 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 21 05:09:22.097 INFO kablam! --> src/responder/routes.rs:401:14 Sep 21 05:09:22.097 INFO kablam! | Sep 21 05:09:22.097 INFO kablam! 401 | .execute(&*db); Sep 21 05:09:22.097 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.097 INFO kablam! | Sep 21 05:09:22.097 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.097 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.097 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.097 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 21 05:09:22.097 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 21 05:09:22.097 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 21 05:09:22.097 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 21 05:09:22.097 INFO kablam! Sep 21 05:09:22.099 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.099 INFO kablam! --> src/responder/routes.rs:406:18 Sep 21 05:09:22.099 INFO kablam! | Sep 21 05:09:22.099 INFO kablam! 406 | .first::(&*db); Sep 21 05:09:22.099 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.099 INFO kablam! | Sep 21 05:09:22.099 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 21 05:09:22.099 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 21 05:09:22.099 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 21 05:09:22.099 INFO kablam! Sep 21 05:09:22.109 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.109 INFO kablam! --> src/responder/routes.rs:455:14 Sep 21 05:09:22.109 INFO kablam! | Sep 21 05:09:22.109 INFO kablam! 455 | .first::(&*db); Sep 21 05:09:22.109 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.109 INFO kablam! | Sep 21 05:09:22.109 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 21 05:09:22.109 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 21 05:09:22.109 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.109 INFO kablam! --> src/responder/routes.rs:313:14 Sep 21 05:09:22.109 INFO kablam! | Sep 21 05:09:22.109 INFO kablam! 313 | .first::(&*db); Sep 21 05:09:22.109 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.109 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 21 05:09:22.109 INFO kablam! Sep 21 05:09:22.109 INFO kablam! | Sep 21 05:09:22.109 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 21 05:09:22.109 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 21 05:09:22.109 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 21 05:09:22.109 INFO kablam! Sep 21 05:09:22.121 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.121 INFO kablam! --> src/responder/routes.rs:529:64 Sep 21 05:09:22.121 INFO kablam! | Sep 21 05:09:22.121 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 21 05:09:22.121 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.121 INFO kablam! | Sep 21 05:09:22.121 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 21 05:09:22.121 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 21 05:09:22.121 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 21 05:09:22.121 INFO kablam! Sep 21 05:09:22.126 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 21 05:09:22.126 INFO kablam! --> src/responder/routes.rs:395:37 Sep 21 05:09:22.126 INFO kablam! | Sep 21 05:09:22.126 INFO kablam! 395 | &account_commission.eq(BigDecimal::from( Sep 21 05:09:22.126 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.126 INFO kablam! | Sep 21 05:09:22.126 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 21 05:09:22.126 INFO kablam! Sep 21 05:09:22.131 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 21 05:09:22.131 INFO kablam! --> src/responder/routes.rs:401:14 Sep 21 05:09:22.131 INFO kablam! | Sep 21 05:09:22.131 INFO kablam! 401 | .execute(&*db); Sep 21 05:09:22.131 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.131 INFO kablam! | Sep 21 05:09:22.131 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.131 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.131 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 21 05:09:22.131 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 21 05:09:22.131 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 21 05:09:22.131 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 21 05:09:22.131 INFO kablam! Sep 21 05:09:22.132 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 21 05:09:22.132 INFO kablam! --> src/responder/routes.rs:401:14 Sep 21 05:09:22.132 INFO kablam! | Sep 21 05:09:22.132 INFO kablam! 401 | .execute(&*db); Sep 21 05:09:22.132 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.132 INFO kablam! | Sep 21 05:09:22.132 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.132 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.132 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.132 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 21 05:09:22.132 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 21 05:09:22.132 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 21 05:09:22.132 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 21 05:09:22.132 INFO kablam! Sep 21 05:09:22.134 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.134 INFO kablam! --> src/responder/routes.rs:406:18 Sep 21 05:09:22.134 INFO kablam! | Sep 21 05:09:22.134 INFO kablam! 406 | .first::(&*db); Sep 21 05:09:22.134 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.134 INFO kablam! | Sep 21 05:09:22.134 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 21 05:09:22.134 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 21 05:09:22.134 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 21 05:09:22.134 INFO kablam! Sep 21 05:09:22.135 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.135 INFO kablam! --> src/responder/routes.rs:573:18 Sep 21 05:09:22.135 INFO kablam! | Sep 21 05:09:22.135 INFO kablam! 573 | .first(&*db) Sep 21 05:09:22.135 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.135 INFO kablam! | Sep 21 05:09:22.135 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 21 05:09:22.135 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 21 05:09:22.135 INFO kablam! Sep 21 05:09:22.141 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.141 INFO kablam! --> src/responder/routes.rs:455:14 Sep 21 05:09:22.141 INFO kablam! | Sep 21 05:09:22.141 INFO kablam! 455 | .first::(&*db); Sep 21 05:09:22.141 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.141 INFO kablam! | Sep 21 05:09:22.141 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 21 05:09:22.141 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 21 05:09:22.141 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 21 05:09:22.141 INFO kablam! Sep 21 05:09:22.159 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.159 INFO kablam! --> src/responder/routes.rs:529:64 Sep 21 05:09:22.159 INFO kablam! | Sep 21 05:09:22.159 INFO kablam! 529 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 21 05:09:22.159 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.159 INFO kablam! | Sep 21 05:09:22.159 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 21 05:09:22.159 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 21 05:09:22.159 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 21 05:09:22.159 INFO kablam! Sep 21 05:09:22.170 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.170 INFO kablam! --> src/responder/routes.rs:747:64 Sep 21 05:09:22.170 INFO kablam! | Sep 21 05:09:22.170 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 21 05:09:22.170 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.170 INFO kablam! | Sep 21 05:09:22.170 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 21 05:09:22.170 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 21 05:09:22.170 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 21 05:09:22.170 INFO kablam! Sep 21 05:09:22.176 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.176 INFO kablam! --> src/responder/routes.rs:573:18 Sep 21 05:09:22.176 INFO kablam! | Sep 21 05:09:22.176 INFO kablam! 573 | .first(&*db) Sep 21 05:09:22.176 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.176 INFO kablam! | Sep 21 05:09:22.176 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 21 05:09:22.176 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 21 05:09:22.176 INFO kablam! Sep 21 05:09:22.177 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 21 05:09:22.177 INFO kablam! --> src/responder/routes.rs:793:56 Sep 21 05:09:22.177 INFO kablam! | Sep 21 05:09:22.177 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Sep 21 05:09:22.177 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.177 INFO kablam! | Sep 21 05:09:22.177 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 21 05:09:22.177 INFO kablam! Sep 21 05:09:22.180 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 21 05:09:22.180 INFO kablam! --> src/responder/routes.rs:800:38 Sep 21 05:09:22.180 INFO kablam! | Sep 21 05:09:22.180 INFO kablam! 800 | .execute(&*db); Sep 21 05:09:22.180 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.180 INFO kablam! | Sep 21 05:09:22.180 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.180 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.180 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 21 05:09:22.180 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 21 05:09:22.180 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 21 05:09:22.180 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 21 05:09:22.180 INFO kablam! Sep 21 05:09:22.180 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 21 05:09:22.180 INFO kablam! --> src/responder/routes.rs:800:38 Sep 21 05:09:22.180 INFO kablam! | Sep 21 05:09:22.180 INFO kablam! 800 | .execute(&*db); Sep 21 05:09:22.180 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.180 INFO kablam! | Sep 21 05:09:22.180 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.180 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.180 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.181 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 21 05:09:22.181 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 21 05:09:22.181 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 21 05:09:22.181 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 21 05:09:22.181 INFO kablam! Sep 21 05:09:22.187 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.187 INFO kablam! --> src/responder/routes.rs:845:64 Sep 21 05:09:22.187 INFO kablam! | Sep 21 05:09:22.187 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 21 05:09:22.187 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.187 INFO kablam! | Sep 21 05:09:22.187 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 21 05:09:22.187 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 21 05:09:22.187 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 21 05:09:22.187 INFO kablam! Sep 21 05:09:22.213 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.213 INFO kablam! --> src/responder/routes.rs:747:64 Sep 21 05:09:22.213 INFO kablam! | Sep 21 05:09:22.213 INFO kablam! 747 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 21 05:09:22.213 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.213 INFO kablam! | Sep 21 05:09:22.213 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 21 05:09:22.213 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 21 05:09:22.213 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 21 05:09:22.213 INFO kablam! Sep 21 05:09:22.221 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 21 05:09:22.221 INFO kablam! --> src/responder/routes.rs:793:56 Sep 21 05:09:22.221 INFO kablam! | Sep 21 05:09:22.222 INFO kablam! 793 | &payout_amount.eq(BigDecimal::from(balance_due)), Sep 21 05:09:22.222 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.222 INFO kablam! | Sep 21 05:09:22.222 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 21 05:09:22.222 INFO kablam! Sep 21 05:09:22.225 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.226 INFO kablam! --> src/responder/utilities.rs:38:14 Sep 21 05:09:22.226 INFO kablam! | Sep 21 05:09:22.226 INFO kablam! 38 | .first(&**db) Sep 21 05:09:22.226 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.226 INFO kablam! | Sep 21 05:09:22.226 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 21 05:09:22.226 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 21 05:09:22.226 INFO kablam! Sep 21 05:09:22.226 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 21 05:09:22.226 INFO kablam! --> src/responder/routes.rs:800:38 Sep 21 05:09:22.226 INFO kablam! | Sep 21 05:09:22.226 INFO kablam! 800 | .execute(&*db); Sep 21 05:09:22.226 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.226 INFO kablam! | Sep 21 05:09:22.226 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.226 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.226 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 21 05:09:22.226 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 21 05:09:22.226 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 21 05:09:22.226 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 21 05:09:22.226 INFO kablam! Sep 21 05:09:22.228 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 21 05:09:22.228 INFO kablam! --> src/responder/routes.rs:800:38 Sep 21 05:09:22.228 INFO kablam! | Sep 21 05:09:22.228 INFO kablam! 800 | .execute(&*db); Sep 21 05:09:22.228 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.228 INFO kablam! | Sep 21 05:09:22.228 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.228 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.228 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.228 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 21 05:09:22.228 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 21 05:09:22.228 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 21 05:09:22.228 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 21 05:09:22.228 INFO kablam! Sep 21 05:09:22.232 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.232 INFO kablam! --> src/responder/utilities.rs:77:10 Sep 21 05:09:22.232 INFO kablam! | Sep 21 05:09:22.232 INFO kablam! 77 | .load::(&**db) Sep 21 05:09:22.232 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.232 INFO kablam! | Sep 21 05:09:22.232 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 21 05:09:22.232 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 21 05:09:22.232 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 21 05:09:22.232 INFO kablam! Sep 21 05:09:22.235 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.235 INFO kablam! --> src/responder/routes.rs:845:64 Sep 21 05:09:22.235 INFO kablam! | Sep 21 05:09:22.235 INFO kablam! 845 | let account_result = account.filter(account_id.eq(auth.0)).first::(&*db); Sep 21 05:09:22.235 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.235 INFO kablam! | Sep 21 05:09:22.235 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 21 05:09:22.235 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 21 05:09:22.235 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 21 05:09:22.235 INFO kablam! Sep 21 05:09:22.300 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.300 INFO kablam! --> src/responder/utilities.rs:38:14 Sep 21 05:09:22.300 INFO kablam! | Sep 21 05:09:22.300 INFO kablam! 38 | .first(&**db) Sep 21 05:09:22.300 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.300 INFO kablam! | Sep 21 05:09:22.300 INFO kablam! = note: required because of the requirements on the impl of `diesel::Queryable, diesel::mysql::Mysql>` for `std::option::Option` Sep 21 05:09:22.300 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 21 05:09:22.300 INFO kablam! Sep 21 05:09:22.300 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.300 INFO kablam! --> src/responder/utilities.rs:77:10 Sep 21 05:09:22.300 INFO kablam! | Sep 21 05:09:22.300 INFO kablam! 77 | .load::(&**db) Sep 21 05:09:22.300 INFO kablam! | ^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.300 INFO kablam! | Sep 21 05:09:22.300 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 21 05:09:22.300 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 21 05:09:22.300 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 21 05:09:22.300 INFO kablam! Sep 21 05:09:22.337 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.338 INFO kablam! --> src/track/payment.rs:80:14 Sep 21 05:09:22.338 INFO kablam! | Sep 21 05:09:22.338 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Sep 21 05:09:22.338 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.338 INFO kablam! | Sep 21 05:09:22.338 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 21 05:09:22.338 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 21 05:09:22.338 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 21 05:09:22.338 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 21 05:09:22.338 INFO kablam! Sep 21 05:09:22.339 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 21 05:09:22.339 INFO kablam! --> src/track/payment.rs:91:41 Sep 21 05:09:22.339 INFO kablam! | Sep 21 05:09:22.339 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Sep 21 05:09:22.339 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.339 INFO kablam! | Sep 21 05:09:22.339 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 21 05:09:22.339 INFO kablam! Sep 21 05:09:22.346 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 21 05:09:22.346 INFO kablam! --> src/track/payment.rs:99:22 Sep 21 05:09:22.346 INFO kablam! | Sep 21 05:09:22.346 INFO kablam! 99 | .execute(&**db); Sep 21 05:09:22.346 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.346 INFO kablam! | Sep 21 05:09:22.346 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.346 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.346 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 21 05:09:22.346 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 21 05:09:22.346 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 21 05:09:22.346 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 21 05:09:22.346 INFO kablam! Sep 21 05:09:22.346 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 21 05:09:22.346 INFO kablam! --> src/track/payment.rs:99:22 Sep 21 05:09:22.346 INFO kablam! | Sep 21 05:09:22.346 INFO kablam! 99 | .execute(&**db); Sep 21 05:09:22.346 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.346 INFO kablam! | Sep 21 05:09:22.346 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.346 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.346 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.346 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 21 05:09:22.346 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 21 05:09:22.347 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 21 05:09:22.347 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 21 05:09:22.347 INFO kablam! Sep 21 05:09:22.392 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable` is not satisfied Sep 21 05:09:22.392 INFO kablam! --> src/track/payment.rs:80:14 Sep 21 05:09:22.392 INFO kablam! | Sep 21 05:09:22.392 INFO kablam! 80 | .first::<(Tracker, Account)>(&**db); Sep 21 05:09:22.392 INFO kablam! | ^^^^^ the trait `diesel::Queryable` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.392 INFO kablam! | Sep 21 05:09:22.392 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 21 05:09:22.392 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 21 05:09:22.392 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 21 05:09:22.392 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 21 05:09:22.392 INFO kablam! Sep 21 05:09:22.393 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied Sep 21 05:09:22.393 INFO kablam! --> src/track/payment.rs:91:41 Sep 21 05:09:22.393 INFO kablam! | Sep 21 05:09:22.393 INFO kablam! 91 | &balance_amount.eq(BigDecimal::from(commission_amount)), Sep 21 05:09:22.393 INFO kablam! | ^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.393 INFO kablam! | Sep 21 05:09:22.393 INFO kablam! = note: required because of the requirements on the impl of `diesel::expression::AsExpression` for `bigdecimal::BigDecimal` Sep 21 05:09:22.393 INFO kablam! Sep 21 05:09:22.397 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::AppearsOnTable<()>` is not satisfied Sep 21 05:09:22.397 INFO kablam! --> src/track/payment.rs:99:22 Sep 21 05:09:22.397 INFO kablam! | Sep 21 05:09:22.397 INFO kablam! 99 | .execute(&**db); Sep 21 05:09:22.397 INFO kablam! | ^^^^^^^ the trait `diesel::AppearsOnTable<()>` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.397 INFO kablam! | Sep 21 05:09:22.397 INFO kablam! = note: required because of the requirements on the impl of `diesel::AppearsOnTable<()>` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.397 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.397 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 21 05:09:22.397 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 21 05:09:22.397 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 21 05:09:22.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 21 05:09:22.398 INFO kablam! Sep 21 05:09:22.398 INFO kablam! error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::query_builder::QueryFragment` is not satisfied Sep 21 05:09:22.398 INFO kablam! --> src/track/payment.rs:99:22 Sep 21 05:09:22.398 INFO kablam! | Sep 21 05:09:22.398 INFO kablam! 99 | .execute(&**db); Sep 21 05:09:22.398 INFO kablam! | ^^^^^^^ the trait `diesel::query_builder::QueryFragment` is not implemented for `bigdecimal::BigDecimal` Sep 21 05:09:22.398 INFO kablam! | Sep 21 05:09:22.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `&bigdecimal::BigDecimal` Sep 21 05:09:22.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `diesel::insertable::ColumnInsertValue` Sep 21 05:09:22.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::insertable::InsertValues` for `(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>)` Sep 21 05:09:22.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::ValuesClause<(diesel::insertable::ColumnInsertValue, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>` Sep 21 05:09:22.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_builder::QueryFragment` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 21 05:09:22.398 INFO kablam! = note: required because of the requirements on the impl of `diesel::query_dsl::load_dsl::ExecuteDsl<_, diesel::mysql::Mysql>` for `diesel::query_builder::InsertStatement, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::option::Option>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue, &std::string::String>>, diesel::insertable::ColumnInsertValue>, diesel::insertable::ColumnInsertValue>), storage::schemas::balance::table>>` Sep 21 05:09:22.398 INFO kablam! Sep 21 05:09:22.515 INFO kablam! error: aborting due to 63 previous errors Sep 21 05:09:22.515 INFO kablam! Sep 21 05:09:22.515 INFO kablam! Some errors occurred: E0277, E0658. Sep 21 05:09:22.515 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 05:09:22.530 INFO kablam! error: Could not compile `raider-server`. Sep 21 05:09:22.530 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:09:22.563 INFO kablam! error: aborting due to 63 previous errors Sep 21 05:09:22.563 INFO kablam! Sep 21 05:09:22.563 INFO kablam! Some errors occurred: E0277, E0658. Sep 21 05:09:22.563 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 21 05:09:22.590 INFO kablam! error: Could not compile `raider-server`. Sep 21 05:09:22.590 INFO kablam! Sep 21 05:09:22.590 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:09:22.592 INFO kablam! su: No module specific data is present Sep 21 05:09:23.476 INFO running `"docker" "rm" "-f" "5146fe208527421fa7d19ef0a7a6990441832094754a6786ec744c970a3a3a8d"` Sep 21 05:09:23.536 INFO blam! 5146fe208527421fa7d19ef0a7a6990441832094754a6786ec744c970a3a3a8d