[INFO] fetching crate oci_rs 0.8.0...
[INFO] testing oci_rs-0.8.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate oci_rs 0.8.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate oci_rs 0.8.0
[INFO] finished tweaking crates.io crate oci_rs 0.8.0
[INFO] tweaked toml for crates.io crate oci_rs 0.8.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate oci_rs 0.8.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 35 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] df2116c952c095465ed636b73073a2d03d9b602601ca3bae92d1a5d7f0bc393f
[INFO] running `Command { std: "docker" "start" "-a" "df2116c952c095465ed636b73073a2d03d9b602601ca3bae92d1a5d7f0bc393f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df2116c952c095465ed636b73073a2d03d9b602601ca3bae92d1a5d7f0bc393f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df2116c952c095465ed636b73073a2d03d9b602601ca3bae92d1a5d7f0bc393f", kill_on_drop: false }`
[INFO] [stdout] df2116c952c095465ed636b73073a2d03d9b602601ca3bae92d1a5d7f0bc393f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30f6d38a2efe326c8ab137f3961f6ea3c52625bba201ffff820b1a7f1418d51c
[INFO] running `Command { std: "docker" "start" "-a" "30f6d38a2efe326c8ab137f3961f6ea3c52625bba201ffff820b1a7f1418d51c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling semver v0.6.0
[INFO] [stderr]    Compiling build-helper v0.1.1
[INFO] [stderr]    Compiling oci_rs v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]  --> src/types.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use chrono::{Date, DateTime, Datelike, FixedOffset, TimeZone, Timelike, Utc};
[INFO] [stdout]   |              ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]   --> src/types.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Date(Date<Utc>, [u8; 7]),
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/types.rs:190:21
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl ToSqlValue for Date<Utc> {
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/types.rs:262:23
[INFO] [stdout]     |
[INFO] [stdout] 262 | impl FromSqlValue for Date<Utc> {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/types.rs:311:32
[INFO] [stdout]     |
[INFO] [stdout] 311 | fn create_raw_from_date(date: &Date<Utc>) -> [u8; 7] {
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/oci_error.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Conversion(Box<Error + Send + Sync>),
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Conversion(Box<dyn Error + Send + Sync>),
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/oci_error.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn cause(&self) -> Option<&Error> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/statement.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn bind(&mut self, params: &[&ToSqlValue]) -> Result<(), OciError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn bind(&mut self, params: &[&dyn ToSqlValue]) -> Result<(), OciError> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/types.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 let date = datetime.date();
[INFO] [stdout]     |                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]    --> src/types.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 |         Utc.ymd(century + year, month, day)
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[INFO] [stdout]    --> src/types.rs:303:14
[INFO] [stdout]     |
[INFO] [stdout] 303 |             .and_hms(hour, minute, second)
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]    --> src/types.rs:306:13
[INFO] [stdout]     |
[INFO] [stdout] 306 |         Utc.ymd(century + year, month, day)
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms_nano`: Use and_hms_nano_opt() instead
[INFO] [stdout]    --> src/types.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 |             .and_hms_nano(hour, minute, second, nano)
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]    --> src/types.rs:354:10
[INFO] [stdout]     |
[INFO] [stdout] 354 |         .ymd(century + year, month, day)
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms_nano`: Use and_hms_nano_opt() instead
[INFO] [stdout]    --> src/types.rs:355:10
[INFO] [stdout]     |
[INFO] [stdout] 355 |         .and_hms_nano(hour, minute, second, nano);
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::east`: use `east_opt()` instead
[INFO] [stdout]    --> src/types.rs:356:40
[INFO] [stdout]     |
[INFO] [stdout] 356 |     utc_dt.with_timezone(&FixedOffset::east(hour_in_secs + minutes_in_secs))
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `define`, `buffer_ptr`, and `null_ind_ptr` are never read
[INFO] [stdout]    --> src/statement.rs:518:5
[INFO] [stdout]     |
[INFO] [stdout] 517 | struct ColumnPtrHolder {
[INFO] [stdout]     |        --------------- fields in this struct
[INFO] [stdout] 518 |     define: *mut OCIDefine,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 519 |     buffer: Vec<u8>,
[INFO] [stdout] 520 |     buffer_ptr: *mut c_void,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 521 |     null_ind: Box<c_short>,
[INFO] [stdout] 522 |     null_ind_ptr: *mut c_short,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ColumnPtrHolder` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/connection.rs:100:38
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn create_prepared_statement(&self, sql: &str) -> Result<Statement, OciError> {
[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] 100 |     pub fn create_prepared_statement(&self, sql: &str) -> Result<Statement<'_>, OciError> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/types.rs:148:33
[INFO] [stdout]     |
[INFO] [stdout] 148 |               ref x @ _ => panic!(format!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 149 | |                 "Creating a SqlValue from raw bytes is not implemented yet for: \
[INFO] [stdout] 150 | |                  {:?}",
[INFO] [stdout] 151 | |                 x
[INFO] [stdout] 152 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 148 ~             ref x @ _ => panic!(
[INFO] [stdout] 149 |                 "Creating a SqlValue from raw bytes is not implemented yet for: \
[INFO] [stdout] 150 |                  {:?}",
[INFO] [stdout] 151 |                 x
[INFO] [stdout] 152 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/oci_bindings.rs:62:25
[INFO] [stdout]    |
[INFO] [stdout] 62 |               _ => panic!(format!(
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 63 | |                 "Found an unknown return code: {}, this should not happen.",
[INFO] [stdout] 64 | |                 number
[INFO] [stdout] 65 | |             )),
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 62 ~             _ => panic!(
[INFO] [stdout] 63 |                 "Found an unknown return code: {}, this should not happen.",
[INFO] [stdout] 64 |                 number
[INFO] [stdout] 65 ~             ),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/oci_bindings.rs:113:25
[INFO] [stdout]     |
[INFO] [stdout] 113 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 114 | |                 "Found an unknown handle type: {}, this should not happen.",
[INFO] [stdout] 115 | |                 number
[INFO] [stdout] 116 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 113 ~             _ => panic!(
[INFO] [stdout] 114 |                 "Found an unknown handle type: {}, this should not happen.",
[INFO] [stdout] 115 |                 number
[INFO] [stdout] 116 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/oci_bindings.rs:291:25
[INFO] [stdout]     |
[INFO] [stdout] 291 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 292 | |                 "Found an unknown OciDataType code, {}, this should not happen.",
[INFO] [stdout] 293 | |                 number
[INFO] [stdout] 294 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 291 ~             _ => panic!(
[INFO] [stdout] 292 |                 "Found an unknown OciDataType code, {}, this should not happen.",
[INFO] [stdout] 293 |                 number
[INFO] [stdout] 294 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/oci_bindings.rs:354:25
[INFO] [stdout]     |
[INFO] [stdout] 354 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 355 | |                 "Found an unknown statement type: {}, this should not happen.",
[INFO] [stdout] 356 | |                 number
[INFO] [stdout] 357 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 354 ~             _ => panic!(
[INFO] [stdout] 355 |                 "Found an unknown statement type: {}, this should not happen.",
[INFO] [stdout] 356 |                 number
[INFO] [stdout] 357 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:334:28
[INFO] [stdout]     |
[INFO] [stdout] 334 |     pub fn lazy_result_set(&mut self) -> RowIter {
[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] 334 |     pub fn lazy_result_set(&mut self) -> RowIter<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/statement.rs:396:20
[INFO] [stdout]     |
[INFO] [stdout] 396 |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 397 | |                 "Could not release the statement Statement: {}",
[INFO] [stdout] 398 | |                 err
[INFO] [stdout] 399 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 396 ~             panic!(
[INFO] [stdout] 397 |                 "Could not release the statement Statement: {}",
[INFO] [stdout] 398 |                 err
[INFO] [stdout] 399 ~             )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
[INFO] running `Command { std: "docker" "inspect" "30f6d38a2efe326c8ab137f3961f6ea3c52625bba201ffff820b1a7f1418d51c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30f6d38a2efe326c8ab137f3961f6ea3c52625bba201ffff820b1a7f1418d51c", kill_on_drop: false }`
[INFO] [stdout] 30f6d38a2efe326c8ab137f3961f6ea3c52625bba201ffff820b1a7f1418d51c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0614c537d5b6668d8646140a694627c5338b49492c8f7e839ad0ee83de18e72d
[INFO] running `Command { std: "docker" "start" "-a" "0614c537d5b6668d8646140a694627c5338b49492c8f7e839ad0ee83de18e72d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]  --> src/types.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use chrono::{Date, DateTime, Datelike, FixedOffset, TimeZone, Timelike, Utc};
[INFO] [stdout]   |              ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]   --> src/types.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Date(Date<Utc>, [u8; 7]),
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/types.rs:190:21
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl ToSqlValue for Date<Utc> {
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/types.rs:262:23
[INFO] [stdout]     |
[INFO] [stdout] 262 | impl FromSqlValue for Date<Utc> {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/types.rs:311:32
[INFO] [stdout]     |
[INFO] [stdout] 311 | fn create_raw_from_date(date: &Date<Utc>) -> [u8; 7] {
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/oci_error.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Conversion(Box<Error + Send + Sync>),
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Conversion(Box<dyn Error + Send + Sync>),
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/oci_error.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn cause(&self) -> Option<&Error> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/statement.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn bind(&mut self, params: &[&ToSqlValue]) -> Result<(), OciError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn bind(&mut self, params: &[&dyn ToSqlValue]) -> Result<(), OciError> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/types.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 let date = datetime.date();
[INFO] [stdout]     |                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]    --> src/types.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 |         Utc.ymd(century + year, month, day)
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[INFO] [stdout]    --> src/types.rs:303:14
[INFO] [stdout]     |
[INFO] [stdout] 303 |             .and_hms(hour, minute, second)
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]    --> src/types.rs:306:13
[INFO] [stdout]     |
[INFO] [stdout] 306 |         Utc.ymd(century + year, month, day)
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms_nano`: Use and_hms_nano_opt() instead
[INFO] [stdout]    --> src/types.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 |             .and_hms_nano(hour, minute, second, nano)
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]    --> src/types.rs:354:10
[INFO] [stdout]     |
[INFO] [stdout] 354 |         .ymd(century + year, month, day)
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms_nano`: Use and_hms_nano_opt() instead
[INFO] [stdout]    --> src/types.rs:355:10
[INFO] [stdout]     |
[INFO] [stdout] 355 |         .and_hms_nano(hour, minute, second, nano);
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::east`: use `east_opt()` instead
[INFO] [stdout]    --> src/types.rs:356:40
[INFO] [stdout]     |
[INFO] [stdout] 356 |     utc_dt.with_timezone(&FixedOffset::east(hour_in_secs + minutes_in_secs))
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `define`, `buffer_ptr`, and `null_ind_ptr` are never read
[INFO] [stdout]    --> src/statement.rs:518:5
[INFO] [stdout]     |
[INFO] [stdout] 517 | struct ColumnPtrHolder {
[INFO] [stdout]     |        --------------- fields in this struct
[INFO] [stdout] 518 |     define: *mut OCIDefine,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 519 |     buffer: Vec<u8>,
[INFO] [stdout] 520 |     buffer_ptr: *mut c_void,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 521 |     null_ind: Box<c_short>,
[INFO] [stdout] 522 |     null_ind_ptr: *mut c_short,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ColumnPtrHolder` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/connection.rs:100:38
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn create_prepared_statement(&self, sql: &str) -> Result<Statement, OciError> {
[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] 100 |     pub fn create_prepared_statement(&self, sql: &str) -> Result<Statement<'_>, OciError> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/types.rs:148:33
[INFO] [stdout]     |
[INFO] [stdout] 148 |               ref x @ _ => panic!(format!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 149 | |                 "Creating a SqlValue from raw bytes is not implemented yet for: \
[INFO] [stdout] 150 | |                  {:?}",
[INFO] [stdout] 151 | |                 x
[INFO] [stdout] 152 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 148 ~             ref x @ _ => panic!(
[INFO] [stdout] 149 |                 "Creating a SqlValue from raw bytes is not implemented yet for: \
[INFO] [stdout] 150 |                  {:?}",
[INFO] [stdout] 151 |                 x
[INFO] [stdout] 152 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/oci_bindings.rs:62:25
[INFO] [stdout]    |
[INFO] [stdout] 62 |               _ => panic!(format!(
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 63 | |                 "Found an unknown return code: {}, this should not happen.",
[INFO] [stdout] 64 | |                 number
[INFO] [stdout] 65 | |             )),
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 62 ~             _ => panic!(
[INFO] [stdout] 63 |                 "Found an unknown return code: {}, this should not happen.",
[INFO] [stdout] 64 |                 number
[INFO] [stdout] 65 ~             ),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/oci_bindings.rs:113:25
[INFO] [stdout]     |
[INFO] [stdout] 113 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 114 | |                 "Found an unknown handle type: {}, this should not happen.",
[INFO] [stdout] 115 | |                 number
[INFO] [stdout] 116 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 113 ~             _ => panic!(
[INFO] [stdout] 114 |                 "Found an unknown handle type: {}, this should not happen.",
[INFO] [stdout] 115 |                 number
[INFO] [stdout] 116 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/oci_bindings.rs:291:25
[INFO] [stdout]     |
[INFO] [stdout] 291 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 292 | |                 "Found an unknown OciDataType code, {}, this should not happen.",
[INFO] [stdout] 293 | |                 number
[INFO] [stdout] 294 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 291 ~             _ => panic!(
[INFO] [stdout] 292 |                 "Found an unknown OciDataType code, {}, this should not happen.",
[INFO] [stdout] 293 |                 number
[INFO] [stdout] 294 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/oci_bindings.rs:354:25
[INFO] [stdout]     |
[INFO] [stdout] 354 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 355 | |                 "Found an unknown statement type: {}, this should not happen.",
[INFO] [stdout] 356 | |                 number
[INFO] [stdout] 357 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 354 ~             _ => panic!(
[INFO] [stdout] 355 |                 "Found an unknown statement type: {}, this should not happen.",
[INFO] [stdout] 356 |                 number
[INFO] [stdout] 357 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:334:28
[INFO] [stdout]     |
[INFO] [stdout] 334 |     pub fn lazy_result_set(&mut self) -> RowIter {
[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] 334 |     pub fn lazy_result_set(&mut self) -> RowIter<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/statement.rs:396:20
[INFO] [stdout]     |
[INFO] [stdout] 396 |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 397 | |                 "Could not release the statement Statement: {}",
[INFO] [stdout] 398 | |                 err
[INFO] [stdout] 399 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 396 ~             panic!(
[INFO] [stdout] 397 |                 "Could not release the statement Statement: {}",
[INFO] [stdout] 398 |                 err
[INFO] [stdout] 399 ~             )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling oci_rs v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]  --> src/types.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use chrono::{Date, DateTime, Datelike, FixedOffset, TimeZone, Timelike, Utc};
[INFO] [stdout]   |              ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]   --> src/types.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Date(Date<Utc>, [u8; 7]),
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/types.rs:190:21
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl ToSqlValue for Date<Utc> {
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/types.rs:262:23
[INFO] [stdout]     |
[INFO] [stdout] 262 | impl FromSqlValue for Date<Utc> {
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/types.rs:311:32
[INFO] [stdout]     |
[INFO] [stdout] 311 | fn create_raw_from_date(date: &Date<Utc>) -> [u8; 7] {
[INFO] [stdout]     |                                ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]    --> src/lib.rs:508:18
[INFO] [stdout]     |
[INFO] [stdout] 508 |     use chrono::{Date, DateTime, FixedOffset, TimeZone, Timelike, Utc};
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]     --> src/lib.rs:1077:19
[INFO] [stdout]      |
[INFO] [stdout] 1077 |         let date: Date<Utc> = first_row[2].value().unwrap();
[INFO] [stdout]      |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
[INFO] [stdout]     --> src/lib.rs:1248:19
[INFO] [stdout]      |
[INFO] [stdout] 1248 |         let date: Date<Utc> = first_row[3].value().unwrap();
[INFO] [stdout]      |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/oci_error.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Conversion(Box<Error + Send + Sync>),
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Conversion(Box<dyn Error + Send + Sync>),
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/oci_error.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn cause(&self) -> Option<&Error> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/statement.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn bind(&mut self, params: &[&ToSqlValue]) -> Result<(), OciError> {
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn bind(&mut self, params: &[&dyn ToSqlValue]) -> Result<(), OciError> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::date`: Use `date_naive()` instead
[INFO] [stdout]    --> src/types.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 let date = datetime.date();
[INFO] [stdout]     |                                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]    --> src/types.rs:302:13
[INFO] [stdout]     |
[INFO] [stdout] 302 |         Utc.ymd(century + year, month, day)
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[INFO] [stdout]    --> src/types.rs:303:14
[INFO] [stdout]     |
[INFO] [stdout] 303 |             .and_hms(hour, minute, second)
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]    --> src/types.rs:306:13
[INFO] [stdout]     |
[INFO] [stdout] 306 |         Utc.ymd(century + year, month, day)
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms_nano`: Use and_hms_nano_opt() instead
[INFO] [stdout]    --> src/types.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 |             .and_hms_nano(hour, minute, second, nano)
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]    --> src/types.rs:354:10
[INFO] [stdout]     |
[INFO] [stdout] 354 |         .ymd(century + year, month, day)
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms_nano`: Use and_hms_nano_opt() instead
[INFO] [stdout]    --> src/types.rs:355:10
[INFO] [stdout]     |
[INFO] [stdout] 355 |         .and_hms_nano(hour, minute, second, nano);
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::east`: use `east_opt()` instead
[INFO] [stdout]    --> src/types.rs:356:40
[INFO] [stdout]     |
[INFO] [stdout] 356 |     utc_dt.with_timezone(&FixedOffset::east(hour_in_secs + minutes_in_secs))
[INFO] [stdout]     |                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]     --> src/lib.rs:1048:28
[INFO] [stdout]      |
[INFO] [stdout] 1048 |         let birthday = Utc.ymd(2006, 10, 1);
[INFO] [stdout]      |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]     --> src/lib.rs:1113:23
[INFO] [stdout]      |
[INFO] [stdout] 1113 |         let utc = Utc.ymd(2018, 01, 05).and_hms(19, 25, 30);
[INFO] [stdout]      |                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::Date::<Tz>::and_hms`: Use and_hms_opt() instead
[INFO] [stdout]     --> src/lib.rs:1113:41
[INFO] [stdout]      |
[INFO] [stdout] 1113 |         let utc = Utc.ymd(2018, 01, 05).and_hms(19, 25, 30);
[INFO] [stdout]      |                                         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::east`: use `east_opt()` instead
[INFO] [stdout]     --> src/lib.rs:1114:54
[INFO] [stdout]      |
[INFO] [stdout] 1114 |         let utc_tz = utc.with_timezone(&FixedOffset::east(0));
[INFO] [stdout]      |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::east`: use `east_opt()` instead
[INFO] [stdout]     --> src/lib.rs:1115:54
[INFO] [stdout]      |
[INFO] [stdout] 1115 |         let east_5 = utc.with_timezone(&FixedOffset::east(5 * 3600));
[INFO] [stdout]      |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::east`: use `east_opt()` instead
[INFO] [stdout]     --> src/lib.rs:1116:57
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let east_5_30 = utc.with_timezone(&FixedOffset::east((5 * 3600) + (30 * 60)));
[INFO] [stdout]      |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::west`: use `west_opt()` instead
[INFO] [stdout]     --> src/lib.rs:1117:54
[INFO] [stdout]      |
[INFO] [stdout] 1117 |         let west_8 = utc.with_timezone(&FixedOffset::west(8 * 3600));
[INFO] [stdout]      |                                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::west`: use `west_opt()` instead
[INFO] [stdout]     --> src/lib.rs:1118:57
[INFO] [stdout]      |
[INFO] [stdout] 1118 |         let west_8_30 = utc.with_timezone(&FixedOffset::west((8 * 3600) + (30 * 60)));
[INFO] [stdout]      |                                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead
[INFO] [stdout]     --> src/lib.rs:1211:28
[INFO] [stdout]      |
[INFO] [stdout] 1211 |         let released = Utc.ymd(2014, 7, 21);
[INFO] [stdout]      |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::FixedOffset::east`: use `east_opt()` instead
[INFO] [stdout]     --> src/lib.rs:1213:58
[INFO] [stdout]      |
[INFO] [stdout] 1213 |         let viewed = updated.with_timezone(&FixedOffset::east((5 * 3600) + 1800));
[INFO] [stdout]      |                                                          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `define`, `buffer_ptr`, and `null_ind_ptr` are never read
[INFO] [stdout]    --> src/statement.rs:518:5
[INFO] [stdout]     |
[INFO] [stdout] 517 | struct ColumnPtrHolder {
[INFO] [stdout]     |        --------------- fields in this struct
[INFO] [stdout] 518 |     define: *mut OCIDefine,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 519 |     buffer: Vec<u8>,
[INFO] [stdout] 520 |     buffer_ptr: *mut c_void,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 521 |     null_ind: Box<c_short>,
[INFO] [stdout] 522 |     null_ind_ptr: *mut c_short,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ColumnPtrHolder` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/connection.rs:100:38
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn create_prepared_statement(&self, sql: &str) -> Result<Statement, OciError> {
[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] 100 |     pub fn create_prepared_statement(&self, sql: &str) -> Result<Statement<'_>, OciError> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/types.rs:148:33
[INFO] [stdout]     |
[INFO] [stdout] 148 |               ref x @ _ => panic!(format!(
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 149 | |                 "Creating a SqlValue from raw bytes is not implemented yet for: \
[INFO] [stdout] 150 | |                  {:?}",
[INFO] [stdout] 151 | |                 x
[INFO] [stdout] 152 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 148 ~             ref x @ _ => panic!(
[INFO] [stdout] 149 |                 "Creating a SqlValue from raw bytes is not implemented yet for: \
[INFO] [stdout] 150 |                  {:?}",
[INFO] [stdout] 151 |                 x
[INFO] [stdout] 152 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/oci_bindings.rs:62:25
[INFO] [stdout]    |
[INFO] [stdout] 62 |               _ => panic!(format!(
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 63 | |                 "Found an unknown return code: {}, this should not happen.",
[INFO] [stdout] 64 | |                 number
[INFO] [stdout] 65 | |             )),
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 62 ~             _ => panic!(
[INFO] [stdout] 63 |                 "Found an unknown return code: {}, this should not happen.",
[INFO] [stdout] 64 |                 number
[INFO] [stdout] 65 ~             ),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/oci_bindings.rs:113:25
[INFO] [stdout]     |
[INFO] [stdout] 113 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 114 | |                 "Found an unknown handle type: {}, this should not happen.",
[INFO] [stdout] 115 | |                 number
[INFO] [stdout] 116 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 113 ~             _ => panic!(
[INFO] [stdout] 114 |                 "Found an unknown handle type: {}, this should not happen.",
[INFO] [stdout] 115 |                 number
[INFO] [stdout] 116 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/oci_bindings.rs:291:25
[INFO] [stdout]     |
[INFO] [stdout] 291 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 292 | |                 "Found an unknown OciDataType code, {}, this should not happen.",
[INFO] [stdout] 293 | |                 number
[INFO] [stdout] 294 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 291 ~             _ => panic!(
[INFO] [stdout] 292 |                 "Found an unknown OciDataType code, {}, this should not happen.",
[INFO] [stdout] 293 |                 number
[INFO] [stdout] 294 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/oci_bindings.rs:354:25
[INFO] [stdout]     |
[INFO] [stdout] 354 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 355 | |                 "Found an unknown statement type: {}, this should not happen.",
[INFO] [stdout] 356 | |                 number
[INFO] [stdout] 357 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 354 ~             _ => panic!(
[INFO] [stdout] 355 |                 "Found an unknown statement type: {}, this should not happen.",
[INFO] [stdout] 356 |                 number
[INFO] [stdout] 357 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/statement.rs:334:28
[INFO] [stdout]     |
[INFO] [stdout] 334 |     pub fn lazy_result_set(&mut self) -> RowIter {
[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] 334 |     pub fn lazy_result_set(&mut self) -> RowIter<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/statement.rs:396:20
[INFO] [stdout]     |
[INFO] [stdout] 396 |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 397 | |                 "Could not release the statement Statement: {}",
[INFO] [stdout] 398 | |                 err
[INFO] [stdout] 399 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 396 ~             panic!(
[INFO] [stdout] 397 |                 "Could not release the statement Statement: {}",
[INFO] [stdout] 398 |                 err
[INFO] [stdout] 399 ~             )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcKWTXaA/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lclntsh" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{liblibc-30ffb0440c90cdd5,libchrono-ea181d6b18778f92,libiana_time_zone-bab5d12b40894ac1,libnum_traits-6666cccbb131ccd3,libbyteorder-8f59b6d1bfdaa844}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcKWTXaA/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/oci_rs-fe817dd856987947" "-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 -lclntsh
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oci_rs` (lib test) due to 1 previous error; 38 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0614c537d5b6668d8646140a694627c5338b49492c8f7e839ad0ee83de18e72d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0614c537d5b6668d8646140a694627c5338b49492c8f7e839ad0ee83de18e72d", kill_on_drop: false }`
[INFO] [stdout] 0614c537d5b6668d8646140a694627c5338b49492c8f7e839ad0ee83de18e72d
