Oct 11 07:47:15.224 INFO testing AlanFoster/toy_layout_engine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:47:15.224 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:47:15.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:47:15.550 INFO blam! a9ccc43c311d52577a9b6a5e4abe70678f46f2d10ede80dc416da7ac5234f49f Oct 11 07:47:15.550 INFO running `"docker" "start" "-a" "a9ccc43c311d52577a9b6a5e4abe70678f46f2d10ede80dc416da7ac5234f49f"` Oct 11 07:47:16.936 INFO kablam! usermod: no changes Oct 11 07:47:17.018 INFO kablam! Compiling toy_layout_engine v0.1.0 (/source) Oct 11 07:47:18.364 INFO kablam! warning: method is never used: `specificity` Oct 11 07:47:18.365 INFO kablam! --> src/css.rs:22:5 Oct 11 07:47:18.365 INFO kablam! | Oct 11 07:47:18.365 INFO kablam! 22 | pub fn specificity(&self) -> Specificity { Oct 11 07:47:18.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.365 INFO kablam! | Oct 11 07:47:18.365 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:47:18.365 INFO kablam! Oct 11 07:47:18.365 INFO kablam! warning: variant is never constructed: `Simple` Oct 11 07:47:18.365 INFO kablam! --> src/css.rs:34:5 Oct 11 07:47:18.365 INFO kablam! | Oct 11 07:47:18.365 INFO kablam! 34 | Simple(SimpleSelector), Oct 11 07:47:18.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.365 INFO kablam! Oct 11 07:47:18.365 INFO kablam! warning: variant is never constructed: `Keyword` Oct 11 07:47:18.365 INFO kablam! --> src/css.rs:52:5 Oct 11 07:47:18.365 INFO kablam! | Oct 11 07:47:18.365 INFO kablam! 52 | Keyword(String), Oct 11 07:47:18.365 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 07:47:18.365 INFO kablam! Oct 11 07:47:18.365 INFO kablam! warning: variant is never constructed: `Length` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:53:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 53 | Length(f32, Unit), Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: variant is never constructed: `ColorValue` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:54:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 54 | ColorValue(Color), Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: variant is never constructed: `Px` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:59:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 59 | Px, Oct 11 07:47:18.366 INFO kablam! | ^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: function is never used: `parse_css` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:70:1 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 70 | fn parse_css(input: String) -> Stylesheet { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: struct is never constructed: `Parser` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:78:1 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 78 | struct Parser { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: function is never used: `is_valid_identifier_char` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:83:1 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 83 | fn is_valid_identifier_char(c: char) -> bool { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: method is never used: `parse_rules` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:91:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 91 | fn parse_rules(&mut self) -> Vec { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: method is never used: `parse_rule` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:105:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 105 | fn parse_rule(&mut self) -> Rule { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: method is never used: `parse_selectors` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:112:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 112 | fn parse_selectors(&mut self) -> Vec { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: method is never used: `parse_declarations` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:130:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 130 | fn parse_declarations(&mut self) -> Vec { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: method is never used: `parse_simple_selector` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:147:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 147 | fn parse_simple_selector(&mut self) -> Selector { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: method is never used: `parse_declaration` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:182:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 182 | fn parse_declaration(&mut self) -> Declaration { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: method is never used: `parse_value` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:196:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 196 | fn parse_value(&mut self) -> Value { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: method is never used: `parse_color` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:204:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 204 | fn parse_color(&mut self) -> Value { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.366 INFO kablam! warning: method is never used: `parse_hex_pair` Oct 11 07:47:18.366 INFO kablam! --> src/css.rs:216:5 Oct 11 07:47:18.366 INFO kablam! | Oct 11 07:47:18.366 INFO kablam! 216 | fn parse_hex_pair(&mut self) -> u8 { Oct 11 07:47:18.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.366 INFO kablam! Oct 11 07:47:18.367 INFO kablam! warning: method is never used: `parse_length` Oct 11 07:47:18.367 INFO kablam! --> src/css.rs:222:5 Oct 11 07:47:18.367 INFO kablam! | Oct 11 07:47:18.367 INFO kablam! 222 | fn parse_length(&mut self) -> Value { Oct 11 07:47:18.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.367 INFO kablam! Oct 11 07:47:18.367 INFO kablam! warning: method is never used: `parse_float` Oct 11 07:47:18.367 INFO kablam! --> src/css.rs:229:5 Oct 11 07:47:18.367 INFO kablam! | Oct 11 07:47:18.367 INFO kablam! 229 | fn parse_float(&mut self) -> f32 { Oct 11 07:47:18.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.367 INFO kablam! Oct 11 07:47:18.367 INFO kablam! warning: method is never used: `parse_unit` Oct 11 07:47:18.367 INFO kablam! --> src/css.rs:238:5 Oct 11 07:47:18.367 INFO kablam! | Oct 11 07:47:18.367 INFO kablam! 238 | fn parse_unit(&mut self) -> Unit { Oct 11 07:47:18.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.367 INFO kablam! Oct 11 07:47:18.367 INFO kablam! warning: method is never used: `parse_keyword` Oct 11 07:47:18.367 INFO kablam! --> src/css.rs:245:5 Oct 11 07:47:18.367 INFO kablam! | Oct 11 07:47:18.367 INFO kablam! 245 | fn parse_keyword(&mut self) -> Value { Oct 11 07:47:18.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.367 INFO kablam! Oct 11 07:47:18.367 INFO kablam! warning: method is never used: `parse_declaration_name` Oct 11 07:47:18.367 INFO kablam! --> src/css.rs:254:5 Oct 11 07:47:18.367 INFO kablam! | Oct 11 07:47:18.367 INFO kablam! 254 | fn parse_declaration_name(&mut self) -> String { Oct 11 07:47:18.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.367 INFO kablam! Oct 11 07:47:18.367 INFO kablam! warning: method is never used: `parse_identifier` Oct 11 07:47:18.367 INFO kablam! --> src/css.rs:261:5 Oct 11 07:47:18.367 INFO kablam! | Oct 11 07:47:18.367 INFO kablam! 261 | fn parse_identifier(&mut self) -> String { Oct 11 07:47:18.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.367 INFO kablam! Oct 11 07:47:18.367 INFO kablam! warning: method is never used: `next_char` Oct 11 07:47:18.367 INFO kablam! --> src/css.rs:265:5 Oct 11 07:47:18.367 INFO kablam! | Oct 11 07:47:18.367 INFO kablam! 265 | fn next_char(&mut self) -> char { Oct 11 07:47:18.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.367 INFO kablam! Oct 11 07:47:18.367 INFO kablam! warning: method is never used: `eof` Oct 11 07:47:18.367 INFO kablam! --> src/css.rs:269:5 Oct 11 07:47:18.367 INFO kablam! | Oct 11 07:47:18.367 INFO kablam! 269 | fn eof(&mut self) -> bool { Oct 11 07:47:18.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.367 INFO kablam! Oct 11 07:47:18.367 INFO kablam! warning: method is never used: `consume_char` Oct 11 07:47:18.368 INFO kablam! --> src/css.rs:273:5 Oct 11 07:47:18.368 INFO kablam! | Oct 11 07:47:18.368 INFO kablam! 273 | fn consume_char(&mut self) -> char { Oct 11 07:47:18.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.368 INFO kablam! Oct 11 07:47:18.368 INFO kablam! warning: method is never used: `consume_while` Oct 11 07:47:18.368 INFO kablam! --> src/css.rs:282:5 Oct 11 07:47:18.368 INFO kablam! | Oct 11 07:47:18.368 INFO kablam! 282 | / fn consume_while(&mut self, f: F) -> String Oct 11 07:47:18.368 INFO kablam! 283 | | where F: Fn(char) -> bool { Oct 11 07:47:18.368 INFO kablam! 284 | | let mut result = String::new(); Oct 11 07:47:18.368 INFO kablam! 285 | | while !self.eof() && f(self.next_char()) { Oct 11 07:47:18.368 INFO kablam! ... | Oct 11 07:47:18.368 INFO kablam! 289 | | result Oct 11 07:47:18.368 INFO kablam! 290 | | } Oct 11 07:47:18.368 INFO kablam! | |_____^ Oct 11 07:47:18.368 INFO kablam! Oct 11 07:47:18.368 INFO kablam! warning: method is never used: `consume_whitespace` Oct 11 07:47:18.368 INFO kablam! --> src/css.rs:292:5 Oct 11 07:47:18.368 INFO kablam! | Oct 11 07:47:18.368 INFO kablam! 292 | fn consume_whitespace(&mut self) -> String { Oct 11 07:47:18.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:47:18.368 INFO kablam! Oct 11 07:47:19.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 11 07:47:19.153 INFO kablam! su: No module specific data is present Oct 11 07:47:19.526 INFO running `"docker" "rm" "-f" "a9ccc43c311d52577a9b6a5e4abe70678f46f2d10ede80dc416da7ac5234f49f"` Oct 11 07:47:19.666 INFO blam! a9ccc43c311d52577a9b6a5e4abe70678f46f2d10ede80dc416da7ac5234f49f Oct 11 07:47:19.669 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:47:19.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:47:20.007 INFO blam! 24b8eae56558784efbade765189d773b099124dd741648a7b72f38beab7ecd86 Oct 11 07:47:20.014 INFO running `"docker" "start" "-a" "24b8eae56558784efbade765189d773b099124dd741648a7b72f38beab7ecd86"` Oct 11 07:47:20.912 INFO kablam! usermod: no changes Oct 11 07:47:20.975 INFO kablam! Compiling toy_layout_engine v0.1.0 (/source) Oct 11 07:47:23.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 11 07:47:23.238 INFO kablam! su: No module specific data is present Oct 11 07:47:23.513 INFO running `"docker" "rm" "-f" "24b8eae56558784efbade765189d773b099124dd741648a7b72f38beab7ecd86"` Oct 11 07:47:23.612 INFO blam! 24b8eae56558784efbade765189d773b099124dd741648a7b72f38beab7ecd86 Oct 11 07:47:23.612 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:47:23.612 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:47:23.829 INFO blam! b32d3397b6ac4b62451e82c74f488b9dfaca9b8a827e53fa5b7831abc9ab1aea Oct 11 07:47:23.830 INFO running `"docker" "start" "-a" "b32d3397b6ac4b62451e82c74f488b9dfaca9b8a827e53fa5b7831abc9ab1aea"` Oct 11 07:47:24.509 INFO kablam! usermod: no changes Oct 11 07:47:24.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 07:47:24.592 INFO kablam! Running /target/debug/deps/toy_layout_engine-040c8b22285516a2 Oct 11 07:47:24.598 INFO blam! Oct 11 07:47:24.598 INFO blam! running 4 tests Oct 11 07:47:24.612 INFO blam! test css::tests::parsing_complex_css ... ok Oct 11 07:47:24.612 INFO kablam! su: No module specific data is present Oct 11 07:47:24.612 INFO blam! test html::tests::parse_simple_css ... ok Oct 11 07:47:24.612 INFO blam! test css::tests::parse_simple_css ... ok Oct 11 07:47:24.612 INFO blam! test css::tests::parse_simple_css_with_color ... ok Oct 11 07:47:24.612 INFO blam! Oct 11 07:47:24.612 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:47:24.612 INFO blam! Oct 11 07:47:25.066 INFO running `"docker" "rm" "-f" "b32d3397b6ac4b62451e82c74f488b9dfaca9b8a827e53fa5b7831abc9ab1aea"` Oct 11 07:47:25.369 INFO blam! b32d3397b6ac4b62451e82c74f488b9dfaca9b8a827e53fa5b7831abc9ab1aea