-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
build: build failure on x_tools-go1.23-openbsd-riscv64 #68231
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Comments
Found new dashboard test flakes for:
2024-06-24 18:53 x_tools-go1.23-openbsd-riscv64 tools@c9675c27 release-branch.go1.23@7dff7439 [build] (log)
|
#!/bin/bash
# check resources
echo "Checking available memory and CPU"
free -h
nproc
# approve code test
echo "Running Go tests with increased timeout"
"/home/swarming/.swarming/w/ir/cache/tools/bin/result_adapter" "go" "-v=false" "-dump-json" "/home/swarming/.swarming/w/ir/x/w/go.testjson" "--" "/home/swarming/.swarming/w/ir/x/w/goroot/bin/go" "test" "-json" "-short" "-timeout=60m0s" "./..."
# Checking....
exit_code=$?
if [ $exit_code -ne 0 ]; then
echo "Tests failed with exit code $exit_code"
else
echo "Tests completed successfully"
fi
exit $exit_code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: