go: cmd/go: tests timing out on aix builder

The cmd/go tests are timing out on the aix/ppc4 builder:

https://build.golang.org/log/86480370eb2fba22d0f47458ad1fecf8ce9beea7

It looked similar to the Plan 9 failures reported in #29033 at first, but @bcmills suggested to track this in a different issue as the lockedfile implementation for plan9 is different from the other platforms.

@Helflym mentioned in https://github.com/golang/go/issues/29033#issuecomment-443196871 that the timeout is only triggered on the builder, but not on a fresh install fetched from git. So there might be some issue with the builder.

Also, it seems the last few commits haven’t been built by the aix/ppc64 builder which also indicates some issue with the aix builder.

/cc @bradfitz

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 19 (17 by maintainers)

Commits related to this issue

Most upvoted comments

Great, thanks!

Let’s rename the file to filelock_fcntl.go. (I had originally named it filelock_posix.go but @rsc found that a bit confusing; see this comment.)

Ok thanks. By the way, I have tried solaris version of filelock and it does work.