Sep 19 15:02:06.853 INFO checking mrjoe7/simpletimer-rs against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 15:02:06.853 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 15:02:06.853 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:02:07.088 INFO blam! 5b71959c6c176d5fd06fee2bd89346fc6af7e9e8074ac8efce260f67696c212a Sep 19 15:02:07.090 INFO running `"docker" "start" "-a" "5b71959c6c176d5fd06fee2bd89346fc6af7e9e8074ac8efce260f67696c212a"` Sep 19 15:02:08.253 INFO kablam! usermod: no changes Sep 19 15:02:08.650 INFO kablam! Compiling lazy_static v1.0.0 Sep 19 15:02:08.678 INFO kablam! Compiling byteorder v1.2.2 Sep 19 15:02:08.683 INFO kablam! Compiling httparse v1.2.4 Sep 19 15:02:08.703 INFO kablam! Checking smallvec v0.4.4 Sep 19 15:02:08.703 INFO kablam! Compiling pear v0.0.16 Sep 19 15:02:08.703 INFO kablam! Compiling crossbeam-utils v0.2.2 Sep 19 15:02:09.739 INFO kablam! Compiling num_cpus v1.8.0 Sep 19 15:02:12.815 INFO kablam! Compiling time v0.1.39 Sep 19 15:02:14.811 INFO kablam! Compiling memchr v1.0.2 Sep 19 15:02:14.812 INFO kablam! Compiling isatty v0.1.7 Sep 19 15:02:14.835 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 19 15:02:14.868 INFO kablam! Compiling pear_codegen v0.0.16 Sep 19 15:02:14.875 INFO kablam! Compiling rocket v0.3.9 Sep 19 15:02:15.031 INFO kablam! Compiling rocket_codegen v0.3.9 Sep 19 15:02:16.134 INFO kablam! Compiling lmdb-sys v0.8.0 Sep 19 15:02:16.219 INFO kablam! Checking toml v0.4.6 Sep 19 15:02:17.717 INFO kablam! Checking bincode v1.0.0 Sep 19 15:02:19.983 INFO kablam! Compiling log v0.3.9 Sep 19 15:02:22.126 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 19 15:02:22.129 INFO kablam! Compiling base64 v0.6.0 Sep 19 15:02:22.299 INFO kablam! Checking uuid v0.6.3 Sep 19 15:02:22.590 INFO kablam! Checking tokio-timer v0.2.3 Sep 19 15:02:24.403 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 19 15:02:25.840 INFO kablam! Compiling url v1.7.0 Sep 19 15:02:26.703 INFO kablam! Compiling syn v0.13.3 Sep 19 15:02:27.480 INFO kablam! Compiling mime v0.2.6 Sep 19 15:02:31.866 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 19 15:02:31.960 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 19 15:02:34.835 INFO kablam! Checking tokio-threadpool v0.1.3 Sep 19 15:02:34.995 INFO kablam! Compiling rayon-core v1.4.0 Sep 19 15:02:35.655 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 15:02:35.655 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Sep 19 15:02:35.656 INFO kablam! | Sep 19 15:02:35.656 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 19 15:02:35.657 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 15:02:35.657 INFO kablam! Sep 19 15:02:35.998 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 15:02:35.998 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Sep 19 15:02:35.998 INFO kablam! | Sep 19 15:02:35.999 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 19 15:02:35.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 15:02:36.026 INFO kablam! Sep 19 15:02:36.795 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 19 15:02:36.795 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Sep 19 15:02:36.795 INFO kablam! | Sep 19 15:02:36.795 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 19 15:02:36.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 19 15:02:36.796 INFO kablam! Sep 19 15:02:37.478 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 15:02:37.478 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Sep 19 15:02:37.479 INFO kablam! | Sep 19 15:02:37.479 INFO kablam! 317 | ExprKind::Block(block) => { Sep 19 15:02:37.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 15:02:37.480 INFO kablam! Sep 19 15:02:37.674 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 19 15:02:37.674 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Sep 19 15:02:37.674 INFO kablam! | Sep 19 15:02:37.674 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 19 15:02:37.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 15:02:37.674 INFO kablam! | Sep 19 15:02:37.674 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 19 15:02:37.674 INFO kablam! Sep 19 15:02:38.060 INFO kablam! error: aborting due to 5 previous errors Sep 19 15:02:38.060 INFO kablam! Sep 19 15:02:38.060 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 19 15:02:38.060 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 15:02:38.207 INFO kablam! error: Could not compile `pear_codegen`. Sep 19 15:02:38.208 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:02:55.478 INFO kablam! error: build failed Sep 19 15:02:55.482 INFO kablam! su: No module specific data is present Sep 19 15:02:57.185 INFO running `"docker" "rm" "-f" "5b71959c6c176d5fd06fee2bd89346fc6af7e9e8074ac8efce260f67696c212a"` Sep 19 15:02:57.308 INFO blam! 5b71959c6c176d5fd06fee2bd89346fc6af7e9e8074ac8efce260f67696c212a