[INFO] cloning repository https://github.com/Jovons/diesel_demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Jovons/diesel_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJovons%2Fdiesel_demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJovons%2Fdiesel_demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1088b3ae1ae521debdd1bfe93870a5b0e63e34df [INFO] checking Jovons/diesel_demo/1088b3ae1ae521debdd1bfe93870a5b0e63e34df against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJovons%2Fdiesel_demo" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Jovons/diesel_demo on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Jovons/diesel_demo [INFO] finished tweaking git repo https://github.com/Jovons/diesel_demo [INFO] tweaked toml for git repo https://github.com/Jovons/diesel_demo written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Jovons/diesel_demo 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded vcpkg v0.2.11 [INFO] [stderr] Downloaded bigdecimal v0.1.2 [INFO] [stderr] Downloaded mysqlclient-sys v0.2.4 [INFO] [stderr] Downloaded tinyvec v1.1.1 [INFO] [stderr] Downloaded syn v1.0.68 [INFO] [stderr] Downloaded libc v0.2.92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d796987405eb87a7a0ae2b8e52fad051c58cf45243f0f40acc1f403419957867 [INFO] running `Command { std: "docker" "start" "-a" "d796987405eb87a7a0ae2b8e52fad051c58cf45243f0f40acc1f403419957867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d796987405eb87a7a0ae2b8e52fad051c58cf45243f0f40acc1f403419957867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d796987405eb87a7a0ae2b8e52fad051c58cf45243f0f40acc1f403419957867", kill_on_drop: false }` [INFO] [stdout] d796987405eb87a7a0ae2b8e52fad051c58cf45243f0f40acc1f403419957867 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4a299df2e5703bc23de7eea4a49278959b9100301520443d990e500b29868d4 [INFO] running `Command { std: "docker" "start" "-a" "f4a299df2e5703bc23de7eea4a49278959b9100301520443d990e500b29868d4", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Checking tinyvec v1.1.1 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Checking unicode-normalization v0.1.17 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking bigdecimal v0.1.2 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Checking diesel v1.4.6 [INFO] [stderr] Checking diesel_demo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `sqlite` [INFO] [stdout] --> tests/testschema.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "sqlite")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `sqlite` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `sqlite` [INFO] [stdout] --> tests/testschema.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "sqlite")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `sqlite` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/bin/write_post.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | let title = title.trim_right(); // Remove the trailing newline [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 12 | let title = title.trim_end(); // Remove the trailing newline [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `connection_without_transaction` is never used [INFO] [stdout] --> tests/testschema.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn connection_without_transaction() -> TestConnection { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `TestConnection` is never used [INFO] [stdout] --> tests/testschema.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub type TestConnection = MysqlConnection; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `connection` is never used [INFO] [stdout] --> tests/testschema.rs:14:8 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn connection() -> TestConnection { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/bin/write_post.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | let title = title.trim_right(); // Remove the trailing newline [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 12 | let title = title.trim_end(); // Remove the trailing newline [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `sqlite` [INFO] [stdout] --> tests/testschema.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | #[cfg(feature = "sqlite")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `sqlite` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyEnum: diesel::Expression` is not satisfied [INFO] [stdout] --> tests/custom_types.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Insertable, Queryable, Identifiable, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `MyEnum`, which is required by `MyEnum: diesel::expression::AsExpression` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `diesel::Expression`: [INFO] [stdout] &'a T [INFO] [stdout] (A, B) [INFO] [stdout] (A, B, C) [INFO] [stdout] (A, B, C, D) [INFO] [stdout] (A, B, C, D, E) [INFO] [stdout] (A, B, C, D, E, F) [INFO] [stdout] (A, B, C, D, E, F, G) [INFO] [stdout] (A, B, C, D, E, F, G, H) [INFO] [stdout] and 71 others [INFO] [stdout] = note: required for `MyEnum` to implement `diesel::expression::AsExpression` [INFO] [stdout] = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyEnum: diesel::Expression` is not satisfied [INFO] [stdout] --> tests/custom_types.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 50 | #[derive(Insertable, Queryable, Identifiable, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ the trait `diesel::Expression` is not implemented for `MyEnum`, which is required by `&'insert MyEnum: diesel::expression::AsExpression` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `diesel::Expression`: [INFO] [stdout] &'a T [INFO] [stdout] (A, B) [INFO] [stdout] (A, B, C) [INFO] [stdout] (A, B, C, D) [INFO] [stdout] (A, B, C, D, E) [INFO] [stdout] (A, B, C, D, E, F) [INFO] [stdout] (A, B, C, D, E, F, G) [INFO] [stdout] (A, B, C, D, E, F, G, H) [INFO] [stdout] and 71 others [INFO] [stdout] = note: required for `&'insert MyEnum` to implement `diesel::Expression` [INFO] [stdout] = note: required for `&'insert MyEnum` to implement `diesel::expression::AsExpression` [INFO] [stdout] = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `eq` exists for struct `custom_enum`, but its trait bounds were not satisfied [INFO] [stdout] --> tests/custom_types.rs:50:10 [INFO] [stdout] | [INFO] [stdout] 15 | / table! { [INFO] [stdout] 16 | | use diesel::sql_types::*; [INFO] [stdout] 17 | | custom_types { [INFO] [stdout] 18 | | id -> Integer, [INFO] [stdout] 19 | | custom_enum -> crate::MyEnum, [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_- method `eq` not found for this struct because it doesn't satisfy `columns::custom_enum: Iterator` or `columns::custom_enum: diesel::ExpressionMethods` [INFO] [stdout] ... [INFO] [stdout] 25 | pub enum MyEnum { [INFO] [stdout] | --------------- doesn't satisfy `MyEnum: SingleValue` [INFO] [stdout] ... [INFO] [stdout] 50 | #[derive(Insertable, Queryable, Identifiable, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ method cannot be called on `custom_enum` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `MyEnum: SingleValue` [INFO] [stdout] which is required by `columns::custom_enum: diesel::ExpressionMethods` [INFO] [stdout] `MyEnum: SingleValue` [INFO] [stdout] which is required by `&columns::custom_enum: diesel::ExpressionMethods` [INFO] [stdout] `&mut columns::custom_enum: diesel::Expression` [INFO] [stdout] which is required by `&mut columns::custom_enum: diesel::ExpressionMethods` [INFO] [stdout] `columns::custom_enum: Iterator` [INFO] [stdout] which is required by `&mut columns::custom_enum: Iterator` [INFO] [stdout] note: the traits `Iterator` and `SingleValue` must be implemented [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-1.4.6/src/sql_types/mod.rs:497:1 [INFO] [stdout] | [INFO] [stdout] 497 | pub trait SingleValue {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/core/src/iter/traits/iterator.rs:39:1 [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `eq`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `Iterator` [INFO] [stdout] candidate #2: `PartialEq` [INFO] [stdout] candidate #3: `diesel::ExpressionMethods` [INFO] [stdout] = note: this error originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyEnum: QueryFragment<_>` is not satisfied [INFO] [stdout] --> tests/custom_types.rs:84:18 [INFO] [stdout] | [INFO] [stdout] 84 | .execute(&connection) [INFO] [stdout] | ------- ^^^^^^^^^^^ the trait `QueryFragment<_>` is not implemented for `MyEnum`, which is required by `InsertStatement>: ExecuteDsl<_, _>` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `QueryFragment`: [INFO] [stdout] `&'a T` implements `QueryFragment` [INFO] [stdout] `()` implements `QueryFragment` [INFO] [stdout] `(A, B)` implements `QueryFragment<__DB>` [INFO] [stdout] `(A, B, C)` implements `QueryFragment<__DB>` [INFO] [stdout] `(A, B, C, D)` implements `QueryFragment<__DB>` [INFO] [stdout] `(A, B, C, D, E)` implements `QueryFragment<__DB>` [INFO] [stdout] `(A, B, C, D, E, F)` implements `QueryFragment<__DB>` [INFO] [stdout] `(A, B, C, D, E, F, G)` implements `QueryFragment<__DB>` [INFO] [stdout] and 119 others [INFO] [stdout] = note: required for `&MyEnum` to implement `QueryFragment<_>` [INFO] [stdout] = note: 4 redundant requirements hidden [INFO] [stdout] = note: required for `InsertStatement>` to implement `QueryFragment<_>` [INFO] [stdout] = note: required for `InsertStatement>` to implement `ExecuteDsl<_, _>` [INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::execute` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-1.4.6/src/query_dsl/mod.rs:1135:15 [INFO] [stdout] | [INFO] [stdout] 1132 | fn execute(self, conn: &Conn) -> QueryResult [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 1135 | Self: methods::ExecuteDsl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::execute` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MyEnum: AppearsOnTable<()>` is not satisfied [INFO] [stdout] --> tests/custom_types.rs:84:18 [INFO] [stdout] | [INFO] [stdout] 84 | .execute(&connection) [INFO] [stdout] | ------- ^^^^^^^^^^^ the trait `AppearsOnTable<()>` is not implemented for `MyEnum`, which is required by `InsertStatement>: ExecuteDsl<_, _>` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `AppearsOnTable`: [INFO] [stdout] `&'a T` implements `AppearsOnTable` [INFO] [stdout] `(A, B)` implements `AppearsOnTable` [INFO] [stdout] `(A, B, C)` implements `AppearsOnTable` [INFO] [stdout] `(A, B, C, D)` implements `AppearsOnTable` [INFO] [stdout] `(A, B, C, D, E)` implements `AppearsOnTable` [INFO] [stdout] `(A, B, C, D, E, F)` implements `AppearsOnTable` [INFO] [stdout] `(A, B, C, D, E, F, G)` implements `AppearsOnTable` [INFO] [stdout] `(A, B, C, D, E, F, G, H)` implements `AppearsOnTable` [INFO] [stdout] and 71 others [INFO] [stdout] = note: required for `&MyEnum` to implement `AppearsOnTable<()>` [INFO] [stdout] = note: required for `ColumnInsertValue` to implement `InsertValues` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required for `(ColumnInsertValue>, ColumnInsertValue)` to implement `InsertValues` [INFO] [stdout] = note: required for `ValuesClause<(ColumnInsertValue>, ColumnInsertValue), table>` to implement `QueryFragment<_>` [INFO] [stdout] = note: 2 redundant requirements hidden [INFO] [stdout] = note: required for `InsertStatement>` to implement `QueryFragment<_>` [INFO] [stdout] = note: required for `InsertStatement>` to implement `ExecuteDsl<_, _>` [INFO] [stdout] note: required by a bound in `diesel::RunQueryDsl::execute` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/diesel-1.4.6/src/query_dsl/mod.rs:1135:15 [INFO] [stdout] | [INFO] [stdout] 1132 | fn execute(self, conn: &Conn) -> QueryResult [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 1135 | Self: methods::ExecuteDsl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `RunQueryDsl::execute` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/custom_types-9e9bb83e18f5fbba.long-type-18301308366664307472.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/custom_types-9e9bb83e18f5fbba.long-type-12282585417960059686.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `Vec` with `usize` [INFO] [stdout] --> tests/custom_types.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | assert_eq!(data, inserted); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `Vec == usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq` is not implemented for `Vec` [INFO] [stdout] = help: the following other types implement trait `PartialEq`: [INFO] [stdout] `Vec` implements `PartialEq>` [INFO] [stdout] `Vec` implements `PartialEq<&[U; N]>` [INFO] [stdout] `Vec` implements `PartialEq<&[U]>` [INFO] [stdout] `Vec` implements `PartialEq<&mut [U]>` [INFO] [stdout] `Vec` implements `PartialEq<[U; N]>` [INFO] [stdout] `Vec` implements `PartialEq<[U]>` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `diesel_demo` (test "custom_types") due to 7 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "f4a299df2e5703bc23de7eea4a49278959b9100301520443d990e500b29868d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4a299df2e5703bc23de7eea4a49278959b9100301520443d990e500b29868d4", kill_on_drop: false }` [INFO] [stdout] f4a299df2e5703bc23de7eea4a49278959b9100301520443d990e500b29868d4