[INFO] cloning repository https://github.com/dspicher/diesel-nullable-selectable
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dspicher/diesel-nullable-selectable" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdspicher%2Fdiesel-nullable-selectable", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdspicher%2Fdiesel-nullable-selectable'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 53c5a1f4d07b3051e854520e914f155c879a4b39
[INFO] checking dspicher/diesel-nullable-selectable against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdspicher%2Fdiesel-nullable-selectable" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dspicher/diesel-nullable-selectable
[INFO] finished tweaking git repo https://github.com/dspicher/diesel-nullable-selectable
[INFO] tweaked toml for git repo https://github.com/dspicher/diesel-nullable-selectable written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dspicher/diesel-nullable-selectable on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dspicher/diesel-nullable-selectable 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded diesel_derives v2.2.2
[INFO] [stderr]   Downloaded dsl_auto_type v0.1.2
[INFO] [stderr]   Downloaded diesel_table_macro_syntax v0.2.0
[INFO] [stderr]   Downloaded diesel v2.2.2
[INFO] [stderr]   Downloaded libsqlite3-sys v0.29.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 970ca94bb1620017ac75a13c2a6e32a5cc860f9a2e08fbd2907833c3b2f1ec26
[INFO] running `Command { std: "docker" "start" "970ca94bb1620017ac75a13c2a6e32a5cc860f9a2e08fbd2907833c3b2f1ec26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "970ca94bb1620017ac75a13c2a6e32a5cc860f9a2e08fbd2907833c3b2f1ec26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "970ca94bb1620017ac75a13c2a6e32a5cc860f9a2e08fbd2907833c3b2f1ec26" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "970ca94bb1620017ac75a13c2a6e32a5cc860f9a2e08fbd2907833c3b2f1ec26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "970ca94bb1620017ac75a13c2a6e32a5cc860f9a2e08fbd2907833c3b2f1ec26" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libsqlite3-sys v0.29.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[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.2
[INFO] [stderr]     Checking diesel v2.2.2
[INFO] [stderr]     Checking diesel-nullable-selectable v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `SelectStatement<FromClause<table>, _>: LoadQuery<'_, _, _>` is not satisfied
[INFO] [stdout]     --> src/main.rs:61:15
[INFO] [stdout]      |
[INFO] [stdout]   61 |         .load(connection)
[INFO] [stdout]      |          ---- ^^^^^^^^^^ the trait `LoadQuery<'_, _, _>` is not implemented for `SelectStatement<FromClause<table>, SelectClause<SelectBy<User, _>>>`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] note: required by a bound in `load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.2.2/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/build/diesel-nullable-selectable/2794c83cc17aad48/out/diesel_nullable_selectable-2794c83cc17aad48.long-type-12238049353658815666.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `diesel-nullable-selectable` (bin "diesel-nullable-selectable" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: the trait bound `SelectStatement<FromClause<table>, _>: LoadQuery<'_, _, _>` is not satisfied
[INFO] [stdout]     --> src/main.rs:61:15
[INFO] [stdout]      |
[INFO] [stdout]   61 |         .load(connection)
[INFO] [stdout]      |          ---- ^^^^^^^^^^ the trait `LoadQuery<'_, _, _>` is not implemented for `SelectStatement<FromClause<table>, SelectClause<SelectBy<User, _>>>`
[INFO] [stdout]      |          |
[INFO] [stdout]      |          required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] note: required by a bound in `load`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.2.2/src/query_dsl/mod.rs:1542:15
[INFO] [stdout]      |
[INFO] [stdout] 1540 |     fn load<'query, U>(self, conn: &mut Conn) -> QueryResult<Vec<U>>
[INFO] [stdout]      |        ---- required by a bound in this associated function
[INFO] [stdout] 1541 |     where
[INFO] [stdout] 1542 |         Self: LoadQuery<'query, Conn, U>,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::load`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/build/diesel-nullable-selectable/0cfac04bc1abf125/out/diesel_nullable_selectable-0cfac04bc1abf125.long-type-1202734003538680515.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `diesel-nullable-selectable` (bin "diesel-nullable-selectable") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "970ca94bb1620017ac75a13c2a6e32a5cc860f9a2e08fbd2907833c3b2f1ec26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "970ca94bb1620017ac75a13c2a6e32a5cc860f9a2e08fbd2907833c3b2f1ec26", kill_on_drop: false }`
[INFO] [stdout] 970ca94bb1620017ac75a13c2a6e32a5cc860f9a2e08fbd2907833c3b2f1ec26
