Sep 17 16:23:04.181 INFO checking syntect-1.8.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:23:04.181 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:23:04.181 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:23:04.381 INFO blam! 3bcbf9cf9b169dec75f50275dc77adcd74be19030bfeabb8247697d430713fa4 Sep 17 16:23:04.383 INFO running `"docker" "start" "-a" "3bcbf9cf9b169dec75f50275dc77adcd74be19030bfeabb8247697d430713fa4"` Sep 17 16:23:05.407 INFO kablam! usermod: no changes Sep 17 16:23:05.707 INFO kablam! Compiling serde v1.0.79 Sep 17 16:23:05.712 INFO kablam! Compiling onig_sys v66.1.4 Sep 17 16:23:05.712 INFO kablam! Checking flate2 v0.2.20 Sep 17 16:23:05.712 INFO kablam! Checking rayon v0.8.2 Sep 17 16:23:19.887 INFO kablam! Checking onig v2.0.2 Sep 17 16:23:24.378 INFO kablam! Checking plist v0.2.4 Sep 17 16:23:24.378 INFO kablam! Checking serde_json v1.0.27 Sep 17 16:23:24.378 INFO kablam! Checking bincode v0.8.0 Sep 17 16:23:26.991 INFO kablam! Checking syntect v1.8.2 (/source) Sep 17 16:23:27.936 INFO kablam! error: couldn't read src/parsing/../../testdata/parser_tests.sublime-syntax: No such file or directory (os error 2) Sep 17 16:23:27.936 INFO kablam! --> src/parsing/parser.rs:486:31 Sep 17 16:23:27.936 INFO kablam! | Sep 17 16:23:27.936 INFO kablam! 486 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 17 16:23:27.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:23:27.937 INFO kablam! Sep 17 16:23:27.993 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 17 16:23:27.993 INFO kablam! --> src/html.rs:237:26 Sep 17 16:23:27.993 INFO kablam! | Sep 17 16:23:27.993 INFO kablam! 237 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 17 16:23:27.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:23:27.993 INFO kablam! Sep 17 16:23:27.994 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 17 16:23:27.994 INFO kablam! --> src/html.rs:247:27 Sep 17 16:23:27.994 INFO kablam! | Sep 17 16:23:27.994 INFO kablam! 247 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 17 16:23:27.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:23:27.995 INFO kablam! Sep 17 16:23:27.995 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 17 16:23:27.996 INFO kablam! --> src/html.rs:254:17 Sep 17 16:23:27.996 INFO kablam! | Sep 17 16:23:27.996 INFO kablam! 254 | let s = include_str!("../testdata/highlight_test.erb"); Sep 17 16:23:27.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:23:27.997 INFO kablam! Sep 17 16:23:27.997 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 17 16:23:27.997 INFO kablam! --> src/html.rs:257:26 Sep 17 16:23:27.998 INFO kablam! | Sep 17 16:23:27.998 INFO kablam! 257 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 17 16:23:28.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:23:28.007 INFO kablam! Sep 17 16:23:28.007 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 17 16:23:28.007 INFO kablam! --> src/html.rs:270:27 Sep 17 16:23:28.007 INFO kablam! | Sep 17 16:23:28.007 INFO kablam! 270 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 17 16:23:28.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:23:28.007 INFO kablam! Sep 17 16:23:28.007 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 17 16:23:28.007 INFO kablam! --> src/html.rs:284:26 Sep 17 16:23:28.007 INFO kablam! | Sep 17 16:23:28.007 INFO kablam! 284 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 17 16:23:28.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 16:23:28.007 INFO kablam! Sep 17 16:23:28.024 INFO kablam! error: aborting due to 7 previous errors Sep 17 16:23:28.024 INFO kablam! Sep 17 16:23:28.038 INFO kablam! error: Could not compile `syntect`. Sep 17 16:23:28.039 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:23:28.307 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 16:23:28.307 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 17 16:23:28.308 INFO kablam! | Sep 17 16:23:28.308 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 17 16:23:28.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 16:23:28.309 INFO kablam! | Sep 17 16:23:28.309 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 16:23:28.309 INFO kablam! Sep 17 16:23:29.595 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 16:23:29.595 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 17 16:23:29.595 INFO kablam! | Sep 17 16:23:29.595 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 17 16:23:29.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 16:23:29.595 INFO kablam! | Sep 17 16:23:29.595 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 16:23:29.595 INFO kablam! Sep 17 16:23:30.700 INFO kablam! error: build failed Sep 17 16:23:30.705 INFO kablam! su: No module specific data is present Sep 17 16:23:31.574 INFO running `"docker" "rm" "-f" "3bcbf9cf9b169dec75f50275dc77adcd74be19030bfeabb8247697d430713fa4"` Sep 17 16:23:31.761 INFO blam! 3bcbf9cf9b169dec75f50275dc77adcd74be19030bfeabb8247697d430713fa4