[INFO] fetching crate render-tree 0.1.1... [INFO] testing render-tree-0.1.1 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate render-tree 0.1.1 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate render-tree 0.1.1 [INFO] finished tweaking crates.io crate render-tree 0.1.1 [INFO] tweaked toml for crates.io crate render-tree 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate render-tree 0.1.1 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 52 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.7.11 (available: v0.14.0) [INFO] [stderr] Adding pretty_env_logger v0.2.5 (available: v0.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pretty_env_logger v0.2.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee9e994dff517c31a761dc579d668c83a5d9afe24dc2c8ccd00fef8f655bee9e [INFO] running `Command { std: "docker" "start" "-a" "ee9e994dff517c31a761dc579d668c83a5d9afe24dc2c8ccd00fef8f655bee9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee9e994dff517c31a761dc579d668c83a5d9afe24dc2c8ccd00fef8f655bee9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee9e994dff517c31a761dc579d668c83a5d9afe24dc2c8ccd00fef8f655bee9e", kill_on_drop: false }` [INFO] [stdout] ee9e994dff517c31a761dc579d668c83a5d9afe24dc2c8ccd00fef8f655bee9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] faa70e9b8707611e3008ec0babc7d9790c776c727638358f0977c16b04307290 [INFO] running `Command { std: "docker" "start" "-a" "faa70e9b8707611e3008ec0babc7d9790c776c727638358f0977c16b04307290", kill_on_drop: false }` [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling render-tree v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::macros::*` [INFO] [stdout] --> src/prelude.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use crate::macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/stylesheet/accumulator.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/debug.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | for item in tree.clone() { [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `[document::Node]` does not implement `Clone`, so calling `clone` on `&[document::Node]` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stylesheet/style.rs:610:19 [INFO] [stdout] | [INFO] [stdout] 610 | fn new(input: &str) -> StyleString { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | fn new(input: &str) -> StyleString<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s [INFO] running `Command { std: "docker" "inspect" "faa70e9b8707611e3008ec0babc7d9790c776c727638358f0977c16b04307290", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faa70e9b8707611e3008ec0babc7d9790c776c727638358f0977c16b04307290", kill_on_drop: false }` [INFO] [stdout] faa70e9b8707611e3008ec0babc7d9790c776c727638358f0977c16b04307290 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b9069cb3b77de1bf740e6071a1dddfd63a54482f2c706b1efc52421293d7cbd [INFO] running `Command { std: "docker" "start" "-a" "8b9069cb3b77de1bf740e6071a1dddfd63a54482f2c706b1efc52421293d7cbd", kill_on_drop: false }` [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stdout] warning: unused import: `crate::macros::*` [INFO] [stdout] --> src/prelude.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use crate::macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/stylesheet/accumulator.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/debug.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | for item in tree.clone() { [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `[document::Node]` does not implement `Clone`, so calling `clone` on `&[document::Node]` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stylesheet/style.rs:610:19 [INFO] [stdout] | [INFO] [stdout] 610 | fn new(input: &str) -> StyleString { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | fn new(input: &str) -> StyleString<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_env_logger v0.2.5 [INFO] [stderr] Compiling render-tree v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::macros::*` [INFO] [stdout] --> src/prelude.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use crate::macros::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/stylesheet/accumulator.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/debug.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | for item in tree.clone() { [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `[document::Node]` does not implement `Clone`, so calling `clone` on `&[document::Node]` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stylesheet/style.rs:610:19 [INFO] [stdout] | [INFO] [stdout] 610 | fn new(input: &str) -> StyleString { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 610 | fn new(input: &str) -> StyleString<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.30s [INFO] running `Command { std: "docker" "inspect" "8b9069cb3b77de1bf740e6071a1dddfd63a54482f2c706b1efc52421293d7cbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b9069cb3b77de1bf740e6071a1dddfd63a54482f2c706b1efc52421293d7cbd", kill_on_drop: false }` [INFO] [stdout] 8b9069cb3b77de1bf740e6071a1dddfd63a54482f2c706b1efc52421293d7cbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d3654e0acc7dc8ae67787a1e4a27bc34fb447e7a24395f4d42ba10a36105e3f1 [INFO] running `Command { std: "docker" "start" "-a" "d3654e0acc7dc8ae67787a1e4a27bc34fb447e7a24395f4d42ba10a36105e3f1", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::macros::*` [INFO] [stderr] --> src/prelude.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub use crate::macros::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/stylesheet/accumulator.rs:101:10 [INFO] [stderr] | [INFO] [stderr] 101 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> src/debug.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | for item in tree.clone() { [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `[document::Node]` does not implement `Clone`, so calling `clone` on `&[document::Node]` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/stylesheet/style.rs:610:19 [INFO] [stderr] | [INFO] [stderr] 610 | fn new(input: &str) -> StyleString { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 610 | fn new(input: &str) -> StyleString<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `render-tree` (lib) generated 4 warnings (run `cargo fix --lib -p render-tree` to apply 3 suggestions) [INFO] [stderr] warning: `render-tree` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/render_tree-ed82784eeba73677) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test component::tests::test_inline_component ... ok [INFO] [stdout] test helpers::tests::test_join ... ok [INFO] [stdout] test stylesheet::tests::test_basic_with_typed_style ... ok [INFO] [stdout] test stylesheet::tests::test_basic_lookup ... ok [INFO] [stdout] test macros::tests::basic_usage ... ok [INFO] [stdout] test component::tests::test_block_component ... ok [INFO] [stdout] test stylesheet::tests::test_glob ... ok [INFO] [stdout] test stylesheet::tests::test_glob_matches_no_segments ... ok [INFO] [stdout] test stylesheet::tests::test_glob_with_typed_style ... ok [INFO] [stdout] test stylesheet::tests::test_glob_matches_no_segments_with_typed_style ... ok [INFO] [stdout] test helpers::tests::test_each ... ok [INFO] [stdout] test stylesheet::tests::test_priority ... ok [INFO] [stdout] test stylesheet::tests::test_priority_with_typed_style ... ok [INFO] [stdout] test stylesheet::tests::test_trailing_glob_is_terminal ... ok [INFO] [stdout] test stylesheet::tests::test_trailing_glob_is_terminal_and_matches_nothing_with_typed_style ... ok [INFO] [stdout] test stylesheet::tests::test_trailing_glob_is_terminal_and_matches_nothing ... ok [INFO] [stdout] test stylesheet::tests::test_star_with_typed_style ... ok [INFO] [stdout] test stylesheet::tests::test_trailing_glob_is_terminal_with_typed_styles ... ok [INFO] [stdout] test stylesheet::tests::test_star ... ok [INFO] [stdout] test component::tests::test_once_block_component ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Doc-tests render_tree [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/stylesheet/accumulator.rs:101:10 [INFO] [stderr] | [INFO] [stderr] 101 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test src/document.rs - document::Document (line 46) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/macros.rs - macros::tree (line 7) ... ok [INFO] [stdout] test src/stylesheet/mod.rs - stylesheet::Stylesheet::add (line 343) ... ok [INFO] [stdout] test src/lib.rs - (line 47) ... ok [INFO] [stdout] test src/macros.rs - macros::tree (line 41) ... ok [INFO] [stdout] test src/document.rs - document::Document (line 20) ... ok [INFO] [stdout] test src/render.rs - render::Render (line 15) ... ok [INFO] [stdout] test src/lib.rs - (line 153) ... ok [INFO] [stdout] test src/helpers.rs - helpers::Join (line 198) ... ok [INFO] [stdout] test src/lib.rs - (line 91) ... ok [INFO] [stdout] test src/macros.rs - macros::tree (line 78) ... ok [INFO] [stdout] test src/component.rs - component::RenderComponent (line 121) ... ok [INFO] [stdout] test src/macros.rs - macros::tree (line 130) ... ok [INFO] [stdout] test src/helpers.rs - helpers::Each (line 28) ... ok [INFO] [stdout] test src/stylesheet/mod.rs - stylesheet::Stylesheet::get (line 372) ... ok [INFO] [stdout] test src/helpers.rs - helpers::Each (line 49) ... ok [INFO] [stdout] test src/stylesheet/mod.rs - stylesheet::Stylesheet::add (line 355) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d3654e0acc7dc8ae67787a1e4a27bc34fb447e7a24395f4d42ba10a36105e3f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3654e0acc7dc8ae67787a1e4a27bc34fb447e7a24395f4d42ba10a36105e3f1", kill_on_drop: false }` [INFO] [stdout] d3654e0acc7dc8ae67787a1e4a27bc34fb447e7a24395f4d42ba10a36105e3f1