Skip to content

x/sys/unix: TestSysvSharedMemory consistently failing on multiple builders #48708

@bcmills

Description

@bcmills

TestSysvSharedMemory, added for #46084 in CL 327830, is consistently failing on several of the linux builders for less-common architectures:

--- FAIL: TestSysvSharedMemory (0.00s)
    sysvshm_unix_test.go:30: SysvShmGet: function not implemented
FAIL
FAIL	golang.org/x/sys/unix	0.571s

It isn't obvious to me whether we expect SysvShmGet to work on those platforms. If not, the test should call Skip on platforms / kernels on which it is not supported.

Since these builders are consistently failing (and thus not providing useful feedback about other changes), this fix needs to happen soon — either by fixing the test, adding skips, or reverting CL 327830 until someone has more time to fix it.

CC @tklauser @virtuald

greplogs --dashboard -md -l -e 'FAIL: TestSysvSharedMemory'

2021-09-30T14:19:18-969570c/04242ac/linux-ppc64le-buildlet
2021-09-30T14:19:18-969570c/04242ac/linux-ppc64le-power9osu
2021-09-30T14:19:18-969570c/04242ac/linux-s390x-ibm
2021-09-30T14:19:18-969570c/205640e/linux-mips64-rtrk
2021-09-30T14:19:18-969570c/205640e/linux-ppc64le-buildlet
2021-09-30T14:19:18-969570c/205640e/linux-ppc64le-power9osu
2021-09-30T14:19:18-969570c/205640e/linux-s390x-ibm
2021-09-30T14:19:18-969570c/6b0026a/linux-ppc64le-buildlet
2021-09-30T14:19:18-969570c/6b0026a/linux-ppc64le-power9osu
2021-09-30T14:19:18-969570c/6b0026a/linux-s390x-ibm
2021-09-30T14:19:18-969570c/7162c4c/linux-mips64le-mengzhuo
2021-09-30T14:19:18-969570c/7162c4c/linux-ppc64le-buildlet
2021-09-30T14:19:18-969570c/7162c4c/linux-ppc64le-power9osu
2021-09-30T14:19:18-969570c/7162c4c/linux-s390x-ibm
2021-09-30T14:19:18-969570c/7d57324/linux-ppc64le-buildlet
2021-09-30T14:19:18-969570c/7d57324/linux-ppc64le-power9osu
2021-09-30T14:19:18-969570c/7d57324/linux-s390x-ibm
2021-09-30T14:19:18-969570c/9112d29/linux-mips64-rtrk
2021-09-30T14:19:18-969570c/9112d29/linux-mips64le-mengzhuo
2021-09-30T14:19:18-969570c/9112d29/linux-ppc64le-buildlet
2021-09-30T14:19:18-969570c/9112d29/linux-ppc64le-power9osu
2021-09-30T14:19:18-969570c/9112d29/linux-s390x-ibm
2021-09-30T14:19:18-969570c/b043d23/linux-mips64le-mengzhuo
2021-09-30T14:19:18-969570c/b043d23/linux-ppc64le-buildlet
2021-09-30T14:19:18-969570c/b043d23/linux-ppc64le-power9osu
2021-09-30T14:19:18-969570c/b043d23/linux-s390x-ibm
2021-09-30T14:19:18-969570c/bd8009d/linux-mips64-rtrk
2021-09-30T14:19:18-969570c/bd8009d/linux-mips64le-mengzhuo
2021-09-30T14:19:18-969570c/bd8009d/linux-ppc64le-buildlet
2021-09-30T14:19:18-969570c/bd8009d/linux-ppc64le-power9osu
2021-09-30T14:19:18-969570c/bd8009d/linux-s390x-ibm
2021-09-30T14:19:18-969570c/d4aed7e/linux-mips64le-mengzhuo
2021-09-30T14:19:18-969570c/d4aed7e/linux-s390x-ibm

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.SoonThis needs action soon. (recent regressions, service outages, unusual time-sensitive situations)release-blocker

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions