[INFO] updating cached repository stevenheidel/go-links [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/stevenheidel/go-links [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/stevenheidel/go-links" "work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/gh/stevenheidel/go-links"` [INFO] [stderr] Cloning into 'work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/gh/stevenheidel/go-links'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/stevenheidel/go-links" "work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/gh/stevenheidel/go-links"` [INFO] [stderr] Cloning into 'work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/gh/stevenheidel/go-links'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4956a192d069e668764e1d2afb174192a9cee5ba [INFO] sha for GitHub repo stevenheidel/go-links: 4956a192d069e668764e1d2afb174192a9cee5ba [INFO] validating manifest of stevenheidel/go-links on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of stevenheidel/go-links on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing stevenheidel/go-links [INFO] finished frobbing stevenheidel/go-links [INFO] frobbed toml for stevenheidel/go-links written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/gh/stevenheidel/go-links/Cargo.toml [INFO] started frobbing stevenheidel/go-links [INFO] finished frobbing stevenheidel/go-links [INFO] frobbed toml for stevenheidel/go-links written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/gh/stevenheidel/go-links/Cargo.toml [INFO] crate stevenheidel/go-links already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking stevenheidel/go-links against master#39401465da4ce27aeeb2c2a26133ac35c63aa515 for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-0/master#39401465da4ce27aeeb2c2a26133ac35c63aa515:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/gh/stevenheidel/go-links:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b06a14461ab435b58d256b666464ad99b7395f8210f34aad12ca337e15ae0461 [INFO] running `"docker" "start" "-a" "b06a14461ab435b58d256b666464ad99b7395f8210f34aad12ca337e15ae0461"` [INFO] [stderr] Compiling cc v1.0.27 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling rocket_contrib_codegen v0.4.0 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Checking backtrace v0.3.13 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Checking cookie v0.11.0 [INFO] [stderr] Checking rocket_http v0.4.0 [INFO] [stderr] Compiling diesel_derives v1.2.0 [INFO] [stderr] Checking diesel v1.2.0 [INFO] [stderr] Compiling rocket_codegen v0.4.0 [INFO] [stderr] Checking rocket v0.4.0 [INFO] [stderr] Checking rocket_contrib v0.4.0 [INFO] [stderr] Checking go-links v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0277]: the trait bound `&diesel::PgConnection: diesel::Connection` is not satisfied [INFO] [stderr] --> src/main.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | links.load(&conn) [INFO] [stderr] | ^^^^ the trait `diesel::Connection` is not implemented for `&diesel::PgConnection` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<&diesel::PgConnection, _>` for `schema::links::table` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `i32: diesel::deserialize::FromSql, _>` is not satisfied [INFO] [stderr] --> src/main.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | links.load(&conn) [INFO] [stderr] | ^^^^ the trait `diesel::deserialize::FromSql, _>` is not implemented for `i32` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Queryable, _>` for `i32` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable), _>` for `(i32, std::string::String, std::string::String, i32)` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable), _>` for `Link` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<&diesel::PgConnection, Link>` for `schema::links::table` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `go-links`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `&diesel::PgConnection: diesel::Connection` is not satisfied [INFO] [stderr] --> src/main.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | links.load(&conn) [INFO] [stderr] | ^^^^ the trait `diesel::Connection` is not implemented for `&diesel::PgConnection` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<&diesel::PgConnection, _>` for `schema::links::table` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `i32: diesel::deserialize::FromSql, _>` is not satisfied [INFO] [stderr] --> src/main.rs:34:15 [INFO] [stderr] | [INFO] [stderr] 34 | links.load(&conn) [INFO] [stderr] | ^^^^ the trait `diesel::deserialize::FromSql, _>` is not implemented for `i32` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Queryable, _>` for `i32` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable), _>` for `(i32, std::string::String, std::string::String, i32)` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::Queryable<(diesel::sql_types::Integer, diesel::sql_types::Text, diesel::sql_types::Text, diesel::sql_types::Nullable), _>` for `Link` [INFO] [stderr] = note: required because of the requirements on the impl of `diesel::query_dsl::LoadQuery<&diesel::PgConnection, Link>` for `schema::links::table` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `go-links`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b06a14461ab435b58d256b666464ad99b7395f8210f34aad12ca337e15ae0461"` [INFO] running `"docker" "rm" "-f" "b06a14461ab435b58d256b666464ad99b7395f8210f34aad12ca337e15ae0461"` [INFO] [stdout] b06a14461ab435b58d256b666464ad99b7395f8210f34aad12ca337e15ae0461