Sep 19 19:18:23.626 INFO checking syntect-2.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:18:23.626 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:18:23.626 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:18:23.815 INFO blam! 59b26ae8268e2443ac67c106d0fc8f54a6efc6b47d6f471fa9d5ad70e9911673 Sep 19 19:18:23.817 INFO running `"docker" "start" "-a" "59b26ae8268e2443ac67c106d0fc8f54a6efc6b47d6f471fa9d5ad70e9911673"` Sep 19 19:18:24.465 INFO kablam! usermod: no changes Sep 19 19:18:24.768 INFO kablam! Checking criterion-stats v0.2.5 Sep 19 19:18:24.768 INFO kablam! Checking itertools-num v0.1.2 Sep 19 19:18:24.768 INFO kablam! Checking csv v1.0.1 Sep 19 19:18:24.769 INFO kablam! Checking simplelog v0.5.2 Sep 19 19:18:24.769 INFO kablam! Checking syntect v2.1.0 (/source) Sep 19 19:18:28.308 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 19:18:28.308 INFO kablam! --> src/parsing/syntax_set.rs:19:5 Sep 19 19:18:28.309 INFO kablam! | Sep 19 19:18:28.309 INFO kablam! 19 | use std::ascii::AsciiExt; Sep 19 19:18:28.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:18:28.310 INFO kablam! | Sep 19 19:18:28.311 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:18:28.311 INFO kablam! Sep 19 19:18:28.676 INFO kablam! Checking criterion v0.2.5 Sep 19 19:18:35.947 INFO kablam! error: couldn't read src/parsing/../../testdata/parser_tests.sublime-syntax: No such file or directory (os error 2) Sep 19 19:18:35.947 INFO kablam! --> src/parsing/parser.rs:651:31 Sep 19 19:18:35.947 INFO kablam! | Sep 19 19:18:35.947 INFO kablam! 651 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 19 19:18:35.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:18:35.947 INFO kablam! Sep 19 19:18:35.997 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 19 19:18:35.997 INFO kablam! --> src/html.rs:255:26 Sep 19 19:18:35.998 INFO kablam! | Sep 19 19:18:35.998 INFO kablam! 255 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 19 19:18:35.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:18:35.998 INFO kablam! Sep 19 19:18:35.999 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 19 19:18:35.999 INFO kablam! --> src/html.rs:265:27 Sep 19 19:18:35.999 INFO kablam! | Sep 19 19:18:35.999 INFO kablam! 265 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 19 19:18:35.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:18:35.999 INFO kablam! Sep 19 19:18:36.000 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 19 19:18:36.000 INFO kablam! --> src/html.rs:272:17 Sep 19 19:18:36.001 INFO kablam! | Sep 19 19:18:36.001 INFO kablam! 272 | let s = include_str!("../testdata/highlight_test.erb"); Sep 19 19:18:36.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:18:36.001 INFO kablam! Sep 19 19:18:36.002 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 19 19:18:36.002 INFO kablam! --> src/html.rs:275:26 Sep 19 19:18:36.002 INFO kablam! | Sep 19 19:18:36.002 INFO kablam! 275 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 19 19:18:36.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:18:36.002 INFO kablam! Sep 19 19:18:36.004 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 19 19:18:36.004 INFO kablam! --> src/html.rs:288:27 Sep 19 19:18:36.004 INFO kablam! | Sep 19 19:18:36.004 INFO kablam! 288 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 19 19:18:36.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:18:36.004 INFO kablam! Sep 19 19:18:36.005 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 19 19:18:36.005 INFO kablam! --> src/html.rs:302:26 Sep 19 19:18:36.005 INFO kablam! | Sep 19 19:18:36.006 INFO kablam! 302 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 19 19:18:36.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:18:36.006 INFO kablam! Sep 19 19:18:36.046 INFO kablam! error: aborting due to 7 previous errors Sep 19 19:18:36.046 INFO kablam! Sep 19 19:18:36.056 INFO kablam! error: Could not compile `syntect`. Sep 19 19:18:36.056 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:18:37.580 INFO kablam! error: build failed Sep 19 19:18:37.580 INFO kablam! su: No module specific data is present Sep 19 19:18:38.598 INFO running `"docker" "rm" "-f" "59b26ae8268e2443ac67c106d0fc8f54a6efc6b47d6f471fa9d5ad70e9911673"` Sep 19 19:18:38.693 INFO blam! 59b26ae8268e2443ac67c106d0fc8f54a6efc6b47d6f471fa9d5ad70e9911673