Sep 03 21:43:01.092 INFO checking little-dude/generals-rs against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 21:43:01.092 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 21:43:01.092 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 21:43:01.349 INFO blam! cafde3dce5724c485d80f149f9c9e10f47fecd8f567de2296864673798350533 Sep 03 21:43:01.349 INFO running `"docker" "start" "-a" "cafde3dce5724c485d80f149f9c9e10f47fecd8f567de2296864673798350533"` Sep 03 21:43:02.581 INFO kablam! Compiling cc v1.0.13 Sep 03 21:43:02.586 INFO kablam! Compiling serde v1.0.43 Sep 03 21:43:02.586 INFO kablam! Checking sha1 v0.4.0 Sep 03 21:43:02.587 INFO kablam! Checking utf-8 v0.7.2 Sep 03 21:43:02.588 INFO kablam! Checking fera-unionfind v0.1.0 Sep 03 21:43:02.590 INFO kablam! Compiling rocket v0.3.9 Sep 03 21:43:02.590 INFO kablam! Compiling rocket_codegen v0.3.9 Sep 03 21:43:04.679 INFO kablam! Compiling proc-macro2 v0.3.7 Sep 03 21:43:04.725 INFO kablam! Checking input_buffer v0.1.1 Sep 03 21:43:05.205 INFO kablam! Compiling pear_codegen v0.0.16 Sep 03 21:43:05.732 INFO kablam! Compiling rayon-core v1.4.0 Sep 03 21:43:06.047 INFO kablam! Compiling hyper v0.10.13 Sep 03 21:43:09.981 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 21:43:09.981 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Sep 03 21:43:09.981 INFO kablam! | Sep 03 21:43:09.981 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 03 21:43:09.981 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 03 21:43:09.981 INFO kablam! Sep 03 21:43:10.320 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 03 21:43:10.320 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Sep 03 21:43:10.320 INFO kablam! | Sep 03 21:43:10.320 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 03 21:43:10.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 03 21:43:10.332 INFO kablam! Sep 03 21:43:11.181 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 03 21:43:11.181 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Sep 03 21:43:11.181 INFO kablam! | Sep 03 21:43:11.181 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 03 21:43:11.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 03 21:43:11.212 INFO kablam! Sep 03 21:43:12.026 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 03 21:43:12.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Sep 03 21:43:12.026 INFO kablam! | Sep 03 21:43:12.026 INFO kablam! 317 | ExprKind::Block(block) => { Sep 03 21:43:12.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 03 21:43:12.026 INFO kablam! Sep 03 21:43:12.158 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 03 21:43:12.160 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Sep 03 21:43:12.160 INFO kablam! | Sep 03 21:43:12.160 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 03 21:43:12.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 21:43:12.160 INFO kablam! | Sep 03 21:43:12.160 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 03 21:43:12.160 INFO kablam! Sep 03 21:43:12.653 INFO kablam! error: aborting due to 5 previous errors Sep 03 21:43:12.654 INFO kablam! Sep 03 21:43:12.654 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 03 21:43:12.654 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 03 21:43:12.737 INFO kablam! error: Could not compile `pear_codegen`. Sep 03 21:43:12.737 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:43:43.370 INFO kablam! error: build failed Sep 03 21:43:43.372 INFO kablam! su: No module specific data is present Sep 03 21:43:43.872 INFO running `"docker" "rm" "-f" "cafde3dce5724c485d80f149f9c9e10f47fecd8f567de2296864673798350533"` Sep 03 21:43:44.011 INFO blam! cafde3dce5724c485d80f149f9c9e10f47fecd8f567de2296864673798350533