Sep 03 23:51:04.980 INFO checking turbo-0.4.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 23:51:04.980 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 23:51:04.980 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/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 03 23:51:05.231 INFO blam! 9235c502b31bd826f69184658a754526ccc9e7063d605176c6b457d738b8b828 Sep 03 23:51:05.232 INFO running `"docker" "start" "-a" "9235c502b31bd826f69184658a754526ccc9e7063d605176c6b457d738b8b828"` Sep 03 23:51:06.123 INFO kablam! Compiling error_def v0.3.16 Sep 03 23:51:08.451 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 23:51:08.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:9:13 Sep 03 23:51:08.452 INFO kablam! | Sep 03 23:51:08.452 INFO kablam! 9 | use syntax::codemap::{Span, DUMMY_SP, dummy_spanned}; Sep 03 23:51:08.452 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 03 23:51:08.452 INFO kablam! Sep 03 23:51:08.452 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 03 23:51:08.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:15:19 Sep 03 23:51:08.452 INFO kablam! | Sep 03 23:51:08.452 INFO kablam! 15 | use syntax::util::small_vector::SmallVector; Sep 03 23:51:08.452 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 03 23:51:08.452 INFO kablam! Sep 03 23:51:08.668 INFO kablam! error[E0624]: method `check` is private Sep 03 23:51:08.668 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:49:38 Sep 03 23:51:08.668 INFO kablam! | Sep 03 23:51:08.668 INFO kablam! 49 | let variant_name = if parser.check(&Token::Eof) { Sep 03 23:51:08.669 INFO kablam! | ^^^^^ Sep 03 23:51:08.669 INFO kablam! Sep 03 23:51:08.678 INFO kablam! error[E0624]: method `parse_outer_attributes` is private Sep 03 23:51:08.678 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:73:46 Sep 03 23:51:08.678 INFO kablam! | Sep 03 23:51:08.678 INFO kablam! 73 | let mut attrs = match parser.parse_outer_attributes() { Sep 03 23:51:08.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:51:08.679 INFO kablam! Sep 03 23:51:08.687 INFO kablam! error[E0624]: method `parse_single_struct_field` is private Sep 03 23:51:08.687 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:112:39 Sep 03 23:51:08.687 INFO kablam! | Sep 03 23:51:08.687 INFO kablam! 112 | let sf = match parser.parse_single_struct_field(DUMMY_SP, Sep 03 23:51:08.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:51:08.688 INFO kablam! Sep 03 23:51:08.710 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 03 23:51:08.710 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:113:65 Sep 03 23:51:08.710 INFO kablam! | Sep 03 23:51:08.710 INFO kablam! 113 | Visibility::Inherited, Sep 03 23:51:08.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 03 23:51:08.711 INFO kablam! Sep 03 23:51:08.748 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 03 23:51:08.748 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:140:26 Sep 03 23:51:08.748 INFO kablam! | Sep 03 23:51:08.748 INFO kablam! 140 | match parser.expect_one_of(&[Token::FatArrow, Token::OpenDelim(DelimToken::Brace)], &[]) { Sep 03 23:51:08.748 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 23:51:08.749 INFO kablam! Sep 03 23:51:08.768 INFO kablam! error[E0560]: struct `syntax::ast::Variant_` has no field named `name` Sep 03 23:51:08.768 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:202:17 Sep 03 23:51:08.769 INFO kablam! | Sep 03 23:51:08.769 INFO kablam! 202 | name: variant_name, Sep 03 23:51:08.769 INFO kablam! | ^^^^ `syntax::ast::Variant_` does not have this field Sep 03 23:51:08.769 INFO kablam! | Sep 03 23:51:08.769 INFO kablam! = note: available fields are: `ident`, `attrs`, `data`, `disr_expr` Sep 03 23:51:08.769 INFO kablam! Sep 03 23:51:08.774 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 03 23:51:08.774 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:215:36 Sep 03 23:51:08.774 INFO kablam! | Sep 03 23:51:08.774 INFO kablam! 215 | if let Err(mut e) = parser.expect_one_of(&[Token::Comma], &[Token::Eof]) { Sep 03 23:51:08.774 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 23:51:08.774 INFO kablam! Sep 03 23:51:08.842 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 03 23:51:08.842 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:286:13 Sep 03 23:51:08.842 INFO kablam! | Sep 03 23:51:08.842 INFO kablam! 286 | ref name, Sep 03 23:51:08.842 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 03 23:51:08.842 INFO kablam! Sep 03 23:51:08.931 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 03 23:51:08.931 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:347:13 Sep 03 23:51:08.931 INFO kablam! | Sep 03 23:51:08.931 INFO kablam! 347 | ref name, Sep 03 23:51:08.931 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 03 23:51:08.932 INFO kablam! Sep 03 23:51:09.022 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 03 23:51:09.022 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:413:13 Sep 03 23:51:09.022 INFO kablam! | Sep 03 23:51:09.022 INFO kablam! 413 | ref name, Sep 03 23:51:09.022 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 03 23:51:09.022 INFO kablam! Sep 03 23:51:09.042 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 03 23:51:09.042 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:444:13 Sep 03 23:51:09.042 INFO kablam! | Sep 03 23:51:09.042 INFO kablam! 444 | ref name, Sep 03 23:51:09.042 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 03 23:51:09.042 INFO kablam! Sep 03 23:51:09.114 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 03 23:51:09.114 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:504:13 Sep 03 23:51:09.114 INFO kablam! | Sep 03 23:51:09.114 INFO kablam! 504 | ref name, Sep 03 23:51:09.114 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 03 23:51:09.114 INFO kablam! Sep 03 23:51:09.170 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 03 23:51:09.170 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:244:17 Sep 03 23:51:09.170 INFO kablam! | Sep 03 23:51:09.170 INFO kablam! 244 | ref name, Sep 03 23:51:09.170 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 03 23:51:09.170 INFO kablam! Sep 03 23:51:09.196 INFO kablam! error: aborting due to 15 previous errors Sep 03 23:51:09.196 INFO kablam! Sep 03 23:51:09.196 INFO kablam! Some errors occurred: E0026, E0432, E0560, E0599, E0624. Sep 03 23:51:09.196 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 03 23:51:09.218 INFO kablam! error: Could not compile `error_def`. Sep 03 23:51:09.218 INFO kablam! Sep 03 23:51:09.218 INFO kablam! To learn more, run the command again with --verbose. Sep 03 23:51:09.220 INFO kablam! su: No module specific data is present Sep 03 23:51:09.679 INFO running `"docker" "rm" "-f" "9235c502b31bd826f69184658a754526ccc9e7063d605176c6b457d738b8b828"` Sep 03 23:51:09.772 INFO blam! 9235c502b31bd826f69184658a754526ccc9e7063d605176c6b457d738b8b828