Sep 20 22:09:15.615 INFO checking little-dude/generals-rs against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 22:09:15.615 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 22:09:15.615 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 22:09:15.899 INFO blam! ffa41ef03a374965628bc44294716bb53af7cc5c31fc093e1b8996a8d0b1df8f Sep 20 22:09:15.902 INFO running `"docker" "start" "-a" "ffa41ef03a374965628bc44294716bb53af7cc5c31fc093e1b8996a8d0b1df8f"` Sep 20 22:09:17.113 INFO kablam! usermod: no changes Sep 20 22:09:17.770 INFO kablam! Compiling cc v1.0.13 Sep 20 22:09:17.774 INFO kablam! Compiling serde v1.0.43 Sep 20 22:09:17.774 INFO kablam! Checking sha1 v0.4.0 Sep 20 22:09:17.774 INFO kablam! Compiling smallvec v0.4.4 Sep 20 22:09:17.774 INFO kablam! Checking utf-8 v0.7.2 Sep 20 22:09:17.774 INFO kablam! Checking fera-unionfind v0.1.0 Sep 20 22:09:19.363 INFO kablam! Checking memchr v1.0.2 Sep 20 22:09:20.514 INFO kablam! Compiling isatty v0.1.7 Sep 20 22:09:20.714 INFO kablam! Compiling pear_codegen v0.0.16 Sep 20 22:09:21.814 INFO kablam! Compiling rocket v0.3.9 Sep 20 22:09:21.815 INFO kablam! Compiling rocket_codegen v0.3.9 Sep 20 22:09:21.898 INFO kablam! Compiling proc-macro2 v0.3.7 Sep 20 22:09:23.759 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 20 22:09:25.258 INFO kablam! Checking input_buffer v0.1.1 Sep 20 22:09:29.926 INFO kablam! Compiling url v1.7.0 Sep 20 22:09:30.178 INFO kablam! Checking tokio-reactor v0.1.1 Sep 20 22:09:30.570 INFO kablam! Compiling rayon-core v1.4.0 Sep 20 22:09:30.690 INFO kablam! Checking hyper v0.10.13 Sep 20 22:09:30.945 INFO kablam! Checking env_logger v0.5.9 Sep 20 22:09:39.887 INFO kablam! Compiling openssl-sys v0.9.28 Sep 20 22:09:40.117 INFO kablam! Checking tokio-tcp v0.1.0 Sep 20 22:09:40.990 INFO kablam! Checking tokio-udp v0.1.0 Sep 20 22:09:42.939 INFO kablam! Compiling rayon v0.7.1 Sep 20 22:09:45.862 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 22:09:45.863 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Sep 20 22:09:45.863 INFO kablam! | Sep 20 22:09:45.863 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 20 22:09:45.864 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 22:09:45.864 INFO kablam! Sep 20 22:09:46.226 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 20 22:09:46.226 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Sep 20 22:09:46.227 INFO kablam! | Sep 20 22:09:46.227 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 20 22:09:46.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 20 22:09:46.228 INFO kablam! Sep 20 22:09:47.154 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 20 22:09:47.155 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Sep 20 22:09:47.155 INFO kablam! | Sep 20 22:09:47.155 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 20 22:09:47.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 20 22:09:47.178 INFO kablam! Sep 20 22:09:47.911 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 20 22:09:47.912 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Sep 20 22:09:47.912 INFO kablam! | Sep 20 22:09:47.912 INFO kablam! 317 | ExprKind::Block(block) => { Sep 20 22:09:47.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 20 22:09:47.938 INFO kablam! Sep 20 22:09:48.090 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 20 22:09:48.090 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Sep 20 22:09:48.090 INFO kablam! | Sep 20 22:09:48.090 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 20 22:09:48.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:09:48.094 INFO kablam! | Sep 20 22:09:48.094 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 20 22:09:48.094 INFO kablam! Sep 20 22:09:48.674 INFO kablam! error: aborting due to 5 previous errors Sep 20 22:09:48.674 INFO kablam! Sep 20 22:09:48.674 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 20 22:09:48.678 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 20 22:09:48.831 INFO kablam! error: Could not compile `pear_codegen`. Sep 20 22:09:48.831 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 22:10:02.209 INFO kablam! error: build failed Sep 20 22:10:02.211 INFO kablam! su: No module specific data is present Sep 20 22:10:03.097 INFO running `"docker" "rm" "-f" "ffa41ef03a374965628bc44294716bb53af7cc5c31fc093e1b8996a8d0b1df8f"` Sep 20 22:10:03.237 INFO blam! ffa41ef03a374965628bc44294716bb53af7cc5c31fc093e1b8996a8d0b1df8f