Jul 12 06:31:27.970 INFO checking inquerest-0.1.5 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 06:31:27.970 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 06:31:27.970 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 06:31:27.970 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-4/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 06:31:28.226 INFO blam! d1663270ea8edbfe9d1c60bf55bce96115342a4e56e876da361f427ccc7e4cd4 Jul 12 06:31:28.228 INFO running `"docker" "start" "-a" "d1663270ea8edbfe9d1c60bf55bce96115342a4e56e876da361f427ccc7e4cd4"` Jul 12 06:31:29.100 INFO kablam! Compiling peg v0.3.18 Jul 12 06:31:31.723 INFO kablam! error[E0432]: unresolved import `syntax::parse::token::str_to_ident` Jul 12 06:31:31.723 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/rustast.rs:9:9 Jul 12 06:31:31.723 INFO kablam! | Jul 12 06:31:31.723 INFO kablam! 9 | pub use syntax::parse::token::str_to_ident; Jul 12 06:31:31.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `str_to_ident` in `parse::token` Jul 12 06:31:31.723 INFO kablam! Jul 12 06:31:31.829 INFO kablam! error[E0433]: failed to resolve. Could not find `InternedString` in `token` Jul 12 06:31:31.829 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/peg_syntax_ext.rs:79:70 Jul 12 06:31:31.829 INFO kablam! | Jul 12 06:31:31.829 INFO kablam! 79 | let allow = cx.attribute(DUMMY_SP, cx.meta_list(DUMMY_SP, token::InternedString::new("allow"), vec![ Jul 12 06:31:31.829 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `InternedString` in `token` Jul 12 06:31:31.829 INFO kablam! Jul 12 06:31:31.830 INFO kablam! error[E0433]: failed to resolve. Could not find `InternedString` in `token` Jul 12 06:31:31.830 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/peg_syntax_ext.rs:80:49 Jul 12 06:31:31.830 INFO kablam! | Jul 12 06:31:31.830 INFO kablam! 80 | cx.meta_list_item_word(DUMMY_SP, token::InternedString::new("non_snake_case")), Jul 12 06:31:31.830 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `InternedString` in `token` Jul 12 06:31:31.830 INFO kablam! Jul 12 06:31:31.830 INFO kablam! error[E0433]: failed to resolve. Could not find `InternedString` in `token` Jul 12 06:31:31.830 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/peg_syntax_ext.rs:81:49 Jul 12 06:31:31.830 INFO kablam! | Jul 12 06:31:31.831 INFO kablam! 81 | cx.meta_list_item_word(DUMMY_SP, token::InternedString::new("unused")), Jul 12 06:31:31.831 INFO kablam! | ^^^^^^^^^^^^^^ Could not find `InternedString` in `token` Jul 12 06:31:31.831 INFO kablam! Jul 12 06:31:31.832 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Jul 12 06:31:31.832 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/peg_syntax_ext.rs:29:20 Jul 12 06:31:31.832 INFO kablam! | Jul 12 06:31:31.832 INFO kablam! 29 | token::intern("peg"), Jul 12 06:31:31.832 INFO kablam! | ^^^^^^ not found in `token` Jul 12 06:31:31.832 INFO kablam! Jul 12 06:31:31.832 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Jul 12 06:31:31.832 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/peg_syntax_ext.rs:33:20 Jul 12 06:31:31.832 INFO kablam! | Jul 12 06:31:31.832 INFO kablam! 33 | token::intern("peg_file"), Jul 12 06:31:31.832 INFO kablam! | ^^^^^^ not found in `token` Jul 12 06:31:31.832 INFO kablam! Jul 12 06:31:32.176 INFO kablam! error[E0277]: the trait bound `syntax_pos::FileName: std::convert::AsRef` is not satisfied Jul 12 06:31:32.177 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/peg_syntax_ext.rs:52:16 Jul 12 06:31:32.177 INFO kablam! | Jul 12 06:31:32.177 INFO kablam! 52 | let path = Path::new(&cx.codemap().span_to_filename(sp)).parent().unwrap().join(&fname); Jul 12 06:31:32.177 INFO kablam! | ^^^^^^^^^ the trait `std::convert::AsRef` is not implemented for `syntax_pos::FileName` Jul 12 06:31:32.177 INFO kablam! | Jul 12 06:31:32.177 INFO kablam! = note: required by `std::path::Path::new` Jul 12 06:31:32.177 INFO kablam! Jul 12 06:31:32.185 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Jul 12 06:31:32.185 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/peg_syntax_ext.rs:60:18 Jul 12 06:31:32.186 INFO kablam! | Jul 12 06:31:32.186 INFO kablam! 60 | cx.codemap().new_filemap(format!("{}", path.display()), None, "".to_string()); Jul 12 06:31:32.186 INFO kablam! | ^^^^^^^^^^^ expected 2 parameters Jul 12 06:31:32.186 INFO kablam! Jul 12 06:31:32.365 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned` in the current scope Jul 12 06:31:32.365 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/translate.rs:81:59 Jul 12 06:31:32.365 INFO kablam! | Jul 12 06:31:32.365 INFO kablam! 81 | RustUseSimple(ref p) => ctxt.item_use_simple(DUMMY_SP, rustast::ast::Visibility::Inherited, rustast::parse_path(ctxt, &p)), Jul 12 06:31:32.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 12 06:31:32.365 INFO kablam! Jul 12 06:31:32.374 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned` in the current scope Jul 12 06:31:32.374 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/translate.rs:82:55 Jul 12 06:31:32.374 INFO kablam! | Jul 12 06:31:32.374 INFO kablam! 82 | RustUseGlob(ref p) => ctxt.item_use_glob(DUMMY_SP, rustast::ast::Visibility::Inherited, rustast::parse_path_vec(&p)), Jul 12 06:31:32.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 12 06:31:32.374 INFO kablam! Jul 12 06:31:32.383 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned` in the current scope Jul 12 06:31:32.383 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/translate.rs:83:62 Jul 12 06:31:32.383 INFO kablam! | Jul 12 06:31:32.383 INFO kablam! 83 | RustUseList(ref p, ref v) => ctxt.item_use_list(DUMMY_SP, rustast::ast::Visibility::Inherited, rustast::parse_path_vec(&p), Jul 12 06:31:32.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 12 06:31:32.383 INFO kablam! Jul 12 06:31:32.999 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Jul 12 06:31:32.999 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/translate.rs:426:26 Jul 12 06:31:33.000 INFO kablam! | Jul 12 06:31:33.000 INFO kablam! 426 | ctxt.pat(DUMMY_SP, rustast::ast::PatKind::Range( Jul 12 06:31:33.000 INFO kablam! | ____________________________________________^ Jul 12 06:31:33.000 INFO kablam! 427 | | ctxt.expr_lit(DUMMY_SP, rustast::ast::LitKind::Char(case.start)), Jul 12 06:31:33.000 INFO kablam! 428 | | ctxt.expr_lit(DUMMY_SP, rustast::ast::LitKind::Char(case.end)) Jul 12 06:31:33.000 INFO kablam! 429 | | )) Jul 12 06:31:33.000 INFO kablam! | |_________________________^ expected 3 parameters Jul 12 06:31:33.000 INFO kablam! Jul 12 06:31:33.936 INFO kablam! error[E0308]: mismatched types Jul 12 06:31:33.936 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/rustast.rs:21:74 Jul 12 06:31:33.936 INFO kablam! | Jul 12 06:31:33.936 INFO kablam! 21 | let mut p = syntax::parse::new_parser_from_source_str(&ctxt.parse_sess, "".to_string(), e.to_string()); Jul 12 06:31:33.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `syntax_pos::FileName`, found struct `std::string::String` Jul 12 06:31:33.936 INFO kablam! | Jul 12 06:31:33.936 INFO kablam! = note: expected type `syntax_pos::FileName` Jul 12 06:31:33.936 INFO kablam! found type `std::string::String` Jul 12 06:31:33.936 INFO kablam! help: try using a variant of the expected type Jul 12 06:31:33.936 INFO kablam! | Jul 12 06:31:33.936 INFO kablam! 21 | let mut p = syntax::parse::new_parser_from_source_str(&ctxt.parse_sess, syntax_pos::FileName::Macros("".to_string()), e.to_string()); Jul 12 06:31:33.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:31:33.936 INFO kablam! 21 | let mut p = syntax::parse::new_parser_from_source_str(&ctxt.parse_sess, syntax_pos::FileName::Custom("".to_string()), e.to_string()); Jul 12 06:31:33.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:31:33.937 INFO kablam! Jul 12 06:31:33.939 INFO kablam! error[E0624]: method `abort_if_errors` is private Jul 12 06:31:33.939 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/rustast.rs:23:4 Jul 12 06:31:33.939 INFO kablam! | Jul 12 06:31:33.939 INFO kablam! 23 | p.abort_if_errors(); Jul 12 06:31:33.939 INFO kablam! | ^^^^^^^^^^^^^^^ Jul 12 06:31:33.939 INFO kablam! Jul 12 06:31:34.186 INFO kablam! error[E0308]: mismatched types Jul 12 06:31:34.226 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/rustast.rs:32:74 Jul 12 06:31:34.226 INFO kablam! | Jul 12 06:31:34.226 INFO kablam! 32 | let mut p = syntax::parse::new_parser_from_source_str(&ctxt.parse_sess, "".to_string(), e.to_string()); Jul 12 06:31:34.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `syntax_pos::FileName`, found struct `std::string::String` Jul 12 06:31:34.226 INFO kablam! | Jul 12 06:31:34.226 INFO kablam! = note: expected type `syntax_pos::FileName` Jul 12 06:31:34.226 INFO kablam! found type `std::string::String` Jul 12 06:31:34.226 INFO kablam! help: try using a variant of the expected type Jul 12 06:31:34.226 INFO kablam! | Jul 12 06:31:34.227 INFO kablam! 32 | let mut p = syntax::parse::new_parser_from_source_str(&ctxt.parse_sess, syntax_pos::FileName::Macros("".to_string()), e.to_string()); Jul 12 06:31:34.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:31:34.227 INFO kablam! 32 | let mut p = syntax::parse::new_parser_from_source_str(&ctxt.parse_sess, syntax_pos::FileName::Custom("".to_string()), e.to_string()); Jul 12 06:31:34.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:31:34.227 INFO kablam! Jul 12 06:31:34.227 INFO kablam! error[E0624]: method `abort_if_errors` is private Jul 12 06:31:34.227 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/rustast.rs:34:4 Jul 12 06:31:34.227 INFO kablam! | Jul 12 06:31:34.227 INFO kablam! 34 | p.abort_if_errors(); Jul 12 06:31:34.227 INFO kablam! | ^^^^^^^^^^^^^^^ Jul 12 06:31:34.227 INFO kablam! Jul 12 06:31:34.433 INFO kablam! error[E0308]: mismatched types Jul 12 06:31:34.433 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/rustast.rs:39:74 Jul 12 06:31:34.433 INFO kablam! | Jul 12 06:31:34.433 INFO kablam! 39 | let mut p = syntax::parse::new_parser_from_source_str(&ctxt.parse_sess, "".to_string(), e.to_string()); Jul 12 06:31:34.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected enum `syntax_pos::FileName`, found struct `std::string::String` Jul 12 06:31:34.433 INFO kablam! | Jul 12 06:31:34.433 INFO kablam! = note: expected type `syntax_pos::FileName` Jul 12 06:31:34.433 INFO kablam! found type `std::string::String` Jul 12 06:31:34.434 INFO kablam! help: try using a variant of the expected type Jul 12 06:31:34.434 INFO kablam! | Jul 12 06:31:34.434 INFO kablam! 39 | let mut p = syntax::parse::new_parser_from_source_str(&ctxt.parse_sess, syntax_pos::FileName::Macros("".to_string()), e.to_string()); Jul 12 06:31:34.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:31:34.434 INFO kablam! 39 | let mut p = syntax::parse::new_parser_from_source_str(&ctxt.parse_sess, syntax_pos::FileName::Custom("".to_string()), e.to_string()); Jul 12 06:31:34.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 06:31:34.434 INFO kablam! Jul 12 06:31:34.437 INFO kablam! error[E0624]: method `abort_if_errors` is private Jul 12 06:31:34.437 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-0.3.18/src/rustast.rs:41:4 Jul 12 06:31:34.437 INFO kablam! | Jul 12 06:31:34.437 INFO kablam! 41 | p.abort_if_errors(); Jul 12 06:31:34.437 INFO kablam! | ^^^^^^^^^^^^^^^ Jul 12 06:31:34.437 INFO kablam! Jul 12 06:31:34.458 INFO kablam! error: aborting due to 18 previous errors Jul 12 06:31:34.458 INFO kablam! Jul 12 06:31:34.459 INFO kablam! Some errors occurred: E0061, E0277, E0308, E0425, E0432, E0433, E0599, E0624. Jul 12 06:31:34.459 INFO kablam! For more information about an error, try `rustc --explain E0061`. Jul 12 06:31:34.487 INFO kablam! error: Could not compile `peg`. Jul 12 06:31:34.488 INFO kablam! Jul 12 06:31:34.488 INFO kablam! To learn more, run the command again with --verbose. Jul 12 06:31:34.494 INFO kablam! su: No module specific data is present Jul 12 06:31:36.007 INFO running `"docker" "rm" "-f" "d1663270ea8edbfe9d1c60bf55bce96115342a4e56e876da361f427ccc7e4cd4"` Jul 12 06:31:36.174 INFO blam! d1663270ea8edbfe9d1c60bf55bce96115342a4e56e876da361f427ccc7e4cd4