Skip to content

Instantly share code, notes, and snippets.

@RafaelAPB
Created April 4, 2024 22:04
Show Gist options
  • Save RafaelAPB/abf1a5436d23d42fcc78aa5c52b1e643 to your computer and use it in GitHub Desktop.
Save RafaelAPB/abf1a5436d23d42fcc78aa5c52b1e643 to your computer and use it in GitHub Desktop.
rafaelapb@RWFV090YJW cactus-plugin-satp-hermes % yarn codegen
> @hyperledger/cactus-plugin-satp-hermes@2.0.0-alpha.2 generate-sdk
> run-p 'generate-sdk:*'
> @hyperledger/cactus-plugin-satp-hermes@2.0.0-alpha.2 generate-proto
> cd src/main/proto && buf generate --template buf.gen.yaml --config buf.yaml --verbose
cacti/satp/v02/common/common_messages.proto:5:9:symbol "cacti.satp.v02.common.MessageCore" already defined at cacti/satp/v02/common/message.proto:5:9
cacti/satp/v02/common/common_messages.proto:6:12:symbol "cacti.satp.v02.common.MessageCore.message" already defined at cacti/satp/v02/common/message.proto:6:12
cacti/satp/v02/common/common_messages.proto:10:9:symbol "cacti.satp.v02.common.RollbackMessageCore" already defined at cacti/satp/v02/common/message.proto:10:9
cacti/satp/v02/common/common_messages.proto:11:12:symbol "cacti.satp.v02.common.RollbackMessageCore.message" already defined at cacti/satp/v02/common/message.proto:11:12
cacti/satp/v02/common/common_messages.proto:14:6:symbol "cacti.satp.v02.common.STATUS" already defined at cacti/satp/v02/common/message.proto:14:6
cacti/satp/v02/common/common_messages.proto:15:3:symbol "cacti.satp.v02.common.STATUS_UNSPECIFIED" already defined at cacti/satp/v02/common/message.proto:15:3; protobuf uses C++ scoping rules for enum values, so they exist in the scope enclosing the enum
cacti/satp/v02/common/common_messages.proto:16:3:symbol "cacti.satp.v02.common.STATUS_OK" already defined at cacti/satp/v02/common/message.proto:16:3; protobuf uses C++ scoping rules for enum values, so they exist in the scope enclosing the enum
cacti/satp/v02/common/common_messages.proto:17:3:symbol "cacti.satp.v02.common.STATUS_ERROR" already defined at cacti/satp/v02/common/message.proto:17:3; protobuf uses C++ scoping rules for enum values, so they exist in the scope enclosing the enum
cacti/satp/v02/common/common_messages.proto:20:9:symbol "cacti.satp.v02.common.Ack" already defined at cacti/satp/v02/common/message.proto:20:9
cacti/satp/v02/common/common_messages.proto:21:12:symbol "cacti.satp.v02.common.Ack.status" already defined at cacti/satp/v02/common/message.proto:21:12
npm ERR! Lifecycle script `generate-proto` failed with error:
npm ERR! Error: command failed
npm ERR! in workspace: @hyperledger/cactus-plugin-satp-hermes@2.0.0-alpha.2
npm ERR! at location: /Users/rafaelapb/Projects/blockchain-integration-framework/packages/cactus-plugin-satp-hermes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment