Sep 10 05:40:36.230 INFO checking Aardwolf-Social/aardwolf against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 05:40:36.230 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 05:40:36.230 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/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 05:40:36.530 INFO blam! 20ad6dba01ffa150fb009df9b8d7ec3bb2f5b27d0c66f6e4fef6deb764d9ccfd Sep 10 05:40:36.531 INFO running `"docker" "start" "-a" "20ad6dba01ffa150fb009df9b8d7ec3bb2f5b27d0c66f6e4fef6deb764d9ccfd"` Sep 10 05:40:37.889 INFO kablam! usermod: no changes Sep 10 05:40:37.958 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 10 05:40:37.958 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 10 05:40:37.958 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 05:40:37.958 INFO kablam! files will be included as a binary target: Sep 10 05:40:37.958 INFO kablam! Sep 10 05:40:37.958 INFO kablam! * /source/src/bin/common.rs Sep 10 05:40:37.958 INFO kablam! Sep 10 05:40:37.958 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 05:40:37.958 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 10 05:40:37.958 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 10 05:40:37.958 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 05:40:37.958 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 05:40:37.958 INFO kablam! Sep 10 05:40:37.958 INFO kablam! For more information on this warning you can consult Sep 10 05:40:37.958 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 05:40:38.520 INFO kablam! Compiling httparse v1.3.1 Sep 10 05:40:38.535 INFO kablam! Compiling pq-sys v0.4.5 Sep 10 05:40:38.577 INFO kablam! Compiling smallvec v0.6.2 Sep 10 05:40:38.582 INFO kablam! Compiling aardwolf v0.1.0 (file:///source) Sep 10 05:40:38.584 INFO kablam! Checking bs58 v0.2.0 Sep 10 05:40:38.584 INFO kablam! Checking collection_macros v0.2.0 Sep 10 05:40:38.585 INFO kablam! Compiling log v0.4.2 Sep 10 05:40:38.599 INFO kablam! Checking memchr v0.1.11 Sep 10 05:40:39.628 INFO kablam! Checking memchr v1.0.2 Sep 10 05:40:40.383 INFO kablam! Checking thread-id v3.3.0 Sep 10 05:40:41.135 INFO kablam! Checking serde_test v0.8.23 Sep 10 05:40:44.074 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 10 05:40:44.083 INFO kablam! Checking uuid v0.6.5 Sep 10 05:40:44.168 INFO kablam! Checking aho-corasick v0.5.3 Sep 10 05:40:44.906 INFO kablam! Checking nom v3.2.1 Sep 10 05:40:45.102 INFO kablam! Checking simple-logging v2.0.1 Sep 10 05:40:45.266 INFO kablam! Compiling log v0.3.9 Sep 10 05:40:45.991 INFO kablam! Checking r2d2 v0.8.2 Sep 10 05:40:47.286 INFO kablam! Checking clap v2.31.2 Sep 10 05:40:48.202 INFO kablam! Compiling syn v0.13.11 Sep 10 05:40:48.978 INFO kablam! Compiling derive_builder_core v0.2.0 Sep 10 05:40:48.978 INFO kablam! Checking mime v0.2.6 Sep 10 05:40:49.010 INFO kablam! Checking toml v0.4.6 Sep 10 05:40:49.125 INFO kablam! Checking serde_json v1.0.22 Sep 10 05:40:53.022 INFO kablam! Checking regex v1.0.1 Sep 10 05:41:02.674 INFO kablam! Compiling pear_codegen v0.0.18 Sep 10 05:41:03.362 INFO kablam! Compiling parse-zoneinfo v0.1.1 Sep 10 05:41:07.298 INFO kablam! Checking thread-id v2.0.0 Sep 10 05:41:08.028 INFO kablam! Checking block-cipher-trait v0.5.2 Sep 10 05:41:08.448 INFO kablam! Checking linked-hash-map v0.3.0 Sep 10 05:41:08.808 INFO kablam! Checking chrono v0.4.4 Sep 10 05:41:09.143 INFO kablam! Checking url_serde v0.2.0 Sep 10 05:41:09.877 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 05:41:09.877 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:19:13 Sep 10 05:41:09.877 INFO kablam! | Sep 10 05:41:09.877 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 10 05:41:09.877 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 05:41:09.877 INFO kablam! Sep 10 05:41:11.416 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 10 05:41:11.416 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:303:49 Sep 10 05:41:11.416 INFO kablam! | Sep 10 05:41:11.416 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 10 05:41:11.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 05:41:11.416 INFO kablam! | Sep 10 05:41:11.416 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 10 05:41:11.416 INFO kablam! Sep 10 05:41:11.896 INFO kablam! error: aborting due to 2 previous errors Sep 10 05:41:11.902 INFO kablam! Sep 10 05:41:11.902 INFO kablam! Some errors occurred: E0369, E0432. Sep 10 05:41:11.903 INFO kablam! For more information about an error, try `rustc --explain E0369`. Sep 10 05:41:12.021 INFO kablam! error: Could not compile `pear_codegen`. Sep 10 05:41:12.022 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:41:36.290 INFO kablam! error: build failed Sep 10 05:41:36.292 INFO kablam! su: No module specific data is present Sep 10 05:41:37.682 INFO running `"docker" "rm" "-f" "20ad6dba01ffa150fb009df9b8d7ec3bb2f5b27d0c66f6e4fef6deb764d9ccfd"` Sep 10 05:41:37.825 INFO blam! 20ad6dba01ffa150fb009df9b8d7ec3bb2f5b27d0c66f6e4fef6deb764d9ccfd