[INFO] cloning repository https://github.com/ItsJustIkenna/DatabaseEngine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ItsJustIkenna/DatabaseEngine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FItsJustIkenna%2FDatabaseEngine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FItsJustIkenna%2FDatabaseEngine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2818bcc512eb1e95a3a1e1a772926ba6c2ad978a
[INFO] checking ItsJustIkenna/DatabaseEngine against try#95813608313bff49cfc1afc393a946a3c085b772 for pr-148946
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FItsJustIkenna%2FDatabaseEngine" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  43% (2535/5866)
Updating files:  44% (2582/5866)
Updating files:  45% (2640/5866)
Updating files:  46% (2699/5866)
Updating files:  47% (2758/5866)
Updating files:  48% (2816/5866)
Updating files:  49% (2875/5866)
Updating files:  50% (2933/5866)
Updating files:  51% (2992/5866)
Updating files:  52% (3051/5866)
Updating files:  53% (3109/5866)
Updating files:  54% (3168/5866)
Updating files:  55% (3227/5866)
Updating files:  56% (3285/5866)
Updating files:  57% (3344/5866)
Updating files:  58% (3403/5866)
Updating files:  59% (3461/5866)
Updating files:  60% (3520/5866)
Updating files:  61% (3579/5866)
Updating files:  62% (3637/5866)
Updating files:  63% (3696/5866)
Updating files:  64% (3755/5866)
Updating files:  65% (3813/5866)
Updating files:  66% (3872/5866)
Updating files:  67% (3931/5866)
Updating files:  68% (3989/5866)
Updating files:  69% (4048/5866)
Updating files:  70% (4107/5866)
Updating files:  71% (4165/5866)
Updating files:  72% (4224/5866)
Updating files:  73% (4283/5866)
Updating files:  74% (4341/5866)
Updating files:  74% (4375/5866)
Updating files:  74% (4394/5866)
Updating files:  74% (4397/5866)
Updating files:  75% (4400/5866)
Updating files:  75% (4411/5866)
Updating files:  76% (4459/5866)
Updating files:  77% (4517/5866)
Updating files:  78% (4576/5866)
Updating files:  78% (4611/5866)
Updating files:  79% (4635/5866)
Updating files:  80% (4693/5866)
Updating files:  80% (4711/5866)
Updating files:  81% (4752/5866)
Updating files:  81% (4767/5866)
Updating files:  81% (4777/5866)
Updating files:  82% (4811/5866)
Updating files:  83% (4869/5866)
Updating files:  84% (4928/5866)
Updating files:  85% (4987/5866)
Updating files:  85% (5043/5866)
Updating files:  86% (5045/5866)
Updating files:  87% (5104/5866)
Updating files:  88% (5163/5866)
Updating files:  89% (5221/5866)
Updating files:  89% (5255/5866)
Updating files:  90% (5280/5866)
Updating files:  90% (5323/5866)
Updating files:  91% (5339/5866)
Updating files:  91% (5350/5866)
Updating files:  92% (5397/5866)
Updating files:  92% (5401/5866)
Updating files:  93% (5456/5866)
Updating files:  94% (5515/5866)
Updating files:  95% (5573/5866)
Updating files:  95% (5579/5866)
Updating files:  96% (5632/5866)
Updating files:  97% (5691/5866)
Updating files:  98% (5749/5866)
Updating files:  98% (5792/5866)
Updating files:  99% (5808/5866)
Updating files: 100% (5866/5866)
Updating files: 100% (5866/5866), done.
[INFO] started tweaking git repo https://github.com/ItsJustIkenna/DatabaseEngine
[INFO] finished tweaking git repo https://github.com/ItsJustIkenna/DatabaseEngine
[INFO] tweaked toml for git repo https://github.com/ItsJustIkenna/DatabaseEngine written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ItsJustIkenna/DatabaseEngine on toolchain 95813608313bff49cfc1afc393a946a3c085b772
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ItsJustIkenna/DatabaseEngine already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa64c8ecbaa45e7e60698f7e0dc260eb59a07834d20ac71fa7c1b4a8b3119a59
[INFO] running `Command { std: "docker" "start" "-a" "aa64c8ecbaa45e7e60698f7e0dc260eb59a07834d20ac71fa7c1b4a8b3119a59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa64c8ecbaa45e7e60698f7e0dc260eb59a07834d20ac71fa7c1b4a8b3119a59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa64c8ecbaa45e7e60698f7e0dc260eb59a07834d20ac71fa7c1b4a8b3119a59", kill_on_drop: false }`
[INFO] [stdout] aa64c8ecbaa45e7e60698f7e0dc260eb59a07834d20ac71fa7c1b4a8b3119a59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ae458fafcbe6dd3095b0c13e9c27b4ce85d7021d3ddbfc7763083647d7d919f
[INFO] running `Command { std: "docker" "start" "-a" "1ae458fafcbe6dd3095b0c13e9c27b4ce85d7021d3ddbfc7763083647d7d919f", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling cc v1.1.14
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]     Checking unicode-properties v0.1.2
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling bigdecimal v0.4.5
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking predicates-core v1.0.8
[INFO] [stderr]    Compiling syn v2.0.76
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling serde_json v1.0.127
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking termtree v0.4.1
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking predicates v3.1.2
[INFO] [stderr]     Checking scoped-futures v0.1.3
[INFO] [stderr]     Checking predicates-tree v1.0.11
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking fragile v2.0.0
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.209
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]     Checking tokio v1.39.3
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling mockall_derive v0.12.1
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling dsl_auto_type v0.1.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling diesel_derives v2.2.3
[INFO] [stderr]     Checking postgres-protocol v0.6.7
[INFO] [stderr]     Checking mockall v0.12.1
[INFO] [stderr]     Checking postgres-types v0.2.7
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking deadpool v0.12.1
[INFO] [stderr]     Checking tokio-retry v0.3.0
[INFO] [stderr]     Checking tokio-postgres v0.7.11
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking postgres-native-tls v0.5.0
[INFO] [stderr]     Checking diesel v2.2.3
[INFO] [stderr]     Checking diesel-async v0.5.0
[INFO] [stderr]     Checking databaseschema v0.1.0 (/opt/rustwide/workdir/databaseschema)
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 18 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(order_books)
[INFO] [stdout] 19 +         .values(&orderbook)
[INFO] [stdout] 20 +         .returning(OrderBook::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 18 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(order_books)
[INFO] [stdout] 19 +         .values(&orderbook)
[INFO] [stdout] 20 +         .returning(OrderBook::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | /     diesel::insert_into(order_books)
[INFO] [stdout] 19 | |         .values(&orderbook)
[INFO] [stdout] 20 | |         .returning(OrderBook::as_returning())
[INFO] [stdout] 21 | |         .get_result(&mut connection)
[INFO] [stdout] 22 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 |         .load::<OrderBook>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 33 -     order_books
[INFO] [stdout] 34 -         .load::<OrderBook>(&mut connection)
[INFO] [stdout] 33 +     diesel::RunQueryDsl::load(order_books, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 33 -     order_books
[INFO] [stdout] 34 -         .load::<OrderBook>(&mut connection)
[INFO] [stdout] 33 +     diesel_async::RunQueryDsl::load(order_books, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     order_books
[INFO] [stdout] 34 | |         .load::<OrderBook>(&mut connection)
[INFO] [stdout] 35 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:48:10
[INFO] [stdout]    |
[INFO] [stdout] 48 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `UpdateStatement<T, U, V, Ret>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 46 ~     diesel_async::RunQueryDsl::get_result(diesel::update(order_books.find(orderbook.order_book_id))
[INFO] [stdout] 47 +         .set(total_volume.eq(volume)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 46 ~     diesel::RunQueryDsl::get_result(diesel::update(order_books.find(orderbook.order_book_id))
[INFO] [stdout] 47 +         .set(total_volume.eq(volume)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | /     diesel::update(order_books.find(orderbook.order_book_id))
[INFO] [stdout] 47 | |         .set(total_volume.eq(volume))
[INFO] [stdout] 48 | |         .get_result(&mut connection)
[INFO] [stdout] 49 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |         .first::<OrderBook>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 60 ~     diesel_async::RunQueryDsl::first(order_books
[INFO] [stdout] 61 +         .filter(exchange_id.eq(xchange_id)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 60 ~     diesel::RunQueryDsl::first(order_books
[INFO] [stdout] 61 +         .filter(exchange_id.eq(xchange_id)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | /     order_books
[INFO] [stdout] 61 | |         .filter(exchange_id.eq(xchange_id))
[INFO] [stdout] 62 | |         .first::<OrderBook>(&mut connection)
[INFO] [stdout] 63 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:76:10
[INFO] [stdout]    |
[INFO] [stdout] 76 |         .first::<OrderBook>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 74 ~     diesel_async::RunQueryDsl::first(order_books
[INFO] [stdout] 75 +         .filter(exchange_id.eq(xchange_id)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 74 ~     diesel::RunQueryDsl::first(order_books
[INFO] [stdout] 75 +         .filter(exchange_id.eq(xchange_id)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     order_books
[INFO] [stdout] 75 | |         .filter(exchange_id.eq(xchange_id))
[INFO] [stdout] 76 | |         .first::<OrderBook>(&mut connection)
[INFO] [stdout] 77 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(open_buy_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(OpenBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(open_buy_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(OpenBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     diesel::insert_into(open_buy_orders)
[INFO] [stdout] 18 | |         .values(&order)
[INFO] [stdout] 19 | |         .returning(OpenBuyOrder::as_returning())
[INFO] [stdout] 20 | |         .get_result(&mut connection)
[INFO] [stdout] 21 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(open_buy_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(OpenBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(open_buy_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(OpenBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     diesel::insert_into(open_buy_orders)
[INFO] [stdout] 34 | |         .values(&orders)
[INFO] [stdout] 35 | |         .returning(OpenBuyOrder::as_returning())
[INFO] [stdout] 36 | |         .get_results(&mut connection)
[INFO] [stdout] 37 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(open_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel::RunQueryDsl::execute(diesel::delete(open_buy_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(open_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel_async::RunQueryDsl::execute(diesel::delete(open_buy_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | /     diesel::delete(open_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 | |         .execute(&mut connection)
[INFO] [stdout] 50 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel::RunQueryDsl::execute(diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel_async::RunQueryDsl::execute(diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 | |         .execute(&mut connection)
[INFO] [stdout] 63 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 |         .load::<OpenBuyOrder>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 74 -     open_buy_orders
[INFO] [stdout] 75 -         .load::<OpenBuyOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel::RunQueryDsl::load(open_buy_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 74 -     open_buy_orders
[INFO] [stdout] 75 -         .load::<OpenBuyOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel_async::RunQueryDsl::load(open_buy_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     open_buy_orders
[INFO] [stdout] 75 | |         .load::<OpenBuyOrder>(&mut connection)
[INFO] [stdout] 76 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel_async::RunQueryDsl::first(open_buy_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(buy_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel::RunQueryDsl::first(open_buy_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(buy_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     open_buy_orders
[INFO] [stdout] 88 | |         .select(diesel::dsl::sum(buy_quantity))
[INFO] [stdout] 89 | |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout] 90 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(open_sell_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(OpenSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(open_sell_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(OpenSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     diesel::insert_into(open_sell_orders)
[INFO] [stdout] 18 | |         .values(&order)
[INFO] [stdout] 19 | |         .returning(OpenSellOrder::as_returning())
[INFO] [stdout] 20 | |         .get_result(&mut connection)
[INFO] [stdout] 21 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(open_sell_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(OpenSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(open_sell_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(OpenSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     diesel::insert_into(open_sell_orders)
[INFO] [stdout] 34 | |         .values(&orders)
[INFO] [stdout] 35 | |         .returning(OpenSellOrder::as_returning())
[INFO] [stdout] 36 | |         .get_results(&mut connection)
[INFO] [stdout] 37 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(open_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel::RunQueryDsl::execute(diesel::delete(open_sell_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(open_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel_async::RunQueryDsl::execute(diesel::delete(open_sell_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | /     diesel::delete(open_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 | |         .execute(&mut connection)
[INFO] [stdout] 50 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel::RunQueryDsl::execute(diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel_async::RunQueryDsl::execute(diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 | |         .execute(&mut connection)
[INFO] [stdout] 63 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 |         .load::<OpenSellOrder>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 74 -     open_sell_orders
[INFO] [stdout] 75 -         .load::<OpenSellOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel::RunQueryDsl::load(open_sell_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 74 -     open_sell_orders
[INFO] [stdout] 75 -         .load::<OpenSellOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel_async::RunQueryDsl::load(open_sell_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     open_sell_orders
[INFO] [stdout] 75 | |         .load::<OpenSellOrder>(&mut connection)
[INFO] [stdout] 76 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel_async::RunQueryDsl::first(open_sell_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(sell_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel::RunQueryDsl::first(open_sell_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(sell_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     open_sell_orders
[INFO] [stdout] 88 | |         .select(diesel::dsl::sum(sell_quantity))
[INFO] [stdout] 89 | |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout] 90 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 18 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(order_books)
[INFO] [stdout] 19 +         .values(&orderbook)
[INFO] [stdout] 20 +         .returning(OrderBook::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 18 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(order_books)
[INFO] [stdout] 19 +         .values(&orderbook)
[INFO] [stdout] 20 +         .returning(OrderBook::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | /     diesel::insert_into(order_books)
[INFO] [stdout] 19 | |         .values(&orderbook)
[INFO] [stdout] 20 | |         .returning(OrderBook::as_returning())
[INFO] [stdout] 21 | |         .get_result(&mut connection)
[INFO] [stdout] 22 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 |         .load::<OrderBook>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 33 -     order_books
[INFO] [stdout] 34 -         .load::<OrderBook>(&mut connection)
[INFO] [stdout] 33 +     diesel::RunQueryDsl::load(order_books, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 33 -     order_books
[INFO] [stdout] 34 -         .load::<OrderBook>(&mut connection)
[INFO] [stdout] 33 +     diesel_async::RunQueryDsl::load(order_books, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     order_books
[INFO] [stdout] 34 | |         .load::<OrderBook>(&mut connection)
[INFO] [stdout] 35 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:48:10
[INFO] [stdout]    |
[INFO] [stdout] 48 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `UpdateStatement<T, U, V, Ret>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 46 ~     diesel_async::RunQueryDsl::get_result(diesel::update(order_books.find(orderbook.order_book_id))
[INFO] [stdout] 47 +         .set(total_volume.eq(volume)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 46 ~     diesel::RunQueryDsl::get_result(diesel::update(order_books.find(orderbook.order_book_id))
[INFO] [stdout] 47 +         .set(total_volume.eq(volume)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | /     diesel::update(order_books.find(orderbook.order_book_id))
[INFO] [stdout] 47 | |         .set(total_volume.eq(volume))
[INFO] [stdout] 48 | |         .get_result(&mut connection)
[INFO] [stdout] 49 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |         .first::<OrderBook>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 60 ~     diesel_async::RunQueryDsl::first(order_books
[INFO] [stdout] 61 +         .filter(exchange_id.eq(xchange_id)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 60 ~     diesel::RunQueryDsl::first(order_books
[INFO] [stdout] 61 +         .filter(exchange_id.eq(xchange_id)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | /     order_books
[INFO] [stdout] 61 | |         .filter(exchange_id.eq(xchange_id))
[INFO] [stdout] 62 | |         .first::<OrderBook>(&mut connection)
[INFO] [stdout] 63 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(ModifiedBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(ModifiedBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:76:10
[INFO] [stdout]    |
[INFO] [stdout] 76 |         .first::<OrderBook>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 74 ~     diesel_async::RunQueryDsl::first(order_books
[INFO] [stdout] 75 +         .filter(exchange_id.eq(xchange_id)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 74 ~     diesel::RunQueryDsl::first(order_books
[INFO] [stdout] 75 +         .filter(exchange_id.eq(xchange_id)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 18 | |         .values(&order)
[INFO] [stdout] 19 | |         .returning(ModifiedBuyOrder::as_returning())
[INFO] [stdout] 20 | |         .get_result(&mut connection)
[INFO] [stdout] 21 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/order_book_ops.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     order_books
[INFO] [stdout] 75 | |         .filter(exchange_id.eq(xchange_id))
[INFO] [stdout] 76 | |         .first::<OrderBook>(&mut connection)
[INFO] [stdout] 77 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(ModifiedBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(ModifiedBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 34 | |         .values(&orders)
[INFO] [stdout] 35 | |         .returning(ModifiedBuyOrder::as_returning())
[INFO] [stdout] 36 | |         .get_results(&mut connection)
[INFO] [stdout] 37 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(open_buy_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(OpenBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(open_buy_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(OpenBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     diesel::insert_into(open_buy_orders)
[INFO] [stdout] 18 | |         .values(&order)
[INFO] [stdout] 19 | |         .returning(OpenBuyOrder::as_returning())
[INFO] [stdout] 20 | |         .get_result(&mut connection)
[INFO] [stdout] 21 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(modified_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel::RunQueryDsl::execute(diesel::delete(modified_buy_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(modified_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel_async::RunQueryDsl::execute(diesel::delete(modified_buy_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | /     diesel::delete(modified_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 | |         .execute(&mut connection)
[INFO] [stdout] 50 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel::RunQueryDsl::execute(diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel_async::RunQueryDsl::execute(diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 | |         .execute(&mut connection)
[INFO] [stdout] 63 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 |         .load::<ModifiedBuyOrder>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 74 -     modified_buy_orders
[INFO] [stdout] 75 -         .load::<ModifiedBuyOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel::RunQueryDsl::load(modified_buy_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 74 -     modified_buy_orders
[INFO] [stdout] 75 -         .load::<ModifiedBuyOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel_async::RunQueryDsl::load(modified_buy_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     modified_buy_orders
[INFO] [stdout] 75 | |         .load::<ModifiedBuyOrder>(&mut connection)
[INFO] [stdout] 76 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(open_buy_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(OpenBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(open_buy_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(OpenBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     diesel::insert_into(open_buy_orders)
[INFO] [stdout] 34 | |         .values(&orders)
[INFO] [stdout] 35 | |         .returning(OpenBuyOrder::as_returning())
[INFO] [stdout] 36 | |         .get_results(&mut connection)
[INFO] [stdout] 37 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(open_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel::RunQueryDsl::execute(diesel::delete(open_buy_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(open_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel_async::RunQueryDsl::execute(diesel::delete(open_buy_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | /     diesel::delete(open_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 | |         .execute(&mut connection)
[INFO] [stdout] 50 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel_async::RunQueryDsl::first(modified_buy_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(new_buy_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel::RunQueryDsl::first(modified_buy_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(new_buy_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     modified_buy_orders
[INFO] [stdout] 88 | |         .select(diesel::dsl::sum(new_buy_quantity))
[INFO] [stdout] 89 | |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout] 90 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel::RunQueryDsl::execute(diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel_async::RunQueryDsl::execute(diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     diesel::delete(open_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 | |         .execute(&mut connection)
[INFO] [stdout] 63 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 |         .load::<OpenBuyOrder>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 74 -     open_buy_orders
[INFO] [stdout] 75 -         .load::<OpenBuyOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel::RunQueryDsl::load(open_buy_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 74 -     open_buy_orders
[INFO] [stdout] 75 -         .load::<OpenBuyOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel_async::RunQueryDsl::load(open_buy_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     open_buy_orders
[INFO] [stdout] 75 | |         .load::<OpenBuyOrder>(&mut connection)
[INFO] [stdout] 76 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel_async::RunQueryDsl::first(open_buy_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(buy_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel::RunQueryDsl::first(open_buy_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(buy_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_buy_order_ops.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     open_buy_orders
[INFO] [stdout] 88 | |         .select(diesel::dsl::sum(buy_quantity))
[INFO] [stdout] 89 | |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout] 90 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 24 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 25 +         .values(&order)
[INFO] [stdout] 26 +         .returning(ModifiedSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 24 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 25 +         .values(&order)
[INFO] [stdout] 26 +         .returning(ModifiedSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | /     diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 25 | |         .values(&order)
[INFO] [stdout] 26 | |         .returning(ModifiedSellOrder::as_returning())
[INFO] [stdout] 27 | |         .get_result(&mut connection)
[INFO] [stdout] 28 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 43 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 44 +         .values(&orders)
[INFO] [stdout] 45 +         .returning(ModifiedSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 43 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 44 +         .values(&orders)
[INFO] [stdout] 45 +         .returning(ModifiedSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | /     diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 44 | |         .values(&orders)
[INFO] [stdout] 45 | |         .returning(ModifiedSellOrder::as_returning())
[INFO] [stdout] 46 | |         .get_results(&mut connection)
[INFO] [stdout] 47 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 58 -     diesel::delete(modified_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 59 -         .execute(&mut connection)
[INFO] [stdout] 58 +     diesel::RunQueryDsl::execute(diesel::delete(modified_sell_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 58 -     diesel::delete(modified_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 59 -         .execute(&mut connection)
[INFO] [stdout] 58 +     diesel_async::RunQueryDsl::execute(diesel::delete(modified_sell_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 | /     diesel::delete(modified_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 59 | |         .execute(&mut connection)
[INFO] [stdout] 60 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:72:10
[INFO] [stdout]    |
[INFO] [stdout] 72 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 71 -     diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 72 -         .execute(&mut connection)
[INFO] [stdout] 71 +     diesel::RunQueryDsl::execute(diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 71 -     diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 72 -         .execute(&mut connection)
[INFO] [stdout] 71 +     diesel_async::RunQueryDsl::execute(diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 72 | |         .execute(&mut connection)
[INFO] [stdout] 73 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |         .load::<ModifiedSellOrder>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 84 -     modified_sell_orders
[INFO] [stdout] 85 -         .load::<ModifiedSellOrder>(&mut connection)
[INFO] [stdout] 84 +     diesel::RunQueryDsl::load(modified_sell_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 84 -     modified_sell_orders
[INFO] [stdout] 85 -         .load::<ModifiedSellOrder>(&mut connection)
[INFO] [stdout] 84 +     diesel_async::RunQueryDsl::load(modified_sell_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 | /     modified_sell_orders
[INFO] [stdout] 85 | |         .load::<ModifiedSellOrder>(&mut connection)
[INFO] [stdout] 86 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 97 ~     diesel_async::RunQueryDsl::first(modified_sell_orders
[INFO] [stdout] 98 +         .select(diesel::dsl::sum(new_sell_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 97 ~     diesel::RunQueryDsl::first(modified_sell_orders
[INFO] [stdout] 98 +         .select(diesel::dsl::sum(new_sell_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> databaseschema/src/ops/modified_sell_order_ops.rs:97:5
[INFO] [stdout]     |
[INFO] [stdout]  97 | /     modified_sell_orders
[INFO] [stdout]  98 | |         .select(diesel::dsl::sum(new_sell_quantity))
[INFO] [stdout]  99 | |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout] 100 | |         .await
[INFO] [stdout]     | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(open_sell_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(OpenSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(open_sell_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(OpenSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     diesel::insert_into(open_sell_orders)
[INFO] [stdout] 18 | |         .values(&order)
[INFO] [stdout] 19 | |         .returning(OpenSellOrder::as_returning())
[INFO] [stdout] 20 | |         .get_result(&mut connection)
[INFO] [stdout] 21 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(open_sell_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(OpenSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(open_sell_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(OpenSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     diesel::insert_into(open_sell_orders)
[INFO] [stdout] 34 | |         .values(&orders)
[INFO] [stdout] 35 | |         .returning(OpenSellOrder::as_returning())
[INFO] [stdout] 36 | |         .get_results(&mut connection)
[INFO] [stdout] 37 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(open_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel::RunQueryDsl::execute(diesel::delete(open_sell_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(open_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel_async::RunQueryDsl::execute(diesel::delete(open_sell_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | /     diesel::delete(open_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 | |         .execute(&mut connection)
[INFO] [stdout] 50 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel::RunQueryDsl::execute(diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel_async::RunQueryDsl::execute(diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     diesel::delete(open_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 | |         .execute(&mut connection)
[INFO] [stdout] 63 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 |         .load::<OpenSellOrder>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 74 -     open_sell_orders
[INFO] [stdout] 75 -         .load::<OpenSellOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel::RunQueryDsl::load(open_sell_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 74 -     open_sell_orders
[INFO] [stdout] 75 -         .load::<OpenSellOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel_async::RunQueryDsl::load(open_sell_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     open_sell_orders
[INFO] [stdout] 75 | |         .load::<OpenSellOrder>(&mut connection)
[INFO] [stdout] 76 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel_async::RunQueryDsl::first(open_sell_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(sell_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel::RunQueryDsl::first(open_sell_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(sell_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/open_sell_order_ops.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     open_sell_orders
[INFO] [stdout] 88 | |         .select(diesel::dsl::sum(sell_quantity))
[INFO] [stdout] 89 | |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout] 90 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 14 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(securities)
[INFO] [stdout] 15 +         .values(&new_security)
[INFO] [stdout] 16 +         .returning(Security::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 14 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(securities)
[INFO] [stdout] 15 +         .values(&new_security)
[INFO] [stdout] 16 +         .returning(Security::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     diesel::insert_into(securities)
[INFO] [stdout] 15 | |         .values(&new_security)
[INFO] [stdout] 16 | |         .returning(Security::as_returning())
[INFO] [stdout] 17 | |         .get_result(&mut connection)
[INFO] [stdout] 18 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 |         .load::<Security>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 27 -     securities
[INFO] [stdout] 28 -         .load::<Security>(&mut connection)
[INFO] [stdout] 27 +     diesel::RunQueryDsl::load(securities, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 27 -     securities
[INFO] [stdout] 28 -         .load::<Security>(&mut connection)
[INFO] [stdout] 27 +     diesel_async::RunQueryDsl::load(securities, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | /     securities
[INFO] [stdout] 28 | |         .load::<Security>(&mut connection)
[INFO] [stdout] 29 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 |         .first::<Security>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 38 ~     diesel_async::RunQueryDsl::first(securities
[INFO] [stdout] 39 +         .find(get_security.security_id), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 38 ~     diesel::RunQueryDsl::first(securities
[INFO] [stdout] 39 +         .find(get_security.security_id), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | /     securities
[INFO] [stdout] 39 | |         .find(get_security.security_id)
[INFO] [stdout] 40 | |         .first::<Security>(&mut connection)
[INFO] [stdout] 41 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:52:10
[INFO] [stdout]    |
[INFO] [stdout] 52 |         .first::<Security>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 50 ~     diesel_async::RunQueryDsl::first(securities
[INFO] [stdout] 51 +         .filter(symbol.eq(sym)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 50 ~     diesel::RunQueryDsl::first(securities
[INFO] [stdout] 51 +         .filter(symbol.eq(sym)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | /     securities
[INFO] [stdout] 51 | |         .filter(symbol.eq(sym))
[INFO] [stdout] 52 | |         .first::<Security>(&mut connection)
[INFO] [stdout] 53 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:64:10
[INFO] [stdout]    |
[INFO] [stdout] 64 |         .first::<Security>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 62 ~     diesel_async::RunQueryDsl::first(securities
[INFO] [stdout] 63 +         .filter(symbol.eq(sym)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 62 ~     diesel::RunQueryDsl::first(securities
[INFO] [stdout] 63 +         .filter(symbol.eq(sym)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 | /     securities
[INFO] [stdout] 63 | |         .filter(symbol.eq(sym))
[INFO] [stdout] 64 | |         .first::<Security>(&mut connection)
[INFO] [stdout] 65 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 13 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(exchanges)
[INFO] [stdout] 14 +         .values(&new_exchange)
[INFO] [stdout] 15 +         .returning(Exchange::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 13 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(exchanges)
[INFO] [stdout] 14 +         .values(&new_exchange)
[INFO] [stdout] 15 +         .returning(Exchange::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     diesel::insert_into(exchanges)
[INFO] [stdout] 14 | |         .values(&new_exchange)
[INFO] [stdout] 15 | |         .returning(Exchange::as_returning())
[INFO] [stdout] 16 | |         .get_result(&mut connection)
[INFO] [stdout] 17 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 |         .load::<Exchange>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 26 -     exchanges
[INFO] [stdout] 27 -         .load::<Exchange>(&mut connection)
[INFO] [stdout] 26 +     diesel::RunQueryDsl::load(exchanges, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 26 -     exchanges
[INFO] [stdout] 27 -         .load::<Exchange>(&mut connection)
[INFO] [stdout] 26 +     diesel_async::RunQueryDsl::load(exchanges, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | /     exchanges
[INFO] [stdout] 27 | |         .load::<Exchange>(&mut connection)
[INFO] [stdout] 28 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 |         .first::<Exchange>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 37 ~     diesel_async::RunQueryDsl::first(exchanges
[INFO] [stdout] 38 +         .find(get_exchange.exchange_id), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 37 ~     diesel::RunQueryDsl::first(exchanges
[INFO] [stdout] 38 +         .find(get_exchange.exchange_id), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | /     exchanges
[INFO] [stdout] 38 | |         .find(get_exchange.exchange_id)
[INFO] [stdout] 39 | |         .first::<Exchange>(&mut connection)
[INFO] [stdout] 40 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 51 |         .first::<Exchange>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 49 ~     diesel_async::RunQueryDsl::first(exchanges
[INFO] [stdout] 50 +         .filter(exchange.eq(name)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 49 ~     diesel::RunQueryDsl::first(exchanges
[INFO] [stdout] 50 +         .filter(exchange.eq(name)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | /     exchanges
[INFO] [stdout] 50 | |         .filter(exchange.eq(name))
[INFO] [stdout] 51 | |         .first::<Exchange>(&mut connection)
[INFO] [stdout] 52 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(ModifiedBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 17 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 18 +         .values(&order)
[INFO] [stdout] 19 +         .returning(ModifiedBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:63:10
[INFO] [stdout]    |
[INFO] [stdout] 63 |         .first::<Exchange>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 61 ~     diesel_async::RunQueryDsl::first(exchanges
[INFO] [stdout] 62 +         .filter(exchange.eq(name)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 61 ~     diesel::RunQueryDsl::first(exchanges
[INFO] [stdout] 62 +         .filter(exchange.eq(name)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /     diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 18 | |         .values(&order)
[INFO] [stdout] 19 | |         .returning(ModifiedBuyOrder::as_returning())
[INFO] [stdout] 20 | |         .get_result(&mut connection)
[INFO] [stdout] 21 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     exchanges
[INFO] [stdout] 62 | |         .filter(exchange.eq(name))
[INFO] [stdout] 63 | |         .first::<Exchange>(&mut connection)
[INFO] [stdout] 64 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(ModifiedBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 33 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 34 +         .values(&orders)
[INFO] [stdout] 35 +         .returning(ModifiedBuyOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | /     diesel::insert_into(modified_buy_orders)
[INFO] [stdout] 34 | |         .values(&orders)
[INFO] [stdout] 35 | |         .returning(ModifiedBuyOrder::as_returning())
[INFO] [stdout] 36 | |         .get_results(&mut connection)
[INFO] [stdout] 37 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/trades_ops.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 15 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(trades)
[INFO] [stdout] 16 +         .values(&orders)
[INFO] [stdout] 17 +         .returning(Trade::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 15 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(trades)
[INFO] [stdout] 16 +         .values(&orders)
[INFO] [stdout] 17 +         .returning(Trade::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/trades_ops.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | /     diesel::insert_into(trades)
[INFO] [stdout] 16 | |         .values(&orders)
[INFO] [stdout] 17 | |         .returning(Trade::as_returning())
[INFO] [stdout] 18 | |         .get_results(&mut connection)
[INFO] [stdout] 19 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:49:10
[INFO] [stdout]    |
[INFO] [stdout] 49 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(modified_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel::RunQueryDsl::execute(diesel::delete(modified_buy_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 48 -     diesel::delete(modified_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 -         .execute(&mut connection)
[INFO] [stdout] 48 +     diesel_async::RunQueryDsl::execute(diesel::delete(modified_buy_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | /     diesel::delete(modified_buy_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 49 | |         .execute(&mut connection)
[INFO] [stdout] 50 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel::RunQueryDsl::execute(diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 61 -     diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 -         .execute(&mut connection)
[INFO] [stdout] 61 +     diesel_async::RunQueryDsl::execute(diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     diesel::delete(modified_buy_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 62 | |         .execute(&mut connection)
[INFO] [stdout] 63 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 |         .load::<ModifiedBuyOrder>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 74 -     modified_buy_orders
[INFO] [stdout] 75 -         .load::<ModifiedBuyOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel::RunQueryDsl::load(modified_buy_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 74 -     modified_buy_orders
[INFO] [stdout] 75 -         .load::<ModifiedBuyOrder>(&mut connection)
[INFO] [stdout] 74 +     diesel_async::RunQueryDsl::load(modified_buy_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | /     modified_buy_orders
[INFO] [stdout] 75 | |         .load::<ModifiedBuyOrder>(&mut connection)
[INFO] [stdout] 76 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel_async::RunQueryDsl::first(modified_buy_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(new_buy_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     diesel::RunQueryDsl::first(modified_buy_orders
[INFO] [stdout] 88 +         .select(diesel::dsl::sum(new_buy_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_buy_order_ops.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     modified_buy_orders
[INFO] [stdout] 88 | |         .select(diesel::dsl::sum(new_buy_quantity))
[INFO] [stdout] 89 | |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout] 90 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 24 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 25 +         .values(&order)
[INFO] [stdout] 26 +         .returning(ModifiedSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 24 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 25 +         .values(&order)
[INFO] [stdout] 26 +         .returning(ModifiedSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | /     diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 25 | |         .values(&order)
[INFO] [stdout] 26 | |         .returning(ModifiedSellOrder::as_returning())
[INFO] [stdout] 27 | |         .get_result(&mut connection)
[INFO] [stdout] 28 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 43 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 44 +         .values(&orders)
[INFO] [stdout] 45 +         .returning(ModifiedSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 43 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 44 +         .values(&orders)
[INFO] [stdout] 45 +         .returning(ModifiedSellOrder::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | /     diesel::insert_into(modified_sell_orders)
[INFO] [stdout] 44 | |         .values(&orders)
[INFO] [stdout] 45 | |         .returning(ModifiedSellOrder::as_returning())
[INFO] [stdout] 46 | |         .get_results(&mut connection)
[INFO] [stdout] 47 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 58 -     diesel::delete(modified_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 59 -         .execute(&mut connection)
[INFO] [stdout] 58 +     diesel::RunQueryDsl::execute(diesel::delete(modified_sell_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 58 -     diesel::delete(modified_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 59 -         .execute(&mut connection)
[INFO] [stdout] 58 +     diesel_async::RunQueryDsl::execute(diesel::delete(modified_sell_orders.filter(unique_id.eq(id))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 | /     diesel::delete(modified_sell_orders.filter(unique_id.eq(id)))
[INFO] [stdout] 59 | |         .execute(&mut connection)
[INFO] [stdout] 60 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:72:10
[INFO] [stdout]    |
[INFO] [stdout] 72 |         .execute(&mut connection)
[INFO] [stdout]    |          ^^^^^^^ multiple `execute` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `DeleteStatement<T, U, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 71 -     diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 72 -         .execute(&mut connection)
[INFO] [stdout] 71 +     diesel::RunQueryDsl::execute(diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 71 -     diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 72 -         .execute(&mut connection)
[INFO] [stdout] 71 +     diesel_async::RunQueryDsl::execute(diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids))), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     diesel::delete(modified_sell_orders.filter(unique_id.eq_any(ids)))
[INFO] [stdout] 72 | |         .execute(&mut connection)
[INFO] [stdout] 73 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |         .load::<ModifiedSellOrder>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 84 -     modified_sell_orders
[INFO] [stdout] 85 -         .load::<ModifiedSellOrder>(&mut connection)
[INFO] [stdout] 84 +     diesel::RunQueryDsl::load(modified_sell_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 84 -     modified_sell_orders
[INFO] [stdout] 85 -         .load::<ModifiedSellOrder>(&mut connection)
[INFO] [stdout] 84 +     diesel_async::RunQueryDsl::load(modified_sell_orders, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 | /     modified_sell_orders
[INFO] [stdout] 85 | |         .load::<ModifiedSellOrder>(&mut connection)
[INFO] [stdout] 86 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/modified_sell_order_ops.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 97 ~     diesel_async::RunQueryDsl::first(modified_sell_orders
[INFO] [stdout] 98 +         .select(diesel::dsl::sum(new_sell_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 97 ~     diesel::RunQueryDsl::first(modified_sell_orders
[INFO] [stdout] 98 +         .select(diesel::dsl::sum(new_sell_quantity)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> databaseschema/src/ops/modified_sell_order_ops.rs:97:5
[INFO] [stdout]     |
[INFO] [stdout]  97 | /     modified_sell_orders
[INFO] [stdout]  98 | |         .select(diesel::dsl::sum(new_sell_quantity))
[INFO] [stdout]  99 | |         .first::<Option<BigDecimal>>(&mut connection)
[INFO] [stdout] 100 | |         .await
[INFO] [stdout]     | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 14 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(securities)
[INFO] [stdout] 15 +         .values(&new_security)
[INFO] [stdout] 16 +         .returning(Security::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 14 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(securities)
[INFO] [stdout] 15 +         .values(&new_security)
[INFO] [stdout] 16 +         .returning(Security::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | /     diesel::insert_into(securities)
[INFO] [stdout] 15 | |         .values(&new_security)
[INFO] [stdout] 16 | |         .returning(Security::as_returning())
[INFO] [stdout] 17 | |         .get_result(&mut connection)
[INFO] [stdout] 18 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 |         .load::<Security>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 27 -     securities
[INFO] [stdout] 28 -         .load::<Security>(&mut connection)
[INFO] [stdout] 27 +     diesel::RunQueryDsl::load(securities, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 27 -     securities
[INFO] [stdout] 28 -         .load::<Security>(&mut connection)
[INFO] [stdout] 27 +     diesel_async::RunQueryDsl::load(securities, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | /     securities
[INFO] [stdout] 28 | |         .load::<Security>(&mut connection)
[INFO] [stdout] 29 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 |         .first::<Security>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 38 ~     diesel_async::RunQueryDsl::first(securities
[INFO] [stdout] 39 +         .find(get_security.security_id), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 38 ~     diesel::RunQueryDsl::first(securities
[INFO] [stdout] 39 +         .find(get_security.security_id), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | /     securities
[INFO] [stdout] 39 | |         .find(get_security.security_id)
[INFO] [stdout] 40 | |         .first::<Security>(&mut connection)
[INFO] [stdout] 41 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:52:10
[INFO] [stdout]    |
[INFO] [stdout] 52 |         .first::<Security>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 50 ~     diesel_async::RunQueryDsl::first(securities
[INFO] [stdout] 51 +         .filter(symbol.eq(sym)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 50 ~     diesel::RunQueryDsl::first(securities
[INFO] [stdout] 51 +         .filter(symbol.eq(sym)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | /     securities
[INFO] [stdout] 51 | |         .filter(symbol.eq(sym))
[INFO] [stdout] 52 | |         .first::<Security>(&mut connection)
[INFO] [stdout] 53 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:64:10
[INFO] [stdout]    |
[INFO] [stdout] 64 |         .first::<Security>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 62 ~     diesel_async::RunQueryDsl::first(securities
[INFO] [stdout] 63 +         .filter(symbol.eq(sym)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 62 ~     diesel::RunQueryDsl::first(securities
[INFO] [stdout] 63 +         .filter(symbol.eq(sym)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/securities_ops.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 | /     securities
[INFO] [stdout] 63 | |         .filter(symbol.eq(sym))
[INFO] [stdout] 64 | |         .first::<Security>(&mut connection)
[INFO] [stdout] 65 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 |         .get_result(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^ multiple `get_result` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 13 ~     diesel::RunQueryDsl::get_result(diesel::insert_into(exchanges)
[INFO] [stdout] 14 +         .values(&new_exchange)
[INFO] [stdout] 15 +         .returning(Exchange::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 13 ~     diesel_async::RunQueryDsl::get_result(diesel::insert_into(exchanges)
[INFO] [stdout] 14 +         .values(&new_exchange)
[INFO] [stdout] 15 +         .returning(Exchange::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     diesel::insert_into(exchanges)
[INFO] [stdout] 14 | |         .values(&new_exchange)
[INFO] [stdout] 15 | |         .returning(Exchange::as_returning())
[INFO] [stdout] 16 | |         .get_result(&mut connection)
[INFO] [stdout] 17 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 |         .load::<Exchange>(&mut connection)
[INFO] [stdout]    |          ^^^^ multiple `load` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 26 -     exchanges
[INFO] [stdout] 27 -         .load::<Exchange>(&mut connection)
[INFO] [stdout] 26 +     diesel::RunQueryDsl::load(exchanges, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 26 -     exchanges
[INFO] [stdout] 27 -         .load::<Exchange>(&mut connection)
[INFO] [stdout] 26 +     diesel_async::RunQueryDsl::load(exchanges, &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | /     exchanges
[INFO] [stdout] 27 | |         .load::<Exchange>(&mut connection)
[INFO] [stdout] 28 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 |         .first::<Exchange>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 37 ~     diesel_async::RunQueryDsl::first(exchanges
[INFO] [stdout] 38 +         .find(get_exchange.exchange_id), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 37 ~     diesel::RunQueryDsl::first(exchanges
[INFO] [stdout] 38 +         .find(get_exchange.exchange_id), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 | /     exchanges
[INFO] [stdout] 38 | |         .find(get_exchange.exchange_id)
[INFO] [stdout] 39 | |         .first::<Exchange>(&mut connection)
[INFO] [stdout] 40 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:51:10
[INFO] [stdout]    |
[INFO] [stdout] 51 |         .first::<Exchange>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 49 ~     diesel_async::RunQueryDsl::first(exchanges
[INFO] [stdout] 50 +         .filter(exchange.eq(name)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 49 ~     diesel::RunQueryDsl::first(exchanges
[INFO] [stdout] 50 +         .filter(exchange.eq(name)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | /     exchanges
[INFO] [stdout] 50 | |         .filter(exchange.eq(name))
[INFO] [stdout] 51 | |         .first::<Exchange>(&mut connection)
[INFO] [stdout] 52 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:63:10
[INFO] [stdout]    |
[INFO] [stdout] 63 |         .first::<Exchange>(&mut connection)
[INFO] [stdout]    |          ^^^^^ multiple `first` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `SelectStatement<F, S, D, W, O, LOf, G, H, LC>`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 61 ~     diesel_async::RunQueryDsl::first(exchanges
[INFO] [stdout] 62 +         .filter(exchange.eq(name)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 61 ~     diesel::RunQueryDsl::first(exchanges
[INFO] [stdout] 62 +         .filter(exchange.eq(name)), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/exchanges_ops.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     exchanges
[INFO] [stdout] 62 | |         .filter(exchange.eq(name))
[INFO] [stdout] 63 | |         .first::<Exchange>(&mut connection)
[INFO] [stdout] 64 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> databaseschema/src/ops/trades_ops.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .get_results(&mut connection)
[INFO] [stdout]    |          ^^^^^^^^^^^ multiple `get_results` found
[INFO] [stdout]    |
[INFO] [stdout]    = note: candidate #1 is defined in an impl of the trait `diesel::RunQueryDsl` for the type `InsertStatement<T, U, Op, Ret>`
[INFO] [stdout]    = note: candidate #2 is defined in an impl of the trait `diesel_async::RunQueryDsl` for the type `T`
[INFO] [stdout] help: disambiguate the method for candidate #1
[INFO] [stdout]    |
[INFO] [stdout] 15 ~     diesel::RunQueryDsl::get_results(diesel::insert_into(trades)
[INFO] [stdout] 16 +         .values(&orders)
[INFO] [stdout] 17 +         .returning(Trade::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] help: disambiguate the method for candidate #2
[INFO] [stdout]    |
[INFO] [stdout] 15 ~     diesel_async::RunQueryDsl::get_results(diesel::insert_into(trades)
[INFO] [stdout] 16 +         .values(&orders)
[INFO] [stdout] 17 +         .returning(Trade::as_returning()), &mut connection)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> databaseschema/src/ops/trades_ops.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | /     diesel::insert_into(trades)
[INFO] [stdout] 16 | |         .values(&orders)
[INFO] [stdout] 17 | |         .returning(Trade::as_returning())
[INFO] [stdout] 18 | |         .get_results(&mut connection)
[INFO] [stdout] 19 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0034, E0282.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0034`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `databaseschema` (lib) due to 80 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0034, E0282.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0034`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `databaseschema` (lib test) due to 80 previous errors
[INFO] running `Command { std: "docker" "inspect" "1ae458fafcbe6dd3095b0c13e9c27b4ce85d7021d3ddbfc7763083647d7d919f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ae458fafcbe6dd3095b0c13e9c27b4ce85d7021d3ddbfc7763083647d7d919f", kill_on_drop: false }`
[INFO] [stdout] 1ae458fafcbe6dd3095b0c13e9c27b4ce85d7021d3ddbfc7763083647d7d919f
