Sep 14 03:52:26.761 INFO checking little-dude/generals-rs against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 03:52:26.761 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 03:52:26.761 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:52:27.196 INFO blam! ae2b158c73b93160854750e61d5e5fb66af3c33ad71252e474dd9ecd09c98e7a Sep 14 03:52:27.198 INFO running `"docker" "start" "-a" "ae2b158c73b93160854750e61d5e5fb66af3c33ad71252e474dd9ecd09c98e7a"` Sep 14 03:52:29.214 INFO kablam! usermod: no changes Sep 14 03:52:29.839 INFO kablam! Compiling cc v1.0.13 Sep 14 03:52:29.851 INFO kablam! Checking sha1 v0.4.0 Sep 14 03:52:29.873 INFO kablam! Checking fera-unionfind v0.1.0 Sep 14 03:52:29.879 INFO kablam! Compiling rocket v0.3.9 Sep 14 03:52:29.879 INFO kablam! Compiling rocket_codegen v0.3.9 Sep 14 03:52:29.892 INFO kablam! Compiling toml v0.4.6 Sep 14 03:52:29.892 INFO kablam! Checking bytes v0.4.7 Sep 14 03:52:31.070 INFO kablam! Compiling url v1.7.0 Sep 14 03:52:31.674 INFO kablam! Compiling syn v0.13.1 Sep 14 03:52:33.071 INFO kablam! Compiling pear_codegen v0.0.16 Sep 14 03:52:34.388 INFO kablam! Compiling rayon-core v1.4.0 Sep 14 03:52:37.700 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 03:52:37.700 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Sep 14 03:52:37.700 INFO kablam! | Sep 14 03:52:37.700 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 14 03:52:37.700 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 03:52:37.711 INFO kablam! Sep 14 03:52:37.979 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 14 03:52:37.979 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Sep 14 03:52:37.979 INFO kablam! | Sep 14 03:52:37.979 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 14 03:52:37.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 14 03:52:38.007 INFO kablam! Sep 14 03:52:38.247 INFO kablam! Checking hyper v0.10.13 Sep 14 03:52:38.512 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 14 03:52:38.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Sep 14 03:52:38.512 INFO kablam! | Sep 14 03:52:38.512 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 14 03:52:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 14 03:52:38.513 INFO kablam! Sep 14 03:52:38.790 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 14 03:52:38.790 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Sep 14 03:52:38.790 INFO kablam! | Sep 14 03:52:38.790 INFO kablam! 317 | ExprKind::Block(block) => { Sep 14 03:52:38.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 14 03:52:38.807 INFO kablam! Sep 14 03:52:38.933 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 14 03:52:38.933 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Sep 14 03:52:38.933 INFO kablam! | Sep 14 03:52:38.933 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 14 03:52:38.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 03:52:38.947 INFO kablam! | Sep 14 03:52:38.947 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 14 03:52:38.947 INFO kablam! Sep 14 03:52:39.326 INFO kablam! error: aborting due to 5 previous errors Sep 14 03:52:39.351 INFO kablam! Sep 14 03:52:39.351 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 14 03:52:39.351 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 14 03:52:39.437 INFO kablam! error: Could not compile `pear_codegen`. Sep 14 03:52:39.437 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 03:52:57.291 INFO kablam! error: build failed Sep 14 03:52:57.295 INFO kablam! su: No module specific data is present Sep 14 03:52:58.284 INFO running `"docker" "rm" "-f" "ae2b158c73b93160854750e61d5e5fb66af3c33ad71252e474dd9ecd09c98e7a"` Sep 14 03:52:58.615 INFO blam! ae2b158c73b93160854750e61d5e5fb66af3c33ad71252e474dd9ecd09c98e7a