Sep 19 17:17:31.543 INFO checking syntect-1.8.2 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 17:17:31.543 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 17:17:31.543 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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:31.961 INFO blam! b6a1c7dafea8f69fa6dc8e1879b597adecc2af6a6ba6fddd2fddb13080f27cc5 Sep 19 17:17:31.978 INFO running `"docker" "start" "-a" "b6a1c7dafea8f69fa6dc8e1879b597adecc2af6a6ba6fddd2fddb13080f27cc5"` Sep 19 17:17:33.735 INFO kablam! usermod: no changes Sep 19 17:17:34.071 INFO kablam! Compiling onig_sys v66.1.4 Sep 19 17:17:34.071 INFO kablam! Checking bincode v0.8.0 Sep 19 17:17:34.075 INFO kablam! Checking rayon v0.8.2 Sep 19 17:17:45.697 INFO kablam! Checking onig v2.0.2 Sep 19 17:17:46.715 INFO kablam! Checking syntect v1.8.2 (/source) Sep 19 17:17:47.561 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:47.561 INFO kablam! --> src/parsing/parser.rs:486:31 Sep 19 17:17:47.561 INFO kablam! | Sep 19 17:17:47.561 INFO kablam! 486 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 19 17:17:47.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:47.561 INFO kablam! Sep 19 17:17:47.590 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 19 17:17:47.590 INFO kablam! --> src/html.rs:237:26 Sep 19 17:17:47.590 INFO kablam! | Sep 19 17:17:47.590 INFO kablam! 237 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 19 17:17:47.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:47.590 INFO kablam! Sep 19 17:17:47.590 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 19 17:17:47.590 INFO kablam! --> src/html.rs:247:27 Sep 19 17:17:47.590 INFO kablam! | Sep 19 17:17:47.590 INFO kablam! 247 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 19 17:17:47.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:47.590 INFO kablam! Sep 19 17:17:47.590 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 19 17:17:47.591 INFO kablam! --> src/html.rs:254:17 Sep 19 17:17:47.591 INFO kablam! | Sep 19 17:17:47.591 INFO kablam! 254 | let s = include_str!("../testdata/highlight_test.erb"); Sep 19 17:17:47.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:47.591 INFO kablam! Sep 19 17:17:47.591 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 19 17:17:47.591 INFO kablam! --> src/html.rs:257:26 Sep 19 17:17:47.591 INFO kablam! | Sep 19 17:17:47.591 INFO kablam! 257 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 19 17:17:47.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:47.591 INFO kablam! Sep 19 17:17:47.591 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 19 17:17:47.591 INFO kablam! --> src/html.rs:270:27 Sep 19 17:17:47.591 INFO kablam! | Sep 19 17:17:47.591 INFO kablam! 270 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 19 17:17:47.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:47.591 INFO kablam! Sep 19 17:17:47.592 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 19 17:17:47.592 INFO kablam! --> src/html.rs:284:26 Sep 19 17:17:47.592 INFO kablam! | Sep 19 17:17:47.592 INFO kablam! 284 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 19 17:17:47.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:47.592 INFO kablam! Sep 19 17:17:47.612 INFO kablam! error: aborting due to 7 previous errors Sep 19 17:17:47.612 INFO kablam! Sep 19 17:17:47.619 INFO kablam! error: Could not compile `syntect`. Sep 19 17:17:47.619 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:17:47.752 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:17:47.752 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 19 17:17:47.752 INFO kablam! | Sep 19 17:17:47.752 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 19 17:17:47.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:47.752 INFO kablam! | Sep 19 17:17:47.752 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:17:47.752 INFO kablam! Sep 19 17:17:48.939 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 17:17:48.939 INFO kablam! --> src/parsing/syntax_set.rs:16:5 Sep 19 17:17:48.939 INFO kablam! | Sep 19 17:17:48.939 INFO kablam! 16 | use std::ascii::AsciiExt; Sep 19 17:17:48.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:48.939 INFO kablam! | Sep 19 17:17:48.939 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:17:48.939 INFO kablam! Sep 19 17:17:49.795 INFO kablam! error: build failed Sep 19 17:17:49.796 INFO kablam! su: No module specific data is present Sep 19 17:17:50.442 INFO running `"docker" "rm" "-f" "b6a1c7dafea8f69fa6dc8e1879b597adecc2af6a6ba6fddd2fddb13080f27cc5"` Sep 19 17:17:50.591 INFO blam! b6a1c7dafea8f69fa6dc8e1879b597adecc2af6a6ba6fddd2fddb13080f27cc5