[INFO] cloning repository https://github.com/SergeiRybin/cr8t-api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SergeiRybin/cr8t-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSergeiRybin%2Fcr8t-api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSergeiRybin%2Fcr8t-api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c9558b44ca21000cbcd4eb8de7ab37441bd2bf83 [INFO] checking SergeiRybin/cr8t-api against try#213ba58857e42241934d114390dfcd0779fc4662 for pr-148943 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSergeiRybin%2Fcr8t-api" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/SergeiRybin/cr8t-api [INFO] finished tweaking git repo https://github.com/SergeiRybin/cr8t-api [INFO] tweaked toml for git repo https://github.com/SergeiRybin/cr8t-api written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/SergeiRybin/cr8t-api on toolchain 213ba58857e42241934d114390dfcd0779fc4662 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+213ba58857e42241934d114390dfcd0779fc4662" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/SergeiRybin/cr8t-api 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" "+213ba58857e42241934d114390dfcd0779fc4662" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+213ba58857e42241934d114390dfcd0779fc4662" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 86d8bbe908fe42a940f2951ffed194ed111938d450ff64ece06ff4d8344f39cb [INFO] running `Command { std: "docker" "start" "-a" "86d8bbe908fe42a940f2951ffed194ed111938d450ff64ece06ff4d8344f39cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "86d8bbe908fe42a940f2951ffed194ed111938d450ff64ece06ff4d8344f39cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86d8bbe908fe42a940f2951ffed194ed111938d450ff64ece06ff4d8344f39cb", kill_on_drop: false }` [INFO] [stdout] 86d8bbe908fe42a940f2951ffed194ed111938d450ff64ece06ff4d8344f39cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+213ba58857e42241934d114390dfcd0779fc4662" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77dd3a89ac091f32a93d3d5b0f6b730b22f94af323c610ceee51eafaf5c86890 [INFO] running `Command { std: "docker" "start" "-a" "77dd3a89ac091f32a93d3d5b0f6b730b22f94af323c610ceee51eafaf5c86890", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking unicode-properties v0.1.3 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking tinyvec v1.10.0 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking unicode-bidi v0.3.18 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking siphasher v1.0.1 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking phf_shared v0.11.3 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking whoami v1.6.1 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking bitflags v2.9.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking scoped-futures v0.1.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking stringprep v0.1.5 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking postgres-protocol v0.6.8 [INFO] [stderr] Checking postgres-types v0.2.9 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling dsl_auto_type v0.1.3 [INFO] [stderr] Compiling diesel_derives v2.2.7 [INFO] [stderr] Checking tokio-postgres v0.7.13 [INFO] [stderr] Checking diesel v2.2.12 [INFO] [stderr] Checking diesel-async v0.6.1 [INFO] [stderr] Checking cr8s v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | users::table.find(id).get_result(conn).await [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 `SelectStatement` [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] | [INFO] [stdout] 11 - users::table.find(id).get_result(conn).await [INFO] [stdout] 11 + diesel_async::RunQueryDsl::get_result(users::table.find(id), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 11 - users::table.find(id).get_result(conn).await [INFO] [stdout] 11 + diesel::RunQueryDsl::get_result(users::table.find(id), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | users::table.find(id).get_result(conn).await [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 `SelectStatement` [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] | [INFO] [stdout] 11 - users::table.find(id).get_result(conn).await [INFO] [stdout] 11 + diesel_async::RunQueryDsl::get_result(users::table.find(id), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 11 - users::table.find(id).get_result(conn).await [INFO] [stdout] 11 + diesel::RunQueryDsl::get_result(users::table.find(id), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:15:61 [INFO] [stdout] | [INFO] [stdout] 15 | diesel::insert_into(users::table).values(&new_user).get_result(conn).await [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` [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::insert_into(users::table).values(&new_user).get_result(conn).await [INFO] [stdout] 15 + diesel::RunQueryDsl::get_result(diesel::insert_into(users::table).values(&new_user), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 15 - diesel::insert_into(users::table).values(&new_user).get_result(conn).await [INFO] [stdout] 15 + diesel_async::RunQueryDsl::get_result(diesel::insert_into(users::table).values(&new_user), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:15:61 [INFO] [stdout] | [INFO] [stdout] 15 | diesel::insert_into(users::table).values(&new_user).get_result(conn).await [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` [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::insert_into(users::table).values(&new_user).get_result(conn).await [INFO] [stdout] 15 + diesel::RunQueryDsl::get_result(diesel::insert_into(users::table).values(&new_user), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 15 - diesel::insert_into(users::table).values(&new_user).get_result(conn).await [INFO] [stdout] 15 + diesel_async::RunQueryDsl::get_result(diesel::insert_into(users::table).values(&new_user), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | ).execute(conn).await [INFO] [stdout] | ^^^^^^^ multiple `execute` 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` [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] | [INFO] [stdout] 19 ~ diesel_async::RunQueryDsl::execute(diesel::update(users::table.find(user.id)).set( [INFO] [stdout] 20 + ( [INFO] [stdout] 21 + users::name.eq(user.name), [INFO] [stdout] 22 + users::email.eq(user.email) [INFO] [stdout] 23 + ) [INFO] [stdout] 24 ~ ), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 19 ~ diesel::RunQueryDsl::execute(diesel::update(users::table.find(user.id)).set( [INFO] [stdout] 20 + ( [INFO] [stdout] 21 + users::name.eq(user.name), [INFO] [stdout] 22 + users::email.eq(user.email) [INFO] [stdout] 23 + ) [INFO] [stdout] 24 ~ ), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | diesel::delete(users::table.find(id)).execute(conn).await [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` [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] 28 - diesel::delete(users::table.find(id)).execute(conn).await [INFO] [stdout] 28 + diesel::RunQueryDsl::execute(diesel::delete(users::table.find(id)), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 28 - diesel::delete(users::table.find(id)).execute(conn).await [INFO] [stdout] 28 + diesel_async::RunQueryDsl::execute(diesel::delete(users::table.find(id)), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | ).execute(conn).await [INFO] [stdout] | ^^^^^^^ multiple `execute` 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` [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] | [INFO] [stdout] 19 ~ diesel_async::RunQueryDsl::execute(diesel::update(users::table.find(user.id)).set( [INFO] [stdout] 20 + ( [INFO] [stdout] 21 + users::name.eq(user.name), [INFO] [stdout] 22 + users::email.eq(user.email) [INFO] [stdout] 23 + ) [INFO] [stdout] 24 ~ ), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 19 ~ diesel::RunQueryDsl::execute(diesel::update(users::table.find(user.id)).set( [INFO] [stdout] 20 + ( [INFO] [stdout] 21 + users::name.eq(user.name), [INFO] [stdout] 22 + users::email.eq(user.email) [INFO] [stdout] 23 + ) [INFO] [stdout] 24 ~ ), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | diesel::delete(users::table.find(id)).execute(conn).await [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` [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] 28 - diesel::delete(users::table.find(id)).execute(conn).await [INFO] [stdout] 28 + diesel::RunQueryDsl::execute(diesel::delete(users::table.find(id)), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 28 - diesel::delete(users::table.find(id)).execute(conn).await [INFO] [stdout] 28 + diesel_async::RunQueryDsl::execute(diesel::delete(users::table.find(id)), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:36:32 [INFO] [stdout] | [INFO] [stdout] 36 | crates::table.find(id).get_result(conn).await [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 `SelectStatement` [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] | [INFO] [stdout] 36 - crates::table.find(id).get_result(conn).await [INFO] [stdout] 36 + diesel_async::RunQueryDsl::get_result(crates::table.find(id), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 36 - crates::table.find(id).get_result(conn).await [INFO] [stdout] 36 + diesel::RunQueryDsl::get_result(crates::table.find(id), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:36:32 [INFO] [stdout] | [INFO] [stdout] 36 | crates::table.find(id).get_result(conn).await [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 `SelectStatement` [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] | [INFO] [stdout] 36 - crates::table.find(id).get_result(conn).await [INFO] [stdout] 36 + diesel_async::RunQueryDsl::get_result(crates::table.find(id), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 36 - crates::table.find(id).get_result(conn).await [INFO] [stdout] 36 + diesel::RunQueryDsl::get_result(crates::table.find(id), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:40:63 [INFO] [stdout] | [INFO] [stdout] 40 | diesel::insert_into(crates::table).values(&new_crate).get_result(conn).await [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` [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] 40 - diesel::insert_into(crates::table).values(&new_crate).get_result(conn).await [INFO] [stdout] 40 + diesel::RunQueryDsl::get_result(diesel::insert_into(crates::table).values(&new_crate), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 40 - diesel::insert_into(crates::table).values(&new_crate).get_result(conn).await [INFO] [stdout] 40 + diesel_async::RunQueryDsl::get_result(diesel::insert_into(crates::table).values(&new_crate), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:40:63 [INFO] [stdout] | [INFO] [stdout] 40 | diesel::insert_into(crates::table).values(&new_crate).get_result(conn).await [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` [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] 40 - diesel::insert_into(crates::table).values(&new_crate).get_result(conn).await [INFO] [stdout] 40 + diesel::RunQueryDsl::get_result(diesel::insert_into(crates::table).values(&new_crate), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 40 - diesel::insert_into(crates::table).values(&new_crate).get_result(conn).await [INFO] [stdout] 40 + diesel_async::RunQueryDsl::get_result(diesel::insert_into(crates::table).values(&new_crate), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | ).execute(conn).await [INFO] [stdout] | ^^^^^^^ multiple `execute` 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` [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] | [INFO] [stdout] 44 ~ diesel_async::RunQueryDsl::execute(diesel::update(crates::table.find(crate_item.id)).set( [INFO] [stdout] 45 + ( [INFO] [stdout] 46 + crates::name.eq(crate_item.name), [INFO] [stdout] 47 + crates::version.eq(crate_item.version), [INFO] [stdout] 48 + crates::description.eq(crate_item.description), [INFO] [stdout] 49 + crates::hash.eq(crate_item.hash) [INFO] [stdout] 50 + ) [INFO] [stdout] 51 ~ ), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 44 ~ diesel::RunQueryDsl::execute(diesel::update(crates::table.find(crate_item.id)).set( [INFO] [stdout] 45 + ( [INFO] [stdout] 46 + crates::name.eq(crate_item.name), [INFO] [stdout] 47 + crates::version.eq(crate_item.version), [INFO] [stdout] 48 + crates::description.eq(crate_item.description), [INFO] [stdout] 49 + crates::hash.eq(crate_item.hash) [INFO] [stdout] 50 + ) [INFO] [stdout] 51 ~ ), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | ).execute(conn).await [INFO] [stdout] | ^^^^^^^ multiple `execute` 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` [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] | [INFO] [stdout] 44 ~ diesel_async::RunQueryDsl::execute(diesel::update(crates::table.find(crate_item.id)).set( [INFO] [stdout] 45 + ( [INFO] [stdout] 46 + crates::name.eq(crate_item.name), [INFO] [stdout] 47 + crates::version.eq(crate_item.version), [INFO] [stdout] 48 + crates::description.eq(crate_item.description), [INFO] [stdout] 49 + crates::hash.eq(crate_item.hash) [INFO] [stdout] 50 + ) [INFO] [stdout] 51 ~ ), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 44 ~ diesel::RunQueryDsl::execute(diesel::update(crates::table.find(crate_item.id)).set( [INFO] [stdout] 45 + ( [INFO] [stdout] 46 + crates::name.eq(crate_item.name), [INFO] [stdout] 47 + crates::version.eq(crate_item.version), [INFO] [stdout] 48 + crates::description.eq(crate_item.description), [INFO] [stdout] 49 + crates::hash.eq(crate_item.hash) [INFO] [stdout] 50 + ) [INFO] [stdout] 51 ~ ), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:55:48 [INFO] [stdout] | [INFO] [stdout] 55 | diesel::delete(crates::table.find(id)).execute(conn).await [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` [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] 55 - diesel::delete(crates::table.find(id)).execute(conn).await [INFO] [stdout] 55 + diesel::RunQueryDsl::execute(diesel::delete(crates::table.find(id)), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 55 - diesel::delete(crates::table.find(id)).execute(conn).await [INFO] [stdout] 55 + diesel_async::RunQueryDsl::execute(diesel::delete(crates::table.find(id)), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/repositories.rs:55:48 [INFO] [stdout] | [INFO] [stdout] 55 | diesel::delete(crates::table.find(id)).execute(conn).await [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` [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] 55 - diesel::delete(crates::table.find(id)).execute(conn).await [INFO] [stdout] 55 + diesel::RunQueryDsl::execute(diesel::delete(crates::table.find(id)), conn).await [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] | [INFO] [stdout] 55 - diesel::delete(crates::table.find(id)).execute(conn).await [INFO] [stdout] 55 + diesel_async::RunQueryDsl::execute(diesel::delete(crates::table.find(id)), conn).await [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cr8s` (bin "cr8s") due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cr8s` (bin "cr8s" test) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "77dd3a89ac091f32a93d3d5b0f6b730b22f94af323c610ceee51eafaf5c86890", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77dd3a89ac091f32a93d3d5b0f6b730b22f94af323c610ceee51eafaf5c86890", kill_on_drop: false }` [INFO] [stdout] 77dd3a89ac091f32a93d3d5b0f6b730b22f94af323c610ceee51eafaf5c86890