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

x/build: apparent filesystem corruption on darwin-amd64-11_0 #52493

Open
bcmills opened this issue Apr 22, 2022 · 4 comments
Open

x/build: apparent filesystem corruption on darwin-amd64-11_0 #52493

bcmills opened this issue Apr 22, 2022 · 4 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Apr 22, 2022

#!watchflakes
post <- pkg ~ `^cmd/go` && `unexpected input character '\\x00'`
            > cp go.mod.orig go.mod
            > go mod edit -go=1.17
            [stderr]
            go: errors parsing go.mod:
            $WORK/gopath/src/go.mod:1: unexpected input character '\x00'
            [exit status 1]
            FAIL: testdata/script/mod_lazy_downgrade.txt:80: unexpected command failure

greplogs --dashboard -md -l -e 'unexpected input character ..x00.'

2022-04-21T23:41:03-21e1ffe/darwin-amd64-11_0
2021-10-18T16:32:38-543a513/darwin-amd64-11_0
2021-09-24T04:20:30-aa878ee/darwin-amd64-11_0
2021-08-25T03:13:06-e1fcf88/darwin-amd64-11_0
2021-06-02T21:39:28-dd7ba3b/darwin-amd64-11_0
2021-04-30T18:07:24-c3365ad/darwin-amd64-11_0

I almost wonder if this is the amd64 equivalent of #49692. 🤔

@golang/release, what version of MacOS 11 is the builder running at the moment?

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Apr 22, 2022
@gopherbot gopherbot added this to the Unreleased milestone Apr 22, 2022
@dmitshur
Copy link
Contributor

what version of MacOS 11 is the builder running at the moment?

It's running macOS 11.1 (20C69) based on a recent build containing "Darwin 20.2.0", "xnu-7195.60.75~1" and https://en.wikipedia.org/wiki/MacOS_Big_Sur#Release_history.

Also see #51851 where the macOS 11 arm64 builder was updated on March 22, though from the older 11.0. Do you know if that is making a difference for #49692?

@bcmills
Copy link
Contributor Author

bcmills commented Apr 22, 2022

Also see #51851 where the macOS 11 arm64 builder was updated on March 22, though from the older 11.0. Do you know if that is making a difference for #49692?

It appears to be, yes! (Added a comment on that issue and closed it.)

@thanm thanm added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 25, 2022
@bcmills
Copy link
Contributor Author

bcmills commented May 25, 2022

Still just the 11_0 builder.

greplogs -l -e 'unexpected input character ..x00.' --since=2022-04-22
2022-05-24T17:47:42-d5ae7a6/darwin-amd64-11_0

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- pkg ~ `^cmd/go` && `unexpected input character '\\x00'`
2022-09-23 15:14 darwin-amd64-11_0 go@68fa3696 cmd/go.TestScript (log)
go test proxy running at GOPROXY=http://127.0.0.1:54034/mod
--- FAIL: TestScript (0.03s)
    --- FAIL: TestScript/mod_require_exclude (1.19s)
        script_test.go:282: 
            # (2022-09-23T15:30:03Z)
            # build with no newer version to satisfy exclude (0.010s)
            # With the selected version excluded, commands that query that version without
            # updating go.mod should fail. (0.097s)
            # The failure message should be clear when -mod=vendor is implicit. (0.139s)
            # With the selected version excluded, commands that load only modules should
            # drop the excluded module. (0.035s)
            # With the latest version excluded, 'go list' should resolve needed packages
            # from the next-highest version. (0.457s)
            # build with newer version available (0.343s)
            # build with excluded newer version (0.045s)
            > cp go.mod3 go.mod
            > go list -mod=mod -f '{{with .Module}}{{.Path}} {{.Version}}{{end}}' all
            [stderr]
            go: errors parsing go.mod:
            $WORK/gopath/src/go.mod:1: unexpected input character '\x00'
            [exit status 1]
            FAIL: testdata/script/mod_require_exclude.txt:58: unexpected command failure

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Darwin
Projects
Status: Active
Development

No branches or pull requests

4 participants