Sep 19 20:54:29.145 INFO checking plugger-macros-0.1.5 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 20:54:29.145 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 20:54:29.145 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:54:29.347 INFO blam! e3982c613d068e5589f211e84c1e9a587e5cee14cebd542ff751850b724e81de Sep 19 20:54:29.349 INFO running `"docker" "start" "-a" "e3982c613d068e5589f211e84c1e9a587e5cee14cebd542ff751850b724e81de"` Sep 19 20:54:30.083 INFO kablam! usermod: no changes Sep 19 20:54:30.116 INFO kablam! Checking plugger-macros v0.1.5 (/source) Sep 19 20:54:31.701 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 20:54:31.701 INFO kablam! --> src/lib.rs:15:13 Sep 19 20:54:31.701 INFO kablam! | Sep 19 20:54:31.701 INFO kablam! 15 | use syntax::codemap::Span; Sep 19 20:54:31.701 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 20:54:31.701 INFO kablam! Sep 19 20:54:31.701 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 20:54:31.701 INFO kablam! --> src/lib.rs:19:13 Sep 19 20:54:31.701 INFO kablam! | Sep 19 20:54:31.701 INFO kablam! 19 | use syntax::codemap::DUMMY_SP; Sep 19 20:54:31.701 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 20:54:31.701 INFO kablam! Sep 19 20:54:31.806 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:54:31.806 INFO kablam! --> src/lib.rs:56:21 Sep 19 20:54:31.806 INFO kablam! | Sep 19 20:54:31.806 INFO kablam! 56 | identifier: impl_item.ident, Sep 19 20:54:31.806 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:54:31.806 INFO kablam! | Sep 19 20:54:31.806 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:54:31.806 INFO kablam! Sep 19 20:54:31.806 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:54:31.806 INFO kablam! --> src/lib.rs:57:21 Sep 19 20:54:31.806 INFO kablam! | Sep 19 20:54:31.806 INFO kablam! 57 | span: DUMMY_SP, Sep 19 20:54:31.806 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:54:31.806 INFO kablam! | Sep 19 20:54:31.806 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:54:31.806 INFO kablam! Sep 19 20:54:31.807 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:54:31.807 INFO kablam! --> src/lib.rs:58:21 Sep 19 20:54:31.807 INFO kablam! | Sep 19 20:54:31.807 INFO kablam! 58 | parameters: None, Sep 19 20:54:31.807 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:54:31.807 INFO kablam! | Sep 19 20:54:31.807 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:54:31.807 INFO kablam! Sep 19 20:54:31.809 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 20:54:31.809 INFO kablam! --> src/lib.rs:15:13 Sep 19 20:54:31.810 INFO kablam! | Sep 19 20:54:31.810 INFO kablam! 15 | use syntax::codemap::Span; Sep 19 20:54:31.810 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 20:54:31.810 INFO kablam! Sep 19 20:54:31.810 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 20:54:31.810 INFO kablam! --> src/lib.rs:19:13 Sep 19 20:54:31.810 INFO kablam! | Sep 19 20:54:31.810 INFO kablam! 19 | use syntax::codemap::DUMMY_SP; Sep 19 20:54:31.810 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 20:54:31.810 INFO kablam! Sep 19 20:54:31.875 INFO kablam! error[E0609]: no field `node` on type `&syntax::ast::Ident` Sep 19 20:54:31.875 INFO kablam! --> src/lib.rs:83:62 Sep 19 20:54:31.875 INFO kablam! | Sep 19 20:54:31.875 INFO kablam! 83 | ecx.expr_str(DUMMY_SP, spanned_ident.node.name) Sep 19 20:54:31.875 INFO kablam! | ^^^^ Sep 19 20:54:31.875 INFO kablam! Sep 19 20:54:31.927 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:54:31.927 INFO kablam! --> src/lib.rs:56:21 Sep 19 20:54:31.927 INFO kablam! | Sep 19 20:54:31.927 INFO kablam! 56 | identifier: impl_item.ident, Sep 19 20:54:31.927 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:54:31.927 INFO kablam! | Sep 19 20:54:31.927 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:54:31.927 INFO kablam! Sep 19 20:54:31.927 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:54:31.927 INFO kablam! --> src/lib.rs:57:21 Sep 19 20:54:31.927 INFO kablam! | Sep 19 20:54:31.927 INFO kablam! 57 | span: DUMMY_SP, Sep 19 20:54:31.927 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:54:31.927 INFO kablam! | Sep 19 20:54:31.927 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:54:31.927 INFO kablam! Sep 19 20:54:31.927 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:54:31.927 INFO kablam! --> src/lib.rs:58:21 Sep 19 20:54:31.927 INFO kablam! | Sep 19 20:54:31.927 INFO kablam! 58 | parameters: None, Sep 19 20:54:31.927 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:54:31.927 INFO kablam! | Sep 19 20:54:31.927 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:54:31.927 INFO kablam! Sep 19 20:54:31.931 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 19 20:54:31.931 INFO kablam! --> src/lib.rs:227:54 Sep 19 20:54:31.931 INFO kablam! | Sep 19 20:54:31.931 INFO kablam! 227 | path.segments.iter().last().unwrap().identifier.name Sep 19 20:54:31.931 INFO kablam! | ^^^^^^^^^^ Sep 19 20:54:31.931 INFO kablam! Sep 19 20:54:31.946 INFO kablam! error: aborting due to 7 previous errors Sep 19 20:54:31.946 INFO kablam! Sep 19 20:54:31.946 INFO kablam! Some errors occurred: E0432, E0560, E0609. Sep 19 20:54:31.946 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 20:54:31.968 INFO kablam! error: Could not compile `plugger-macros`. Sep 19 20:54:31.968 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:54:31.987 INFO kablam! error[E0609]: no field `node` on type `&syntax::ast::Ident` Sep 19 20:54:31.987 INFO kablam! --> src/lib.rs:83:62 Sep 19 20:54:31.987 INFO kablam! | Sep 19 20:54:31.987 INFO kablam! 83 | ecx.expr_str(DUMMY_SP, spanned_ident.node.name) Sep 19 20:54:31.987 INFO kablam! | ^^^^ Sep 19 20:54:31.987 INFO kablam! Sep 19 20:54:32.034 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 19 20:54:32.034 INFO kablam! --> src/lib.rs:227:54 Sep 19 20:54:32.034 INFO kablam! | Sep 19 20:54:32.034 INFO kablam! 227 | path.segments.iter().last().unwrap().identifier.name Sep 19 20:54:32.034 INFO kablam! | ^^^^^^^^^^ Sep 19 20:54:32.034 INFO kablam! Sep 19 20:54:32.040 INFO kablam! error: aborting due to 7 previous errors Sep 19 20:54:32.040 INFO kablam! Sep 19 20:54:32.040 INFO kablam! Some errors occurred: E0432, E0560, E0609. Sep 19 20:54:32.040 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 20:54:32.054 INFO kablam! error: Could not compile `plugger-macros`. Sep 19 20:54:32.054 INFO kablam! Sep 19 20:54:32.054 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:54:32.055 INFO kablam! su: No module specific data is present Sep 19 20:54:32.768 INFO running `"docker" "rm" "-f" "e3982c613d068e5589f211e84c1e9a587e5cee14cebd542ff751850b724e81de"` Sep 19 20:54:32.826 INFO blam! e3982c613d068e5589f211e84c1e9a587e5cee14cebd542ff751850b724e81de