Sep 04 01:12:10.793 INFO checking syntect-2.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 01:12:10.793 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 01:12:10.794 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 01:12:10.957 INFO blam! 362dbf36e7b52655ea26519cd659f451a7e70d900635a47fc5034ee9542cc4c4 Sep 04 01:12:10.959 INFO running `"docker" "start" "-a" "362dbf36e7b52655ea26519cd659f451a7e70d900635a47fc5034ee9542cc4c4"` Sep 04 01:12:11.949 INFO kablam! Compiling onig_sys v68.2.0 Sep 04 01:12:11.951 INFO kablam! Checking csv v1.0.1 Sep 04 01:12:11.952 INFO kablam! Checking bincode v1.0.1 Sep 04 01:12:11.958 INFO kablam! Checking plist v0.2.4 Sep 04 01:12:11.958 INFO kablam! Checking handlebars v0.32.4 Sep 04 01:12:17.995 INFO kablam! Checking criterion v0.2.5 Sep 04 01:12:19.764 INFO kablam! Checking onig v3.2.2 Sep 04 01:12:22.545 INFO kablam! Checking syntect v2.1.0 (file:///source) Sep 04 01:12:24.866 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 01:12:24.866 INFO kablam! --> src/parsing/syntax_set.rs:19:5 Sep 04 01:12:24.866 INFO kablam! | Sep 04 01:12:24.866 INFO kablam! 19 | use std::ascii::AsciiExt; Sep 04 01:12:24.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:24.866 INFO kablam! | Sep 04 01:12:24.867 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 01:12:24.867 INFO kablam! Sep 04 01:12:26.982 INFO kablam! error: couldn't read src/parsing/../../testdata/parser_tests.sublime-syntax: No such file or directory (os error 2) Sep 04 01:12:26.982 INFO kablam! --> src/parsing/parser.rs:651:31 Sep 04 01:12:26.982 INFO kablam! | Sep 04 01:12:26.982 INFO kablam! 651 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 04 01:12:26.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:26.983 INFO kablam! Sep 04 01:12:27.087 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 04 01:12:27.087 INFO kablam! --> src/html.rs:255:26 Sep 04 01:12:27.087 INFO kablam! | Sep 04 01:12:27.087 INFO kablam! 255 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 04 01:12:27.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:27.087 INFO kablam! Sep 04 01:12:27.088 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 04 01:12:27.088 INFO kablam! --> src/html.rs:265:27 Sep 04 01:12:27.088 INFO kablam! | Sep 04 01:12:27.088 INFO kablam! 265 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 04 01:12:27.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:27.088 INFO kablam! Sep 04 01:12:27.089 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 04 01:12:27.089 INFO kablam! --> src/html.rs:272:17 Sep 04 01:12:27.089 INFO kablam! | Sep 04 01:12:27.089 INFO kablam! 272 | let s = include_str!("../testdata/highlight_test.erb"); Sep 04 01:12:27.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:27.089 INFO kablam! Sep 04 01:12:27.089 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 04 01:12:27.089 INFO kablam! --> src/html.rs:275:26 Sep 04 01:12:27.089 INFO kablam! | Sep 04 01:12:27.089 INFO kablam! 275 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 04 01:12:27.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:27.089 INFO kablam! Sep 04 01:12:27.090 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 04 01:12:27.090 INFO kablam! --> src/html.rs:288:27 Sep 04 01:12:27.090 INFO kablam! | Sep 04 01:12:27.090 INFO kablam! 288 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 04 01:12:27.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:27.090 INFO kablam! Sep 04 01:12:27.091 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 04 01:12:27.091 INFO kablam! --> src/html.rs:302:26 Sep 04 01:12:27.091 INFO kablam! | Sep 04 01:12:27.091 INFO kablam! 302 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 04 01:12:27.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:27.091 INFO kablam! Sep 04 01:12:27.132 INFO kablam! error: aborting due to 7 previous errors Sep 04 01:12:27.132 INFO kablam! Sep 04 01:12:27.145 INFO kablam! error: Could not compile `syntect`. Sep 04 01:12:27.145 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 01:12:29.801 INFO kablam! error: build failed Sep 04 01:12:29.803 INFO kablam! su: No module specific data is present Sep 04 01:12:30.221 INFO running `"docker" "rm" "-f" "362dbf36e7b52655ea26519cd659f451a7e70d900635a47fc5034ee9542cc4c4"` Sep 04 01:12:30.321 INFO blam! 362dbf36e7b52655ea26519cd659f451a7e70d900635a47fc5034ee9542cc4c4