Sep 10 04:33:34.971 INFO checking dat2/rocket-playground against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 04:33:34.971 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 04:33:34.971 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 04:33:35.174 INFO blam! 36d2e552b758af553d9300744a3d73d8b35155f34059e2300470aab7400ad6dd Sep 10 04:33:35.176 INFO running `"docker" "start" "-a" "36d2e552b758af553d9300744a3d73d8b35155f34059e2300470aab7400ad6dd"` Sep 10 04:33:36.974 INFO kablam! usermod: no changes Sep 10 04:33:37.291 INFO kablam! Compiling either v1.3.0 Sep 10 04:33:37.292 INFO kablam! Compiling scopeguard v0.3.3 Sep 10 04:33:37.319 INFO kablam! Compiling lazy_static v0.2.9 Sep 10 04:33:37.319 INFO kablam! Compiling futures v0.1.16 Sep 10 04:33:37.329 INFO kablam! Compiling percent-encoding v1.0.0 Sep 10 04:33:37.334 INFO kablam! Compiling log v0.3.8 Sep 10 04:33:37.336 INFO kablam! Compiling yansi v0.3.4 Sep 10 04:33:37.338 INFO kablam! Compiling httparse v1.2.3 Sep 10 04:33:38.230 INFO kablam! Compiling pear_codegen v0.0.10 Sep 10 04:33:38.790 INFO kablam! error[E0635]: unknown feature `const_atomic_bool_new` Sep 10 04:33:38.790 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/yansi-0.3.4/src/lib.rs:1:40 Sep 10 04:33:38.790 INFO kablam! | Sep 10 04:33:38.790 INFO kablam! 1 | #![cfg_attr(feature="nightly", feature(const_atomic_bool_new))] Sep 10 04:33:38.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 04:33:38.790 INFO kablam! Sep 10 04:33:38.798 INFO kablam! error: aborting due to previous error Sep 10 04:33:38.798 INFO kablam! Sep 10 04:33:38.798 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 10 04:33:38.822 INFO kablam! error: Could not compile `yansi`. Sep 10 04:33:38.822 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 04:33:41.838 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 04:33:41.838 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:19:13 Sep 10 04:33:41.838 INFO kablam! | Sep 10 04:33:41.838 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 10 04:33:41.838 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 04:33:41.838 INFO kablam! Sep 10 04:33:41.838 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 04:33:41.838 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:28:13 Sep 10 04:33:41.838 INFO kablam! | Sep 10 04:33:41.838 INFO kablam! 28 | use syntax::codemap::Spanned; Sep 10 04:33:41.838 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 04:33:41.838 INFO kablam! Sep 10 04:33:41.908 INFO kablam! error[E0308]: mismatched types Sep 10 04:33:41.908 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:49:47 Sep 10 04:33:41.908 INFO kablam! | Sep 10 04:33:41.908 INFO kablam! 49 | PatKind::Ident(_, ident, _) => return ident, Sep 10 04:33:41.908 INFO kablam! | ^^^^^ expected struct `syntax::source_map::Spanned`, found struct `syntax::ast::Ident` Sep 10 04:33:41.908 INFO kablam! | Sep 10 04:33:41.908 INFO kablam! = note: expected type `syntax::source_map::Spanned` Sep 10 04:33:41.908 INFO kablam! found type `syntax::ast::Ident` Sep 10 04:33:41.908 INFO kablam! Sep 10 04:33:41.909 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 10 04:33:41.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:66:16 Sep 10 04:33:41.910 INFO kablam! | Sep 10 04:33:41.910 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 10 04:33:41.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 10 04:33:41.910 INFO kablam! Sep 10 04:33:42.025 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 10 04:33:42.025 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:70:24 Sep 10 04:33:42.025 INFO kablam! | Sep 10 04:33:42.025 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 10 04:33:42.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 10 04:33:42.025 INFO kablam! Sep 10 04:33:42.054 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 10 04:33:42.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:72:45 Sep 10 04:33:42.054 INFO kablam! | Sep 10 04:33:42.054 INFO kablam! 72 | let mut new_item = item.clone().unwrap(); Sep 10 04:33:42.054 INFO kablam! | ^^^^^^ Sep 10 04:33:42.054 INFO kablam! Sep 10 04:33:42.091 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 10 04:33:42.091 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:136:59 Sep 10 04:33:42.091 INFO kablam! | Sep 10 04:33:42.091 INFO kablam! 136 | let penultimate = path.segments[num_segs - 2].identifier.name.as_str(); Sep 10 04:33:42.091 INFO kablam! | ^^^^^^^^^^ unknown field Sep 10 04:33:42.091 INFO kablam! | Sep 10 04:33:42.091 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 04:33:42.091 INFO kablam! Sep 10 04:33:42.094 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 10 04:33:42.094 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:143:48 Sep 10 04:33:42.094 INFO kablam! | Sep 10 04:33:42.094 INFO kablam! 143 | let last = path.segments[num_segs - 1].identifier.name.as_str(); Sep 10 04:33:42.094 INFO kablam! | ^^^^^^^^^^ unknown field Sep 10 04:33:42.094 INFO kablam! | Sep 10 04:33:42.094 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 04:33:42.094 INFO kablam! Sep 10 04:33:42.104 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 10 04:33:42.104 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:152:40 Sep 10 04:33:42.104 INFO kablam! | Sep 10 04:33:42.104 INFO kablam! 152 | let first_ident = path.segments[0].identifier.name.as_str(); Sep 10 04:33:42.104 INFO kablam! | ^^^^^^^^^^ unknown field Sep 10 04:33:42.104 INFO kablam! | Sep 10 04:33:42.104 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 04:33:42.104 INFO kablam! Sep 10 04:33:42.124 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 10 04:33:42.124 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:174:40 Sep 10 04:33:42.124 INFO kablam! | Sep 10 04:33:42.124 INFO kablam! 174 | let mut param_expr = param.clone().unwrap(); Sep 10 04:33:42.124 INFO kablam! | ^^^^^^ Sep 10 04:33:42.124 INFO kablam! Sep 10 04:33:42.157 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 10 04:33:42.157 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:228:37 Sep 10 04:33:42.157 INFO kablam! | Sep 10 04:33:42.157 INFO kablam! 228 | let mut new_expr = expr.clone().unwrap(); Sep 10 04:33:42.157 INFO kablam! | ^^^^^^ Sep 10 04:33:42.157 INFO kablam! Sep 10 04:33:42.168 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 10 04:33:42.168 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:250:43 Sep 10 04:33:42.168 INFO kablam! | Sep 10 04:33:42.168 INFO kablam! 250 | let mut unwrapped_expr = expr.clone().unwrap(); Sep 10 04:33:42.168 INFO kablam! | ^^^^^^ Sep 10 04:33:42.168 INFO kablam! Sep 10 04:33:42.168 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 10 04:33:42.168 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:275:9 Sep 10 04:33:42.168 INFO kablam! | Sep 10 04:33:42.168 INFO kablam! 275 | ExprKind::Block(block) => { Sep 10 04:33:42.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 10 04:33:42.168 INFO kablam! Sep 10 04:33:42.178 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 10 04:33:42.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:297:9 Sep 10 04:33:42.178 INFO kablam! | Sep 10 04:33:42.178 INFO kablam! 297 | ExprKind::TupField(indexed_expr, i) => { Sep 10 04:33:42.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 10 04:33:42.178 INFO kablam! Sep 10 04:33:42.178 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 10 04:33:42.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:262:49 Sep 10 04:33:42.178 INFO kablam! | Sep 10 04:33:42.178 INFO kablam! 262 | if new_params.is_empty() || &new_params[0] != input { Sep 10 04:33:42.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 04:33:42.178 INFO kablam! | Sep 10 04:33:42.178 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 10 04:33:42.178 INFO kablam! Sep 10 04:33:42.202 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 10 04:33:42.202 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:298:51 Sep 10 04:33:42.202 INFO kablam! | Sep 10 04:33:42.202 INFO kablam! 298 | let remake = |new_expr: Vec>| ExprKind::TupField(new_expr[0].clone(), i); Sep 10 04:33:42.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 10 04:33:42.202 INFO kablam! Sep 10 04:33:42.214 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 10 04:33:42.214 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:345:71 Sep 10 04:33:42.214 INFO kablam! | Sep 10 04:33:42.214 INFO kablam! 345 | let new_block = gen_stmt(ecx, input, VecDeque::from(block.unwrap().stmts)); Sep 10 04:33:42.214 INFO kablam! | ^^^^^^ Sep 10 04:33:42.214 INFO kablam! Sep 10 04:33:42.221 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 10 04:33:42.221 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:357:76 Sep 10 04:33:42.221 INFO kablam! | Sep 10 04:33:42.221 INFO kablam! 357 | let new_block = gen_stmt(ecx, input, VecDeque::from(true_block.unwrap().stmts)); Sep 10 04:33:42.221 INFO kablam! | ^^^^^^ Sep 10 04:33:42.230 INFO kablam! Sep 10 04:33:42.250 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 10 04:33:42.250 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/src/lib.rs:429:32 Sep 10 04:33:42.250 INFO kablam! | Sep 10 04:33:42.250 INFO kablam! 429 | let mac = mac_stmt.unwrap().0; Sep 10 04:33:42.250 INFO kablam! | ^^^^^^ Sep 10 04:33:42.250 INFO kablam! Sep 10 04:33:42.262 INFO kablam! error: aborting due to 19 previous errors Sep 10 04:33:42.262 INFO kablam! Sep 10 04:33:42.262 INFO kablam! Some errors occurred: E0023, E0061, E0308, E0369, E0432, E0599, E0609. Sep 10 04:33:42.262 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 10 04:33:42.277 INFO kablam! error: Could not compile `pear_codegen`. Sep 10 04:33:42.277 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 04:33:45.134 INFO kablam! error: build failed Sep 10 04:33:45.134 INFO kablam! su: No module specific data is present Sep 10 04:33:46.499 INFO running `"docker" "rm" "-f" "36d2e552b758af553d9300744a3d73d8b35155f34059e2300470aab7400ad6dd"` Sep 10 04:33:46.612 INFO blam! 36d2e552b758af553d9300744a3d73d8b35155f34059e2300470aab7400ad6dd