[INFO] crate hdbconnect 0.10.0 is already in cache [INFO] extracting crate hdbconnect 0.10.0 into work/ex/pr-57321/sources/master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104/reg/hdbconnect/0.10.0 [INFO] extracting crate hdbconnect 0.10.0 into work/ex/pr-57321/sources/try#b9139d2caca1db46014a9c302d5c47cfae0d8ae0/reg/hdbconnect/0.10.0 [INFO] validating manifest of hdbconnect-0.10.0 on toolchain master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0bbc3927e28c22edefe6a1353b5ecc95ea9a104-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hdbconnect-0.10.0 on toolchain try#b9139d2caca1db46014a9c302d5c47cfae0d8ae0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b9139d2caca1db46014a9c302d5c47cfae0d8ae0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing hdbconnect-0.10.0 [INFO] finished frobbing hdbconnect-0.10.0 [INFO] frobbed toml for hdbconnect-0.10.0 written to work/ex/pr-57321/sources/master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104/reg/hdbconnect/0.10.0/Cargo.toml [INFO] started frobbing hdbconnect-0.10.0 [INFO] finished frobbing hdbconnect-0.10.0 [INFO] frobbed toml for hdbconnect-0.10.0 written to work/ex/pr-57321/sources/try#b9139d2caca1db46014a9c302d5c47cfae0d8ae0/reg/hdbconnect/0.10.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0bbc3927e28c22edefe6a1353b5ecc95ea9a104-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b9139d2caca1db46014a9c302d5c47cfae0d8ae0-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c0bbc3927e28c22edefe6a1353b5ecc95ea9a104-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b9139d2caca1db46014a9c302d5c47cfae0d8ae0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking hdbconnect-0.10.0 against master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104 for pr-57321 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57321/worker-6/master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57321/sources/master#c0bbc3927e28c22edefe6a1353b5ecc95ea9a104/reg/hdbconnect/0.10.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c0bbc3927e28c22edefe6a1353b5ecc95ea9a104-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4c2bf81a4f5b78fe0e17159893e3742789cd619e170014c605580c91021c5a91 [INFO] running `"docker" "start" "-a" "4c2bf81a4f5b78fe0e17159893e3742789cd619e170014c605580c91021c5a91"` [INFO] [stderr] Checking dist_tx v0.2.2 [INFO] [stderr] Checking secstr v0.3.1 [INFO] [stderr] Checking serde_db v0.5.1 [INFO] [stderr] Checking num-iter v0.1.37 [INFO] [stderr] Checking num-rational v0.2.1 [INFO] [stderr] Checking pbkdf2 v0.3.0 [INFO] [stderr] Checking hmac v0.7.0 [INFO] [stderr] Checking flexi_logger v0.10.3 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking hdbconnect v0.10.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `get_server_proc_time` [INFO] [stderr] --> src/conn_core/connection_core.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn get_server_proc_time(&self) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_authenticated` [INFO] [stderr] --> src/conn_core/connection_core.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | pub fn is_authenticated(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `CommitOptions` [INFO] [stderr] --> src/protocol/argument.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | CommitOptions(CommitOptions), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FetchOptions` [INFO] [stderr] --> src/protocol/argument.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | FetchOptions(FetchOptions), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `LobFlags` [INFO] [stderr] --> src/protocol/argument.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | LobFlags(LobFlags), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `clear` [INFO] [stderr] --> src/protocol/part.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn clear(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `swap_remove` [INFO] [stderr] --> src/protocol/part.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | pub fn swap_remove(&mut self, index: usize) -> Part { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_empty` [INFO] [stderr] --> src/protocol/parts/authfields.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn is_empty(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_integer` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:136:5 [INFO] [stderr] | [INFO] [stderr] 136 | fn get_integer(&self, id: &ConnOptId, s: &str) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_bool` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | fn get_bool(&self, id: &ConnOptId, s: &str) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_connection_id` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:170:5 [INFO] [stderr] | [INFO] [stderr] 170 | pub fn get_connection_id(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_build_platform` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | pub fn get_build_platform(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_endianness` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:196:5 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn get_endianness(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_engine_dataformat_version` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:202:5 [INFO] [stderr] | [INFO] [stderr] 202 | pub fn get_engine_dataformat_version(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_dataformat_version` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:210:5 [INFO] [stderr] | [INFO] [stderr] 210 | pub fn get_dataformat_version(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_dataformat_version2` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | pub fn get_dataformat_version2(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_nontransactional_prepare` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:235:5 [INFO] [stderr] | [INFO] [stderr] 235 | pub fn get_nontransactional_prepare(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_supports_large_bulk_operations` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | pub fn get_supports_large_bulk_operations(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_activeactive_protocolversion` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:251:5 [INFO] [stderr] | [INFO] [stderr] 251 | pub fn get_activeactive_protocolversion(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_implicit_lob_streaming` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | pub fn get_implicit_lob_streaming(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_complete_array_execution` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:266:5 [INFO] [stderr] | [INFO] [stderr] 266 | pub fn get_complete_array_execution(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_query_timeout_ok` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:271:5 [INFO] [stderr] | [INFO] [stderr] 271 | pub fn get_query_timeout_ok(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_use_transaction_flags_only` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:278:5 [INFO] [stderr] | [INFO] [stderr] 278 | pub fn get_use_transaction_flags_only(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_ignore_unknown_parts` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | pub fn get_ignore_unknown_parts(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_split_batch_commands` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:293:5 [INFO] [stderr] | [INFO] [stderr] 293 | pub fn get_split_batch_commands(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_fda_enabled` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:298:5 [INFO] [stderr] | [INFO] [stderr] 298 | pub fn get_fda_enabled(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_itab_parameter` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:304:5 [INFO] [stderr] | [INFO] [stderr] 304 | pub fn get_itab_parameter(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_client_distribution_mode` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:323:5 [INFO] [stderr] | [INFO] [stderr] 323 | pub fn get_client_distribution_mode(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_clientinfo_nullvalue_ok` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:327:5 [INFO] [stderr] | [INFO] [stderr] 327 | pub fn get_clientinfo_nullvalue_ok(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_hold_cursor_over_rollback_supported` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | pub fn get_hold_cursor_over_rollback_supported(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_support_drop_statement_id_part` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:336:5 [INFO] [stderr] | [INFO] [stderr] 336 | pub fn get_support_drop_statement_id_part(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_support_full_compile_on_prepare` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:341:5 [INFO] [stderr] | [INFO] [stderr] 341 | pub fn get_support_full_compile_on_prepare(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_count` [INFO] [stderr] --> src/protocol/parts/xat_options.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn set_count(&mut self, count: i64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_onephase` [INFO] [stderr] --> src/protocol/parts/xat_options.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn set_onephase(&mut self, one_phase: bool) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_server_proc_time` [INFO] [stderr] --> src/conn_core/connection_core.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn get_server_proc_time(&self) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_authenticated` [INFO] [stderr] --> src/conn_core/connection_core.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | pub fn is_authenticated(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `CommitOptions` [INFO] [stderr] --> src/protocol/argument.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | CommitOptions(CommitOptions), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FetchOptions` [INFO] [stderr] --> src/protocol/argument.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | FetchOptions(FetchOptions), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `LobFlags` [INFO] [stderr] --> src/protocol/argument.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | LobFlags(LobFlags), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `clear` [INFO] [stderr] --> src/protocol/part.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn clear(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `swap_remove` [INFO] [stderr] --> src/protocol/part.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | pub fn swap_remove(&mut self, index: usize) -> Part { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `is_empty` [INFO] [stderr] --> src/protocol/parts/authfields.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn is_empty(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_integer` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:136:5 [INFO] [stderr] | [INFO] [stderr] 136 | fn get_integer(&self, id: &ConnOptId, s: &str) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_bool` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | fn get_bool(&self, id: &ConnOptId, s: &str) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_connection_id` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:170:5 [INFO] [stderr] | [INFO] [stderr] 170 | pub fn get_connection_id(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_build_platform` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:191:5 [INFO] [stderr] | [INFO] [stderr] 191 | pub fn get_build_platform(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_endianness` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:196:5 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn get_endianness(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_engine_dataformat_version` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:202:5 [INFO] [stderr] | [INFO] [stderr] 202 | pub fn get_engine_dataformat_version(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_dataformat_version` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:210:5 [INFO] [stderr] | [INFO] [stderr] 210 | pub fn get_dataformat_version(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_dataformat_version2` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | pub fn get_dataformat_version2(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_nontransactional_prepare` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:235:5 [INFO] [stderr] | [INFO] [stderr] 235 | pub fn get_nontransactional_prepare(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_supports_large_bulk_operations` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | pub fn get_supports_large_bulk_operations(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_activeactive_protocolversion` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:251:5 [INFO] [stderr] | [INFO] [stderr] 251 | pub fn get_activeactive_protocolversion(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_implicit_lob_streaming` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | pub fn get_implicit_lob_streaming(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_complete_array_execution` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:266:5 [INFO] [stderr] | [INFO] [stderr] 266 | pub fn get_complete_array_execution(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_query_timeout_ok` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:271:5 [INFO] [stderr] | [INFO] [stderr] 271 | pub fn get_query_timeout_ok(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_use_transaction_flags_only` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:278:5 [INFO] [stderr] | [INFO] [stderr] 278 | pub fn get_use_transaction_flags_only(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_ignore_unknown_parts` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | pub fn get_ignore_unknown_parts(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_split_batch_commands` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:293:5 [INFO] [stderr] | [INFO] [stderr] 293 | pub fn get_split_batch_commands(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_fda_enabled` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:298:5 [INFO] [stderr] | [INFO] [stderr] 298 | pub fn get_fda_enabled(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_itab_parameter` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:304:5 [INFO] [stderr] | [INFO] [stderr] 304 | pub fn get_itab_parameter(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_client_distribution_mode` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:323:5 [INFO] [stderr] | [INFO] [stderr] 323 | pub fn get_client_distribution_mode(&self) -> Option<&i32> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_clientinfo_nullvalue_ok` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:327:5 [INFO] [stderr] | [INFO] [stderr] 327 | pub fn get_clientinfo_nullvalue_ok(&self) -> Option<&bool> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_hold_cursor_over_rollback_supported` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:331:5 [INFO] [stderr] | [INFO] [stderr] 331 | pub fn get_hold_cursor_over_rollback_supported(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_support_drop_statement_id_part` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:336:5 [INFO] [stderr] | [INFO] [stderr] 336 | pub fn get_support_drop_statement_id_part(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_support_full_compile_on_prepare` [INFO] [stderr] --> src/protocol/parts/connect_options.rs:341:5 [INFO] [stderr] | [INFO] [stderr] 341 | pub fn get_support_full_compile_on_prepare(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_count` [INFO] [stderr] --> src/protocol/parts/xat_options.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn set_count(&mut self, count: i64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_onephase` [INFO] [stderr] --> src/protocol/parts/xat_options.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn set_onephase(&mut self, one_phase: bool) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.72s [INFO] running `"docker" "inspect" "4c2bf81a4f5b78fe0e17159893e3742789cd619e170014c605580c91021c5a91"` [INFO] running `"docker" "rm" "-f" "4c2bf81a4f5b78fe0e17159893e3742789cd619e170014c605580c91021c5a91"` [INFO] [stdout] 4c2bf81a4f5b78fe0e17159893e3742789cd619e170014c605580c91021c5a91