Sep 19 23:00:43.340 INFO checking pear_codegen-0.0.12 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:00:43.340 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:00:43.340 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:00:43.501 INFO blam! 211ce9ba85e2fdcd627cd4a5d33ef9d3b492cbde3ecfe7e8eab75fe2208d61dc Sep 19 23:00:43.503 INFO running `"docker" "start" "-a" "211ce9ba85e2fdcd627cd4a5d33ef9d3b492cbde3ecfe7e8eab75fe2208d61dc"` Sep 19 23:00:44.200 INFO kablam! usermod: no changes Sep 19 23:00:44.266 INFO kablam! Compiling pear_codegen v0.0.12 (/source) Sep 19 23:00:46.848 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:46.848 INFO kablam! --> src/lib.rs:19:13 Sep 19 23:00:46.848 INFO kablam! | Sep 19 23:00:46.848 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 19 23:00:46.848 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 23:00:46.848 INFO kablam! Sep 19 23:00:46.848 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:46.848 INFO kablam! --> src/lib.rs:28:13 Sep 19 23:00:46.848 INFO kablam! | Sep 19 23:00:46.848 INFO kablam! 28 | use syntax::codemap::Spanned; Sep 19 23:00:46.848 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 23:00:46.848 INFO kablam! Sep 19 23:00:46.859 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:46.859 INFO kablam! --> src/lib.rs:19:13 Sep 19 23:00:46.859 INFO kablam! | Sep 19 23:00:46.859 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 19 23:00:46.859 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 23:00:46.859 INFO kablam! Sep 19 23:00:46.859 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 23:00:46.859 INFO kablam! --> src/lib.rs:28:13 Sep 19 23:00:46.859 INFO kablam! | Sep 19 23:00:46.859 INFO kablam! 28 | use syntax::codemap::Spanned; Sep 19 23:00:46.859 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 23:00:46.859 INFO kablam! Sep 19 23:00:46.914 INFO kablam! error[E0308]: mismatched types Sep 19 23:00:46.914 INFO kablam! --> src/lib.rs:49:47 Sep 19 23:00:46.914 INFO kablam! | Sep 19 23:00:46.914 INFO kablam! 49 | PatKind::Ident(_, ident, _) => return ident, Sep 19 23:00:46.914 INFO kablam! | ^^^^^ expected struct `syntax::source_map::Spanned`, found struct `syntax::ast::Ident` Sep 19 23:00:46.914 INFO kablam! | Sep 19 23:00:46.914 INFO kablam! = note: expected type `syntax::source_map::Spanned` Sep 19 23:00:46.914 INFO kablam! found type `syntax::ast::Ident` Sep 19 23:00:46.914 INFO kablam! Sep 19 23:00:46.915 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 23:00:46.915 INFO kablam! --> src/lib.rs:66:16 Sep 19 23:00:46.915 INFO kablam! | Sep 19 23:00:46.915 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 19 23:00:46.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 23:00:46.915 INFO kablam! Sep 19 23:00:46.933 INFO kablam! error[E0308]: mismatched types Sep 19 23:00:46.933 INFO kablam! --> src/lib.rs:49:47 Sep 19 23:00:46.933 INFO kablam! | Sep 19 23:00:46.933 INFO kablam! 49 | PatKind::Ident(_, ident, _) => return ident, Sep 19 23:00:46.933 INFO kablam! | ^^^^^ expected struct `syntax::source_map::Spanned`, found struct `syntax::ast::Ident` Sep 19 23:00:46.933 INFO kablam! | Sep 19 23:00:46.933 INFO kablam! = note: expected type `syntax::source_map::Spanned` Sep 19 23:00:46.933 INFO kablam! found type `syntax::ast::Ident` Sep 19 23:00:46.933 INFO kablam! Sep 19 23:00:46.934 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 23:00:46.934 INFO kablam! --> src/lib.rs:66:16 Sep 19 23:00:46.934 INFO kablam! | Sep 19 23:00:46.935 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 19 23:00:46.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 23:00:46.935 INFO kablam! Sep 19 23:00:47.025 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 19 23:00:47.025 INFO kablam! --> src/lib.rs:70:24 Sep 19 23:00:47.025 INFO kablam! | Sep 19 23:00:47.025 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 19 23:00:47.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 19 23:00:47.025 INFO kablam! Sep 19 23:00:47.042 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 19 23:00:47.042 INFO kablam! --> src/lib.rs:70:24 Sep 19 23:00:47.042 INFO kablam! | Sep 19 23:00:47.042 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 19 23:00:47.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 19 23:00:47.042 INFO kablam! Sep 19 23:00:47.074 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 19 23:00:47.074 INFO kablam! --> src/lib.rs:136:59 Sep 19 23:00:47.074 INFO kablam! | Sep 19 23:00:47.074 INFO kablam! 136 | let penultimate = path.segments[num_segs - 2].identifier.name.as_str(); Sep 19 23:00:47.074 INFO kablam! | ^^^^^^^^^^ unknown field Sep 19 23:00:47.074 INFO kablam! | Sep 19 23:00:47.074 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 23:00:47.074 INFO kablam! Sep 19 23:00:47.076 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 19 23:00:47.076 INFO kablam! --> src/lib.rs:143:48 Sep 19 23:00:47.076 INFO kablam! | Sep 19 23:00:47.076 INFO kablam! 143 | let last = path.segments[num_segs - 1].identifier.name.as_str(); Sep 19 23:00:47.076 INFO kablam! | ^^^^^^^^^^ unknown field Sep 19 23:00:47.076 INFO kablam! | Sep 19 23:00:47.076 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 23:00:47.076 INFO kablam! Sep 19 23:00:47.079 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 19 23:00:47.079 INFO kablam! --> src/lib.rs:152:40 Sep 19 23:00:47.079 INFO kablam! | Sep 19 23:00:47.079 INFO kablam! 152 | let first_ident = path.segments[0].identifier.name.as_str(); Sep 19 23:00:47.079 INFO kablam! | ^^^^^^^^^^ unknown field Sep 19 23:00:47.079 INFO kablam! | Sep 19 23:00:47.079 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 23:00:47.079 INFO kablam! Sep 19 23:00:47.090 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 19 23:00:47.090 INFO kablam! --> src/lib.rs:136:59 Sep 19 23:00:47.090 INFO kablam! | Sep 19 23:00:47.090 INFO kablam! 136 | let penultimate = path.segments[num_segs - 2].identifier.name.as_str(); Sep 19 23:00:47.090 INFO kablam! | ^^^^^^^^^^ unknown field Sep 19 23:00:47.090 INFO kablam! | Sep 19 23:00:47.090 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 23:00:47.090 INFO kablam! Sep 19 23:00:47.094 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 19 23:00:47.094 INFO kablam! --> src/lib.rs:143:48 Sep 19 23:00:47.094 INFO kablam! | Sep 19 23:00:47.094 INFO kablam! 143 | let last = path.segments[num_segs - 1].identifier.name.as_str(); Sep 19 23:00:47.094 INFO kablam! | ^^^^^^^^^^ unknown field Sep 19 23:00:47.094 INFO kablam! | Sep 19 23:00:47.094 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 23:00:47.094 INFO kablam! Sep 19 23:00:47.094 INFO kablam! error[E0609]: no field `identifier` on type `syntax::ast::PathSegment` Sep 19 23:00:47.094 INFO kablam! --> src/lib.rs:152:40 Sep 19 23:00:47.094 INFO kablam! | Sep 19 23:00:47.094 INFO kablam! 152 | let first_ident = path.segments[0].identifier.name.as_str(); Sep 19 23:00:47.094 INFO kablam! | ^^^^^^^^^^ unknown field Sep 19 23:00:47.094 INFO kablam! | Sep 19 23:00:47.094 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 23:00:47.094 INFO kablam! Sep 19 23:00:47.099 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 23:00:47.099 INFO kablam! --> src/lib.rs:323:9 Sep 19 23:00:47.099 INFO kablam! | Sep 19 23:00:47.099 INFO kablam! 323 | ExprKind::Block(block) => { Sep 19 23:00:47.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 23:00:47.099 INFO kablam! Sep 19 23:00:47.104 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 19 23:00:47.104 INFO kablam! --> src/lib.rs:345:9 Sep 19 23:00:47.104 INFO kablam! | Sep 19 23:00:47.104 INFO kablam! 345 | ExprKind::TupField(indexed_expr, i) => { Sep 19 23:00:47.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 19 23:00:47.104 INFO kablam! Sep 19 23:00:47.106 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 19 23:00:47.106 INFO kablam! --> src/lib.rs:309:49 Sep 19 23:00:47.106 INFO kablam! | Sep 19 23:00:47.106 INFO kablam! 309 | if new_params.is_empty() || &new_params[0] != input { Sep 19 23:00:47.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:47.106 INFO kablam! | Sep 19 23:00:47.106 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 19 23:00:47.106 INFO kablam! Sep 19 23:00:47.111 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 23:00:47.111 INFO kablam! --> src/lib.rs:323:9 Sep 19 23:00:47.111 INFO kablam! | Sep 19 23:00:47.111 INFO kablam! 323 | ExprKind::Block(block) => { Sep 19 23:00:47.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 23:00:47.111 INFO kablam! Sep 19 23:00:47.114 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 19 23:00:47.114 INFO kablam! --> src/lib.rs:346:51 Sep 19 23:00:47.114 INFO kablam! | Sep 19 23:00:47.114 INFO kablam! 346 | let remake = |new_expr: Vec>| ExprKind::TupField(new_expr[0].clone(), i); Sep 19 23:00:47.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 19 23:00:47.114 INFO kablam! Sep 19 23:00:47.115 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 19 23:00:47.115 INFO kablam! --> src/lib.rs:345:9 Sep 19 23:00:47.115 INFO kablam! | Sep 19 23:00:47.115 INFO kablam! 345 | ExprKind::TupField(indexed_expr, i) => { Sep 19 23:00:47.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 19 23:00:47.115 INFO kablam! Sep 19 23:00:47.117 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 19 23:00:47.117 INFO kablam! --> src/lib.rs:309:49 Sep 19 23:00:47.117 INFO kablam! | Sep 19 23:00:47.117 INFO kablam! 309 | if new_params.is_empty() || &new_params[0] != input { Sep 19 23:00:47.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:00:47.117 INFO kablam! | Sep 19 23:00:47.117 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 19 23:00:47.117 INFO kablam! Sep 19 23:00:47.124 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 19 23:00:47.124 INFO kablam! --> src/lib.rs:346:51 Sep 19 23:00:47.124 INFO kablam! | Sep 19 23:00:47.124 INFO kablam! 346 | let remake = |new_expr: Vec>| ExprKind::TupField(new_expr[0].clone(), i); Sep 19 23:00:47.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 19 23:00:47.125 INFO kablam! Sep 19 23:00:47.146 INFO kablam! error: aborting due to 12 previous errors Sep 19 23:00:47.146 INFO kablam! Sep 19 23:00:47.146 INFO kablam! Some errors occurred: E0023, E0061, E0308, E0369, E0432, E0599, E0609. Sep 19 23:00:47.146 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 23:00:47.157 INFO kablam! error: aborting due to 12 previous errors Sep 19 23:00:47.157 INFO kablam! Sep 19 23:00:47.157 INFO kablam! Some errors occurred: E0023, E0061, E0308, E0369, E0432, E0599, E0609. Sep 19 23:00:47.157 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 23:00:47.159 INFO kablam! error: Could not compile `pear_codegen`. Sep 19 23:00:47.159 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:00:47.170 INFO kablam! error: Could not compile `pear_codegen`. Sep 19 23:00:47.170 INFO kablam! Sep 19 23:00:47.170 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:00:47.172 INFO kablam! su: No module specific data is present Sep 19 23:00:47.704 INFO running `"docker" "rm" "-f" "211ce9ba85e2fdcd627cd4a5d33ef9d3b492cbde3ecfe7e8eab75fe2208d61dc"` Sep 19 23:00:47.769 INFO blam! 211ce9ba85e2fdcd627cd4a5d33ef9d3b492cbde3ecfe7e8eab75fe2208d61dc