Sep 19 17:17:30.173 INFO checking syntect-1.8.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:17:30.173 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:17:30.173 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:17:30.572 INFO blam! bd40fe895dcfa54efbe6e3955c958bc1724da242e30bb5e6f88930af5e3a44b6 Sep 19 17:17:30.574 INFO running `"docker" "start" "-a" "bd40fe895dcfa54efbe6e3955c958bc1724da242e30bb5e6f88930af5e3a44b6"` Sep 19 17:17:32.362 INFO kablam! usermod: no changes Sep 19 17:17:32.635 INFO kablam! Compiling serde v1.0.79 Sep 19 17:17:32.635 INFO kablam! Compiling plist v0.2.4 Sep 19 17:17:32.637 INFO kablam! Checking base64 v0.8.0 Sep 19 17:17:32.639 INFO kablam! Compiling onig_sys v66.1.4 Sep 19 17:17:32.667 INFO kablam! Checking flate2 v0.2.20 Sep 19 17:17:32.671 INFO kablam! Checking rayon v0.8.2 Sep 19 17:17:46.280 INFO kablam! Checking onig v2.0.2 Sep 19 17:17:50.433 INFO kablam! Checking bincode v0.8.0 Sep 19 17:17:50.433 INFO kablam! Checking serde_json v1.0.28 Sep 19 17:17:52.951 INFO kablam! Checking syntect v1.8.2 (/source) Sep 19 17:17:53.919 INFO kablam! error: couldn't read src/parsing/../../testdata/parser_tests.sublime-syntax: No such file or directory (os error 2) Sep 19 17:17:53.919 INFO kablam! --> src/parsing/parser.rs:486:31 Sep 19 17:17:53.919 INFO kablam! | Sep 19 17:17:53.919 INFO kablam! 486 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 19 17:17:53.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:53.919 INFO kablam! Sep 19 17:17:53.971 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 19 17:17:53.971 INFO kablam! --> src/html.rs:237:26 Sep 19 17:17:53.971 INFO kablam! | Sep 19 17:17:53.971 INFO kablam! 237 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 19 17:17:53.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:53.971 INFO kablam! Sep 19 17:17:53.971 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 19 17:17:53.971 INFO kablam! --> src/html.rs:247:27 Sep 19 17:17:53.971 INFO kablam! | Sep 19 17:17:53.971 INFO kablam! 247 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 19 17:17:53.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:53.971 INFO kablam! Sep 19 17:17:53.971 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 19 17:17:53.971 INFO kablam! --> src/html.rs:254:17 Sep 19 17:17:53.971 INFO kablam! | Sep 19 17:17:53.971 INFO kablam! 254 | let s = include_str!("../testdata/highlight_test.erb"); Sep 19 17:17:53.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:53.971 INFO kablam! Sep 19 17:17:53.971 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 19 17:17:53.971 INFO kablam! --> src/html.rs:257:26 Sep 19 17:17:53.971 INFO kablam! | Sep 19 17:17:53.971 INFO kablam! 257 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 19 17:17:53.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:53.971 INFO kablam! Sep 19 17:17:53.975 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 19 17:17:53.975 INFO kablam! --> src/html.rs:270:27 Sep 19 17:17:53.975 INFO kablam! | Sep 19 17:17:53.975 INFO kablam! 270 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 19 17:17:53.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:53.975 INFO kablam! Sep 19 17:17:53.975 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 19 17:17:53.975 INFO kablam! --> src/html.rs:284:26 Sep 19 17:17:53.975 INFO kablam! | Sep 19 17:17:53.975 INFO kablam! 284 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 19 17:17:53.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:53.975 INFO kablam! Sep 19 17:17:54.007 INFO kablam! error: aborting due to 7 previous errors Sep 19 17:17:54.007 INFO kablam! Sep 19 17:17:54.018 INFO kablam! error: Could not compile `syntect`. Sep 19 17:17:54.018 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:17:54.347 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:17:54.347 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 19 17:17:54.347 INFO kablam! | Sep 19 17:17:54.347 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 19 17:17:54.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:54.348 INFO kablam! | Sep 19 17:17:54.348 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:17:54.348 INFO kablam! Sep 19 17:17:55.759 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 17:17:55.759 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 19 17:17:55.759 INFO kablam! | Sep 19 17:17:55.759 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 19 17:17:55.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:55.759 INFO kablam! | Sep 19 17:17:55.759 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:17:55.759 INFO kablam! Sep 19 17:17:56.832 INFO kablam! error: build failed Sep 19 17:17:56.839 INFO kablam! su: No module specific data is present Sep 19 17:17:57.630 INFO running `"docker" "rm" "-f" "bd40fe895dcfa54efbe6e3955c958bc1724da242e30bb5e6f88930af5e3a44b6"` Sep 19 17:17:57.766 INFO blam! bd40fe895dcfa54efbe6e3955c958bc1724da242e30bb5e6f88930af5e3a44b6