[INFO] cloning repository https://github.com/frol/diesel-explicit-join-on-repro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frol/diesel-explicit-join-on-repro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrol%2Fdiesel-explicit-join-on-repro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrol%2Fdiesel-explicit-join-on-repro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3cdacc8c5bf3edd5a18d846834bba46185b334be [INFO] testing frol/diesel-explicit-join-on-repro against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrol%2Fdiesel-explicit-join-on-repro" "/workspace/builds/worker-25/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-25/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/frol/diesel-explicit-join-on-repro on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/frol/diesel-explicit-join-on-repro [INFO] finished tweaking git repo https://github.com/frol/diesel-explicit-join-on-repro [INFO] tweaked toml for git repo https://github.com/frol/diesel-explicit-join-on-repro written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate git repo https://github.com/frol/diesel-explicit-join-on-repro already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7da829be39e8d978dde75609fd8bb0ddc5325b78dd23293601ea35e913bff382 [INFO] running `Command { std: "docker" "start" "-a" "7da829be39e8d978dde75609fd8bb0ddc5325b78dd23293601ea35e913bff382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7da829be39e8d978dde75609fd8bb0ddc5325b78dd23293601ea35e913bff382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7da829be39e8d978dde75609fd8bb0ddc5325b78dd23293601ea35e913bff382", kill_on_drop: false }` [INFO] [stdout] 7da829be39e8d978dde75609fd8bb0ddc5325b78dd23293601ea35e913bff382 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72b207f2de66f59866e2a0971ce8dde6d578cf2b99b79cc2b36c8bb3744e0ac7 [INFO] running `Command { std: "docker" "start" "-a" "72b207f2de66f59866e2a0971ce8dde6d578cf2b99b79cc2b36c8bb3744e0ac7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling diesel v1.4.6 [INFO] [stderr] Compiling repro v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `contest_users::table: JoinTo` is not satisfied [INFO] [stdout] --> src/main.rs:57:46 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn join_explicitly_does_not_compile() -> diesel::dsl::InnerJoin { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `JoinTo` is not implemented for `contest_users::table` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] >> [INFO] [stdout] >> [INFO] [stdout] >> [INFO] [stdout] >> [INFO] [stdout] = note: required because of the requirements on the impl of `JoinWithImplicitOnClause` for `contest_users::table` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/main.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn join_explicitly_does_not_compile() -> diesel::dsl::InnerJoin { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `diesel::query_source::Once: Plus<_>` found in the `diesel` crate: [INFO] [stdout] - impl Plus for diesel::query_source::Once; [INFO] [stdout] - impl Plus for diesel::query_source::Once; [INFO] [stdout] - impl Plus for diesel::query_source::Once; [INFO] [stdout] = note: required because of the requirements on the impl of `AppearsInFromClause` for `diesel::query_source::joins::Join` [INFO] [stdout] note: required because of the requirements on the impl of `SelectableExpression>` for `contest_users::columns::contest_id` [INFO] [stdout] --> src/main.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / table! { [INFO] [stdout] 15 | | contest_users(contest_id, user_id) { [INFO] [stdout] 16 | | contest_id -> Integer, [INFO] [stdout] 17 | | user_id -> Integer, [INFO] [stdout] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: 2 redundant requirements hidden [INFO] [stdout] = note: required because of the requirements on the impl of `SelectableExpression>` for `((contest_users::columns::contest_id, contest_users::columns::user_id), _)` [INFO] [stdout] = note: required because of the requirements on the impl of `QuerySource` for `diesel::query_source::joins::Join` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required because of the requirements on the impl of `QuerySource` for `JoinOn, _>` [INFO] [stdout] = note: required because of the requirements on the impl of `query_builder::select_clause::SelectClauseExpression, _>>` for `query_builder::select_clause::DefaultSelectClause` [INFO] [stdout] = note: required because of the requirements on the impl of `Query` for `diesel::query_builder::SelectStatement, _>>` [INFO] [stdout] = note: required because of the requirements on the impl of `diesel::query_builder::AsQuery` for `diesel::query_builder::SelectStatement, _>>` [INFO] [stdout] = note: required because of the requirements on the impl of `InternalJoinDsl<_, Inner, _>` for `diesel::query_builder::SelectStatement` [INFO] [stdout] = note: this error originates in the macro `__diesel_column` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0283. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `repro` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "72b207f2de66f59866e2a0971ce8dde6d578cf2b99b79cc2b36c8bb3744e0ac7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72b207f2de66f59866e2a0971ce8dde6d578cf2b99b79cc2b36c8bb3744e0ac7", kill_on_drop: false }` [INFO] [stdout] 72b207f2de66f59866e2a0971ce8dde6d578cf2b99b79cc2b36c8bb3744e0ac7