Sep 19 18:36:11.110 INFO checking turbo-0.4.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 18:36:11.110 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 18:36:11.110 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/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 19 18:36:11.332 INFO blam! 91e4e0a5866bc1c2f1fed58754750dcd74558d76580a90be10c3a8d395e5028d Sep 19 18:36:11.334 INFO running `"docker" "start" "-a" "91e4e0a5866bc1c2f1fed58754750dcd74558d76580a90be10c3a8d395e5028d"` Sep 19 18:36:12.743 INFO kablam! usermod: no changes Sep 19 18:36:12.838 INFO kablam! Compiling error_def v0.3.16 Sep 19 18:36:12.838 INFO kablam! Checking petgraph v0.2.10 Sep 19 18:36:12.838 INFO kablam! Compiling newtype_derive v0.1.6 Sep 19 18:36:15.474 INFO kablam! Checking daggy v0.4.1 Sep 19 18:36:15.637 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 18:36:15.637 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:9:13 Sep 19 18:36:15.637 INFO kablam! | Sep 19 18:36:15.637 INFO kablam! 9 | use syntax::codemap::{Span, DUMMY_SP, dummy_spanned}; Sep 19 18:36:15.637 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 18:36:15.637 INFO kablam! Sep 19 18:36:15.637 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 18:36:15.637 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:15:19 Sep 19 18:36:15.637 INFO kablam! | Sep 19 18:36:15.637 INFO kablam! 15 | use syntax::util::small_vector::SmallVector; Sep 19 18:36:15.637 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 18:36:15.637 INFO kablam! Sep 19 18:36:15.868 INFO kablam! error[E0624]: method `check` is private Sep 19 18:36:15.869 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:49:38 Sep 19 18:36:15.869 INFO kablam! | Sep 19 18:36:15.870 INFO kablam! 49 | let variant_name = if parser.check(&Token::Eof) { Sep 19 18:36:15.870 INFO kablam! | ^^^^^ Sep 19 18:36:15.870 INFO kablam! Sep 19 18:36:15.874 INFO kablam! error[E0624]: method `parse_outer_attributes` is private Sep 19 18:36:15.874 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:73:46 Sep 19 18:36:15.875 INFO kablam! | Sep 19 18:36:15.875 INFO kablam! 73 | let mut attrs = match parser.parse_outer_attributes() { Sep 19 18:36:15.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:36:15.876 INFO kablam! Sep 19 18:36:15.884 INFO kablam! error[E0624]: method `parse_single_struct_field` is private Sep 19 18:36:15.885 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:112:39 Sep 19 18:36:15.885 INFO kablam! | Sep 19 18:36:15.886 INFO kablam! 112 | let sf = match parser.parse_single_struct_field(DUMMY_SP, Sep 19 18:36:15.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:36:15.886 INFO kablam! Sep 19 18:36:15.922 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 19 18:36:15.923 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:113:65 Sep 19 18:36:15.923 INFO kablam! | Sep 19 18:36:15.924 INFO kablam! 113 | Visibility::Inherited, Sep 19 18:36:15.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 19 18:36:15.924 INFO kablam! Sep 19 18:36:15.962 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 19 18:36:15.963 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:140:26 Sep 19 18:36:15.963 INFO kablam! | Sep 19 18:36:15.963 INFO kablam! 140 | match parser.expect_one_of(&[Token::FatArrow, Token::OpenDelim(DelimToken::Brace)], &[]) { Sep 19 18:36:15.964 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:36:15.964 INFO kablam! Sep 19 18:36:15.978 INFO kablam! error[E0560]: struct `syntax::ast::Variant_` has no field named `name` Sep 19 18:36:15.979 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:202:17 Sep 19 18:36:15.979 INFO kablam! | Sep 19 18:36:15.980 INFO kablam! 202 | name: variant_name, Sep 19 18:36:15.980 INFO kablam! | ^^^^ `syntax::ast::Variant_` does not have this field Sep 19 18:36:15.980 INFO kablam! | Sep 19 18:36:15.981 INFO kablam! = note: available fields are: `ident`, `attrs`, `data`, `disr_expr` Sep 19 18:36:15.981 INFO kablam! Sep 19 18:36:15.993 INFO kablam! error[E0624]: method `expect_one_of` is private Sep 19 18:36:15.993 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:215:36 Sep 19 18:36:15.994 INFO kablam! | Sep 19 18:36:15.994 INFO kablam! 215 | if let Err(mut e) = parser.expect_one_of(&[Token::Comma], &[Token::Eof]) { Sep 19 18:36:15.995 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:36:15.995 INFO kablam! Sep 19 18:36:16.058 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 19 18:36:16.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:286:13 Sep 19 18:36:16.058 INFO kablam! | Sep 19 18:36:16.058 INFO kablam! 286 | ref name, Sep 19 18:36:16.058 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 19 18:36:16.058 INFO kablam! Sep 19 18:36:16.154 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 19 18:36:16.154 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:347:13 Sep 19 18:36:16.154 INFO kablam! | Sep 19 18:36:16.154 INFO kablam! 347 | ref name, Sep 19 18:36:16.154 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 19 18:36:16.154 INFO kablam! Sep 19 18:36:16.254 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 19 18:36:16.254 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:413:13 Sep 19 18:36:16.254 INFO kablam! | Sep 19 18:36:16.254 INFO kablam! 413 | ref name, Sep 19 18:36:16.254 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 19 18:36:16.254 INFO kablam! Sep 19 18:36:16.282 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 19 18:36:16.282 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:444:13 Sep 19 18:36:16.282 INFO kablam! | Sep 19 18:36:16.282 INFO kablam! 444 | ref name, Sep 19 18:36:16.282 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 19 18:36:16.282 INFO kablam! Sep 19 18:36:16.358 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 19 18:36:16.358 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:504:13 Sep 19 18:36:16.358 INFO kablam! | Sep 19 18:36:16.358 INFO kablam! 504 | ref name, Sep 19 18:36:16.358 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 19 18:36:16.358 INFO kablam! Sep 19 18:36:16.414 INFO kablam! error[E0026]: struct `syntax::ast::Variant_` does not have a field named `name` Sep 19 18:36:16.414 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/error_def-0.3.16/src/lib.rs:244:17 Sep 19 18:36:16.414 INFO kablam! | Sep 19 18:36:16.414 INFO kablam! 244 | ref name, Sep 19 18:36:16.414 INFO kablam! | ^^^^^^^^ struct `syntax::ast::Variant_` does not have this field Sep 19 18:36:16.414 INFO kablam! Sep 19 18:36:16.450 INFO kablam! error: aborting due to 15 previous errors Sep 19 18:36:16.450 INFO kablam! Sep 19 18:36:16.450 INFO kablam! Some errors occurred: E0026, E0432, E0560, E0599, E0624. Sep 19 18:36:16.450 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 19 18:36:16.478 INFO kablam! error: Could not compile `error_def`. Sep 19 18:36:16.478 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:36:16.582 INFO kablam! error: build failed Sep 19 18:36:16.584 INFO kablam! su: No module specific data is present Sep 19 18:36:18.105 INFO running `"docker" "rm" "-f" "91e4e0a5866bc1c2f1fed58754750dcd74558d76580a90be10c3a8d395e5028d"` Sep 19 18:36:18.223 INFO blam! 91e4e0a5866bc1c2f1fed58754750dcd74558d76580a90be10c3a8d395e5028d