Sep 21 11:40:23.185 INFO checking cssparser-0.24.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 11:40:23.185 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 11:40:23.185 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:40:23.354 INFO blam! 4d0023ab68fc84522f6c00ea12aba1b95cef3ab3ce45ed683b6016abc2f010b9 Sep 21 11:40:23.356 INFO running `"docker" "start" "-a" "4d0023ab68fc84522f6c00ea12aba1b95cef3ab3ce45ed683b6016abc2f010b9"` Sep 21 11:40:24.403 INFO kablam! usermod: no changes Sep 21 11:40:24.578 INFO kablam! Compiling syn v0.14.9 Sep 21 11:40:44.230 INFO kablam! Compiling cssparser v0.24.0 (/source) Sep 21 11:40:44.230 INFO kablam! Compiling cssparser-macros v0.3.4 Sep 21 11:40:46.326 INFO kablam! warning: unused import: `std::env` Sep 21 11:40:46.326 INFO kablam! --> build.rs:11:5 Sep 21 11:40:46.326 INFO kablam! | Sep 21 11:40:46.326 INFO kablam! 11 | use std::env; Sep 21 11:40:46.326 INFO kablam! | ^^^^^^^^ Sep 21 11:40:46.326 INFO kablam! | Sep 21 11:40:46.326 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 11:40:46.326 INFO kablam! Sep 21 11:40:46.326 INFO kablam! warning: unused import: `std::path::Path` Sep 21 11:40:46.326 INFO kablam! --> build.rs:12:5 Sep 21 11:40:46.326 INFO kablam! | Sep 21 11:40:46.326 INFO kablam! 12 | use std::path::Path; Sep 21 11:40:46.326 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 11:40:46.326 INFO kablam! Sep 21 11:40:57.038 INFO kablam! error: couldn't read src/css-parsing-tests/component_value_list.json: No such file or directory (os error 2) Sep 21 11:40:57.039 INFO kablam! --> src/tests.rs:112:20 Sep 21 11:40:57.039 INFO kablam! | Sep 21 11:40:57.039 INFO kablam! 112 | run_json_tests(include_str!("css-parsing-tests/component_value_list.json"), |input| { Sep 21 11:40:57.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.040 INFO kablam! Sep 21 11:40:57.040 INFO kablam! error: couldn't read src/css-parsing-tests/one_component_value.json: No such file or directory (os error 2) Sep 21 11:40:57.041 INFO kablam! --> src/tests.rs:120:20 Sep 21 11:40:57.041 INFO kablam! | Sep 21 11:40:57.042 INFO kablam! 120 | run_json_tests(include_str!("css-parsing-tests/one_component_value.json"), |input| { Sep 21 11:40:57.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.042 INFO kablam! Sep 21 11:40:57.043 INFO kablam! error: couldn't read src/css-parsing-tests/declaration_list.json: No such file or directory (os error 2) Sep 21 11:40:57.043 INFO kablam! --> src/tests.rs:131:20 Sep 21 11:40:57.043 INFO kablam! | Sep 21 11:40:57.044 INFO kablam! 131 | run_json_tests(include_str!("css-parsing-tests/declaration_list.json"), |input| { Sep 21 11:40:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.044 INFO kablam! Sep 21 11:40:57.045 INFO kablam! error: couldn't read src/css-parsing-tests/one_declaration.json: No such file or directory (os error 2) Sep 21 11:40:57.045 INFO kablam! --> src/tests.rs:141:20 Sep 21 11:40:57.046 INFO kablam! | Sep 21 11:40:57.046 INFO kablam! 141 | run_json_tests(include_str!("css-parsing-tests/one_declaration.json"), |input| { Sep 21 11:40:57.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.046 INFO kablam! Sep 21 11:40:57.047 INFO kablam! error: couldn't read src/css-parsing-tests/rule_list.json: No such file or directory (os error 2) Sep 21 11:40:57.047 INFO kablam! --> src/tests.rs:149:20 Sep 21 11:40:57.047 INFO kablam! | Sep 21 11:40:57.048 INFO kablam! 149 | run_json_tests(include_str!("css-parsing-tests/rule_list.json"), |input| { Sep 21 11:40:57.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.048 INFO kablam! Sep 21 11:40:57.048 INFO kablam! error: couldn't read src/css-parsing-tests/stylesheet.json: No such file or directory (os error 2) Sep 21 11:40:57.049 INFO kablam! --> src/tests.rs:159:20 Sep 21 11:40:57.049 INFO kablam! | Sep 21 11:40:57.049 INFO kablam! 159 | run_json_tests(include_str!("css-parsing-tests/stylesheet.json"), |input| { Sep 21 11:40:57.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.050 INFO kablam! Sep 21 11:40:57.050 INFO kablam! error: couldn't read src/css-parsing-tests/one_rule.json: No such file or directory (os error 2) Sep 21 11:40:57.051 INFO kablam! --> src/tests.rs:169:20 Sep 21 11:40:57.051 INFO kablam! | Sep 21 11:40:57.051 INFO kablam! 169 | run_json_tests(include_str!("css-parsing-tests/one_rule.json"), |input| { Sep 21 11:40:57.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.052 INFO kablam! Sep 21 11:40:57.052 INFO kablam! error: couldn't read src/css-parsing-tests/stylesheet_bytes.json: No such file or directory (os error 2) Sep 21 11:40:57.052 INFO kablam! --> src/tests.rs:197:24 Sep 21 11:40:57.053 INFO kablam! | Sep 21 11:40:57.053 INFO kablam! 197 | run_raw_json_tests(include_str!("css-parsing-tests/stylesheet_bytes.json"), Sep 21 11:40:57.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.054 INFO kablam! Sep 21 11:40:57.054 INFO kablam! error: couldn't read src/css-parsing-tests/color3.json: No such file or directory (os error 2) Sep 21 11:40:57.054 INFO kablam! --> src/tests.rs:348:21 Sep 21 11:40:57.055 INFO kablam! | Sep 21 11:40:57.055 INFO kablam! 348 | run_color_tests(include_str!("css-parsing-tests/color3.json"), |c| c.ok().to_json()) Sep 21 11:40:57.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.056 INFO kablam! Sep 21 11:40:57.056 INFO kablam! error: couldn't read src/css-parsing-tests/color3_hsl.json: No such file or directory (os error 2) Sep 21 11:40:57.057 INFO kablam! --> src/tests.rs:354:21 Sep 21 11:40:57.057 INFO kablam! | Sep 21 11:40:57.057 INFO kablam! 354 | run_color_tests(include_str!("css-parsing-tests/color3_hsl.json"), |c| c.ok().to_json()) Sep 21 11:40:57.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.058 INFO kablam! Sep 21 11:40:57.058 INFO kablam! error: couldn't read src/css-parsing-tests/color3_keywords.json: No such file or directory (os error 2) Sep 21 11:40:57.059 INFO kablam! --> src/tests.rs:361:21 Sep 21 11:40:57.059 INFO kablam! | Sep 21 11:40:57.059 INFO kablam! 361 | run_color_tests(include_str!("css-parsing-tests/color3_keywords.json"), |c| c.ok().to_json()) Sep 21 11:40:57.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.060 INFO kablam! Sep 21 11:40:57.060 INFO kablam! error: couldn't read src/css-parsing-tests/An+B.json: No such file or directory (os error 2) Sep 21 11:40:57.061 INFO kablam! --> src/tests.rs:367:20 Sep 21 11:40:57.061 INFO kablam! | Sep 21 11:40:57.062 INFO kablam! 367 | run_json_tests(include_str!("css-parsing-tests/An+B.json"), |input| { Sep 21 11:40:57.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.062 INFO kablam! Sep 21 11:40:57.063 INFO kablam! error: couldn't read src/css-parsing-tests/urange.json: No such file or directory (os error 2) Sep 21 11:40:57.063 INFO kablam! --> src/tests.rs:377:20 Sep 21 11:40:57.063 INFO kablam! | Sep 21 11:40:57.064 INFO kablam! 377 | run_json_tests(include_str!("css-parsing-tests/urange.json"), |input| { Sep 21 11:40:57.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.064 INFO kablam! Sep 21 11:40:57.065 INFO kablam! error: couldn't read src/css-parsing-tests/component_value_list.json: No such file or directory (os error 2) Sep 21 11:40:57.065 INFO kablam! --> src/tests.rs:403:20 Sep 21 11:40:57.065 INFO kablam! | Sep 21 11:40:57.066 INFO kablam! 403 | run_json_tests(include_str!("css-parsing-tests/component_value_list.json"), |input| { Sep 21 11:40:57.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.066 INFO kablam! Sep 21 11:40:57.278 INFO kablam! error: aborting due to 14 previous errors Sep 21 11:40:57.278 INFO kablam! Sep 21 11:40:57.294 INFO kablam! error: Could not compile `cssparser`. Sep 21 11:40:57.294 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:40:57.306 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::make_ascii_lowercase': use inherent methods instead Sep 21 11:40:57.306 INFO kablam! --> src/macros.rs:137:13 Sep 21 11:40:57.306 INFO kablam! | Sep 21 11:40:57.306 INFO kablam! 137 | ::std::ascii::AsciiExt::make_ascii_lowercase(&mut buffer[first_uppercase..]); Sep 21 11:40:57.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.306 INFO kablam! | Sep 21 11:40:57.306 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:40:57.306 INFO kablam! Sep 21 11:40:57.306 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 11:40:57.306 INFO kablam! --> src/rules_and_declarations.rs:9:30 Sep 21 11:40:57.306 INFO kablam! | Sep 21 11:40:57.306 INFO kablam! 9 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 21 11:40:57.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.306 INFO kablam! Sep 21 11:40:57.306 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 11:40:57.306 INFO kablam! --> src/parser.rs:8:30 Sep 21 11:40:57.306 INFO kablam! | Sep 21 11:40:57.306 INFO kablam! 8 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 21 11:40:57.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.306 INFO kablam! Sep 21 11:40:57.306 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 11:40:57.306 INFO kablam! --> src/nth.rs:5:30 Sep 21 11:40:57.306 INFO kablam! | Sep 21 11:40:57.306 INFO kablam! 5 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 21 11:40:57.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.306 INFO kablam! Sep 21 11:40:57.306 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 11:40:57.306 INFO kablam! --> src/serializer.rs:7:30 Sep 21 11:40:57.306 INFO kablam! | Sep 21 11:40:57.306 INFO kablam! 7 | #[allow(unused_imports)] use std::ascii::AsciiExt; Sep 21 11:40:57.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.306 INFO kablam! Sep 21 11:40:57.306 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 11:40:57.306 INFO kablam! --> /target/debug/build/cssparser-c8c40d7165107153/out/tokenizer.rs:1:80 Sep 21 11:40:57.306 INFO kablam! | Sep 21 11:40:57.307 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 21 11:40:57.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:40:57.307 INFO kablam! Sep 21 11:40:57.525 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 21 11:40:57.525 INFO kablam! --> src/rules_and_declarations.rs:274:45 Sep 21 11:40:57.525 INFO kablam! | Sep 21 11:40:57.525 INFO kablam! 274 | parse_until_after::<'i, 't, _, _, _>(self.input, Delimiter::Semicolon, |input| { Sep 21 11:40:57.525 INFO kablam! | ^^ Sep 21 11:40:57.525 INFO kablam! | Sep 21 11:40:57.525 INFO kablam! ::: src/parser.rs:925:55 Sep 21 11:40:57.525 INFO kablam! | Sep 21 11:40:57.525 INFO kablam! 925 | pub fn parse_until_after<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, Sep 21 11:40:57.525 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 21 11:40:57.525 INFO kablam! | Sep 21 11:40:57.525 INFO kablam! = note: #[warn(late_bound_lifetime_arguments)] on by default Sep 21 11:40:57.525 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 21 11:40:57.525 INFO kablam! = note: for more information, see issue #42868 Sep 21 11:40:57.525 INFO kablam! Sep 21 11:40:57.554 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 21 11:40:57.554 INFO kablam! --> src/rules_and_declarations.rs:458:39 Sep 21 11:40:57.554 INFO kablam! | Sep 21 11:40:57.554 INFO kablam! 458 | let result = parse_until_before::<'i, 't, _, _, _>(input, delimiters, |input| { Sep 21 11:40:57.554 INFO kablam! | ^^ Sep 21 11:40:57.554 INFO kablam! | Sep 21 11:40:57.554 INFO kablam! ::: src/parser.rs:890:56 Sep 21 11:40:57.554 INFO kablam! | Sep 21 11:40:57.554 INFO kablam! 890 | pub fn parse_until_before<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, Sep 21 11:40:57.554 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 21 11:40:57.554 INFO kablam! | Sep 21 11:40:57.554 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 21 11:40:57.554 INFO kablam! = note: for more information, see issue #42868 Sep 21 11:40:57.554 INFO kablam! Sep 21 11:40:57.554 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 21 11:40:57.554 INFO kablam! --> src/rules_and_declarations.rs:476:42 Sep 21 11:40:57.554 INFO kablam! | Sep 21 11:40:57.554 INFO kablam! 476 | parse_nested_block::<'i, 't, _, _, _>( Sep 21 11:40:57.554 INFO kablam! | ^^ Sep 21 11:40:57.554 INFO kablam! | Sep 21 11:40:57.554 INFO kablam! ::: src/parser.rs:943:56 Sep 21 11:40:57.554 INFO kablam! | Sep 21 11:40:57.554 INFO kablam! 943 | pub fn parse_nested_block<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, parse: F) Sep 21 11:40:57.554 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 21 11:40:57.554 INFO kablam! | Sep 21 11:40:57.554 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 21 11:40:57.554 INFO kablam! = note: for more information, see issue #42868 Sep 21 11:40:57.554 INFO kablam! Sep 21 11:40:57.562 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 21 11:40:57.562 INFO kablam! --> src/rules_and_declarations.rs:510:40 Sep 21 11:40:57.562 INFO kablam! | Sep 21 11:40:57.562 INFO kablam! 510 | let prelude = parse_until_before::<'i, 't, _, _, _>(input, Delimiter::CurlyBracketBlock, |input| { Sep 21 11:40:57.562 INFO kablam! | ^^ Sep 21 11:40:57.562 INFO kablam! | Sep 21 11:40:57.562 INFO kablam! ::: src/parser.rs:890:56 Sep 21 11:40:57.562 INFO kablam! | Sep 21 11:40:57.562 INFO kablam! 890 | pub fn parse_until_before<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, Sep 21 11:40:57.562 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 21 11:40:57.562 INFO kablam! | Sep 21 11:40:57.562 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 21 11:40:57.562 INFO kablam! = note: for more information, see issue #42868 Sep 21 11:40:57.562 INFO kablam! Sep 21 11:40:57.562 INFO kablam! warning: cannot specify lifetime arguments explicitly if late bound lifetime parameters are present Sep 21 11:40:57.562 INFO kablam! --> src/rules_and_declarations.rs:518:34 Sep 21 11:40:57.562 INFO kablam! | Sep 21 11:40:57.562 INFO kablam! 518 | parse_nested_block::<'i, 't, _, _, _>( Sep 21 11:40:57.562 INFO kablam! | ^^ Sep 21 11:40:57.562 INFO kablam! | Sep 21 11:40:57.562 INFO kablam! ::: src/parser.rs:943:56 Sep 21 11:40:57.562 INFO kablam! | Sep 21 11:40:57.562 INFO kablam! 943 | pub fn parse_nested_block<'i: 't, 't, F, T, E>(parser: &mut Parser<'i, 't>, parse: F) Sep 21 11:40:57.562 INFO kablam! | - the late bound lifetime parameter is introduced here Sep 21 11:40:57.562 INFO kablam! | Sep 21 11:40:57.562 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 21 11:40:57.562 INFO kablam! = note: for more information, see issue #42868 Sep 21 11:40:57.562 INFO kablam! Sep 21 11:40:58.528 INFO kablam! error: build failed Sep 21 11:40:58.529 INFO kablam! su: No module specific data is present Sep 21 11:40:59.674 INFO running `"docker" "rm" "-f" "4d0023ab68fc84522f6c00ea12aba1b95cef3ab3ce45ed683b6016abc2f010b9"` Sep 21 11:40:59.775 INFO blam! 4d0023ab68fc84522f6c00ea12aba1b95cef3ab3ce45ed683b6016abc2f010b9