[INFO] fetching crate rsline 0.2.0...
[INFO] building rsline-0.2.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate rsline 0.2.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate rsline 0.2.0
[INFO] finished tweaking crates.io crate rsline 0.2.0
[INFO] tweaked toml for crates.io crate rsline 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rsline 0.2.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rsline 0.2.0 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1dfed8278b4a7dcb86764ab41d5ad6d8423d1c800ddd6ef134e413432c4d5f78
[INFO] running `Command { std: "docker" "start" "-a" "1dfed8278b4a7dcb86764ab41d5ad6d8423d1c800ddd6ef134e413432c4d5f78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1dfed8278b4a7dcb86764ab41d5ad6d8423d1c800ddd6ef134e413432c4d5f78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dfed8278b4a7dcb86764ab41d5ad6d8423d1c800ddd6ef134e413432c4d5f78", kill_on_drop: false }`
[INFO] [stdout] 1dfed8278b4a7dcb86764ab41d5ad6d8423d1c800ddd6ef134e413432c4d5f78
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf374fc4b08b5de320ee18b88550b881778acc2d9bc99a3e65332775985619a3
[INFO] running `Command { std: "docker" "start" "-a" "cf374fc4b08b5de320ee18b88550b881778acc2d9bc99a3e65332775985619a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling rsline v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `decoration` should have an upper camel case name
[INFO] [stdout]  --> src/stylus.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct decoration {
[INFO] [stdout]   |            ^^^^^^^^^^ help: convert the identifier to upper camel case: `Decoration`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `color` should have an upper camel case name
[INFO] [stdout]  --> src/stylus.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct color {
[INFO] [stdout]   |            ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `background` should have an upper camel case name
[INFO] [stdout]   --> src/stylus.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct background {
[INFO] [stdout]    |            ^^^^^^^^^^ help: convert the identifier to upper camel case: `Background`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Color`
[INFO] [stdout]   --> src/stylus.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let Color = color {
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_Color`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Decoration`
[INFO] [stdout]   --> src/stylus.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let Decoration = decoration {
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Decoration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Background`
[INFO] [stdout]   --> src/stylus.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let Background = background {
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Background`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `csspropstyle`
[INFO] [stdout]   --> src/stylus.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |         let csspropstyle = cssprop.split(":").collect::<Vec<&str>>().to_vec();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_csspropstyle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `reset`
[INFO] [stdout]   --> src/stylus.rs:28:46
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn styledprint(content: &str, css: &str, reset: bool) {
[INFO] [stdout]    |                                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_reset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/stylus.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let mut output: String = content.to_string();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `help` and `details` are never read
[INFO] [stdout]  --> src/command.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Command {
[INFO] [stdout]   |            ------- fields in this struct
[INFO] [stdout] 2 |     pub name: String,
[INFO] [stdout] 3 |     pub help: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 4 |     pub details: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `reset`, `bold`, `underline`, and `inverse` are never read
[INFO] [stdout]  --> src/stylus.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct decoration {
[INFO] [stdout]   |            ---------- fields in this struct
[INFO] [stdout] 2 |     reset: String,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 3 |     bold: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 4 |     underline: String,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 5 |     inverse: String
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/stylus.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct color {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  8 |     black: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]  9 |     red: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 10 |     green: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 11 |     yellow: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 12 |     blue: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     magenta: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 14 |     cyan: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 15 |     white: String
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/stylus.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct background {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 18 |     black: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 19 |     red: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 20 |     green: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 21 |     yellow: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 22 |     blue: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 23 |     magenta: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 24 |     cyan: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 25 |     white: String
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Color` should have a snake case name
[INFO] [stdout]   --> src/stylus.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let Color = color {
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `color`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Decoration` should have a snake case name
[INFO] [stdout]   --> src/stylus.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let Decoration = decoration {
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `decoration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Background` should have a snake case name
[INFO] [stdout]   --> src/stylus.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let Background = background {
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `background`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] running `Command { std: "docker" "inspect" "cf374fc4b08b5de320ee18b88550b881778acc2d9bc99a3e65332775985619a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf374fc4b08b5de320ee18b88550b881778acc2d9bc99a3e65332775985619a3", kill_on_drop: false }`
[INFO] [stdout] cf374fc4b08b5de320ee18b88550b881778acc2d9bc99a3e65332775985619a3
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 18c3db941d2d5ffc1309fd4bdd1942673de00b1192972e881447832762ed914d
[INFO] running `Command { std: "docker" "start" "-a" "18c3db941d2d5ffc1309fd4bdd1942673de00b1192972e881447832762ed914d", kill_on_drop: false }`
[INFO] [stderr]    Compiling rsline v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `decoration` should have an upper camel case name
[INFO] [stdout]  --> src/stylus.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct decoration {
[INFO] [stdout]   |            ^^^^^^^^^^ help: convert the identifier to upper camel case: `Decoration`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `color` should have an upper camel case name
[INFO] [stdout]  --> src/stylus.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct color {
[INFO] [stdout]   |            ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `background` should have an upper camel case name
[INFO] [stdout]   --> src/stylus.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct background {
[INFO] [stdout]    |            ^^^^^^^^^^ help: convert the identifier to upper camel case: `Background`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Color`
[INFO] [stdout]   --> src/stylus.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let Color = color {
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_Color`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Decoration`
[INFO] [stdout]   --> src/stylus.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let Decoration = decoration {
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Decoration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `Background`
[INFO] [stdout]   --> src/stylus.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let Background = background {
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_Background`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `csspropstyle`
[INFO] [stdout]   --> src/stylus.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |         let csspropstyle = cssprop.split(":").collect::<Vec<&str>>().to_vec();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_csspropstyle`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `reset`
[INFO] [stdout]   --> src/stylus.rs:28:46
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn styledprint(content: &str, css: &str, reset: bool) {
[INFO] [stdout]    |                                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_reset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/stylus.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let mut output: String = content.to_string();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `help` and `details` are never read
[INFO] [stdout]  --> src/command.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Command {
[INFO] [stdout]   |            ------- fields in this struct
[INFO] [stdout] 2 |     pub name: String,
[INFO] [stdout] 3 |     pub help: String,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 4 |     pub details: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `reset`, `bold`, `underline`, and `inverse` are never read
[INFO] [stdout]  --> src/stylus.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct decoration {
[INFO] [stdout]   |            ---------- fields in this struct
[INFO] [stdout] 2 |     reset: String,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 3 |     bold: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 4 |     underline: String,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 5 |     inverse: String
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Color` should have a snake case name
[INFO] [stdout]   --> src/stylus.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let Color = color {
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `color`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Decoration` should have a snake case name
[INFO] [stdout]   --> src/stylus.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let Decoration = decoration {
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `decoration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Background` should have a snake case name
[INFO] [stdout]   --> src/stylus.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let Background = background {
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `background`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/stylus.rs:8:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct color {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  8 |     black: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]  9 |     red: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 10 |     green: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 11 |     yellow: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 12 |     blue: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     magenta: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 14 |     cyan: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 15 |     white: String
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/stylus.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct background {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 18 |     black: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 19 |     red: String,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 20 |     green: String,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 21 |     yellow: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 22 |     blue: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 23 |     magenta: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 24 |     cyan: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 25 |     white: String
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] running `Command { std: "docker" "inspect" "18c3db941d2d5ffc1309fd4bdd1942673de00b1192972e881447832762ed914d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18c3db941d2d5ffc1309fd4bdd1942673de00b1192972e881447832762ed914d", kill_on_drop: false }`
[INFO] [stdout] 18c3db941d2d5ffc1309fd4bdd1942673de00b1192972e881447832762ed914d
