Sep 03 21:09:12.493 INFO checking Aardwolf-Social/aardwolf against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 21:09:12.493 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 21:09:12.493 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 21:09:12.734 INFO blam! b4e4dbe6483080116d1836b7030bc91adf88078730a15f59c3786524aee1e72e Sep 03 21:09:12.736 INFO running `"docker" "start" "-a" "b4e4dbe6483080116d1836b7030bc91adf88078730a15f59c3786524aee1e72e"` Sep 03 21:09:13.502 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 03 21:09:13.502 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 03 21:09:13.502 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 03 21:09:13.502 INFO kablam! files will be included as a binary target: Sep 03 21:09:13.502 INFO kablam! Sep 03 21:09:13.502 INFO kablam! * /source/src/bin/common.rs Sep 03 21:09:13.502 INFO kablam! Sep 03 21:09:13.502 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 03 21:09:13.502 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 03 21:09:13.502 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 03 21:09:13.502 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 03 21:09:13.502 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 03 21:09:13.502 INFO kablam! Sep 03 21:09:13.502 INFO kablam! For more information on this warning you can consult Sep 03 21:09:13.502 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 03 21:09:14.083 INFO kablam! Compiling httparse v1.3.1 Sep 03 21:09:14.086 INFO kablam! Compiling pq-sys v0.4.5 Sep 03 21:09:14.091 INFO kablam! Checking pear v0.0.18 Sep 03 21:09:14.154 INFO kablam! Compiling aardwolf v0.1.0 (file:///source) Sep 03 21:09:14.162 INFO kablam! Checking collection_macros v0.2.0 Sep 03 21:09:14.163 INFO kablam! Checking bs58 v0.2.0 Sep 03 21:09:14.163 INFO kablam! Compiling log v0.4.2 Sep 03 21:09:15.162 INFO kablam! Compiling pear_codegen v0.0.18 Sep 03 21:09:18.218 INFO kablam! Compiling rocket v0.3.14 Sep 03 21:09:18.271 INFO kablam! Compiling rocket_codegen v0.3.14 Sep 03 21:09:18.296 INFO kablam! Checking thread-id v3.3.0 Sep 03 21:09:18.301 INFO kablam! Checking rand v0.5.2 Sep 03 21:09:18.307 INFO kablam! Checking log v0.3.9 Sep 03 21:09:19.456 INFO kablam! Checking uuid v0.6.5 Sep 03 21:09:19.476 INFO kablam! Checking nom v3.2.1 Sep 03 21:09:19.685 INFO kablam! Checking r2d2 v0.8.2 Sep 03 21:09:19.695 INFO kablam! Checking clap v2.31.2 Sep 03 21:09:20.583 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 03 21:09:22.095 INFO kablam! Compiling derive_builder_core v0.2.0 Sep 03 21:09:22.787 INFO kablam! Compiling url v1.7.0 Sep 03 21:09:23.620 INFO kablam! Checking toml v0.4.6 Sep 03 21:09:23.661 INFO kablam! Checking serde_json v1.0.22 Sep 03 21:09:37.604 INFO kablam! Checking simple-logging v2.0.1 Sep 03 21:09:40.542 INFO kablam! Checking mime v0.2.6 Sep 03 21:09:40.699 INFO kablam! Compiling parse-zoneinfo v0.1.1 Sep 03 21:09:40.892 INFO kablam! Checking block-cipher-trait v0.5.2 Sep 03 21:09:40.905 INFO kablam! Checking url_serde v0.2.0 Sep 03 21:09:45.866 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 21:09:45.866 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:19:13 Sep 03 21:09:45.866 INFO kablam! | Sep 03 21:09:45.866 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 03 21:09:45.866 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 03 21:09:45.867 INFO kablam! Sep 03 21:09:46.370 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 03 21:09:46.370 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:303:49 Sep 03 21:09:46.370 INFO kablam! | Sep 03 21:09:46.370 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 03 21:09:46.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 21:09:46.371 INFO kablam! | Sep 03 21:09:46.371 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 03 21:09:46.371 INFO kablam! Sep 03 21:09:46.488 INFO kablam! error: aborting due to 2 previous errors Sep 03 21:09:46.488 INFO kablam! Sep 03 21:09:46.488 INFO kablam! Some errors occurred: E0369, E0432. Sep 03 21:09:46.488 INFO kablam! For more information about an error, try `rustc --explain E0369`. Sep 03 21:09:46.507 INFO kablam! error: Could not compile `pear_codegen`. Sep 03 21:09:46.508 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:09:51.617 INFO kablam! error: build failed Sep 03 21:09:51.617 INFO kablam! su: No module specific data is present Sep 03 21:09:52.098 INFO running `"docker" "rm" "-f" "b4e4dbe6483080116d1836b7030bc91adf88078730a15f59c3786524aee1e72e"` Sep 03 21:09:52.260 INFO blam! b4e4dbe6483080116d1836b7030bc91adf88078730a15f59c3786524aee1e72e