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/tools/go/loader: TestStdlib failures #60171

Closed
gopherbot opened this issue May 12, 2023 · 7 comments
Closed

x/tools/go/loader: TestStdlib failures #60171

gopherbot opened this issue May 12, 2023 · 7 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link
Contributor

gopherbot commented May 12, 2023

#!watchflakes
post <- pkg == "golang.org/x/tools/go/loader" && test == "TestStdlib" && date <= "2023-09-12"

Issue created automatically to collect these failures.

Example (log):

package nosuchpkg is not in GOROOT (/tmp/buildlet/go/src/nosuchpkg)
package nosuchpkg is not in GOROOT (/tmp/buildlet/go/src/nosuchpkg)
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/tmp/buildlet/go/src/cmd/cgo/internal/testsanitizers/cc_test.go:556:3: unknown field Pdeathsig in struct literal of type syscall.SysProcAttr
--- FAIL: TestStdlib (192.51s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/cgo/internal/testsanitizers_test

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 12, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/go/loader" && test == "TestStdlib"
2023-05-11 21:12 darwin-amd64-longtest tools@01128f9f go@cecf8b93 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in GOROOT (/tmp/buildlet/go/src/nosuchpkg)
package nosuchpkg is not in GOROOT (/tmp/buildlet/go/src/nosuchpkg)
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/tmp/buildlet/go/src/cmd/cgo/internal/testsanitizers/cc_test.go:556:3: unknown field Pdeathsig in struct literal of type syscall.SysProcAttr
--- FAIL: TestStdlib (192.51s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/cgo/internal/testsanitizers_test
2023-05-11 21:12 darwin-amd64-longtest tools@01128f9f go@c3db9af3 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in GOROOT (/tmp/buildlet/go/src/nosuchpkg)
package nosuchpkg is not in GOROOT (/tmp/buildlet/go/src/nosuchpkg)
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/tmp/buildlet/go/src/cmd/cgo/internal/testsanitizers/cc_test.go:556:3: unknown field Pdeathsig in struct literal of type syscall.SysProcAttr
--- FAIL: TestStdlib (220.60s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/cgo/internal/testsanitizers_test
2023-05-11 21:12 darwin-amd64-longtest tools@01128f9f go@c308e9b5 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in GOROOT (/tmp/buildlet/go/src/nosuchpkg)
package nosuchpkg is not in GOROOT (/tmp/buildlet/go/src/nosuchpkg)
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/tmp/buildlet/go/src/cmd/cgo/internal/testsanitizers/cc_test.go:556:3: unknown field Pdeathsig in struct literal of type syscall.SysProcAttr
--- FAIL: TestStdlib (230.72s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/cgo/internal/testsanitizers_test

watchflakes

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label May 12, 2023
@gopherbot gopherbot added this to the Unreleased milestone May 12, 2023
@bcmills
Copy link
Contributor

bcmills commented May 13, 2023

Duplicate of #60164

@bcmills bcmills marked this as a duplicate of #60164 May 13, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale May 13, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/go/loader" && test == "TestStdlib"
2023-09-08 20:30 linux-386-longtest tools@627959a8 go@ea8c0550 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (71.22s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-386-longtest tools@627959a8 go@298e8488 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (75.69s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-386-longtest tools@627959a8 go@972fc055 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (70.04s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-amd64-longtest tools@627959a8 go@ea8c0550 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (67.27s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-amd64-longtest tools@627959a8 go@298e8488 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (65.45s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-amd64-longtest tools@627959a8 go@972fc055 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (43.83s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-amd64-longtest-race tools@627959a8 go@ea8c0550 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (93.08s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-amd64-longtest-race tools@627959a8 go@298e8488 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (135.76s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-amd64-longtest-race tools@627959a8 go@972fc055 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/workdir/go/src/nosuchpkg)
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (142.80s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-arm64-longtest tools@627959a8 go@ea8c0550 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/tmp/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/tmp/workdir/go/src/nosuchpkg)
open /tmp/workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /tmp/workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/tmp/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/tmp/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (38.98s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-arm64-longtest tools@627959a8 go@298e8488 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/tmp/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/tmp/workdir/go/src/nosuchpkg)
open /tmp/workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /tmp/workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/tmp/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/tmp/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (39.66s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 linux-arm64-longtest tools@627959a8 go@972fc055 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/tmp/workdir/go/src/nosuchpkg)
package nosuchpkg is not in std (/tmp/workdir/go/src/nosuchpkg)
open /tmp/workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /tmp/workdir/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/tmp/workdir/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/tmp/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/tmp/workdir/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (38.64s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur

watchflakes

@gopherbot gopherbot reopened this Sep 11, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/go/loader" && test == "TestStdlib"
2023-09-08 20:30 windows-amd64-longtest tools@627959a8 go@ea8c0550 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (C:\workdir\go\src\nosuchpkg)
package nosuchpkg is not in std (C:\workdir\go\src\nosuchpkg)
open C:\workdir\gopath\src\golang.org\x\tools\go\loader\missing.go: The system cannot find the file specified.
open C:\workdir\gopath\src\golang.org\x\tools\go\loader\missing.go: The system cannot find the file specified.
C:\workdir\gopath\src\golang.org\x\tools\go\loader\testdata\badpkgdecl.go:1:34: expected 'package', found 'EOF'
C:\workdir\gopath\src\golang.org\x\tools\go\loader\testdata\badpkgdecl.go:1:34: expected 'package', found 'EOF'
\go\src\b\x.go:1:21: could not import c (cannot find package "c" in any of:
	\go\src\c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
\go\src\b\x.go:1:21: could not import c (cannot find package "c" in any of:
	\go\src\c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
\go\src\b\x.go:1:21: could not import c (\go\src\c\x.go:1:8: expected 'IDENT', found 'EOF')
\go\src\c\x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	\go\src\two\three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	\go\src\vendor\http (vendor tree)
	\go\src\http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
\go\src\c\x.go:1:31: cannot convert false (untyped bool constant) to type int
C:\workdir\go\src\cmd\compile\internal\inline\inlheur\texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
C:\workdir\go\src\cmd\compile\internal\inline\inlheur\texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (85.35s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 windows-amd64-longtest tools@627959a8 go@298e8488 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (C:\workdir\go\src\nosuchpkg)
package nosuchpkg is not in std (C:\workdir\go\src\nosuchpkg)
open C:\workdir\gopath\src\golang.org\x\tools\go\loader\missing.go: The system cannot find the file specified.
open C:\workdir\gopath\src\golang.org\x\tools\go\loader\missing.go: The system cannot find the file specified.
C:\workdir\gopath\src\golang.org\x\tools\go\loader\testdata\badpkgdecl.go:1:34: expected 'package', found 'EOF'
C:\workdir\gopath\src\golang.org\x\tools\go\loader\testdata\badpkgdecl.go:1:34: expected 'package', found 'EOF'
\go\src\b\x.go:1:21: could not import c (cannot find package "c" in any of:
	\go\src\c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
\go\src\b\x.go:1:21: could not import c (cannot find package "c" in any of:
	\go\src\c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
\go\src\b\x.go:1:21: could not import c (\go\src\c\x.go:1:8: expected 'IDENT', found 'EOF')
\go\src\c\x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	\go\src\two\three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	\go\src\vendor\http (vendor tree)
	\go\src\http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
\go\src\c\x.go:1:31: cannot convert false (untyped bool constant) to type int
C:\workdir\go\src\cmd\compile\internal\inline\inlheur\texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
C:\workdir\go\src\cmd\compile\internal\inline\inlheur\texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (78.97s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur
2023-09-08 20:30 windows-amd64-longtest tools@627959a8 go@972fc055 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (C:\workdir\go\src\nosuchpkg)
package nosuchpkg is not in std (C:\workdir\go\src\nosuchpkg)
open C:\workdir\gopath\src\golang.org\x\tools\go\loader\missing.go: The system cannot find the file specified.
open C:\workdir\gopath\src\golang.org\x\tools\go\loader\missing.go: The system cannot find the file specified.
C:\workdir\gopath\src\golang.org\x\tools\go\loader\testdata\badpkgdecl.go:1:34: expected 'package', found 'EOF'
C:\workdir\gopath\src\golang.org\x\tools\go\loader\testdata\badpkgdecl.go:1:34: expected 'package', found 'EOF'
\go\src\b\x.go:1:21: could not import c (cannot find package "c" in any of:
	\go\src\c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
\go\src\b\x.go:1:21: could not import c (cannot find package "c" in any of:
	\go\src\c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
\go\src\b\x.go:1:21: could not import c (\go\src\c\x.go:1:8: expected 'IDENT', found 'EOF')
\go\src\c\x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	\go\src\two\three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	\go\src\vendor\http (vendor tree)
	\go\src\http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
\go\src\c\x.go:1:31: cannot convert false (untyped bool constant) to type int
C:\workdir\go\src\cmd\compile\internal\inline\inlheur\texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
C:\workdir\go\src\cmd\compile\internal\inline\inlheur\texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (70.22s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/go/loader" && test == "TestStdlib"
2023-09-08 20:30 darwin-amd64-longtest tools@627959a8 go@ea8c0550 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/tmp/buildlet/go/src/nosuchpkg)
package nosuchpkg is not in std (/tmp/buildlet/go/src/nosuchpkg)
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/tmp/buildlet/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/tmp/buildlet/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (258.81s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/go/loader" && test == "TestStdlib"
2023-09-08 20:30 darwin-amd64-longtest tools@627959a8 go@298e8488 x/tools/go/loader.TestStdlib (log)
package nosuchpkg is not in std (/tmp/buildlet/go/src/nosuchpkg)
package nosuchpkg is not in std (/tmp/buildlet/go/src/nosuchpkg)
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
open /tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/missing.go: no such file or directory
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/tmp/buildlet/gopath/src/golang.org/x/tools/go/loader/testdata/badpkgdecl.go:1:34: expected 'package', found 'EOF'
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (cannot find package "c" in any of:
	/go/src/c (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath'))
/go/src/b/x.go:1:21: could not import c (/go/src/c/x.go:1:8: expected 'IDENT', found 'EOF')
/go/src/c/x.go:1:20: expected operand, found 'EOF'
cannot find package "two/three" in any of:
	/go/src/two/three (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
cannot find package "http" in any of:
	/go/src/vendor/http (vendor tree)
	/go/src/http (from $GOROOT)
	($GOPATH not set. For more details see: 'go help gopath')
/go/src/c/x.go:1:31: cannot convert false (untyped bool constant) to type int
/tmp/buildlet/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:60:50: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
/tmp/buildlet/go/src/cmd/compile/internal/inline/inlheur/texpr_classify_test.go:64:51: not enough arguments in call to ir.NewBasicLit
	have (src.XPos, constant.Value)
	want (src.XPos, *types.Type, constant.Value)
--- FAIL: TestStdlib (165.81s)
    stdlib_test.go:55: Load failed: couldn't load packages due to errors: cmd/compile/internal/inline/inlheur

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 13, 2023

Fixed by https://go.dev/cl/527318.

@bcmills bcmills closed this as completed Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Archived in project
Development

No branches or pull requests

2 participants