Sep 19 12:52:11.687 INFO checking mozilla-services/megaphone against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 12:52:11.687 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 12:52:11.687 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:52:12.127 INFO blam! dd77388bb59ab56cb09c5c22e057beef5826675f1ed280a47b2bb3a1ce665d3d Sep 19 12:52:12.133 INFO running `"docker" "start" "-a" "dd77388bb59ab56cb09c5c22e057beef5826675f1ed280a47b2bb3a1ce665d3d"` Sep 19 12:52:13.377 INFO kablam! usermod: no changes Sep 19 12:52:14.001 INFO kablam! Compiling antidote v1.0.0 Sep 19 12:52:14.015 INFO kablam! Checking try-lock v0.1.0 Sep 19 12:52:14.049 INFO kablam! Checking serde v1.0.50 Sep 19 12:52:14.052 INFO kablam! Checking isatty v0.1.6 Sep 19 12:52:14.057 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 19 12:52:14.063 INFO kablam! Checking term v0.5.1 Sep 19 12:52:14.147 INFO kablam! Compiling memchr v2.0.1 Sep 19 12:52:15.483 INFO kablam! Compiling openssl-sys v0.9.31 Sep 19 12:52:15.490 INFO kablam! Compiling mysqlclient-sys v0.2.3 Sep 19 12:52:15.792 INFO kablam! Compiling pear_codegen v0.0.17 Sep 19 12:52:16.339 INFO kablam! Compiling rocket v0.3.13 Sep 19 12:52:17.926 INFO kablam! Compiling rocket_codegen v0.3.13 Sep 19 12:52:18.155 INFO kablam! Compiling base64 v0.9.1 Sep 19 12:52:18.483 INFO kablam! Checking tokio-timer v0.2.3 Sep 19 12:52:19.579 INFO kablam! Checking want v0.0.4 Sep 19 12:52:21.512 INFO kablam! Compiling scheduled-thread-pool v0.2.0 Sep 19 12:52:21.523 INFO kablam! Compiling syn v0.11.11 Sep 19 12:52:21.535 INFO kablam! Checking r2d2 v0.8.2 Sep 19 12:52:21.563 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 19 12:52:21.599 INFO kablam! Checking smallvec v0.6.4 Sep 19 12:52:25.147 INFO kablam! Checking tokio-io v0.1.6 Sep 19 12:52:25.576 INFO kablam! Compiling syn v0.12.15 Sep 19 12:52:25.722 INFO kablam! Compiling url v1.7.0 Sep 19 12:52:26.118 INFO kablam! Checking regex v1.0.0 Sep 19 12:52:26.309 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 19 12:52:32.795 INFO kablam! Checking mime v0.3.7 Sep 19 12:52:32.856 INFO kablam! Compiling rayon-core v1.4.0 Sep 19 12:52:53.551 INFO kablam! Checking chrono v0.4.2 Sep 19 12:52:53.991 INFO kablam! Compiling openssl v0.9.24 Sep 19 12:52:54.679 INFO kablam! Checking tokio-threadpool v0.1.3 Sep 19 12:52:57.721 INFO kablam! Checking tokio-reactor v0.1.1 Sep 19 12:52:58.810 INFO kablam! Compiling hyper v0.10.13 Sep 19 12:52:59.551 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 12:52:59.551 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:19:13 Sep 19 12:52:59.551 INFO kablam! | Sep 19 12:52:59.551 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 19 12:52:59.551 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 12:52:59.551 INFO kablam! Sep 19 12:52:59.935 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 12:52:59.935 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:66:16 Sep 19 12:52:59.935 INFO kablam! | Sep 19 12:52:59.935 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 19 12:52:59.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 12:52:59.935 INFO kablam! Sep 19 12:53:00.836 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 19 12:53:00.836 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:70:24 Sep 19 12:53:00.836 INFO kablam! | Sep 19 12:53:00.836 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 19 12:53:00.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 19 12:53:00.836 INFO kablam! Sep 19 12:53:01.851 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 19 12:53:01.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:303:49 Sep 19 12:53:01.851 INFO kablam! | Sep 19 12:53:01.851 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 19 12:53:01.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 12:53:01.852 INFO kablam! | Sep 19 12:53:01.852 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 19 12:53:01.852 INFO kablam! Sep 19 12:53:02.343 INFO kablam! error: aborting due to 4 previous errors Sep 19 12:53:02.343 INFO kablam! Sep 19 12:53:02.343 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 19 12:53:02.343 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 12:53:02.467 INFO kablam! error: Could not compile `pear_codegen`. Sep 19 12:53:02.467 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 12:53:35.071 INFO kablam! error: build failed Sep 19 12:53:35.078 INFO kablam! su: No module specific data is present Sep 19 12:53:36.726 INFO running `"docker" "rm" "-f" "dd77388bb59ab56cb09c5c22e057beef5826675f1ed280a47b2bb3a1ce665d3d"` Sep 19 12:53:37.087 INFO blam! dd77388bb59ab56cb09c5c22e057beef5826675f1ed280a47b2bb3a1ce665d3d