Dec 19 16:54:48.173 INFO checking flxbe/comp-rs against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 16:54:48.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-4/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/flxbe/comp-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 16:54:48.690 INFO [stdout] 02dbfd16c56b90e4d84c268636470c2c20fe1489add379f6d040de1e92424163 Dec 19 16:54:48.692 INFO running `"docker" "start" "-a" "02dbfd16c56b90e4d84c268636470c2c20fe1489add379f6d040de1e92424163"` Dec 19 16:54:51.492 INFO [stderr] Compiling libc v0.2.37 Dec 19 16:54:51.504 INFO [stderr] Compiling byteorder v1.2.1 Dec 19 16:54:51.504 INFO [stderr] Compiling slab v0.4.0 Dec 19 16:54:51.508 INFO [stderr] Compiling cc v1.0.6 Dec 19 16:54:51.508 INFO [stderr] Compiling lazycell v0.6.0 Dec 19 16:54:51.508 INFO [stderr] Compiling futures v0.1.18 Dec 19 16:54:51.508 INFO [stderr] Compiling foreign-types-shared v0.1.1 Dec 19 16:54:51.508 INFO [stderr] Compiling scoped-tls v0.1.1 Dec 19 16:54:52.400 INFO [stderr] Compiling take v0.1.0 Dec 19 16:54:52.540 INFO [stderr] Compiling slab v0.3.0 Dec 19 16:54:53.036 INFO [stderr] Compiling smallvec v0.2.1 Dec 19 16:54:53.098 INFO [stderr] Compiling httparse v1.2.4 Dec 19 16:54:53.100 INFO [stderr] Compiling serde v1.0.29 Dec 19 16:54:53.404 INFO [stderr] Compiling adler32 v1.0.2 Dec 19 16:54:55.384 INFO [stderr] Compiling num-traits v0.2.1 Dec 19 16:54:55.396 INFO [stderr] Compiling foreign-types v0.3.2 Dec 19 16:54:55.488 INFO [stderr] Compiling base64 v0.9.0 Dec 19 16:54:55.866 INFO [stderr] Compiling crossbeam-epoch v0.4.0 Dec 19 16:54:57.160 INFO [stderr] Compiling idna v0.1.4 Dec 19 16:54:59.544 INFO [stderr] Compiling unicase v2.1.0 Dec 19 16:55:04.847 INFO [stderr] Compiling crc v1.7.0 Dec 19 16:55:04.860 INFO [stderr] Compiling iovec v0.1.2 Dec 19 16:55:04.870 INFO [stderr] Compiling net2 v0.2.32 Dec 19 16:55:04.876 INFO [stderr] Compiling rand v0.4.2 Dec 19 16:55:05.792 INFO [stderr] Compiling num_cpus v1.8.0 Dec 19 16:55:05.844 INFO [stderr] Compiling time v0.1.39 Dec 19 16:55:10.516 INFO [stderr] Compiling xattr v0.1.11 Dec 19 16:55:10.516 INFO [stderr] Compiling filetime v0.1.15 Dec 19 16:55:10.520 INFO [stderr] Compiling crossbeam-deque v0.3.0 Dec 19 16:55:10.552 INFO [stderr] Compiling openssl-sys v0.9.27 Dec 19 16:55:10.604 INFO [stderr] Compiling miniz-sys v0.1.10 Dec 19 16:55:10.680 INFO [stderr] Compiling cmake v0.1.29 Dec 19 16:55:12.920 INFO [stderr] Compiling mime v0.3.5 Dec 19 16:55:12.941 INFO [stderr] Compiling bytes v0.4.6 Dec 19 16:55:12.946 INFO [stderr] Compiling libflate v0.1.14 Dec 19 16:55:13.467 INFO [stderr] Compiling mio v0.6.14 Dec 19 16:55:13.541 INFO [stderr] Compiling url v1.7.0 Dec 19 16:55:14.252 INFO [stderr] Compiling tokio-executor v0.1.0 Dec 19 16:55:14.252 INFO [stderr] Compiling tokio-service v0.1.0 Dec 19 16:55:14.325 INFO [stderr] Compiling futures-cpupool v0.1.8 Dec 19 16:55:14.624 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::sync::Arc<_>`: Dec 19 16:55:14.624 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:190:1 Dec 19 16:55:14.624 INFO [stderr] | Dec 19 16:55:14.624 INFO [stderr] 176 | / impl NewService for F Dec 19 16:55:14.624 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 16:55:14.624 INFO [stderr] 178 | | R: Service, Dec 19 16:55:14.624 INFO [stderr] 179 | | { Dec 19 16:55:14.624 INFO [stderr] ... | Dec 19 16:55:14.624 INFO [stderr] 187 | | } Dec 19 16:55:14.624 INFO [stderr] 188 | | } Dec 19 16:55:14.624 INFO [stderr] | |_- first implementation here Dec 19 16:55:14.624 INFO [stderr] 189 | Dec 19 16:55:14.624 INFO [stderr] 190 | impl NewService for Arc { Dec 19 16:55:14.624 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::sync::Arc<_>` Dec 19 16:55:14.628 INFO [stderr] | Dec 19 16:55:14.629 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::sync::Arc<_>` Dec 19 16:55:14.629 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::sync::Arc<_>` Dec 19 16:55:14.629 INFO [stderr] Dec 19 16:55:14.629 INFO [stderr] error[E0119]: conflicting implementations of trait `NewService` for type `std::rc::Rc<_>`: Dec 19 16:55:14.629 INFO [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-service-0.1.0/src/lib.rs:201:1 Dec 19 16:55:14.629 INFO [stderr] | Dec 19 16:55:14.629 INFO [stderr] 176 | / impl NewService for F Dec 19 16:55:14.629 INFO [stderr] 177 | | where F: Fn() -> io::Result, Dec 19 16:55:14.629 INFO [stderr] 178 | | R: Service, Dec 19 16:55:14.629 INFO [stderr] 179 | | { Dec 19 16:55:14.629 INFO [stderr] ... | Dec 19 16:55:14.629 INFO [stderr] 187 | | } Dec 19 16:55:14.629 INFO [stderr] 188 | | } Dec 19 16:55:14.629 INFO [stderr] | |_- first implementation here Dec 19 16:55:14.629 INFO [stderr] ... Dec 19 16:55:14.629 INFO [stderr] 201 | impl NewService for Rc { Dec 19 16:55:14.629 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `std::rc::Rc<_>` Dec 19 16:55:14.629 INFO [stderr] | Dec 19 16:55:14.629 INFO [stderr] = note: downstream crates may implement trait `std::ops::FnOnce<()>` for type `std::rc::Rc<_>` Dec 19 16:55:14.629 INFO [stderr] = note: downstream crates may implement trait `std::ops::Fn<()>` for type `std::rc::Rc<_>` Dec 19 16:55:14.629 INFO [stderr] Dec 19 16:55:14.650 INFO [stderr] error: aborting due to 2 previous errors Dec 19 16:55:14.650 INFO [stderr] Dec 19 16:55:14.650 INFO [stderr] For more information about this error, try `rustc --explain E0119`. Dec 19 16:55:14.719 INFO [stderr] error: Could not compile `tokio-service`. Dec 19 16:55:14.719 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 16:55:21.350 INFO [stderr] error: build failed Dec 19 16:55:22.000 INFO running `"docker" "inspect" "02dbfd16c56b90e4d84c268636470c2c20fe1489add379f6d040de1e92424163"` Dec 19 16:55:22.112 INFO running `"docker" "rm" "-f" "02dbfd16c56b90e4d84c268636470c2c20fe1489add379f6d040de1e92424163"` Dec 19 16:55:22.257 INFO [stdout] 02dbfd16c56b90e4d84c268636470c2c20fe1489add379f6d040de1e92424163