Sep 01 14:11:39.191 INFO checking mozilla-services/megaphone against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 14:11:39.191 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:11:39.192 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:11:39.422 INFO blam! 0e2008cc6586ad4dffdec89ce8344b37aa98b7093f423ad08999fc7b67b97bca Sep 01 14:11:39.424 INFO running `"docker" "start" "-a" "0e2008cc6586ad4dffdec89ce8344b37aa98b7093f423ad08999fc7b67b97bca"` Sep 01 14:11:40.839 INFO kablam! Compiling matches v0.1.6 Sep 01 14:11:40.847 INFO kablam! Compiling antidote v1.0.0 Sep 01 14:11:40.847 INFO kablam! Compiling unicode-normalization v0.1.5 Sep 01 14:11:40.884 INFO kablam! Compiling percent-encoding v1.0.1 Sep 01 14:11:40.885 INFO kablam! Compiling yansi v0.4.0 Sep 01 14:11:40.885 INFO kablam! Compiling safemem v0.2.0 Sep 01 14:11:40.886 INFO kablam! Compiling byteorder v1.2.2 Sep 01 14:11:40.887 INFO kablam! Compiling untrusted v0.5.1 Sep 01 14:11:41.446 INFO kablam! Compiling typeable v0.1.2 Sep 01 14:11:42.331 INFO kablam! Checking serde v1.0.50 Sep 01 14:11:42.455 INFO kablam! Compiling traitobject v0.1.0 Sep 01 14:11:43.031 INFO kablam! Compiling httparse v1.2.4 Sep 01 14:11:43.717 INFO kablam! Compiling language-tags v0.2.2 Sep 01 14:11:46.409 INFO kablam! Checking state v0.4.1 Sep 01 14:11:47.136 INFO kablam! Compiling pear v0.0.16 Sep 01 14:11:47.933 INFO kablam! Compiling ordermap v0.2.13 Sep 01 14:11:54.739 INFO kablam! Compiling regex v1.0.0 Sep 01 14:11:54.782 INFO kablam! Checking isatty v0.1.6 Sep 01 14:11:54.845 INFO kablam! Compiling openssl-sys v0.9.31 Sep 01 14:11:54.989 INFO kablam! Compiling mysqlclient-sys v0.2.3 Sep 01 14:11:58.517 INFO kablam! Compiling unicode-bidi v0.3.4 Sep 01 14:11:58.520 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Sep 01 14:11:59.081 INFO kablam! Compiling base64 v0.6.0 Sep 01 14:11:59.883 INFO kablam! Compiling base64 v0.9.1 Sep 01 14:12:00.489 INFO kablam! Compiling pear_codegen v0.0.17 Sep 01 14:12:05.799 INFO kablam! Compiling rocket v0.3.13 Sep 01 14:12:05.819 INFO kablam! Compiling rocket_codegen v0.3.13 Sep 01 14:12:05.969 INFO kablam! Checking regex-syntax v0.6.0 Sep 01 14:12:10.694 INFO kablam! Checking want v0.0.4 Sep 01 14:12:10.792 INFO kablam! Checking r2d2 v0.8.2 Sep 01 14:12:10.816 INFO kablam! Compiling smallvec v0.6.4 Sep 01 14:12:12.151 INFO kablam! Checking tokio-io v0.1.6 Sep 01 14:12:12.828 INFO kablam! Compiling mime v0.2.6 Sep 01 14:12:14.266 INFO kablam! Compiling syn v0.12.15 Sep 01 14:12:20.796 INFO kablam! Compiling idna v0.1.4 Sep 01 14:12:22.465 INFO kablam! Compiling openssl v0.9.24 Sep 01 14:12:22.531 INFO kablam! Checking chrono v0.4.2 Sep 01 14:12:26.355 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 14:12:26.355 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:19:13 Sep 01 14:12:26.355 INFO kablam! | Sep 01 14:12:26.355 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 01 14:12:26.356 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 14:12:26.356 INFO kablam! Sep 01 14:12:26.676 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 01 14:12:26.676 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:66:16 Sep 01 14:12:26.676 INFO kablam! | Sep 01 14:12:26.676 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 01 14:12:26.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 01 14:12:26.676 INFO kablam! Sep 01 14:12:27.519 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 01 14:12:27.519 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:70:24 Sep 01 14:12:27.519 INFO kablam! | Sep 01 14:12:27.519 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 01 14:12:27.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 01 14:12:27.519 INFO kablam! Sep 01 14:12:28.499 INFO kablam! Checking tokio-reactor v0.1.1 Sep 01 14:12:28.625 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 01 14:12:28.626 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:303:49 Sep 01 14:12:28.626 INFO kablam! | Sep 01 14:12:28.626 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 01 14:12:28.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 14:12:28.630 INFO kablam! | Sep 01 14:12:28.630 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 01 14:12:28.631 INFO kablam! Sep 01 14:12:29.079 INFO kablam! error: aborting due to 4 previous errors Sep 01 14:12:29.110 INFO kablam! Sep 01 14:12:29.111 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 01 14:12:29.111 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 14:12:29.178 INFO kablam! error: Could not compile `pear_codegen`. Sep 01 14:12:29.178 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 14:12:59.337 INFO kablam! error: build failed Sep 01 14:12:59.339 INFO kablam! su: No module specific data is present Sep 01 14:12:59.885 INFO running `"docker" "rm" "-f" "0e2008cc6586ad4dffdec89ce8344b37aa98b7093f423ad08999fc7b67b97bca"` Sep 01 14:13:00.062 INFO blam! 0e2008cc6586ad4dffdec89ce8344b37aa98b7093f423ad08999fc7b67b97bca