[INFO] fetching crate diesel_pg_hstore 0.2.0... [INFO] testing diesel_pg_hstore-0.2.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate diesel_pg_hstore 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate diesel_pg_hstore 0.2.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate diesel_pg_hstore 0.2.0 [INFO] finished tweaking crates.io crate diesel_pg_hstore 0.2.0 [INFO] tweaked toml for crates.io crate diesel_pg_hstore 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dotenv v0.10.1 [INFO] [stderr] Downloaded derive-error-chain v0.10.1 [INFO] [stderr] Downloaded byteorder v1.2.7 [INFO] [stderr] Downloaded error-chain v0.10.0 [INFO] [stderr] Downloaded diesel_derives v1.0.0 [INFO] [stderr] Downloaded diesel v1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 112111331c63add22da00e5d0e416a3c292c4f7afb83198d93f2cf7ba1c69dc6 [INFO] running `Command { std: "docker" "start" "-a" "112111331c63add22da00e5d0e416a3c292c4f7afb83198d93f2cf7ba1c69dc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "112111331c63add22da00e5d0e416a3c292c4f7afb83198d93f2cf7ba1c69dc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "112111331c63add22da00e5d0e416a3c292c4f7afb83198d93f2cf7ba1c69dc6", kill_on_drop: false }` [INFO] [stdout] 112111331c63add22da00e5d0e416a3c292c4f7afb83198d93f2cf7ba1c69dc6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9fe445d4146159877d837129e5ae0ecfb43944e0ed4afc4145afbd698123c647 [INFO] running `Command { std: "docker" "start" "-a" "9fe445d4146159877d837129e5ae0ecfb43944e0ed4afc4145afbd698123c647", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling diesel_derives v1.0.0 [INFO] [stderr] Compiling diesel v1.0.1 [INFO] [stderr] Compiling diesel_pg_hstore v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:422:74 [INFO] [stdout] | [INFO] [stdout] 422 | fn write_pascal_string(s: &str, buf: &mut Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 422 - fn write_pascal_string(s: &str, buf: &mut Vec) -> Result<(), Box> { [INFO] [stdout] 422 + fn write_pascal_string(s: &str, buf: &mut Vec) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:363:63 [INFO] [stdout] | [INFO] [stdout] 363 | fn from_sql(bytes: Option<&[u8]>) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 363 - fn from_sql(bytes: Option<&[u8]>) -> Result> { [INFO] [stdout] 363 + fn from_sql(bytes: Option<&[u8]>) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:392:72 [INFO] [stdout] | [INFO] [stdout] 392 | fn build_from_row>(row: &mut T) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 392 - fn build_from_row>(row: &mut T) -> Result> { [INFO] [stdout] 392 + fn build_from_row>(row: &mut T) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:398:81 [INFO] [stdout] | [INFO] [stdout] 398 | fn to_sql(&self, out: &mut ToSqlOutput) -> Result> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 398 - fn to_sql(&self, out: &mut ToSqlOutput) -> Result> [INFO] [stdout] 398 + fn to_sql(&self, out: &mut ToSqlOutput) -> Result> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:435:81 [INFO] [stdout] | [INFO] [stdout] 435 | fn consume(&mut self) -> Result)>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 435 - fn consume(&mut self) -> Result)>, Box> { [INFO] [stdout] 435 + fn consume(&mut self) -> Result)>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:470:26 [INFO] [stdout] | [INFO] [stdout] 470 | type Error = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 470 - type Error = Box; [INFO] [stdout] 470 + type Error = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.33s [INFO] running `Command { std: "docker" "inspect" "9fe445d4146159877d837129e5ae0ecfb43944e0ed4afc4145afbd698123c647", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fe445d4146159877d837129e5ae0ecfb43944e0ed4afc4145afbd698123c647", kill_on_drop: false }` [INFO] [stdout] 9fe445d4146159877d837129e5ae0ecfb43944e0ed4afc4145afbd698123c647 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1edd26481d0b962fefe13269280b616012c2e88c2b046e76cbab6fd88afd00d7 [INFO] running `Command { std: "docker" "start" "-a" "1edd26481d0b962fefe13269280b616012c2e88c2b046e76cbab6fd88afd00d7", kill_on_drop: false }` [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:422:74 [INFO] [stdout] | [INFO] [stdout] 422 | fn write_pascal_string(s: &str, buf: &mut Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 422 - fn write_pascal_string(s: &str, buf: &mut Vec) -> Result<(), Box> { [INFO] [stdout] 422 + fn write_pascal_string(s: &str, buf: &mut Vec) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:363:63 [INFO] [stdout] | [INFO] [stdout] 363 | fn from_sql(bytes: Option<&[u8]>) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 363 - fn from_sql(bytes: Option<&[u8]>) -> Result> { [INFO] [stdout] 363 + fn from_sql(bytes: Option<&[u8]>) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:392:72 [INFO] [stdout] | [INFO] [stdout] 392 | fn build_from_row>(row: &mut T) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 392 - fn build_from_row>(row: &mut T) -> Result> { [INFO] [stdout] 392 + fn build_from_row>(row: &mut T) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:398:81 [INFO] [stdout] | [INFO] [stdout] 398 | fn to_sql(&self, out: &mut ToSqlOutput) -> Result> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 398 - fn to_sql(&self, out: &mut ToSqlOutput) -> Result> [INFO] [stdout] 398 + fn to_sql(&self, out: &mut ToSqlOutput) -> Result> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:435:81 [INFO] [stdout] | [INFO] [stdout] 435 | fn consume(&mut self) -> Result)>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 435 - fn consume(&mut self) -> Result)>, Box> { [INFO] [stdout] 435 + fn consume(&mut self) -> Result)>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:470:26 [INFO] [stdout] | [INFO] [stdout] 470 | type Error = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 470 - type Error = Box; [INFO] [stdout] 470 + type Error = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling diesel_pg_hstore v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:422:74 [INFO] [stdout] | [INFO] [stdout] 422 | fn write_pascal_string(s: &str, buf: &mut Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 422 - fn write_pascal_string(s: &str, buf: &mut Vec) -> Result<(), Box> { [INFO] [stdout] 422 + fn write_pascal_string(s: &str, buf: &mut Vec) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:363:63 [INFO] [stdout] | [INFO] [stdout] 363 | fn from_sql(bytes: Option<&[u8]>) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 363 - fn from_sql(bytes: Option<&[u8]>) -> Result> { [INFO] [stdout] 363 + fn from_sql(bytes: Option<&[u8]>) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:392:72 [INFO] [stdout] | [INFO] [stdout] 392 | fn build_from_row>(row: &mut T) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 392 - fn build_from_row>(row: &mut T) -> Result> { [INFO] [stdout] 392 + fn build_from_row>(row: &mut T) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:398:81 [INFO] [stdout] | [INFO] [stdout] 398 | fn to_sql(&self, out: &mut ToSqlOutput) -> Result> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 398 - fn to_sql(&self, out: &mut ToSqlOutput) -> Result> [INFO] [stdout] 398 + fn to_sql(&self, out: &mut ToSqlOutput) -> Result> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:435:81 [INFO] [stdout] | [INFO] [stdout] 435 | fn consume(&mut self) -> Result)>, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 435 - fn consume(&mut self) -> Result)>, Box> { [INFO] [stdout] 435 + fn consume(&mut self) -> Result)>, Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:470:26 [INFO] [stdout] | [INFO] [stdout] 470 | type Error = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 470 - type Error = Box; [INFO] [stdout] 470 + type Error = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> tests/hstore.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(test)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `diesel_pg_hstore` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1edd26481d0b962fefe13269280b616012c2e88c2b046e76cbab6fd88afd00d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1edd26481d0b962fefe13269280b616012c2e88c2b046e76cbab6fd88afd00d7", kill_on_drop: false }` [INFO] [stdout] 1edd26481d0b962fefe13269280b616012c2e88c2b046e76cbab6fd88afd00d7