Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproduce the ruby_grpc_compile issue in #67 #66

Closed

Conversation

kalbasit
Copy link

@kalbasit kalbasit commented May 19, 2020

This pull request is not meant to be merged. Instead, I'm filing it as a reproducible example of an issue I encountered when using ruby_grpc_compile.

GitHub issue: #67

λ uname -a
Darwin poseidon 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar  4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64

λ bazel version
Build label: 3.1.0-homebrew
Build target: bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Thu May 14 23:56:31 2020 (1589500591)
Build timestamp: 1589500591
Build timestamp as int: 1589500591

λ bazel build //example/ruby/ruby_grpc_compile:greeter_ruby_grpc
INFO: Analyzed target //example/ruby/ruby_grpc_compile:greeter_ruby_grpc (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
ERROR: /Users/yl/code/keeptruckin/stories/PLATF-5084/src/github.com/rules-proto-grpc/rules_proto_grpc/example/proto-status/BUILD.bazel:1:1: output 'example/proto-status/status_proto/ruby_grpc_compile_aspect_verb0/example/proto-status/status_services_pb.rb' was not created
ERROR: /Users/yl/code/keeptruckin/stories/PLATF-5084/src/github.com/rules-proto-grpc/rules_proto_grpc/example/proto-status/BUILD.bazel:1:1: not all outputs were created or valid
Target //example/ruby/ruby_grpc_compile:greeter_ruby_grpc failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 0.167s, Critical Path: 0.04s
INFO: 3 processes: 3 darwin-sandbox.
FAILED: Build did NOT complete successfully


λ ls bazel-out/darwin-fastbuild/bin/example/proto-status/status_proto/ruby_grpc_compile_aspect_verb*/example/proto-status/
bazel-out/darwin-fastbuild/bin/example/proto-status/status_proto/ruby_grpc_compile_aspect_verb0/example/proto-status/:
status_pb.rb

bazel-out/darwin-fastbuild/bin/example/proto-status/status_proto/ruby_grpc_compile_aspect_verb1/example/proto-status/:
status_pb.rb

bazel-out/darwin-fastbuild/bin/example/proto-status/status_proto/ruby_grpc_compile_aspect_verb4/example/proto-status/:
status_pb.rb

@kalbasit kalbasit changed the title Reproduce the ruby_grpc_compile issue Reproduce the ruby_grpc_compile issue in #67 May 19, 2020
@aaliddell aaliddell mentioned this pull request Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant