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

Bazel CI flaky error for. src.test.shell.bazel.external_integration_test test_distdir_option_not_sticky #22010

Closed
sgowroji opened this issue Apr 16, 2024 · 2 comments
Labels
breakage flaky test team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.

Comments

@sgowroji
Copy link
Member

sgowroji commented Apr 16, 2024

CI: https://buildkite.com/organizations/bazel/analytics/suites/bazel-bazel/tests/01884405-cb0a-7f9d-82a5-8bdafcaa0fa3?branch=master

BAZELCI_TASK=macos
TEST_TARGET=//src/test/shell/bazel:external_integration_test
TEST_NAME=test_distdir_option_not_sticky

bazel test //src/test/shell/bazel:external_integration_test --test_filter=test_distdir_option_not_sticky

Logs:

 adding: ext/BUILD (deflated 15%)
$TEST_TMPDIR defined: output root default is '/private/var/tmp/_bazel_buildkite/cff476a755d16eccfc51fa7c420fb41f/sandbox/darwin-sandbox/8494/execroot/_main/_tmp/b03205ad50af05e6d0cacc2be6ca2cc2' and max_idle_secs default is '15'.
Starting local Bazel server and connecting to it...
INFO: Starting clean (this may take a while). Consider using --async if the clean takes more than several minutes.
$TEST_TMPDIR defined: output root default is '/private/var/tmp/_bazel_buildkite/cff476a755d16eccfc51fa7c420fb41f/sandbox/darwin-sandbox/8494/execroot/_main/_tmp/b03205ad50af05e6d0cacc2be6ca2cc2' and max_idle_secs default is '15'.
Starting local Bazel server and connecting to it...
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:unrelated (1 packages loaded, 0 targets configured)
Analyzing: target //:unrelated (1 packages loaded, 0 targets configured)
[0 / 1] checking cached actions
INFO: Analyzed target //:unrelated (5 packages loaded, 7 targets configured).
INFO: Found 1 target...
Target //:unrelated up-to-date:
  bazel-bin/unrelated.txt
INFO: Elapsed time: 4.295s, Critical Path: 0.09s
INFO: 2 processes: 1 internal, 1 processwrapper-sandbox.
INFO: Build completed successfully, 2 total actions
$TEST_TMPDIR defined: output root default is '/private/var/tmp/_bazel_buildkite/cff476a755d16eccfc51fa7c420fb41f/sandbox/darwin-sandbox/8494/execroot/_main/_tmp/b03205ad50af05e6d0cacc2be6ca2cc2' and max_idle_secs default is '15'.
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Analyzing: target //:local (0 packages loaded, 0 targets configured)
Analyzing: target //:local (0 packages loaded, 0 targets configured)
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
INFO: Analyzed target //:local (1 packages loaded, 2 targets configured).
INFO: Found 1 target...
Target //:local up-to-date:
  bazel-bin/local.txt
INFO: Elapsed time: 0.387s, Critical Path: 0.07s
INFO: 3 processes: 1 internal, 2 processwrapper-sandbox.
INFO: Build completed successfully, 3 total actions
-- Test log: -----------------------------------------------------------
$TEST_TMPDIR defined: output root default is '/private/var/tmp/_bazel_buildkite/cff476a755d16eccfc51fa7c420fb41f/sandbox/darwin-sandbox/8494/execroot/_main/_tmp/b03205ad50af05e6d0cacc2be6ca2cc2' and max_idle_secs default is '15'.
INFO: Starting clean (this may take a while). Consider using --async if the clean takes more than several minutes.
------------------------------------------------------------------------
test_distdir_option_not_sticky FAILED: Expected failure.
/private/var/tmp/_bazel_buildkite/cff476a755d16eccfc51fa7c420fb41f/sandbox/darwin-sandbox/8494/execroot/_main/bazel-out/darwin_x86_64-fastbuild/bin/src/test/shell/bazel/external_integration_test.runfiles/_main/src/test/shell/bazel/external_integration_test:2321: in call to test_distdir_option_not_sticky

Tear down:

INFO[external_integration_test 2024-04-11 09:25:58 (+0000)] Cleaning up workspace

CC Greenteam @meteorcloudy

@sgowroji sgowroji added breakage untriaged team-Core Skyframe, bazel query, BEP, options parsing, bazelrc flaky test labels Apr 16, 2024
@haxorz
Copy link
Contributor

haxorz commented May 15, 2024

This test has to do with Bazel's external repo support, so I don't think team-Core is appropriate.

@haxorz haxorz added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. and removed team-Core Skyframe, bazel query, BEP, options parsing, bazelrc labels May 15, 2024
@meteorcloudy
Copy link
Member

This one isn't actually causing any trouble in postsubmit, so I'll close it for now.

@meteorcloudy meteorcloudy closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breakage flaky test team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.
Projects
None yet
Development

No branches or pull requests

3 participants