[INFO] updating cached repository oddg/diesel-help [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/oddg/diesel-help [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/oddg/diesel-help" "work/ex/clippy-test-run/sources/stable/gh/oddg/diesel-help"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/oddg/diesel-help'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/oddg/diesel-help" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/oddg/diesel-help"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/oddg/diesel-help'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ec1276093508794cd1d76d5d180017bff9d8eb03 [INFO] sha for GitHub repo oddg/diesel-help: ec1276093508794cd1d76d5d180017bff9d8eb03 [INFO] validating manifest of oddg/diesel-help on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of oddg/diesel-help on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing oddg/diesel-help [INFO] finished frobbing oddg/diesel-help [INFO] frobbed toml for oddg/diesel-help written to work/ex/clippy-test-run/sources/stable/gh/oddg/diesel-help/Cargo.toml [INFO] started frobbing oddg/diesel-help [INFO] finished frobbing oddg/diesel-help [INFO] frobbed toml for oddg/diesel-help written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/oddg/diesel-help/Cargo.toml [INFO] crate oddg/diesel-help has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting oddg/diesel-help against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-3/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/oddg/diesel-help:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ec9150f2d31f48ee15102910b0db4b931fe7b49c69c171adbbc458edb9ebd50b [INFO] running `"docker" "start" "-a" "ec9150f2d31f48ee15102910b0db4b931fe7b49c69c171adbbc458edb9ebd50b"` [INFO] [stderr] Checking diesel v1.3.3 [INFO] [stderr] Checking diesel-help v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0599]: no method named `on` found for type `diesel::query_builder::SelectStatement, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>>` in the current scope [INFO] [stderr] --> src/lib.rs:27:40 [INFO] [stderr] | [INFO] [stderr] 27 | .left_outer_join(filtered_tags.on(musics::id.eq(tags::music_id))) [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `on` exists but the following trait bounds were not satisfied: [INFO] [stderr] `diesel::query_builder::SelectStatement, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>> : diesel::JoinOnDsl` [INFO] [stderr] `&diesel::query_builder::SelectStatement, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>> : diesel::JoinOnDsl` [INFO] [stderr] `&mut diesel::query_builder::SelectStatement, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>> : diesel::JoinOnDsl` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error[E0599]: no method named `on` found for type `diesel::query_builder::SelectStatement, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>>` in the current scope [INFO] [stderr] --> src/lib.rs:27:40 [INFO] [stderr] | [INFO] [stderr] 27 | .left_outer_join(filtered_tags.on(musics::id.eq(tags::music_id))) [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `on` exists but the following trait bounds were not satisfied: [INFO] [stderr] `diesel::query_builder::SelectStatement, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>> : diesel::JoinOnDsl` [INFO] [stderr] `&diesel::query_builder::SelectStatement, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>> : diesel::JoinOnDsl` [INFO] [stderr] `&mut diesel::query_builder::SelectStatement, diesel::query_builder::distinct_clause::NoDistinctClause, diesel::query_builder::where_clause::WhereClause>>> : diesel::JoinOnDsl` [INFO] [stderr] [INFO] [stderr] error: Could not compile `diesel-help`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `diesel-help`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ec9150f2d31f48ee15102910b0db4b931fe7b49c69c171adbbc458edb9ebd50b"` [INFO] running `"docker" "rm" "-f" "ec9150f2d31f48ee15102910b0db4b931fe7b49c69c171adbbc458edb9ebd50b"` [INFO] [stdout] ec9150f2d31f48ee15102910b0db4b931fe7b49c69c171adbbc458edb9ebd50b