Sep 04 23:16:06.250 INFO checking cssparser-0.24.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 23:16:06.250 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 23:16:06.250 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:16:06.459 INFO blam! 2b589672977419e303ad42138dfede6373eb77e4b5a4feafef481028fc25c281 Sep 04 23:16:06.461 INFO running `"docker" "start" "-a" "2b589672977419e303ad42138dfede6373eb77e4b5a4feafef481028fc25c281"` Sep 04 23:16:07.286 INFO kablam! Compiling cssparser v0.24.0 (file:///source) Sep 04 23:16:10.085 INFO kablam! warning: unused import: `std::env` Sep 04 23:16:10.085 INFO kablam! --> build.rs:11:5 Sep 04 23:16:10.085 INFO kablam! | Sep 04 23:16:10.085 INFO kablam! 11 | use std::env; Sep 04 23:16:10.086 INFO kablam! | ^^^^^^^^ Sep 04 23:16:10.086 INFO kablam! | Sep 04 23:16:10.086 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 23:16:10.086 INFO kablam! Sep 04 23:16:10.086 INFO kablam! warning: unused import: `std::path::Path` Sep 04 23:16:10.086 INFO kablam! --> build.rs:12:5 Sep 04 23:16:10.086 INFO kablam! | Sep 04 23:16:10.086 INFO kablam! 12 | use std::path::Path; Sep 04 23:16:10.086 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 23:16:10.086 INFO kablam! Sep 04 23:16:19.068 INFO kablam! error: couldn't read src/css-parsing-tests/component_value_list.json: No such file or directory (os error 2) Sep 04 23:16:19.068 INFO kablam! --> src/tests.rs:112:20 Sep 04 23:16:19.069 INFO kablam! | Sep 04 23:16:19.069 INFO kablam! 112 | run_json_tests(include_str!("css-parsing-tests/component_value_list.json"), |input| { Sep 04 23:16:19.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.069 INFO kablam! Sep 04 23:16:19.069 INFO kablam! error: couldn't read src/css-parsing-tests/one_component_value.json: No such file or directory (os error 2) Sep 04 23:16:19.069 INFO kablam! --> src/tests.rs:120:20 Sep 04 23:16:19.069 INFO kablam! | Sep 04 23:16:19.069 INFO kablam! 120 | run_json_tests(include_str!("css-parsing-tests/one_component_value.json"), |input| { Sep 04 23:16:19.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.069 INFO kablam! Sep 04 23:16:19.069 INFO kablam! error: couldn't read src/css-parsing-tests/declaration_list.json: No such file or directory (os error 2) Sep 04 23:16:19.069 INFO kablam! --> src/tests.rs:131:20 Sep 04 23:16:19.069 INFO kablam! | Sep 04 23:16:19.069 INFO kablam! 131 | run_json_tests(include_str!("css-parsing-tests/declaration_list.json"), |input| { Sep 04 23:16:19.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.069 INFO kablam! Sep 04 23:16:19.070 INFO kablam! error: couldn't read src/css-parsing-tests/one_declaration.json: No such file or directory (os error 2) Sep 04 23:16:19.070 INFO kablam! --> src/tests.rs:141:20 Sep 04 23:16:19.070 INFO kablam! | Sep 04 23:16:19.070 INFO kablam! 141 | run_json_tests(include_str!("css-parsing-tests/one_declaration.json"), |input| { Sep 04 23:16:19.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.070 INFO kablam! Sep 04 23:16:19.070 INFO kablam! error: couldn't read src/css-parsing-tests/rule_list.json: No such file or directory (os error 2) Sep 04 23:16:19.070 INFO kablam! --> src/tests.rs:149:20 Sep 04 23:16:19.070 INFO kablam! | Sep 04 23:16:19.070 INFO kablam! 149 | run_json_tests(include_str!("css-parsing-tests/rule_list.json"), |input| { Sep 04 23:16:19.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.070 INFO kablam! Sep 04 23:16:19.070 INFO kablam! error: couldn't read src/css-parsing-tests/stylesheet.json: No such file or directory (os error 2) Sep 04 23:16:19.070 INFO kablam! --> src/tests.rs:159:20 Sep 04 23:16:19.070 INFO kablam! | Sep 04 23:16:19.070 INFO kablam! 159 | run_json_tests(include_str!("css-parsing-tests/stylesheet.json"), |input| { Sep 04 23:16:19.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.071 INFO kablam! Sep 04 23:16:19.071 INFO kablam! error: couldn't read src/css-parsing-tests/one_rule.json: No such file or directory (os error 2) Sep 04 23:16:19.071 INFO kablam! --> src/tests.rs:169:20 Sep 04 23:16:19.071 INFO kablam! | Sep 04 23:16:19.071 INFO kablam! 169 | run_json_tests(include_str!("css-parsing-tests/one_rule.json"), |input| { Sep 04 23:16:19.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.071 INFO kablam! Sep 04 23:16:19.071 INFO kablam! error: couldn't read src/css-parsing-tests/stylesheet_bytes.json: No such file or directory (os error 2) Sep 04 23:16:19.071 INFO kablam! --> src/tests.rs:197:24 Sep 04 23:16:19.071 INFO kablam! | Sep 04 23:16:19.071 INFO kablam! 197 | run_raw_json_tests(include_str!("css-parsing-tests/stylesheet_bytes.json"), Sep 04 23:16:19.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.071 INFO kablam! Sep 04 23:16:19.079 INFO kablam! error: couldn't read src/css-parsing-tests/color3.json: No such file or directory (os error 2) Sep 04 23:16:19.079 INFO kablam! --> src/tests.rs:348:21 Sep 04 23:16:19.079 INFO kablam! | Sep 04 23:16:19.079 INFO kablam! 348 | run_color_tests(include_str!("css-parsing-tests/color3.json"), |c| c.ok().to_json()) Sep 04 23:16:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.079 INFO kablam! Sep 04 23:16:19.079 INFO kablam! error: couldn't read src/css-parsing-tests/color3_hsl.json: No such file or directory (os error 2) Sep 04 23:16:19.079 INFO kablam! --> src/tests.rs:354:21 Sep 04 23:16:19.079 INFO kablam! | Sep 04 23:16:19.079 INFO kablam! 354 | run_color_tests(include_str!("css-parsing-tests/color3_hsl.json"), |c| c.ok().to_json()) Sep 04 23:16:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.079 INFO kablam! Sep 04 23:16:19.079 INFO kablam! error: couldn't read src/css-parsing-tests/color3_keywords.json: No such file or directory (os error 2) Sep 04 23:16:19.079 INFO kablam! --> src/tests.rs:361:21 Sep 04 23:16:19.079 INFO kablam! | Sep 04 23:16:19.079 INFO kablam! 361 | run_color_tests(include_str!("css-parsing-tests/color3_keywords.json"), |c| c.ok().to_json()) Sep 04 23:16:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.079 INFO kablam! Sep 04 23:16:19.079 INFO kablam! error: couldn't read src/css-parsing-tests/An+B.json: No such file or directory (os error 2) Sep 04 23:16:19.079 INFO kablam! --> src/tests.rs:367:20 Sep 04 23:16:19.079 INFO kablam! | Sep 04 23:16:19.079 INFO kablam! 367 | run_json_tests(include_str!("css-parsing-tests/An+B.json"), |input| { Sep 04 23:16:19.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.079 INFO kablam! Sep 04 23:16:19.079 INFO kablam! error: couldn't read src/css-parsing-tests/urange.json: No such file or directory (os error 2) Sep 04 23:16:19.080 INFO kablam! --> src/tests.rs:377:20 Sep 04 23:16:19.080 INFO kablam! | Sep 04 23:16:19.080 INFO kablam! 377 | run_json_tests(include_str!("css-parsing-tests/urange.json"), |input| { Sep 04 23:16:19.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.080 INFO kablam! Sep 04 23:16:19.080 INFO kablam! error: couldn't read src/css-parsing-tests/component_value_list.json: No such file or directory (os error 2) Sep 04 23:16:19.080 INFO kablam! --> src/tests.rs:403:20 Sep 04 23:16:19.080 INFO kablam! | Sep 04 23:16:19.080 INFO kablam! 403 | run_json_tests(include_str!("css-parsing-tests/component_value_list.json"), |input| { Sep 04 23:16:19.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.080 INFO kablam! Sep 04 23:16:19.160 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::make_ascii_lowercase': use inherent methods instead Sep 04 23:16:19.160 INFO kablam! --> src/macros.rs:137:13 Sep 04 23:16:19.160 INFO kablam! | Sep 04 23:16:19.160 INFO kablam! 137 | ::std::ascii::AsciiExt::make_ascii_lowercase(&mut buffer[first_uppercase..]); Sep 04 23:16:19.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.160 INFO kablam! | Sep 04 23:16:19.160 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 23:16:19.160 INFO kablam! Sep 04 23:16:19.161 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 23:16:19.161 INFO kablam! --> src/rules_and_declarations.rs:9:30 Sep 04 23:16:19.161 INFO kablam! | Sep 04 23:16:19.161 INFO kablam! 9 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 04 23:16:19.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.161 INFO kablam! Sep 04 23:16:19.161 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 23:16:19.161 INFO kablam! --> src/parser.rs:8:30 Sep 04 23:16:19.161 INFO kablam! | Sep 04 23:16:19.161 INFO kablam! 8 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 04 23:16:19.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.161 INFO kablam! Sep 04 23:16:19.161 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 23:16:19.161 INFO kablam! --> src/nth.rs:5:30 Sep 04 23:16:19.161 INFO kablam! | Sep 04 23:16:19.161 INFO kablam! 5 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 04 23:16:19.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.161 INFO kablam! Sep 04 23:16:19.161 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 23:16:19.161 INFO kablam! --> src/serializer.rs:7:30 Sep 04 23:16:19.161 INFO kablam! | Sep 04 23:16:19.161 INFO kablam! 7 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 04 23:16:19.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.161 INFO kablam! Sep 04 23:16:19.162 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 23:16:19.162 INFO kablam! --> /target/debug/build/cssparser-b4b5b9d5906d27e4/out/tokenizer.rs:1:80 Sep 04 23:16:19.162 INFO kablam! | Sep 04 23:16:19.162 INFO kablam! 1 | use std :: ops :: Range ; use std :: char ; # [ allow ( unused_imports ) ] use std :: ascii :: AsciiExt ; use std :: i32 ; use parser :: ParserState ; use cow_rc_str :: CowRcStr ; use self :: Token :: * ; # [ doc = " One of the pieces the CSS input is broken into." ] # [ doc = "" ] # [ doc = " Some components use `Cow` in order to borrow from the original input string" ] # [ doc = " and avoid allocating/copying when possible." ] # [ derive ( PartialEq , Debug , Clone ) ] pub enum Token < 'a > { Sep 04 23:16:19.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:16:19.162 INFO kablam! Sep 04 23:16:19.209 INFO kablam! error: aborting due to 14 previous errors Sep 04 23:16:19.209 INFO kablam! Sep 04 23:16:19.217 INFO kablam! error: Could not compile `cssparser`. Sep 04 23:16:19.217 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 23:16:19.538 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 23:16:19.538 INFO kablam! --> src/rules_and_declarations.rs:274:45 Sep 04 23:16:19.538 INFO kablam! | Sep 04 23:16:19.538 INFO kablam! 274 | parse_until_after::<'i, 't, _, _, _>(self.input, Delimiter::Semicolon, |input| { Sep 04 23:16:19.538 INFO kablam! | ^^ Sep 04 23:16:19.538 INFO kablam! | Sep 04 23:16:19.538 INFO kablam! ::: src/parser.rs:925:55 Sep 04 23:16:19.538 INFO kablam! | Sep 04 23:16:19.538 INFO kablam! 925 | pub fn parse_until_after<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, Sep 04 23:16:19.538 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 04 23:16:19.538 INFO kablam! | Sep 04 23:16:19.538 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 04 23:16:19.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 23:16:19.538 INFO kablam! = note: for more information, see issue #42868 Sep 04 23:16:19.538 INFO kablam! Sep 04 23:16:19.571 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 23:16:19.571 INFO kablam! --> src/rules_and_declarations.rs:458:39 Sep 04 23:16:19.571 INFO kablam! | Sep 04 23:16:19.571 INFO kablam! 458 | let result = parse_until_before::<'i, 't, _, _, _>(input, delimiters, |input| { Sep 04 23:16:19.571 INFO kablam! | ^^ Sep 04 23:16:19.571 INFO kablam! | Sep 04 23:16:19.571 INFO kablam! ::: src/parser.rs:890:56 Sep 04 23:16:19.571 INFO kablam! | Sep 04 23:16:19.571 INFO kablam! 890 | pub fn parse_until_before<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, Sep 04 23:16:19.571 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 04 23:16:19.571 INFO kablam! | Sep 04 23:16:19.571 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 23:16:19.571 INFO kablam! = note: for more information, see issue #42868 Sep 04 23:16:19.571 INFO kablam! Sep 04 23:16:19.574 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 23:16:19.574 INFO kablam! --> src/rules_and_declarations.rs:476:42 Sep 04 23:16:19.574 INFO kablam! | Sep 04 23:16:19.574 INFO kablam! 476 | parse_nested_block::<'i, 't, _, _, _>( Sep 04 23:16:19.574 INFO kablam! | ^^ Sep 04 23:16:19.574 INFO kablam! | Sep 04 23:16:19.574 INFO kablam! ::: src/parser.rs:943:56 Sep 04 23:16:19.574 INFO kablam! | Sep 04 23:16:19.574 INFO kablam! 943 | pub fn parse_nested_block<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, parse: F) Sep 04 23:16:19.574 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 04 23:16:19.574 INFO kablam! | Sep 04 23:16:19.574 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 23:16:19.574 INFO kablam! = note: for more information, see issue #42868 Sep 04 23:16:19.574 INFO kablam! Sep 04 23:16:19.582 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 23:16:19.583 INFO kablam! --> src/rules_and_declarations.rs:510:40 Sep 04 23:16:19.583 INFO kablam! | Sep 04 23:16:19.583 INFO kablam! 510 | let prelude = parse_until_before::<'i, 't, _, _, _>(input, Delimiter::CurlyBracketBlock, |input| { Sep 04 23:16:19.583 INFO kablam! | ^^ Sep 04 23:16:19.583 INFO kablam! | Sep 04 23:16:19.583 INFO kablam! ::: src/parser.rs:890:56 Sep 04 23:16:19.583 INFO kablam! | Sep 04 23:16:19.583 INFO kablam! 890 | pub fn parse_until_before<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, Sep 04 23:16:19.583 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 04 23:16:19.583 INFO kablam! | Sep 04 23:16:19.583 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 23:16:19.583 INFO kablam! = note: for more information, see issue #42868 Sep 04 23:16:19.583 INFO kablam! Sep 04 23:16:19.585 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 04 23:16:19.585 INFO kablam! --> src/rules_and_declarations.rs:518:34 Sep 04 23:16:19.585 INFO kablam! | Sep 04 23:16:19.585 INFO kablam! 518 | parse_nested_block::<'i, 't, _, _, _>( Sep 04 23:16:19.585 INFO kablam! | ^^ Sep 04 23:16:19.585 INFO kablam! | Sep 04 23:16:19.585 INFO kablam! ::: src/parser.rs:943:56 Sep 04 23:16:19.585 INFO kablam! | Sep 04 23:16:19.585 INFO kablam! 943 | pub fn parse_nested_block<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, parse: F) Sep 04 23:16:19.585 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 04 23:16:19.586 INFO kablam! | Sep 04 23:16:19.586 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 23:16:19.586 INFO kablam! = note: for more information, see issue #42868 Sep 04 23:16:19.586 INFO kablam! Sep 04 23:16:20.810 INFO kablam! error: build failed Sep 04 23:16:20.812 INFO kablam! su: No module specific data is present Sep 04 23:16:21.279 INFO running `"docker" "rm" "-f" "2b589672977419e303ad42138dfede6373eb77e4b5a4feafef481028fc25c281"` Sep 04 23:16:21.375 INFO blam! 2b589672977419e303ad42138dfede6373eb77e4b5a4feafef481028fc25c281