Dec 19 14:41:23.280 INFO checking k-gregory/another-messenger against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 14:41:23.280 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/k-gregory/another-messenger:/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 14:41:23.485 INFO [stdout] 59c3bc885b5cdcb70af04b86b3ca2d6b3e39f2eb05fde526d9d9d69aad5bbae5 Dec 19 14:41:23.487 INFO running `"docker" "start" "-a" "59c3bc885b5cdcb70af04b86b3ca2d6b3e39f2eb05fde526d9d9d69aad5bbae5"` Dec 19 14:41:24.279 INFO [stderr] Compiling byteorder v1.2.1 Dec 19 14:41:24.279 INFO [stderr] Compiling futures v0.1.18 Dec 19 14:41:24.292 INFO [stderr] Compiling lazycell v0.6.0 Dec 19 14:41:24.292 INFO [stderr] Compiling foreign-types-shared v0.1.1 Dec 19 14:41:24.292 INFO [stderr] Compiling slab v0.3.0 Dec 19 14:41:24.292 INFO [stderr] Compiling scoped-tls v0.1.0 Dec 19 14:41:24.292 INFO [stderr] Compiling matches v0.1.6 Dec 19 14:41:24.295 INFO [stderr] Compiling slab v0.4.0 Dec 19 14:41:24.587 INFO [stderr] Compiling smallvec v0.2.1 Dec 19 14:41:24.855 INFO [stderr] Compiling take v0.1.0 Dec 19 14:41:24.871 INFO [stderr] Compiling unicode-normalization v0.1.5 Dec 19 14:41:24.884 INFO [stderr] Compiling httparse v1.2.4 Dec 19 14:41:24.956 INFO [stderr] Compiling num-traits v0.1.42 Dec 19 14:41:25.059 INFO [stderr] Compiling adler32 v1.0.2 Dec 19 14:41:25.288 INFO [stderr] Compiling iovec v0.1.1 Dec 19 14:41:25.300 INFO [stderr] Compiling net2 v0.2.31 Dec 19 14:41:26.288 INFO [stderr] Compiling rand v0.3.20 Dec 19 14:41:26.309 INFO [stderr] Compiling num_cpus v1.8.0 Dec 19 14:41:27.044 INFO [stderr] Compiling time v0.1.39 Dec 19 14:41:27.060 INFO [stderr] Compiling filetime v0.1.15 Dec 19 14:41:29.328 INFO [stderr] Compiling xattr v0.1.11 Dec 19 14:41:29.371 INFO [stderr] Compiling unicode-bidi v0.3.4 Dec 19 14:41:29.371 INFO [stderr] Compiling foreign-types v0.3.2 Dec 19 14:41:29.376 INFO [stderr] Checking bincode v0.9.2 Dec 19 14:41:29.412 INFO [stderr] Compiling openssl-sys v0.9.24 Dec 19 14:41:29.563 INFO [stderr] Compiling base64 v0.9.0 Dec 19 14:41:32.689 INFO [stderr] Compiling bytes v0.4.6 Dec 19 14:41:32.737 INFO [stderr] Compiling serde_json v1.0.9 Dec 19 14:41:32.737 INFO [stderr] Compiling mio v0.6.12 Dec 19 14:41:32.779 INFO [stderr] Compiling miniz-sys v0.1.10 Dec 19 14:41:32.816 INFO [stderr] Compiling openssl v0.9.23 Dec 19 14:41:32.864 INFO [stderr] Compiling tar v0.4.14 Dec 19 14:41:33.065 INFO [stderr] Compiling unicase v2.1.0 Dec 19 14:41:33.437 INFO [stderr] Compiling crc v1.7.0 Dec 19 14:41:37.281 INFO [stderr] Compiling idna v0.1.4 Dec 19 14:41:37.328 INFO [stderr] Compiling flate2 v0.2.20 Dec 19 14:41:37.418 INFO [stderr] Compiling libflate v0.1.14 Dec 19 14:41:37.887 INFO [stderr] Compiling tokio-service v0.1.0 Dec 19 14:41:38.781 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::sync::Arc<_>`: Dec 19 14:41:38.781 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:190:1 Dec 19 14:41:38.781 INFO [stderr] | Dec 19 14:41:38.782 INFO [stderr] 176 | / impl NewService for F Dec 19 14:41:38.782 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 14:41:38.782 INFO [stderr] 178 | | R: Service, Dec 19 14:41:38.783 INFO [stderr] 179 | | { Dec 19 14:41:38.783 INFO [stderr] ... | Dec 19 14:41:38.783 INFO [stderr] 187 | | } Dec 19 14:41:38.784 INFO [stderr] 188 | | } Dec 19 14:41:38.784 INFO [stderr] | |_- first implementation here Dec 19 14:41:38.784 INFO [stderr] 189 | Dec 19 14:41:38.784 INFO [stderr] 190 | impl NewService for Arc { Dec 19 14:41:38.785 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::sync::Arc<_>` Dec 19 14:41:38.792 INFO [stderr] | Dec 19 14:41:38.793 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::sync::Arc<_>` Dec 19 14:41:38.793 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::sync::Arc<_>` Dec 19 14:41:38.793 INFO [stderr] Dec 19 14:41:38.794 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::rc::Rc<_>`: Dec 19 14:41:38.794 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:201:1 Dec 19 14:41:38.794 INFO [stderr] | Dec 19 14:41:38.794 INFO [stderr] 176 | / impl NewService for F Dec 19 14:41:38.795 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 14:41:38.795 INFO [stderr] 178 | | R: Service, Dec 19 14:41:38.795 INFO [stderr] 179 | | { Dec 19 14:41:38.796 INFO [stderr] ... | Dec 19 14:41:38.796 INFO [stderr] 187 | | } Dec 19 14:41:38.796 INFO [stderr] 188 | | } Dec 19 14:41:38.796 INFO [stderr] | |_- first implementation here Dec 19 14:41:38.796 INFO [stderr] ... Dec 19 14:41:38.797 INFO [stderr] 201 | impl NewService for Rc { Dec 19 14:41:38.797 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::rc::Rc<_>` Dec 19 14:41:38.797 INFO [stderr] | Dec 19 14:41:38.797 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::rc::Rc<_>` Dec 19 14:41:38.797 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::rc::Rc<_>` Dec 19 14:41:38.797 INFO [stderr] Dec 19 14:41:38.797 INFO [stderr] error: aborting due to 2 previous errors Dec 19 14:41:38.804 INFO [stderr] Dec 19 14:41:38.804 INFO [stderr] For more information about this error, try `rustc --explain E0119`. Dec 19 14:41:38.842 INFO [stderr] error: Could not compile `tokio-service`. Dec 19 14:41:38.842 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 14:41:49.453 INFO [stderr] error: build failed Dec 19 14:41:50.364 INFO running `"docker" "inspect" "59c3bc885b5cdcb70af04b86b3ca2d6b3e39f2eb05fde526d9d9d69aad5bbae5"` Dec 19 14:41:50.650 INFO running `"docker" "rm" "-f" "59c3bc885b5cdcb70af04b86b3ca2d6b3e39f2eb05fde526d9d9d69aad5bbae5"` Dec 19 14:41:50.886 INFO [stdout] 59c3bc885b5cdcb70af04b86b3ca2d6b3e39f2eb05fde526d9d9d69aad5bbae5