Sep 01 03:22:49.696 INFO checking turbo-0.4.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 03:22:49.696 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 03:22:49.696 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/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 03:22:49.871 INFO blam! 7b14e041a7317c28988a948cc14f3ade073233c50c52e441d3e420ab5390d56d Sep 01 03:22:49.873 INFO running `"docker" "start" "-a" "7b14e041a7317c28988a948cc14f3ade073233c50c52e441d3e420ab5390d56d"` Sep 01 03:22:50.586 INFO kablam! Compiling error_def v0.3.16 Sep 01 03:22:50.589 INFO kablam! Checking daggy v0.4.1 Sep 01 03:22:52.329 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 03:22:52.329 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:9:13 Sep 01 03:22:52.329 INFO kablam! | Sep 01 03:22:52.329 INFO kablam! 9 | use syntax::codemap::{Span, DUMMY_SP, dummy_spanned}; Sep 01 03:22:52.329 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 03:22:52.329 INFO kablam! Sep 01 03:22:52.329 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 03:22:52.329 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:15:19 Sep 01 03:22:52.329 INFO kablam! | Sep 01 03:22:52.329 INFO kablam! 15 | use syntax::util::small_vector::SmallVector; Sep 01 03:22:52.329 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 03:22:52.329 INFO kablam! Sep 01 03:22:52.499 INFO kablam! error[E0624]: method `check` is private Sep 01 03:22:52.499 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:49:38 Sep 01 03:22:52.499 INFO kablam! | Sep 01 03:22:52.499 INFO kablam! 49 | let variant_name = if parser.check(&Token::Eof) { Sep 01 03:22:52.499 INFO kablam! | ^^^^^ Sep 01 03:22:52.499 INFO kablam! Sep 01 03:22:52.506 INFO kablam! error[E0624]: method `parse_outer_attributes` is private Sep 01 03:22:52.506 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:73:46 Sep 01 03:22:52.506 INFO kablam! | Sep 01 03:22:52.506 INFO kablam! 73 | let mut attrs = match parser.parse_outer_attributes() { Sep 01 03:22:52.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:22:52.506 INFO kablam! Sep 01 03:22:52.513 INFO kablam! error[E0624]: method `parse_single_struct_field` is private Sep 01 03:22:52.513 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:112:39 Sep 01 03:22:52.513 INFO kablam! | Sep 01 03:22:52.513 INFO kablam! 112 | let sf = match parser.parse_single_struct_field(DUMMY_SP, Sep 01 03:22:52.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 03:22:52.513 INFO kablam! Sep 01 03:22:52.537 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 01 03:22:52.537 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:113:65 Sep 01 03:22:52.537 INFO kablam! | Sep 01 03:22:52.537 INFO kablam! 113 | Visibility::Inherited, Sep 01 03:22:52.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 01 03:22:52.537 INFO kablam! Sep 01 03:22:52.568 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 01 03:22:52.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:140:26 Sep 01 03:22:52.568 INFO kablam! | Sep 01 03:22:52.568 INFO kablam! 140 | match parser.expect_one_of(&[Token::FatArrow, Token::OpenDelim(DelimToken::Brace)], &[]) { Sep 01 03:22:52.568 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 03:22:52.568 INFO kablam! Sep 01 03:22:52.590 INFO kablam! error[E0560]: struct `syntax::ast::Variant_` has no field named `name` Sep 01 03:22:52.590 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:202:17 Sep 01 03:22:52.590 INFO kablam! | Sep 01 03:22:52.590 INFO kablam! 202 | name: variant_name, Sep 01 03:22:52.590 INFO kablam! | ^^^^ `syntax::ast::Variant_` does not have this field Sep 01 03:22:52.590 INFO kablam! | Sep 01 03:22:52.590 INFO kablam! = note: available fields are: `ident`, `attrs`, `data`, `disr_expr` Sep 01 03:22:52.590 INFO kablam! Sep 01 03:22:52.596 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 01 03:22:52.596 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:215:36 Sep 01 03:22:52.597 INFO kablam! | Sep 01 03:22:52.597 INFO kablam! 215 | if let Err(mut e) = parser.expect_one_of(&[Token::Comma], &[Token::Eof]) { Sep 01 03:22:52.597 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 03:22:52.597 INFO kablam! Sep 01 03:22:52.650 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 01 03:22:52.650 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:286:13 Sep 01 03:22:52.650 INFO kablam! | Sep 01 03:22:52.650 INFO kablam! 286 | ref name, Sep 01 03:22:52.650 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 01 03:22:52.650 INFO kablam! Sep 01 03:22:52.725 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 01 03:22:52.725 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:347:13 Sep 01 03:22:52.725 INFO kablam! | Sep 01 03:22:52.725 INFO kablam! 347 | ref name, Sep 01 03:22:52.725 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 01 03:22:52.725 INFO kablam! Sep 01 03:22:52.799 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 01 03:22:52.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:413:13 Sep 01 03:22:52.800 INFO kablam! | Sep 01 03:22:52.800 INFO kablam! 413 | ref name, Sep 01 03:22:52.800 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 01 03:22:52.800 INFO kablam! Sep 01 03:22:52.816 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 01 03:22:52.816 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:444:13 Sep 01 03:22:52.816 INFO kablam! | Sep 01 03:22:52.816 INFO kablam! 444 | ref name, Sep 01 03:22:52.816 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 01 03:22:52.816 INFO kablam! Sep 01 03:22:52.890 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 01 03:22:52.890 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:504:13 Sep 01 03:22:52.890 INFO kablam! | Sep 01 03:22:52.890 INFO kablam! 504 | ref name, Sep 01 03:22:52.890 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 01 03:22:52.890 INFO kablam! Sep 01 03:22:52.939 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 01 03:22:52.939 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:244:17 Sep 01 03:22:52.939 INFO kablam! | Sep 01 03:22:52.939 INFO kablam! 244 | ref name, Sep 01 03:22:52.939 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 01 03:22:52.939 INFO kablam! Sep 01 03:22:52.963 INFO kablam! error: aborting due to 15 previous errors Sep 01 03:22:52.963 INFO kablam! Sep 01 03:22:52.963 INFO kablam! Some errors occurred: E0026, E0432, E0560, E0599, E0624. Sep 01 03:22:52.963 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 01 03:22:52.982 INFO kablam! error: Could not compile `error_def`. Sep 01 03:22:52.982 INFO kablam! Sep 01 03:22:52.982 INFO kablam! To learn more, run the command again with --verbose. Sep 01 03:22:52.983 INFO kablam! su: No module specific data is present Sep 01 03:22:53.488 INFO running `"docker" "rm" "-f" "7b14e041a7317c28988a948cc14f3ade073233c50c52e441d3e420ab5390d56d"` Sep 01 03:22:53.637 INFO blam! 7b14e041a7317c28988a948cc14f3ade073233c50c52e441d3e420ab5390d56d