[INFO] updating cached repository geomaniac/hello_world_grpc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/geomaniac/hello_world_grpc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/geomaniac/hello_world_grpc" "work/ex/beta-1.38-1/sources/1.37.0/gh/geomaniac/hello_world_grpc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/geomaniac/hello_world_grpc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/geomaniac/hello_world_grpc" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/geomaniac/hello_world_grpc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/geomaniac/hello_world_grpc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5697a5547cfcbfa7cba03dd5383abeb9739ecdb3 [INFO] sha for GitHub repo geomaniac/hello_world_grpc: 5697a5547cfcbfa7cba03dd5383abeb9739ecdb3 [INFO] validating manifest of geomaniac/hello_world_grpc on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of geomaniac/hello_world_grpc on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing geomaniac/hello_world_grpc [INFO] finished frobbing geomaniac/hello_world_grpc [INFO] frobbed toml for geomaniac/hello_world_grpc written to work/ex/beta-1.38-1/sources/1.37.0/gh/geomaniac/hello_world_grpc/Cargo.toml [INFO] started frobbing geomaniac/hello_world_grpc [INFO] finished frobbing geomaniac/hello_world_grpc [INFO] frobbed toml for geomaniac/hello_world_grpc written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/geomaniac/hello_world_grpc/Cargo.toml [INFO] crate geomaniac/hello_world_grpc already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing geomaniac/hello_world_grpc against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/geomaniac/hello_world_grpc:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] a0194af47e7836b45bf58fb0ce4b9b4a0eec9ab2ad3fb0a4ffaf264d62e3e20a [INFO] running `"docker" "start" "-a" "a0194af47e7836b45bf58fb0ce4b9b4a0eec9ab2ad3fb0a4ffaf264d62e3e20a"` [INFO] [stderr] Compiling httpbis v0.7.0 [INFO] [stderr] Compiling protobuf v2.0.2 [INFO] [stderr] Compiling unix_socket v0.5.0 [INFO] [stderr] Compiling openssl-sys v0.9.31 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling bytes v0.4.7 [INFO] [stderr] Compiling tls-api v0.1.19 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.3 [INFO] [stderr] Compiling tls-api-stub v0.1.19 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.6 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tls-api-native-tls v0.1.19 [INFO] [stderr] Compiling tokio-uds v0.1.7 [INFO] [stderr] Compiling tokio-tls-api v0.1.19 [INFO] [stderr] Compiling grpc v0.5.0 [INFO] [stderr] Compiling hello_world_grpc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:117:26 [INFO] [stderr] | [INFO] [stderr] 117 | fn as_any(&self) -> &::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:118:18 [INFO] [stderr] | [INFO] [stderr] 118 | self as &::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:120:38 [INFO] [stderr] | [INFO] [stderr] 120 | fn as_any_mut(&mut self) -> &mut ::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | self as &mut ::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:123:55 [INFO] [stderr] | [INFO] [stderr] 123 | fn into_any(self: Box) -> ::std::boxed::Box<::std::any::Any> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:280:26 [INFO] [stderr] | [INFO] [stderr] 280 | fn as_any(&self) -> &::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:281:18 [INFO] [stderr] | [INFO] [stderr] 281 | self as &::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:283:38 [INFO] [stderr] | [INFO] [stderr] 283 | fn as_any_mut(&mut self) -> &mut ::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:284:22 [INFO] [stderr] | [INFO] [stderr] 284 | self as &mut ::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:286:55 [INFO] [stderr] | [INFO] [stderr] 286 | fn into_any(self: Box) -> ::std::boxed::Box<::std::any::Any> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `"docker" "inspect" "a0194af47e7836b45bf58fb0ce4b9b4a0eec9ab2ad3fb0a4ffaf264d62e3e20a"` [INFO] running `"docker" "rm" "-f" "a0194af47e7836b45bf58fb0ce4b9b4a0eec9ab2ad3fb0a4ffaf264d62e3e20a"` [INFO] [stdout] a0194af47e7836b45bf58fb0ce4b9b4a0eec9ab2ad3fb0a4ffaf264d62e3e20a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/geomaniac/hello_world_grpc:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 3187a1ee1c17d20d24858de875b311013e6ff25b08ab12900d5563d440e1b59b [INFO] running `"docker" "start" "-a" "3187a1ee1c17d20d24858de875b311013e6ff25b08ab12900d5563d440e1b59b"` [INFO] [stderr] Compiling hello_world_grpc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:117:26 [INFO] [stderr] | [INFO] [stderr] 117 | fn as_any(&self) -> &::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:118:18 [INFO] [stderr] | [INFO] [stderr] 118 | self as &::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:120:38 [INFO] [stderr] | [INFO] [stderr] 120 | fn as_any_mut(&mut self) -> &mut ::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | self as &mut ::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:123:55 [INFO] [stderr] | [INFO] [stderr] 123 | fn into_any(self: Box) -> ::std::boxed::Box<::std::any::Any> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:280:26 [INFO] [stderr] | [INFO] [stderr] 280 | fn as_any(&self) -> &::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:281:18 [INFO] [stderr] | [INFO] [stderr] 281 | self as &::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:283:38 [INFO] [stderr] | [INFO] [stderr] 283 | fn as_any_mut(&mut self) -> &mut ::std::any::Any { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:284:22 [INFO] [stderr] | [INFO] [stderr] 284 | self as &mut ::std::any::Any [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/helloworld.rs:286:55 [INFO] [stderr] | [INFO] [stderr] 286 | fn into_any(self: Box) -> ::std::boxed::Box<::std::any::Any> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::any::Any)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.14s [INFO] running `"docker" "inspect" "3187a1ee1c17d20d24858de875b311013e6ff25b08ab12900d5563d440e1b59b"` [INFO] running `"docker" "rm" "-f" "3187a1ee1c17d20d24858de875b311013e6ff25b08ab12900d5563d440e1b59b"` [INFO] [stdout] 3187a1ee1c17d20d24858de875b311013e6ff25b08ab12900d5563d440e1b59b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/geomaniac/hello_world_grpc:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 65e12ac720fd750fa9ad3d6eebf910c80c27270fc5a01f3889b34e61eaf9c2e9 [INFO] running `"docker" "start" "-a" "65e12ac720fd750fa9ad3d6eebf910c80c27270fc5a01f3889b34e61eaf9c2e9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/hello_world_grpc-02e6ed2ba4cb96ef [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/client-e2dc41e28fe848d0 [INFO] [stderr] Running /opt/crater/target/debug/deps/server-bed74a32c62e3594 [INFO] [stdout] [INFO] [stderr] Doc-tests hello_world_grpc [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "65e12ac720fd750fa9ad3d6eebf910c80c27270fc5a01f3889b34e61eaf9c2e9"` [INFO] running `"docker" "rm" "-f" "65e12ac720fd750fa9ad3d6eebf910c80c27270fc5a01f3889b34e61eaf9c2e9"` [INFO] [stdout] 65e12ac720fd750fa9ad3d6eebf910c80c27270fc5a01f3889b34e61eaf9c2e9