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

os: TestRootDirFS failures on linux-mips64 and linux-mips64le #70659

Closed
mknyszek opened this issue Dec 3, 2024 · 4 comments
Closed

os: TestRootDirFS failures on linux-mips64 and linux-mips64le #70659

mknyszek opened this issue Dec 3, 2024 · 4 comments
Assignees
Labels
arch-mips NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@mknyszek
Copy link
Contributor

mknyszek commented Dec 3, 2024

For example: https://build.golang.org/log/5d553b659dedaa835802a79cf1866ed511913cbf

CC @neild maybe?

@mknyszek mknyszek added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. arch-mips labels Dec 3, 2024
@mknyszek mknyszek added this to the Backlog milestone Dec 3, 2024
@neild neild self-assigned this Dec 3, 2024
@griesemer griesemer modified the milestones: Backlog, Go1.24 Dec 3, 2024
@neild
Copy link
Contributor

neild commented Dec 3, 2024

syscall.fstatat is busted on linux/mips64, since it passes a *Stat_t to a syscall that expects a *stat_t.

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/633280 mentions this issue: syscall, internal/syscall/unix: fix fstatat on linux/mips64

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/636836 mentions this issue: [release-branch.go1.24] syscall, internal/syscall/unix: fix fstatat on linux/mips64

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/637739 mentions this issue: internal/syscall/unix: apply fstatat fix to linux/mips64le

gopherbot pushed a commit that referenced this issue Dec 21, 2024
Apply CL 633280 to linux/mips64le, as it has the same struct as
mips64.

Updates #70659.

Change-Id: Ibab635e69e44682eb214bf6a00f4cd75816b2d34
Reviewed-on: https://go-review.googlesource.com/c/go/+/637739
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-mips NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

5 participants