Sep 01 16:04:18.380 INFO checking dat2/rocket-playground against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 16:04:18.380 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 16:04:18.380 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 16:04:18.641 INFO blam! 8fc4a9d770c67b28d31f82e95a023243b86fdd9a14f772808d64b93646a2b62f Sep 01 16:04:18.644 INFO running `"docker" "start" "-a" "8fc4a9d770c67b28d31f82e95a023243b86fdd9a14f772808d64b93646a2b62f"` Sep 01 16:04:19.833 INFO kablam! Compiling either v1.3.0 Sep 01 16:04:19.838 INFO kablam! Compiling futures v0.1.16 Sep 01 16:04:19.839 INFO kablam! Compiling lazy_static v0.2.9 Sep 01 16:04:19.883 INFO kablam! Compiling cc v1.0.1 Sep 01 16:04:19.903 INFO kablam! Compiling percent-encoding v1.0.0 Sep 01 16:04:19.922 INFO kablam! Compiling yansi v0.3.4 Sep 01 16:04:19.923 INFO kablam! Compiling byteorder v1.1.0 Sep 01 16:04:19.923 INFO kablam! Compiling serde v1.0.15 Sep 01 16:04:21.039 INFO kablam! Compiling httparse v1.2.3 Sep 01 16:04:22.839 INFO kablam! Compiling pear_codegen v0.0.10 Sep 01 16:04:23.593 INFO kablam! error[E0635]: unknown feature `const_atomic_bool_new` Sep 01 16:04:23.593 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/yansi-0.3.4/src/lib.rs:1:40 Sep 01 16:04:23.593 INFO kablam! | Sep 01 16:04:23.593 INFO kablam! 1 | #![cfg_attr(feature="nightly", feature(const_atomic_bool_new))] Sep 01 16:04:23.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:04:23.593 INFO kablam! Sep 01 16:04:23.729 INFO kablam! error: aborting due to previous error Sep 01 16:04:23.742 INFO kablam! Sep 01 16:04:23.743 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 01 16:04:23.776 INFO kablam! error: Could not compile `yansi`. Sep 01 16:04:23.776 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:04:28.038 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 16:04:28.038 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:19:13 Sep 01 16:04:28.039 INFO kablam! | Sep 01 16:04:28.039 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 01 16:04:28.039 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 16:04:28.039 INFO kablam! Sep 01 16:04:28.059 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 16:04:28.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:28:13 Sep 01 16:04:28.059 INFO kablam! | Sep 01 16:04:28.059 INFO kablam! 28 | use syntax::codemap::Spanned; Sep 01 16:04:28.059 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 16:04:28.059 INFO kablam! Sep 01 16:04:28.316 INFO kablam! error[E0308]: mismatched types Sep 01 16:04:28.316 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:49:47 Sep 01 16:04:28.317 INFO kablam! | Sep 01 16:04:28.317 INFO kablam! 49 | PatKind::Ident(_, ident, _) => return ident, Sep 01 16:04:28.317 INFO kablam! | ^^^^^ expected struct `syntax::source_map::Spanned`, found struct `syntax::ast::Ident` Sep 01 16:04:28.317 INFO kablam! | Sep 01 16:04:28.317 INFO kablam! = note: expected type `syntax::source_map::Spanned` Sep 01 16:04:28.317 INFO kablam! found type `syntax::ast::Ident` Sep 01 16:04:28.317 INFO kablam! Sep 01 16:04:28.320 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 01 16:04:28.320 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:66:16 Sep 01 16:04:28.320 INFO kablam! | Sep 01 16:04:28.320 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 01 16:04:28.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 01 16:04:28.320 INFO kablam! Sep 01 16:04:28.884 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 01 16:04:28.884 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:70:24 Sep 01 16:04:28.884 INFO kablam! | Sep 01 16:04:28.884 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 01 16:04:28.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 01 16:04:28.884 INFO kablam! Sep 01 16:04:29.020 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 01 16:04:29.020 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:72:45 Sep 01 16:04:29.020 INFO kablam! | Sep 01 16:04:29.020 INFO kablam! 72 | let mut new_item = item.clone().unwrap(); Sep 01 16:04:29.020 INFO kablam! | ^^^^^^ Sep 01 16:04:29.020 INFO kablam! Sep 01 16:04:29.204 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 01 16:04:29.204 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:136:59 Sep 01 16:04:29.204 INFO kablam! | Sep 01 16:04:29.204 INFO kablam! 136 | let penultimate = path.segments[num_segs - 2].identifier.name.as_str(); Sep 01 16:04:29.204 INFO kablam! | ^^^^^^^^^^ unknown field Sep 01 16:04:29.204 INFO kablam! | Sep 01 16:04:29.204 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 16:04:29.204 INFO kablam! Sep 01 16:04:29.217 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 01 16:04:29.217 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:143:48 Sep 01 16:04:29.217 INFO kablam! | Sep 01 16:04:29.217 INFO kablam! 143 | let last = path.segments[num_segs - 1].identifier.name.as_str(); Sep 01 16:04:29.217 INFO kablam! | ^^^^^^^^^^ unknown field Sep 01 16:04:29.217 INFO kablam! | Sep 01 16:04:29.217 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 16:04:29.217 INFO kablam! Sep 01 16:04:29.221 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 01 16:04:29.221 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:152:40 Sep 01 16:04:29.221 INFO kablam! | Sep 01 16:04:29.221 INFO kablam! 152 | let first_ident = path.segments[0].identifier.name.as_str(); Sep 01 16:04:29.221 INFO kablam! | ^^^^^^^^^^ unknown field Sep 01 16:04:29.221 INFO kablam! | Sep 01 16:04:29.221 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 16:04:29.221 INFO kablam! Sep 01 16:04:29.371 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 01 16:04:29.371 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:174:40 Sep 01 16:04:29.371 INFO kablam! | Sep 01 16:04:29.371 INFO kablam! 174 | let mut param_expr = param.clone().unwrap(); Sep 01 16:04:29.371 INFO kablam! | ^^^^^^ Sep 01 16:04:29.371 INFO kablam! Sep 01 16:04:29.585 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 01 16:04:29.585 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:228:37 Sep 01 16:04:29.585 INFO kablam! | Sep 01 16:04:29.585 INFO kablam! 228 | let mut new_expr = expr.clone().unwrap(); Sep 01 16:04:29.585 INFO kablam! | ^^^^^^ Sep 01 16:04:29.585 INFO kablam! Sep 01 16:04:29.665 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 01 16:04:29.665 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:250:43 Sep 01 16:04:29.665 INFO kablam! | Sep 01 16:04:29.665 INFO kablam! 250 | let mut unwrapped_expr = expr.clone().unwrap(); Sep 01 16:04:29.665 INFO kablam! | ^^^^^^ Sep 01 16:04:29.666 INFO kablam! Sep 01 16:04:29.667 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 16:04:29.667 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:275:9 Sep 01 16:04:29.667 INFO kablam! | Sep 01 16:04:29.667 INFO kablam! 275 | ExprKind::Block(block) => { Sep 01 16:04:29.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 16:04:29.668 INFO kablam! Sep 01 16:04:29.677 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 01 16:04:29.677 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:297:9 Sep 01 16:04:29.677 INFO kablam! | Sep 01 16:04:29.677 INFO kablam! 297 | ExprKind::TupField(indexed_expr, i) => { Sep 01 16:04:29.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 01 16:04:29.698 INFO kablam! Sep 01 16:04:29.707 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 01 16:04:29.707 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:262:49 Sep 01 16:04:29.707 INFO kablam! | Sep 01 16:04:29.707 INFO kablam! 262 | if new_params.is_empty() || &new_params[0] != input { Sep 01 16:04:29.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 16:04:29.714 INFO kablam! | Sep 01 16:04:29.715 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 01 16:04:29.715 INFO kablam! Sep 01 16:04:29.785 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 01 16:04:29.785 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:298:51 Sep 01 16:04:29.785 INFO kablam! | Sep 01 16:04:29.785 INFO kablam! 298 | let remake = |new_expr: Vec>| ExprKind::TupField(new_expr[0].clone(), i); Sep 01 16:04:29.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 01 16:04:29.802 INFO kablam! Sep 01 16:04:29.869 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 01 16:04:29.869 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:345:71 Sep 01 16:04:29.869 INFO kablam! | Sep 01 16:04:29.869 INFO kablam! 345 | let new_block = gen_stmt(ecx, input, VecDeque::from(block.unwrap().stmts)); Sep 01 16:04:29.869 INFO kablam! | ^^^^^^ Sep 01 16:04:29.885 INFO kablam! Sep 01 16:04:29.933 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 01 16:04:29.933 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:357:76 Sep 01 16:04:29.933 INFO kablam! | Sep 01 16:04:29.934 INFO kablam! 357 | let new_block = gen_stmt(ecx, input, VecDeque::from(true_block.unwrap().stmts)); Sep 01 16:04:29.934 INFO kablam! | ^^^^^^ Sep 01 16:04:29.942 INFO kablam! Sep 01 16:04:30.134 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P<(syntax::source_map::Spanned, syntax::ast::MacStmtStyle, syntax::ThinVec)>` in the current scope Sep 01 16:04:30.134 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:429:32 Sep 01 16:04:30.134 INFO kablam! | Sep 01 16:04:30.134 INFO kablam! 429 | let mac = mac_stmt.unwrap().0; Sep 01 16:04:30.134 INFO kablam! | ^^^^^^ Sep 01 16:04:30.146 INFO kablam! Sep 01 16:04:30.186 INFO kablam! error: aborting due to 19 previous errors Sep 01 16:04:30.194 INFO kablam! Sep 01 16:04:30.195 INFO kablam! Some errors occurred: E0023, E0061, E0308, E0369, E0432, E0599, E0609. Sep 01 16:04:30.196 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 16:04:30.255 INFO kablam! error: Could not compile `pear_codegen`. Sep 01 16:04:30.257 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 16:04:46.864 INFO kablam! error: build failed Sep 01 16:04:46.866 INFO kablam! su: No module specific data is present Sep 01 16:04:47.372 INFO running `"docker" "rm" "-f" "8fc4a9d770c67b28d31f82e95a023243b86fdd9a14f772808d64b93646a2b62f"` Sep 01 16:04:47.534 INFO blam! 8fc4a9d770c67b28d31f82e95a023243b86fdd9a14f772808d64b93646a2b62f