Sep 21 02:08:13.959 INFO checking syntect-1.8.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:08:13.959 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:08:13.959 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:08:14.183 INFO blam! 0d4f4f89b8b9c222b53b854b8c344669f5e0e1984b79e33e8f6d5c8470f626db Sep 21 02:08:14.185 INFO running `"docker" "start" "-a" "0d4f4f89b8b9c222b53b854b8c344669f5e0e1984b79e33e8f6d5c8470f626db"` Sep 21 02:08:14.983 INFO kablam! usermod: no changes Sep 21 02:08:15.162 INFO kablam! Compiling serde v1.0.79 Sep 21 02:08:15.162 INFO kablam! Compiling plist v0.2.4 Sep 21 02:08:15.166 INFO kablam! Compiling onig_sys v65.0.1 Sep 21 02:08:15.182 INFO kablam! Checking rayon v0.8.2 Sep 21 02:08:28.423 INFO kablam! Checking onig v1.6.1 Sep 21 02:08:32.158 INFO kablam! Checking serde_json v1.0.28 Sep 21 02:08:32.158 INFO kablam! Checking bincode v0.8.0 Sep 21 02:08:34.238 INFO kablam! Checking syntect v1.8.1 (/source) Sep 21 02:08:35.238 INFO kablam! error: couldn't read src/parsing/../../testdata/parser_tests.sublime-syntax: No such file or directory (os error 2) Sep 21 02:08:35.238 INFO kablam! --> src/parsing/parser.rs:486:31 Sep 21 02:08:35.238 INFO kablam! | Sep 21 02:08:35.238 INFO kablam! 486 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 21 02:08:35.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:08:35.238 INFO kablam! Sep 21 02:08:35.282 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 21 02:08:35.282 INFO kablam! --> src/html.rs:237:26 Sep 21 02:08:35.282 INFO kablam! | Sep 21 02:08:35.282 INFO kablam! 237 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 21 02:08:35.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:08:35.282 INFO kablam! Sep 21 02:08:35.282 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 21 02:08:35.282 INFO kablam! --> src/html.rs:247:27 Sep 21 02:08:35.282 INFO kablam! | Sep 21 02:08:35.282 INFO kablam! 247 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 21 02:08:35.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:08:35.282 INFO kablam! Sep 21 02:08:35.282 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 21 02:08:35.282 INFO kablam! --> src/html.rs:254:17 Sep 21 02:08:35.282 INFO kablam! | Sep 21 02:08:35.282 INFO kablam! 254 | let s = include_str!("../testdata/highlight_test.erb"); Sep 21 02:08:35.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:08:35.282 INFO kablam! Sep 21 02:08:35.282 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 21 02:08:35.282 INFO kablam! --> src/html.rs:257:26 Sep 21 02:08:35.282 INFO kablam! | Sep 21 02:08:35.282 INFO kablam! 257 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 21 02:08:35.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:08:35.282 INFO kablam! Sep 21 02:08:35.282 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 21 02:08:35.282 INFO kablam! --> src/html.rs:270:27 Sep 21 02:08:35.282 INFO kablam! | Sep 21 02:08:35.282 INFO kablam! 270 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 21 02:08:35.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:08:35.282 INFO kablam! Sep 21 02:08:35.282 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 21 02:08:35.282 INFO kablam! --> src/html.rs:284:26 Sep 21 02:08:35.282 INFO kablam! | Sep 21 02:08:35.282 INFO kablam! 284 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 21 02:08:35.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:08:35.283 INFO kablam! Sep 21 02:08:35.313 INFO kablam! error: aborting due to 7 previous errors Sep 21 02:08:35.313 INFO kablam! Sep 21 02:08:35.320 INFO kablam! error: Could not compile `syntect`. Sep 21 02:08:35.320 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 02:08:35.389 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 02:08:35.389 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 21 02:08:35.389 INFO kablam! | Sep 21 02:08:35.389 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 21 02:08:35.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 02:08:35.389 INFO kablam! | Sep 21 02:08:35.389 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 02:08:35.389 INFO kablam! Sep 21 02:08:36.649 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 02:08:36.649 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 21 02:08:36.649 INFO kablam! | Sep 21 02:08:36.649 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 21 02:08:36.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 02:08:36.649 INFO kablam! | Sep 21 02:08:36.649 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 02:08:36.649 INFO kablam! Sep 21 02:08:37.640 INFO kablam! error: build failed Sep 21 02:08:37.642 INFO kablam! su: No module specific data is present Sep 21 02:08:38.936 INFO running `"docker" "rm" "-f" "0d4f4f89b8b9c222b53b854b8c344669f5e0e1984b79e33e8f6d5c8470f626db"` Sep 21 02:08:39.062 INFO blam! 0d4f4f89b8b9c222b53b854b8c344669f5e0e1984b79e33e8f6d5c8470f626db