[INFO] fetching crate stylish-core 0.1.2... [INFO] testing stylish-core-0.1.2 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate stylish-core 0.1.2 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate stylish-core 0.1.2 [INFO] finished tweaking crates.io crate stylish-core 0.1.2 [INFO] tweaked toml for crates.io crate stylish-core 0.1.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate stylish-core 0.1.2 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 17 packages to latest compatible versions [INFO] [stderr] Adding with_builtin_macros v0.0.3 (available: v0.1.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8651dba843093572ecb29ac7f7cb4b91ddfeea461459a75e0e49bc5cf9de692b [INFO] running `Command { std: "docker" "start" "-a" "8651dba843093572ecb29ac7f7cb4b91ddfeea461459a75e0e49bc5cf9de692b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8651dba843093572ecb29ac7f7cb4b91ddfeea461459a75e0e49bc5cf9de692b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8651dba843093572ecb29ac7f7cb4b91ddfeea461459a75e0e49bc5cf9de692b", kill_on_drop: false }` [INFO] [stdout] 8651dba843093572ecb29ac7f7cb4b91ddfeea461459a75e0e49bc5cf9de692b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e143e5f63e1544480228742455e2a88ff3ae57e588e8ae2a594e791b75804590 [INFO] running `Command { std: "docker" "start" "-a" "e143e5f63e1544480228742455e2a88ff3ae57e588e8ae2a594e791b75804590", kill_on_drop: false }` [INFO] [stderr] Compiling stylish-style v0.1.1 [INFO] [stderr] Compiling stylish-core v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `StdProxy` is never constructed [INFO] [stdout] --> src/std_compat.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | pub(crate) struct StdProxy<'a, 'b>(pub(crate) &'a mut crate::formatter::Formatter<'b>); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StdFmt` is never constructed [INFO] [stdout] --> src/arguments.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct StdFmt<'a> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StdFmtOther` is never constructed [INFO] [stdout] --> src/arguments.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct StdFmtOther<'a>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StdFmtDebug` is never constructed [INFO] [stdout] --> src/arguments.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct StdFmtDebug<'a>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `Command { std: "docker" "inspect" "e143e5f63e1544480228742455e2a88ff3ae57e588e8ae2a594e791b75804590", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e143e5f63e1544480228742455e2a88ff3ae57e588e8ae2a594e791b75804590", kill_on_drop: false }` [INFO] [stdout] e143e5f63e1544480228742455e2a88ff3ae57e588e8ae2a594e791b75804590 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dde7cc8ce981e934a269d2ec70a5199f8d44f3954b2d194418c16082b221f8a1 [INFO] running `Command { std: "docker" "start" "-a" "dde7cc8ce981e934a269d2ec70a5199f8d44f3954b2d194418c16082b221f8a1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling stylish-style v0.1.1 [INFO] [stdout] warning: struct `StdProxy` is never constructed [INFO] [stdout] --> src/std_compat.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | pub(crate) struct StdProxy<'a, 'b>(pub(crate) &'a mut crate::formatter::Formatter<'b>); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StdFmt` is never constructed [INFO] [stdout] --> src/arguments.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct StdFmt<'a> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StdFmtOther` is never constructed [INFO] [stdout] --> src/arguments.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct StdFmtOther<'a>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StdFmtDebug` is never constructed [INFO] [stdout] --> src/arguments.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct StdFmtDebug<'a>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling with_builtin_macros-proc_macros v0.0.3 [INFO] [stderr] Compiling stylish-macros v0.1.2 [INFO] [stderr] Compiling with_builtin_macros v0.0.3 [INFO] [stderr] Compiling stylish-core v0.1.2 [INFO] [stderr] Compiling stylish v0.1.0 [INFO] [stderr] Compiling stylish-core v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `StdProxy` is never constructed [INFO] [stdout] --> src/std_compat.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | pub(crate) struct StdProxy<'a, 'b>(pub(crate) &'a mut crate::formatter::Formatter<'b>); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StdFmt` is never constructed [INFO] [stdout] --> src/arguments.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct StdFmt<'a> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StdFmtOther` is never constructed [INFO] [stdout] --> src/arguments.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct StdFmtOther<'a>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StdFmtDebug` is never constructed [INFO] [stdout] --> src/arguments.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct StdFmtDebug<'a>( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.83s [INFO] running `Command { std: "docker" "inspect" "dde7cc8ce981e934a269d2ec70a5199f8d44f3954b2d194418c16082b221f8a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dde7cc8ce981e934a269d2ec70a5199f8d44f3954b2d194418c16082b221f8a1", kill_on_drop: false }` [INFO] [stdout] dde7cc8ce981e934a269d2ec70a5199f8d44f3954b2d194418c16082b221f8a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 207c6fe5d3ee75e4909328eef94215094656f494fc0181de843173c66e8535da [INFO] running `Command { std: "docker" "start" "-a" "207c6fe5d3ee75e4909328eef94215094656f494fc0181de843173c66e8535da", kill_on_drop: false }` [INFO] [stderr] warning: struct `StdProxy` is never constructed [INFO] [stderr] --> src/std_compat.rs:78:19 [INFO] [stderr] | [INFO] [stderr] 78 | pub(crate) struct StdProxy<'a, 'b>(pub(crate) &'a mut crate::formatter::Formatter<'b>); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: struct `StdFmt` is never constructed [INFO] [stderr] --> src/arguments.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct StdFmt<'a> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `StdFmtOther` is never constructed [INFO] [stderr] --> src/arguments.rs:28:12 [INFO] [stderr] | [INFO] [stderr] 28 | pub struct StdFmtOther<'a>( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `StdFmtDebug` is never constructed [INFO] [stderr] --> src/arguments.rs:37:12 [INFO] [stderr] | [INFO] [stderr] 37 | pub struct StdFmtDebug<'a>( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `stylish-core` (lib) generated 4 warnings [INFO] [stderr] warning: `stylish-core` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stylish_core-5539a608e4f33419) [INFO] [stderr] Doc-tests stylish_core [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/formatter.rs - formatter::Formatter<'a>::write_str (line 121) ... FAILED [INFO] [stdout] test src/format.rs - format::format (line 50) ... FAILED [INFO] [stdout] test src/formatter.rs - formatter::Formatter<'a>::write_fmt (line 150) ... FAILED [INFO] [stdout] test src/arguments.rs - arguments::Arguments (line 48) ... FAILED [INFO] [stdout] test src/display.rs - display::Display (line 9) ... FAILED [INFO] [stdout] test src/formatter.rs - formatter::Formatter<'a>::with (line 76) ... FAILED [INFO] [stdout] test src/io.rs - io::Write::by_ref (line 231) ... FAILED [INFO] [stdout] test src/format.rs - format::format (line 36) ... FAILED [INFO] [stdout] test src/io.rs - io::Write::write_fmt (line 211) ... FAILED [INFO] [stdout] test src/io.rs - io::Write::write_all (line 164) ... FAILED [INFO] [stdout] test src/display.rs - display::Display::fmt (line 32) ... FAILED [INFO] [stdout] test src/io.rs - io::Write (line 53) ... FAILED [INFO] [stdout] test src/io.rs - io::Write::flush (line 128) ... FAILED [INFO] [stdout] test src/io.rs - io::Write::write (line 104) ... FAILED [INFO] [stdout] test src/string.rs - string::String::new (line 51) ... FAILED [INFO] [stdout] test src/write.rs - write::Write::write_char (line 46) ... FAILED [INFO] [stdout] test src/string.rs - string::String (line 29) ... FAILED [INFO] [stdout] test src/write.rs - write::Write::write_fmt (line 78) ... FAILED [INFO] [stdout] test src/write.rs - write::write (line 123) ... FAILED [INFO] [stdout] test src/write.rs - write::writeln (line 152) ... FAILED [INFO] [stdout] test src/write.rs - write::Write::write_str (line 20) ... FAILED [INFO] [stdout] test src/string.rs - string::String (line 12) ... ok [INFO] [stdout] test src/string.rs - string::String (line 18) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/formatter.rs - formatter::Formatter<'a>::write_str (line 121) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/formatter.rs:135:26 [INFO] [stdout] | [INFO] [stdout] 16 | let formatted = stylish::html::format!("Hello {:s} and {:s}", Name("Ferris"), Name("Gorris")); [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/format.rs - format::format (line 50) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/format.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 5 | stylish::html::format!("{:s}", s), [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/formatter.rs - formatter::Formatter<'a>::write_fmt (line 150) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/formatter.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 15 | let formatted = stylish::html::format!("Hello {:s} and {:s}", Name("Ferris"), Name("Gorris")); [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/arguments.rs - arguments::Arguments (line 48) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/arguments.rs:51:14 [INFO] [stdout] | [INFO] [stdout] 5 | stylish::html::format!("{:s}", args), [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/display.rs - display::Display (line 9) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/display.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 16 | let formatted = stylish::html::format!("Hello {:s} and {:s}", Name("Ferris"), Name("Gorris")); [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/formatter.rs - formatter::Formatter<'a>::with (line 76) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/formatter.rs:90:26 [INFO] [stdout] | [INFO] [stdout] 16 | let formatted = stylish::html::format!("Hello {:s} and {:s}", Name("Ferris"), Name("Gorris")); [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::Write::by_ref (line 231) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `plain` in module `stylish::io` [INFO] [stdout] --> src/io.rs:234:31 [INFO] [stdout] | [INFO] [stdout] 5 | let mut output = stylish::io::plain(std::io::stdout()); [INFO] [stdout] | ^^^^^ not found in `stylish::io` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(feature = "plain")] [INFO] [stdout] | ----------------- the item is gated behind the `plain` feature [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn plain(inner: T) -> Plain { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/format.rs - format::format (line 36) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/format.rs:42:14 [INFO] [stdout] | [INFO] [stdout] 8 | stylish::html::format!("{:s}", s), [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::Write::write_fmt (line 211) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `plain` in module `stylish::io` [INFO] [stdout] --> src/io.rs:212:31 [INFO] [stdout] | [INFO] [stdout] 3 | let mut output = stylish::io::plain(std::io::stdout()); [INFO] [stdout] | ^^^^^ not found in `stylish::io` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(feature = "plain")] [INFO] [stdout] | ----------------- the item is gated behind the `plain` feature [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn plain(inner: T) -> Plain { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::Write::write_all (line 164) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `plain` in module `stylish::io` [INFO] [stdout] --> src/io.rs:167:31 [INFO] [stdout] | [INFO] [stdout] 5 | let mut output = stylish::io::plain(std::io::stdout()); [INFO] [stdout] | ^^^^^ not found in `stylish::io` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(feature = "plain")] [INFO] [stdout] | ----------------- the item is gated behind the `plain` feature [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn plain(inner: T) -> Plain { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/display.rs - display::Display::fmt (line 32) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/display.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 16 | let formatted = stylish::html::format!("Hello {:s} and {:s}", Name("Ferris"), Name("Gorris")); [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::Write (line 53) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `plain` in module `stylish::io` [INFO] [stdout] --> src/io.rs:60:31 [INFO] [stdout] | [INFO] [stdout] 9 | let mut output = stylish::io::plain(std::io::stdout()); [INFO] [stdout] | ^^^^^ not found in `stylish::io` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(feature = "plain")] [INFO] [stdout] | ----------------- the item is gated behind the `plain` feature [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn plain(inner: T) -> Plain { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::Write::flush (line 128) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `plain` in module `stylish::io` [INFO] [stdout] --> src/io.rs:131:31 [INFO] [stdout] | [INFO] [stdout] 5 | let mut output = stylish::io::plain(std::io::stdout()); [INFO] [stdout] | ^^^^^ not found in `stylish::io` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(feature = "plain")] [INFO] [stdout] | ----------------- the item is gated behind the `plain` feature [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn plain(inner: T) -> Plain { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::Write::write (line 104) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `plain` in module `stylish::io` [INFO] [stdout] --> src/io.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 5 | let mut output = stylish::io::plain(std::io::stdout()); [INFO] [stdout] | ^^^^^ not found in `stylish::io` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:73:12 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(feature = "plain")] [INFO] [stdout] | ----------------- the item is gated behind the `plain` feature [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn plain(inner: T) -> Plain { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/string.rs - string::String::new (line 51) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/string.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 3 | assert_eq!(stylish::html::format!("{:s}", stylish::String::new()), ""); [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/write.rs - write::Write::write_char (line 46) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `html` in crate `stylish` [INFO] [stdout] --> src/write.rs:54:31 [INFO] [stdout] | [INFO] [stdout] 10 | let mut output = stylish::html(&mut s); [INFO] [stdout] | ^^^^ not found in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/string.rs - string::String (line 29) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `html` in `stylish` [INFO] [stdout] --> src/string.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 9 | stylish::html::format!("{:s}", s), [INFO] [stdout] | ^^^^ could not find `html` in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/write.rs - write::Write::write_fmt (line 78) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `html` in crate `stylish` [INFO] [stdout] --> src/write.rs:81:31 [INFO] [stdout] | [INFO] [stdout] 5 | let mut output = stylish::html(&mut s); [INFO] [stdout] | ^^^^ not found in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/write.rs - write::write (line 123) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `html` in crate `stylish` [INFO] [stdout] --> src/write.rs:124:22 [INFO] [stdout] | [INFO] [stdout] 3 | let mut w = stylish::html(String::new()); [INFO] [stdout] | ^^^^ not found in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/write.rs - write::writeln (line 152) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `html` in crate `stylish` [INFO] [stdout] --> src/write.rs:153:22 [INFO] [stdout] | [INFO] [stdout] 3 | let mut w = stylish::html(String::new()); [INFO] [stdout] | ^^^^ not found in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/write.rs - write::Write::write_str (line 20) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `html` in crate `stylish` [INFO] [stdout] --> src/write.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 9 | let mut output = stylish::html(&mut s); [INFO] [stdout] | ^^^^ not found in `stylish` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:103:8 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn html(inner: T) -> Html { [INFO] [stdout] | ^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylish-0.1.0/src/lib.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(feature = "html")] [INFO] [stdout] | ---------------- the item is gated behind the `html` feature [INFO] [stdout] 137 | pub mod html { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/arguments.rs - arguments::Arguments (line 48) [INFO] [stdout] src/display.rs - display::Display (line 9) [INFO] [stdout] src/display.rs - display::Display::fmt (line 32) [INFO] [stdout] src/format.rs - format::format (line 36) [INFO] [stdout] src/format.rs - format::format (line 50) [INFO] [stdout] src/formatter.rs - formatter::Formatter<'a>::with (line 76) [INFO] [stdout] src/formatter.rs - formatter::Formatter<'a>::write_fmt (line 150) [INFO] [stdout] src/formatter.rs - formatter::Formatter<'a>::write_str (line 121) [INFO] [stdout] src/io.rs - io::Write (line 53) [INFO] [stdout] src/io.rs - io::Write::by_ref (line 231) [INFO] [stdout] src/io.rs - io::Write::flush (line 128) [INFO] [stdout] src/io.rs - io::Write::write (line 104) [INFO] [stdout] src/io.rs - io::Write::write_all (line 164) [INFO] [stdout] src/io.rs - io::Write::write_fmt (line 211) [INFO] [stdout] src/string.rs - string::String (line 29) [INFO] [stdout] src/string.rs - string::String::new (line 51) [INFO] [stdout] src/write.rs - write::Write::write_char (line 46) [INFO] [stdout] src/write.rs - write::Write::write_fmt (line 78) [INFO] [stdout] src/write.rs - write::Write::write_str (line 20) [INFO] [stdout] src/write.rs - write::write (line 123) [INFO] [stdout] src/write.rs - write::writeln (line 152) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 21 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "207c6fe5d3ee75e4909328eef94215094656f494fc0181de843173c66e8535da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "207c6fe5d3ee75e4909328eef94215094656f494fc0181de843173c66e8535da", kill_on_drop: false }` [INFO] [stdout] 207c6fe5d3ee75e4909328eef94215094656f494fc0181de843173c66e8535da