[INFO] fetching crate antsee 1.0.5... [INFO] testing antsee-1.0.5 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate antsee 1.0.5 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate antsee 1.0.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate antsee 1.0.5 [INFO] tweaked toml for crates.io crate antsee 1.0.5 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate antsee 1.0.5 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate antsee 1.0.5 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded grep-cli v0.1.11 [INFO] [stderr] Downloaded ansi_colours v1.2.3 [INFO] [stderr] Downloaded serde_test v1.0.177 [INFO] [stderr] Downloaded bstr v1.11.0 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83891c2eb8dd203af943ce22617343940c9cfcf31b722b101237dea339764232 [INFO] running `Command { std: "docker" "start" "-a" "83891c2eb8dd203af943ce22617343940c9cfcf31b722b101237dea339764232", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83891c2eb8dd203af943ce22617343940c9cfcf31b722b101237dea339764232", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83891c2eb8dd203af943ce22617343940c9cfcf31b722b101237dea339764232", kill_on_drop: false }` [INFO] [stdout] 83891c2eb8dd203af943ce22617343940c9cfcf31b722b101237dea339764232 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 32bea24ee54a18a88f3183768303cb55bc58d9a90c37f916c3b8c11c26388064 [INFO] running `Command { std: "docker" "start" "-a" "32bea24ee54a18a88f3183768303cb55bc58d9a90c37f916c3b8c11c26388064", kill_on_drop: false }` [INFO] [stderr] Compiling antsee v1.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: value passed to `self` is never read [INFO] [stdout] --> src/color/rgb.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn hex(mut self, hex: &str) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `inactive` is never used [INFO] [stdout] --> src/color.rs:130:8 [INFO] [stdout] | [INFO] [stdout] 129 | impl Source { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] 130 | 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 an associated type [INFO] [stdout] --> src/color.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | type ExternalSource; [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 enum [INFO] [stdout] --> src/color/libraries/css.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | / pub enum $enum_name { [INFO] [stdout] 11 | | $( [INFO] [stdout] 12 | | $variant_name, [INFO] [stdout] 13 | | )* [INFO] [stdout] 14 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] ... [INFO] [stdout] 60 | / css_colors! { [INFO] [stdout] 61 | | CssColors { [INFO] [stdout] 62 | | AliceBlue, "aliceblue", (240, 248, 255); [INFO] [stdout] 63 | | AntiqueWhite, "antiquewhite", (250, 235, 215); [INFO] [stdout] ... | [INFO] [stdout] 211 | | } [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/libraries/css.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | $variant_name, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | / css_colors! { [INFO] [stdout] 61 | | CssColors { [INFO] [stdout] 62 | | AliceBlue, "aliceblue", (240, 248, 255); [INFO] [stdout] 63 | | AntiqueWhite, "antiquewhite", (250, 235, 215); [INFO] [stdout] ... | [INFO] [stdout] 211 | | } [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/libraries/xterm.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | $variant_name, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / xterm_colors! { [INFO] [stdout] 80 | | XtermColors { [INFO] [stdout] 81 | | Black , "Black" , 0 , (0 , 0 , 0); [INFO] [stdout] 82 | | Maroon , "Maroon" , 1 , (128 , 0 , 0); [INFO] [stdout] ... | [INFO] [stdout] 339 | | } [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] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/color/libraries/xterm.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn ansi256(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / xterm_colors! { [INFO] [stdout] 80 | | XtermColors { [INFO] [stdout] 81 | | Black , "Black" , 0 , (0 , 0 , 0); [INFO] [stdout] 82 | | Maroon , "Maroon" , 1 , (128 , 0 , 0); [INFO] [stdout] ... | [INFO] [stdout] 339 | | } [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] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/color/libraries/xterm.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn get_ansi256(ansi256: u8) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / xterm_colors! { [INFO] [stdout] 80 | | XtermColors { [INFO] [stdout] 81 | | Black , "Black" , 0 , (0 , 0 , 0); [INFO] [stdout] 82 | | Maroon , "Maroon" , 1 , (128 , 0 , 0); [INFO] [stdout] ... | [INFO] [stdout] 339 | | } [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] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `Command { std: "docker" "inspect" "32bea24ee54a18a88f3183768303cb55bc58d9a90c37f916c3b8c11c26388064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32bea24ee54a18a88f3183768303cb55bc58d9a90c37f916c3b8c11c26388064", kill_on_drop: false }` [INFO] [stdout] 32bea24ee54a18a88f3183768303cb55bc58d9a90c37f916c3b8c11c26388064 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] b732518365f54998d6684d4b2da027efdacb16c274c5e5ef4fae06326f43df8e [INFO] running `Command { std: "docker" "start" "-a" "b732518365f54998d6684d4b2da027efdacb16c274c5e5ef4fae06326f43df8e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling rustix v0.38.41 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_lex v0.7.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling quick-xml v0.32.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling bytemuck v1.20.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling bugreport v0.5.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling terminal_size v0.4.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling clap_builder v4.5.21 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling cc v1.2.2 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling std_prelude v0.2.12 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling etcetera v0.8.0 [INFO] [stderr] Compiling path_abs v0.5.1 [INFO] [stderr] Compiling ansi_colours v1.2.3 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling content_inspector v0.2.4 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling nu-ansi-term v0.49.0 [INFO] [stderr] Compiling bytesize v1.3.0 [INFO] [stderr] Compiling wild v2.2.1 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling nu-ansi-term v0.50.1 [INFO] [stdout] warning: value passed to `self` is never read [INFO] [stdout] --> src/color/rgb.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn hex(mut self, hex: &str) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `inactive` is never used [INFO] [stdout] --> src/color.rs:130:8 [INFO] [stdout] | [INFO] [stdout] 129 | impl Source { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] 130 | 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 an associated type [INFO] [stdout] --> src/color.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | type ExternalSource; [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 enum [INFO] [stdout] --> src/color/libraries/css.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | / pub enum $enum_name { [INFO] [stdout] 11 | | $( [INFO] [stdout] 12 | | $variant_name, [INFO] [stdout] 13 | | )* [INFO] [stdout] 14 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] ... [INFO] [stdout] 60 | / css_colors! { [INFO] [stdout] 61 | | CssColors { [INFO] [stdout] 62 | | AliceBlue, "aliceblue", (240, 248, 255); [INFO] [stdout] 63 | | AntiqueWhite, "antiquewhite", (250, 235, 215); [INFO] [stdout] ... | [INFO] [stdout] 211 | | } [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/libraries/css.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | $variant_name, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | / css_colors! { [INFO] [stdout] 61 | | CssColors { [INFO] [stdout] 62 | | AliceBlue, "aliceblue", (240, 248, 255); [INFO] [stdout] 63 | | AntiqueWhite, "antiquewhite", (250, 235, 215); [INFO] [stdout] ... | [INFO] [stdout] 211 | | } [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/libraries/xterm.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | $variant_name, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / xterm_colors! { [INFO] [stdout] 80 | | XtermColors { [INFO] [stdout] 81 | | Black , "Black" , 0 , (0 , 0 , 0); [INFO] [stdout] 82 | | Maroon , "Maroon" , 1 , (128 , 0 , 0); [INFO] [stdout] ... | [INFO] [stdout] 339 | | } [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] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/color/libraries/xterm.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn ansi256(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / xterm_colors! { [INFO] [stdout] 80 | | XtermColors { [INFO] [stdout] 81 | | Black , "Black" , 0 , (0 , 0 , 0); [INFO] [stdout] 82 | | Maroon , "Maroon" , 1 , (128 , 0 , 0); [INFO] [stdout] ... | [INFO] [stdout] 339 | | } [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] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/color/libraries/xterm.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn get_ansi256(ansi256: u8) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | / xterm_colors! { [INFO] [stdout] 80 | | XtermColors { [INFO] [stdout] 81 | | Black , "Black" , 0 , (0 , 0 , 0); [INFO] [stdout] 82 | | Maroon , "Maroon" , 1 , (128 , 0 , 0); [INFO] [stdout] ... | [INFO] [stdout] 339 | | } [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] Compiling libz-sys v1.1.20 [INFO] [stderr] Compiling sys-info v0.9.1 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Compiling libgit2-sys v0.16.2+1.7.2 [INFO] [stderr] Compiling clap v4.5.21 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling onig v6.4.0 [INFO] [stderr] Compiling bstr v1.11.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling git-version-macro v0.3.9 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling globset v0.4.15 [INFO] [stderr] Compiling bat v0.24.0 [INFO] [stderr] Compiling git-version v0.3.9 [INFO] [stderr] Compiling grep-cli v0.1.11 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling plist v1.7.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling clircle v0.4.0 [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling syntect v5.2.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling git2 v0.18.3 [INFO] [stderr] Compiling antsee v1.0.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `ansi::Ansi: serde::ser::Serialize` is not satisfied [INFO] [stdout] --> src/color/ansi.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 140 | assert_tokens(&color, &[Token::Str("BrightRed")]); [INFO] [stdout] | ------------- ^^^^^^ the trait `serde::ser::Serialize` is not implemented for `ansi::Ansi` [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 `ansi::Ansi` 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-1949cf8c6b5b557f/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 `ansi::Ansi: serde::de::Deserialize<'_>` is not satisfied [INFO] [stdout] --> src/color/ansi.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 140 | assert_tokens(&color, &[Token::Str("BrightRed")]); [INFO] [stdout] | ------------- ^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `ansi::Ansi` [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 `ansi::Ansi` 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-1949cf8c6b5b557f/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:172:23 [INFO] [stdout] | [INFO] [stdout] 172 | 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-1949cf8c6b5b557f/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:172:23 [INFO] [stdout] | [INFO] [stdout] 172 | 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-1949cf8c6b5b557f/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[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde` [INFO] [stdout] --> examples/serde/main.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(serde::Serialize, serde::Deserialize, Debug)] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde` [INFO] [stdout] --> examples/serde/main.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(serde::Serialize, serde::Deserialize, Debug)] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [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:178:23 [INFO] [stdout] | [INFO] [stdout] 178 | 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-1949cf8c6b5b557f/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:178:23 [INFO] [stdout] | [INFO] [stdout] 178 | 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-1949cf8c6b5b557f/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:232:13 [INFO] [stdout] | [INFO] [stdout] 231 | assert_tokens( [INFO] [stdout] | ------------- required by a bound introduced by this call [INFO] [stdout] 232 | &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-1949cf8c6b5b557f/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:232:13 [INFO] [stdout] | [INFO] [stdout] 231 | assert_tokens( [INFO] [stdout] | ------------- required by a bound introduced by this call [INFO] [stdout] 232 | &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-1949cf8c6b5b557f/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:247:23 [INFO] [stdout] | [INFO] [stdout] 247 | 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-1949cf8c6b5b557f/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:247:23 [INFO] [stdout] | [INFO] [stdout] 247 | 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-1949cf8c6b5b557f/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:253:23 [INFO] [stdout] | [INFO] [stdout] 253 | 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-1949cf8c6b5b557f/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:253:23 [INFO] [stdout] | [INFO] [stdout] 253 | 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-1949cf8c6b5b557f/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 `color::Color: serde::ser::Serialize` is not satisfied [INFO] [stdout] --> src/color.rs:165:23 [INFO] [stdout] | [INFO] [stdout] 165 | assert_tokens(&color, &[Token::Str("Red")]) [INFO] [stdout] | ------------- ^^^^^^ the trait `serde::ser::Serialize` is not implemented for `color::Color` [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 `color::Color` 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-1949cf8c6b5b557f/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 `color::Color: serde::de::Deserialize<'_>` is not satisfied [INFO] [stdout] --> src/color.rs:165:23 [INFO] [stdout] | [INFO] [stdout] 165 | assert_tokens(&color, &[Token::Str("Red")]) [INFO] [stdout] | ------------- ^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `color::Color` [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 `color::Color` 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-1949cf8c6b5b557f/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.rs:172:23 [INFO] [stdout] | [INFO] [stdout] 172 | assert_tokens(&color, &[Token::Str("xterm(Seafoam)")]) [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-1949cf8c6b5b557f/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.rs:172:23 [INFO] [stdout] | [INFO] [stdout] 172 | assert_tokens(&color, &[Token::Str("xterm(Seafoam)")]) [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-1949cf8c6b5b557f/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: value passed to `self` is never read [INFO] [stdout] --> src/color/rgb.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn hex(mut self, hex: &str) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde` [INFO] [stdout] --> examples/serde/main.rs:88:8 [INFO] [stdout] | [INFO] [stdout] 88 | T: serde::Serialize, [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `antsee` (example "serde") due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 16 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "b732518365f54998d6684d4b2da027efdacb16c274c5e5ef4fae06326f43df8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b732518365f54998d6684d4b2da027efdacb16c274c5e5ef4fae06326f43df8e", kill_on_drop: false }` [INFO] [stdout] b732518365f54998d6684d4b2da027efdacb16c274c5e5ef4fae06326f43df8e