Sep 03 17:27:28.407 INFO checking michaelasper/asper.sh against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 17:27:28.407 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 17:27:28.407 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 17:27:28.678 INFO blam! ddd7e69670e75403ae94a1c505c42479eb5480e555805aa438548061f04343e4 Sep 03 17:27:28.681 INFO running `"docker" "start" "-a" "ddd7e69670e75403ae94a1c505c42479eb5480e555805aa438548061f04343e4"` Sep 03 17:27:29.580 INFO kablam! warning: dependency (rocket_contrib) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Sep 03 17:27:29.581 INFO kablam! warning: unused manifest key: dependencies.rocket_contrib.rocket_contrib Sep 03 17:27:29.829 INFO kablam! Compiling httparse v1.2.4 Sep 03 17:27:29.834 INFO kablam! Checking pest v0.3.3 Sep 03 17:27:29.834 INFO kablam! Compiling pear v0.0.17 Sep 03 17:27:29.911 INFO kablam! Compiling smallvec v0.6.1 Sep 03 17:27:29.942 INFO kablam! Compiling crossbeam-utils v0.2.2 Sep 03 17:27:29.950 INFO kablam! Compiling log v0.4.2 Sep 03 17:27:33.850 INFO kablam! Compiling pear_codegen v0.0.17 Sep 03 17:27:33.850 INFO kablam! Compiling rocket v0.3.12 Sep 03 17:27:33.850 INFO kablam! Compiling rocket_codegen v0.3.12 Sep 03 17:27:33.854 INFO kablam! Compiling idna v0.1.4 Sep 03 17:27:33.856 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 03 17:27:33.887 INFO kablam! Checking log v0.3.9 Sep 03 17:27:33.913 INFO kablam! Compiling serde v1.0.66 Sep 03 17:27:35.854 INFO kablam! Checking toml v0.4.6 Sep 03 17:27:36.761 INFO kablam! Checking regex v0.2.11 Sep 03 17:27:37.058 INFO kablam! Checking mime v0.2.6 Sep 03 17:27:39.924 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 03 17:27:40.937 INFO kablam! Checking hyper v0.10.13 Sep 03 17:27:42.786 INFO kablam! Compiling rayon-core v1.4.0 Sep 03 17:27:44.040 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 17:27:44.040 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:19:13 Sep 03 17:27:44.040 INFO kablam! | Sep 03 17:27:44.040 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 03 17:27:44.040 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 03 17:27:44.062 INFO kablam! Sep 03 17:27:44.354 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 03 17:27:44.354 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:66:16 Sep 03 17:27:44.354 INFO kablam! | Sep 03 17:27:44.354 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 03 17:27:44.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 03 17:27:44.358 INFO kablam! Sep 03 17:27:44.986 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 03 17:27:44.986 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:70:24 Sep 03 17:27:44.986 INFO kablam! | Sep 03 17:27:44.986 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 03 17:27:44.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 03 17:27:44.994 INFO kablam! Sep 03 17:27:45.750 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 03 17:27:45.750 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:303:49 Sep 03 17:27:45.750 INFO kablam! | Sep 03 17:27:45.750 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 03 17:27:45.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 17:27:45.754 INFO kablam! | Sep 03 17:27:45.754 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 03 17:27:45.754 INFO kablam! Sep 03 17:27:46.006 INFO kablam! error: aborting due to 4 previous errors Sep 03 17:27:46.010 INFO kablam! Sep 03 17:27:46.011 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 03 17:27:46.011 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 03 17:27:46.049 INFO kablam! error: Could not compile `pear_codegen`. Sep 03 17:27:46.050 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 17:28:06.572 INFO kablam! error: build failed Sep 03 17:28:06.574 INFO kablam! su: No module specific data is present Sep 03 17:28:07.135 INFO running `"docker" "rm" "-f" "ddd7e69670e75403ae94a1c505c42479eb5480e555805aa438548061f04343e4"` Sep 03 17:28:07.297 INFO blam! ddd7e69670e75403ae94a1c505c42479eb5480e555805aa438548061f04343e4