Sep 01 11:16:28.139 INFO checking plugger-macros-0.1.5 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 11:16:28.139 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 11:16:28.139 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:16:28.347 INFO blam! d09f54c04f736a03886f89a46c779942450eb6002273c3b456ef54fe360e64a8 Sep 01 11:16:28.349 INFO running `"docker" "start" "-a" "d09f54c04f736a03886f89a46c779942450eb6002273c3b456ef54fe360e64a8"` Sep 01 11:16:29.126 INFO kablam! Checking plugger-macros v0.1.5 (file:///source) Sep 01 11:16:32.534 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 11:16:32.534 INFO kablam! --> src/lib.rs:15:13 Sep 01 11:16:32.534 INFO kablam! | Sep 01 11:16:32.534 INFO kablam! 15 | use syntax::codemap::Span; Sep 01 11:16:32.534 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 11:16:32.534 INFO kablam! Sep 01 11:16:32.534 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 11:16:32.534 INFO kablam! --> src/lib.rs:19:13 Sep 01 11:16:32.534 INFO kablam! | Sep 01 11:16:32.534 INFO kablam! 19 | use syntax::codemap::DUMMY_SP; Sep 01 11:16:32.534 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 11:16:32.534 INFO kablam! Sep 01 11:16:32.613 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 11:16:32.613 INFO kablam! --> src/lib.rs:15:13 Sep 01 11:16:32.613 INFO kablam! | Sep 01 11:16:32.613 INFO kablam! 15 | use syntax::codemap::Span; Sep 01 11:16:32.613 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 11:16:32.613 INFO kablam! Sep 01 11:16:32.613 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 11:16:32.613 INFO kablam! --> src/lib.rs:19:13 Sep 01 11:16:32.613 INFO kablam! | Sep 01 11:16:32.613 INFO kablam! 19 | use syntax::codemap::DUMMY_SP; Sep 01 11:16:32.613 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 11:16:32.613 INFO kablam! Sep 01 11:16:32.669 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 11:16:32.669 INFO kablam! --> src/lib.rs:56:21 Sep 01 11:16:32.669 INFO kablam! | Sep 01 11:16:32.669 INFO kablam! 56 | identifier: impl_item.ident, Sep 01 11:16:32.669 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 11:16:32.669 INFO kablam! | Sep 01 11:16:32.669 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 11:16:32.669 INFO kablam! Sep 01 11:16:32.670 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 11:16:32.670 INFO kablam! --> src/lib.rs:57:21 Sep 01 11:16:32.670 INFO kablam! | Sep 01 11:16:32.670 INFO kablam! 57 | span: DUMMY_SP, Sep 01 11:16:32.670 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 11:16:32.670 INFO kablam! | Sep 01 11:16:32.670 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 11:16:32.670 INFO kablam! Sep 01 11:16:32.670 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 11:16:32.670 INFO kablam! --> src/lib.rs:58:21 Sep 01 11:16:32.670 INFO kablam! | Sep 01 11:16:32.670 INFO kablam! 58 | parameters: None, Sep 01 11:16:32.670 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 11:16:32.670 INFO kablam! | Sep 01 11:16:32.670 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 11:16:32.670 INFO kablam! Sep 01 11:16:32.771 INFO kablam! error[E0609]: no field `node` on type `&syntax::ast::Ident` Sep 01 11:16:32.771 INFO kablam! --> src/lib.rs:83:62 Sep 01 11:16:32.771 INFO kablam! | Sep 01 11:16:32.771 INFO kablam! 83 | ecx.expr_str(DUMMY_SP, spanned_ident.node.name) Sep 01 11:16:32.771 INFO kablam! | ^^^^ Sep 01 11:16:32.771 INFO kablam! Sep 01 11:16:32.787 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 11:16:32.787 INFO kablam! --> src/lib.rs:56:21 Sep 01 11:16:32.787 INFO kablam! | Sep 01 11:16:32.787 INFO kablam! 56 | identifier: impl_item.ident, Sep 01 11:16:32.787 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 11:16:32.787 INFO kablam! | Sep 01 11:16:32.788 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 11:16:32.788 INFO kablam! Sep 01 11:16:32.788 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 11:16:32.788 INFO kablam! --> src/lib.rs:57:21 Sep 01 11:16:32.788 INFO kablam! | Sep 01 11:16:32.788 INFO kablam! 57 | span: DUMMY_SP, Sep 01 11:16:32.788 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 11:16:32.789 INFO kablam! | Sep 01 11:16:32.789 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 11:16:32.789 INFO kablam! Sep 01 11:16:32.790 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 11:16:32.790 INFO kablam! --> src/lib.rs:58:21 Sep 01 11:16:32.790 INFO kablam! | Sep 01 11:16:32.790 INFO kablam! 58 | parameters: None, Sep 01 11:16:32.790 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 11:16:32.790 INFO kablam! | Sep 01 11:16:32.790 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 11:16:32.790 INFO kablam! Sep 01 11:16:32.863 INFO kablam! error[E0609]: no field `node` on type `&syntax::ast::Ident` Sep 01 11:16:32.863 INFO kablam! --> src/lib.rs:83:62 Sep 01 11:16:32.863 INFO kablam! | Sep 01 11:16:32.863 INFO kablam! 83 | ecx.expr_str(DUMMY_SP, spanned_ident.node.name) Sep 01 11:16:32.863 INFO kablam! | ^^^^ Sep 01 11:16:32.863 INFO kablam! Sep 01 11:16:32.885 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 01 11:16:32.885 INFO kablam! --> src/lib.rs:227:54 Sep 01 11:16:32.885 INFO kablam! | Sep 01 11:16:32.885 INFO kablam! 227 | path.segments.iter().last().unwrap().identifier.name Sep 01 11:16:32.885 INFO kablam! | ^^^^^^^^^^ Sep 01 11:16:32.885 INFO kablam! Sep 01 11:16:32.893 INFO kablam! error: aborting due to 7 previous errors Sep 01 11:16:32.893 INFO kablam! Sep 01 11:16:32.893 INFO kablam! Some errors occurred: E0432, E0560, E0609. Sep 01 11:16:32.893 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:16:32.910 INFO kablam! error: Could not compile `plugger-macros`. Sep 01 11:16:32.910 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:16:32.967 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 01 11:16:32.967 INFO kablam! --> src/lib.rs:227:54 Sep 01 11:16:32.967 INFO kablam! | Sep 01 11:16:32.967 INFO kablam! 227 | path.segments.iter().last().unwrap().identifier.name Sep 01 11:16:32.967 INFO kablam! | ^^^^^^^^^^ Sep 01 11:16:32.967 INFO kablam! Sep 01 11:16:32.971 INFO kablam! error: aborting due to 7 previous errors Sep 01 11:16:32.971 INFO kablam! Sep 01 11:16:32.971 INFO kablam! Some errors occurred: E0432, E0560, E0609. Sep 01 11:16:32.971 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 11:16:32.985 INFO kablam! error: Could not compile `plugger-macros`. Sep 01 11:16:32.985 INFO kablam! Sep 01 11:16:32.985 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:16:32.986 INFO kablam! su: No module specific data is present Sep 01 11:16:33.405 INFO running `"docker" "rm" "-f" "d09f54c04f736a03886f89a46c779942450eb6002273c3b456ef54fe360e64a8"` Sep 01 11:16:33.513 INFO blam! d09f54c04f736a03886f89a46c779942450eb6002273c3b456ef54fe360e64a8