Sep 01 21:55:28.984 INFO checking syntect-1.8.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 21:55:28.984 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 21:55:28.984 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:55:29.173 INFO blam! 4a2fd69797e8ce27adebb8a4094b81901a8659b7982fac44c8e2e5e42765ea1c Sep 01 21:55:29.175 INFO running `"docker" "start" "-a" "4a2fd69797e8ce27adebb8a4094b81901a8659b7982fac44c8e2e5e42765ea1c"` Sep 01 21:55:29.916 INFO kablam! Compiling onig_sys v66.1.4 Sep 01 21:55:29.918 INFO kablam! Checking bincode v0.8.0 Sep 01 21:55:29.920 INFO kablam! Checking rayon v0.8.2 Sep 01 21:55:36.286 INFO kablam! Checking onig v2.0.2 Sep 01 21:55:37.855 INFO kablam! Checking syntect v1.8.2 (file:///source) Sep 01 21:55:39.579 INFO kablam! error: couldn't read src/parsing/../../testdata/parser_tests.sublime-syntax: No such file or directory (os error 2) Sep 01 21:55:39.579 INFO kablam! --> src/parsing/parser.rs:486:31 Sep 01 21:55:39.579 INFO kablam! | Sep 01 21:55:39.580 INFO kablam! 486 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 01 21:55:39.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:55:39.580 INFO kablam! Sep 01 21:55:39.668 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 01 21:55:39.668 INFO kablam! --> src/html.rs:237:26 Sep 01 21:55:39.669 INFO kablam! | Sep 01 21:55:39.669 INFO kablam! 237 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 01 21:55:39.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:55:39.669 INFO kablam! Sep 01 21:55:39.670 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 01 21:55:39.670 INFO kablam! --> src/html.rs:247:27 Sep 01 21:55:39.670 INFO kablam! | Sep 01 21:55:39.670 INFO kablam! 247 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 01 21:55:39.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:55:39.670 INFO kablam! Sep 01 21:55:39.670 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 01 21:55:39.670 INFO kablam! --> src/html.rs:254:17 Sep 01 21:55:39.670 INFO kablam! | Sep 01 21:55:39.670 INFO kablam! 254 | let s = include_str!("../testdata/highlight_test.erb"); Sep 01 21:55:39.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:55:39.670 INFO kablam! Sep 01 21:55:39.671 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 01 21:55:39.671 INFO kablam! --> src/html.rs:257:26 Sep 01 21:55:39.671 INFO kablam! | Sep 01 21:55:39.671 INFO kablam! 257 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 01 21:55:39.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:55:39.671 INFO kablam! Sep 01 21:55:39.672 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 01 21:55:39.672 INFO kablam! --> src/html.rs:270:27 Sep 01 21:55:39.672 INFO kablam! | Sep 01 21:55:39.672 INFO kablam! 270 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 01 21:55:39.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:55:39.672 INFO kablam! Sep 01 21:55:39.673 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 01 21:55:39.673 INFO kablam! --> src/html.rs:284:26 Sep 01 21:55:39.673 INFO kablam! | Sep 01 21:55:39.673 INFO kablam! 284 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 01 21:55:39.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:55:39.673 INFO kablam! Sep 01 21:55:39.706 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 21:55:39.706 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 01 21:55:39.706 INFO kablam! | Sep 01 21:55:39.706 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 01 21:55:39.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 21:55:39.706 INFO kablam! | Sep 01 21:55:39.706 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:55:39.706 INFO kablam! Sep 01 21:55:39.712 INFO kablam! error: aborting due to 7 previous errors Sep 01 21:55:39.712 INFO kablam! Sep 01 21:55:39.723 INFO kablam! error: Could not compile `syntect`. Sep 01 21:55:39.723 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:55:41.820 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 21:55:41.820 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 01 21:55:41.820 INFO kablam! | Sep 01 21:55:41.820 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 01 21:55:41.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 21:55:41.820 INFO kablam! | Sep 01 21:55:41.820 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:55:41.820 INFO kablam! Sep 01 21:55:43.539 INFO kablam! error: build failed Sep 01 21:55:43.541 INFO kablam! su: No module specific data is present Sep 01 21:55:43.931 INFO running `"docker" "rm" "-f" "4a2fd69797e8ce27adebb8a4094b81901a8659b7982fac44c8e2e5e42765ea1c"` Sep 01 21:55:44.029 INFO blam! 4a2fd69797e8ce27adebb8a4094b81901a8659b7982fac44c8e2e5e42765ea1c