Sep 04 00:46:43.015 INFO checking Aardwolf-Social/aardwolf against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 00:46:43.015 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 00:46:43.015 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:46:43.247 INFO blam! c69b0d2b8456f8bcf7e5cff3a4cf6f672d0e693901c7e8f0408e275d7a434581 Sep 04 00:46:43.249 INFO running `"docker" "start" "-a" "c69b0d2b8456f8bcf7e5cff3a4cf6f672d0e693901c7e8f0408e275d7a434581"` Sep 04 00:46:44.022 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 04 00:46:44.022 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 04 00:46:44.022 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 00:46:44.022 INFO kablam! files will be included as a binary target: Sep 04 00:46:44.022 INFO kablam! Sep 04 00:46:44.022 INFO kablam! * /source/src/bin/common.rs Sep 04 00:46:44.023 INFO kablam! Sep 04 00:46:44.023 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 00:46:44.023 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 04 00:46:44.023 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 04 00:46:44.023 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 00:46:44.023 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 00:46:44.023 INFO kablam! Sep 04 00:46:44.023 INFO kablam! For more information on this warning you can consult Sep 04 00:46:44.023 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 00:46:44.518 INFO kablam! Compiling httparse v1.3.1 Sep 04 00:46:44.518 INFO kablam! Compiling pq-sys v0.4.5 Sep 04 00:46:44.521 INFO kablam! Checking opaque-debug v0.1.1 Sep 04 00:46:44.523 INFO kablam! Compiling pear v0.0.18 Sep 04 00:46:44.524 INFO kablam! Compiling aardwolf v0.1.0 (file:///source) Sep 04 00:46:44.524 INFO kablam! Checking bs58 v0.2.0 Sep 04 00:46:44.525 INFO kablam! Checking collection_macros v0.2.0 Sep 04 00:46:44.917 INFO kablam! Compiling crossbeam-utils v0.2.2 Sep 04 00:46:45.503 INFO kablam! Compiling pear_codegen v0.0.18 Sep 04 00:46:46.252 INFO kablam! Compiling rocket v0.3.14 Sep 04 00:46:48.852 INFO kablam! Compiling rocket_codegen v0.3.14 Sep 04 00:46:48.916 INFO kablam! Checking memchr v1.0.2 Sep 04 00:46:48.925 INFO kablam! Checking thread-id v3.3.0 Sep 04 00:46:48.948 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 04 00:46:50.063 INFO kablam! Checking uuid v0.6.5 Sep 04 00:46:50.101 INFO kablam! Checking r2d2 v0.8.2 Sep 04 00:46:50.110 INFO kablam! Checking clap v2.31.2 Sep 04 00:46:50.179 INFO kablam! Compiling mime v0.2.6 Sep 04 00:46:50.654 INFO kablam! Compiling syn v0.13.11 Sep 04 00:46:51.781 INFO kablam! Checking simple-logging v2.0.1 Sep 04 00:46:52.370 INFO kablam! Compiling toml v0.4.6 Sep 04 00:46:53.535 INFO kablam! Checking serde_json v1.0.22 Sep 04 00:46:55.647 INFO kablam! Compiling parse-zoneinfo v0.1.1 Sep 04 00:46:55.720 INFO kablam! Checking block-cipher-trait v0.5.2 Sep 04 00:46:56.152 INFO kablam! Checking nom v3.2.1 Sep 04 00:46:59.316 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 00:46:59.316 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:19:13 Sep 04 00:46:59.316 INFO kablam! | Sep 04 00:46:59.316 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 04 00:46:59.316 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 00:46:59.316 INFO kablam! Sep 04 00:46:59.905 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 04 00:46:59.905 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:303:49 Sep 04 00:46:59.905 INFO kablam! | Sep 04 00:46:59.905 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 04 00:46:59.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 00:46:59.905 INFO kablam! | Sep 04 00:46:59.905 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 04 00:46:59.905 INFO kablam! Sep 04 00:47:00.062 INFO kablam! error: aborting due to 2 previous errors Sep 04 00:47:00.063 INFO kablam! Sep 04 00:47:00.063 INFO kablam! Some errors occurred: E0369, E0432. Sep 04 00:47:00.063 INFO kablam! For more information about an error, try `rustc --explain E0369`. Sep 04 00:47:00.101 INFO kablam! error: Could not compile `pear_codegen`. Sep 04 00:47:00.101 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:47:20.609 INFO kablam! error: build failed Sep 04 00:47:20.612 INFO kablam! su: No module specific data is present Sep 04 00:47:21.048 INFO running `"docker" "rm" "-f" "c69b0d2b8456f8bcf7e5cff3a4cf6f672d0e693901c7e8f0408e275d7a434581"` Sep 04 00:47:21.194 INFO blam! c69b0d2b8456f8bcf7e5cff3a4cf6f672d0e693901c7e8f0408e275d7a434581