Sep 04 01:12:11.922 INFO checking syntect-2.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 01:12:11.922 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 01:12:11.922 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:12.161 INFO blam! c6f3785220f717796ac4ee030b8e49d293a0be9e5b43b9179c81b687325e2930 Sep 04 01:12:12.163 INFO running `"docker" "start" "-a" "c6f3785220f717796ac4ee030b8e49d293a0be9e5b43b9179c81b687325e2930"` Sep 04 01:12:13.405 INFO kablam! Checking csv v1.0.1 Sep 04 01:12:13.408 INFO kablam! Checking syntect v2.1.0 (file:///source) Sep 04 01:12:15.746 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 01:12:15.746 INFO kablam! --> src/parsing/syntax_set.rs:19:5 Sep 04 01:12:15.746 INFO kablam! | Sep 04 01:12:15.746 INFO kablam! 19 | use std::ascii::AsciiExt; Sep 04 01:12:15.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:15.746 INFO kablam! | Sep 04 01:12:15.746 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 01:12:15.746 INFO kablam! Sep 04 01:12:16.726 INFO kablam! Checking criterion v0.2.5 Sep 04 01:12:27.784 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:27.784 INFO kablam! --> src/parsing/parser.rs:651:31 Sep 04 01:12:27.785 INFO kablam! | Sep 04 01:12:27.785 INFO kablam! 651 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 04 01:12:27.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:27.785 INFO kablam! Sep 04 01:12:28.055 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 04 01:12:28.055 INFO kablam! --> src/html.rs:255:26 Sep 04 01:12:28.055 INFO kablam! | Sep 04 01:12:28.055 INFO kablam! 255 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 04 01:12:28.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:28.056 INFO kablam! Sep 04 01:12:28.056 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 04 01:12:28.056 INFO kablam! --> src/html.rs:265:27 Sep 04 01:12:28.056 INFO kablam! | Sep 04 01:12:28.056 INFO kablam! 265 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 04 01:12:28.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:28.056 INFO kablam! Sep 04 01:12:28.057 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 04 01:12:28.057 INFO kablam! --> src/html.rs:272:17 Sep 04 01:12:28.057 INFO kablam! | Sep 04 01:12:28.057 INFO kablam! 272 | let s = include_str!("../testdata/highlight_test.erb"); Sep 04 01:12:28.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:28.057 INFO kablam! Sep 04 01:12:28.057 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 04 01:12:28.057 INFO kablam! --> src/html.rs:275:26 Sep 04 01:12:28.057 INFO kablam! | Sep 04 01:12:28.057 INFO kablam! 275 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 04 01:12:28.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:28.066 INFO kablam! Sep 04 01:12:28.068 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 04 01:12:28.068 INFO kablam! --> src/html.rs:288:27 Sep 04 01:12:28.068 INFO kablam! | Sep 04 01:12:28.068 INFO kablam! 288 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 04 01:12:28.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:28.068 INFO kablam! Sep 04 01:12:28.069 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 04 01:12:28.069 INFO kablam! --> src/html.rs:302:26 Sep 04 01:12:28.069 INFO kablam! | Sep 04 01:12:28.069 INFO kablam! 302 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 04 01:12:28.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:12:28.070 INFO kablam! Sep 04 01:12:28.111 INFO kablam! error: aborting due to 7 previous errors Sep 04 01:12:28.111 INFO kablam! Sep 04 01:12:28.123 INFO kablam! error: Could not compile `syntect`. Sep 04 01:12:28.124 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 01:12:29.848 INFO kablam! error: build failed Sep 04 01:12:29.850 INFO kablam! su: No module specific data is present Sep 04 01:12:30.299 INFO running `"docker" "rm" "-f" "c6f3785220f717796ac4ee030b8e49d293a0be9e5b43b9179c81b687325e2930"` Sep 04 01:12:30.412 INFO blam! c6f3785220f717796ac4ee030b8e49d293a0be9e5b43b9179c81b687325e2930