Sep 20 03:31:43.565 INFO checking finite-fields-0.10.3 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 03:31:43.565 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 03:31:43.565 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:31:43.780 INFO blam! 165f9303facaa5be54cce730b384a526748d82aee0119f7037ced15fcf9fb97d Sep 20 03:31:43.782 INFO running `"docker" "start" "-a" "165f9303facaa5be54cce730b384a526748d82aee0119f7037ced15fcf9fb97d"` Sep 20 03:31:44.937 INFO kablam! usermod: no changes Sep 20 03:31:44.970 INFO kablam! Compiling error_def v0.3.16 Sep 20 03:31:46.738 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 03:31:46.738 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:9:13 Sep 20 03:31:46.738 INFO kablam! | Sep 20 03:31:46.738 INFO kablam! 9 | use syntax::codemap::{Span, DUMMY_SP, dummy_spanned}; Sep 20 03:31:46.738 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 03:31:46.738 INFO kablam! Sep 20 03:31:46.738 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 03:31:46.738 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:15:19 Sep 20 03:31:46.738 INFO kablam! | Sep 20 03:31:46.738 INFO kablam! 15 | use syntax::util::small_vector::SmallVector; Sep 20 03:31:46.738 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 20 03:31:46.738 INFO kablam! Sep 20 03:31:46.874 INFO kablam! error[E0624]: method `check` is private Sep 20 03:31:46.874 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:49:38 Sep 20 03:31:46.874 INFO kablam! | Sep 20 03:31:46.874 INFO kablam! 49 | let variant_name = if parser.check(&Token::Eof) { Sep 20 03:31:46.874 INFO kablam! | ^^^^^ Sep 20 03:31:46.874 INFO kablam! Sep 20 03:31:46.878 INFO kablam! error[E0624]: method `parse_outer_attributes` is private Sep 20 03:31:46.878 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:73:46 Sep 20 03:31:46.878 INFO kablam! | Sep 20 03:31:46.878 INFO kablam! 73 | let mut attrs = match parser.parse_outer_attributes() { Sep 20 03:31:46.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:31:46.878 INFO kablam! Sep 20 03:31:46.882 INFO kablam! error[E0624]: method `parse_single_struct_field` is private Sep 20 03:31:46.882 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:112:39 Sep 20 03:31:46.882 INFO kablam! | Sep 20 03:31:46.882 INFO kablam! 112 | let sf = match parser.parse_single_struct_field(DUMMY_SP, Sep 20 03:31:46.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:31:46.882 INFO kablam! Sep 20 03:31:46.898 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 20 03:31:46.898 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:113:65 Sep 20 03:31:46.898 INFO kablam! | Sep 20 03:31:46.898 INFO kablam! 113 | Visibility::Inherited, Sep 20 03:31:46.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 20 03:31:46.898 INFO kablam! Sep 20 03:31:46.914 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 20 03:31:46.914 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:140:26 Sep 20 03:31:46.914 INFO kablam! | Sep 20 03:31:46.914 INFO kablam! 140 | match parser.expect_one_of(&[Token::FatArrow, Token::OpenDelim(DelimToken::Brace)], &[]) { Sep 20 03:31:46.914 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:31:46.914 INFO kablam! Sep 20 03:31:46.923 INFO kablam! error[E0560]: struct `syntax::ast::Variant_` has no field named `name` Sep 20 03:31:46.923 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:202:17 Sep 20 03:31:46.923 INFO kablam! | Sep 20 03:31:46.923 INFO kablam! 202 | name: variant_name, Sep 20 03:31:46.923 INFO kablam! | ^^^^ `syntax::ast::Variant_` does not have this field Sep 20 03:31:46.923 INFO kablam! | Sep 20 03:31:46.923 INFO kablam! = note: available fields are: `ident`, `attrs`, `data`, `disr_expr` Sep 20 03:31:46.923 INFO kablam! Sep 20 03:31:46.927 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 20 03:31:46.927 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:215:36 Sep 20 03:31:46.927 INFO kablam! | Sep 20 03:31:46.927 INFO kablam! 215 | if let Err(mut e) = parser.expect_one_of(&[Token::Comma], &[Token::Eof]) { Sep 20 03:31:46.927 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:31:46.927 INFO kablam! Sep 20 03:31:46.954 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 20 03:31:46.954 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:286:13 Sep 20 03:31:46.954 INFO kablam! | Sep 20 03:31:46.954 INFO kablam! 286 | ref name, Sep 20 03:31:46.954 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 20 03:31:46.954 INFO kablam! Sep 20 03:31:47.006 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 20 03:31:47.006 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:347:13 Sep 20 03:31:47.006 INFO kablam! | Sep 20 03:31:47.006 INFO kablam! 347 | ref name, Sep 20 03:31:47.006 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 20 03:31:47.006 INFO kablam! Sep 20 03:31:47.046 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 20 03:31:47.046 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:413:13 Sep 20 03:31:47.046 INFO kablam! | Sep 20 03:31:47.046 INFO kablam! 413 | ref name, Sep 20 03:31:47.046 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 20 03:31:47.046 INFO kablam! Sep 20 03:31:47.054 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 20 03:31:47.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:444:13 Sep 20 03:31:47.054 INFO kablam! | Sep 20 03:31:47.054 INFO kablam! 444 | ref name, Sep 20 03:31:47.054 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 20 03:31:47.054 INFO kablam! Sep 20 03:31:47.090 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 20 03:31:47.090 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:504:13 Sep 20 03:31:47.090 INFO kablam! | Sep 20 03:31:47.090 INFO kablam! 504 | ref name, Sep 20 03:31:47.090 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 20 03:31:47.090 INFO kablam! Sep 20 03:31:47.116 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 20 03:31:47.116 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:244:17 Sep 20 03:31:47.116 INFO kablam! | Sep 20 03:31:47.116 INFO kablam! 244 | ref name, Sep 20 03:31:47.116 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 20 03:31:47.116 INFO kablam! Sep 20 03:31:47.133 INFO kablam! error: aborting due to 15 previous errors Sep 20 03:31:47.133 INFO kablam! Sep 20 03:31:47.133 INFO kablam! Some errors occurred: E0026, E0432, E0560, E0599, E0624. Sep 20 03:31:47.134 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 20 03:31:47.150 INFO kablam! error: Could not compile `error_def`. Sep 20 03:31:47.150 INFO kablam! Sep 20 03:31:47.150 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:31:47.151 INFO kablam! su: No module specific data is present Sep 20 03:31:48.403 INFO running `"docker" "rm" "-f" "165f9303facaa5be54cce730b384a526748d82aee0119f7037ced15fcf9fb97d"` Sep 20 03:31:48.494 INFO blam! 165f9303facaa5be54cce730b384a526748d82aee0119f7037ced15fcf9fb97d