Sep 10 03:36:01.988 INFO checking little-dude/generals-rs against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 03:36:01.988 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 03:36:01.988 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 03:36:02.256 INFO blam! cb8432f638467b924f58ab7639755231d8edf8c7ba454daa17d3a15fd0c3a56b Sep 10 03:36:02.258 INFO running `"docker" "start" "-a" "cb8432f638467b924f58ab7639755231d8edf8c7ba454daa17d3a15fd0c3a56b"` Sep 10 03:36:03.199 INFO kablam! usermod: no changes Sep 10 03:36:03.546 INFO kablam! Checking futures v0.1.21 Sep 10 03:36:03.546 INFO kablam! Compiling cc v1.0.13 Sep 10 03:36:03.562 INFO kablam! Compiling byteorder v1.2.2 Sep 10 03:36:03.566 INFO kablam! Checking scoped-tls v0.1.1 Sep 10 03:36:03.566 INFO kablam! Compiling serde v1.0.43 Sep 10 03:36:03.566 INFO kablam! Compiling regex v0.2.10 Sep 10 03:36:03.566 INFO kablam! Compiling smallvec v0.4.4 Sep 10 03:36:04.998 INFO kablam! Checking utf-8 v0.7.2 Sep 10 03:36:06.482 INFO kablam! Checking sha1 v0.4.0 Sep 10 03:36:06.482 INFO kablam! Compiling pear v0.0.16 Sep 10 03:36:08.390 INFO kablam! Checking fera-unionfind v0.1.0 Sep 10 03:36:08.508 INFO kablam! Compiling log v0.4.1 Sep 10 03:36:12.554 INFO kablam! Compiling time v0.1.39 Sep 10 03:36:12.594 INFO kablam! Compiling isatty v0.1.7 Sep 10 03:36:12.754 INFO kablam! Compiling memchr v1.0.2 Sep 10 03:36:13.154 INFO kablam! Checking atty v0.2.9 Sep 10 03:36:13.738 INFO kablam! Checking net2 v0.2.32 Sep 10 03:36:14.083 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 10 03:36:14.314 INFO kablam! Compiling pear_codegen v0.0.16 Sep 10 03:36:15.998 INFO kablam! Compiling rocket v0.3.9 Sep 10 03:36:15.998 INFO kablam! Compiling rocket_codegen v0.3.9 Sep 10 03:36:16.374 INFO kablam! Compiling proc-macro2 v0.3.7 Sep 10 03:36:17.578 INFO kablam! Checking base64 v0.9.1 Sep 10 03:36:20.823 INFO kablam! Checking regex-syntax v0.5.5 Sep 10 03:36:20.895 INFO kablam! Compiling base64 v0.6.0 Sep 10 03:36:21.168 INFO kablam! Compiling log v0.3.9 Sep 10 03:36:21.490 INFO kablam! Compiling openssl-sys v0.9.28 Sep 10 03:36:29.798 INFO kablam! Compiling idna v0.1.4 Sep 10 03:36:29.803 INFO kablam! Checking crossbeam-epoch v0.4.1 Sep 10 03:36:30.215 INFO kablam! Checking mio v0.6.14 Sep 10 03:36:31.839 INFO kablam! Checking input_buffer v0.1.1 Sep 10 03:36:32.159 INFO kablam! Checking tokio-executor v0.1.2 Sep 10 03:36:33.400 INFO kablam! Checking tokio-io v0.1.6 Sep 10 03:36:34.423 INFO kablam! Checking futures-cpupool v0.1.8 Sep 10 03:36:34.642 INFO kablam! Compiling mime v0.2.6 Sep 10 03:36:36.550 INFO kablam! Compiling quote v0.5.2 Sep 10 03:36:40.616 INFO kablam! Checking tokio-timer v0.2.1 Sep 10 03:36:42.754 INFO kablam! Checking crossbeam-deque v0.3.0 Sep 10 03:36:43.923 INFO kablam! Checking hyper v0.10.13 Sep 10 03:36:44.378 INFO kablam! Compiling rayon v0.7.1 Sep 10 03:36:46.452 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 03:36:46.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:19:13 Sep 10 03:36:46.452 INFO kablam! | Sep 10 03:36:46.452 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 10 03:36:46.452 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 03:36:46.452 INFO kablam! Sep 10 03:36:46.898 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 10 03:36:46.898 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:66:16 Sep 10 03:36:46.898 INFO kablam! | Sep 10 03:36:46.898 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 10 03:36:46.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 10 03:36:46.898 INFO kablam! Sep 10 03:36:47.746 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 10 03:36:47.746 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:70:24 Sep 10 03:36:47.746 INFO kablam! | Sep 10 03:36:47.746 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 10 03:36:47.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 10 03:36:47.746 INFO kablam! Sep 10 03:36:48.478 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 10 03:36:48.478 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:317:9 Sep 10 03:36:48.478 INFO kablam! | Sep 10 03:36:48.478 INFO kablam! 317 | ExprKind::Block(block) => { Sep 10 03:36:48.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 10 03:36:48.478 INFO kablam! Sep 10 03:36:48.722 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 10 03:36:48.722 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.16/src/lib.rs:303:49 Sep 10 03:36:48.722 INFO kablam! | Sep 10 03:36:48.722 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 10 03:36:48.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 03:36:48.722 INFO kablam! | Sep 10 03:36:48.722 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 10 03:36:48.722 INFO kablam! Sep 10 03:36:49.202 INFO kablam! error: aborting due to 5 previous errors Sep 10 03:36:49.230 INFO kablam! Sep 10 03:36:49.230 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432. Sep 10 03:36:49.231 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 10 03:36:49.358 INFO kablam! error: Could not compile `pear_codegen`. Sep 10 03:36:49.359 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 03:37:12.410 INFO kablam! error: build failed Sep 10 03:37:12.422 INFO kablam! su: No module specific data is present Sep 10 03:37:14.010 INFO running `"docker" "rm" "-f" "cb8432f638467b924f58ab7639755231d8edf8c7ba454daa17d3a15fd0c3a56b"` Sep 10 03:37:14.125 INFO blam! cb8432f638467b924f58ab7639755231d8edf8c7ba454daa17d3a15fd0c3a56b