[INFO] fetching crate taos 0.12.3...
[INFO] building taos-0.12.3 against try#58b1b3c5342a414c161338871f8004258ccef2a7 for pr-149937
[INFO] extracting crate taos 0.12.3 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate taos 0.12.3
[INFO] finished tweaking crates.io crate taos 0.12.3
[INFO] tweaked toml for crates.io crate taos 0.12.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate taos 0.12.3 on toolchain 58b1b3c5342a414c161338871f8004258ccef2a7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate taos 0.12.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c35ecf0ffa893f6ae5b747ace84495bad1384cff8ef1bce927f4c022bc0af424
[INFO] running `Command { std: "docker" "start" "-a" "c35ecf0ffa893f6ae5b747ace84495bad1384cff8ef1bce927f4c022bc0af424", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c35ecf0ffa893f6ae5b747ace84495bad1384cff8ef1bce927f4c022bc0af424", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c35ecf0ffa893f6ae5b747ace84495bad1384cff8ef1bce927f4c022bc0af424", kill_on_drop: false }`
[INFO] [stdout] c35ecf0ffa893f6ae5b747ace84495bad1384cff8ef1bce927f4c022bc0af424
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2294ef60e4b76921d691b5aebfa32fdb4d09e152fda7825875aa8dcf914df868
[INFO] running `Command { std: "docker" "start" "-a" "2294ef60e4b76921d691b5aebfa32fdb4d09e152fda7825875aa8dcf914df868", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling semver v1.0.19
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling aho-corasick v1.1.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling gimli v0.28.0
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling rustix v0.38.14
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling linux-raw-sys v0.4.7
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling rustls v0.23.9
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling ring v0.17.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling taos-error v0.12.3
[INFO] [stderr]    Compiling rustls-webpki v0.102.4
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling simdutf8 v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling rust_decimal v1.32.0
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling libz-sys v1.1.16
[INFO] [stderr]    Compiling rustls-pemfile v1.0.3
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling taos-query v0.12.3
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling encode_unicode v1.0.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling parse_duration v2.1.1
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling webpki v0.22.4
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling data-encoding v2.4.0
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling rustls-native-certs v0.7.0
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling base64 v0.20.0
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling num_enum_derive v0.7.0
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling serde_repr v0.1.16
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling dlopen2_derive v0.4.0
[INFO] [stderr]    Compiling serde_with_macros v3.3.0
[INFO] [stderr]    Compiling taos-macros v0.2.16
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling fun_time_derive v0.3.4
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling fun_time v0.3.4
[INFO] [stderr]    Compiling dlopen2 v0.6.1
[INFO] [stderr]    Compiling num_enum v0.7.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling rustls-connector v0.16.1
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling csv v1.2.2
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling serde_with v3.3.0
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling faststr v0.2.19
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling prettytable v0.10.0
[INFO] [stderr]    Compiling tungstenite v0.23.0
[INFO] [stderr]    Compiling mdsn v0.2.24
[INFO] [stderr]    Compiling deadpool-runtime v0.1.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.23.0
[INFO] [stderr]    Compiling ws-tool v0.11.0
[INFO] [stderr]    Compiling taos-ws v0.12.3
[INFO] [stderr]    Compiling taos-optin v0.12.3
[INFO] [stderr]    Compiling taos v0.12.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]  --> src/lib.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(any(feature = "ws", feature = "native", feature = "optin"))]
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]   = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:17:31
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:22:31
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:32:35
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[cfg(all(feature = "ws", not(any(feature = "native", feature = "optin"))))]
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(all(any(feature = "native", feature = "optin"), not(feature = "ws")))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[cfg(all(any(feature = "native", feature = "optin"), not(feature = "ws")))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[cfg(all(not(feature = "ws"), not(feature = "native"), not(feature = "optin")))]
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:151:57
[INFO] [stdout]     |
[INFO] [stdout] 151 |     async fn prepare(&mut self, sql: &str) -> RawResult<&mut Self> {
[INFO] [stdout]     |                      - the lifetime is named here       ^^^^^^^^^ the same 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: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 151 |     async fn prepare(&mut self, sql: &str) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                          ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:163:61
[INFO] [stdout]     |
[INFO] [stdout] 163 |     async fn set_tbname(&mut self, name: &str) -> RawResult<&mut Self> {
[INFO] [stdout]     |                         - the lifetime is named here        ^^^^^^^^^ the same 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: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 163 |     async fn set_tbname(&mut self, name: &str) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:175:63
[INFO] [stdout]     |
[INFO] [stdout] 175 |     async fn set_tags(&mut self, tags: &[Value]) -> RawResult<&mut Self> {
[INFO] [stdout]     |                       - the lifetime is named here            ^^^^^^^^^ the same 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: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 175 |     async fn set_tags(&mut self, tags: &[Value]) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:187:66
[INFO] [stdout]     |
[INFO] [stdout] 187 |     async fn bind(&mut self, params: &[ColumnView]) -> RawResult<&mut Self> {
[INFO] [stdout]     |                   - the lifetime is named here                   ^^^^^^^^^ the same 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: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 187 |     async fn bind(&mut self, params: &[ColumnView]) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:199:48
[INFO] [stdout]     |
[INFO] [stdout] 199 |     async fn add_batch(&mut self) -> RawResult<&mut Self> {
[INFO] [stdout]     |                        -                       ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 199 |     async fn add_batch(&mut self) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                 ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tmq.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 |     async fn server_version(&self) -> RawResult<&str> {
[INFO] [stdout]     |                             -                   ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 177 |     async fn server_version(&self) -> RawResult<&'life0 str> {
[INFO] [stdout]     |                                                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/query.rs:199:49
[INFO] [stdout]     |
[INFO] [stdout] 199 |     async fn server_version(&self) -> RawResult<&str> {
[INFO] [stdout]     |                             -                   ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 199 |     async fn server_version(&self) -> RawResult<&'life0 str> {
[INFO] [stdout]     |                                                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
[INFO] running `Command { std: "docker" "inspect" "2294ef60e4b76921d691b5aebfa32fdb4d09e152fda7825875aa8dcf914df868", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2294ef60e4b76921d691b5aebfa32fdb4d09e152fda7825875aa8dcf914df868", kill_on_drop: false }`
[INFO] [stdout] 2294ef60e4b76921d691b5aebfa32fdb4d09e152fda7825875aa8dcf914df868
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c471635d79d0cc445b31fa037f427ae3cf1cf95c1119f3165e5d7280260b13fc
[INFO] running `Command { std: "docker" "start" "-a" "c471635d79d0cc445b31fa037f427ae3cf1cf95c1119f3165e5d7280260b13fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling value-bag v1.4.1
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling parking v2.1.1
[INFO] [stderr]    Compiling rustix v0.38.14
[INFO] [stderr]    Compiling concurrent-queue v2.3.0
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling async-task v4.4.1
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling event-listener v3.0.0
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling anstyle v1.0.3
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling termcolor v1.3.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling tungstenite v0.23.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling clap_builder v4.4.5
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling blocking v1.4.0
[INFO] [stderr]    Compiling async-executor v1.5.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling rust_decimal v1.32.0
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling prettytable v0.10.0
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling clap v4.4.5
[INFO] [stderr]    Compiling async-signal v0.2.1
[INFO] [stderr]    Compiling async-global-executor v2.3.1
[INFO] [stderr]    Compiling async-net v1.8.0
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling rustls-connector v0.16.1
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling async-process v1.8.0
[INFO] [stderr]    Compiling ws-tool v0.11.0
[INFO] [stderr]    Compiling smol v1.3.0
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling parse_duration v2.1.1
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling tokio-tungstenite v0.23.0
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling taos-query v0.12.3
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling taos-ws v0.12.3
[INFO] [stderr]    Compiling taos-optin v0.12.3
[INFO] [stderr]    Compiling taos v0.12.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]  --> src/lib.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(any(feature = "ws", feature = "native", feature = "optin"))]
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]   = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:17:31
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:22:31
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:32:35
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[cfg(all(feature = "ws", not(any(feature = "native", feature = "optin"))))]
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(all(any(feature = "native", feature = "optin"), not(feature = "ws")))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[cfg(all(any(feature = "native", feature = "optin"), not(feature = "ws")))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[cfg(all(not(feature = "ws"), not(feature = "native"), not(feature = "optin")))]
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:151:57
[INFO] [stdout]     |
[INFO] [stdout] 151 |     async fn prepare(&mut self, sql: &str) -> RawResult<&mut Self> {
[INFO] [stdout]     |                      - the lifetime is named here       ^^^^^^^^^ the same 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: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 151 |     async fn prepare(&mut self, sql: &str) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                          ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:163:61
[INFO] [stdout]     |
[INFO] [stdout] 163 |     async fn set_tbname(&mut self, name: &str) -> RawResult<&mut Self> {
[INFO] [stdout]     |                         - the lifetime is named here        ^^^^^^^^^ the same 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: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 163 |     async fn set_tbname(&mut self, name: &str) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                              ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:175:63
[INFO] [stdout]     |
[INFO] [stdout] 175 |     async fn set_tags(&mut self, tags: &[Value]) -> RawResult<&mut Self> {
[INFO] [stdout]     |                       - the lifetime is named here            ^^^^^^^^^ the same 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: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 175 |     async fn set_tags(&mut self, tags: &[Value]) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:187:66
[INFO] [stdout]     |
[INFO] [stdout] 187 |     async fn bind(&mut self, params: &[ColumnView]) -> RawResult<&mut Self> {
[INFO] [stdout]     |                   - the lifetime is named here                   ^^^^^^^^^ the same 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: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 187 |     async fn bind(&mut self, params: &[ColumnView]) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/stmt.rs:199:48
[INFO] [stdout]     |
[INFO] [stdout] 199 |     async fn add_batch(&mut self) -> RawResult<&mut Self> {
[INFO] [stdout]     |                        -                       ^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 199 |     async fn add_batch(&mut self) -> RawResult<&'life0 mut Self> {
[INFO] [stdout]     |                                                 ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/tmq.rs:177:49
[INFO] [stdout]     |
[INFO] [stdout] 177 |     async fn server_version(&self) -> RawResult<&str> {
[INFO] [stdout]     |                             -                   ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 177 |     async fn server_version(&self) -> RawResult<&'life0 str> {
[INFO] [stdout]     |                                                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/query.rs:199:49
[INFO] [stdout]     |
[INFO] [stdout] 199 |     async fn server_version(&self) -> RawResult<&str> {
[INFO] [stdout]     |                             -                   ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 199 |     async fn server_version(&self) -> RawResult<&'life0 str> {
[INFO] [stdout]     |                                                  ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]  --> src/lib.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(any(feature = "ws", feature = "native", feature = "optin"))]
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]   = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:17:31
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:22:31
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:24:31
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg(all(feature = "ws", any(feature = "native", feature = "optin")))]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:32:35
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[cfg(all(feature = "ws", not(any(feature = "native", feature = "optin"))))]
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(all(any(feature = "native", feature = "optin"), not(feature = "ws")))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[cfg(all(any(feature = "native", feature = "optin"), not(feature = "ws")))]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `native`
[INFO] [stdout]   --> src/lib.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[cfg(all(not(feature = "ws"), not(feature = "native"), not(feature = "optin")))]
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deadpool`, `default`, `deflate`, `optin`, `r2d2`, `taos-optin`, `taos-ws`, `ws`, `ws-native-tls`, and `ws-rustls`
[INFO] [stdout]    = help: consider adding `native` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `taos` (lib test); 11 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/58b1b3c5342a414c161338871f8004258ccef2a7/bin/rustc --crate-name taos --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="deadpool"' --cfg 'feature="default"' --cfg 'feature="optin"' --cfg 'feature="taos-optin"' --cfg 'feature="taos-ws"' --cfg 'feature="ws"' --cfg 'feature="ws-rustls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("deadpool", "default", "deflate", "optin", "r2d2", "taos-optin", "taos-ws", "ws", "ws-native-tls", "ws-rustls"))' -C metadata=e949db9fdfbe0447 -C extra-filename=-20dac87cc145d488 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-179e8f333cb86273.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-2bbb66f4655722bb.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c96e926c53eb3f48.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-ef8af090dfc4ba53.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-0747b8967bbfb4dc.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-98ce5804e9a70070.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-6dbcb2304ec30683.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-843afc35c97c51d6.rlib --extern pretty_env_logger=/opt/rustwide/target/debug/deps/libpretty_env_logger-9be994ce9cee5d56.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-04a094fd87ba76ed.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-644909dd00187a55.rlib --extern taos_optin=/opt/rustwide/target/debug/deps/libtaos_optin-eac45aca72c64f8c.rlib --extern taos_query=/opt/rustwide/target/debug/deps/libtaos_query-138c1b32869061a4.rlib --extern taos_ws=/opt/rustwide/target/debug/deps/libtaos_ws-a1a5c56d81a2cda4.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4d9abdb35000e041.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-147d912002a83321/out -L native=/opt/rustwide/target/debug/build/ring-e21eb61c0937e406/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c471635d79d0cc445b31fa037f427ae3cf1cf95c1119f3165e5d7280260b13fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c471635d79d0cc445b31fa037f427ae3cf1cf95c1119f3165e5d7280260b13fc", kill_on_drop: false }`
[INFO] [stdout] c471635d79d0cc445b31fa037f427ae3cf1cf95c1119f3165e5d7280260b13fc
