Dec 19 13:25:06.403 INFO checking lukad/chip8 against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 13:25:06.404 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/lukad/chip8:/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 13:25:06.872 INFO [stdout] 8c27ff9df7aebcf7fb68c906c34f46a2e12d2d5d55be72d9350bff78b682d576 Dec 19 13:25:06.874 INFO running `"docker" "start" "-a" "8c27ff9df7aebcf7fb68c906c34f46a2e12d2d5d55be72d9350bff78b682d576"` Dec 19 13:25:09.354 INFO [stderr] Compiling lazycell v0.6.0 Dec 19 13:25:09.361 INFO [stderr] Compiling futures v0.1.21 Dec 19 13:25:09.361 INFO [stderr] Compiling slab v0.4.0 Dec 19 13:25:09.362 INFO [stderr] Compiling scoped-tls v0.1.2 Dec 19 13:25:09.363 INFO [stderr] Compiling take v0.1.0 Dec 19 13:25:09.363 INFO [stderr] Compiling smallvec v0.2.1 Dec 19 13:25:09.364 INFO [stderr] Compiling slab v0.3.0 Dec 19 13:25:09.366 INFO [stderr] Compiling httparse v1.2.4 Dec 19 13:25:10.866 INFO [stderr] Compiling adler32 v1.0.2 Dec 19 13:25:10.871 INFO [stderr] Checking num-traits v0.2.3 Dec 19 13:25:10.915 INFO [stderr] Compiling chip8 v0.1.0 (/opt/crater/workdir) Dec 19 13:25:11.144 INFO [stderr] Compiling crossbeam-utils v0.3.2 Dec 19 13:25:11.342 INFO [stderr] Compiling log v0.4.1 Dec 19 13:25:14.069 INFO [stderr] Compiling iovec v0.1.2 Dec 19 13:25:14.077 INFO [stderr] Compiling net2 v0.2.32 Dec 19 13:25:14.089 INFO [stderr] Compiling time v0.1.40 Dec 19 13:25:14.186 INFO [stderr] Compiling filetime v0.2.1 Dec 19 13:25:15.180 INFO [stderr] Compiling xattr v0.2.1 Dec 19 13:25:17.422 INFO [stderr] Compiling cmake v0.1.31 Dec 19 13:25:17.427 INFO [stderr] Compiling unicode-bidi v0.3.4 Dec 19 13:25:17.509 INFO [stderr] Compiling base64 v0.9.1 Dec 19 13:25:23.780 INFO [stderr] Compiling serde_json v1.0.17 Dec 19 13:25:23.812 INFO [stderr] Compiling bytes v0.4.7 Dec 19 13:25:23.932 INFO [stderr] Compiling crossbeam-epoch v0.4.1 Dec 19 13:25:25.768 INFO [stderr] Compiling log v0.3.9 Dec 19 13:25:26.593 INFO [stderr] Compiling openssl-sys v0.9.30 Dec 19 13:25:26.594 INFO [stderr] Compiling tar v0.4.15 Dec 19 13:25:26.688 INFO [stderr] Compiling mio v0.6.14 Dec 19 13:25:26.777 INFO [stderr] Checking num-integer v0.1.37 Dec 19 13:25:29.621 INFO [stderr] Compiling miniz-sys v0.1.10 Dec 19 13:25:29.656 INFO [stderr] Compiling unicase v2.1.0 Dec 19 13:25:29.680 INFO [stderr] Compiling crc v1.8.1 Dec 19 13:25:29.848 INFO [stderr] Compiling idna v0.1.4 Dec 19 13:25:30.916 INFO [stderr] Compiling openssl v0.9.24 Dec 19 13:25:31.773 INFO [stderr] Checking num-iter v0.1.36 Dec 19 13:25:36.816 INFO [stderr] Compiling crossbeam-deque v0.3.1 Dec 19 13:25:36.862 INFO [stderr] Compiling flate2 v0.2.20 Dec 19 13:25:37.016 INFO [stderr] Compiling libflate v0.1.14 Dec 19 13:25:37.054 INFO [stderr] Checking num v0.1.42 Dec 19 13:25:37.093 INFO [stderr] Compiling tokio-io v0.1.6 Dec 19 13:25:37.333 INFO [stderr] Compiling tokio-executor v0.1.2 Dec 19 13:25:37.648 INFO [stderr] Compiling tokio-service v0.1.0 Dec 19 13:25:38.212 INFO [stderr] Compiling futures-cpupool v0.1.8 Dec 19 13:25:38.236 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::sync::Arc<_>`: Dec 19 13:25:38.236 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:190:1 Dec 19 13:25:38.236 INFO [stderr] | Dec 19 13:25:38.236 INFO [stderr] 176 | / impl NewService for F Dec 19 13:25:38.236 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 13:25:38.236 INFO [stderr] 178 | | R: Service, Dec 19 13:25:38.236 INFO [stderr] 179 | | { Dec 19 13:25:38.236 INFO [stderr] ... | Dec 19 13:25:38.237 INFO [stderr] 187 | | } Dec 19 13:25:38.237 INFO [stderr] 188 | | } Dec 19 13:25:38.237 INFO [stderr] | |_- first implementation here Dec 19 13:25:38.237 INFO [stderr] 189 | Dec 19 13:25:38.237 INFO [stderr] 190 | impl NewService for Arc { Dec 19 13:25:38.237 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::sync::Arc<_>` Dec 19 13:25:38.237 INFO [stderr] | Dec 19 13:25:38.237 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::sync::Arc<_>` Dec 19 13:25:38.237 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::sync::Arc<_>` Dec 19 13:25:38.237 INFO [stderr] Dec 19 13:25:38.237 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::rc::Rc<_>`: Dec 19 13:25:38.237 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:201:1 Dec 19 13:25:38.237 INFO [stderr] | Dec 19 13:25:38.237 INFO [stderr] 176 | / impl NewService for F Dec 19 13:25:38.237 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 13:25:38.237 INFO [stderr] 178 | | R: Service, Dec 19 13:25:38.237 INFO [stderr] 179 | | { Dec 19 13:25:38.237 INFO [stderr] ... | Dec 19 13:25:38.237 INFO [stderr] 187 | | } Dec 19 13:25:38.237 INFO [stderr] 188 | | } Dec 19 13:25:38.237 INFO [stderr] | |_- first implementation here Dec 19 13:25:38.237 INFO [stderr] ... Dec 19 13:25:38.237 INFO [stderr] 201 | impl NewService for Rc { Dec 19 13:25:38.237 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::rc::Rc<_>` Dec 19 13:25:38.237 INFO [stderr] | Dec 19 13:25:38.237 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::rc::Rc<_>` Dec 19 13:25:38.237 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::rc::Rc<_>` Dec 19 13:25:38.237 INFO [stderr] Dec 19 13:25:38.237 INFO [stderr] error: aborting due to 2 previous errors Dec 19 13:25:38.237 INFO [stderr] Dec 19 13:25:38.237 INFO [stderr] For more information about this error, try `rustc --explain E0119`. Dec 19 13:25:38.272 INFO [stderr] error: Could not compile `tokio-service`. Dec 19 13:25:38.272 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 13:25:46.672 INFO [stderr] error: build failed Dec 19 13:25:47.124 INFO running `"docker" "inspect" "8c27ff9df7aebcf7fb68c906c34f46a2e12d2d5d55be72d9350bff78b682d576"` Dec 19 13:25:47.416 INFO running `"docker" "rm" "-f" "8c27ff9df7aebcf7fb68c906c34f46a2e12d2d5d55be72d9350bff78b682d576"` Dec 19 13:25:47.700 INFO [stdout] 8c27ff9df7aebcf7fb68c906c34f46a2e12d2d5d55be72d9350bff78b682d576