[INFO] fetching crate odbc-iter 0.2.7...
[INFO] testing odbc-iter-0.2.7 against 1.90.0 for beta-1.91-3
[INFO] extracting crate odbc-iter 0.2.7 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate odbc-iter 0.2.7
[INFO] finished tweaking crates.io crate odbc-iter 0.2.7
[INFO] tweaked toml for crates.io crate odbc-iter 0.2.7 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate odbc-iter 0.2.7 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 92 packages to latest compatible versions
[INFO] [stderr]       Adding odbc v0.13.0 (available: v0.17.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded odbc-sys v0.6.3
[INFO] [stderr]   Downloaded error-context v0.1.2
[INFO] [stderr]   Downloaded odbc v0.13.0
[INFO] [stderr]   Downloaded odbc-safe v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aec6efbe7f159db413220ccdd68ea582ea462ad3188c11f148d0a82f76fa9745
[INFO] running `Command { std: "docker" "start" "-a" "aec6efbe7f159db413220ccdd68ea582ea462ad3188c11f148d0a82f76fa9745", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aec6efbe7f159db413220ccdd68ea582ea462ad3188c11f148d0a82f76fa9745", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aec6efbe7f159db413220ccdd68ea582ea462ad3188c11f148d0a82f76fa9745", kill_on_drop: false }`
[INFO] [stdout] aec6efbe7f159db413220ccdd68ea582ea462ad3188c11f148d0a82f76fa9745
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94d6aabc89b84a553231884c3da493a76f8db09f217c993928eda2f3c678cbda
[INFO] running `Command { std: "docker" "start" "-a" "94d6aabc89b84a553231884c3da493a76f8db09f217c993928eda2f3c678cbda", kill_on_drop: false }`
[INFO] [stderr]    Compiling odbc-sys v0.6.3
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling error-context v0.1.2
[INFO] [stderr]    Compiling odbc-safe v0.4.1
[INFO] [stderr]    Compiling odbc v0.13.0
[INFO] [stderr]    Compiling odbc-iter v0.2.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/row.rs:694:24
[INFO] [stdout]     |
[INFO] [stdout] 694 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms_nano`: use `and_hms_nano_opt()` instead
[INFO] [stdout]    --> src/row.rs:699:14
[INFO] [stdout]     |
[INFO] [stdout] 699 |             .and_hms_nano(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/row.rs:719:24
[INFO] [stdout]     |
[INFO] [stdout] 719 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
[INFO] [stdout]    --> src/row.rs:738:24
[INFO] [stdout]     |
[INFO] [stdout] 738 |             NaiveTime::from_hms_nano(
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/value.rs:155:24
[INFO] [stdout]     |
[INFO] [stdout] 155 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms_nano`: use `and_hms_nano_opt()` instead
[INFO] [stdout]    --> src/value.rs:160:14
[INFO] [stdout]     |
[INFO] [stdout] 160 |             .and_hms_nano(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/value.rs:186:24
[INFO] [stdout]     |
[INFO] [stdout] 186 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
[INFO] [stdout]    --> src/value.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |             NaiveTime::from_hms_nano(
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/odbc_type.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |             NaiveDate::from_ymd(
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms_nano`: use `and_hms_nano_opt()` instead
[INFO] [stdout]   --> src/odbc_type.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |             .and_hms_nano(
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
[INFO] [stdout]   --> src/odbc_type.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |                 NaiveDateTime::from_timestamp(ts as i64, (ts.fract() * 1_000_000_000.0) as u32);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value.rs:516:20
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn as_nullable(&self) -> NullableValue {
[INFO] [stdout]     |                    ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn as_nullable(&self) -> NullableValue<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value.rs:521:23
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue;
[INFO] [stdout]     |                       ^^^^^                         ------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue<'_>;
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value.rs:526:23
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue {
[INFO] [stdout]     |                       ^^^^^                         ------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
[INFO] running `Command { std: "docker" "inspect" "94d6aabc89b84a553231884c3da493a76f8db09f217c993928eda2f3c678cbda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94d6aabc89b84a553231884c3da493a76f8db09f217c993928eda2f3c678cbda", kill_on_drop: false }`
[INFO] [stdout] 94d6aabc89b84a553231884c3da493a76f8db09f217c993928eda2f3c678cbda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb3020a5bf1bc81232eb945c9ef92a3cb5f503f8b3ad78e3545201aa2169eadb
[INFO] running `Command { std: "docker" "start" "-a" "eb3020a5bf1bc81232eb945c9ef92a3cb5f503f8b3ad78e3545201aa2169eadb", kill_on_drop: false }`
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/row.rs:694:24
[INFO] [stdout]     |
[INFO] [stdout] 694 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms_nano`: use `and_hms_nano_opt()` instead
[INFO] [stdout]    --> src/row.rs:699:14
[INFO] [stdout]     |
[INFO] [stdout] 699 |             .and_hms_nano(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/row.rs:719:24
[INFO] [stdout]     |
[INFO] [stdout] 719 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
[INFO] [stdout]    --> src/row.rs:738:24
[INFO] [stdout]     |
[INFO] [stdout] 738 |             NaiveTime::from_hms_nano(
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/value.rs:155:24
[INFO] [stdout]     |
[INFO] [stdout] 155 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms_nano`: use `and_hms_nano_opt()` instead
[INFO] [stdout]    --> src/value.rs:160:14
[INFO] [stdout]     |
[INFO] [stdout] 160 |             .and_hms_nano(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/value.rs:186:24
[INFO] [stdout]     |
[INFO] [stdout] 186 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
[INFO] [stdout]    --> src/value.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |             NaiveTime::from_hms_nano(
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/odbc_type.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |             NaiveDate::from_ymd(
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms_nano`: use `and_hms_nano_opt()` instead
[INFO] [stdout]   --> src/odbc_type.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |             .and_hms_nano(
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
[INFO] [stdout]   --> src/odbc_type.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |                 NaiveDateTime::from_timestamp(ts as i64, (ts.fract() * 1_000_000_000.0) as u32);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value.rs:516:20
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn as_nullable(&self) -> NullableValue {
[INFO] [stdout]     |                    ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn as_nullable(&self) -> NullableValue<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value.rs:521:23
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue;
[INFO] [stdout]     |                       ^^^^^                         ------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue<'_>;
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value.rs:526:23
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue {
[INFO] [stdout]     |                       ^^^^^                         ------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling odbc-iter v0.2.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/row.rs:694:24
[INFO] [stdout]     |
[INFO] [stdout] 694 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms_nano`: use `and_hms_nano_opt()` instead
[INFO] [stdout]    --> src/row.rs:699:14
[INFO] [stdout]     |
[INFO] [stdout] 699 |             .and_hms_nano(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/row.rs:719:24
[INFO] [stdout]     |
[INFO] [stdout] 719 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
[INFO] [stdout]    --> src/row.rs:738:24
[INFO] [stdout]     |
[INFO] [stdout] 738 |             NaiveTime::from_hms_nano(
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/value.rs:155:24
[INFO] [stdout]     |
[INFO] [stdout] 155 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms_nano`: use `and_hms_nano_opt()` instead
[INFO] [stdout]    --> src/value.rs:160:14
[INFO] [stdout]     |
[INFO] [stdout] 160 |             .and_hms_nano(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]    --> src/value.rs:186:24
[INFO] [stdout]     |
[INFO] [stdout] 186 |             NaiveDate::from_ymd(
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveTime::from_hms_nano`: use `from_hms_nano_opt()` instead
[INFO] [stdout]    --> src/value.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |             NaiveTime::from_hms_nano(
[INFO] [stdout]     |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDate::from_ymd`: use `from_ymd_opt()` instead
[INFO] [stdout]   --> src/odbc_type.rs:21:24
[INFO] [stdout]    |
[INFO] [stdout] 21 |             NaiveDate::from_ymd(
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDate::and_hms_nano`: use `and_hms_nano_opt()` instead
[INFO] [stdout]   --> src/odbc_type.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |             .and_hms_nano(
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `DateTime::from_timestamp` instead
[INFO] [stdout]   --> src/odbc_type.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |                 NaiveDateTime::from_timestamp(ts as i64, (ts.fract() * 1_000_000_000.0) as u32);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDateTime::timestamp_millis`: use `.and_utc().timestamp_millis()` instead
[INFO] [stdout]    --> src/odbc_type.rs:101:48
[INFO] [stdout]     |
[INFO] [stdout] 101 |             assert_eq!(ts.as_naive_date_time().timestamp_millis(), 1547115460229);
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Foo` is never constructed
[INFO] [stdout]    --> src/result_set.rs:378:12
[INFO] [stdout]     |
[INFO] [stdout] 378 |     struct Foo {
[INFO] [stdout]     |            ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value.rs:516:20
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn as_nullable(&self) -> NullableValue {
[INFO] [stdout]     |                    ^^^^^     ------------- the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 516 |     fn as_nullable(&self) -> NullableValue<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value.rs:521:23
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue;
[INFO] [stdout]     |                       ^^^^^                         ------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue<'_>;
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value.rs:526:23
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue {
[INFO] [stdout]     |                       ^^^^^                         ------------- the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 526 |     fn as_nullable_as(&self, null: &'static str) -> NullableValue<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcA1aCfe/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libchrono-1907fb56ac124aa0,libiana_time_zone-cc49bde24519b220,libnum_traits-553645f67cf3df50,libassert_matches-59c02a1e206869a4,libregex-ba73662d55472b1a,libregex_automata-3bc01d57f1da284f,libaho_corasick-c42e41715c2cd1fb,libmemchr-fa76f2992109a4ce,libregex_syntax-82aefd9daabd7fca,libodbc-17f437a4a41d06ee,libodbc_safe-2ce33dc41d342deb,libodbc_sys-99d294f2c289d0e0,liblog-62f38dd377528769,liblazy_static-509a3481d98abb23,liberror_context-634a12b0f5e7a2d4}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lodbc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcA1aCfe/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/odbc_iter-76890e50f191313a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lodbc
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `odbc-iter` (lib test) due to 1 previous error; 16 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "eb3020a5bf1bc81232eb945c9ef92a3cb5f503f8b3ad78e3545201aa2169eadb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb3020a5bf1bc81232eb945c9ef92a3cb5f503f8b3ad78e3545201aa2169eadb", kill_on_drop: false }`
[INFO] [stdout] eb3020a5bf1bc81232eb945c9ef92a3cb5f503f8b3ad78e3545201aa2169eadb
