Sep 17 19:56:46.986 INFO checking plugger-macros-0.1.5 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:56:46.986 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:56:46.986 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:56:47.116 INFO blam! 8a1d5c76a99871cc66e2f3e54bb2edd17ff9d514626bca3289b45cc8cdffca3a Sep 17 19:56:47.117 INFO running `"docker" "start" "-a" "8a1d5c76a99871cc66e2f3e54bb2edd17ff9d514626bca3289b45cc8cdffca3a"` Sep 17 19:56:47.903 INFO kablam! usermod: no changes Sep 17 19:56:47.921 INFO kablam! Checking plugger-macros v0.1.5 (/source) Sep 17 19:56:49.188 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 19:56:49.188 INFO kablam! --> src/lib.rs:15:13 Sep 17 19:56:49.188 INFO kablam! | Sep 17 19:56:49.188 INFO kablam! 15 | use syntax::codemap::Span; Sep 17 19:56:49.188 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 19:56:49.188 INFO kablam! Sep 17 19:56:49.188 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 19:56:49.188 INFO kablam! --> src/lib.rs:19:13 Sep 17 19:56:49.188 INFO kablam! | Sep 17 19:56:49.188 INFO kablam! 19 | use syntax::codemap::DUMMY_SP; Sep 17 19:56:49.188 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 19:56:49.188 INFO kablam! Sep 17 19:56:49.281 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 19:56:49.281 INFO kablam! --> src/lib.rs:56:21 Sep 17 19:56:49.281 INFO kablam! | Sep 17 19:56:49.281 INFO kablam! 56 | identifier: impl_item.ident, Sep 17 19:56:49.281 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 19:56:49.281 INFO kablam! | Sep 17 19:56:49.281 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 19:56:49.281 INFO kablam! Sep 17 19:56:49.281 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 19:56:49.281 INFO kablam! --> src/lib.rs:57:21 Sep 17 19:56:49.281 INFO kablam! | Sep 17 19:56:49.281 INFO kablam! 57 | span: DUMMY_SP, Sep 17 19:56:49.281 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 19:56:49.281 INFO kablam! | Sep 17 19:56:49.281 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 19:56:49.281 INFO kablam! Sep 17 19:56:49.281 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 19:56:49.281 INFO kablam! --> src/lib.rs:58:21 Sep 17 19:56:49.281 INFO kablam! | Sep 17 19:56:49.281 INFO kablam! 58 | parameters: None, Sep 17 19:56:49.281 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 19:56:49.281 INFO kablam! | Sep 17 19:56:49.281 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 19:56:49.281 INFO kablam! Sep 17 19:56:49.344 INFO kablam! error[E0609]: no field `node` on type `&syntax::ast::Ident` Sep 17 19:56:49.344 INFO kablam! --> src/lib.rs:83:62 Sep 17 19:56:49.344 INFO kablam! | Sep 17 19:56:49.344 INFO kablam! 83 | ecx.expr_str(DUMMY_SP, spanned_ident.node.name) Sep 17 19:56:49.344 INFO kablam! | ^^^^ Sep 17 19:56:49.344 INFO kablam! Sep 17 19:56:49.397 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 17 19:56:49.398 INFO kablam! --> src/lib.rs:227:54 Sep 17 19:56:49.398 INFO kablam! | Sep 17 19:56:49.398 INFO kablam! 227 | path.segments.iter().last().unwrap().identifier.name Sep 17 19:56:49.398 INFO kablam! | ^^^^^^^^^^ Sep 17 19:56:49.398 INFO kablam! Sep 17 19:56:49.406 INFO kablam! error: aborting due to 7 previous errors Sep 17 19:56:49.406 INFO kablam! Sep 17 19:56:49.406 INFO kablam! Some errors occurred: E0432, E0560, E0609. Sep 17 19:56:49.406 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 19:56:49.418 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 19:56:49.419 INFO kablam! --> src/lib.rs:15:13 Sep 17 19:56:49.419 INFO kablam! | Sep 17 19:56:49.419 INFO kablam! 15 | use syntax::codemap::Span; Sep 17 19:56:49.419 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 19:56:49.419 INFO kablam! Sep 17 19:56:49.419 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 19:56:49.419 INFO kablam! --> src/lib.rs:19:13 Sep 17 19:56:49.419 INFO kablam! | Sep 17 19:56:49.419 INFO kablam! 19 | use syntax::codemap::DUMMY_SP; Sep 17 19:56:49.419 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 17 19:56:49.419 INFO kablam! Sep 17 19:56:49.422 INFO kablam! error: Could not compile `plugger-macros`. Sep 17 19:56:49.422 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:56:49.541 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 19:56:49.541 INFO kablam! --> src/lib.rs:56:21 Sep 17 19:56:49.541 INFO kablam! | Sep 17 19:56:49.541 INFO kablam! 56 | identifier: impl_item.ident, Sep 17 19:56:49.541 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 19:56:49.541 INFO kablam! | Sep 17 19:56:49.541 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 19:56:49.541 INFO kablam! Sep 17 19:56:49.541 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 19:56:49.541 INFO kablam! --> src/lib.rs:57:21 Sep 17 19:56:49.542 INFO kablam! | Sep 17 19:56:49.542 INFO kablam! 57 | span: DUMMY_SP, Sep 17 19:56:49.542 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 19:56:49.542 INFO kablam! | Sep 17 19:56:49.542 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 19:56:49.542 INFO kablam! Sep 17 19:56:49.542 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 19:56:49.542 INFO kablam! --> src/lib.rs:58:21 Sep 17 19:56:49.542 INFO kablam! | Sep 17 19:56:49.542 INFO kablam! 58 | parameters: None, Sep 17 19:56:49.542 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 19:56:49.542 INFO kablam! | Sep 17 19:56:49.543 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 19:56:49.543 INFO kablam! Sep 17 19:56:49.609 INFO kablam! error[E0609]: no field `node` on type `&syntax::ast::Ident` Sep 17 19:56:49.609 INFO kablam! --> src/lib.rs:83:62 Sep 17 19:56:49.609 INFO kablam! | Sep 17 19:56:49.609 INFO kablam! 83 | ecx.expr_str(DUMMY_SP, spanned_ident.node.name) Sep 17 19:56:49.609 INFO kablam! | ^^^^ Sep 17 19:56:49.609 INFO kablam! Sep 17 19:56:49.668 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 17 19:56:49.668 INFO kablam! --> src/lib.rs:227:54 Sep 17 19:56:49.668 INFO kablam! | Sep 17 19:56:49.668 INFO kablam! 227 | path.segments.iter().last().unwrap().identifier.name Sep 17 19:56:49.668 INFO kablam! | ^^^^^^^^^^ Sep 17 19:56:49.668 INFO kablam! Sep 17 19:56:49.676 INFO kablam! error: aborting due to 7 previous errors Sep 17 19:56:49.676 INFO kablam! Sep 17 19:56:49.676 INFO kablam! Some errors occurred: E0432, E0560, E0609. Sep 17 19:56:49.676 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 19:56:49.695 INFO kablam! error: Could not compile `plugger-macros`. Sep 17 19:56:49.695 INFO kablam! Sep 17 19:56:49.695 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:56:49.695 INFO kablam! su: No module specific data is present Sep 17 19:56:50.346 INFO running `"docker" "rm" "-f" "8a1d5c76a99871cc66e2f3e54bb2edd17ff9d514626bca3289b45cc8cdffca3a"` Sep 17 19:56:50.409 INFO blam! 8a1d5c76a99871cc66e2f3e54bb2edd17ff9d514626bca3289b45cc8cdffca3a