Dec 14 17:37:10.232 INFO testing tarpc-example-service-0.1.0 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 17:37:10.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +bd47d6825bf4090517549d33cfef10d3300b4a75-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 14 17:37:10.521 INFO [stdout] 0d657abcf04b07c56b1083ed616170f87efab592710e8cfc2f9030954b62a40f Dec 14 17:37:10.523 INFO running `"docker" "start" "-a" "0d657abcf04b07c56b1083ed616170f87efab592710e8cfc2f9030954b62a40f"` Dec 14 17:37:11.367 INFO [stderr] usermod: no changes Dec 14 17:37:11.414 INFO [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest Dec 14 17:37:11.687 INFO [stderr] Compiling case v0.1.0 Dec 14 17:37:11.691 INFO [stderr] Compiling itertools v0.7.11 Dec 14 17:37:11.691 INFO [stderr] Compiling bytes v0.4.11 Dec 14 17:37:11.691 INFO [stderr] Compiling futures-io-preview v0.3.0-alpha.10 Dec 14 17:37:11.695 INFO [stderr] Compiling serde_derive v1.0.82 Dec 14 17:37:13.515 INFO [stderr] Compiling derive-error v0.0.3 Dec 14 17:37:13.959 INFO [stderr] Compiling futures-util-preview v0.3.0-alpha.10 Dec 14 17:37:15.875 INFO [stderr] Compiling tokio-io v0.1.10 Dec 14 17:37:15.875 INFO [stderr] Compiling tokio-serde v0.1.0 Dec 14 17:37:15.875 INFO [stderr] Compiling tokio-serde v0.2.0 Dec 14 17:37:18.843 INFO [stderr] Compiling tarpc-plugins v0.5.0 Dec 14 17:37:19.947 INFO [stderr] Compiling tokio-reactor v0.1.7 Dec 14 17:37:19.947 INFO [stderr] Compiling tokio-codec v0.1.1 Dec 14 17:37:19.947 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 14 17:37:28.799 INFO [stderr] Compiling futures-executor-preview v0.3.0-alpha.10 Dec 14 17:37:32.938 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 14 17:37:32.940 INFO [stderr] Compiling tokio-uds v0.2.4 Dec 14 17:37:32.951 INFO [stderr] Compiling tokio-udp v0.1.3 Dec 14 17:37:46.732 INFO [stderr] Compiling futures-preview v0.3.0-alpha.10 Dec 14 17:37:46.747 INFO [stderr] Compiling tokio v0.1.13 Dec 14 17:37:49.230 INFO [stderr] Compiling serde v1.0.82 Dec 14 17:38:00.595 INFO [stderr] Compiling tarpc-trace v0.1.0 Dec 14 17:38:00.595 INFO [stderr] Compiling bincode v0.8.0 Dec 14 17:38:00.595 INFO [stderr] Compiling bincode v1.0.1 Dec 14 17:38:03.846 INFO [stderr] Compiling tarpc-lib v0.1.0 Dec 14 17:38:04.107 INFO [stderr] Compiling tokio-serde-bincode v0.1.1 Dec 14 17:38:07.197 INFO [stderr] error[E0310]: the parameter type `C` may not live long enough Dec 14 17:38:07.197 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/tarpc-lib-0.1.0/src/client/dispatch.rs:211:1 Dec 14 17:38:07.198 INFO [stderr] | Dec 14 17:38:07.198 INFO [stderr] 211 | / { Dec 14 17:38:07.198 INFO [stderr] 212 | | let (to_dispatch, pending_requests) = mpsc::channel(config.pending_request_buffer); Dec 14 17:38:07.199 INFO [stderr] 213 | | let (cancellation, canceled_requests) = cancellations(); Dec 14 17:38:07.199 INFO [stderr] 214 | | Dec 14 17:38:07.199 INFO [stderr] ... | Dec 14 17:38:07.200 INFO [stderr] 239 | | }) Dec 14 17:38:07.200 INFO [stderr] 240 | | } Dec 14 17:38:07.200 INFO [stderr] | |_^ Dec 14 17:38:07.201 INFO [stderr] | Dec 14 17:38:07.201 INFO [stderr] = help: consider adding an explicit lifetime bound `C: 'static`... Dec 14 17:38:07.201 INFO [stderr] Dec 14 17:38:07.201 INFO [stderr] error[E0310]: the parameter type `Resp` may not live long enough Dec 14 17:38:07.202 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/tarpc-lib-0.1.0/src/client/dispatch.rs:211:1 Dec 14 17:38:07.202 INFO [stderr] | Dec 14 17:38:07.202 INFO [stderr] 211 | / { Dec 14 17:38:07.202 INFO [stderr] 212 | | let (to_dispatch, pending_requests) = mpsc::channel(config.pending_request_buffer); Dec 14 17:38:07.202 INFO [stderr] 213 | | let (cancellation, canceled_requests) = cancellations(); Dec 14 17:38:07.202 INFO [stderr] 214 | | Dec 14 17:38:07.202 INFO [stderr] ... | Dec 14 17:38:07.202 INFO [stderr] 239 | | }) Dec 14 17:38:07.202 INFO [stderr] 240 | | } Dec 14 17:38:07.202 INFO [stderr] | |_^ Dec 14 17:38:07.202 INFO [stderr] | Dec 14 17:38:07.202 INFO [stderr] = help: consider adding an explicit lifetime bound `Resp: 'static`... Dec 14 17:38:07.202 INFO [stderr] Dec 14 17:38:07.202 INFO [stderr] error[E0310]: the parameter type `Req` may not live long enough Dec 14 17:38:07.202 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/tarpc-lib-0.1.0/src/client/dispatch.rs:211:1 Dec 14 17:38:07.202 INFO [stderr] | Dec 14 17:38:07.202 INFO [stderr] 211 | / { Dec 14 17:38:07.202 INFO [stderr] 212 | | let (to_dispatch, pending_requests) = mpsc::channel(config.pending_request_buffer); Dec 14 17:38:07.202 INFO [stderr] 213 | | let (cancellation, canceled_requests) = cancellations(); Dec 14 17:38:07.202 INFO [stderr] 214 | | Dec 14 17:38:07.202 INFO [stderr] ... | Dec 14 17:38:07.202 INFO [stderr] 239 | | }) Dec 14 17:38:07.202 INFO [stderr] 240 | | } Dec 14 17:38:07.202 INFO [stderr] | |_^ Dec 14 17:38:07.202 INFO [stderr] | Dec 14 17:38:07.202 INFO [stderr] = help: consider adding an explicit lifetime bound `Req: 'static`... Dec 14 17:38:07.202 INFO [stderr] Dec 14 17:38:07.427 INFO [stderr] error: aborting due to 3 previous errors Dec 14 17:38:07.427 INFO [stderr] Dec 14 17:38:07.427 INFO [stderr] For more information about this error, try `rustc --explain E0310`. Dec 14 17:38:07.439 INFO [stderr] error: Could not compile `tarpc-lib`. Dec 14 17:38:07.440 INFO [stderr] Dec 14 17:38:07.440 INFO [stderr] To learn more, run the command again with --verbose. Dec 14 17:38:07.449 INFO [stderr] su: No module specific data is present Dec 14 17:38:08.551 INFO running `"docker" "inspect" "0d657abcf04b07c56b1083ed616170f87efab592710e8cfc2f9030954b62a40f"` Dec 14 17:38:08.974 INFO running `"docker" "rm" "-f" "0d657abcf04b07c56b1083ed616170f87efab592710e8cfc2f9030954b62a40f"` Dec 14 17:38:09.254 INFO [stdout] 0d657abcf04b07c56b1083ed616170f87efab592710e8cfc2f9030954b62a40f