[INFO] crate mimir 0.3.5 is already in cache
[INFO] checking mimir-0.3.5 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate mimir 0.3.5 into /workspace/builds/worker-10/source
[INFO] validating manifest of crates.io crate mimir 0.3.5 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate mimir 0.3.5
[INFO] finished tweaking crates.io crate mimir 0.3.5
[INFO] tweaked toml for crates.io crate mimir 0.3.5 written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 5b33c2417d29c9fc6750d53b171da40d5b55f770c7dbd50c1aff0dd986540d34
[INFO] running `"docker" "start" "-a" "5b33c2417d29c9fc6750d53b171da40d5b55f770c7dbd50c1aff0dd986540d34"`
[INFO] [stderr]     Checking hex-slice v0.1.4
[INFO] [stderr]    Compiling mimir v0.3.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking slog-try v0.2.0
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr] warning: use of deprecated item 'gcc::Build': crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr]   --> build.rs:14:21
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let mut build = gcc::Build::new();
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr]   --> build.rs:14:21
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let mut build = gcc::Build::new();
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Checking slog-term v2.5.0
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling getset v0.1.0
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling derive_builder_core v0.9.0
[INFO] [stderr]    Compiling derive_builder v0.9.0
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / bitflags! {
[INFO] [stderr] 11 | |     #[repr(C)]
[INFO] [stderr] 12 | |     /// This enumeration identifies the mode to use when authorizing connections to the database.
[INFO] [stderr] 13 | |     pub struct ODPIAuthMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | |     }
[INFO] [stderr] 34 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / bitflags! {
[INFO] [stderr] 11 | |     #[repr(C)]
[INFO] [stderr] 12 | |     /// This enumeration identifies the mode to use when authorizing connections to the database.
[INFO] [stderr] 13 | |     pub struct ODPIAuthMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | |     }
[INFO] [stderr] 34 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / bitflags! {
[INFO] [stderr] 11 | |     #[repr(C)]
[INFO] [stderr] 12 | |     /// This enumeration identifies the mode to use when authorizing connections to the database.
[INFO] [stderr] 13 | |     pub struct ODPIAuthMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | |     }
[INFO] [stderr] 34 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | / bitflags! {
[INFO] [stderr] 37 | |     #[repr(C)]
[INFO] [stderr] 38 | |     /// This enumeration identifies the mode to use when closing connections to the database.
[INFO] [stderr] 39 | |     pub struct ODPIConnCloseMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 48 | |     }
[INFO] [stderr] 49 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | / bitflags! {
[INFO] [stderr] 37 | |     #[repr(C)]
[INFO] [stderr] 38 | |     /// This enumeration identifies the mode to use when closing connections to the database.
[INFO] [stderr] 39 | |     pub struct ODPIConnCloseMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 48 | |     }
[INFO] [stderr] 49 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | / bitflags! {
[INFO] [stderr] 37 | |     #[repr(C)]
[INFO] [stderr] 38 | |     /// This enumeration identifies the mode to use when closing connections to the database.
[INFO] [stderr] 39 | |     pub struct ODPIConnCloseMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 48 | |     }
[INFO] [stderr] 49 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | / bitflags! {
[INFO] [stderr] 52 | |     #[repr(C)]
[INFO] [stderr] 53 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 54 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 65 | |     }
[INFO] [stderr] 66 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | / bitflags! {
[INFO] [stderr] 52 | |     #[repr(C)]
[INFO] [stderr] 53 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 54 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 65 | |     }
[INFO] [stderr] 66 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | / bitflags! {
[INFO] [stderr] 52 | |     #[repr(C)]
[INFO] [stderr] 53 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 54 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 65 | |     }
[INFO] [stderr] 66 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | / bitflags! {
[INFO] [stderr] 69 | |     #[repr(C)]
[INFO] [stderr] 70 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 71 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | |     }
[INFO] [stderr] 89 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | / bitflags! {
[INFO] [stderr] 69 | |     #[repr(C)]
[INFO] [stderr] 70 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 71 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | |     }
[INFO] [stderr] 89 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | / bitflags! {
[INFO] [stderr] 69 | |     #[repr(C)]
[INFO] [stderr] 70 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 71 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | |     }
[INFO] [stderr] 89 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:91:1
[INFO] [stderr]     |
[INFO] [stderr] 91  | / bitflags! {
[INFO] [stderr] 92  | |     #[repr(C)]
[INFO] [stderr] 93  | |     /// This enumeration identifies the types of operations that can take place during object change
[INFO] [stderr] 94  | |     /// and query change notification. It is used both as a filter when determining which operations
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     }
[INFO] [stderr] 117 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:91:1
[INFO] [stderr]     |
[INFO] [stderr] 91  | / bitflags! {
[INFO] [stderr] 92  | |     #[repr(C)]
[INFO] [stderr] 93  | |     /// This enumeration identifies the types of operations that can take place during object change
[INFO] [stderr] 94  | |     /// and query change notification. It is used both as a filter when determining which operations
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     }
[INFO] [stderr] 117 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:91:1
[INFO] [stderr]     |
[INFO] [stderr] 91  | / bitflags! {
[INFO] [stderr] 92  | |     #[repr(C)]
[INFO] [stderr] 93  | |     /// This enumeration identifies the types of operations that can take place during object change
[INFO] [stderr] 94  | |     /// and query change notification. It is used both as a filter when determining which operations
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     }
[INFO] [stderr] 117 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | / bitflags! {
[INFO] [stderr] 120 | |     #[repr(C)]
[INFO] [stderr] 121 | |     /// This enumeration identifies the mode to use when closing pools.
[INFO] [stderr] 122 | |     pub struct ODPIPoolCloseMode: u32 {
[INFO] [stderr] ...   |
[INFO] [stderr] 129 | |     }
[INFO] [stderr] 130 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | / bitflags! {
[INFO] [stderr] 120 | |     #[repr(C)]
[INFO] [stderr] 121 | |     /// This enumeration identifies the mode to use when closing pools.
[INFO] [stderr] 122 | |     pub struct ODPIPoolCloseMode: u32 {
[INFO] [stderr] ...   |
[INFO] [stderr] 129 | |     }
[INFO] [stderr] 130 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | / bitflags! {
[INFO] [stderr] 120 | |     #[repr(C)]
[INFO] [stderr] 121 | |     /// This enumeration identifies the mode to use when closing pools.
[INFO] [stderr] 122 | |     pub struct ODPIPoolCloseMode: u32 {
[INFO] [stderr] ...   |
[INFO] [stderr] 129 | |     }
[INFO] [stderr] 130 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | / bitflags! {
[INFO] [stderr] 133 | |     #[repr(C)]
[INFO] [stderr] 134 | |     /// This enumeration identifies the quality of service flags for sending notifications to
[INFO] [stderr] 135 | |     /// subscriptions.
[INFO] [stderr] ...   |
[INFO] [stderr] 154 | |     }
[INFO] [stderr] 155 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | / bitflags! {
[INFO] [stderr] 133 | |     #[repr(C)]
[INFO] [stderr] 134 | |     /// This enumeration identifies the quality of service flags for sending notifications to
[INFO] [stderr] 135 | |     /// subscriptions.
[INFO] [stderr] ...   |
[INFO] [stderr] 154 | |     }
[INFO] [stderr] 155 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | / bitflags! {
[INFO] [stderr] 133 | |     #[repr(C)]
[INFO] [stderr] 134 | |     /// This enumeration identifies the quality of service flags for sending notifications to
[INFO] [stderr] 135 | |     /// subscriptions.
[INFO] [stderr] ...   |
[INFO] [stderr] 154 | |     }
[INFO] [stderr] 155 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/connection/mod.rs:582:9
[INFO] [stderr]     |
[INFO] [stderr] 582 |         /// TODO: Fix object_type when Object is implemented fully.
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> src/statement/mod.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 |         /// TODO: Test this when Var is complete.
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]    |
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / bitflags! {
[INFO] [stderr] 11 | |     #[repr(C)]
[INFO] [stderr] 12 | |     /// This enumeration identifies the mode to use when authorizing connections to the database.
[INFO] [stderr] 13 | |     pub struct ODPIAuthMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | |     }
[INFO] [stderr] 34 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / bitflags! {
[INFO] [stderr] 11 | |     #[repr(C)]
[INFO] [stderr] 12 | |     /// This enumeration identifies the mode to use when authorizing connections to the database.
[INFO] [stderr] 13 | |     pub struct ODPIAuthMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | |     }
[INFO] [stderr] 34 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | / bitflags! {
[INFO] [stderr] 11 | |     #[repr(C)]
[INFO] [stderr] 12 | |     /// This enumeration identifies the mode to use when authorizing connections to the database.
[INFO] [stderr] 13 | |     pub struct ODPIAuthMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 33 | |     }
[INFO] [stderr] 34 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | / bitflags! {
[INFO] [stderr] 37 | |     #[repr(C)]
[INFO] [stderr] 38 | |     /// This enumeration identifies the mode to use when closing connections to the database.
[INFO] [stderr] 39 | |     pub struct ODPIConnCloseMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 48 | |     }
[INFO] [stderr] 49 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | / bitflags! {
[INFO] [stderr] 37 | |     #[repr(C)]
[INFO] [stderr] 38 | |     /// This enumeration identifies the mode to use when closing connections to the database.
[INFO] [stderr] 39 | |     pub struct ODPIConnCloseMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 48 | |     }
[INFO] [stderr] 49 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | / bitflags! {
[INFO] [stderr] 37 | |     #[repr(C)]
[INFO] [stderr] 38 | |     /// This enumeration identifies the mode to use when closing connections to the database.
[INFO] [stderr] 39 | |     pub struct ODPIConnCloseMode: u32 {
[INFO] [stderr] ...  |
[INFO] [stderr] 48 | |     }
[INFO] [stderr] 49 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | / bitflags! {
[INFO] [stderr] 52 | |     #[repr(C)]
[INFO] [stderr] 53 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 54 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 65 | |     }
[INFO] [stderr] 66 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | / bitflags! {
[INFO] [stderr] 52 | |     #[repr(C)]
[INFO] [stderr] 53 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 54 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 65 | |     }
[INFO] [stderr] 66 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | / bitflags! {
[INFO] [stderr] 52 | |     #[repr(C)]
[INFO] [stderr] 53 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 54 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 65 | |     }
[INFO] [stderr] 66 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | / bitflags! {
[INFO] [stderr] 69 | |     #[repr(C)]
[INFO] [stderr] 70 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 71 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | |     }
[INFO] [stderr] 89 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | / bitflags! {
[INFO] [stderr] 69 | |     #[repr(C)]
[INFO] [stderr] 70 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 71 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | |     }
[INFO] [stderr] 89 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/odpi/flags.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | / bitflags! {
[INFO] [stderr] 69 | |     #[repr(C)]
[INFO] [stderr] 70 | |     /// This enumeration identifies the mode to use when creating connections to the database. Note
[INFO] [stderr] 71 | |     /// that the OCI objects mode is always enabled.
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | |     }
[INFO] [stderr] 89 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:91:1
[INFO] [stderr]     |
[INFO] [stderr] 91  | / bitflags! {
[INFO] [stderr] 92  | |     #[repr(C)]
[INFO] [stderr] 93  | |     /// This enumeration identifies the types of operations that can take place during object change
[INFO] [stderr] 94  | |     /// and query change notification. It is used both as a filter when determining which operations
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     }
[INFO] [stderr] 117 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:91:1
[INFO] [stderr]     |
[INFO] [stderr] 91  | / bitflags! {
[INFO] [stderr] 92  | |     #[repr(C)]
[INFO] [stderr] 93  | |     /// This enumeration identifies the types of operations that can take place during object change
[INFO] [stderr] 94  | |     /// and query change notification. It is used both as a filter when determining which operations
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     }
[INFO] [stderr] 117 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:91:1
[INFO] [stderr]     |
[INFO] [stderr] 91  | / bitflags! {
[INFO] [stderr] 92  | |     #[repr(C)]
[INFO] [stderr] 93  | |     /// This enumeration identifies the types of operations that can take place during object change
[INFO] [stderr] 94  | |     /// and query change notification. It is used both as a filter when determining which operations
[INFO] [stderr] ...   |
[INFO] [stderr] 116 | |     }
[INFO] [stderr] 117 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | / bitflags! {
[INFO] [stderr] 120 | |     #[repr(C)]
[INFO] [stderr] 121 | |     /// This enumeration identifies the mode to use when closing pools.
[INFO] [stderr] 122 | |     pub struct ODPIPoolCloseMode: u32 {
[INFO] [stderr] ...   |
[INFO] [stderr] 129 | |     }
[INFO] [stderr] 130 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | / bitflags! {
[INFO] [stderr] 120 | |     #[repr(C)]
[INFO] [stderr] 121 | |     /// This enumeration identifies the mode to use when closing pools.
[INFO] [stderr] 122 | |     pub struct ODPIPoolCloseMode: u32 {
[INFO] [stderr] ...   |
[INFO] [stderr] 129 | |     }
[INFO] [stderr] 130 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:119:1
[INFO] [stderr]     |
[INFO] [stderr] 119 | / bitflags! {
[INFO] [stderr] 120 | |     #[repr(C)]
[INFO] [stderr] 121 | |     /// This enumeration identifies the mode to use when closing pools.
[INFO] [stderr] 122 | |     pub struct ODPIPoolCloseMode: u32 {
[INFO] [stderr] ...   |
[INFO] [stderr] 129 | |     }
[INFO] [stderr] 130 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | / bitflags! {
[INFO] [stderr] 133 | |     #[repr(C)]
[INFO] [stderr] 134 | |     /// This enumeration identifies the quality of service flags for sending notifications to
[INFO] [stderr] 135 | |     /// subscriptions.
[INFO] [stderr] ...   |
[INFO] [stderr] 154 | |     }
[INFO] [stderr] 155 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | / bitflags! {
[INFO] [stderr] 133 | |     #[repr(C)]
[INFO] [stderr] 134 | |     /// This enumeration identifies the quality of service flags for sending notifications to
[INFO] [stderr] 135 | |     /// subscriptions.
[INFO] [stderr] ...   |
[INFO] [stderr] 154 | |     }
[INFO] [stderr] 155 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/odpi/flags.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | / bitflags! {
[INFO] [stderr] 133 | |     #[repr(C)]
[INFO] [stderr] 134 | |     /// This enumeration identifies the quality of service flags for sending notifications to
[INFO] [stderr] 135 | |     /// subscriptions.
[INFO] [stderr] ...   |
[INFO] [stderr] 154 | |     }
[INFO] [stderr] 155 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]    --> src/connection/mod.rs:582:9
[INFO] [stderr]     |
[INFO] [stderr] 582 |         /// TODO: Fix object_type when Object is implemented fully.
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr]     = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> src/statement/mod.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 |         /// TODO: Test this when Var is complete.
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros
[INFO] [stderr]    |
[INFO] [stderr]    = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `try_from` has been stable since 1.34.0 and no longer requires an attribute to enable
[INFO] [stderr]   --> src/lib.rs:11:27
[INFO] [stderr]    |
[INFO] [stderr] 11 | #![feature(ptr_internals, try_from, untagged_unions)]
[INFO] [stderr]    |                           ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `try_from` has been stable since 1.34.0 and no longer requires an attribute to enable
[INFO] [stderr]   --> src/lib.rs:11:27
[INFO] [stderr]    |
[INFO] [stderr] 11 | #![feature(ptr_internals, try_from, untagged_unions)]
[INFO] [stderr]    |                           ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]  --> tests/macros/mod.rs:7:27
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn within_context(f: &Fn(&Context) -> Result<()>) -> Result<()> {
[INFO] [stderr]   |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Context) -> Result<()>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> tests/lib.rs:32:1
[INFO] [stderr]    |
[INFO] [stderr] 32 | / lazy_static! {
[INFO] [stderr] 33 | |     pub static ref CREDS: Vec<String> = {
[INFO] [stderr] 34 | |         let mut creds = Vec::new();
[INFO] [stderr] 35 | |         if let Ok(file) = File::open(".creds/oic-test") {
[INFO] [stderr] ...  |
[INFO] [stderr] 59 | |     };
[INFO] [stderr] 60 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl str>::trim_right': superseded by `trim_end`
[INFO] [stderr]   --> tests/lib.rs:42:36
[INFO] [stderr]    |
[INFO] [stderr] 42 |                         .map(|x| x.trim_right().to_string())
[INFO] [stderr]    |                                    ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end`
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `try_from` has been stable since 1.34.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> tests/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(try_from)]
[INFO] [stderr]   |            ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 33.03s
[INFO] running `"docker" "inspect" "5b33c2417d29c9fc6750d53b171da40d5b55f770c7dbd50c1aff0dd986540d34"`
[INFO] running `"docker" "rm" "-f" "5b33c2417d29c9fc6750d53b171da40d5b55f770c7dbd50c1aff0dd986540d34"`
[INFO] [stdout] 5b33c2417d29c9fc6750d53b171da40d5b55f770c7dbd50c1aff0dd986540d34
