Dec 19 19:15:00.113 INFO checking cdbfoster/jeffrey against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 19:15:00.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-5/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/cdbfoster/jeffrey:/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 19:15:00.572 INFO [stdout] c860e53e0c095fc48b43e5744b0f7c8c6666054a31960e1d15f056daef2498c9 Dec 19 19:15:00.576 INFO running `"docker" "start" "-a" "c860e53e0c095fc48b43e5744b0f7c8c6666054a31960e1d15f056daef2498c9"` Dec 19 19:15:02.254 INFO [stderr] Compiling byteorder v1.2.1 Dec 19 19:15:02.261 INFO [stderr] Compiling lazycell v0.5.1 Dec 19 19:15:02.269 INFO [stderr] Compiling openssl v0.9.22 Dec 19 19:15:02.277 INFO [stderr] Compiling futures v0.1.17 Dec 19 19:15:02.289 INFO [stderr] Compiling scoped-tls v0.1.0 Dec 19 19:15:02.291 INFO [stderr] Compiling httparse v1.2.3 Dec 19 19:15:02.296 INFO [stderr] Compiling serde v1.0.23 Dec 19 19:15:02.297 INFO [stderr] Compiling cmake v0.1.28 Dec 19 19:15:03.628 INFO [stderr] Compiling iovec v0.1.1 Dec 19 19:15:03.709 INFO [stderr] Compiling num_cpus v1.7.0 Dec 19 19:15:04.591 INFO [stderr] Compiling time v0.1.38 Dec 19 19:15:07.188 INFO [stderr] Compiling xattr v0.1.11 Dec 19 19:15:07.188 INFO [stderr] Compiling openssl-sys v0.9.22 Dec 19 19:15:08.148 INFO [stderr] Compiling net2 v0.2.31 Dec 19 19:15:08.157 INFO [stderr] Compiling filetime v0.1.14 Dec 19 19:15:08.284 INFO [stderr] Compiling crc v1.6.0 Dec 19 19:15:12.120 INFO [stderr] Compiling bytes v0.4.5 Dec 19 19:15:12.120 INFO [stderr] Compiling base64 v0.6.0 Dec 19 19:15:12.204 INFO [stderr] Compiling tar v0.4.14 Dec 19 19:15:12.287 INFO [stderr] Compiling mio v0.6.11 Dec 19 19:15:12.321 INFO [stderr] Compiling idna v0.1.4 Dec 19 19:15:16.084 INFO [stderr] Compiling miniz-sys v0.1.10 Dec 19 19:15:16.130 INFO [stderr] Compiling tokio-io v0.1.4 Dec 19 19:15:16.162 INFO [stderr] Compiling tokio-service v0.1.0 Dec 19 19:15:16.272 INFO [stderr] Compiling futures-cpupool v0.1.7 Dec 19 19:15:16.406 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::sync::Arc<_>`: Dec 19 19:15:16.406 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:190:1 Dec 19 19:15:16.406 INFO [stderr] | Dec 19 19:15:16.406 INFO [stderr] 176 | / impl NewService for F Dec 19 19:15:16.406 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 19:15:16.406 INFO [stderr] 178 | | R: Service, Dec 19 19:15:16.406 INFO [stderr] 179 | | { Dec 19 19:15:16.406 INFO [stderr] ... | Dec 19 19:15:16.406 INFO [stderr] 187 | | } Dec 19 19:15:16.406 INFO [stderr] 188 | | } Dec 19 19:15:16.406 INFO [stderr] | |_- first implementation here Dec 19 19:15:16.406 INFO [stderr] 189 | Dec 19 19:15:16.406 INFO [stderr] 190 | impl NewService for Arc { Dec 19 19:15:16.406 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::sync::Arc<_>` Dec 19 19:15:16.406 INFO [stderr] | Dec 19 19:15:16.406 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::sync::Arc<_>` Dec 19 19:15:16.406 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::sync::Arc<_>` Dec 19 19:15:16.406 INFO [stderr] Dec 19 19:15:16.406 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::rc::Rc<_>`: Dec 19 19:15:16.406 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:201:1 Dec 19 19:15:16.406 INFO [stderr] | Dec 19 19:15:16.406 INFO [stderr] 176 | / impl NewService for F Dec 19 19:15:16.406 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 19:15:16.406 INFO [stderr] 178 | | R: Service, Dec 19 19:15:16.406 INFO [stderr] 179 | | { Dec 19 19:15:16.406 INFO [stderr] ... | Dec 19 19:15:16.406 INFO [stderr] 187 | | } Dec 19 19:15:16.406 INFO [stderr] 188 | | } Dec 19 19:15:16.406 INFO [stderr] | |_- first implementation here Dec 19 19:15:16.406 INFO [stderr] ... Dec 19 19:15:16.406 INFO [stderr] 201 | impl NewService for Rc { Dec 19 19:15:16.406 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::rc::Rc<_>` Dec 19 19:15:16.406 INFO [stderr] | Dec 19 19:15:16.406 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::rc::Rc<_>` Dec 19 19:15:16.406 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::rc::Rc<_>` Dec 19 19:15:16.406 INFO [stderr] Dec 19 19:15:16.410 INFO [stderr] error: aborting due to 2 previous errors Dec 19 19:15:16.412 INFO [stderr] Dec 19 19:15:16.412 INFO [stderr] For more information about this error, try `rustc --explain E0119`. Dec 19 19:15:16.419 INFO [stderr] error: Could not compile `tokio-service`. Dec 19 19:15:16.419 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 19:15:22.499 INFO [stderr] error: build failed Dec 19 19:15:23.126 INFO running `"docker" "inspect" "c860e53e0c095fc48b43e5744b0f7c8c6666054a31960e1d15f056daef2498c9"` Dec 19 19:15:23.516 INFO running `"docker" "rm" "-f" "c860e53e0c095fc48b43e5744b0f7c8c6666054a31960e1d15f056daef2498c9"` Dec 19 19:15:23.863 INFO [stdout] c860e53e0c095fc48b43e5744b0f7c8c6666054a31960e1d15f056daef2498c9