[INFO] fetching crate orbclient 0.3.48... [INFO] testing orbclient-0.3.48 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate orbclient 0.3.48 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate orbclient 0.3.48 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate orbclient 0.3.48 [INFO] tweaked toml for crates.io crate orbclient 0.3.48 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate orbclient 0.3.48 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate orbclient 0.3.48 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" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d83b57ad143f21f4599e12150c528dab3918a4e84b072209809f6fd4528c7896 [INFO] running `Command { std: "docker" "start" "-a" "d83b57ad143f21f4599e12150c528dab3918a4e84b072209809f6fd4528c7896", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d83b57ad143f21f4599e12150c528dab3918a4e84b072209809f6fd4528c7896", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d83b57ad143f21f4599e12150c528dab3918a4e84b072209809f6fd4528c7896", kill_on_drop: false }` [INFO] [stdout] d83b57ad143f21f4599e12150c528dab3918a4e84b072209809f6fd4528c7896 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2802badbe150ae43beb8c892618b6e4394eb15f77b19fc364d93fbb82f405b7b [INFO] running `Command { std: "docker" "start" "-a" "2802badbe150ae43beb8c892618b6e4394eb15f77b19fc364d93fbb82f405b7b", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Compiling orbclient v0.3.48 (/opt/rustwide/workdir) [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stdout] warning: unexpected `cfg` condition value: `serde` [INFO] [stdout] --> src/color.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:88:7 [INFO] [stdout] | [INFO] [stdout] 88 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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 5.32s [INFO] running `Command { std: "docker" "inspect" "2802badbe150ae43beb8c892618b6e4394eb15f77b19fc364d93fbb82f405b7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2802badbe150ae43beb8c892618b6e4394eb15f77b19fc364d93fbb82f405b7b", kill_on_drop: false }` [INFO] [stdout] 2802badbe150ae43beb8c892618b6e4394eb15f77b19fc364d93fbb82f405b7b [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a00dcc9664b63b0d6353434b45498b0a4c9e1ebc9487a7b2499edbf447f283ab [INFO] running `Command { std: "docker" "start" "-a" "a00dcc9664b63b0d6353434b45498b0a4c9e1ebc9487a7b2499edbf447f283ab", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling proc-macro2 v1.0.88 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stdout] warning: unexpected `cfg` condition value: `serde` [INFO] [stdout] --> src/color.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:88:7 [INFO] [stdout] | [INFO] [stdout] 88 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling toml v0.7.8 [INFO] [stderr] Compiling orbclient v0.3.48 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `serde` [INFO] [stdout] --> src/color.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:88:7 [INFO] [stdout] | [INFO] [stdout] 88 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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: `serde` [INFO] [stdout] --> src/color.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = help: consider adding `serde` 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 name: `features` [INFO] [stdout] --> src/color.rs:144:11 [INFO] [stdout] | [INFO] [stdout] 144 | #[cfg(features = "serde")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and different values [INFO] [stdout] | [INFO] [stdout] 144 - #[cfg(features = "serde")] [INFO] [stdout] 144 + #[cfg(feature = "bundled")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 17.03s [INFO] running `Command { std: "docker" "inspect" "a00dcc9664b63b0d6353434b45498b0a4c9e1ebc9487a7b2499edbf447f283ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a00dcc9664b63b0d6353434b45498b0a4c9e1ebc9487a7b2499edbf447f283ab", kill_on_drop: false }` [INFO] [stdout] a00dcc9664b63b0d6353434b45498b0a4c9e1ebc9487a7b2499edbf447f283ab [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ee05ebf84de973d67e2967e8d9adb2f662955531d1d842112c7cff8e0664738b [INFO] running `Command { std: "docker" "start" "-a" "ee05ebf84de973d67e2967e8d9adb2f662955531d1d842112c7cff8e0664738b", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `serde` [INFO] [stderr] --> src/color.rs:4:7 [INFO] [stderr] | [INFO] [stderr] 4 | #[cfg(feature = "serde")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stderr] = help: consider adding `serde` 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: `serde` [INFO] [stderr] --> src/color.rs:6:7 [INFO] [stderr] | [INFO] [stderr] 6 | #[cfg(feature = "serde")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stderr] = help: consider adding `serde` 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: `serde` [INFO] [stderr] --> src/color.rs:78:7 [INFO] [stderr] | [INFO] [stderr] 78 | #[cfg(feature = "serde")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stderr] = help: consider adding `serde` 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: `serde` [INFO] [stderr] --> src/color.rs:88:7 [INFO] [stderr] | [INFO] [stderr] 88 | #[cfg(feature = "serde")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stderr] = help: consider adding `serde` 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: `serde` [INFO] [stderr] --> src/color.rs:91:7 [INFO] [stderr] | [INFO] [stderr] 91 | #[cfg(feature = "serde")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stderr] = help: consider adding `serde` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `orbclient` (lib) generated 5 warnings [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> src/color.rs:144:11 [INFO] [stderr] | [INFO] [stderr] 144 | #[cfg(features = "serde")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected values for `feature` are: `bundled`, `default`, `libc`, `raw-window-handle`, `sdl`, `sdl2`, `sdl2-sys`, `std`, and `unifont` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] help: there is a config with a similar name and different values [INFO] [stderr] | [INFO] [stderr] 144 - #[cfg(features = "serde")] [INFO] [stderr] 144 + #[cfg(feature = "bundled")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `orbclient` (lib test) generated 6 warnings (5 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/orbclient-440d5aebb6671da2) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test color::tests::alignment ... ok [INFO] [stdout] test color::tests::partial_eq ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests orbclient [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "ee05ebf84de973d67e2967e8d9adb2f662955531d1d842112c7cff8e0664738b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee05ebf84de973d67e2967e8d9adb2f662955531d1d842112c7cff8e0664738b", kill_on_drop: false }` [INFO] [stdout] ee05ebf84de973d67e2967e8d9adb2f662955531d1d842112c7cff8e0664738b