Sep 19 17:17:29.143 INFO checking syntect-2.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 17:17:29.143 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 17:17:29.143 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/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:29.445 INFO blam! 24c49928d56c4cc5b91e32cca44c6d36773b2fe9ca5151b2250bc2c4b45ac7c4 Sep 19 17:17:29.447 INFO running `"docker" "start" "-a" "24c49928d56c4cc5b91e32cca44c6d36773b2fe9ca5151b2250bc2c4b45ac7c4"` Sep 19 17:17:30.694 INFO kablam! usermod: no changes Sep 19 17:17:31.019 INFO kablam! Compiling serde v1.0.79 Sep 19 17:17:31.035 INFO kablam! Compiling plist v0.2.4 Sep 19 17:17:31.040 INFO kablam! Compiling onig_sys v68.2.1 Sep 19 17:17:31.041 INFO kablam! Checking criterion-plot v0.2.5 Sep 19 17:17:31.041 INFO kablam! Checking itertools-num v0.1.2 Sep 19 17:17:31.041 INFO kablam! Checking criterion-stats v0.2.5 Sep 19 17:17:31.041 INFO kablam! Checking simplelog v0.5.2 Sep 19 17:17:42.699 INFO kablam! Checking onig v3.2.2 Sep 19 17:17:47.784 INFO kablam! Checking serde_json v1.0.28 Sep 19 17:17:47.784 INFO kablam! Checking csv v1.0.1 Sep 19 17:17:47.785 INFO kablam! Checking bincode v1.0.1 Sep 19 17:17:49.777 INFO kablam! Checking handlebars v0.32.4 Sep 19 17:17:49.777 INFO kablam! Checking syntect v2.1.0 (/source) Sep 19 17:17:50.771 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:17:50.771 INFO kablam! --> src/parsing/syntax_set.rs:19:5 Sep 19 17:17:50.771 INFO kablam! | Sep 19 17:17:50.771 INFO kablam! 19 | use std::ascii::AsciiExt; Sep 19 17:17:50.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:50.771 INFO kablam! | Sep 19 17:17:50.771 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:17:50.771 INFO kablam! Sep 19 17:17:52.205 INFO kablam! Checking criterion v0.2.5 Sep 19 17:17:56.993 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:56.993 INFO kablam! --> src/parsing/parser.rs:651:31 Sep 19 17:17:56.993 INFO kablam! | Sep 19 17:17:56.993 INFO kablam! 651 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 19 17:17:56.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:56.993 INFO kablam! Sep 19 17:17:57.163 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 19 17:17:57.163 INFO kablam! --> src/html.rs:255:26 Sep 19 17:17:57.163 INFO kablam! | Sep 19 17:17:57.163 INFO kablam! 255 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 19 17:17:57.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:57.163 INFO kablam! Sep 19 17:17:57.163 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 19 17:17:57.163 INFO kablam! --> src/html.rs:265:27 Sep 19 17:17:57.163 INFO kablam! | Sep 19 17:17:57.163 INFO kablam! 265 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 19 17:17:57.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:57.163 INFO kablam! Sep 19 17:17:57.163 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 19 17:17:57.163 INFO kablam! --> src/html.rs:272:17 Sep 19 17:17:57.163 INFO kablam! | Sep 19 17:17:57.163 INFO kablam! 272 | let s = include_str!("../testdata/highlight_test.erb"); Sep 19 17:17:57.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:57.163 INFO kablam! Sep 19 17:17:57.163 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 19 17:17:57.163 INFO kablam! --> src/html.rs:275:26 Sep 19 17:17:57.163 INFO kablam! | Sep 19 17:17:57.163 INFO kablam! 275 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 19 17:17:57.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:57.163 INFO kablam! Sep 19 17:17:57.163 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 19 17:17:57.163 INFO kablam! --> src/html.rs:288:27 Sep 19 17:17:57.163 INFO kablam! | Sep 19 17:17:57.163 INFO kablam! 288 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 19 17:17:57.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:57.163 INFO kablam! Sep 19 17:17:57.163 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 19 17:17:57.163 INFO kablam! --> src/html.rs:302:26 Sep 19 17:17:57.163 INFO kablam! | Sep 19 17:17:57.163 INFO kablam! 302 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 19 17:17:57.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 17:17:57.163 INFO kablam! Sep 19 17:17:57.219 INFO kablam! error: aborting due to 7 previous errors Sep 19 17:17:57.219 INFO kablam! Sep 19 17:17:57.239 INFO kablam! error: Could not compile `syntect`. Sep 19 17:17:57.239 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:17:58.236 INFO kablam! error: build failed Sep 19 17:17:58.238 INFO kablam! su: No module specific data is present Sep 19 17:17:59.014 INFO running `"docker" "rm" "-f" "24c49928d56c4cc5b91e32cca44c6d36773b2fe9ca5151b2250bc2c4b45ac7c4"` Sep 19 17:17:59.076 INFO blam! 24c49928d56c4cc5b91e32cca44c6d36773b2fe9ca5151b2250bc2c4b45ac7c4