[INFO] cloning repository https://github.com/bazelize/rules_rust_proto [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bazelize/rules_rust_proto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbazelize%2Frules_rust_proto", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbazelize%2Frules_rust_proto'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0d72a6569bf56cf8b51eff1dba2a19a36082fec8 [INFO] testing bazelize/rules_rust_proto against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbazelize%2Frules_rust_proto" "/workspace/builds/worker-25/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-25/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bazelize/rules_rust_proto on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bazelize/rules_rust_proto [INFO] finished tweaking git repo https://github.com/bazelize/rules_rust_proto [INFO] tweaked toml for git repo https://github.com/bazelize/rules_rust_proto written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate git repo https://github.com/bazelize/rules_rust_proto already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec02485abe7148801e8e41d36b1756acfb75bb4452a945e3ba0c4d469826946d [INFO] running `Command { std: "docker" "start" "-a" "ec02485abe7148801e8e41d36b1756acfb75bb4452a945e3ba0c4d469826946d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec02485abe7148801e8e41d36b1756acfb75bb4452a945e3ba0c4d469826946d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec02485abe7148801e8e41d36b1756acfb75bb4452a945e3ba0c4d469826946d", kill_on_drop: false }` [INFO] [stdout] ec02485abe7148801e8e41d36b1756acfb75bb4452a945e3ba0c4d469826946d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd0ad3c4db5ce107bd449ac03292cb0d4d5b930e72a76e62bd1eac749d3edef8 [INFO] running `Command { std: "docker" "start" "-a" "dd0ad3c4db5ce107bd449ac03292cb0d4d5b930e72a76e62bd1eac749d3edef8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling anyhow v1.0.48 [INFO] [stderr] Compiling futures-io v0.3.18 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling fixedbitset v0.4.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling which v4.2.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling prost-build v0.9.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling tokio-macros v1.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling prost-derive v0.9.0 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling structopt v0.3.25 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling prost v0.9.0 [INFO] [stderr] Compiling prost-types v0.9.0 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling tonic-build v0.6.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-io-timeout v1.1.1 [INFO] [stderr] Compiling h2 v0.3.7 [INFO] [stderr] Compiling tower v0.4.11 [INFO] [stderr] Compiling hyper v0.14.15 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling tonic v0.6.1 [INFO] [stderr] Compiling tonic_transpiler v0.1.0 (/opt/rustwide/workdir/tonic) [INFO] [stderr] Compiling echo v0.1.0 (/opt/rustwide/workdir/examples/echo) [INFO] [stderr] Compiling multi_package v0.1.0 (/opt/rustwide/workdir/examples/multi_package) [INFO] [stdout] error: couldn't read tonic/src/bin.rs: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tonic_transpiler` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `service_proto` [INFO] [stdout] --> examples/multi_package/src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use service_proto::grpc::examples::echo::{echo_server, EchoRequest}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `service_proto` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `service_proto` [INFO] [stdout] --> examples/multi_package/src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use service_proto::google; [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `service_proto` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `echo_server` [INFO] [stdout] --> examples/multi_package/src/main.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | impl echo_server::Echo for EchoServer { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `echo_server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `echo_proto` [INFO] [stdout] --> examples/echo/src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use echo_proto::grpc::examples::echo::{echo_server, EchoRequest, EchoResponse}; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `echo_proto` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `echo_server` [INFO] [stdout] --> examples/multi_package/src/main.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | .add_service(echo_server::EchoServer::new(server)) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `echo_server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EchoRequest` in this scope [INFO] [stdout] --> examples/multi_package/src/main.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 7 | type EchoResult = Result, Status>; [INFO] [stdout] | ------------------------------------------------- similarly named type alias `EchoResult` defined here [INFO] [stdout] ... [INFO] [stdout] 15 | async fn unary_echo(&self, _: Request) -> EchoResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 15 | async fn unary_echo(&self, _: Request) -> EchoResult { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 14 | impl echo_server::Echo for EchoServer { [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `echo_server` [INFO] [stdout] --> examples/echo/src/main.rs:18:6 [INFO] [stdout] | [INFO] [stdout] 18 | impl echo_server::Echo for EchoServer { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `echo_server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `echo_server` [INFO] [stdout] --> examples/echo/src/main.rs:75:22 [INFO] [stdout] | [INFO] [stdout] 75 | .add_service(echo_server::EchoServer::new(server)) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `echo_server` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EchoResponse` in this scope [INFO] [stdout] --> examples/echo/src/main.rs:11:56 [INFO] [stdout] | [INFO] [stdout] 11 | type ResponseStream = Pin> + Send>>; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tonic-0.6.1/src/response.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | ---------------------- similarly named struct `Response` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 11 | type ResponseStream = Pin> + Send>>; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 11 | type ResponseStream = Pin> + Send>>; [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EchoRequest` in this scope [INFO] [stdout] --> examples/echo/src/main.rs:19:43 [INFO] [stdout] | [INFO] [stdout] 10 | type EchoResult = Result, Status>; [INFO] [stdout] | ------------------------------------------------- similarly named type alias `EchoResult` defined here [INFO] [stdout] ... [INFO] [stdout] 19 | async fn unary_echo(&self, _: Request) -> EchoResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 19 | async fn unary_echo(&self, _: Request) -> EchoResult { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | impl echo_server::Echo for EchoServer { [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EchoResponse` in this scope [INFO] [stdout] --> examples/echo/src/main.rs:19:71 [INFO] [stdout] | [INFO] [stdout] 19 | async fn unary_echo(&self, _: Request) -> EchoResult { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tonic-0.6.1/src/response.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | ---------------------- similarly named struct `Response` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 19 | async fn unary_echo(&self, _: Request) -> EchoResult { [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | impl echo_server::Echo for EchoServer { [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EchoRequest` in this scope [INFO] [stdout] --> examples/echo/src/main.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 10 | type EchoResult = Result, Status>; [INFO] [stdout] | ------------------------------------------------- similarly named type alias `EchoResult` defined here [INFO] [stdout] ... [INFO] [stdout] 27 | req: Request, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 27 | req: Request, [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | impl echo_server::Echo for EchoServer { [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EchoResponse` in this scope [INFO] [stdout] --> examples/echo/src/main.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | type Item = Result; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tonic-0.6.1/src/response.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | ---------------------- similarly named struct `Response` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 41 | type Item = Result; [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 40 | impl Stream for ClientDisconnect { [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EchoRequest` in this scope [INFO] [stdout] --> examples/echo/src/main.rs:56:30 [INFO] [stdout] | [INFO] [stdout] 10 | type EchoResult = Result, Status>; [INFO] [stdout] | ------------------------------------------------- similarly named type alias `EchoResult` defined here [INFO] [stdout] ... [INFO] [stdout] 56 | _: Request>, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 56 | _: Request>, [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | impl echo_server::Echo for EchoServer { [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EchoResponse` in this scope [INFO] [stdout] --> examples/echo/src/main.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | ) -> EchoResult { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tonic-0.6.1/src/response.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | ---------------------- similarly named struct `Response` defined here [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 57 | ) -> EchoResult { [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | impl echo_server::Echo for EchoServer { [INFO] [stdout] | ++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `multi_package` due to 6 previous errors [INFO] [stderr] error: could not compile `echo` due to 12 previous errors [INFO] [stdout] error[E0412]: cannot find type `EchoRequest` in this scope [INFO] [stdout] --> examples/echo/src/main.rs:65:30 [INFO] [stdout] | [INFO] [stdout] 10 | type EchoResult = Result, Status>; [INFO] [stdout] | ------------------------------------------------- similarly named type alias `EchoResult` defined here [INFO] [stdout] ... [INFO] [stdout] 65 | _: Request>, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 65 | _: Request>, [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 18 | impl echo_server::Echo for EchoServer { [INFO] [stdout] | +++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dd0ad3c4db5ce107bd449ac03292cb0d4d5b930e72a76e62bd1eac749d3edef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd0ad3c4db5ce107bd449ac03292cb0d4d5b930e72a76e62bd1eac749d3edef8", kill_on_drop: false }` [INFO] [stdout] dd0ad3c4db5ce107bd449ac03292cb0d4d5b930e72a76e62bd1eac749d3edef8