Sep 01 00:56:03.856 INFO checking Aardwolf-Social/aardwolf against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 00:56:03.856 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 00:56:03.856 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:56:04.088 INFO blam! 8b0a0702a28243776a1a617e7717596f8cc672ade5cbadea8d24fcb1d5c2e91b Sep 01 00:56:04.089 INFO running `"docker" "start" "-a" "8b0a0702a28243776a1a617e7717596f8cc672ade5cbadea8d24fcb1d5c2e91b"` Sep 01 00:56:05.132 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 01 00:56:05.132 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 01 00:56:05.132 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 00:56:05.132 INFO kablam! files will be included as a binary target: Sep 01 00:56:05.132 INFO kablam! Sep 01 00:56:05.132 INFO kablam! * /source/src/bin/common.rs Sep 01 00:56:05.132 INFO kablam! Sep 01 00:56:05.132 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 00:56:05.132 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 01 00:56:05.132 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 01 00:56:05.132 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 00:56:05.132 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 00:56:05.132 INFO kablam! Sep 01 00:56:05.132 INFO kablam! For more information on this warning you can consult Sep 01 00:56:05.132 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 00:56:05.715 INFO kablam! Compiling httparse v1.3.1 Sep 01 00:56:05.715 INFO kablam! Compiling pq-sys v0.4.5 Sep 01 00:56:05.723 INFO kablam! Compiling derive_builder v0.5.1 Sep 01 00:56:05.723 INFO kablam! Compiling smallvec v0.6.2 Sep 01 00:56:05.724 INFO kablam! Compiling aardwolf v0.1.0 (file:///source) Sep 01 00:56:05.724 INFO kablam! Checking bs58 v0.2.0 Sep 01 00:56:05.724 INFO kablam! Checking collection_macros v0.2.0 Sep 01 00:56:05.797 INFO kablam! Checking thread-id v3.3.0 Sep 01 00:56:06.829 INFO kablam! Checking rand v0.5.2 Sep 01 00:56:07.025 INFO kablam! Checking uuid v0.6.5 Sep 01 00:56:07.362 INFO kablam! Checking r2d2 v0.8.2 Sep 01 00:56:07.906 INFO kablam! Checking clap v2.31.2 Sep 01 00:56:11.022 INFO kablam! Checking simple-logging v2.0.1 Sep 01 00:56:11.036 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 01 00:56:11.111 INFO kablam! Compiling regex v0.2.11 Sep 01 00:56:11.178 INFO kablam! Compiling derive_builder_core v0.2.0 Sep 01 00:56:11.985 INFO kablam! Compiling syn v0.13.11 Sep 01 00:56:12.019 INFO kablam! Compiling toml v0.4.6 Sep 01 00:56:12.922 INFO kablam! Compiling pear_codegen v0.0.18 Sep 01 00:56:13.498 INFO kablam! Checking block-cipher-trait v0.5.2 Sep 01 00:56:14.195 INFO kablam! Checking chrono v0.4.4 Sep 01 00:56:20.331 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 00:56:20.331 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:19:13 Sep 01 00:56:20.331 INFO kablam! | Sep 01 00:56:20.331 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 01 00:56:20.331 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 00:56:20.340 INFO kablam! Sep 01 00:56:21.689 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 01 00:56:21.689 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:303:49 Sep 01 00:56:21.689 INFO kablam! | Sep 01 00:56:21.689 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 01 00:56:21.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 00:56:21.689 INFO kablam! | Sep 01 00:56:21.689 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 01 00:56:21.689 INFO kablam! Sep 01 00:56:22.108 INFO kablam! error: aborting due to 2 previous errors Sep 01 00:56:22.108 INFO kablam! Sep 01 00:56:22.108 INFO kablam! Some errors occurred: E0369, E0432. Sep 01 00:56:22.108 INFO kablam! For more information about an error, try `rustc --explain E0369`. Sep 01 00:56:22.165 INFO kablam! error: Could not compile `pear_codegen`. Sep 01 00:56:22.166 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:56:51.964 INFO kablam! error: build failed Sep 01 00:56:51.966 INFO kablam! su: No module specific data is present Sep 01 00:56:52.478 INFO running `"docker" "rm" "-f" "8b0a0702a28243776a1a617e7717596f8cc672ade5cbadea8d24fcb1d5c2e91b"` Sep 01 00:56:52.634 INFO blam! 8b0a0702a28243776a1a617e7717596f8cc672ade5cbadea8d24fcb1d5c2e91b