Dec 19 17:29:25.861 INFO checking elauffenburger/ruspt against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 17:29:25.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-4/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/elauffenburger/ruspt:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 17:29:26.287 INFO [stdout] 73d610d17b191be175c74ed4c922a140f53cbb32baf15b32df4adec2c8b9b9e9 Dec 19 17:29:26.296 INFO running `"docker" "start" "-a" "73d610d17b191be175c74ed4c922a140f53cbb32baf15b32df4adec2c8b9b9e9"` Dec 19 17:29:28.016 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 19 17:29:28.016 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 19 17:29:28.016 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 19 17:29:28.016 INFO [stderr] files will be included as a binary target: Dec 19 17:29:28.016 INFO [stderr] Dec 19 17:29:28.016 INFO [stderr] * /opt/crater/workdir/src/bin/server.rs Dec 19 17:29:28.016 INFO [stderr] * /opt/crater/workdir/src/bin/repl.rs Dec 19 17:29:28.016 INFO [stderr] Dec 19 17:29:28.016 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 19 17:29:28.016 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 19 17:29:28.016 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 19 17:29:28.016 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 19 17:29:28.016 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 19 17:29:28.016 INFO [stderr] Dec 19 17:29:28.016 INFO [stderr] For more information on this warning you can consult Dec 19 17:29:28.016 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 19 17:29:28.425 INFO [stderr] Checking tower-service v0.1.0 Dec 19 17:29:28.425 INFO [stderr] Checking signal-hook v0.1.6 Dec 19 17:29:28.442 INFO [stderr] Checking ring v0.13.5 Dec 19 17:29:28.442 INFO [stderr] Checking url v1.7.2 Dec 19 17:29:28.443 INFO [stderr] Checking flate2 v1.0.5 Dec 19 17:29:28.444 INFO [stderr] Compiling synstructure v0.10.1 Dec 19 17:29:28.445 INFO [stderr] Compiling actix_derive v0.3.2 Dec 19 17:29:28.449 INFO [stderr] Compiling serde_derive v1.0.80 Dec 19 17:29:29.184 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::sync::Arc<_>`: Dec 19 17:29:29.184 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tower-service-0.1.0/src/lib.rs:279:1 Dec 19 17:29:29.184 INFO [stderr] | Dec 19 17:29:29.184 INFO [stderr] 262 | / impl NewService for F Dec 19 17:29:29.184 INFO [stderr] 263 | | where F: Fn() -> R, Dec 19 17:29:29.184 INFO [stderr] 264 | | R: IntoFuture, Dec 19 17:29:29.184 INFO [stderr] 265 | | S: Service, Dec 19 17:29:29.184 INFO [stderr] ... | Dec 19 17:29:29.184 INFO [stderr] 276 | | } Dec 19 17:29:29.184 INFO [stderr] 277 | | } Dec 19 17:29:29.184 INFO [stderr] | |_- first implementation here Dec 19 17:29:29.184 INFO [stderr] 278 | Dec 19 17:29:29.184 INFO [stderr] 279 | impl NewService for Arc { Dec 19 17:29:29.184 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::sync::Arc<_>` Dec 19 17:29:29.185 INFO [stderr] | Dec 19 17:29:29.185 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::sync::Arc<_>` Dec 19 17:29:29.185 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::sync::Arc<_>` Dec 19 17:29:29.185 INFO [stderr] Dec 19 17:29:29.185 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::rc::Rc<_>`: Dec 19 17:29:29.185 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tower-service-0.1.0/src/lib.rs:292:1 Dec 19 17:29:29.185 INFO [stderr] | Dec 19 17:29:29.185 INFO [stderr] 262 | / impl NewService for F Dec 19 17:29:29.185 INFO [stderr] 263 | | where F: Fn() -> R, Dec 19 17:29:29.185 INFO [stderr] 264 | | R: IntoFuture, Dec 19 17:29:29.185 INFO [stderr] 265 | | S: Service, Dec 19 17:29:29.185 INFO [stderr] ... | Dec 19 17:29:29.185 INFO [stderr] 276 | | } Dec 19 17:29:29.185 INFO [stderr] 277 | | } Dec 19 17:29:29.185 INFO [stderr] | |_- first implementation here Dec 19 17:29:29.185 INFO [stderr] ... Dec 19 17:29:29.185 INFO [stderr] 292 | impl NewService for Rc { Dec 19 17:29:29.185 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::rc::Rc<_>` Dec 19 17:29:29.195 INFO [stderr] | Dec 19 17:29:29.195 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::rc::Rc<_>` Dec 19 17:29:29.195 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::rc::Rc<_>` Dec 19 17:29:29.195 INFO [stderr] Dec 19 17:29:29.195 INFO [stderr] error: aborting due to 2 previous errors Dec 19 17:29:29.195 INFO [stderr] Dec 19 17:29:29.195 INFO [stderr] For more information about this error, try `rustc --explain E0119`. Dec 19 17:29:29.202 INFO [stderr] error: Could not compile `tower-service`. Dec 19 17:29:29.202 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 17:29:59.664 INFO [stderr] error: build failed Dec 19 17:30:00.410 INFO running `"docker" "inspect" "73d610d17b191be175c74ed4c922a140f53cbb32baf15b32df4adec2c8b9b9e9"` Dec 19 17:30:00.850 INFO running `"docker" "rm" "-f" "73d610d17b191be175c74ed4c922a140f53cbb32baf15b32df4adec2c8b9b9e9"` Dec 19 17:30:01.185 INFO [stdout] 73d610d17b191be175c74ed4c922a140f53cbb32baf15b32df4adec2c8b9b9e9