Sep 01 17:56:01.400 INFO checking Aardwolf-Social/aardwolf against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 17:56:01.400 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 17:56:01.401 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 17:56:01.630 INFO blam! 0710cdf1b1cc71a21f7cfeed98e29b01416b098c1f2de15227fe589b101ff8bf Sep 01 17:56:01.632 INFO running `"docker" "start" "-a" "0710cdf1b1cc71a21f7cfeed98e29b01416b098c1f2de15227fe589b101ff8bf"` Sep 01 17:56:02.188 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 01 17:56:02.188 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 01 17:56:02.188 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 17:56:02.188 INFO kablam! files will be included as a binary target: Sep 01 17:56:02.188 INFO kablam! Sep 01 17:56:02.188 INFO kablam! * /source/src/bin/common.rs Sep 01 17:56:02.188 INFO kablam! Sep 01 17:56:02.188 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 17:56:02.189 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 01 17:56:02.189 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 01 17:56:02.189 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 17:56:02.189 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 17:56:02.189 INFO kablam! Sep 01 17:56:02.189 INFO kablam! For more information on this warning you can consult Sep 01 17:56:02.189 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 17:56:02.603 INFO kablam! Compiling pq-sys v0.4.5 Sep 01 17:56:02.607 INFO kablam! Compiling pear v0.0.18 Sep 01 17:56:02.608 INFO kablam! Compiling smallvec v0.6.2 Sep 01 17:56:02.614 INFO kablam! Compiling aardwolf v0.1.0 (file:///source) Sep 01 17:56:02.616 INFO kablam! Checking bs58 v0.2.0 Sep 01 17:56:02.618 INFO kablam! Checking collection_macros v0.2.0 Sep 01 17:56:02.620 INFO kablam! Compiling log v0.4.2 Sep 01 17:56:03.241 INFO kablam! Checking thread-id v3.3.0 Sep 01 17:56:04.826 INFO kablam! Compiling pear_codegen v0.0.18 Sep 01 17:56:04.831 INFO kablam! Compiling rocket v0.3.14 Sep 01 17:56:04.834 INFO kablam! Compiling rocket_codegen v0.3.14 Sep 01 17:56:04.853 INFO kablam! Compiling idna v0.1.4 Sep 01 17:56:04.933 INFO kablam! Compiling serde v1.0.66 Sep 01 17:56:04.983 INFO kablam! Checking uuid v0.6.5 Sep 01 17:56:06.206 INFO kablam! Checking simple-logging v2.0.1 Sep 01 17:56:06.229 INFO kablam! Compiling log v0.3.9 Sep 01 17:56:06.521 INFO kablam! Compiling httparse v1.3.1 Sep 01 17:56:06.842 INFO kablam! Checking clap v2.31.2 Sep 01 17:56:06.940 INFO kablam! Compiling regex v0.2.11 Sep 01 17:56:06.942 INFO kablam! Checking mime v0.2.6 Sep 01 17:56:07.431 INFO kablam! Compiling derive_builder_core v0.2.0 Sep 01 17:56:08.639 INFO kablam! Checking serde_json v1.0.22 Sep 01 17:56:10.843 INFO kablam! Checking url_serde v0.2.0 Sep 01 17:56:13.910 INFO kablam! Checking chrono v0.4.4 Sep 01 17:56:16.888 INFO kablam! Checking hyper v0.10.13 Sep 01 17:56:21.123 INFO kablam! Checking env_logger v0.5.10 Sep 01 17:56:27.388 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 17:56:27.388 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:19:13 Sep 01 17:56:27.388 INFO kablam! | Sep 01 17:56:27.388 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 01 17:56:27.388 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 17:56:27.402 INFO kablam! Sep 01 17:56:29.063 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 01 17:56:29.063 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:303:49 Sep 01 17:56:29.063 INFO kablam! | Sep 01 17:56:29.063 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 01 17:56:29.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 17:56:29.078 INFO kablam! | Sep 01 17:56:29.079 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 01 17:56:29.079 INFO kablam! Sep 01 17:56:29.570 INFO kablam! error: aborting due to 2 previous errors Sep 01 17:56:29.570 INFO kablam! Sep 01 17:56:29.570 INFO kablam! Some errors occurred: E0369, E0432. Sep 01 17:56:29.570 INFO kablam! For more information about an error, try `rustc --explain E0369`. Sep 01 17:56:29.648 INFO kablam! error: Could not compile `pear_codegen`. Sep 01 17:56:29.648 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:56:48.730 INFO kablam! error: build failed Sep 01 17:56:48.732 INFO kablam! su: No module specific data is present Sep 01 17:56:49.268 INFO running `"docker" "rm" "-f" "0710cdf1b1cc71a21f7cfeed98e29b01416b098c1f2de15227fe589b101ff8bf"` Sep 01 17:56:49.415 INFO blam! 0710cdf1b1cc71a21f7cfeed98e29b01416b098c1f2de15227fe589b101ff8bf