Sep 14 11:44:50.189 INFO checking plugger-macros-0.1.5 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:44:50.189 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:44:50.189 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:44:50.320 INFO blam! 776d9f78f1bd14b0c52e191813152592576f7d977c025cbfb1235cf638ca5e72 Sep 14 11:44:50.321 INFO running `"docker" "start" "-a" "776d9f78f1bd14b0c52e191813152592576f7d977c025cbfb1235cf638ca5e72"` Sep 14 11:44:51.459 INFO kablam! usermod: no changes Sep 14 11:44:51.475 INFO kablam! Checking plugger-macros v0.1.5 (file:///source) Sep 14 11:44:53.355 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 11:44:53.355 INFO kablam! --> src/lib.rs:15:13 Sep 14 11:44:53.355 INFO kablam! | Sep 14 11:44:53.355 INFO kablam! 15 | use syntax::codemap::Span; Sep 14 11:44:53.355 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 11:44:53.355 INFO kablam! Sep 14 11:44:53.355 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 11:44:53.355 INFO kablam! --> src/lib.rs:19:13 Sep 14 11:44:53.355 INFO kablam! | Sep 14 11:44:53.355 INFO kablam! 19 | use syntax::codemap::DUMMY_SP; Sep 14 11:44:53.355 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 11:44:53.355 INFO kablam! Sep 14 11:44:53.363 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 11:44:53.363 INFO kablam! --> src/lib.rs:15:13 Sep 14 11:44:53.363 INFO kablam! | Sep 14 11:44:53.363 INFO kablam! 15 | use syntax::codemap::Span; Sep 14 11:44:53.363 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 11:44:53.363 INFO kablam! Sep 14 11:44:53.363 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 11:44:53.363 INFO kablam! --> src/lib.rs:19:13 Sep 14 11:44:53.363 INFO kablam! | Sep 14 11:44:53.363 INFO kablam! 19 | use syntax::codemap::DUMMY_SP; Sep 14 11:44:53.363 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 11:44:53.363 INFO kablam! Sep 14 11:44:53.471 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 11:44:53.471 INFO kablam! --> src/lib.rs:56:21 Sep 14 11:44:53.471 INFO kablam! | Sep 14 11:44:53.471 INFO kablam! 56 | identifier: impl_item.ident, Sep 14 11:44:53.471 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 11:44:53.471 INFO kablam! | Sep 14 11:44:53.471 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 11:44:53.471 INFO kablam! Sep 14 11:44:53.471 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 11:44:53.471 INFO kablam! --> src/lib.rs:57:21 Sep 14 11:44:53.471 INFO kablam! | Sep 14 11:44:53.471 INFO kablam! 57 | span: DUMMY_SP, Sep 14 11:44:53.471 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 11:44:53.471 INFO kablam! | Sep 14 11:44:53.471 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 11:44:53.471 INFO kablam! Sep 14 11:44:53.471 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 11:44:53.471 INFO kablam! --> src/lib.rs:58:21 Sep 14 11:44:53.471 INFO kablam! | Sep 14 11:44:53.471 INFO kablam! 58 | parameters: None, Sep 14 11:44:53.471 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 11:44:53.471 INFO kablam! | Sep 14 11:44:53.471 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 11:44:53.471 INFO kablam! Sep 14 11:44:53.480 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 11:44:53.480 INFO kablam! --> src/lib.rs:56:21 Sep 14 11:44:53.480 INFO kablam! | Sep 14 11:44:53.480 INFO kablam! 56 | identifier: impl_item.ident, Sep 14 11:44:53.480 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 11:44:53.480 INFO kablam! | Sep 14 11:44:53.480 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 11:44:53.480 INFO kablam! Sep 14 11:44:53.480 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 11:44:53.480 INFO kablam! --> src/lib.rs:57:21 Sep 14 11:44:53.480 INFO kablam! | Sep 14 11:44:53.480 INFO kablam! 57 | span: DUMMY_SP, Sep 14 11:44:53.480 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 11:44:53.480 INFO kablam! | Sep 14 11:44:53.480 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 11:44:53.480 INFO kablam! Sep 14 11:44:53.480 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 11:44:53.480 INFO kablam! --> src/lib.rs:58:21 Sep 14 11:44:53.480 INFO kablam! | Sep 14 11:44:53.480 INFO kablam! 58 | parameters: None, Sep 14 11:44:53.480 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 11:44:53.480 INFO kablam! | Sep 14 11:44:53.480 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 11:44:53.480 INFO kablam! Sep 14 11:44:53.524 INFO kablam! error[E0609]: no field `node` on type `&syntax::ast::Ident` Sep 14 11:44:53.524 INFO kablam! --> src/lib.rs:83:62 Sep 14 11:44:53.524 INFO kablam! | Sep 14 11:44:53.524 INFO kablam! 83 | ecx.expr_str(DUMMY_SP, spanned_ident.node.name) Sep 14 11:44:53.524 INFO kablam! | ^^^^ Sep 14 11:44:53.524 INFO kablam! Sep 14 11:44:53.541 INFO kablam! error[E0609]: no field `node` on type `&syntax::ast::Ident` Sep 14 11:44:53.541 INFO kablam! --> src/lib.rs:83:62 Sep 14 11:44:53.541 INFO kablam! | Sep 14 11:44:53.541 INFO kablam! 83 | ecx.expr_str(DUMMY_SP, spanned_ident.node.name) Sep 14 11:44:53.541 INFO kablam! | ^^^^ Sep 14 11:44:53.541 INFO kablam! Sep 14 11:44:53.567 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 14 11:44:53.567 INFO kablam! --> src/lib.rs:227:54 Sep 14 11:44:53.567 INFO kablam! | Sep 14 11:44:53.567 INFO kablam! 227 | path.segments.iter().last().unwrap().identifier.name Sep 14 11:44:53.567 INFO kablam! | ^^^^^^^^^^ Sep 14 11:44:53.567 INFO kablam! Sep 14 11:44:53.573 INFO kablam! error: aborting due to 7 previous errors Sep 14 11:44:53.573 INFO kablam! Sep 14 11:44:53.573 INFO kablam! Some errors occurred: E0432, E0560, E0609. Sep 14 11:44:53.573 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 11:44:53.586 INFO kablam! error: Could not compile `plugger-macros`. Sep 14 11:44:53.586 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:44:53.596 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 14 11:44:53.596 INFO kablam! --> src/lib.rs:227:54 Sep 14 11:44:53.596 INFO kablam! | Sep 14 11:44:53.596 INFO kablam! 227 | path.segments.iter().last().unwrap().identifier.name Sep 14 11:44:53.596 INFO kablam! | ^^^^^^^^^^ Sep 14 11:44:53.596 INFO kablam! Sep 14 11:44:53.604 INFO kablam! error: aborting due to 7 previous errors Sep 14 11:44:53.604 INFO kablam! Sep 14 11:44:53.604 INFO kablam! Some errors occurred: E0432, E0560, E0609. Sep 14 11:44:53.604 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 14 11:44:53.620 INFO kablam! error: Could not compile `plugger-macros`. Sep 14 11:44:53.620 INFO kablam! Sep 14 11:44:53.621 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:44:53.621 INFO kablam! su: No module specific data is present Sep 14 11:44:54.290 INFO running `"docker" "rm" "-f" "776d9f78f1bd14b0c52e191813152592576f7d977c025cbfb1235cf638ca5e72"` Sep 14 11:44:54.344 INFO blam! 776d9f78f1bd14b0c52e191813152592576f7d977c025cbfb1235cf638ca5e72