bazel icon indicating copy to clipboard operation
bazel copied to clipboard

Bazel CI flaky error testConflictErrorAndUnfinishedAspectAnalysis_mergedAnalysisExecution master

Open sgowroji opened this issue 1 year ago • 2 comments

CI: https://buildkite.com/organizations/bazel/analytics/suites/bazel-bazel/tests/018e5734-1d39-7ed5-ad3c-bb404bdadb34?branch=master

Platform:

Logs:

bazel test //src/test/java/com/google/devtools/build/lib/buildtool:OutputArtifactConflictTest --test_filter=testConflictErrorAndUnfinishedAspectAnalysis_mergedAnalysisExecution[skymeld=true,minimizeMemory=false,keepGoing=false]


expected to contain any of: [//x:y, //x/y:y, //x:fail_analysis]
but was                   : []
	at com.google.devtools.build.lib.buildtool.OutputArtifactConflictTest.testConflictErrorAndUnfinishedAspectAnalysis_mergedAnalysisExecution(OutputArtifactConflictTest.java:556)

Culprit:

Steps:


CC Greenteam @meteorcloudy

sgowroji avatar Apr 16 '24 06:04 sgowroji

@katre for triage.

gregestren avatar Apr 29 '24 15:04 gregestren

This was changed by @joeleba in 12aa54e527eafb8db74fdf9a5eae69db97b21fa5. This isn't configurability, re-assigning to local exec.

katre avatar Apr 29 '24 19:04 katre

Interesting. I couldn't reproduce this internally even with --runs_per_test=100.

joeleba avatar May 28 '24 08:05 joeleba