Dec 19 12:24:36.185 INFO checking mozilla-services/syncstorage-rs against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 12:24:36.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-3/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/mozilla-services/syncstorage-rs:/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 12:24:36.753 INFO [stdout] 748cda7f521c77278a7dc63e23d84d48337e75f0c1355a07e58b2fec8ed2da5b Dec 19 12:24:36.763 INFO running `"docker" "start" "-a" "748cda7f521c77278a7dc63e23d84d48337e75f0c1355a07e58b2fec8ed2da5b"` Dec 19 12:24:39.788 INFO [stderr] Compiling encoding_index_tests v0.1.4 Dec 19 12:24:39.796 INFO [stderr] Compiling matches v0.1.7 Dec 19 12:24:39.796 INFO [stderr] Checking httpdate v0.3.2 Dec 19 12:24:39.796 INFO [stderr] Compiling if_chain v0.1.3 Dec 19 12:24:39.800 INFO [stderr] Compiling actix-web v0.7.7 Dec 19 12:24:39.800 INFO [stderr] Checking uname v0.1.1 Dec 19 12:24:39.816 INFO [stderr] Checking socket2 v0.3.7 Dec 19 12:24:39.822 INFO [stderr] Checking tokio-service v0.1.0 Dec 19 12:24:40.133 INFO [stderr] Compiling openssl-sys v0.9.39 Dec 19 12:24:40.180 INFO [stderr] Compiling log v0.4.6 Dec 19 12:24:40.422 INFO [stderr] Compiling scheduled-thread-pool v0.2.0 Dec 19 12:24:40.479 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::sync::Arc<_>`: Dec 19 12:24:40.479 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:190:1 Dec 19 12:24:40.479 INFO [stderr] | Dec 19 12:24:40.479 INFO [stderr] 176 | / impl NewService for F Dec 19 12:24:40.479 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 12:24:40.479 INFO [stderr] 178 | | R: Service, Dec 19 12:24:40.479 INFO [stderr] 179 | | { Dec 19 12:24:40.479 INFO [stderr] ... | Dec 19 12:24:40.479 INFO [stderr] 187 | | } Dec 19 12:24:40.479 INFO [stderr] 188 | | } Dec 19 12:24:40.479 INFO [stderr] | |_- first implementation here Dec 19 12:24:40.479 INFO [stderr] 189 | Dec 19 12:24:40.484 INFO [stderr] 190 | impl NewService for Arc { Dec 19 12:24:40.484 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::sync::Arc<_>` Dec 19 12:24:40.504 INFO [stderr] | Dec 19 12:24:40.504 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::sync::Arc<_>` Dec 19 12:24:40.504 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::sync::Arc<_>` Dec 19 12:24:40.504 INFO [stderr] Dec 19 12:24:40.506 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::rc::Rc<_>`: Dec 19 12:24:40.506 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:201:1 Dec 19 12:24:40.506 INFO [stderr] | Dec 19 12:24:40.506 INFO [stderr] 176 | / impl NewService for F Dec 19 12:24:40.506 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 12:24:40.506 INFO [stderr] 178 | | R: Service, Dec 19 12:24:40.506 INFO [stderr] 179 | | { Dec 19 12:24:40.506 INFO [stderr] ... | Dec 19 12:24:40.506 INFO [stderr] 187 | | } Dec 19 12:24:40.506 INFO [stderr] 188 | | } Dec 19 12:24:40.506 INFO [stderr] | |_- first implementation here Dec 19 12:24:40.506 INFO [stderr] ... Dec 19 12:24:40.506 INFO [stderr] 201 | impl NewService for Rc { Dec 19 12:24:40.506 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::rc::Rc<_>` Dec 19 12:24:40.506 INFO [stderr] | Dec 19 12:24:40.506 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::rc::Rc<_>` Dec 19 12:24:40.506 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::rc::Rc<_>` Dec 19 12:24:40.506 INFO [stderr] Dec 19 12:24:40.506 INFO [stderr] error: aborting due to 2 previous errors Dec 19 12:24:40.506 INFO [stderr] Dec 19 12:24:40.506 INFO [stderr] For more information about this error, try `rustc --explain E0119`. Dec 19 12:24:40.545 INFO [stderr] error: Could not compile `tokio-service`. Dec 19 12:24:40.545 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 12:24:43.493 INFO [stderr] error: build failed Dec 19 12:24:44.159 INFO running `"docker" "inspect" "748cda7f521c77278a7dc63e23d84d48337e75f0c1355a07e58b2fec8ed2da5b"` Dec 19 12:24:44.534 INFO running `"docker" "rm" "-f" "748cda7f521c77278a7dc63e23d84d48337e75f0c1355a07e58b2fec8ed2da5b"` Dec 19 12:24:44.784 INFO [stdout] 748cda7f521c77278a7dc63e23d84d48337e75f0c1355a07e58b2fec8ed2da5b