Oct 15 12:47:54.895 INFO testing AlanFoster/toy_layout_engine against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:47:54.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 12:47:55.054 INFO blam! 6d416838dbf34e91dc0fbd06d23ac41994d525ce9b1386c737e6a3d416c3ad32 Oct 15 12:47:55.057 INFO running `"docker" "start" "-a" "6d416838dbf34e91dc0fbd06d23ac41994d525ce9b1386c737e6a3d416c3ad32"` Oct 15 12:47:56.090 INFO kablam! usermod: no changes Oct 15 12:47:56.163 INFO kablam! Compiling toy_layout_engine v0.1.0 (/source) Oct 15 12:47:57.195 INFO kablam! warning: method is never used: `specificity` Oct 15 12:47:57.196 INFO kablam! --> src/css.rs:22:5 Oct 15 12:47:57.197 INFO kablam! | Oct 15 12:47:57.197 INFO kablam! 22 | pub fn specificity(&self) -> Specificity { Oct 15 12:47:57.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.198 INFO kablam! | Oct 15 12:47:57.198 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:47:57.198 INFO kablam! Oct 15 12:47:57.198 INFO kablam! warning: variant is never constructed: `Simple` Oct 15 12:47:57.198 INFO kablam! --> src/css.rs:34:5 Oct 15 12:47:57.198 INFO kablam! | Oct 15 12:47:57.198 INFO kablam! 34 | Simple(SimpleSelector), Oct 15 12:47:57.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.198 INFO kablam! Oct 15 12:47:57.198 INFO kablam! warning: variant is never constructed: `Keyword` Oct 15 12:47:57.198 INFO kablam! --> src/css.rs:52:5 Oct 15 12:47:57.198 INFO kablam! | Oct 15 12:47:57.198 INFO kablam! 52 | Keyword(String), Oct 15 12:47:57.198 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:47:57.198 INFO kablam! Oct 15 12:47:57.198 INFO kablam! warning: variant is never constructed: `Length` Oct 15 12:47:57.198 INFO kablam! --> src/css.rs:53:5 Oct 15 12:47:57.198 INFO kablam! | Oct 15 12:47:57.198 INFO kablam! 53 | Length(f32, Unit), Oct 15 12:47:57.202 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.202 INFO kablam! Oct 15 12:47:57.202 INFO kablam! warning: variant is never constructed: `ColorValue` Oct 15 12:47:57.202 INFO kablam! --> src/css.rs:54:5 Oct 15 12:47:57.202 INFO kablam! | Oct 15 12:47:57.202 INFO kablam! 54 | ColorValue(Color), Oct 15 12:47:57.202 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.202 INFO kablam! Oct 15 12:47:57.202 INFO kablam! warning: variant is never constructed: `Px` Oct 15 12:47:57.202 INFO kablam! --> src/css.rs:59:5 Oct 15 12:47:57.202 INFO kablam! | Oct 15 12:47:57.202 INFO kablam! 59 | Px, Oct 15 12:47:57.202 INFO kablam! | ^^ Oct 15 12:47:57.202 INFO kablam! Oct 15 12:47:57.202 INFO kablam! warning: function is never used: `parse_css` Oct 15 12:47:57.202 INFO kablam! --> src/css.rs:70:1 Oct 15 12:47:57.202 INFO kablam! | Oct 15 12:47:57.202 INFO kablam! 70 | fn parse_css(input: String) -> Stylesheet { Oct 15 12:47:57.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.202 INFO kablam! Oct 15 12:47:57.202 INFO kablam! warning: struct is never constructed: `Parser` Oct 15 12:47:57.202 INFO kablam! --> src/css.rs:78:1 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 78 | struct Parser { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: function is never used: `is_valid_identifier_char` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:83:1 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 83 | fn is_valid_identifier_char(c: char) -> bool { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_rules` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:91:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 91 | fn parse_rules(&mut self) -> Vec { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_rule` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:105:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 105 | fn parse_rule(&mut self) -> Rule { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_selectors` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:112:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 112 | fn parse_selectors(&mut self) -> Vec { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_declarations` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:130:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 130 | fn parse_declarations(&mut self) -> Vec { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_simple_selector` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:147:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 147 | fn parse_simple_selector(&mut self) -> Selector { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_declaration` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:182:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 182 | fn parse_declaration(&mut self) -> Declaration { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_value` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:196:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 196 | fn parse_value(&mut self) -> Value { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_color` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:204:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 204 | fn parse_color(&mut self) -> Value { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_hex_pair` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:216:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 216 | fn parse_hex_pair(&mut self) -> u8 { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_length` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:222:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 222 | fn parse_length(&mut self) -> Value { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_float` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:229:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 229 | fn parse_float(&mut self) -> f32 { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_unit` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:238:5 Oct 15 12:47:57.203 INFO kablam! | Oct 15 12:47:57.203 INFO kablam! 238 | fn parse_unit(&mut self) -> Unit { Oct 15 12:47:57.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.203 INFO kablam! Oct 15 12:47:57.203 INFO kablam! warning: method is never used: `parse_keyword` Oct 15 12:47:57.203 INFO kablam! --> src/css.rs:245:5 Oct 15 12:47:57.204 INFO kablam! | Oct 15 12:47:57.204 INFO kablam! 245 | fn parse_keyword(&mut self) -> Value { Oct 15 12:47:57.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.204 INFO kablam! Oct 15 12:47:57.204 INFO kablam! warning: method is never used: `parse_declaration_name` Oct 15 12:47:57.204 INFO kablam! --> src/css.rs:254:5 Oct 15 12:47:57.204 INFO kablam! | Oct 15 12:47:57.204 INFO kablam! 254 | fn parse_declaration_name(&mut self) -> String { Oct 15 12:47:57.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.204 INFO kablam! Oct 15 12:47:57.204 INFO kablam! warning: method is never used: `parse_identifier` Oct 15 12:47:57.204 INFO kablam! --> src/css.rs:261:5 Oct 15 12:47:57.204 INFO kablam! | Oct 15 12:47:57.204 INFO kablam! 261 | fn parse_identifier(&mut self) -> String { Oct 15 12:47:57.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.204 INFO kablam! Oct 15 12:47:57.204 INFO kablam! warning: method is never used: `next_char` Oct 15 12:47:57.204 INFO kablam! --> src/css.rs:265:5 Oct 15 12:47:57.204 INFO kablam! | Oct 15 12:47:57.204 INFO kablam! 265 | fn next_char(&mut self) -> char { Oct 15 12:47:57.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.204 INFO kablam! Oct 15 12:47:57.204 INFO kablam! warning: method is never used: `eof` Oct 15 12:47:57.204 INFO kablam! --> src/css.rs:269:5 Oct 15 12:47:57.204 INFO kablam! | Oct 15 12:47:57.204 INFO kablam! 269 | fn eof(&mut self) -> bool { Oct 15 12:47:57.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.204 INFO kablam! Oct 15 12:47:57.204 INFO kablam! warning: method is never used: `consume_char` Oct 15 12:47:57.204 INFO kablam! --> src/css.rs:273:5 Oct 15 12:47:57.204 INFO kablam! | Oct 15 12:47:57.204 INFO kablam! 273 | fn consume_char(&mut self) -> char { Oct 15 12:47:57.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.204 INFO kablam! Oct 15 12:47:57.204 INFO kablam! warning: method is never used: `consume_while` Oct 15 12:47:57.204 INFO kablam! --> src/css.rs:282:5 Oct 15 12:47:57.204 INFO kablam! | Oct 15 12:47:57.204 INFO kablam! 282 | / fn consume_while(&mut self, f: F) -> String Oct 15 12:47:57.204 INFO kablam! 283 | | where F: Fn(char) -> bool { Oct 15 12:47:57.204 INFO kablam! 284 | | let mut result = String::new(); Oct 15 12:47:57.204 INFO kablam! 285 | | while !self.eof() && f(self.next_char()) { Oct 15 12:47:57.204 INFO kablam! ... | Oct 15 12:47:57.204 INFO kablam! 289 | | result Oct 15 12:47:57.204 INFO kablam! 290 | | } Oct 15 12:47:57.204 INFO kablam! | |_____^ Oct 15 12:47:57.204 INFO kablam! Oct 15 12:47:57.204 INFO kablam! warning: method is never used: `consume_whitespace` Oct 15 12:47:57.204 INFO kablam! --> src/css.rs:292:5 Oct 15 12:47:57.204 INFO kablam! | Oct 15 12:47:57.204 INFO kablam! 292 | fn consume_whitespace(&mut self) -> String { Oct 15 12:47:57.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:57.204 INFO kablam! Oct 15 12:47:58.334 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 15 12:47:58.339 INFO kablam! su: No module specific data is present Oct 15 12:47:59.595 INFO running `"docker" "rm" "-f" "6d416838dbf34e91dc0fbd06d23ac41994d525ce9b1386c737e6a3d416c3ad32"` Oct 15 12:47:59.947 INFO blam! 6d416838dbf34e91dc0fbd06d23ac41994d525ce9b1386c737e6a3d416c3ad32 Oct 15 12:47:59.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 12:48:00.451 INFO blam! 71d186d6f1e5d8acd29cf8691b0f1d30b8f649b8dca0257f3b80fcce71f0ad65 Oct 15 12:48:00.459 INFO running `"docker" "start" "-a" "71d186d6f1e5d8acd29cf8691b0f1d30b8f649b8dca0257f3b80fcce71f0ad65"` Oct 15 12:48:01.729 INFO kablam! usermod: no changes Oct 15 12:48:01.791 INFO kablam! Compiling toy_layout_engine v0.1.0 (/source) Oct 15 12:48:04.661 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 15 12:48:04.664 INFO kablam! su: No module specific data is present Oct 15 12:48:05.411 INFO running `"docker" "rm" "-f" "71d186d6f1e5d8acd29cf8691b0f1d30b8f649b8dca0257f3b80fcce71f0ad65"` Oct 15 12:48:05.695 INFO blam! 71d186d6f1e5d8acd29cf8691b0f1d30b8f649b8dca0257f3b80fcce71f0ad65 Oct 15 12:48:05.701 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 12:48:06.115 INFO blam! 88110d255356ad37cf75d10571447adf863f886e9375a3a77cbf8e378a1cbd34 Oct 15 12:48:06.119 INFO running `"docker" "start" "-a" "88110d255356ad37cf75d10571447adf863f886e9375a3a77cbf8e378a1cbd34"` Oct 15 12:48:07.323 INFO kablam! usermod: no changes Oct 15 12:48:07.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 12:48:07.439 INFO kablam! Running /target/debug/deps/toy_layout_engine-75a35afede823fb1 Oct 15 12:48:07.447 INFO blam! Oct 15 12:48:07.447 INFO blam! running 4 tests Oct 15 12:48:07.456 INFO blam! test css::tests::parse_simple_css_with_color ... ok Oct 15 12:48:07.456 INFO blam! test css::tests::parse_simple_css ... ok Oct 15 12:48:07.456 INFO blam! test html::tests::parse_simple_css ... ok Oct 15 12:48:07.456 INFO blam! test css::tests::parsing_complex_css ... ok Oct 15 12:48:07.456 INFO blam! Oct 15 12:48:07.456 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:48:07.456 INFO blam! Oct 15 12:48:07.460 INFO kablam! su: No module specific data is present Oct 15 12:48:08.592 INFO running `"docker" "rm" "-f" "88110d255356ad37cf75d10571447adf863f886e9375a3a77cbf8e378a1cbd34"` Oct 15 12:48:08.895 INFO blam! 88110d255356ad37cf75d10571447adf863f886e9375a3a77cbf8e378a1cbd34