Sep 14 04:19:26.307 INFO checking hnkz/meiro_server against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 04:19:26.307 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 04:19:26.307 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 04:19:26.494 INFO blam! 7fb7553f4d6bd8d73cb2de8cbe05cef5b610409262cbbcdcc4c75fbfde5ed90f Sep 14 04:19:26.496 INFO running `"docker" "start" "-a" "7fb7553f4d6bd8d73cb2de8cbe05cef5b610409262cbbcdcc4c75fbfde5ed90f"` Sep 14 04:19:27.879 INFO kablam! usermod: no changes Sep 14 04:19:28.187 INFO kablam! Compiling lazy_static v1.0.1 Sep 14 04:19:28.199 INFO kablam! Compiling num-traits v0.2.5 Sep 14 04:19:28.199 INFO kablam! Compiling serde v1.0.69 Sep 14 04:19:28.203 INFO kablam! Compiling num-bigint v0.2.0 Sep 14 04:19:28.235 INFO kablam! Checking unidecode v0.3.0 Sep 14 04:19:28.279 INFO kablam! Compiling num-complex v0.2.0 Sep 14 04:19:28.279 INFO kablam! Compiling num-rational v0.2.1 Sep 14 04:19:28.279 INFO kablam! Compiling num-iter v0.1.37 Sep 14 04:19:30.807 INFO kablam! Checking humansize v1.1.0 Sep 14 04:19:31.123 INFO kablam! Checking pear v0.0.18 Sep 14 04:19:31.291 INFO kablam! Checking pest v0.4.1 Sep 14 04:19:31.310 INFO kablam! Compiling openssl-sys v0.9.33 Sep 14 04:19:31.310 INFO kablam! Checking tokio-executor v0.1.2 Sep 14 04:19:31.999 INFO kablam! Compiling pear_codegen v0.0.18 Sep 14 04:19:32.223 INFO kablam! Compiling rocket v0.3.14 Sep 14 04:19:32.463 INFO kablam! Compiling rocket_codegen v0.3.14 Sep 14 04:19:35.464 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 14 04:19:35.711 INFO kablam! Checking mio v0.6.14 Sep 14 04:19:35.731 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 14 04:19:36.211 INFO kablam! Compiling idna v0.1.4 Sep 14 04:19:36.888 INFO kablam! Checking tokio-timer v0.2.4 Sep 14 04:19:38.043 INFO kablam! Checking thread_local v0.3.5 Sep 14 04:19:38.611 INFO kablam! Checking tokio-io v0.1.7 Sep 14 04:19:43.115 INFO kablam! Checking slug v0.1.3 Sep 14 04:19:44.107 INFO kablam! Checking crossbeam-deque v0.3.1 Sep 14 04:19:45.896 INFO kablam! Checking regex v0.2.11 Sep 14 04:19:46.599 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 14 04:19:47.175 INFO kablam! Checking backtrace v0.3.9 Sep 14 04:19:49.335 INFO kablam! Compiling openssl v0.9.24 Sep 14 04:19:49.364 INFO kablam! Checking tokio-codec v0.1.0 Sep 14 04:19:50.115 INFO kablam! Checking tokio-threadpool v0.1.4 Sep 14 04:19:54.039 INFO kablam! Checking tokio-reactor v0.1.2 Sep 14 04:19:54.098 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 04:19:54.098 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:19:13 Sep 14 04:19:54.098 INFO kablam! | Sep 14 04:19:54.098 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 14 04:19:54.098 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 04:19:54.098 INFO kablam! Sep 14 04:19:54.125 INFO kablam! Checking url v1.7.0 Sep 14 04:19:55.798 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 14 04:19:55.798 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:303:49 Sep 14 04:19:55.798 INFO kablam! | Sep 14 04:19:55.798 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 14 04:19:55.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 04:19:55.798 INFO kablam! | Sep 14 04:19:55.798 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 14 04:19:55.798 INFO kablam! Sep 14 04:19:56.312 INFO kablam! error: aborting due to 2 previous errors Sep 14 04:19:56.312 INFO kablam! Sep 14 04:19:56.312 INFO kablam! Some errors occurred: E0369, E0432. Sep 14 04:19:56.312 INFO kablam! For more information about an error, try `rustc --explain E0369`. Sep 14 04:19:56.408 INFO kablam! error: Could not compile `pear_codegen`. Sep 14 04:19:56.408 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 04:20:09.851 INFO kablam! error: build failed Sep 14 04:20:09.856 INFO kablam! su: No module specific data is present Sep 14 04:20:10.657 INFO running `"docker" "rm" "-f" "7fb7553f4d6bd8d73cb2de8cbe05cef5b610409262cbbcdcc4c75fbfde5ed90f"` Sep 14 04:20:10.915 INFO blam! 7fb7553f4d6bd8d73cb2de8cbe05cef5b610409262cbbcdcc4c75fbfde5ed90f