Dec 06 20:47:21.355 INFO testing tarpc-example-service-0.1.0 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 06 20:47:21.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 06 20:47:21.788 INFO [stdout] 57c72fdf15aef40cd1473909eca2fd78d210cf6d8ffbb8f274aab52de8d63c44 Dec 06 20:47:21.790 INFO running `"docker" "start" "-a" "57c72fdf15aef40cd1473909eca2fd78d210cf6d8ffbb8f274aab52de8d63c44"` Dec 06 20:47:22.902 INFO [stderr] usermod: no changes Dec 06 20:47:22.968 INFO [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest Dec 06 20:47:23.172 INFO [stderr] Compiling byteorder v1.2.7 Dec 06 20:47:23.174 INFO [stderr] Compiling futures-core-preview v0.3.0-alpha.10 Dec 06 20:47:23.176 INFO [stderr] Compiling derive-error v0.0.3 Dec 06 20:47:23.197 INFO [stderr] Compiling tarpc-plugins v0.5.0 Dec 06 20:47:23.199 INFO [stderr] Compiling serde v1.0.80 Dec 06 20:47:25.260 INFO [stderr] Compiling futures-channel-preview v0.3.0-alpha.10 Dec 06 20:47:25.260 INFO [stderr] Compiling futures-io-preview v0.3.0-alpha.10 Dec 06 20:47:27.209 INFO [stderr] Compiling bytes v0.4.11 Dec 06 20:47:29.833 INFO [stderr] Compiling futures-sink-preview v0.3.0-alpha.10 Dec 06 20:47:31.551 INFO [stderr] Compiling futures-util-preview v0.3.0-alpha.10 Dec 06 20:47:33.040 INFO [stderr] Compiling tokio-io v0.1.10 Dec 06 20:47:33.040 INFO [stderr] Compiling tokio-serde v0.1.0 Dec 06 20:47:33.040 INFO [stderr] Compiling tokio-serde v0.2.0 Dec 06 20:47:37.028 INFO [stderr] Compiling tokio-reactor v0.1.7 Dec 06 20:47:37.028 INFO [stderr] Compiling tokio-codec v0.1.1 Dec 06 20:47:37.028 INFO [stderr] Compiling tokio-fs v0.1.4 Dec 06 20:47:43.036 INFO [stderr] Compiling futures-executor-preview v0.3.0-alpha.10 Dec 06 20:47:46.463 INFO [stderr] Compiling tokio-tcp v0.1.2 Dec 06 20:47:46.463 INFO [stderr] Compiling tokio-udp v0.1.3 Dec 06 20:47:46.463 INFO [stderr] Compiling tokio-uds v0.2.4 Dec 06 20:47:50.140 INFO [stderr] Compiling futures-preview v0.3.0-alpha.10 Dec 06 20:47:52.667 INFO [stderr] Compiling tokio v0.1.13 Dec 06 20:47:53.744 INFO [stderr] Compiling tarpc-trace v0.1.0 Dec 06 20:47:53.744 INFO [stderr] Compiling bincode v0.8.0 Dec 06 20:47:53.745 INFO [stderr] Compiling bincode v1.0.1 Dec 06 20:47:57.114 INFO [stderr] Compiling tarpc-lib v0.1.0 Dec 06 20:47:58.055 INFO [stderr] Compiling tokio-serde-bincode v0.1.1 Dec 06 20:48:00.774 INFO [stderr] error[E0310]: the parameter type `C` may not live long enough Dec 06 20:48:00.774 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/tarpc-lib-0.1.0/src/client/dispatch.rs:211:1 Dec 06 20:48:00.774 INFO [stderr] | Dec 06 20:48:00.774 INFO [stderr] 211 | / { Dec 06 20:48:00.774 INFO [stderr] 212 | | let (to_dispatch, pending_requests) = mpsc::channel(config.pending_request_buffer); Dec 06 20:48:00.774 INFO [stderr] 213 | | let (cancellation, canceled_requests) = cancellations(); Dec 06 20:48:00.774 INFO [stderr] 214 | | Dec 06 20:48:00.774 INFO [stderr] ... | Dec 06 20:48:00.774 INFO [stderr] 239 | | }) Dec 06 20:48:00.774 INFO [stderr] 240 | | } Dec 06 20:48:00.774 INFO [stderr] | |_^ Dec 06 20:48:00.774 INFO [stderr] | Dec 06 20:48:00.774 INFO [stderr] = help: consider adding an explicit lifetime bound `C: 'static`... Dec 06 20:48:00.774 INFO [stderr] Dec 06 20:48:00.774 INFO [stderr] error[E0310]: the parameter type `Resp` may not live long enough Dec 06 20:48:00.774 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/tarpc-lib-0.1.0/src/client/dispatch.rs:211:1 Dec 06 20:48:00.774 INFO [stderr] | Dec 06 20:48:00.774 INFO [stderr] 211 | / { Dec 06 20:48:00.775 INFO [stderr] 212 | | let (to_dispatch, pending_requests) = mpsc::channel(config.pending_request_buffer); Dec 06 20:48:00.775 INFO [stderr] 213 | | let (cancellation, canceled_requests) = cancellations(); Dec 06 20:48:00.775 INFO [stderr] 214 | | Dec 06 20:48:00.775 INFO [stderr] ... | Dec 06 20:48:00.775 INFO [stderr] 239 | | }) Dec 06 20:48:00.775 INFO [stderr] 240 | | } Dec 06 20:48:00.775 INFO [stderr] | |_^ Dec 06 20:48:00.775 INFO [stderr] | Dec 06 20:48:00.775 INFO [stderr] = help: consider adding an explicit lifetime bound `Resp: 'static`... Dec 06 20:48:00.775 INFO [stderr] Dec 06 20:48:00.775 INFO [stderr] error[E0310]: the parameter type `Req` may not live long enough Dec 06 20:48:00.775 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/tarpc-lib-0.1.0/src/client/dispatch.rs:211:1 Dec 06 20:48:00.775 INFO [stderr] | Dec 06 20:48:00.775 INFO [stderr] 211 | / { Dec 06 20:48:00.775 INFO [stderr] 212 | | let (to_dispatch, pending_requests) = mpsc::channel(config.pending_request_buffer); Dec 06 20:48:00.775 INFO [stderr] 213 | | let (cancellation, canceled_requests) = cancellations(); Dec 06 20:48:00.775 INFO [stderr] 214 | | Dec 06 20:48:00.775 INFO [stderr] ... | Dec 06 20:48:00.775 INFO [stderr] 239 | | }) Dec 06 20:48:00.775 INFO [stderr] 240 | | } Dec 06 20:48:00.775 INFO [stderr] | |_^ Dec 06 20:48:00.775 INFO [stderr] | Dec 06 20:48:00.775 INFO [stderr] = help: consider adding an explicit lifetime bound `Req: 'static`... Dec 06 20:48:00.775 INFO [stderr] Dec 06 20:48:00.981 INFO [stderr] error: aborting due to 3 previous errors Dec 06 20:48:00.981 INFO [stderr] Dec 06 20:48:00.981 INFO [stderr] For more information about this error, try `rustc --explain E0310`. Dec 06 20:48:01.002 INFO [stderr] error: Could not compile `tarpc-lib`. Dec 06 20:48:01.002 INFO [stderr] Dec 06 20:48:01.002 INFO [stderr] To learn more, run the command again with --verbose. Dec 06 20:48:01.004 INFO [stderr] su: No module specific data is present Dec 06 20:48:01.292 INFO running `"docker" "inspect" "57c72fdf15aef40cd1473909eca2fd78d210cf6d8ffbb8f274aab52de8d63c44"` Dec 06 20:48:01.416 INFO running `"docker" "rm" "-f" "57c72fdf15aef40cd1473909eca2fd78d210cf6d8ffbb8f274aab52de8d63c44"` Dec 06 20:48:01.568 INFO [stdout] 57c72fdf15aef40cd1473909eca2fd78d210cf6d8ffbb8f274aab52de8d63c44