Sep 14 16:34:00.880 INFO checking finite-fields-0.10.3 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 16:34:00.880 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 16:34:00.881 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:34:01.032 INFO blam! ce6770fd8547f7d60fc02fb784312ad17f79b010c6e6229b142442cac6f7e7e9 Sep 14 16:34:01.033 INFO running `"docker" "start" "-a" "ce6770fd8547f7d60fc02fb784312ad17f79b010c6e6229b142442cac6f7e7e9"` Sep 14 16:34:02.088 INFO kablam! usermod: no changes Sep 14 16:34:02.126 INFO kablam! Compiling error_def v0.3.16 Sep 14 16:34:04.075 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 16:34:04.075 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:9:13 Sep 14 16:34:04.075 INFO kablam! | Sep 14 16:34:04.075 INFO kablam! 9 | use syntax::codemap::{Span, DUMMY_SP, dummy_spanned}; Sep 14 16:34:04.075 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 16:34:04.075 INFO kablam! Sep 14 16:34:04.075 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 16:34:04.075 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:15:19 Sep 14 16:34:04.075 INFO kablam! | Sep 14 16:34:04.075 INFO kablam! 15 | use syntax::util::small_vector::SmallVector; Sep 14 16:34:04.075 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 16:34:04.075 INFO kablam! Sep 14 16:34:04.198 INFO kablam! error[E0624]: method `check` is private Sep 14 16:34:04.198 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:49:38 Sep 14 16:34:04.198 INFO kablam! | Sep 14 16:34:04.198 INFO kablam! 49 | let variant_name = if parser.check(&Token::Eof) { Sep 14 16:34:04.198 INFO kablam! | ^^^^^ Sep 14 16:34:04.198 INFO kablam! Sep 14 16:34:04.201 INFO kablam! error[E0624]: method `parse_outer_attributes` is private Sep 14 16:34:04.201 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:73:46 Sep 14 16:34:04.201 INFO kablam! | Sep 14 16:34:04.201 INFO kablam! 73 | let mut attrs = match parser.parse_outer_attributes() { Sep 14 16:34:04.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:34:04.201 INFO kablam! Sep 14 16:34:04.207 INFO kablam! error[E0624]: method `parse_single_struct_field` is private Sep 14 16:34:04.207 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:112:39 Sep 14 16:34:04.207 INFO kablam! | Sep 14 16:34:04.207 INFO kablam! 112 | let sf = match parser.parse_single_struct_field(DUMMY_SP, Sep 14 16:34:04.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:34:04.207 INFO kablam! Sep 14 16:34:04.223 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 14 16:34:04.223 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:113:65 Sep 14 16:34:04.223 INFO kablam! | Sep 14 16:34:04.223 INFO kablam! 113 | Visibility::Inherited, Sep 14 16:34:04.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 14 16:34:04.223 INFO kablam! Sep 14 16:34:04.239 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 14 16:34:04.239 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:140:26 Sep 14 16:34:04.239 INFO kablam! | Sep 14 16:34:04.239 INFO kablam! 140 | match parser.expect_one_of(&[Token::FatArrow, Token::OpenDelim(DelimToken::Brace)], &[]) { Sep 14 16:34:04.239 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 16:34:04.239 INFO kablam! Sep 14 16:34:04.247 INFO kablam! error[E0560]: struct `syntax::ast::Variant_` has no field named `name` Sep 14 16:34:04.247 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:202:17 Sep 14 16:34:04.247 INFO kablam! | Sep 14 16:34:04.247 INFO kablam! 202 | name: variant_name, Sep 14 16:34:04.247 INFO kablam! | ^^^^ `syntax::ast::Variant_` does not have this field Sep 14 16:34:04.247 INFO kablam! | Sep 14 16:34:04.247 INFO kablam! = note: available fields are: `ident`, `attrs`, `data`, `disr_expr` Sep 14 16:34:04.247 INFO kablam! Sep 14 16:34:04.251 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 14 16:34:04.251 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:215:36 Sep 14 16:34:04.251 INFO kablam! | Sep 14 16:34:04.251 INFO kablam! 215 | if let Err(mut e) = parser.expect_one_of(&[Token::Comma], &[Token::Eof]) { Sep 14 16:34:04.251 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 16:34:04.251 INFO kablam! Sep 14 16:34:04.283 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 14 16:34:04.283 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:286:13 Sep 14 16:34:04.283 INFO kablam! | Sep 14 16:34:04.283 INFO kablam! 286 | ref name, Sep 14 16:34:04.283 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 14 16:34:04.283 INFO kablam! Sep 14 16:34:04.319 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 14 16:34:04.319 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:347:13 Sep 14 16:34:04.319 INFO kablam! | Sep 14 16:34:04.319 INFO kablam! 347 | ref name, Sep 14 16:34:04.319 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 14 16:34:04.319 INFO kablam! Sep 14 16:34:04.356 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 14 16:34:04.356 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:413:13 Sep 14 16:34:04.357 INFO kablam! | Sep 14 16:34:04.357 INFO kablam! 413 | ref name, Sep 14 16:34:04.357 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 14 16:34:04.357 INFO kablam! Sep 14 16:34:04.368 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 14 16:34:04.368 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:444:13 Sep 14 16:34:04.368 INFO kablam! | Sep 14 16:34:04.368 INFO kablam! 444 | ref name, Sep 14 16:34:04.368 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 14 16:34:04.368 INFO kablam! Sep 14 16:34:04.406 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 14 16:34:04.406 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:504:13 Sep 14 16:34:04.406 INFO kablam! | Sep 14 16:34:04.406 INFO kablam! 504 | ref name, Sep 14 16:34:04.406 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 14 16:34:04.406 INFO kablam! Sep 14 16:34:04.427 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 14 16:34:04.427 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:244:17 Sep 14 16:34:04.427 INFO kablam! | Sep 14 16:34:04.427 INFO kablam! 244 | ref name, Sep 14 16:34:04.427 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 14 16:34:04.427 INFO kablam! Sep 14 16:34:04.444 INFO kablam! error: aborting due to 15 previous errors Sep 14 16:34:04.444 INFO kablam! Sep 14 16:34:04.444 INFO kablam! Some errors occurred: E0026, E0432, E0560, E0599, E0624. Sep 14 16:34:04.444 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 14 16:34:04.460 INFO kablam! error: Could not compile `error_def`. Sep 14 16:34:04.460 INFO kablam! Sep 14 16:34:04.460 INFO kablam! To learn more, run the command again with --verbose. Sep 14 16:34:04.461 INFO kablam! su: No module specific data is present Sep 14 16:34:05.297 INFO running `"docker" "rm" "-f" "ce6770fd8547f7d60fc02fb784312ad17f79b010c6e6229b142442cac6f7e7e9"` Sep 14 16:34:05.418 INFO blam! ce6770fd8547f7d60fc02fb784312ad17f79b010c6e6229b142442cac6f7e7e9