bug(build): rperf-client causes build error #554
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar#554
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from GitHub.
Original GitHub issue: #1741
Original author: @marvin-hansen
Original URL: https://github.com/carverauto/serviceradar/issues/1741
Original created: 2025-10-10T07:45:20Z
Describe the bug
rperf-client causes Running Cargo build script build_script failed: (Exit 1)
...
Error: Custom { kind: Other, error: "protoc failed: " }
To Reproduce
Steps to reproduce the behavior:
On a Ubuntu 24.04 VM
ERROR: /home/marvin/serviceradar/cmd/checkers/rperf-client/BUILD.bazel:12:19: Running Cargo build script build_script failed: (Exit 1): runner failed: error executing CargoBuildScriptRun command (from target //cmd/checkers/rperf-client:build_script) bazel-out/k8-opt-exec-ST-6bb482d120da/bin/external/rules_rust+/cargo/cargo_build_script_runner/runner '--script=bazel-out/k8-fastbuild/bin/cmd/checkers/rperf-client/build_script-' '--links=' ... (remaining 8 arguments skipped)
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
Build script process failed with exit code 1
--stdout:
cargo:rerun-if-changed=src/proto/rperf.proto
cargo:rerun-if-changed=src/proto
--stderr:
Error: Custom { kind: Other, error: "protoc failed: " }
Expected behavior
Bazel build is supposed to succeed w/o errors
Desktop (please complete the following information):
Exact steps to replicate the VM env:
https://github.com/marvin-hansen/serviceradar/blob/main/BUILD.md
Additional context
Installed system dependencies
sudo apt install -y git clang-18 build-essential openjdk-25-jdk bubblewrap rsync ocaml libgmp-dev liblz4-dev libzstd-dev pkg-config libev-dev libssl-devImported GitHub comment.
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/1741#issuecomment-3814008866
Original created: 2026-01-28T21:24:14Z
closing cant repro