Sep 04 17:44:14.617 INFO checking finite-fields-0.10.3 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 17:44:14.618 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 17:44:14.618 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:44:14.771 INFO blam! 57c02045213ba9bf99d0cc43491a762af5fcdbb8160353f2870eeb0257ee0bfe Sep 04 17:44:14.772 INFO running `"docker" "start" "-a" "57c02045213ba9bf99d0cc43491a762af5fcdbb8160353f2870eeb0257ee0bfe"` Sep 04 17:44:15.328 INFO kablam! Compiling error_def v0.3.16 Sep 04 17:44:18.421 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 17:44:18.422 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:9:13 Sep 04 17:44:18.422 INFO kablam! | Sep 04 17:44:18.422 INFO kablam! 9 | use syntax::codemap::{Span, DUMMY_SP, dummy_spanned}; Sep 04 17:44:18.422 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 17:44:18.422 INFO kablam! Sep 04 17:44:18.422 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 17:44:18.422 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:15:19 Sep 04 17:44:18.422 INFO kablam! | Sep 04 17:44:18.422 INFO kablam! 15 | use syntax::util::small_vector::SmallVector; Sep 04 17:44:18.422 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 17:44:18.422 INFO kablam! Sep 04 17:44:18.543 INFO kablam! error[E0624]: method `check` is private Sep 04 17:44:18.543 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:49:38 Sep 04 17:44:18.543 INFO kablam! | Sep 04 17:44:18.543 INFO kablam! 49 | let variant_name = if parser.check(&Token::Eof) { Sep 04 17:44:18.543 INFO kablam! | ^^^^^ Sep 04 17:44:18.544 INFO kablam! Sep 04 17:44:18.548 INFO kablam! error[E0624]: method `parse_outer_attributes` is private Sep 04 17:44:18.548 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:73:46 Sep 04 17:44:18.548 INFO kablam! | Sep 04 17:44:18.548 INFO kablam! 73 | let mut attrs = match parser.parse_outer_attributes() { Sep 04 17:44:18.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:44:18.548 INFO kablam! Sep 04 17:44:18.553 INFO kablam! error[E0624]: method `parse_single_struct_field` is private Sep 04 17:44:18.553 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:112:39 Sep 04 17:44:18.553 INFO kablam! | Sep 04 17:44:18.553 INFO kablam! 112 | let sf = match parser.parse_single_struct_field(DUMMY_SP, Sep 04 17:44:18.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 17:44:18.553 INFO kablam! Sep 04 17:44:18.566 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 04 17:44:18.566 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:113:65 Sep 04 17:44:18.566 INFO kablam! | Sep 04 17:44:18.566 INFO kablam! 113 | Visibility::Inherited, Sep 04 17:44:18.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 04 17:44:18.566 INFO kablam! Sep 04 17:44:18.586 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 04 17:44:18.586 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:140:26 Sep 04 17:44:18.586 INFO kablam! | Sep 04 17:44:18.586 INFO kablam! 140 | match parser.expect_one_of(&[Token::FatArrow, Token::OpenDelim(DelimToken::Brace)], &[]) { Sep 04 17:44:18.587 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 17:44:18.587 INFO kablam! Sep 04 17:44:18.599 INFO kablam! error[E0560]: struct `syntax::ast::Variant_` has no field named `name` Sep 04 17:44:18.599 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:202:17 Sep 04 17:44:18.599 INFO kablam! | Sep 04 17:44:18.599 INFO kablam! 202 | name: variant_name, Sep 04 17:44:18.599 INFO kablam! | ^^^^ `syntax::ast::Variant_` does not have this field Sep 04 17:44:18.599 INFO kablam! | Sep 04 17:44:18.599 INFO kablam! = note: available fields are: `ident`, `attrs`, `data`, `disr_expr` Sep 04 17:44:18.599 INFO kablam! Sep 04 17:44:18.604 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 04 17:44:18.604 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:215:36 Sep 04 17:44:18.604 INFO kablam! | Sep 04 17:44:18.604 INFO kablam! 215 | if let Err(mut e) = parser.expect_one_of(&[Token::Comma], &[Token::Eof]) { Sep 04 17:44:18.604 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 17:44:18.604 INFO kablam! Sep 04 17:44:18.638 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 04 17:44:18.638 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:286:13 Sep 04 17:44:18.639 INFO kablam! | Sep 04 17:44:18.639 INFO kablam! 286 | ref name, Sep 04 17:44:18.639 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 04 17:44:18.639 INFO kablam! Sep 04 17:44:18.689 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 04 17:44:18.689 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:347:13 Sep 04 17:44:18.690 INFO kablam! | Sep 04 17:44:18.690 INFO kablam! 347 | ref name, Sep 04 17:44:18.690 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 04 17:44:18.690 INFO kablam! Sep 04 17:44:18.740 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 04 17:44:18.740 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:413:13 Sep 04 17:44:18.740 INFO kablam! | Sep 04 17:44:18.740 INFO kablam! 413 | ref name, Sep 04 17:44:18.740 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 04 17:44:18.740 INFO kablam! Sep 04 17:44:18.751 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 04 17:44:18.751 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:444:13 Sep 04 17:44:18.751 INFO kablam! | Sep 04 17:44:18.751 INFO kablam! 444 | ref name, Sep 04 17:44:18.751 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 04 17:44:18.751 INFO kablam! Sep 04 17:44:18.792 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 04 17:44:18.792 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:504:13 Sep 04 17:44:18.792 INFO kablam! | Sep 04 17:44:18.792 INFO kablam! 504 | ref name, Sep 04 17:44:18.792 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 04 17:44:18.793 INFO kablam! Sep 04 17:44:18.824 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 04 17:44:18.824 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:244:17 Sep 04 17:44:18.824 INFO kablam! | Sep 04 17:44:18.824 INFO kablam! 244 | ref name, Sep 04 17:44:18.824 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 04 17:44:18.824 INFO kablam! Sep 04 17:44:18.839 INFO kablam! error: aborting due to 15 previous errors Sep 04 17:44:18.839 INFO kablam! Sep 04 17:44:18.839 INFO kablam! Some errors occurred: E0026, E0432, E0560, E0599, E0624. Sep 04 17:44:18.839 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 04 17:44:18.853 INFO kablam! error: Could not compile `error_def`. Sep 04 17:44:18.854 INFO kablam! Sep 04 17:44:18.854 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:44:18.855 INFO kablam! su: No module specific data is present Sep 04 17:44:19.315 INFO running `"docker" "rm" "-f" "57c02045213ba9bf99d0cc43491a762af5fcdbb8160353f2870eeb0257ee0bfe"` Sep 04 17:44:19.407 INFO blam! 57c02045213ba9bf99d0cc43491a762af5fcdbb8160353f2870eeb0257ee0bfe