Sep 01 04:40:47.981 INFO checking syntect-2.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 04:40:47.982 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 04:40:47.982 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/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 04:40:48.154 INFO blam! ab52ed959549295aec14adc2b85d5dca174c49d6e47b466078dea2df6246000e Sep 01 04:40:48.156 INFO running `"docker" "start" "-a" "ab52ed959549295aec14adc2b85d5dca174c49d6e47b466078dea2df6246000e"` Sep 01 04:40:49.032 INFO kablam! Checking csv v1.0.1 Sep 01 04:40:49.034 INFO kablam! Checking syntect v2.1.0 (file:///source) Sep 01 04:40:50.905 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 04:40:50.905 INFO kablam! --> src/parsing/syntax_set.rs:19:5 Sep 01 04:40:50.905 INFO kablam! | Sep 01 04:40:50.905 INFO kablam! 19 | use std::ascii::AsciiExt; Sep 01 04:40:50.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 04:40:50.906 INFO kablam! | Sep 01 04:40:50.906 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 04:40:50.906 INFO kablam! Sep 01 04:40:51.493 INFO kablam! Checking criterion v0.2.5 Sep 01 04:41:01.634 INFO kablam! error: couldn't read src/parsing/../../testdata/parser_tests.sublime-syntax: No such file or directory (os error 2) Sep 01 04:41:01.634 INFO kablam! --> src/parsing/parser.rs:651:31 Sep 01 04:41:01.634 INFO kablam! | Sep 01 04:41:01.634 INFO kablam! 651 | const TEST_SYNTAX: &str = include_str!("../../testdata/parser_tests.sublime-syntax"); Sep 01 04:41:01.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:41:01.635 INFO kablam! Sep 01 04:41:01.939 INFO kablam! error: couldn't read src/../testdata/test2.html: No such file or directory (os error 2) Sep 01 04:41:01.939 INFO kablam! --> src/html.rs:255:26 Sep 01 04:41:01.939 INFO kablam! | Sep 01 04:41:01.939 INFO kablam! 255 | assert_eq!(html, include_str!("../testdata/test2.html").trim_right()); Sep 01 04:41:01.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:41:01.964 INFO kablam! Sep 01 04:41:01.966 INFO kablam! error: couldn't read src/../testdata/test1.html: No such file or directory (os error 2) Sep 01 04:41:01.966 INFO kablam! --> src/html.rs:265:27 Sep 01 04:41:01.966 INFO kablam! | Sep 01 04:41:01.966 INFO kablam! 265 | assert_eq!(html2, include_str!("../testdata/test1.html").trim_right()); Sep 01 04:41:01.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:41:01.966 INFO kablam! Sep 01 04:41:01.967 INFO kablam! error: couldn't read src/../testdata/highlight_test.erb: No such file or directory (os error 2) Sep 01 04:41:01.967 INFO kablam! --> src/html.rs:272:17 Sep 01 04:41:01.967 INFO kablam! | Sep 01 04:41:01.967 INFO kablam! 272 | let s = include_str!("../testdata/highlight_test.erb"); Sep 01 04:41:01.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:41:01.968 INFO kablam! Sep 01 04:41:01.968 INFO kablam! error: couldn't read src/../testdata/test3.html: No such file or directory (os error 2) Sep 01 04:41:01.968 INFO kablam! --> src/html.rs:275:26 Sep 01 04:41:01.968 INFO kablam! | Sep 01 04:41:01.969 INFO kablam! 275 | assert_eq!(html, include_str!("../testdata/test3.html")); Sep 01 04:41:01.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:41:01.969 INFO kablam! Sep 01 04:41:01.971 INFO kablam! error: couldn't read src/../testdata/test4.html: No such file or directory (os error 2) Sep 01 04:41:01.971 INFO kablam! --> src/html.rs:288:27 Sep 01 04:41:01.971 INFO kablam! | Sep 01 04:41:01.971 INFO kablam! 288 | assert_eq!(html3, include_str!("../testdata/test4.html")); Sep 01 04:41:01.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:41:01.971 INFO kablam! Sep 01 04:41:01.972 INFO kablam! error: couldn't read src/../testdata/test5.html: No such file or directory (os error 2) Sep 01 04:41:01.972 INFO kablam! --> src/html.rs:302:26 Sep 01 04:41:01.972 INFO kablam! | Sep 01 04:41:01.972 INFO kablam! 302 | assert_eq!(html, include_str!("../testdata/test5.html")); Sep 01 04:41:01.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:41:01.973 INFO kablam! Sep 01 04:41:02.086 INFO kablam! error: aborting due to 7 previous errors Sep 01 04:41:02.086 INFO kablam! Sep 01 04:41:02.121 INFO kablam! error: Could not compile `syntect`. Sep 01 04:41:02.123 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:41:04.535 INFO kablam! error: build failed Sep 01 04:41:04.537 INFO kablam! su: No module specific data is present Sep 01 04:41:05.044 INFO running `"docker" "rm" "-f" "ab52ed959549295aec14adc2b85d5dca174c49d6e47b466078dea2df6246000e"` Sep 01 04:41:05.154 INFO blam! ab52ed959549295aec14adc2b85d5dca174c49d6e47b466078dea2df6246000e