[INFO] fetching crate antsee 1.0.3...
[INFO] checking antsee-1.0.3 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate antsee 1.0.3 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate antsee 1.0.3 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate antsee 1.0.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate antsee 1.0.3
[INFO] tweaked toml for crates.io crate antsee 1.0.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate antsee 1.0.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" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_test v1.0.177
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9e6023c5db1d4e71a94a58bec797c66cf34f14cff75be9f2f224e5262d02c711
[INFO] running `Command { std: "docker" "start" "-a" "9e6023c5db1d4e71a94a58bec797c66cf34f14cff75be9f2f224e5262d02c711", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e6023c5db1d4e71a94a58bec797c66cf34f14cff75be9f2f224e5262d02c711", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e6023c5db1d4e71a94a58bec797c66cf34f14cff75be9f2f224e5262d02c711", kill_on_drop: false }`
[INFO] [stdout] 9e6023c5db1d4e71a94a58bec797c66cf34f14cff75be9f2f224e5262d02c711
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d1fe56e1b5d7a53dcdc24d7bf87d682ae7ce8eb8348a0066d9ef4bda775f8274
[INFO] running `Command { std: "docker" "start" "-a" "d1fe56e1b5d7a53dcdc24d7bf87d682ae7ce8eb8348a0066d9ef4bda775f8274", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking antsee v1.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `borrow::Cow`
[INFO] [stdout]  --> src/color/fixed.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{borrow::Cow, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wrap_name`
[INFO] [stdout]  --> src/color/fixed.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 | use super::xterm::{self, wrap_name};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]  --> src/color/fixed.rs:5:33
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::{xterm::XtermColors, Color, ColorSource, ColorValue, Source};
[INFO] [stdout]   |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/color/ansi.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn try_from(value: u8) -> Result<Ansi, Self::Error> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `inactive` is never used
[INFO] [stdout]   --> src/color.rs:91:8
[INFO] [stdout]    |
[INFO] [stdout] 90 | impl<S> Source<S> {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] 91 |     fn inactive(self) -> Self {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a trait
[INFO] [stdout]   --> src/color.rs:76:1
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub trait ColorSource {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:1:9
[INFO] [stdout]    |
[INFO] [stdout] 1  | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated type
[INFO] [stdout]   --> src/color.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     type ExternalSource: ?Sized;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/color.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn set_external_source(&mut self, value: Self::ExternalSource);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/color.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn source_external(&mut self);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/color.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn source_internal(&mut self);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an enum
[INFO] [stdout]  --> src/color/ansi.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub enum Ansi {
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Default = 0,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Black = 1,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Red = 2,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Green = 3,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Yellow = 4,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Blue = 5,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     Magenta = 6,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Cyan = 7,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     White = 8,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     BrightBlack = 9,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     BrightRed = 10,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     BrightGreen = 11,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     BrightYellow = 12,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     BrightBlue = 13,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     BrightMagenta = 14,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     BrightCyan = 15,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     BrightWhite = 16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an enum
[INFO] [stdout]   --> src/color/ansi.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub enum AnsiError {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     InvalidName,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]   --> src/color/ansi.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     U8TooLarge,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]   --> src/color/css.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn wrap_name(str: &str) -> String {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]   --> src/color/css.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn unwrap_name(str: &str) -> &str {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an enum
[INFO] [stdout]    --> src/color/css.rs:8:9
[INFO] [stdout]     |
[INFO] [stdout] 8   | /         pub enum $enum_name {
[INFO] [stdout] 9   | |             $(
[INFO] [stdout] 10  | |                 $variant_name,
[INFO] [stdout] 11  | |             )*
[INFO] [stdout] 12  | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] ...
[INFO] [stdout] 65  | / css_colors! {
[INFO] [stdout] 66  | |     CssColors {
[INFO] [stdout] 67  | |         AliceBlue, "aliceblue", (240, 248, 255);
[INFO] [stdout] 68  | |         AntiqueWhite, "antiquewhite", (250, 235, 215);
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | |     }
[INFO] [stdout] 216 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `css_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]    --> src/color/css.rs:10:17
[INFO] [stdout]     |
[INFO] [stdout] 10  |                   $variant_name,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65  | / css_colors! {
[INFO] [stdout] 66  | |     CssColors {
[INFO] [stdout] 67  | |         AliceBlue, "aliceblue", (240, 248, 255);
[INFO] [stdout] 68  | |         AntiqueWhite, "antiquewhite", (250, 235, 215);
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | |     }
[INFO] [stdout] 216 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `css_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]    --> src/color/css.rs:16:13
[INFO] [stdout]     |
[INFO] [stdout] 16  |               pub fn get_color(&'_ self) -> (&'_ str, [u8;3]) {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65  | / css_colors! {
[INFO] [stdout] 66  | |     CssColors {
[INFO] [stdout] 67  | |         AliceBlue, "aliceblue", (240, 248, 255);
[INFO] [stdout] 68  | |         AntiqueWhite, "antiquewhite", (250, 235, 215);
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | |     }
[INFO] [stdout] 216 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `css_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]    --> src/color/css.rs:24:13
[INFO] [stdout]     |
[INFO] [stdout] 24  |               pub fn rgb(&self) -> [u8;3] {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65  | / css_colors! {
[INFO] [stdout] 66  | |     CssColors {
[INFO] [stdout] 67  | |         AliceBlue, "aliceblue", (240, 248, 255);
[INFO] [stdout] 68  | |         AntiqueWhite, "antiquewhite", (250, 235, 215);
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | |     }
[INFO] [stdout] 216 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `css_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]    --> src/color/css.rs:32:13
[INFO] [stdout]     |
[INFO] [stdout] 32  |               pub fn css_name(&self) -> &'static str {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65  | / css_colors! {
[INFO] [stdout] 66  | |     CssColors {
[INFO] [stdout] 67  | |         AliceBlue, "aliceblue", (240, 248, 255);
[INFO] [stdout] 68  | |         AntiqueWhite, "antiquewhite", (250, 235, 215);
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | |     }
[INFO] [stdout] 216 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `css_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]    --> src/color/css.rs:40:13
[INFO] [stdout]     |
[INFO] [stdout] 40  |               pub fn get_name(name: &str) -> Option<Self> {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65  | / css_colors! {
[INFO] [stdout] 66  | |     CssColors {
[INFO] [stdout] 67  | |         AliceBlue, "aliceblue", (240, 248, 255);
[INFO] [stdout] 68  | |         AntiqueWhite, "antiquewhite", (250, 235, 215);
[INFO] [stdout] ...   |
[INFO] [stdout] 215 | |     }
[INFO] [stdout] 216 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `css_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]   --> src/color/xterm.rs:69:1
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn wrap_name(str: &str) -> String {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a function
[INFO] [stdout]   --> src/color/xterm.rs:74:1
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn unwrap_name(str: &str) -> &str {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]    --> src/color/xterm.rs:10:17
[INFO] [stdout]     |
[INFO] [stdout] 10  |                   $variant_name,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81  | / xterm_colors! {
[INFO] [stdout] 82  | |     XtermColors {
[INFO] [stdout] 83  | |         Black ,  "Black" ,  0 ,  (0 , 0 , 0);
[INFO] [stdout] 84  | |         Maroon ,  "Maroon" ,  1 ,  (128 , 0 , 0);
[INFO] [stdout] ...   |
[INFO] [stdout] 340 | |     }
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `xterm_colors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking serde_test v1.0.177
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stdout] warning: unused imports: `Rgb` and `Style`
[INFO] [stdout]  --> examples/toml-serialize.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use antsee::{Attributes, Color, Rgb, Style};
[INFO] [stdout]   |                                 ^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `toml::Serializer`
[INFO] [stdout]  --> examples/toml-serialize.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use toml::Serializer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]  --> examples/with_ansi_term.rs:1:60
[INFO] [stdout]   |
[INFO] [stdout] 1 | use antsee::{color::XtermColors, style::Style, Attributes, Color, Fixed};
[INFO] [stdout]   |                                                            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> examples/with_ansi_term.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MultiColorStyle` is never constructed
[INFO] [stdout]  --> examples/toml-serialize.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct MultiColorStyle {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]   --> examples/toml-serialize.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Config {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `borrow::Cow`
[INFO] [stdout]  --> src/color/fixed.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{borrow::Cow, str::FromStr};
[INFO] [stdout]   |           ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wrap_name`
[INFO] [stdout]  --> src/color/fixed.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 | use super::xterm::{self, wrap_name};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]  --> src/color/fixed.rs:5:33
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::{xterm::XtermColors, Color, ColorSource, ColorValue, Source};
[INFO] [stdout]   |                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `assert_de_tokens` and `assert_ser_tokens`
[INFO] [stdout]    --> src/color/fixed.rs:165:22
[INFO] [stdout]     |
[INFO] [stdout] 165 |     use serde_test::{assert_de_tokens, assert_ser_tokens, assert_tokens, Token};
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::xterm::wrap_name`
[INFO] [stdout]    --> src/color/fixed.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |     use super::super::xterm::wrap_name;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `fixed::Fixed: serde::ser::Serialize` is not satisfied
[INFO] [stdout]    --> src/color/fixed.rs:173:23
[INFO] [stdout]     |
[INFO] [stdout] 173 |         assert_tokens(&fixed, &[Token::U8(5)])
[INFO] [stdout]     |         ------------- ^^^^^^ the trait `serde::ser::Serialize` is not implemented for `fixed::Fixed`
[INFO] [stdout]     |         |
[INFO] [stdout]     |         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `fixed::Fixed` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::ser::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 130 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:8
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `fixed::Fixed: serde::de::Deserialize<'_>` is not satisfied
[INFO] [stdout]    --> src/color/fixed.rs:173:23
[INFO] [stdout]     |
[INFO] [stdout] 173 |         assert_tokens(&fixed, &[Token::U8(5)])
[INFO] [stdout]     |         ------------- ^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `fixed::Fixed`
[INFO] [stdout]     |         |
[INFO] [stdout]     |         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `fixed::Fixed` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::de::Deserialize<'de>`:
[INFO] [stdout]               &'a Path
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 141 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:20
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `fixed::Fixed: serde::ser::Serialize` is not satisfied
[INFO] [stdout]    --> src/color/fixed.rs:179:23
[INFO] [stdout]     |
[INFO] [stdout] 179 |         assert_tokens(&fixed, &[Token::Str("xterm(Seafoam)")]);
[INFO] [stdout]     |         ------------- ^^^^^^ the trait `serde::ser::Serialize` is not implemented for `fixed::Fixed`
[INFO] [stdout]     |         |
[INFO] [stdout]     |         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `fixed::Fixed` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::ser::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 130 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:8
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `fixed::Fixed: serde::de::Deserialize<'_>` is not satisfied
[INFO] [stdout]    --> src/color/fixed.rs:179:23
[INFO] [stdout]     |
[INFO] [stdout] 179 |         assert_tokens(&fixed, &[Token::Str("xterm(Seafoam)")]);
[INFO] [stdout]     |         ------------- ^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `fixed::Fixed`
[INFO] [stdout]     |         |
[INFO] [stdout]     |         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `fixed::Fixed` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::de::Deserialize<'de>`:
[INFO] [stdout]               &'a Path
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 141 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:20
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `rgb::Rgb: serde::ser::Serialize` is not satisfied
[INFO] [stdout]    --> src/color/rgb.rs:200:13
[INFO] [stdout]     |
[INFO] [stdout] 199 |         assert_tokens(
[INFO] [stdout]     |         ------------- required by a bound introduced by this call
[INFO] [stdout] 200 |             &rgb,
[INFO] [stdout]     |             ^^^^ the trait `serde::ser::Serialize` is not implemented for `rgb::Rgb`
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `rgb::Rgb` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::ser::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 130 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:8
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `rgb::Rgb: serde::de::Deserialize<'_>` is not satisfied
[INFO] [stdout]    --> src/color/rgb.rs:200:13
[INFO] [stdout]     |
[INFO] [stdout] 199 |         assert_tokens(
[INFO] [stdout]     |         ------------- required by a bound introduced by this call
[INFO] [stdout] 200 |             &rgb,
[INFO] [stdout]     |             ^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `rgb::Rgb`
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `rgb::Rgb` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::de::Deserialize<'de>`:
[INFO] [stdout]               &'a Path
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 141 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:20
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `rgb::Rgb: serde::ser::Serialize` is not satisfied
[INFO] [stdout]    --> src/color/rgb.rs:215:23
[INFO] [stdout]     |
[INFO] [stdout] 215 |         assert_tokens(&rgb, &[Token::Str("#453209")])
[INFO] [stdout]     |         ------------- ^^^^ the trait `serde::ser::Serialize` is not implemented for `rgb::Rgb`
[INFO] [stdout]     |         |
[INFO] [stdout]     |         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `rgb::Rgb` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::ser::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 130 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:8
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `rgb::Rgb: serde::de::Deserialize<'_>` is not satisfied
[INFO] [stdout]    --> src/color/rgb.rs:215:23
[INFO] [stdout]     |
[INFO] [stdout] 215 |         assert_tokens(&rgb, &[Token::Str("#453209")])
[INFO] [stdout]     |         ------------- ^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `rgb::Rgb`
[INFO] [stdout]     |         |
[INFO] [stdout]     |         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `rgb::Rgb` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::de::Deserialize<'de>`:
[INFO] [stdout]               &'a Path
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 141 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:20
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `rgb::Rgb: serde::ser::Serialize` is not satisfied
[INFO] [stdout]    --> src/color/rgb.rs:221:23
[INFO] [stdout]     |
[INFO] [stdout] 221 |         assert_tokens(&rgb, &[Token::Str("css(red)")])
[INFO] [stdout]     |         ------------- ^^^^ the trait `serde::ser::Serialize` is not implemented for `rgb::Rgb`
[INFO] [stdout]     |         |
[INFO] [stdout]     |         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `rgb::Rgb` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::ser::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 130 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:8
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `rgb::Rgb: serde::de::Deserialize<'_>` is not satisfied
[INFO] [stdout]    --> src/color/rgb.rs:221:23
[INFO] [stdout]     |
[INFO] [stdout] 221 |         assert_tokens(&rgb, &[Token::Str("css(red)")])
[INFO] [stdout]     |         ------------- ^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `rgb::Rgb`
[INFO] [stdout]     |         |
[INFO] [stdout]     |         required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `rgb::Rgb` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::de::Deserialize<'de>`:
[INFO] [stdout]               &'a Path
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 141 others
[INFO] [stdout] note: required by a bound in `assert_tokens`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_test-1.0.177/src/assert.rs:35:20
[INFO] [stdout]     |
[INFO] [stdout] 33  | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stdout]     |        ------------- required by a bound in this function
[INFO] [stdout] 34  | where
[INFO] [stdout] 35  |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/color/ansi.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn try_from(value: u8) -> Result<Ansi, Self::Error> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `antsee` (lib test) due to 10 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d1fe56e1b5d7a53dcdc24d7bf87d682ae7ce8eb8348a0066d9ef4bda775f8274", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1fe56e1b5d7a53dcdc24d7bf87d682ae7ce8eb8348a0066d9ef4bda775f8274", kill_on_drop: false }`
[INFO] [stdout] d1fe56e1b5d7a53dcdc24d7bf87d682ae7ce8eb8348a0066d9ef4bda775f8274
