Sep 20 22:09:14.733 INFO checking little-dude/generals-rs against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 22:09:14.733 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 22:09:14.733 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-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:14.998 INFO blam! 6ba14fd2ae562db4dbaf8bbe69cc7aadf75b4c4295e44edf76170bf79165355a Sep 20 22:09:15.000 INFO running `"docker" "start" "-a" "6ba14fd2ae562db4dbaf8bbe69cc7aadf75b4c4295e44edf76170bf79165355a"` Sep 20 22:09:16.514 INFO kablam! usermod: no changes Sep 20 22:09:16.995 INFO kablam! Compiling cc v1.0.13 Sep 20 22:09:16.998 INFO kablam! Compiling unicode-normalization v0.1.5 Sep 20 22:09:17.008 INFO kablam! Compiling byteorder v1.2.2 Sep 20 22:09:17.013 INFO kablam! Compiling serde v1.0.43 Sep 20 22:09:17.013 INFO kablam! Compiling httparse v1.2.4 Sep 20 22:09:17.013 INFO kablam! Checking utf-8 v0.7.2 Sep 20 22:09:17.013 INFO kablam! Compiling smallvec v0.4.4 Sep 20 22:09:17.013 INFO kablam! Checking sha1 v0.4.0 Sep 20 22:09:18.346 INFO kablam! Compiling pear v0.0.16 Sep 20 22:09:21.919 INFO kablam! Checking fera-unionfind v0.1.0 Sep 20 22:09:23.186 INFO kablam! Checking memchr v1.0.2 Sep 20 22:09:23.682 INFO kablam! Compiling isatty v0.1.7 Sep 20 22:09:24.998 INFO kablam! Compiling pear_codegen v0.0.16 Sep 20 22:09:25.082 INFO kablam! Compiling rocket v0.3.9 Sep 20 22:09:25.258 INFO kablam! Compiling rocket_codegen v0.3.9 Sep 20 22:09:25.774 INFO kablam! Checking base64 v0.9.1 Sep 20 22:09:25.778 INFO kablam! Checking toml v0.4.6 Sep 20 22:09:27.758 INFO kablam! Checking serde_json v1.0.16 Sep 20 22:09:29.096 INFO kablam! Compiling base64 v0.6.0 Sep 20 22:09:33.255 INFO kablam! Checking bytes v0.4.7 Sep 20 22:09:33.599 INFO kablam! Checking mio v0.6.14 Sep 20 22:09:33.798 INFO kablam! Compiling idna v0.1.4 Sep 20 22:09:34.338 INFO kablam! Compiling mime v0.2.6 Sep 20 22:09:36.289 INFO kablam! Checking url v1.7.0 Sep 20 22:09:37.626 INFO kablam! Compiling openssl-sys v0.9.28 Sep 20 22:09:40.118 INFO kablam! Checking tokio-threadpool v0.1.2 Sep 20 22:09:45.138 INFO kablam! Checking env_logger v0.5.9 Sep 20 22:09:45.139 INFO kablam! Checking tokio-io v0.1.6 Sep 20 22:09:46.666 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 22:09:46.666 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Sep 20 22:09:46.667 INFO kablam! | Sep 20 22:09:46.667 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 20 22:09:46.668 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 20 22:09:46.668 INFO kablam! Sep 20 22:09:46.988 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 20 22:09:46.988 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Sep 20 22:09:46.988 INFO kablam! | Sep 20 22:09:46.988 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 20 22:09:46.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 20 22:09:46.988 INFO kablam! Sep 20 22:09:47.846 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 20 22:09:47.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Sep 20 22:09:47.846 INFO kablam! | Sep 20 22:09:47.846 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 20 22:09:47.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 20 22:09:47.870 INFO kablam! Sep 20 22:09:48.007 INFO kablam! Checking input_buffer v0.1.1 Sep 20 22:09:48.622 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 20 22:09:48.622 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Sep 20 22:09:48.623 INFO kablam! | Sep 20 22:09:48.623 INFO kablam! 317 | ExprKind::Block(block) => { Sep 20 22:09:48.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 20 22:09:48.630 INFO kablam! Sep 20 22:09:48.818 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 20 22:09:48.818 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Sep 20 22:09:48.819 INFO kablam! | Sep 20 22:09:48.819 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 20 22:09:48.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 22:09:48.820 INFO kablam! | Sep 20 22:09:48.820 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 20 22:09:48.821 INFO kablam! Sep 20 22:09:49.266 INFO kablam! error: aborting due to 5 previous errors Sep 20 22:09:49.266 INFO kablam! Sep 20 22:09:49.267 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 20 22:09:49.267 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 20 22:09:49.374 INFO kablam! error: Could not compile `pear_codegen`. Sep 20 22:09:49.375 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 22:09:58.346 INFO kablam! error: build failed Sep 20 22:09:58.362 INFO kablam! su: No module specific data is present Sep 20 22:09:59.442 INFO running `"docker" "rm" "-f" "6ba14fd2ae562db4dbaf8bbe69cc7aadf75b4c4295e44edf76170bf79165355a"` Sep 20 22:09:59.570 INFO blam! 6ba14fd2ae562db4dbaf8bbe69cc7aadf75b4c4295e44edf76170bf79165355a