Sep 04 04:32:50.555 INFO checking syntect-2.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 04:32:50.555 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 04:32:50.555 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:32:50.715 INFO blam! 9d9c398775e9b706400f6d8ddc35d55c624d989bd53a6d24d7ae2c8e4fccdda6 Sep 04 04:32:50.716 INFO running `"docker" "start" "-a" "9d9c398775e9b706400f6d8ddc35d55c624d989bd53a6d24d7ae2c8e4fccdda6"` Sep 04 04:32:51.611 INFO kablam! Checking csv v1.0.1 Sep 04 04:32:51.614 INFO kablam! Checking syntect v2.1.0 (file:///source) Sep 04 04:32:53.644 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 04:32:53.644 INFO kablam! --> src/parsing/syntax_set.rs:19:5 Sep 04 04:32:53.644 INFO kablam! | Sep 04 04:32:53.644 INFO kablam! 19 | use std::ascii::AsciiExt; Sep 04 04:32:53.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 04:32:53.644 INFO kablam! | Sep 04 04:32:53.644 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 04:32:53.644 INFO kablam! Sep 04 04:32:54.070 INFO kablam! Checking criterion v0.2.5 Sep 04 04:33:05.275 INFO kablam! error: couldn't read src/parsing/../../testdata/parser_tests.sublime-syntax: No such file or directory (os error 2) Sep 04 04:33:05.275 INFO kablam! --> src/parsing/parser.rs:651:31 Sep 04 04:33:05.275 INFO kablam! | Sep 04 04:33:05.275 INFO kablam! 651 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 04 04:33:05.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:33:05.296 INFO kablam! Sep 04 04:33:05.506 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 04 04:33:05.506 INFO kablam! --> src/html.rs:255:26 Sep 04 04:33:05.506 INFO kablam! | Sep 04 04:33:05.506 INFO kablam! 255 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 04 04:33:05.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:33:05.507 INFO kablam! Sep 04 04:33:05.508 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 04 04:33:05.508 INFO kablam! --> src/html.rs:265:27 Sep 04 04:33:05.508 INFO kablam! | Sep 04 04:33:05.508 INFO kablam! 265 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 04 04:33:05.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:33:05.508 INFO kablam! Sep 04 04:33:05.509 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 04 04:33:05.509 INFO kablam! --> src/html.rs:272:17 Sep 04 04:33:05.509 INFO kablam! | Sep 04 04:33:05.509 INFO kablam! 272 | let s = include_str!("../testdata/highlight_test.erb"); Sep 04 04:33:05.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:33:05.510 INFO kablam! Sep 04 04:33:05.510 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 04 04:33:05.510 INFO kablam! --> src/html.rs:275:26 Sep 04 04:33:05.510 INFO kablam! | Sep 04 04:33:05.510 INFO kablam! 275 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 04 04:33:05.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:33:05.511 INFO kablam! Sep 04 04:33:05.513 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 04 04:33:05.513 INFO kablam! --> src/html.rs:288:27 Sep 04 04:33:05.513 INFO kablam! | Sep 04 04:33:05.513 INFO kablam! 288 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 04 04:33:05.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:33:05.528 INFO kablam! Sep 04 04:33:05.530 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 04 04:33:05.530 INFO kablam! --> src/html.rs:302:26 Sep 04 04:33:05.530 INFO kablam! | Sep 04 04:33:05.530 INFO kablam! 302 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 04 04:33:05.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:33:05.530 INFO kablam! Sep 04 04:33:05.597 INFO kablam! error: aborting due to 7 previous errors Sep 04 04:33:05.597 INFO kablam! Sep 04 04:33:05.608 INFO kablam! error: Could not compile `syntect`. Sep 04 04:33:05.609 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:33:06.897 INFO kablam! error: build failed Sep 04 04:33:06.899 INFO kablam! su: No module specific data is present Sep 04 04:33:07.318 INFO running `"docker" "rm" "-f" "9d9c398775e9b706400f6d8ddc35d55c624d989bd53a6d24d7ae2c8e4fccdda6"` Sep 04 04:33:07.450 INFO blam! 9d9c398775e9b706400f6d8ddc35d55c624d989bd53a6d24d7ae2c8e4fccdda6