Sep 01 19:13:03.471 INFO checking gluon_parser-0.8.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 19:13:03.471 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 19:13:03.471 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/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 19:13:03.714 INFO blam! d6eaaab551e2f10f7b6312387b610d225b2c64a2d07ac7e1c9ffa23c5bbc6ee2 Sep 01 19:13:03.717 INFO running `"docker" "start" "-a" "d6eaaab551e2f10f7b6312387b610d225b2c64a2d07ac7e1c9ffa23c5bbc6ee2"` Sep 01 19:13:04.800 INFO kablam! Compiling itertools v0.7.8 Sep 01 19:13:04.805 INFO kablam! Checking pretty v0.5.2 Sep 01 19:13:04.808 INFO kablam! Compiling docopt v0.8.3 Sep 01 19:13:04.828 INFO kablam! Checking codespan v0.1.3 Sep 01 19:13:09.044 INFO kablam! Checking codespan-reporting v0.1.4 Sep 01 19:13:11.926 INFO kablam! Checking gluon_base v0.8.1 Sep 01 19:13:13.143 INFO kablam! Compiling lalrpop-snap v0.15.2 Sep 01 19:14:28.142 INFO kablam! Compiling lalrpop v0.15.2 Sep 01 19:15:39.870 INFO kablam! Compiling gluon_parser v0.8.1 (file:///source) Sep 01 19:16:18.236 INFO kablam! error[E0432]: unresolved import `parser::parse_string` Sep 01 19:16:18.236 INFO kablam! --> tests/support/mod.rs:17:14 Sep 01 19:16:18.236 INFO kablam! | Sep 01 19:16:18.237 INFO kablam! 17 | use parser::{parse_string, Error, ParseErrors}; Sep 01 19:16:18.237 INFO kablam! | ^^^^^^^^^^^^ no `parse_string` in the root Sep 01 19:16:18.237 INFO kablam! Sep 01 19:16:18.262 INFO kablam! error[E0432]: unresolved import `parser::parse_string` Sep 01 19:16:18.262 INFO kablam! --> tests/support/mod.rs:17:14 Sep 01 19:16:18.262 INFO kablam! | Sep 01 19:16:18.262 INFO kablam! 17 | use parser::{parse_string, Error, ParseErrors}; Sep 01 19:16:18.262 INFO kablam! | ^^^^^^^^^^^^ no `parse_string` in the root Sep 01 19:16:18.262 INFO kablam! Sep 01 19:16:18.449 INFO kablam! error[E0432]: unresolved import `parser::parse_string` Sep 01 19:16:18.449 INFO kablam! --> tests/support/mod.rs:17:14 Sep 01 19:16:18.449 INFO kablam! | Sep 01 19:16:18.449 INFO kablam! 17 | use parser::{parse_string, Error, ParseErrors}; Sep 01 19:16:18.449 INFO kablam! | ^^^^^^^^^^^^ no `parse_string` in the root Sep 01 19:16:18.450 INFO kablam! Sep 01 19:16:18.450 INFO kablam! error[E0432]: unresolved import `parser::parse_string` Sep 01 19:16:18.450 INFO kablam! --> tests/indentation.rs:9:14 Sep 01 19:16:18.450 INFO kablam! | Sep 01 19:16:18.450 INFO kablam! 9 | use parser::{parse_string, ParseErrors}; Sep 01 19:16:18.450 INFO kablam! | ^^^^^^^^^^^^ no `parse_string` in the root Sep 01 19:16:18.450 INFO kablam! Sep 01 19:16:18.662 INFO kablam! error[E0432]: unresolved import `parser::parse_string` Sep 01 19:16:18.662 INFO kablam! --> tests/support/mod.rs:17:14 Sep 01 19:16:18.662 INFO kablam! | Sep 01 19:16:18.662 INFO kablam! 17 | use parser::{parse_string, Error, ParseErrors}; Sep 01 19:16:18.662 INFO kablam! | ^^^^^^^^^^^^ no `parse_string` in the root Sep 01 19:16:18.663 INFO kablam! Sep 01 19:16:18.710 INFO kablam! error: aborting due to previous error Sep 01 19:16:18.710 INFO kablam! Sep 01 19:16:18.710 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 19:16:18.733 INFO kablam! error: Could not compile `gluon_parser`. Sep 01 19:16:18.733 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:16:18.746 INFO kablam! error: aborting due to previous error Sep 01 19:16:18.746 INFO kablam! Sep 01 19:16:18.746 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 19:16:18.805 INFO kablam! error: Could not compile `gluon_parser`. Sep 01 19:16:18.805 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:16:18.934 INFO kablam! error[E0432]: unresolved import `parser::parse_string` Sep 01 19:16:18.934 INFO kablam! --> tests/stack_overflow.rs:7:14 Sep 01 19:16:18.934 INFO kablam! | Sep 01 19:16:18.934 INFO kablam! 7 | use parser::{parse_string, ParseErrors}; Sep 01 19:16:18.934 INFO kablam! | ^^^^^^^^^^^^ no `parse_string` in the root Sep 01 19:16:18.934 INFO kablam! Sep 01 19:16:18.934 INFO kablam! error[E0432]: unresolved import `parser::parse_string` Sep 01 19:16:18.935 INFO kablam! --> tests/support/mod.rs:17:14 Sep 01 19:16:18.935 INFO kablam! | Sep 01 19:16:18.935 INFO kablam! 17 | use parser::{parse_string, Error, ParseErrors}; Sep 01 19:16:18.935 INFO kablam! | ^^^^^^^^^^^^ no `parse_string` in the root Sep 01 19:16:18.935 INFO kablam! Sep 01 19:16:18.955 INFO kablam! error: aborting due to 2 previous errors Sep 01 19:16:18.955 INFO kablam! Sep 01 19:16:18.955 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 19:16:18.964 INFO kablam! error: Could not compile `gluon_parser`. Sep 01 19:16:18.964 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:16:19.087 INFO kablam! error[E0432]: unresolved import `parser::parse_string` Sep 01 19:16:19.087 INFO kablam! --> tests/support/mod.rs:17:14 Sep 01 19:16:19.087 INFO kablam! | Sep 01 19:16:19.087 INFO kablam! 17 | use parser::{parse_string, Error, ParseErrors}; Sep 01 19:16:19.087 INFO kablam! | ^^^^^^^^^^^^ no `parse_string` in the root Sep 01 19:16:19.087 INFO kablam! Sep 01 19:16:19.187 INFO kablam! error: aborting due to 2 previous errors Sep 01 19:16:19.187 INFO kablam! Sep 01 19:16:19.187 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 19:16:19.198 INFO kablam! error: Could not compile `gluon_parser`. Sep 01 19:16:19.198 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:16:19.318 INFO kablam! error: aborting due to previous error Sep 01 19:16:19.318 INFO kablam! Sep 01 19:16:19.319 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 19:16:19.330 INFO kablam! error: Could not compile `gluon_parser`. Sep 01 19:16:19.330 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:16:19.825 INFO kablam! error: aborting due to previous error Sep 01 19:16:19.825 INFO kablam! Sep 01 19:16:19.825 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 19:16:19.843 INFO kablam! error: Could not compile `gluon_parser`. Sep 01 19:16:19.843 INFO kablam! Sep 01 19:16:19.843 INFO kablam! To learn more, run the command again with --verbose. Sep 01 19:16:19.845 INFO kablam! su: No module specific data is present Sep 01 19:16:20.406 INFO running `"docker" "rm" "-f" "d6eaaab551e2f10f7b6312387b610d225b2c64a2d07ac7e1c9ffa23c5bbc6ee2"` Sep 01 19:16:20.500 INFO blam! d6eaaab551e2f10f7b6312387b610d225b2c64a2d07ac7e1c9ffa23c5bbc6ee2