Oct 15 12:47:55.185 INFO testing AlanFoster/toy_layout_engine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:47:55.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.545 INFO blam! 9d5b75d951e50c63ece851cdeb5631bd329a91bd65ab5581c9d56148a223e0bb Oct 15 12:47:55.555 INFO running `"docker" "start" "-a" "9d5b75d951e50c63ece851cdeb5631bd329a91bd65ab5581c9d56148a223e0bb"` Oct 15 12:47:56.919 INFO kablam! usermod: no changes Oct 15 12:47:57.039 INFO kablam! Compiling toy_layout_engine v0.1.0 (/source) Oct 15 12:47:58.038 INFO kablam! warning: method is never used: `specificity` Oct 15 12:47:58.039 INFO kablam! --> src/css.rs:22:5 Oct 15 12:47:58.039 INFO kablam! | Oct 15 12:47:58.040 INFO kablam! 22 | pub fn specificity(&self) -> Specificity { Oct 15 12:47:58.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.041 INFO kablam! | Oct 15 12:47:58.042 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:47:58.042 INFO kablam! Oct 15 12:47:58.043 INFO kablam! warning: variant is never constructed: `Simple` Oct 15 12:47:58.044 INFO kablam! --> src/css.rs:34:5 Oct 15 12:47:58.044 INFO kablam! | Oct 15 12:47:58.045 INFO kablam! 34 | Simple(SimpleSelector), Oct 15 12:47:58.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.046 INFO kablam! Oct 15 12:47:58.047 INFO kablam! warning: variant is never constructed: `Keyword` Oct 15 12:47:58.047 INFO kablam! --> src/css.rs:52:5 Oct 15 12:47:58.048 INFO kablam! | Oct 15 12:47:58.048 INFO kablam! 52 | Keyword(String), Oct 15 12:47:58.048 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:47:58.048 INFO kablam! Oct 15 12:47:58.048 INFO kablam! warning: variant is never constructed: `Length` Oct 15 12:47:58.048 INFO kablam! --> src/css.rs:53:5 Oct 15 12:47:58.048 INFO kablam! | Oct 15 12:47:58.048 INFO kablam! 53 | Length(f32, Unit), Oct 15 12:47:58.048 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.048 INFO kablam! Oct 15 12:47:58.048 INFO kablam! warning: variant is never constructed: `ColorValue` Oct 15 12:47:58.048 INFO kablam! --> src/css.rs:54:5 Oct 15 12:47:58.048 INFO kablam! | Oct 15 12:47:58.051 INFO kablam! 54 | ColorValue(Color), Oct 15 12:47:58.051 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.051 INFO kablam! Oct 15 12:47:58.051 INFO kablam! warning: variant is never constructed: `Px` Oct 15 12:47:58.051 INFO kablam! --> src/css.rs:59:5 Oct 15 12:47:58.051 INFO kablam! | Oct 15 12:47:58.051 INFO kablam! 59 | Px, Oct 15 12:47:58.051 INFO kablam! | ^^ Oct 15 12:47:58.051 INFO kablam! Oct 15 12:47:58.051 INFO kablam! warning: function is never used: `parse_css` Oct 15 12:47:58.051 INFO kablam! --> src/css.rs:70:1 Oct 15 12:47:58.051 INFO kablam! | Oct 15 12:47:58.051 INFO kablam! 70 | fn parse_css(input: String) -> Stylesheet { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: struct is never constructed: `Parser` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:78:1 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 78 | struct Parser { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: function is never used: `is_valid_identifier_char` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:83:1 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 83 | fn is_valid_identifier_char(c: char) -> bool { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_rules` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:91:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 91 | fn parse_rules(&mut self) -> Vec { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_rule` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:105:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 105 | fn parse_rule(&mut self) -> Rule { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_selectors` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:112:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 112 | fn parse_selectors(&mut self) -> Vec { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_declarations` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:130:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 130 | fn parse_declarations(&mut self) -> Vec { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_simple_selector` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:147:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 147 | fn parse_simple_selector(&mut self) -> Selector { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_declaration` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:182:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 182 | fn parse_declaration(&mut self) -> Declaration { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_value` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:196:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 196 | fn parse_value(&mut self) -> Value { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_color` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:204:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 204 | fn parse_color(&mut self) -> Value { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_hex_pair` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:216:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 216 | fn parse_hex_pair(&mut self) -> u8 { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_length` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:222:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 222 | fn parse_length(&mut self) -> Value { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_float` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:229:5 Oct 15 12:47:58.052 INFO kablam! | Oct 15 12:47:58.052 INFO kablam! 229 | fn parse_float(&mut self) -> f32 { Oct 15 12:47:58.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.052 INFO kablam! Oct 15 12:47:58.052 INFO kablam! warning: method is never used: `parse_unit` Oct 15 12:47:58.052 INFO kablam! --> src/css.rs:238:5 Oct 15 12:47:58.053 INFO kablam! | Oct 15 12:47:58.053 INFO kablam! 238 | fn parse_unit(&mut self) -> Unit { Oct 15 12:47:58.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.053 INFO kablam! Oct 15 12:47:58.053 INFO kablam! warning: method is never used: `parse_keyword` Oct 15 12:47:58.053 INFO kablam! --> src/css.rs:245:5 Oct 15 12:47:58.053 INFO kablam! | Oct 15 12:47:58.053 INFO kablam! 245 | fn parse_keyword(&mut self) -> Value { Oct 15 12:47:58.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.053 INFO kablam! Oct 15 12:47:58.053 INFO kablam! warning: method is never used: `parse_declaration_name` Oct 15 12:47:58.053 INFO kablam! --> src/css.rs:254:5 Oct 15 12:47:58.053 INFO kablam! | Oct 15 12:47:58.053 INFO kablam! 254 | fn parse_declaration_name(&mut self) -> String { Oct 15 12:47:58.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.053 INFO kablam! Oct 15 12:47:58.053 INFO kablam! warning: method is never used: `parse_identifier` Oct 15 12:47:58.053 INFO kablam! --> src/css.rs:261:5 Oct 15 12:47:58.053 INFO kablam! | Oct 15 12:47:58.053 INFO kablam! 261 | fn parse_identifier(&mut self) -> String { Oct 15 12:47:58.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.053 INFO kablam! Oct 15 12:47:58.053 INFO kablam! warning: method is never used: `next_char` Oct 15 12:47:58.053 INFO kablam! --> src/css.rs:265:5 Oct 15 12:47:58.053 INFO kablam! | Oct 15 12:47:58.053 INFO kablam! 265 | fn next_char(&mut self) -> char { Oct 15 12:47:58.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.053 INFO kablam! Oct 15 12:47:58.053 INFO kablam! warning: method is never used: `eof` Oct 15 12:47:58.053 INFO kablam! --> src/css.rs:269:5 Oct 15 12:47:58.053 INFO kablam! | Oct 15 12:47:58.053 INFO kablam! 269 | fn eof(&mut self) -> bool { Oct 15 12:47:58.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.053 INFO kablam! Oct 15 12:47:58.053 INFO kablam! warning: method is never used: `consume_char` Oct 15 12:47:58.053 INFO kablam! --> src/css.rs:273:5 Oct 15 12:47:58.053 INFO kablam! | Oct 15 12:47:58.053 INFO kablam! 273 | fn consume_char(&mut self) -> char { Oct 15 12:47:58.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.053 INFO kablam! Oct 15 12:47:58.053 INFO kablam! warning: method is never used: `consume_while` Oct 15 12:47:58.053 INFO kablam! --> src/css.rs:282:5 Oct 15 12:47:58.053 INFO kablam! | Oct 15 12:47:58.053 INFO kablam! 282 | / fn consume_while(&mut self, f: F) -> String Oct 15 12:47:58.053 INFO kablam! 283 | | where F: Fn(char) -> bool { Oct 15 12:47:58.053 INFO kablam! 284 | | let mut result = String::new(); Oct 15 12:47:58.053 INFO kablam! 285 | | while !self.eof() && f(self.next_char()) { Oct 15 12:47:58.053 INFO kablam! ... | Oct 15 12:47:58.053 INFO kablam! 289 | | result Oct 15 12:47:58.053 INFO kablam! 290 | | } Oct 15 12:47:58.053 INFO kablam! | |_____^ Oct 15 12:47:58.053 INFO kablam! Oct 15 12:47:58.053 INFO kablam! warning: method is never used: `consume_whitespace` Oct 15 12:47:58.053 INFO kablam! --> src/css.rs:292:5 Oct 15 12:47:58.053 INFO kablam! | Oct 15 12:47:58.053 INFO kablam! 292 | fn consume_whitespace(&mut self) -> String { Oct 15 12:47:58.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:47:58.053 INFO kablam! Oct 15 12:47:59.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 15 12:47:59.203 INFO kablam! su: No module specific data is present Oct 15 12:48:00.370 INFO running `"docker" "rm" "-f" "9d5b75d951e50c63ece851cdeb5631bd329a91bd65ab5581c9d56148a223e0bb"` Oct 15 12:48:00.667 INFO blam! 9d5b75d951e50c63ece851cdeb5631bd329a91bd65ab5581c9d56148a223e0bb Oct 15 12:48:00.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:01.112 INFO blam! ad6d95a030e7a3df6b0bf6eeb0e9a81e9cd85edbebc3ead2c57b0d1faed4c4c4 Oct 15 12:48:01.115 INFO running `"docker" "start" "-a" "ad6d95a030e7a3df6b0bf6eeb0e9a81e9cd85edbebc3ead2c57b0d1faed4c4c4"` Oct 15 12:48:02.460 INFO kablam! usermod: no changes Oct 15 12:48:02.544 INFO kablam! Compiling toy_layout_engine v0.1.0 (/source) Oct 15 12:48:05.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.04s Oct 15 12:48:05.534 INFO kablam! su: No module specific data is present Oct 15 12:48:06.243 INFO running `"docker" "rm" "-f" "ad6d95a030e7a3df6b0bf6eeb0e9a81e9cd85edbebc3ead2c57b0d1faed4c4c4"` Oct 15 12:48:06.539 INFO blam! ad6d95a030e7a3df6b0bf6eeb0e9a81e9cd85edbebc3ead2c57b0d1faed4c4c4 Oct 15 12:48:06.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.956 INFO blam! 36702b1e95bbd884cb620010484c63d5c0e1083a44e86ff97e4a546e16151695 Oct 15 12:48:06.958 INFO running `"docker" "start" "-a" "36702b1e95bbd884cb620010484c63d5c0e1083a44e86ff97e4a546e16151695"` Oct 15 12:48:09.011 INFO kablam! usermod: no changes Oct 15 12:48:09.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 12:48:09.100 INFO kablam! Running /target/debug/deps/toy_layout_engine-040c8b22285516a2 Oct 15 12:48:09.111 INFO blam! Oct 15 12:48:09.111 INFO blam! running 4 tests Oct 15 12:48:09.112 INFO blam! test css::tests::parse_simple_css ... ok Oct 15 12:48:09.112 INFO blam! test css::tests::parsing_complex_css ... ok Oct 15 12:48:09.112 INFO blam! test html::tests::parse_simple_css ... ok Oct 15 12:48:09.115 INFO blam! test css::tests::parse_simple_css_with_color ... ok Oct 15 12:48:09.115 INFO kablam! su: No module specific data is present Oct 15 12:48:09.116 INFO blam! Oct 15 12:48:09.116 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:48:09.116 INFO blam! Oct 15 12:48:09.952 INFO running `"docker" "rm" "-f" "36702b1e95bbd884cb620010484c63d5c0e1083a44e86ff97e4a546e16151695"` Oct 15 12:48:10.275 INFO blam! 36702b1e95bbd884cb620010484c63d5c0e1083a44e86ff97e4a546e16151695