Sep 19 12:51:08.909 INFO checking mrjoe7/simpletimer-rs against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 12:51:08.909 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 12:51:08.909 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 12:51:09.314 INFO blam! 263839dc59cc249f46210b47c6a8baea86fb230e9f0834a1d5bde0bf6a1fcc26 Sep 19 12:51:09.316 INFO running `"docker" "start" "-a" "263839dc59cc249f46210b47c6a8baea86fb230e9f0834a1d5bde0bf6a1fcc26"` Sep 19 12:51:12.102 INFO kablam! usermod: no changes Sep 19 12:51:12.503 INFO kablam! Compiling unicode-normalization v0.1.5 Sep 19 12:51:12.515 INFO kablam! Compiling byteorder v1.2.2 Sep 19 12:51:12.543 INFO kablam! Compiling httparse v1.2.4 Sep 19 12:51:12.571 INFO kablam! Checking smallvec v0.4.4 Sep 19 12:51:12.572 INFO kablam! Checking pear v0.0.16 Sep 19 12:51:12.573 INFO kablam! Compiling crossbeam-utils v0.2.2 Sep 19 12:51:16.651 INFO kablam! Compiling num_cpus v1.8.0 Sep 19 12:51:17.396 INFO kablam! Compiling time v0.1.39 Sep 19 12:51:17.460 INFO kablam! Compiling isatty v0.1.7 Sep 19 12:51:17.952 INFO kablam! Compiling memchr v1.0.2 Sep 19 12:51:19.424 INFO kablam! Compiling pear_codegen v0.0.16 Sep 19 12:51:19.508 INFO kablam! Compiling rocket v0.3.9 Sep 19 12:51:21.769 INFO kablam! Compiling rocket_codegen v0.3.9 Sep 19 12:51:21.788 INFO kablam! Compiling lmdb-sys v0.8.0 Sep 19 12:51:21.839 INFO kablam! Checking toml v0.4.6 Sep 19 12:51:22.048 INFO kablam! Checking bincode v1.0.0 Sep 19 12:51:24.479 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 19 12:51:24.511 INFO kablam! Compiling base64 v0.6.0 Sep 19 12:51:28.045 INFO kablam! Compiling idna v0.1.4 Sep 19 12:51:28.047 INFO kablam! Compiling mime v0.2.6 Sep 19 12:51:28.827 INFO kablam! Checking tokio-io v0.1.6 Sep 19 12:51:28.851 INFO kablam! Compiling syn v0.13.3 Sep 19 12:51:35.103 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 19 12:51:35.556 INFO kablam! Checking tokio-reactor v0.1.1 Sep 19 12:51:35.556 INFO kablam! Checking tokio-fs v0.1.0 Sep 19 12:51:37.501 INFO kablam! Compiling rayon-core v1.4.0 Sep 19 12:51:39.591 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 12:51:39.591 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Sep 19 12:51:39.591 INFO kablam! | Sep 19 12:51:39.591 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 19 12:51:39.591 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 12:51:39.591 INFO kablam! Sep 19 12:51:39.723 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 12:51:39.723 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Sep 19 12:51:39.723 INFO kablam! | Sep 19 12:51:39.723 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 19 12:51:39.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 12:51:39.723 INFO kablam! Sep 19 12:51:40.171 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 19 12:51:40.172 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Sep 19 12:51:40.172 INFO kablam! | Sep 19 12:51:40.172 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 19 12:51:40.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 19 12:51:40.173 INFO kablam! Sep 19 12:51:40.527 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 12:51:40.527 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Sep 19 12:51:40.528 INFO kablam! | Sep 19 12:51:40.528 INFO kablam! 317 | ExprKind::Block(block) => { Sep 19 12:51:40.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 12:51:40.529 INFO kablam! Sep 19 12:51:40.643 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 19 12:51:40.643 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Sep 19 12:51:40.644 INFO kablam! | Sep 19 12:51:40.644 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 19 12:51:40.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:51:40.645 INFO kablam! | Sep 19 12:51:40.645 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 19 12:51:40.645 INFO kablam! Sep 19 12:51:41.079 INFO kablam! error: aborting due to 5 previous errors Sep 19 12:51:41.079 INFO kablam! Sep 19 12:51:41.079 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 19 12:51:41.079 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 12:51:41.212 INFO kablam! error: Could not compile `pear_codegen`. Sep 19 12:51:41.213 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 12:51:55.671 INFO kablam! error: build failed Sep 19 12:51:55.677 INFO kablam! su: No module specific data is present Sep 19 12:51:56.805 INFO running `"docker" "rm" "-f" "263839dc59cc249f46210b47c6a8baea86fb230e9f0834a1d5bde0bf6a1fcc26"` Sep 19 12:51:57.087 INFO blam! 263839dc59cc249f46210b47c6a8baea86fb230e9f0834a1d5bde0bf6a1fcc26