[INFO] cloning repository https://github.com/tiny-browserbook/exercise-css
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tiny-browserbook/exercise-css" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiny-browserbook%2Fexercise-css", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiny-browserbook%2Fexercise-css'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 19bff63871861db3d8735679d346ab91e8f00ec2
[INFO] testing tiny-browserbook/exercise-css against 1.55.0 for beta-1.56-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftiny-browserbook%2Fexercise-css" "/workspace/builds/worker-94/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-94/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tiny-browserbook/exercise-css on toolchain 1.55.0
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/tiny-browserbook/exercise-css
[INFO] finished tweaking git repo https://github.com/tiny-browserbook/exercise-css
[INFO] tweaked toml for git repo https://github.com/tiny-browserbook/exercise-css written to /workspace/builds/worker-94/source/Cargo.toml
[INFO] crate git repo https://github.com/tiny-browserbook/exercise-css already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e181ed86ecd026caafe7822dddb88ce7c068d074b597e3e554221a5e3b493a75
[INFO] running `Command { std: "docker" "start" "-a" "e181ed86ecd026caafe7822dddb88ce7c068d074b597e3e554221a5e3b493a75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e181ed86ecd026caafe7822dddb88ce7c068d074b597e3e554221a5e3b493a75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e181ed86ecd026caafe7822dddb88ce7c068d074b597e3e554221a5e3b493a75", kill_on_drop: false }`
[INFO] [stdout] e181ed86ecd026caafe7822dddb88ce7c068d074b597e3e554221a5e3b493a75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd110bdda008ffa7a904f0d7b7c8b91190819848f98fbf4b3017054b645eda23
[INFO] running `Command { std: "docker" "start" "-a" "cd110bdda008ffa7a904f0d7b7c8b91190819848f98fbf4b3017054b645eda23", kill_on_drop: false }`
[INFO] [stderr] Compiling memchr v2.3.4
[INFO] [stderr] Compiling bytes v1.0.1
[INFO] [stderr] Compiling combine v4.5.2
[INFO] [stderr] Compiling exercise-css v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `choice`, `error::StreamError`, `letter`, `many1`, `many`, `newline`, `optional`, `sep_by`, `sep_end_by`, `space`
[INFO] [stdout] --> src/css.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | choice,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 3 | error::StreamError,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 | many, many1, optional,
[INFO] [stdout] | ^^^^ ^^^^^ ^^^^^^^^
[INFO] [stdout] 5 | parser::char::{self, char, letter, newline, space},
[INFO] [stdout] | ^^^^^^ ^^^^^^^ ^^^^^
[INFO] [stdout] 6 | sep_by, sep_end_by, ParseError, Parser, Stream,
[INFO] [stdout] | ^^^^^^ ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:98:5
[INFO] [stdout] |
[INFO] [stdout] 97 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 98 | (char(' ')).map(|_| vec![])
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:107:5
[INFO] [stdout] |
[INFO] [stdout] 106 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 107 | / (char(' '),).map(|_| Rule {
[INFO] [stdout] 108 | | selectors: vec![],
[INFO] [stdout] 109 | | declarations: vec![],
[INFO] [stdout] 110 | | })
[INFO] [stdout] | |______^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:119:5
[INFO] [stdout] |
[INFO] [stdout] 118 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 119 | (char(' '),).map(|_| vec![])
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:128:5
[INFO] [stdout] |
[INFO] [stdout] 127 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 128 | (char(' '),).map(|_| SimpleSelector::UniversalSelector)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:137:5
[INFO] [stdout] |
[INFO] [stdout] 136 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 137 | (char(' '),).map(|_| vec![])
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:146:5
[INFO] [stdout] |
[INFO] [stdout] 145 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 146 | / (char(' '),).map(|_| Declaration {
[INFO] [stdout] 147 | | name: "".into(),
[INFO] [stdout] 148 | | value: CSSValue::Keyword("".into()),
[INFO] [stdout] 149 | | })
[INFO] [stdout] | |______^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:158:5
[INFO] [stdout] |
[INFO] [stdout] 157 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 158 | (char(' '),).map(|_| CSSValue::Keyword("".into()))
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `rule`
[INFO] [stdout] --> src/css.rs:101:4
[INFO] [stdout] |
[INFO] [stdout] 101 | fn rule() -> impl Parser
[INFO] [stdout] | ^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `selectors`
[INFO] [stdout] --> src/css.rs:113:4
[INFO] [stdout] |
[INFO] [stdout] 113 | fn selectors() -> impl Parser>
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `simple_selector`
[INFO] [stdout] --> src/css.rs:122:4
[INFO] [stdout] |
[INFO] [stdout] 122 | fn simple_selector() -> impl Parser
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `declarations`
[INFO] [stdout] --> src/css.rs:131:4
[INFO] [stdout] |
[INFO] [stdout] 131 | fn declarations() -> impl Parser>
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `declaration`
[INFO] [stdout] --> src/css.rs:140:4
[INFO] [stdout] |
[INFO] [stdout] 140 | fn declaration() -> impl Parser
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `css_value`
[INFO] [stdout] --> src/css.rs:152:4
[INFO] [stdout] |
[INFO] [stdout] 152 | fn css_value() -> impl Parser
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.97s
[INFO] running `Command { std: "docker" "inspect" "cd110bdda008ffa7a904f0d7b7c8b91190819848f98fbf4b3017054b645eda23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd110bdda008ffa7a904f0d7b7c8b91190819848f98fbf4b3017054b645eda23", kill_on_drop: false }`
[INFO] [stdout] cd110bdda008ffa7a904f0d7b7c8b91190819848f98fbf4b3017054b645eda23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b7f604c59b472d807b021218e14593e5dd382251cfa8b76f5f8aa3467c202be
[INFO] running `Command { std: "docker" "start" "-a" "6b7f604c59b472d807b021218e14593e5dd382251cfa8b76f5f8aa3467c202be", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stdout] warning: unused imports: `choice`, `error::StreamError`, `letter`, `many1`, `many`, `newline`, `optional`, `sep_by`, `sep_end_by`, `space`
[INFO] [stdout] --> src/css.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | choice,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 3 | error::StreamError,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 | many, many1, optional,
[INFO] [stdout] | ^^^^ ^^^^^ ^^^^^^^^
[INFO] [stdout] 5 | parser::char::{self, char, letter, newline, space},
[INFO] [stdout] | ^^^^^^ ^^^^^^^ ^^^^^
[INFO] [stdout] 6 | sep_by, sep_end_by, ParseError, Parser, Stream,
[INFO] [stdout] | ^^^^^^ ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling exercise-css v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:98:5
[INFO] [stdout] |
[INFO] [stdout] 97 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 98 | (char(' ')).map(|_| vec![])
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:107:5
[INFO] [stdout] |
[INFO] [stdout] 106 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 107 | / (char(' '),).map(|_| Rule {
[INFO] [stdout] 108 | | selectors: vec![],
[INFO] [stdout] 109 | | declarations: vec![],
[INFO] [stdout] 110 | | })
[INFO] [stdout] | |______^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:119:5
[INFO] [stdout] |
[INFO] [stdout] 118 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 119 | (char(' '),).map(|_| vec![])
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:128:5
[INFO] [stdout] |
[INFO] [stdout] 127 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 128 | (char(' '),).map(|_| SimpleSelector::UniversalSelector)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:137:5
[INFO] [stdout] |
[INFO] [stdout] 136 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 137 | (char(' '),).map(|_| vec![])
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:146:5
[INFO] [stdout] |
[INFO] [stdout] 145 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 146 | / (char(' '),).map(|_| Declaration {
[INFO] [stdout] 147 | | name: "".into(),
[INFO] [stdout] 148 | | value: CSSValue::Keyword("".into()),
[INFO] [stdout] 149 | | })
[INFO] [stdout] | |______^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:158:5
[INFO] [stdout] |
[INFO] [stdout] 157 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 158 | (char(' '),).map(|_| CSSValue::Keyword("".into()))
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `rule`
[INFO] [stdout] --> src/css.rs:101:4
[INFO] [stdout] |
[INFO] [stdout] 101 | fn rule() -> impl Parser
[INFO] [stdout] | ^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `selectors`
[INFO] [stdout] --> src/css.rs:113:4
[INFO] [stdout] |
[INFO] [stdout] 113 | fn selectors() -> impl Parser>
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `simple_selector`
[INFO] [stdout] --> src/css.rs:122:4
[INFO] [stdout] |
[INFO] [stdout] 122 | fn simple_selector() -> impl Parser
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `declarations`
[INFO] [stdout] --> src/css.rs:131:4
[INFO] [stdout] |
[INFO] [stdout] 131 | fn declarations() -> impl Parser>
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `declaration`
[INFO] [stdout] --> src/css.rs:140:4
[INFO] [stdout] |
[INFO] [stdout] 140 | fn declaration() -> impl Parser
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `css_value`
[INFO] [stdout] --> src/css.rs:152:4
[INFO] [stdout] |
[INFO] [stdout] 152 | fn css_value() -> impl Parser
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `choice`, `error::StreamError`, `letter`, `many1`, `many`, `newline`, `optional`, `sep_by`, `sep_end_by`, `space`
[INFO] [stdout] --> src/css.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | choice,
[INFO] [stdout] | ^^^^^^
[INFO] [stdout] 3 | error::StreamError,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 | many, many1, optional,
[INFO] [stdout] | ^^^^ ^^^^^ ^^^^^^^^
[INFO] [stdout] 5 | parser::char::{self, char, letter, newline, space},
[INFO] [stdout] | ^^^^^^ ^^^^^^^ ^^^^^
[INFO] [stdout] 6 | sep_by, sep_end_by, ParseError, Parser, Stream,
[INFO] [stdout] | ^^^^^^ ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:98:5
[INFO] [stdout] |
[INFO] [stdout] 97 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 98 | (char(' ')).map(|_| vec![])
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:107:5
[INFO] [stdout] |
[INFO] [stdout] 106 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 107 | / (char(' '),).map(|_| Rule {
[INFO] [stdout] 108 | | selectors: vec![],
[INFO] [stdout] 109 | | declarations: vec![],
[INFO] [stdout] 110 | | })
[INFO] [stdout] | |______^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:119:5
[INFO] [stdout] |
[INFO] [stdout] 118 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 119 | (char(' '),).map(|_| vec![])
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:128:5
[INFO] [stdout] |
[INFO] [stdout] 127 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 128 | (char(' '),).map(|_| SimpleSelector::UniversalSelector)
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:137:5
[INFO] [stdout] |
[INFO] [stdout] 136 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 137 | (char(' '),).map(|_| vec![])
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:146:5
[INFO] [stdout] |
[INFO] [stdout] 145 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 146 | / (char(' '),).map(|_| Declaration {
[INFO] [stdout] 147 | | name: "".into(),
[INFO] [stdout] 148 | | value: CSSValue::Keyword("".into()),
[INFO] [stdout] 149 | | })
[INFO] [stdout] | |______^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout] --> src/css.rs:158:5
[INFO] [stdout] |
[INFO] [stdout] 157 | todo!("you need to implement this");
[INFO] [stdout] | ------------------------------------ any code following this expression is unreachable
[INFO] [stdout] 158 | (char(' '),).map(|_| CSSValue::Keyword("".into()))
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: function is never used: `css_value`
[INFO] [stdout] --> src/css.rs:152:4
[INFO] [stdout] |
[INFO] [stdout] 152 | fn css_value() -> impl Parser
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.51s
[INFO] running `Command { std: "docker" "inspect" "6b7f604c59b472d807b021218e14593e5dd382251cfa8b76f5f8aa3467c202be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b7f604c59b472d807b021218e14593e5dd382251cfa8b76f5f8aa3467c202be", kill_on_drop: false }`
[INFO] [stdout] 6b7f604c59b472d807b021218e14593e5dd382251cfa8b76f5f8aa3467c202be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-94/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 78b563f2d8402edf8238d4f226947ac53f1838644b59b086e963b277fb9758c9
[INFO] running `Command { std: "docker" "start" "-a" "78b563f2d8402edf8238d4f226947ac53f1838644b59b086e963b277fb9758c9", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] warning: unused imports: `choice`, `error::StreamError`, `letter`, `many1`, `many`, `newline`, `optional`, `sep_by`, `sep_end_by`, `space`
[INFO] [stderr] --> src/css.rs:2:5
[INFO] [stderr] |
[INFO] [stderr] 2 | choice,
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] 3 | error::StreamError,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 4 | many, many1, optional,
[INFO] [stderr] | ^^^^ ^^^^^ ^^^^^^^^
[INFO] [stderr] 5 | parser::char::{self, char, letter, newline, space},
[INFO] [stderr] | ^^^^^^ ^^^^^^^ ^^^^^
[INFO] [stderr] 6 | sep_by, sep_end_by, ParseError, Parser, Stream,
[INFO] [stderr] | ^^^^^^ ^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr] --> src/css.rs:98:5
[INFO] [stderr] |
[INFO] [stderr] 97 | todo!("you need to implement this");
[INFO] [stderr] | ------------------------------------ any code following this expression is unreachable
[INFO] [stderr] 98 | (char(' ')).map(|_| vec![])
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr] --> src/css.rs:107:5
[INFO] [stderr] |
[INFO] [stderr] 106 | todo!("you need to implement this");
[INFO] [stderr] | ------------------------------------ any code following this expression is unreachable
[INFO] [stderr] 107 | / (char(' '),).map(|_| Rule {
[INFO] [stderr] 108 | | selectors: vec![],
[INFO] [stderr] 109 | | declarations: vec![],
[INFO] [stderr] 110 | | })
[INFO] [stderr] | |______^ unreachable expression
[INFO] [stderr]
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr] --> src/css.rs:119:5
[INFO] [stderr] |
[INFO] [stderr] 118 | todo!("you need to implement this");
[INFO] [stderr] | ------------------------------------ any code following this expression is unreachable
[INFO] [stderr] 119 | (char(' '),).map(|_| vec![])
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stderr]
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr] --> src/css.rs:128:5
[INFO] [stderr] |
[INFO] [stderr] 127 | todo!("you need to implement this");
[INFO] [stderr] | ------------------------------------ any code following this expression is unreachable
[INFO] [stderr] 128 | (char(' '),).map(|_| SimpleSelector::UniversalSelector)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stderr]
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr] --> src/css.rs:137:5
[INFO] [stderr] |
[INFO] [stderr] 136 | todo!("you need to implement this");
[INFO] [stderr] | ------------------------------------ any code following this expression is unreachable
[INFO] [stderr] 137 | (char(' '),).map(|_| vec![])
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stderr]
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr] --> src/css.rs:146:5
[INFO] [stderr] |
[INFO] [stderr] 145 | todo!("you need to implement this");
[INFO] [stderr] | ------------------------------------ any code following this expression is unreachable
[INFO] [stderr] 146 | / (char(' '),).map(|_| Declaration {
[INFO] [stderr] 147 | | name: "".into(),
[INFO] [stderr] 148 | | value: CSSValue::Keyword("".into()),
[INFO] [stderr] 149 | | })
[INFO] [stderr] | |______^ unreachable expression
[INFO] [stderr]
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr] --> src/css.rs:158:5
[INFO] [stderr] |
[INFO] [stderr] 157 | todo!("you need to implement this");
[INFO] [stderr] | ------------------------------------ any code following this expression is unreachable
[INFO] [stderr] 158 | (char(' '),).map(|_| CSSValue::Keyword("".into()))
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `rule`
[INFO] [stderr] --> src/css.rs:101:4
[INFO] [stderr] |
[INFO] [stderr] 101 | fn rule() -> impl Parser
[INFO] [stderr] | ^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(dead_code)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `selectors`
[INFO] [stderr] --> src/css.rs:113:4
[INFO] [stderr] |
[INFO] [stderr] 113 | fn selectors() -> impl Parser>
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `simple_selector`
[INFO] [stderr] --> src/css.rs:122:4
[INFO] [stderr] |
[INFO] [stderr] 122 | fn simple_selector() -> impl Parser
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `declarations`
[INFO] [stderr] --> src/css.rs:131:4
[INFO] [stderr] |
[INFO] [stderr] 131 | fn declarations() -> impl Parser>
[INFO] [stderr] | ^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `declaration`
[INFO] [stderr] --> src/css.rs:140:4
[INFO] [stderr] |
[INFO] [stderr] 140 | fn declaration() -> impl Parser
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `css_value`
[INFO] [stderr] --> src/css.rs:152:4
[INFO] [stderr] |
[INFO] [stderr] 152 | fn css_value() -> impl Parser
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `css_value`
[INFO] [stderr] --> src/css.rs:152:4
[INFO] [stderr] |
[INFO] [stderr] 152 | fn css_value() -> impl Parser
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(dead_code)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: `exercise-css` (lib) generated 14 warnings
[INFO] [stderr] warning: `exercise-css` (lib test) generated 9 warnings (8 duplicates)
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.15s
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/exercise_css-73eba9fde8f33aeb)
[INFO] [stdout]
[INFO] [stdout] running 6 tests
[INFO] [stdout] test css::tests::test_declaration ... FAILED
[INFO] [stdout] test css::tests::test_declarations ... FAILED
[INFO] [stdout] test css::tests::test_rule ... FAILED
[INFO] [stdout] test css::tests::test_selectors ... FAILED
[INFO] [stdout] test css::tests::test_stylesheet ... FAILED
[INFO] [stdout] test css::tests::test_simple_selector ... FAILED
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout]
[INFO] [stdout] ---- css::tests::test_declaration stdout ----
[INFO] [stdout] thread 'css::tests::test_declaration' panicked at 'not yet implemented: you need to implement this', src/css.rs:145:5
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5
[INFO] [stdout] 1: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout] 2: 0x55eb6219d1c0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5
[INFO] [stdout] 3: 0x55eb6219d1c0 - ::fmt::he1640d5f0d93f618
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22
[INFO] [stdout] 4: 0x55eb621bf97c - core::fmt::write::h88012e1f01caeebf
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17
[INFO] [stdout] 5: 0x55eb6219a275 - std::io::Write::write_fmt::h7728c39ea5632753
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15
[INFO] [stdout] 6: 0x55eb6219f32b - std::sys_common::backtrace::_print::ha1f00492f406a015
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5
[INFO] [stdout] 7: 0x55eb6219f32b - std::sys_common::backtrace::print::hd54561b13feb6af3
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9
[INFO] [stdout] 8: 0x55eb6219f32b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50
[INFO] [stdout] 9: 0x55eb6219ee3c - std::panicking::default_hook::h5a8e74a76ce290a7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9
[INFO] [stdout] 10: 0x55eb6219f9f4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17
[INFO] [stdout] 11: 0x55eb6219f4d7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13
[INFO] [stdout] 12: 0x55eb6219d6bc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18
[INFO] [stdout] 13: 0x55eb6219f439 - rust_begin_unwind
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5
[INFO] [stdout] 14: 0x55eb621383a1 - core::panicking::panic_fmt::h12a3a3c256485fca
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14
[INFO] [stdout] 15: 0x55eb6213d9be - exercise_css::css::declaration::h3c0286f9e223655a
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:145:5
[INFO] [stdout] 16: 0x55eb62146b4c - exercise_css::css::tests::test_declaration::h14988f387471ead5
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:357:13
[INFO] [stdout] 17: 0x55eb62146b2a - exercise_css::css::tests::test_declaration::{{closure}}::hbc51c90ef9b54b44
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:355:5
[INFO] [stdout] 18: 0x55eb62149bfe - core::ops::function::FnOnce::call_once::h62022db29f7737ab
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 19: 0x55eb6217ef53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 20: 0x55eb6217ef53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5
[INFO] [stdout] 21: 0x55eb6217da08 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 22: 0x55eb6217da08 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 23: 0x55eb6217da08 - std::panicking::try::do_call::h4bfab65eb3b4b036
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 24: 0x55eb6217da08 - std::panicking::try::h6613a46a6d2b6f88
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 25: 0x55eb6217da08 - std::panic::catch_unwind::h9f07b17b60991273
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 26: 0x55eb6217da08 - test::run_test_in_process::hc38797eecf07854f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18
[INFO] [stdout] 27: 0x55eb6217da08 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39
[INFO] [stdout] 28: 0x55eb6214c19d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37
[INFO] [stdout] 29: 0x55eb6214c19d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18
[INFO] [stdout] 30: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17
[INFO] [stdout] 31: 0x55eb62150978 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 32: 0x55eb62150978 - std::panicking::try::do_call::h67d4f93e1fbaa5f9
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 33: 0x55eb62150978 - std::panicking::try::h396886e678db815e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 34: 0x55eb62150978 - std::panic::catch_unwind::hc1d64dcecf0a00e0
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 35: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30
[INFO] [stdout] 36: 0x55eb62150978 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 37: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 38: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 39: 0x55eb621a4567 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17
[INFO] [stdout] 40: 0x7f02b3122609 - start_thread
[INFO] [stdout] 41: 0x7f02b2ef4293 - clone
[INFO] [stdout] 42: 0x0 -
[INFO] [stdout]
[INFO] [stdout] ---- css::tests::test_declarations stdout ----
[INFO] [stdout] thread 'css::tests::test_declarations' panicked at 'not yet implemented: you need to implement this', src/css.rs:136:5
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5
[INFO] [stdout] 1: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout] 2: 0x55eb6219d1c0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5
[INFO] [stdout] 3: 0x55eb6219d1c0 - ::fmt::he1640d5f0d93f618
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22
[INFO] [stdout] 4: 0x55eb621bf97c - core::fmt::write::h88012e1f01caeebf
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17
[INFO] [stdout] 5: 0x55eb6219a275 - std::io::Write::write_fmt::h7728c39ea5632753
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15
[INFO] [stdout] 6: 0x55eb6219f32b - std::sys_common::backtrace::_print::ha1f00492f406a015
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5
[INFO] [stdout] 7: 0x55eb6219f32b - std::sys_common::backtrace::print::hd54561b13feb6af3
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9
[INFO] [stdout] 8: 0x55eb6219f32b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50
[INFO] [stdout] 9: 0x55eb6219ee3c - std::panicking::default_hook::h5a8e74a76ce290a7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9
[INFO] [stdout] 10: 0x55eb6219f9f4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17
[INFO] [stdout] 11: 0x55eb6219f4d7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13
[INFO] [stdout] 12: 0x55eb6219d6bc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18
[INFO] [stdout] 13: 0x55eb6219f439 - rust_begin_unwind
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5
[INFO] [stdout] 14: 0x55eb621383a1 - core::panicking::panic_fmt::h12a3a3c256485fca
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14
[INFO] [stdout] 15: 0x55eb6213d8ee - exercise_css::css::declarations::h1dcc07947909180c
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:136:5
[INFO] [stdout] 16: 0x55eb62145a5c - exercise_css::css::tests::test_declarations::h051eb51b4bc13ff1
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:275:13
[INFO] [stdout] 17: 0x55eb62145a3a - exercise_css::css::tests::test_declarations::{{closure}}::he660a95a96a6fd04
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:273:5
[INFO] [stdout] 18: 0x55eb62149c4e - core::ops::function::FnOnce::call_once::h7bd7eadfa8320ee2
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 19: 0x55eb6217ef53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 20: 0x55eb6217ef53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5
[INFO] [stdout] 21: 0x55eb6217da08 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 22: 0x55eb6217da08 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 23: 0x55eb6217da08 - std::panicking::try::do_call::h4bfab65eb3b4b036
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 24: 0x55eb6217da08 - std::panicking::try::h6613a46a6d2b6f88
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 25: 0x55eb6217da08 - std::panic::catch_unwind::h9f07b17b60991273
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 26: 0x55eb6217da08 - test::run_test_in_process::hc38797eecf07854f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18
[INFO] [stdout] 27: 0x55eb6217da08 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39
[INFO] [stdout] 28: 0x55eb6214c19d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37
[INFO] [stdout] 29: 0x55eb6214c19d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18
[INFO] [stdout] 30: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17
[INFO] [stdout] 31: 0x55eb62150978 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 32: 0x55eb62150978 - std::panicking::try::do_call::h67d4f93e1fbaa5f9
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 33: 0x55eb62150978 - std::panicking::try::h396886e678db815e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 34: 0x55eb62150978 - std::panic::catch_unwind::hc1d64dcecf0a00e0
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 35: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30
[INFO] [stdout] 36: 0x55eb62150978 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 37: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 38: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 39: 0x55eb621a4567 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17
[INFO] [stdout] 40: 0x7f02b3122609 - start_thread
[INFO] [stdout] 41: 0x7f02b2ef4293 - clone
[INFO] [stdout] 42: 0x0 -
[INFO] [stdout]
[INFO] [stdout] ---- css::tests::test_rule stdout ----
[INFO] [stdout] thread 'css::tests::test_rule' panicked at 'not yet implemented: you need to implement this', src/css.rs:106:5
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5
[INFO] [stdout] 1: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout] 2: 0x55eb6219d1c0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5
[INFO] [stdout] 3: 0x55eb6219d1c0 - ::fmt::he1640d5f0d93f618
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22
[INFO] [stdout] 4: 0x55eb621bf97c - core::fmt::write::h88012e1f01caeebf
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17
[INFO] [stdout] 5: 0x55eb6219a275 - std::io::Write::write_fmt::h7728c39ea5632753
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15
[INFO] [stdout] 6: 0x55eb6219f32b - std::sys_common::backtrace::_print::ha1f00492f406a015
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5
[INFO] [stdout] 7: 0x55eb6219f32b - std::sys_common::backtrace::print::hd54561b13feb6af3
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9
[INFO] [stdout] 8: 0x55eb6219f32b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50
[INFO] [stdout] 9: 0x55eb6219ee3c - std::panicking::default_hook::h5a8e74a76ce290a7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9
[INFO] [stdout] 10: 0x55eb6219f9f4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17
[INFO] [stdout] 11: 0x55eb6219f4d7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13
[INFO] [stdout] 12: 0x55eb6219d6bc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18
[INFO] [stdout] 13: 0x55eb6219f439 - rust_begin_unwind
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5
[INFO] [stdout] 14: 0x55eb621383a1 - core::panicking::panic_fmt::h12a3a3c256485fca
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14
[INFO] [stdout] 15: 0x55eb6213d61e - exercise_css::css::rule::h84ca7bd09729e4d9
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:106:5
[INFO] [stdout] 16: 0x55eb62144adc - exercise_css::css::tests::test_rule::h659a384dc404783b
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:207:13
[INFO] [stdout] 17: 0x55eb62144aba - exercise_css::css::tests::test_rule::{{closure}}::h29fab737ddf6468a
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:205:5
[INFO] [stdout] 18: 0x55eb62149c8e - core::ops::function::FnOnce::call_once::h8bf0c8050d8f229d
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 19: 0x55eb6217ef53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 20: 0x55eb6217ef53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5
[INFO] [stdout] 21: 0x55eb6217da08 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 22: 0x55eb6217da08 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 23: 0x55eb6217da08 - std::panicking::try::do_call::h4bfab65eb3b4b036
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 24: 0x55eb6217da08 - std::panicking::try::h6613a46a6d2b6f88
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 25: 0x55eb6217da08 - std::panic::catch_unwind::h9f07b17b60991273
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 26: 0x55eb6217da08 - test::run_test_in_process::hc38797eecf07854f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18
[INFO] [stdout] 27: 0x55eb6217da08 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39
[INFO] [stdout] 28: 0x55eb6214c19d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37
[INFO] [stdout] 29: 0x55eb6214c19d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18
[INFO] [stdout] 30: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17
[INFO] [stdout] 31: 0x55eb62150978 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 32: 0x55eb62150978 - std::panicking::try::do_call::h67d4f93e1fbaa5f9
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 33: 0x55eb62150978 - std::panicking::try::h396886e678db815e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 34: 0x55eb62150978 - std::panic::catch_unwind::hc1d64dcecf0a00e0
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 35: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30
[INFO] [stdout] 36: 0x55eb62150978 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 37: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 38: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 39: 0x55eb621a4567 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17
[INFO] [stdout] 40: 0x7f02b3122609 - start_thread
[INFO] [stdout] 41: 0x7f02b2ef4293 - clone
[INFO] [stdout] 42: 0x0 -
[INFO] [stdout]
[INFO] [stdout] ---- css::tests::test_selectors stdout ----
[INFO] [stdout] thread 'css::tests::test_selectors' panicked at 'not yet implemented: you need to implement this', src/css.rs:118:5
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5
[INFO] [stdout] 1: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout] 2: 0x55eb6219d1c0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5
[INFO] [stdout] 3: 0x55eb6219d1c0 - ::fmt::he1640d5f0d93f618
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22
[INFO] [stdout] 4: 0x55eb621bf97c - core::fmt::write::h88012e1f01caeebf
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17
[INFO] [stdout] 5: 0x55eb6219a275 - std::io::Write::write_fmt::h7728c39ea5632753
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15
[INFO] [stdout] 6: 0x55eb6219f32b - std::sys_common::backtrace::_print::ha1f00492f406a015
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5
[INFO] [stdout] 7: 0x55eb6219f32b - std::sys_common::backtrace::print::hd54561b13feb6af3
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9
[INFO] [stdout] 8: 0x55eb6219f32b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50
[INFO] [stdout] 9: 0x55eb6219ee3c - std::panicking::default_hook::h5a8e74a76ce290a7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9
[INFO] [stdout] 10: 0x55eb6219f9f4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17
[INFO] [stdout] 11: 0x55eb6219f4d7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13
[INFO] [stdout] 12: 0x55eb6219d6bc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18
[INFO] [stdout] 13: 0x55eb6219f439 - rust_begin_unwind
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5
[INFO] [stdout] 14: 0x55eb621383a1 - core::panicking::panic_fmt::h12a3a3c256485fca
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14
[INFO] [stdout] 15: 0x55eb6213d75e - exercise_css::css::selectors::h0a0053817e70e061
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:118:5
[INFO] [stdout] 16: 0x55eb62145e5c - exercise_css::css::tests::test_selectors::h2a879ec92b79c16e
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:295:13
[INFO] [stdout] 17: 0x55eb62145e3a - exercise_css::css::tests::test_selectors::{{closure}}::hfec4b95629374338
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:293:5
[INFO] [stdout] 18: 0x55eb62149bbe - core::ops::function::FnOnce::call_once::h6128b06e39742d11
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 19: 0x55eb6217ef53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 20: 0x55eb6217ef53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5
[INFO] [stdout] 21: 0x55eb6217da08 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 22: 0x55eb6217da08 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 23: 0x55eb6217da08 - std::panicking::try::do_call::h4bfab65eb3b4b036
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 24: 0x55eb6217da08 - std::panicking::try::h6613a46a6d2b6f88
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 25: 0x55eb6217da08 - std::panic::catch_unwind::h9f07b17b60991273
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 26: 0x55eb6217da08 - test::run_test_in_process::hc38797eecf07854f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18
[INFO] [stdout] 27: 0x55eb6217da08 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39
[INFO] [stdout] 28: 0x55eb6214c19d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37
[INFO] [stdout] 29: 0x55eb6214c19d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18
[INFO] [stdout] 30: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17
[INFO] [stdout] 31: 0x55eb62150978 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 32: 0x55eb62150978 - std::panicking::try::do_call::h67d4f93e1fbaa5f9
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 33: 0x55eb62150978 - std::panicking::try::h396886e678db815e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 34: 0x55eb62150978 - std::panic::catch_unwind::hc1d64dcecf0a00e0
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 35: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30
[INFO] [stdout] 36: 0x55eb62150978 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 37: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 38: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 39: 0x55eb621a4567 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17
[INFO] [stdout] 40: 0x7f02b3122609 - start_thread
[INFO] [stdout] 41: 0x7f02b2ef4293 - clone
[INFO] [stdout] 42: 0x0 -
[INFO] [stdout]
[INFO] [stdout] ---- css::tests::test_stylesheet stdout ----
[INFO] [stdout] thread 'css::tests::test_stylesheet' panicked at 'not yet implemented: you need to implement this', src/css.rs:97:5
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5
[INFO] [stdout] 1: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout] 2: 0x55eb6219d1c0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5
[INFO] [stdout] 3: 0x55eb6219d1c0 - ::fmt::he1640d5f0d93f618
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22
[INFO] [stdout] 4: 0x55eb621bf97c - core::fmt::write::h88012e1f01caeebf
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17
[INFO] [stdout] 5: 0x55eb6219a275 - std::io::Write::write_fmt::h7728c39ea5632753
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15
[INFO] [stdout] 6: 0x55eb6219f32b - std::sys_common::backtrace::_print::ha1f00492f406a015
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5
[INFO] [stdout] 7: 0x55eb6219f32b - std::sys_common::backtrace::print::hd54561b13feb6af3
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9
[INFO] [stdout] 8: 0x55eb6219f32b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50
[INFO] [stdout] 9: 0x55eb6219ee3c - std::panicking::default_hook::h5a8e74a76ce290a7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9
[INFO] [stdout] 10: 0x55eb6219f9f4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17
[INFO] [stdout] 11: 0x55eb6219f4d7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13
[INFO] [stdout] 12: 0x55eb6219d6bc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18
[INFO] [stdout] 13: 0x55eb6219f439 - rust_begin_unwind
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5
[INFO] [stdout] 14: 0x55eb621383a1 - core::panicking::panic_fmt::h12a3a3c256485fca
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14
[INFO] [stdout] 15: 0x55eb6213d54e - exercise_css::css::rules::h39b20a90a2d41157
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:97:5
[INFO] [stdout] 16: 0x55eb6214418c - exercise_css::css::tests::test_stylesheet::hec43a18e7c33eb79
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:168:13
[INFO] [stdout] 17: 0x55eb6214416a - exercise_css::css::tests::test_stylesheet::{{closure}}::ha5ce4f2e06be4bbd
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:166:5
[INFO] [stdout] 18: 0x55eb62149b7e - core::ops::function::FnOnce::call_once::h021249ce75e778d5
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 19: 0x55eb6217ef53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 20: 0x55eb6217ef53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5
[INFO] [stdout] 21: 0x55eb6217da08 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 22: 0x55eb6217da08 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 23: 0x55eb6217da08 - std::panicking::try::do_call::h4bfab65eb3b4b036
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 24: 0x55eb6217da08 - std::panicking::try::h6613a46a6d2b6f88
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 25: 0x55eb6217da08 - std::panic::catch_unwind::h9f07b17b60991273
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 26: 0x55eb6217da08 - test::run_test_in_process::hc38797eecf07854f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18
[INFO] [stdout] 27: 0x55eb6217da08 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39
[INFO] [stdout] 28: 0x55eb6214c19d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37
[INFO] [stdout] 29: 0x55eb6214c19d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18
[INFO] [stdout] 30: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17
[INFO] [stdout] 31: 0x55eb62150978 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 32: 0x55eb62150978 - std::panicking::try::do_call::h67d4f93e1fbaa5f9
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 33: 0x55eb62150978 - std::panicking::try::h396886e678db815e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 34: 0x55eb62150978 - std::panic::catch_unwind::hc1d64dcecf0a00e0
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 35: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30
[INFO] [stdout] 36: 0x55eb62150978 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 37: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 38: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 39: 0x55eb621a4567 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17
[INFO] [stdout] 40: 0x7f02b3122609 - start_thread
[INFO] [stdout] 41: 0x7f02b2ef4293 - clone
[INFO] [stdout] 42: 0x0 -
[INFO] [stdout]
[INFO] [stdout] ---- css::tests::test_simple_selector stdout ----
[INFO] [stdout] thread 'css::tests::test_simple_selector' panicked at 'not yet implemented: you need to implement this', src/css.rs:127:5
[INFO] [stdout] stack backtrace:
[INFO] [stdout] 0: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5
[INFO] [stdout] 1: 0x55eb6219d1c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout] 2: 0x55eb6219d1c0 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5
[INFO] [stdout] 3: 0x55eb6219d1c0 - ::fmt::he1640d5f0d93f618
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22
[INFO] [stdout] 4: 0x55eb621bf97c - core::fmt::write::h88012e1f01caeebf
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17
[INFO] [stdout] 5: 0x55eb6219a275 - std::io::Write::write_fmt::h7728c39ea5632753
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15
[INFO] [stdout] 6: 0x55eb6219f32b - std::sys_common::backtrace::_print::ha1f00492f406a015
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5
[INFO] [stdout] 7: 0x55eb6219f32b - std::sys_common::backtrace::print::hd54561b13feb6af3
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9
[INFO] [stdout] 8: 0x55eb6219f32b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50
[INFO] [stdout] 9: 0x55eb6219ee3c - std::panicking::default_hook::h5a8e74a76ce290a7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9
[INFO] [stdout] 10: 0x55eb6219f9f4 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17
[INFO] [stdout] 11: 0x55eb6219f4d7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13
[INFO] [stdout] 12: 0x55eb6219d6bc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18
[INFO] [stdout] 13: 0x55eb6219f439 - rust_begin_unwind
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5
[INFO] [stdout] 14: 0x55eb621383a1 - core::panicking::panic_fmt::h12a3a3c256485fca
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14
[INFO] [stdout] 15: 0x55eb6213d82e - exercise_css::css::simple_selector::ha61a0d389c08e0f0
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:127:5
[INFO] [stdout] 16: 0x55eb6214627c - exercise_css::css::tests::test_simple_selector::he63c04dda7aa4fd3
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:316:13
[INFO] [stdout] 17: 0x55eb6214625a - exercise_css::css::tests::test_simple_selector::{{closure}}::h9211dd600f5c1901
[INFO] [stdout] at /opt/rustwide/workdir/src/css.rs:314:5
[INFO] [stdout] 18: 0x55eb62149cce - core::ops::function::FnOnce::call_once::h9a5a8e6a17c73475
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 19: 0x55eb6217ef53 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 20: 0x55eb6217ef53 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5
[INFO] [stdout] 21: 0x55eb6217da08 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 22: 0x55eb6217da08 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 23: 0x55eb6217da08 - std::panicking::try::do_call::h4bfab65eb3b4b036
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 24: 0x55eb6217da08 - std::panicking::try::h6613a46a6d2b6f88
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 25: 0x55eb6217da08 - std::panic::catch_unwind::h9f07b17b60991273
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 26: 0x55eb6217da08 - test::run_test_in_process::hc38797eecf07854f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18
[INFO] [stdout] 27: 0x55eb6217da08 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39
[INFO] [stdout] 28: 0x55eb6214c19d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37
[INFO] [stdout] 29: 0x55eb6214c19d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18
[INFO] [stdout] 30: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17
[INFO] [stdout] 31: 0x55eb62150978 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9
[INFO] [stdout] 32: 0x55eb62150978 - std::panicking::try::do_call::h67d4f93e1fbaa5f9
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40
[INFO] [stdout] 33: 0x55eb62150978 - std::panicking::try::h396886e678db815e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19
[INFO] [stdout] 34: 0x55eb62150978 - std::panic::catch_unwind::hc1d64dcecf0a00e0
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14
[INFO] [stdout] 35: 0x55eb62150978 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30
[INFO] [stdout] 36: 0x55eb62150978 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5
[INFO] [stdout] 37: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 38: 0x55eb621a4567 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9
[INFO] [stdout] 39: 0x55eb621a4567 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205
[INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17
[INFO] [stdout] 40: 0x7f02b3122609 - start_thread
[INFO] [stdout] 41: 0x7f02b2ef4293 - clone
[INFO] [stdout] 42: 0x0 -
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout] css::tests::test_declaration
[INFO] [stdout] css::tests::test_declarations
[INFO] [stdout] css::tests::test_rule
[INFO] [stdout] css::tests::test_selectors
[INFO] [stdout] css::tests::test_simple_selector
[INFO] [stdout] css::tests::test_stylesheet
[INFO] [stdout]
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout]
[INFO] [stderr] error: test failed, to rerun pass '--lib'
[INFO] running `Command { std: "docker" "inspect" "78b563f2d8402edf8238d4f226947ac53f1838644b59b086e963b277fb9758c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78b563f2d8402edf8238d4f226947ac53f1838644b59b086e963b277fb9758c9", kill_on_drop: false }`
[INFO] [stdout] 78b563f2d8402edf8238d4f226947ac53f1838644b59b086e963b277fb9758c9