[INFO] fetching crate sod-tungstenite 0.4.2... [INFO] testing sod-tungstenite-0.4.2 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate sod-tungstenite 0.4.2 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate sod-tungstenite 0.4.2 [INFO] finished tweaking crates.io crate sod-tungstenite 0.4.2 [INFO] tweaked toml for crates.io crate sod-tungstenite 0.4.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sod-tungstenite 0.4.2 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 67 packages to latest compatible versions [INFO] [stderr] Adding tungstenite v0.20.1 (available: v0.28.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a1e984c71d04cf2420abfdbbf7c0217246904e3bfc3564d85ec957ec7236f021 [INFO] running `Command { std: "docker" "start" "-a" "a1e984c71d04cf2420abfdbbf7c0217246904e3bfc3564d85ec957ec7236f021", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a1e984c71d04cf2420abfdbbf7c0217246904e3bfc3564d85ec957ec7236f021", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1e984c71d04cf2420abfdbbf7c0217246904e3bfc3564d85ec957ec7236f021", kill_on_drop: false }` [INFO] [stdout] a1e984c71d04cf2420abfdbbf7c0217246904e3bfc3564d85ec957ec7236f021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e543cdda7c866e760d92f7ca18b96a7fcbae16460c3e2d100ec88f39a4c75c1e [INFO] running `Command { std: "docker" "start" "-a" "e543cdda7c866e760d92f7ca18b96a7fcbae16460c3e2d100ec88f39a4c75c1e", kill_on_drop: false }` [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling sod v0.4.2 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling tungstenite v0.20.1 [INFO] [stderr] Compiling sod-tungstenite v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:392:11 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg(feature = "native-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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: `__rustls-tls` [INFO] [stdout] --> src/lib.rs:394:11 [INFO] [stdout] | [INFO] [stdout] 394 | #[cfg(feature = "__rustls-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:503:27 [INFO] [stdout] | [INFO] [stdout] 503 | #[cfg(not(feature = "native-tls"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:506:27 [INFO] [stdout] | [INFO] [stdout] 506 | #[cfg(feature = "native-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__rustls-tls` [INFO] [stdout] --> src/lib.rs:508:27 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "__rustls-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:532:15 [INFO] [stdout] | [INFO] [stdout] 532 | #[cfg(feature = "native-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__rustls-tls` [INFO] [stdout] --> src/lib.rs:534:15 [INFO] [stdout] | [INFO] [stdout] 534 | #[cfg(feature = "__rustls-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s [INFO] running `Command { std: "docker" "inspect" "e543cdda7c866e760d92f7ca18b96a7fcbae16460c3e2d100ec88f39a4c75c1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e543cdda7c866e760d92f7ca18b96a7fcbae16460c3e2d100ec88f39a4c75c1e", kill_on_drop: false }` [INFO] [stdout] e543cdda7c866e760d92f7ca18b96a7fcbae16460c3e2d100ec88f39a4c75c1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a8b9917bb6d3b21a8da6619c5cd766f93e2e633bce85fcc6ff3aabbf1cd44af [INFO] running `Command { std: "docker" "start" "-a" "2a8b9917bb6d3b21a8da6619c5cd766f93e2e633bce85fcc6ff3aabbf1cd44af", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:392:11 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg(feature = "native-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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: `__rustls-tls` [INFO] [stdout] --> src/lib.rs:394:11 [INFO] [stdout] | [INFO] [stdout] 394 | #[cfg(feature = "__rustls-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:503:27 [INFO] [stdout] | [INFO] [stdout] 503 | #[cfg(not(feature = "native-tls"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:506:27 [INFO] [stdout] | [INFO] [stdout] 506 | #[cfg(feature = "native-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__rustls-tls` [INFO] [stdout] --> src/lib.rs:508:27 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "__rustls-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:532:15 [INFO] [stdout] | [INFO] [stdout] 532 | #[cfg(feature = "native-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__rustls-tls` [INFO] [stdout] --> src/lib.rs:534:15 [INFO] [stdout] | [INFO] [stdout] 534 | #[cfg(feature = "__rustls-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sod-tungstenite v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:392:11 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg(feature = "native-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see 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: `__rustls-tls` [INFO] [stdout] --> src/lib.rs:394:11 [INFO] [stdout] | [INFO] [stdout] 394 | #[cfg(feature = "__rustls-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:503:27 [INFO] [stdout] | [INFO] [stdout] 503 | #[cfg(not(feature = "native-tls"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:506:27 [INFO] [stdout] | [INFO] [stdout] 506 | #[cfg(feature = "native-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__rustls-tls` [INFO] [stdout] --> src/lib.rs:508:27 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "__rustls-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stdout] --> src/lib.rs:532:15 [INFO] [stdout] | [INFO] [stdout] 532 | #[cfg(feature = "native-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__rustls-tls` [INFO] [stdout] --> src/lib.rs:534:15 [INFO] [stdout] | [INFO] [stdout] 534 | #[cfg(feature = "__rustls-tls")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `Command { std: "docker" "inspect" "2a8b9917bb6d3b21a8da6619c5cd766f93e2e633bce85fcc6ff3aabbf1cd44af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a8b9917bb6d3b21a8da6619c5cd766f93e2e633bce85fcc6ff3aabbf1cd44af", kill_on_drop: false }` [INFO] [stdout] 2a8b9917bb6d3b21a8da6619c5cd766f93e2e633bce85fcc6ff3aabbf1cd44af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ab6f70495cfbfe0f6777b93ace8dfd0aff554804576b884cf424398ef3faf06e [INFO] running `Command { std: "docker" "start" "-a" "ab6f70495cfbfe0f6777b93ace8dfd0aff554804576b884cf424398ef3faf06e", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stderr] --> src/lib.rs:392:11 [INFO] [stderr] | [INFO] [stderr] 392 | #[cfg(feature = "native-tls")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `__rustls-tls` [INFO] [stderr] --> src/lib.rs:394:11 [INFO] [stderr] | [INFO] [stderr] 394 | #[cfg(feature = "__rustls-tls")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stderr] --> src/lib.rs:503:27 [INFO] [stderr] | [INFO] [stderr] 503 | #[cfg(not(feature = "native-tls"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stderr] --> src/lib.rs:506:27 [INFO] [stderr] | [INFO] [stderr] 506 | #[cfg(feature = "native-tls")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `__rustls-tls` [INFO] [stderr] --> src/lib.rs:508:27 [INFO] [stderr] | [INFO] [stderr] 508 | #[cfg(feature = "__rustls-tls")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `native-tls` [INFO] [stderr] --> src/lib.rs:532:15 [INFO] [stderr] | [INFO] [stderr] 532 | #[cfg(feature = "native-tls")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `native-tls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `__rustls-tls` [INFO] [stderr] --> src/lib.rs:534:15 [INFO] [stderr] | [INFO] [stderr] 534 | #[cfg(feature = "__rustls-tls")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `__rustls-tls` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `sod-tungstenite` (lib) generated 7 warnings [INFO] [stderr] warning: `sod-tungstenite` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sod_tungstenite-c2caccc1f7f4bf98) [INFO] [stdout] [INFO] [stderr] Running tests/pingpong.rs (/opt/rustwide/target/debug/deps/pingpong-a74b5c2825181dd8) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test ping_pong ... ok [INFO] [stderr] Doc-tests sod_tungstenite [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 20) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 99) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.89s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ab6f70495cfbfe0f6777b93ace8dfd0aff554804576b884cf424398ef3faf06e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab6f70495cfbfe0f6777b93ace8dfd0aff554804576b884cf424398ef3faf06e", kill_on_drop: false }` [INFO] [stdout] ab6f70495cfbfe0f6777b93ace8dfd0aff554804576b884cf424398ef3faf06e