Sep 03 21:17:40.608 INFO checking mrjoe7/simpletimer-rs against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 03 21:17:40.608 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 03 21:17:40.608 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-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:17:40.746 INFO blam! 7efcb2b36f8f65db680c1f30e9f82e9e1403544d49afe5955d1f5dac82ceb1bf Sep 03 21:17:40.748 INFO running `"docker" "start" "-a" "7efcb2b36f8f65db680c1f30e9f82e9e1403544d49afe5955d1f5dac82ceb1bf"` Sep 03 21:17:41.461 INFO kablam! Compiling byteorder v1.2.2 Sep 03 21:17:41.462 INFO kablam! Compiling serde v1.0.43 Sep 03 21:17:41.463 INFO kablam! Compiling pear v0.0.16 Sep 03 21:17:41.464 INFO kablam! Compiling smallvec v0.4.4 Sep 03 21:17:41.468 INFO kablam! Compiling time v0.1.39 Sep 03 21:17:41.468 INFO kablam! Compiling isatty v0.1.7 Sep 03 21:17:42.041 INFO kablam! Compiling memchr v1.0.2 Sep 03 21:17:43.077 INFO kablam! Compiling unicode-bidi v0.3.4 Sep 03 21:17:43.093 INFO kablam! Compiling pear_codegen v0.0.16 Sep 03 21:17:43.223 INFO kablam! Compiling rocket v0.3.9 Sep 03 21:17:43.503 INFO kablam! Compiling rocket_codegen v0.3.9 Sep 03 21:17:44.801 INFO kablam! Compiling lmdb-sys v0.8.0 Sep 03 21:17:45.293 INFO kablam! Checking toml v0.4.6 Sep 03 21:17:45.892 INFO kablam! Checking bincode v1.0.0 Sep 03 21:17:45.896 INFO kablam! Checking uuid v0.6.3 Sep 03 21:17:45.920 INFO kablam! Compiling base64 v0.6.0 Sep 03 21:17:46.919 INFO kablam! Compiling mime v0.2.6 Sep 03 21:17:50.343 INFO kablam! Compiling syn v0.13.3 Sep 03 21:17:50.387 INFO kablam! Compiling rayon v0.7.1 Sep 03 21:17:50.539 INFO kablam! Checking tokio-fs v0.1.0 Sep 03 21:17:52.194 INFO kablam! Compiling idna v0.1.4 Sep 03 21:17:53.317 INFO kablam! Checking tokio v0.1.6 Sep 03 21:17:54.264 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 21:17:54.264 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Sep 03 21:17:54.264 INFO kablam! | Sep 03 21:17:54.264 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 03 21:17:54.264 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 03 21:17:54.264 INFO kablam! Sep 03 21:17:54.699 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 03 21:17:54.699 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Sep 03 21:17:54.699 INFO kablam! | Sep 03 21:17:54.699 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 03 21:17:54.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 03 21:17:54.699 INFO kablam! Sep 03 21:17:55.265 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 03 21:17:55.265 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Sep 03 21:17:55.265 INFO kablam! | Sep 03 21:17:55.265 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 03 21:17:55.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 03 21:17:55.265 INFO kablam! Sep 03 21:17:55.875 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 03 21:17:55.875 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Sep 03 21:17:55.875 INFO kablam! | Sep 03 21:17:55.875 INFO kablam! 317 | ExprKind::Block(block) => { Sep 03 21:17:55.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 03 21:17:55.875 INFO kablam! Sep 03 21:17:55.941 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 03 21:17:55.941 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Sep 03 21:17:55.941 INFO kablam! | Sep 03 21:17:55.941 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 03 21:17:55.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 21:17:55.948 INFO kablam! | Sep 03 21:17:55.948 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 03 21:17:55.949 INFO kablam! Sep 03 21:17:56.245 INFO kablam! error: aborting due to 5 previous errors Sep 03 21:17:56.245 INFO kablam! Sep 03 21:17:56.245 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 03 21:17:56.245 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 03 21:17:56.276 INFO kablam! error: Could not compile `pear_codegen`. Sep 03 21:17:56.276 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:18:17.237 INFO kablam! error: build failed Sep 03 21:18:17.242 INFO kablam! su: No module specific data is present Sep 03 21:18:17.783 INFO running `"docker" "rm" "-f" "7efcb2b36f8f65db680c1f30e9f82e9e1403544d49afe5955d1f5dac82ceb1bf"` Sep 03 21:18:17.942 INFO blam! 7efcb2b36f8f65db680c1f30e9f82e9e1403544d49afe5955d1f5dac82ceb1bf