[INFO] cloning repository https://github.com/marcaddeo/record_macro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marcaddeo/record_macro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcaddeo%2Frecord_macro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcaddeo%2Frecord_macro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a6244928b864aa2e2c066731834c477101c6f45d [INFO] checking marcaddeo/record_macro against try#95813608313bff49cfc1afc393a946a3c085b772 for pr-148946 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcaddeo%2Frecord_macro" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/marcaddeo/record_macro [INFO] finished tweaking git repo https://github.com/marcaddeo/record_macro [INFO] tweaked toml for git repo https://github.com/marcaddeo/record_macro written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/marcaddeo/record_macro 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/marcaddeo/record_macro 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 4debcac29e7838e2ff63eca85e1d20afaf84d5285df2a82c7d710f0f6eaf9f74 [INFO] running `Command { std: "docker" "start" "-a" "4debcac29e7838e2ff63eca85e1d20afaf84d5285df2a82c7d710f0f6eaf9f74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4debcac29e7838e2ff63eca85e1d20afaf84d5285df2a82c7d710f0f6eaf9f74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4debcac29e7838e2ff63eca85e1d20afaf84d5285df2a82c7d710f0f6eaf9f74", kill_on_drop: false }` [INFO] [stdout] 4debcac29e7838e2ff63eca85e1d20afaf84d5285df2a82c7d710f0f6eaf9f74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] e49a236172864a3d2bc503d91953417037b8645277c37911b40a62e603898eb7 [INFO] running `Command { std: "docker" "start" "-a" "e49a236172864a3d2bc503d91953417037b8645277c37911b40a62e603898eb7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling libc v0.2.162 [INFO] [stderr] Compiling defile-proc_macros v0.2.1 [INFO] [stderr] Checking deadpool-runtime v0.1.4 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Checking tokio v1.41.1 [INFO] [stderr] Checking scoped-futures v0.1.4 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking defile v0.2.1 [INFO] [stderr] Checking lowboy_record v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking deadpool v0.12.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.2.0 [INFO] [stderr] Compiling async-trait v0.1.83 [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] Compiling diesel_derives v2.2.3 [INFO] [stderr] Checking diesel v2.2.4 [INFO] [stderr] Checking diesel-async v0.5.1 [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lib.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | / lowboy_record!( [INFO] [stdout] 44 | | #[derive(Debug, Default, Queryable, Identifiable, Selectable, Insertable)] [INFO] [stdout] 45 | | #[diesel(table_name = crate::schema::user)] [INFO] [stdout] 46 | | pub struct User { [INFO] [stdout] ... | [INFO] [stdout] 52 | | ); [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] = note: this error originates in the macro `$crate::internal_new_record` which comes from the expansion of the macro `lowboy_record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:234:21 [INFO] [stdout] | [INFO] [stdout] 234 ~ diesel::RunQueryDsl::get_result(diesel::insert_into(crate::schema::[<$model:lower>]::table) [INFO] [stdout] 235 + .values(self) [INFO] [stdout] 236 + .returning(crate::schema::[<$model:lower>]::table::all_columns()), conn) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:234:21 [INFO] [stdout] | [INFO] [stdout] 234 ~ diesel_async::RunQueryDsl::get_result(diesel::insert_into(crate::schema::[<$model:lower>]::table) [INFO] [stdout] 235 + .values(self) [INFO] [stdout] 236 + .returning(crate::schema::[<$model:lower>]::table::all_columns()), conn) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lib.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | / lowboy_record!( [INFO] [stdout] 44 | | #[derive(Debug, Default, Queryable, Identifiable, Selectable, Insertable)] [INFO] [stdout] 45 | | #[diesel(table_name = crate::schema::user)] [INFO] [stdout] 46 | | pub struct User { [INFO] [stdout] ... | [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_____^ multiple `load` 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] = note: this error originates in the macro `$crate::internal_impl` which comes from the expansion of the macro `lowboy_record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:417:64 [INFO] [stdout] | [INFO] [stdout] 417 ~ let records: Vec<[<$many_model Record>]> = diesel_async::RunQueryDsl::load([<$many_model Record>]::belonging_to(&record) [INFO] [stdout] 418 + .select(crate::schema::[<$many_model:lower>]::table::all_columns()), conn) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:417:64 [INFO] [stdout] | [INFO] [stdout] 417 ~ let records: Vec<[<$many_model Record>]> = diesel::RunQueryDsl::load([<$many_model Record>]::belonging_to(&record) [INFO] [stdout] 418 + .select(crate::schema::[<$many_model:lower>]::table::all_columns()), conn) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lib.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | / lowboy_record!( [INFO] [stdout] 55 | | #[derive(Debug, Default, Queryable, Identifiable, Selectable, Insertable, Associations)] [INFO] [stdout] 56 | | #[diesel(table_name = crate::schema::post)] [INFO] [stdout] 57 | | #[diesel(belongs_to(UserRecord, foreign_key = user_id))] [INFO] [stdout] ... | [INFO] [stdout] 63 | | ); [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] = note: this error originates in the macro `$crate::internal_new_record` which comes from the expansion of the macro `lowboy_record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:234:21 [INFO] [stdout] | [INFO] [stdout] 234 ~ diesel::RunQueryDsl::get_result(diesel::insert_into(crate::schema::[<$model:lower>]::table) [INFO] [stdout] 235 + .values(self) [INFO] [stdout] 236 + .returning(crate::schema::[<$model:lower>]::table::all_columns()), conn) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:234:21 [INFO] [stdout] | [INFO] [stdout] 234 ~ diesel_async::RunQueryDsl::get_result(diesel::insert_into(crate::schema::[<$model:lower>]::table) [INFO] [stdout] 235 + .values(self) [INFO] [stdout] 236 + .returning(crate::schema::[<$model:lower>]::table::all_columns()), conn) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lib.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | / lowboy_record!( [INFO] [stdout] 55 | | #[derive(Debug, Default, Queryable, Identifiable, Selectable, Insertable, Associations)] [INFO] [stdout] 56 | | #[diesel(table_name = crate::schema::post)] [INFO] [stdout] 57 | | #[diesel(belongs_to(UserRecord, foreign_key = user_id))] [INFO] [stdout] ... | [INFO] [stdout] 63 | | ); [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` [INFO] [stdout] = note: this error originates in the macro `$crate::internal_impl` which comes from the expansion of the macro `lowboy_record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:381:63 [INFO] [stdout] | [INFO] [stdout] 381 ~ let $key: [<$foreign_model Record>] = diesel_async::RunQueryDsl::first(crate::schema::[<$foreign_model:lower>]::table [INFO] [stdout] 382 + .find(record.$foreign_key), conn) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:381:63 [INFO] [stdout] | [INFO] [stdout] 381 ~ let $key: [<$foreign_model Record>] = diesel::RunQueryDsl::first(crate::schema::[<$foreign_model:lower>]::table [INFO] [stdout] 382 + .find(record.$foreign_key), conn) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lib.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | / lowboy_record!( [INFO] [stdout] 65 | | #[derive(Debug, Default, Queryable, Identifiable, Selectable, Insertable, Associations)] [INFO] [stdout] 66 | | #[diesel(table_name = crate::schema::comment)] [INFO] [stdout] 67 | | #[diesel(belongs_to(UserRecord, foreign_key = user_id))] [INFO] [stdout] ... | [INFO] [stdout] 75 | | ); [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] = note: this error originates in the macro `$crate::internal_new_record` which comes from the expansion of the macro `lowboy_record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:234:21 [INFO] [stdout] | [INFO] [stdout] 234 ~ diesel::RunQueryDsl::get_result(diesel::insert_into(crate::schema::[<$model:lower>]::table) [INFO] [stdout] 235 + .values(self) [INFO] [stdout] 236 + .returning(crate::schema::[<$model:lower>]::table::all_columns()), conn) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:234:21 [INFO] [stdout] | [INFO] [stdout] 234 ~ diesel_async::RunQueryDsl::get_result(diesel::insert_into(crate::schema::[<$model:lower>]::table) [INFO] [stdout] 235 + .values(self) [INFO] [stdout] 236 + .returning(crate::schema::[<$model:lower>]::table::all_columns()), conn) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> tests/lib.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | / lowboy_record!( [INFO] [stdout] 65 | | #[derive(Debug, Default, Queryable, Identifiable, Selectable, Insertable, Associations)] [INFO] [stdout] 66 | | #[diesel(table_name = crate::schema::comment)] [INFO] [stdout] 67 | | #[diesel(belongs_to(UserRecord, foreign_key = user_id))] [INFO] [stdout] ... | [INFO] [stdout] 75 | | ); [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` [INFO] [stdout] = note: this error originates in the macro `$crate::internal_impl` which comes from the expansion of the macro `lowboy_record` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: disambiguate the method for candidate #1 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:381:63 [INFO] [stdout] | [INFO] [stdout] 381 ~ let $key: [<$foreign_model Record>] = diesel_async::RunQueryDsl::first(crate::schema::[<$foreign_model:lower>]::table [INFO] [stdout] 382 + .find(record.$foreign_key), conn) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the method for candidate #2 [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:381:63 [INFO] [stdout] | [INFO] [stdout] 381 ~ let $key: [<$foreign_model Record>] = diesel::RunQueryDsl::first(crate::schema::[<$foreign_model:lower>]::table [INFO] [stdout] 382 + .find(record.$foreign_key), conn) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lowboy_record` (test "lib") due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "e49a236172864a3d2bc503d91953417037b8645277c37911b40a62e603898eb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e49a236172864a3d2bc503d91953417037b8645277c37911b40a62e603898eb7", kill_on_drop: false }` [INFO] [stdout] e49a236172864a3d2bc503d91953417037b8645277c37911b40a62e603898eb7