The GitHub Actions job "Run Integration Tests" on rocketmq.git/feat/rip2-proxy-admin has failed. Run started by GitHub user zhaohai666 (triggered by zhaohai666).
Head commit for run: 8c92c4d87c6c425286dd338c4fb316e1187d8267 / zhaohaihzb <[email protected]> fix(rip2): align Bazel maven_install with rocketmq-proto 2.2.0 / protobuf 3.24.4 The pom was bumped to rocketmq-proto 2.2.0 (RIP-2 admin rebase on the 2.2.0 contract) and protobuf 3.24.4, but WORKSPACE maven_install still pinned rocketmq-proto:2.1.2 and protobuf-java:3.20.1. Bazel therefore compiled proxy against the old proto jar, where the RIP-2 admin message types (ClientInfo, DescribeGroupAccumulationResponse, AdminSendMessageRequest, GetProxyRuntimeStatsRequest, ...) do not exist, failing //proxy:proxy with 'cannot find symbol'. Match the Maven side: rocketmq-proto 2.1.2 -> 2.2.0 and protobuf-java / protobuf-java-util 3.20.1 -> 3.24.4. rules_jvm_external has no lock_file, so the artifact list is the source of truth and resolves live. Report URL: https://github.com/apache/rocketmq/actions/runs/34178329115 With regards, GitHub Actions via GitBox
