Skip to content

x/tools/gopls/internal/test/integration: tests failing on openbsd/amd64 due to stalling and timing out #72145

@dmitshur

Description

@dmitshur
Member

Consider the following recent x/tools builds from a newer openbsd/amd64 builder with OpenBSD 7.6:

Comparing them with the recent x/tools from an older openbsd/amd64 builder with OpenBSD 7.2:

There are approximately 10 tests that have started to fail quite consistently on the new openbsd/amd64 builder with OpenBSD 7.6. In contrast, the older OpenBSD 7.2 builder had both passing results and flaky failures, especially those tracked in issue #54461.

This might be a problem with OpenBSD 7.6, something about the builder image, or something in x/tools/gopls tests itself.

The builder is currently marked with a known issue #69823, and finding some resolution to this (potentially skipping the affected tests if appropriate) is needed to be able to remove that known issue.

CC @golang/openbsd, @golang/tools-team.

Activity

added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
ToolsThis label describes issues relating to any tools in the x/tools repository.
on Mar 6, 2025
added this to the Unreleased milestone on Mar 6, 2025
added
goplsIssues related to the Go language server, gopls.
on Mar 6, 2025
added
Buildersx/build issues (builders, bots, dashboards)
on Mar 6, 2025
adonovan

adonovan commented on Mar 10, 2025

@adonovan
Member

The "directory not empty" failures have been a persistent problem on openbsd for a long time, but they were flakes. If they are now deterministic that is good news as we may have a hope of debugging them.

12 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-OpenBSDToolsThis label describes issues relating to any tools in the x/tools repository.arch-amd64goplsIssues related to the Go language server, gopls.

    Type

    No type

    Projects

    No projects

    Development

    No branches or pull requests

      Participants

      @dmitshur@adonovan@gopherbot@h9jiang@gabyhelp

      Issue actions

        x/tools/gopls/internal/test/integration: tests failing on openbsd/amd64 due to stalling and timing out · Issue #72145 · golang/go