Sep 05 22:15:02.394 INFO checking syntect-2.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 22:15:02.395 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 22:15:02.395 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 22:15:02.615 INFO blam! 79c1cbb6d97f6687447345ab6567aee54664665a8b2c6b75db10355d0e737a07 Sep 05 22:15:02.616 INFO running `"docker" "start" "-a" "79c1cbb6d97f6687447345ab6567aee54664665a8b2c6b75db10355d0e737a07"` Sep 05 22:15:03.310 INFO kablam! usermod: no changes Sep 05 22:15:03.567 INFO kablam! Compiling serde v1.0.76 Sep 05 22:15:03.568 INFO kablam! Compiling plist v0.2.4 Sep 05 22:15:03.568 INFO kablam! Checking thread-scoped v1.0.2 Sep 05 22:15:03.570 INFO kablam! Compiling onig_sys v68.2.1 Sep 05 22:15:03.586 INFO kablam! Checking base64 v0.8.0 Sep 05 22:15:03.586 INFO kablam! Checking criterion-plot v0.2.5 Sep 05 22:15:03.593 INFO kablam! Checking itertools-num v0.1.2 Sep 05 22:15:03.593 INFO kablam! Checking simplelog v0.5.2 Sep 05 22:15:04.602 INFO kablam! Checking criterion-stats v0.2.5 Sep 05 22:15:13.494 INFO kablam! Checking onig v3.2.2 Sep 05 22:15:18.937 INFO kablam! Checking serde_json v1.0.26 Sep 05 22:15:18.937 INFO kablam! Checking csv v1.0.1 Sep 05 22:15:18.937 INFO kablam! Checking bincode v1.0.1 Sep 05 22:15:21.141 INFO kablam! Checking handlebars v0.32.4 Sep 05 22:15:21.142 INFO kablam! Checking syntect v2.1.0 (file:///source) Sep 05 22:15:22.212 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 22:15:22.212 INFO kablam! --> src/parsing/syntax_set.rs:19:5 Sep 05 22:15:22.212 INFO kablam! | Sep 05 22:15:22.212 INFO kablam! 19 | use std::ascii::AsciiExt; Sep 05 22:15:22.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 22:15:22.212 INFO kablam! | Sep 05 22:15:22.213 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 22:15:22.213 INFO kablam! Sep 05 22:15:23.863 INFO kablam! Checking criterion v0.2.5 Sep 05 22:15:28.465 INFO kablam! error: couldn't read src/parsing/../../testdata/parser_tests.sublime-syntax: No such file or directory (os error 2) Sep 05 22:15:28.465 INFO kablam! --> src/parsing/parser.rs:651:31 Sep 05 22:15:28.465 INFO kablam! | Sep 05 22:15:28.465 INFO kablam! 651 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 05 22:15:28.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:15:28.465 INFO kablam! Sep 05 22:15:28.513 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 05 22:15:28.513 INFO kablam! --> src/html.rs:255:26 Sep 05 22:15:28.513 INFO kablam! | Sep 05 22:15:28.513 INFO kablam! 255 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 05 22:15:28.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:15:28.513 INFO kablam! Sep 05 22:15:28.514 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 05 22:15:28.514 INFO kablam! --> src/html.rs:265:27 Sep 05 22:15:28.514 INFO kablam! | Sep 05 22:15:28.514 INFO kablam! 265 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 05 22:15:28.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:15:28.514 INFO kablam! Sep 05 22:15:28.514 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 05 22:15:28.514 INFO kablam! --> src/html.rs:272:17 Sep 05 22:15:28.514 INFO kablam! | Sep 05 22:15:28.514 INFO kablam! 272 | let s = include_str!("../testdata/highlight_test.erb"); Sep 05 22:15:28.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:15:28.515 INFO kablam! Sep 05 22:15:28.515 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 05 22:15:28.515 INFO kablam! --> src/html.rs:275:26 Sep 05 22:15:28.515 INFO kablam! | Sep 05 22:15:28.515 INFO kablam! 275 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 05 22:15:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:15:28.515 INFO kablam! Sep 05 22:15:28.516 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 05 22:15:28.517 INFO kablam! --> src/html.rs:288:27 Sep 05 22:15:28.517 INFO kablam! | Sep 05 22:15:28.517 INFO kablam! 288 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 05 22:15:28.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:15:28.517 INFO kablam! Sep 05 22:15:28.518 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 05 22:15:28.518 INFO kablam! --> src/html.rs:302:26 Sep 05 22:15:28.518 INFO kablam! | Sep 05 22:15:28.518 INFO kablam! 302 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 05 22:15:28.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:15:28.518 INFO kablam! Sep 05 22:15:28.553 INFO kablam! error: aborting due to 7 previous errors Sep 05 22:15:28.554 INFO kablam! Sep 05 22:15:28.557 INFO kablam! error: Could not compile `syntect`. Sep 05 22:15:28.557 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 22:15:29.161 INFO kablam! error: build failed Sep 05 22:15:29.162 INFO kablam! su: No module specific data is present Sep 05 22:15:29.769 INFO running `"docker" "rm" "-f" "79c1cbb6d97f6687447345ab6567aee54664665a8b2c6b75db10355d0e737a07"` Sep 05 22:15:29.827 INFO blam! 79c1cbb6d97f6687447345ab6567aee54664665a8b2c6b75db10355d0e737a07