[INFO] fetching crate cssengine 0.1.2...
[INFO] testing cssengine-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate cssengine 0.1.2 into /workspace/builds/worker-1-tc2/source
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate cssengine 0.1.2
[INFO] finished tweaking crates.io crate cssengine 0.1.2
[INFO] tweaked toml for crates.io crate cssengine 0.1.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cssengine 0.1.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cssengine 0.1.2 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6616452b35941607d997e18df7d76b6381a8b403c6721823861fcda4d715bb1d
[INFO] running `Command { std: "docker" "start" "-a" "6616452b35941607d997e18df7d76b6381a8b403c6721823861fcda4d715bb1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6616452b35941607d997e18df7d76b6381a8b403c6721823861fcda4d715bb1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6616452b35941607d997e18df7d76b6381a8b403c6721823861fcda4d715bb1d", kill_on_drop: false }`
[INFO] [stdout] 6616452b35941607d997e18df7d76b6381a8b403c6721823861fcda4d715bb1d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88ab35641eb6d2875bae95dc95762f6a4e6ec17aecb27d741e438c4db4a6b3e3
[INFO] running `Command { std: "docker" "start" "-a" "88ab35641eb6d2875bae95dc95762f6a4e6ec17aecb27d741e438c4db4a6b3e3", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling grid v0.15.0
[INFO] [stderr]    Compiling csscolorparser v0.7.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling taffy v0.6.3
[INFO] [stderr]    Compiling cssengine v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `tmp_generated` is never read
[INFO] [stdout]   --> src/style.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct StyleSheet {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 24 |     rules: SmallVec<[(Selector, SmallVec<[Declaration; 32]>); 32]>,
[INFO] [stdout] 25 |     tmp_generated: SmallVec<[Declaration; 32]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn css_to_rules(input: &str) -> Result<Vec<Rule<'_>>, Vec<SyntaxError>> {
[INFO] [stdout]    |                            ^^^^                     ^^        ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                        |
[INFO] [stdout]    |                            |                        the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn css_to_rules(input: &str) -> Result<Vec<Rule<'_>>, Vec<SyntaxError<'_>>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn analyze(input: &str) -> Result<(), Vec<SyntaxError>> {
[INFO] [stdout]    |                       ^^^^                    ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn analyze(input: &str) -> Result<(), Vec<SyntaxError<'_>>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
[INFO] running `Command { std: "docker" "inspect" "88ab35641eb6d2875bae95dc95762f6a4e6ec17aecb27d741e438c4db4a6b3e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88ab35641eb6d2875bae95dc95762f6a4e6ec17aecb27d741e438c4db4a6b3e3", kill_on_drop: false }`
[INFO] [stdout] 88ab35641eb6d2875bae95dc95762f6a4e6ec17aecb27d741e438c4db4a6b3e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bae0f6c6eee4704d1fdd52c337768a564e5851aca58bcc33f177cc45dd1ebc3f
[INFO] running `Command { std: "docker" "start" "-a" "bae0f6c6eee4704d1fdd52c337768a564e5851aca58bcc33f177cc45dd1ebc3f", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitflags v2.7.0
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stdout] warning: field `tmp_generated` is never read
[INFO] [stdout]   --> src/style.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct StyleSheet {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 24 |     rules: SmallVec<[(Selector, SmallVec<[Declaration; 32]>); 32]>,
[INFO] [stdout] 25 |     tmp_generated: SmallVec<[Declaration; 32]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn css_to_rules(input: &str) -> Result<Vec<Rule<'_>>, Vec<SyntaxError>> {
[INFO] [stdout]    |                            ^^^^                     ^^        ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                        |
[INFO] [stdout]    |                            |                        the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn css_to_rules(input: &str) -> Result<Vec<Rule<'_>>, Vec<SyntaxError<'_>>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn analyze(input: &str) -> Result<(), Vec<SyntaxError>> {
[INFO] [stdout]    |                       ^^^^                    ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn analyze(input: &str) -> Result<(), Vec<SyntaxError<'_>>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling clap_builder v4.5.26
[INFO] [stderr]    Compiling clap v4.5.26
[INFO] [stderr]    Compiling divan-macros v0.1.17
[INFO] [stderr]    Compiling divan v0.1.17
[INFO] [stderr]    Compiling cssengine v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `tmp_generated` is never read
[INFO] [stdout]   --> src/style.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct StyleSheet {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 24 |     rules: SmallVec<[(Selector, SmallVec<[Declaration; 32]>); 32]>,
[INFO] [stdout] 25 |     tmp_generated: SmallVec<[Declaration; 32]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn css_to_rules(input: &str) -> Result<Vec<Rule<'_>>, Vec<SyntaxError>> {
[INFO] [stdout]    |                            ^^^^                     ^^        ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                        |
[INFO] [stdout]    |                            |                        the same lifetime is elided here
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn css_to_rules(input: &str) -> Result<Vec<Rule<'_>>, Vec<SyntaxError<'_>>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn analyze(input: &str) -> Result<(), Vec<SyntaxError>> {
[INFO] [stdout]    |                       ^^^^                    ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn analyze(input: &str) -> Result<(), Vec<SyntaxError<'_>>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.38s
[INFO] running `Command { std: "docker" "inspect" "bae0f6c6eee4704d1fdd52c337768a564e5851aca58bcc33f177cc45dd1ebc3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bae0f6c6eee4704d1fdd52c337768a564e5851aca58bcc33f177cc45dd1ebc3f", kill_on_drop: false }`
[INFO] [stdout] bae0f6c6eee4704d1fdd52c337768a564e5851aca58bcc33f177cc45dd1ebc3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 043d4a967badba168675e4e75f3cc043d8cdc3614ba877c9ee873ef263061ec7
[INFO] running `Command { std: "docker" "start" "-a" "043d4a967badba168675e4e75f3cc043d8cdc3614ba877c9ee873ef263061ec7", kill_on_drop: false }`
[INFO] [stderr] warning: field `tmp_generated` is never read
[INFO] [stderr]   --> src/style.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub struct StyleSheet {
[INFO] [stderr]    |            ---------- field in this struct
[INFO] [stderr] 24 |     rules: SmallVec<[(Selector, SmallVec<[Declaration; 32]>); 32]>,
[INFO] [stderr] 25 |     tmp_generated: SmallVec<[Declaration; 32]>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:34:28
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub fn css_to_rules(input: &str) -> Result<Vec<Rule<'_>>, Vec<SyntaxError>> {
[INFO] [stderr]    |                            ^^^^                     ^^        ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                            |                        |
[INFO] [stderr]    |                            |                        the same lifetime is elided here
[INFO] [stderr]    |                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub fn css_to_rules(input: &str) -> Result<Vec<Rule<'_>>, Vec<SyntaxError<'_>>> {
[INFO] [stderr]    |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:41:23
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub fn analyze(input: &str) -> Result<(), Vec<SyntaxError>> {
[INFO] [stderr]    |                       ^^^^                    ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub fn analyze(input: &str) -> Result<(), Vec<SyntaxError<'_>>> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `cssengine` (lib) generated 3 warnings (run `cargo fix --lib -p cssengine` to apply 2 suggestions)
[INFO] [stderr] warning: `cssengine` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cssengine-3bef55791e18cc31)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test parser::tests::replace_vars_ok ... ok
[INFO] [stdout] test parser::values::tests::duration ... ok
[INFO] [stdout] test parser::values::tests::border ... ok
[INFO] [stdout] test parser::values::tests::box_shadow_5 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cssengine
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/style.rs - style::StyleSheet::get_styles (line 82) ... FAILED
[INFO] [stdout] test src/style.rs - style::StyleSheet (line 18) ... ok
[INFO] [stdout] test src/style.rs - style::StyleSheet::from_css (line 45) ... ok
[INFO] [stdout] test src/lib.rs - css_to_rules (line 29) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/style.rs - style::StyleSheet::get_styles (line 82) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/style.rs:86:8
[INFO] [stdout]    |
[INFO] [stdout] 86 | if let Some(styles) = stylesheet.get_styles(".example") {
[INFO] [stdout]    |        ^^^^^^^^^^^^   --------------------------------- this expression has type `smallvec::SmallVec<[(Option<PseudoClass>, smallvec::SmallVec<[Declaration; 32]>); 4]>`
[INFO] [stdout]    |        |
[INFO] [stdout]    |        expected `SmallVec<[(Option<...>, ...); 4]>`, found `Option<_>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `smallvec::SmallVec<[(Option<PseudoClass>, smallvec::SmallVec<[Declaration; 32]>); 4]>`
[INFO] [stdout]                 found enum `Option<_>`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/style.rs - style::StyleSheet::get_styles (line 82)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "043d4a967badba168675e4e75f3cc043d8cdc3614ba877c9ee873ef263061ec7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "043d4a967badba168675e4e75f3cc043d8cdc3614ba877c9ee873ef263061ec7", kill_on_drop: false }`
[INFO] [stdout] 043d4a967badba168675e4e75f3cc043d8cdc3614ba877c9ee873ef263061ec7
