[INFO] crate tokio-postgres 0.4.0-rc.2 is already in cache [INFO] extracting crate tokio-postgres 0.4.0-rc.2 into work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/tokio-postgres/0.4.0-rc.2 [INFO] extracting crate tokio-postgres 0.4.0-rc.2 into work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/tokio-postgres/0.4.0-rc.2 [INFO] validating manifest of tokio-postgres-0.4.0-rc.2 on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tokio-postgres-0.4.0-rc.2 on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tokio-postgres-0.4.0-rc.2 [INFO] finished frobbing tokio-postgres-0.4.0-rc.2 [INFO] frobbed toml for tokio-postgres-0.4.0-rc.2 written to work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/tokio-postgres/0.4.0-rc.2/Cargo.toml [INFO] started frobbing tokio-postgres-0.4.0-rc.2 [INFO] finished frobbing tokio-postgres-0.4.0-rc.2 [INFO] frobbed toml for tokio-postgres-0.4.0-rc.2 written to work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/tokio-postgres/0.4.0-rc.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking tokio-postgres-0.4.0-rc.2 against master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-3/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/tokio-postgres/0.4.0-rc.2:/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" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1e2aa1c08b68eb5b42486e1f18655ce39626d3f76ddb19c6de461f4dcdf1a70a [INFO] running `"docker" "start" "-a" "1e2aa1c08b68eb5b42486e1f18655ce39626d3f76ddb19c6de461f4dcdf1a70a"` [INFO] [stderr] Checking tokio-postgres v0.4.0-rc.2 (/opt/crater/workdir) [INFO] [stderr] error[E0599]: no method named `next` found for type `&mut postgres_protocol::message::backend::ErrorFields<'_>` in the current scope [INFO] [stderr] --> src/error/mod.rs:109:40 [INFO] [stderr] | [INFO] [stderr] 109 | while let Some(field) = fields.next()? { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::ErrorFields<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::ErrorFields<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for type `&mut postgres_protocol::message::backend::ErrorFields<'_>` in the current scope [INFO] [stderr] --> src/error/mod.rs:109:40 [INFO] [stderr] | [INFO] [stderr] 109 | while let Some(field) = fields.next()? { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `next` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::ErrorFields<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::ErrorFields<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for type `postgres_protocol::message::backend::SaslMechanisms<'_>` in the current scope [INFO] [stderr] --> src/proto/connect_raw.rs:197:56 [INFO] [stderr] | [INFO] [stderr] 197 | while let Some(mechanism) = mechanisms.next().map_err(Error::parse)? { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `next` found for type `postgres_protocol::message::backend::SaslMechanisms<'_>` in the current scope [INFO] [stderr] --> src/proto/connect_raw.rs:197:56 [INFO] [stderr] | [INFO] [stderr] 197 | while let Some(mechanism) = mechanisms.next().map_err(Error::parse)? { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `collect` found for type `postgres_protocol::message::backend::Parameters<'_>` in the current scope [INFO] [stderr] --> src/proto/prepare.rs:107:47 [INFO] [stderr] | [INFO] [stderr] 107 | parameters: body.parameters().collect().map_err(Error::parse)?, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `collect` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::Parameters<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::Parameters<'_> : proto::bind::__smf_bind_futures::Stream` [INFO] [stderr] `&mut postgres_protocol::message::backend::Parameters<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for type `postgres_protocol::message::backend::Fields<'_>` in the current scope [INFO] [stderr] --> src/proto/prepare.rs:124:18 [INFO] [stderr] | [INFO] [stderr] 124 | .map(|f| (f.name().to_string(), f.type_oid())) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : proto::bind::__smf_bind_futures::Future` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : proto::bind::__smf_bind_futures::Stream` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for type `postgres_protocol::message::backend::Fields<'_>` in the current scope [INFO] [stderr] --> src/proto/simple_query.rs:80:34 [INFO] [stderr] | [INFO] [stderr] 80 | .map(|f| f.name().to_string()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : proto::bind::__smf_bind_futures::Stream` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `collect` found for type `postgres_protocol::message::backend::Parameters<'_>` in the current scope [INFO] [stderr] --> src/proto/prepare.rs:107:47 [INFO] [stderr] | [INFO] [stderr] 107 | parameters: body.parameters().collect().map_err(Error::parse)?, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `collect` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::Parameters<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::Parameters<'_> : proto::bind::__smf_bind_futures::Stream` [INFO] [stderr] `&mut postgres_protocol::message::backend::Parameters<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for type `postgres_protocol::message::backend::Fields<'_>` in the current scope [INFO] [stderr] --> src/proto/prepare.rs:124:18 [INFO] [stderr] | [INFO] [stderr] 124 | .map(|f| (f.name().to_string(), f.type_oid())) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : proto::bind::__smf_bind_futures::Future` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : proto::bind::__smf_bind_futures::Stream` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for type `postgres_protocol::message::backend::Fields<'_>` in the current scope [INFO] [stderr] --> src/proto/simple_query.rs:80:34 [INFO] [stderr] | [INFO] [stderr] 80 | .map(|f| f.name().to_string()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : proto::bind::__smf_bind_futures::Stream` [INFO] [stderr] `&mut postgres_protocol::message::backend::Fields<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `collect` found for type `postgres_protocol::message::backend::DataRowRanges<'_>` in the current scope [INFO] [stderr] --> src/row.rs:108:36 [INFO] [stderr] | [INFO] [stderr] 108 | let ranges = body.ranges().collect().map_err(Error::parse)?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `collect` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::DataRowRanges<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::DataRowRanges<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `collect` found for type `postgres_protocol::message::backend::DataRowRanges<'_>` in the current scope [INFO] [stderr] --> src/row.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let ranges = body.ranges().collect().map_err(Error::parse)?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `collect` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::DataRowRanges<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::DataRowRanges<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `count` found for type `postgres_protocol::types::ArrayDimensions<'_>` in the current scope [INFO] [stderr] --> src/types/mod.rs:351:31 [INFO] [stderr] | [INFO] [stderr] 351 | if array.dimensions().count()? > 1 { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `count` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::types::ArrayDimensions<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::types::ArrayDimensions<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `and_then` found for type `postgres_protocol::types::ArrayValues<'_>` in the current scope [INFO] [stderr] --> src/types/mod.rs:357:14 [INFO] [stderr] | [INFO] [stderr] 357 | .and_then(|v| T::from_sql_nullable(member_type, v)) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `and_then` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::types::ArrayValues<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for type `postgres_protocol::types::HstoreEntries<'_>` in the current scope [INFO] [stderr] --> src/types/mod.rs:439:14 [INFO] [stderr] | [INFO] [stderr] 439 | .map(|(k, v)| (k.to_owned(), v.map(str::to_owned))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::types::HstoreEntries<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::types::HstoreEntries<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `collect` found for type `postgres_protocol::message::backend::DataRowRanges<'_>` in the current scope [INFO] [stderr] --> src/row.rs:108:36 [INFO] [stderr] | [INFO] [stderr] 108 | let ranges = body.ranges().collect().map_err(Error::parse)?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `collect` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::DataRowRanges<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::DataRowRanges<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `collect` found for type `postgres_protocol::message::backend::DataRowRanges<'_>` in the current scope [INFO] [stderr] --> src/row.rs:188:36 [INFO] [stderr] | [INFO] [stderr] 188 | let ranges = body.ranges().collect().map_err(Error::parse)?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `collect` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::message::backend::DataRowRanges<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::message::backend::DataRowRanges<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `count` found for type `postgres_protocol::types::ArrayDimensions<'_>` in the current scope [INFO] [stderr] --> src/types/mod.rs:351:31 [INFO] [stderr] | [INFO] [stderr] 351 | if array.dimensions().count()? > 1 { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `count` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::types::ArrayDimensions<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::types::ArrayDimensions<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `and_then` found for type `postgres_protocol::types::ArrayValues<'_>` in the current scope [INFO] [stderr] --> src/types/mod.rs:357:14 [INFO] [stderr] | [INFO] [stderr] 357 | .and_then(|v| T::from_sql_nullable(member_type, v)) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `and_then` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::types::ArrayValues<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for type `postgres_protocol::types::HstoreEntries<'_>` in the current scope [INFO] [stderr] --> src/types/mod.rs:439:14 [INFO] [stderr] | [INFO] [stderr] 439 | .map(|(k, v)| (k.to_owned(), v.map(str::to_owned))) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut postgres_protocol::types::HstoreEntries<'_> : fallible_iterator::FallibleIterator` [INFO] [stderr] `&mut postgres_protocol::types::HstoreEntries<'_> : std::iter::Iterator` [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use fallible_iterator::FallibleIterator;` [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/error/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/proto/connect_raw.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/proto/prepare.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/proto/simple_query.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/row.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/types/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `tokio-postgres`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/error/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/proto/connect_raw.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/proto/prepare.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/proto/simple_query.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/row.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `fallible_iterator::FallibleIterator` [INFO] [stderr] --> src/types/mod.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use fallible_iterator::FallibleIterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `tokio-postgres`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1e2aa1c08b68eb5b42486e1f18655ce39626d3f76ddb19c6de461f4dcdf1a70a"` [INFO] running `"docker" "rm" "-f" "1e2aa1c08b68eb5b42486e1f18655ce39626d3f76ddb19c6de461f4dcdf1a70a"` [INFO] [stdout] 1e2aa1c08b68eb5b42486e1f18655ce39626d3f76ddb19c6de461f4dcdf1a70a