Dec 19 19:05:36.841 INFO checking chippers/rplug against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 19:05:36.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-2/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/chippers/rplug:/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:05:37.451 INFO [stdout] d04b43070810d184b44f874842e9562f1e25c435175de3b483b67a03a2f050a4 Dec 19 19:05:37.455 INFO running `"docker" "start" "-a" "d04b43070810d184b44f874842e9562f1e25c435175de3b483b67a03a2f050a4"` Dec 19 19:05:39.480 INFO [stderr] Checking tokio-service v0.1.0 Dec 19 19:05:39.481 INFO [stderr] Compiling proc-macro2 v0.2.3 Dec 19 19:05:39.481 INFO [stderr] Compiling textwrap v0.9.0 Dec 19 19:05:39.481 INFO [stderr] Compiling atty v0.2.10 Dec 19 19:05:39.506 INFO [stderr] Compiling openssl-sys v0.9.28 Dec 19 19:05:39.528 INFO [stderr] Compiling tempdir v0.3.7 Dec 19 19:05:39.573 INFO [stderr] Checking tokio-udp v0.1.0 Dec 19 19:05:39.575 INFO [stderr] Checking tokio-tcp v0.1.0 Dec 19 19:05:39.753 INFO [stderr] Compiling serde v1.0.41 Dec 19 19:05:40.652 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::sync::Arc<_>`: Dec 19 19:05:40.652 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:190:1 Dec 19 19:05:40.652 INFO [stderr] | Dec 19 19:05:40.652 INFO [stderr] 176 | / impl NewService for F Dec 19 19:05:40.652 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 19:05:40.652 INFO [stderr] 178 | | R: Service, Dec 19 19:05:40.652 INFO [stderr] 179 | | { Dec 19 19:05:40.652 INFO [stderr] ... | Dec 19 19:05:40.653 INFO [stderr] 187 | | } Dec 19 19:05:40.653 INFO [stderr] 188 | | } Dec 19 19:05:40.653 INFO [stderr] | |_- first implementation here Dec 19 19:05:40.653 INFO [stderr] 189 | Dec 19 19:05:40.653 INFO [stderr] 190 | impl NewService for Arc { Dec 19 19:05:40.653 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::sync::Arc<_>` Dec 19 19:05:40.653 INFO [stderr] | Dec 19 19:05:40.653 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::sync::Arc<_>` Dec 19 19:05:40.656 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::sync::Arc<_>` Dec 19 19:05:40.656 INFO [stderr] Dec 19 19:05:40.657 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::rc::Rc<_>`: Dec 19 19:05:40.657 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:201:1 Dec 19 19:05:40.657 INFO [stderr] | Dec 19 19:05:40.657 INFO [stderr] 176 | / impl NewService for F Dec 19 19:05:40.657 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 19:05:40.657 INFO [stderr] 178 | | R: Service, Dec 19 19:05:40.657 INFO [stderr] 179 | | { Dec 19 19:05:40.657 INFO [stderr] ... | Dec 19 19:05:40.657 INFO [stderr] 187 | | } Dec 19 19:05:40.657 INFO [stderr] 188 | | } Dec 19 19:05:40.657 INFO [stderr] | |_- first implementation here Dec 19 19:05:40.657 INFO [stderr] ... Dec 19 19:05:40.657 INFO [stderr] 201 | impl NewService for Rc { Dec 19 19:05:40.657 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::rc::Rc<_>` Dec 19 19:05:40.657 INFO [stderr] | Dec 19 19:05:40.657 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::rc::Rc<_>` Dec 19 19:05:40.657 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::rc::Rc<_>` Dec 19 19:05:40.658 INFO [stderr] Dec 19 19:05:40.658 INFO [stderr] error: aborting due to 2 previous errors Dec 19 19:05:40.658 INFO [stderr] Dec 19 19:05:40.658 INFO [stderr] For more information about this error, try `rustc --explain E0119`. Dec 19 19:05:40.720 INFO [stderr] error: Could not compile `tokio-service`. Dec 19 19:05:40.720 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 19:05:54.324 INFO [stderr] error: build failed Dec 19 19:05:55.327 INFO running `"docker" "inspect" "d04b43070810d184b44f874842e9562f1e25c435175de3b483b67a03a2f050a4"` Dec 19 19:05:55.682 INFO running `"docker" "rm" "-f" "d04b43070810d184b44f874842e9562f1e25c435175de3b483b67a03a2f050a4"` Dec 19 19:05:56.012 INFO [stdout] d04b43070810d184b44f874842e9562f1e25c435175de3b483b67a03a2f050a4