Jul 11 18:50:30.233 INFO checking turbo-0.4.2 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 18:50:30.234 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 18:50:30.234 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 18:50:30.234 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 18:50:30.506 INFO blam! c290d86633a9d14f3264e49c56352be717cb747cd910182efd04537ba7974e6e Jul 11 18:50:30.508 INFO running `"docker" "start" "-a" "c290d86633a9d14f3264e49c56352be717cb747cd910182efd04537ba7974e6e"` Jul 11 18:50:31.594 INFO kablam! Compiling error_def v0.3.16 Jul 11 18:50:31.594 INFO kablam! Compiling newtype_derive v0.1.6 Jul 11 18:50:34.329 INFO kablam! error[E0624]: method `check` is private Jul 11 18:50:34.330 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:49:38 Jul 11 18:50:34.330 INFO kablam! | Jul 11 18:50:34.330 INFO kablam! 49 | let variant_name = if parser.check(&Token::Eof) { Jul 11 18:50:34.330 INFO kablam! | ^^^^^ Jul 11 18:50:34.330 INFO kablam! Jul 11 18:50:34.340 INFO kablam! error[E0624]: method `parse_outer_attributes` is private Jul 11 18:50:34.340 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:73:46 Jul 11 18:50:34.340 INFO kablam! | Jul 11 18:50:34.340 INFO kablam! 73 | let mut attrs = match parser.parse_outer_attributes() { Jul 11 18:50:34.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 18:50:34.341 INFO kablam! Jul 11 18:50:34.349 INFO kablam! error[E0624]: method `parse_single_struct_field` is private Jul 11 18:50:34.349 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:112:39 Jul 11 18:50:34.349 INFO kablam! | Jul 11 18:50:34.349 INFO kablam! 112 | let sf = match parser.parse_single_struct_field(DUMMY_SP, Jul 11 18:50:34.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 11 18:50:34.349 INFO kablam! Jul 11 18:50:34.378 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned` in the current scope Jul 11 18:50:34.378 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:113:65 Jul 11 18:50:34.378 INFO kablam! | Jul 11 18:50:34.378 INFO kablam! 113 | Visibility::Inherited, Jul 11 18:50:34.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 11 18:50:34.378 INFO kablam! Jul 11 18:50:34.419 INFO kablam! error[E0624]: method `expect_one_of` is private Jul 11 18:50:34.419 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:140:26 Jul 11 18:50:34.419 INFO kablam! | Jul 11 18:50:34.419 INFO kablam! 140 | match parser.expect_one_of(&[Token::FatArrow, Token::OpenDelim(DelimToken::Brace)], &[]) { Jul 11 18:50:34.419 INFO kablam! | ^^^^^^^^^^^^^ Jul 11 18:50:34.419 INFO kablam! Jul 11 18:50:34.446 INFO kablam! error[E0560]: struct `syntax::ast::Variant_` has no field named `name` Jul 11 18:50:34.446 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:202:17 Jul 11 18:50:34.446 INFO kablam! | Jul 11 18:50:34.446 INFO kablam! 202 | name: variant_name, Jul 11 18:50:34.446 INFO kablam! | ^^^^ `syntax::ast::Variant_` does not have this field Jul 11 18:50:34.446 INFO kablam! | Jul 11 18:50:34.446 INFO kablam! = note: available fields are: `ident`, `attrs`, `data`, `disr_expr` Jul 11 18:50:34.446 INFO kablam! Jul 11 18:50:34.450 INFO kablam! error[E0624]: method `expect_one_of` is private Jul 11 18:50:34.450 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:215:36 Jul 11 18:50:34.450 INFO kablam! | Jul 11 18:50:34.450 INFO kablam! 215 | if let Err(mut e) = parser.expect_one_of(&[Token::Comma], &[Token::Eof]) { Jul 11 18:50:34.450 INFO kablam! | ^^^^^^^^^^^^^ Jul 11 18:50:34.450 INFO kablam! Jul 11 18:50:34.502 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Jul 11 18:50:34.502 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:286:13 Jul 11 18:50:34.502 INFO kablam! | Jul 11 18:50:34.502 INFO kablam! 286 | ref name, Jul 11 18:50:34.502 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Jul 11 18:50:34.502 INFO kablam! Jul 11 18:50:34.600 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Jul 11 18:50:34.600 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:347:13 Jul 11 18:50:34.600 INFO kablam! | Jul 11 18:50:34.600 INFO kablam! 347 | ref name, Jul 11 18:50:34.600 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Jul 11 18:50:34.600 INFO kablam! Jul 11 18:50:34.689 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Jul 11 18:50:34.689 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:413:13 Jul 11 18:50:34.689 INFO kablam! | Jul 11 18:50:34.689 INFO kablam! 413 | ref name, Jul 11 18:50:34.689 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Jul 11 18:50:34.689 INFO kablam! Jul 11 18:50:34.709 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Jul 11 18:50:34.709 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:444:13 Jul 11 18:50:34.709 INFO kablam! | Jul 11 18:50:34.709 INFO kablam! 444 | ref name, Jul 11 18:50:34.709 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Jul 11 18:50:34.709 INFO kablam! Jul 11 18:50:34.780 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Jul 11 18:50:34.780 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:504:13 Jul 11 18:50:34.780 INFO kablam! | Jul 11 18:50:34.780 INFO kablam! 504 | ref name, Jul 11 18:50:34.780 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Jul 11 18:50:34.780 INFO kablam! Jul 11 18:50:34.829 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Jul 11 18:50:34.829 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:244:17 Jul 11 18:50:34.829 INFO kablam! | Jul 11 18:50:34.829 INFO kablam! 244 | ref name, Jul 11 18:50:34.829 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Jul 11 18:50:34.829 INFO kablam! Jul 11 18:50:34.856 INFO kablam! error: aborting due to 13 previous errors Jul 11 18:50:34.856 INFO kablam! Jul 11 18:50:34.856 INFO kablam! Some errors occurred: E0026, E0560, E0599, E0624. Jul 11 18:50:34.856 INFO kablam! For more information about an error, try `rustc --explain E0026`. Jul 11 18:50:34.897 INFO kablam! error: Could not compile `error_def`. Jul 11 18:50:34.897 INFO kablam! Jul 11 18:50:34.898 INFO kablam! To learn more, run the command again with --verbose. Jul 11 18:50:34.900 INFO kablam! su: No module specific data is present Jul 11 18:50:35.484 INFO running `"docker" "rm" "-f" "c290d86633a9d14f3264e49c56352be717cb747cd910182efd04537ba7974e6e"` Jul 11 18:50:35.651 INFO blam! c290d86633a9d14f3264e49c56352be717cb747cd910182efd04537ba7974e6e