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: corrupted error from Open on plan9-arm #50583

Closed
bcmills opened this issue Jan 12, 2022 · 4 comments
Closed

os: corrupted error from Open on plan9-arm #50583

bcmills opened this issue Jan 12, 2022 · 4 comments
Labels
arch-arm Issues solely affecting the 32-bit arm architecture. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Plan9 WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Jan 12, 2022

#!watchflakes
post <- builder ~ `^plan9` && ` open [^:]+: [^ ]+\s*$`
--- FAIL: TestTransform (4.49s)
    transform_test.go:96: unexpected error from Transform: open /tmp/TestTransform2759707054/blob.bin: '/tmp/TestTransform2759707054/blob.bin' 
FAIL
FAIL	cmd/go/internal/lockedfile	5.123s

The error text here looks truncated. @millerresearch, is this the same sort of corruption you were referring to in #50009 (comment)?

@bcmills bcmills added arch-arm Issues solely affecting the 32-bit arm architecture. OS-Plan9 labels Jan 12, 2022
@bcmills
Copy link
Contributor Author

bcmills commented Jan 12, 2022

greplogs --dashboard -md -l -e '\Aplan9-arm.*(?:.*\n)*.* open [^:]+: [^ ]+\s*$'

2022-01-10T17:54:35-933f668/plan9-arm

@millerresearch
Copy link
Contributor

The error text here looks truncated. @millerresearch, is this the same sort of corruption you were referring to in #50009 (comment)?

I think so. As far as I can tell, every Plan 9 filesystem error message should have some explanatory text, not just a bare filename. And there's a space at the end of the line, suggesting there should have been more.

@heschi heschi added the NeedsFix The path to resolution is known, but the work has not been done. label Jan 20, 2022
@bcmills
Copy link
Contributor Author

bcmills commented May 9, 2022

Looks like these are happening roughly once a month — at least the ones that match the open regexp above.

greplogs -l -e '\Aplan9-arm.*(?:.*\n)*.* open [^:]+: [^ ]+\s*$' --since=2022-01-11
2022-04-06T20:46:47-81ae993/plan9-arm
2022-04-04T21:06:49-5c4ed73/plan9-arm
2022-03-02T17:03:04-4a13f6f/plan9-arm
2022-02-21T21:28:40-c9fe126/plan9-arm

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 9, 2022
@gopherbot gopherbot removed the NeedsFix The path to resolution is known, but the work has not been done. label May 9, 2022
@seankhliao seankhliao added this to the Unplanned milestone Aug 20, 2022
@bcmills bcmills added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Mar 16, 2023
@gopherbot
Copy link
Contributor

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@golang golang locked and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm Issues solely affecting the 32-bit arm architecture. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Plan9 WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Archived in project
Development

No branches or pull requests

5 participants