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/pkgsite/internal/fetch: unrecognized failures #62528

Closed
gopherbot opened this issue Sep 8, 2023 · 4 comments
Closed

x/pkgsite/internal/fetch: unrecognized failures #62528

gopherbot opened this issue Sep 8, 2023 · 4 comments
Assignees
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Android WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Sep 8, 2023

#!watchflakes
post <- goos == "android" && pkg ~ `^golang.org/x/pkgsite` && log ~ `pattern matches no files`

Issue created automatically to collect these failures.

Example (log):

panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x44e
sync.(*Once).doSlow(0x77cfecf3a108?, 0xa0?)
	/workdir/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/workdir/go/src/sync/once.go:65
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0x77cfee25eae0?, 0xc000269340?}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x5e
golang.org/x/pkgsite/internal/fetch.TestMain(0xffffffffffffffff?)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x33
main.main()
	_testmain.go:79 +0x1d3
exitcode=2

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 Sep 8, 2023
@gopherbot gopherbot added this to the Unreleased milestone Sep 8, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/internal/fetch" && test == ""
2023-08-31 19:09 android-amd64-emu pkgsite@92416b25 go@612da32f x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x44e
sync.(*Once).doSlow(0x77cfecf3a108?, 0xa0?)
	/workdir/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/workdir/go/src/sync/once.go:65
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0x77cfee25eae0?, 0xc000269340?}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x5e
golang.org/x/pkgsite/internal/fetch.TestMain(0xffffffffffffffff?)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x33
main.main()
	_testmain.go:79 +0x1d3
exitcode=2
2023-08-31 19:09 android-386-emu pkgsite@12a45f89 go@612da32f x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x57d
sync.(*Once).doSlow(0xeae19f58, 0xc156bf18)
	/workdir/go/src/sync/once.go:74 +0xbb
sync.(*Once).Do(0xeae19f58, 0xc156bf18)
	/workdir/go/src/sync/once.go:65 +0x40
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0xeaa31910, 0xc12111c8}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x68
golang.org/x/pkgsite/internal/fetch.TestMain(0xc1066050)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x40
main.main()
	_testmain.go:79 +0x1e9
exitcode=2
2023-08-31 19:09 android-amd64-emu pkgsite@12a45f89 go@612da32f x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x44e
sync.(*Once).doSlow(0x731199720108?, 0xa0?)
	/workdir/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/workdir/go/src/sync/once.go:65
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0x73119aadcae0?, 0xc000267340?}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x5e
golang.org/x/pkgsite/internal/fetch.TestMain(0xffffffffffffffff?)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x33
main.main()
	_testmain.go:79 +0x1d3
exitcode=2
2023-09-01 02:57 android-386-emu pkgsite@68be0dd1 go@612da32f x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x57d
sync.(*Once).doSlow(0xea997f58, 0xc0d1ff18)
	/workdir/go/src/sync/once.go:74 +0xbb
sync.(*Once).Do(0xea997f58, 0xc0d1ff18)
	/workdir/go/src/sync/once.go:65 +0x40
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0xea5af910, 0xc09df1f0}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x68
golang.org/x/pkgsite/internal/fetch.TestMain(0xc0994280)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x40
main.main()
	_testmain.go:79 +0x1e9
exitcode=2
2023-09-01 02:57 android-amd64-emu pkgsite@68be0dd1 go@612da32f x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x44e
sync.(*Once).doSlow(0x77811a160108?, 0xa0?)
	/workdir/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/workdir/go/src/sync/once.go:65
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0x77811b912ae0?, 0xc00029f300?}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x5e
golang.org/x/pkgsite/internal/fetch.TestMain(0xffffffffffffffff?)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x33
main.main()
	_testmain.go:79 +0x1d3
exitcode=2
2023-09-05 19:16 android-386-emu pkgsite@7431aa59 go@d5b85180 x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x57d
sync.(*Once).doSlow(0xefd1ff58, 0xc5e5ff18)
	/workdir/go/src/sync/once.go:74 +0xbb
sync.(*Once).Do(0xefd1ff58, 0xc5e5ff18)
	/workdir/go/src/sync/once.go:65 +0x40
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0xef937910, 0xc5ddf220}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x68
golang.org/x/pkgsite/internal/fetch.TestMain(0xc5dd8320)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x40
main.main()
	_testmain.go:79 +0x1e9
exitcode=2
2023-09-05 19:16 android-386-emu pkgsite@7431aa59 go@2070531d x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x57d
sync.(*Once).doSlow(0xf6e30f58, 0xcd25ff18)
	/workdir/go/src/sync/once.go:74 +0xbb
sync.(*Once).Do(0xf6e30f58, 0xcd25ff18)
	/workdir/go/src/sync/once.go:65 +0x40
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0xf6a48910, 0xcd1df228}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x68
golang.org/x/pkgsite/internal/fetch.TestMain(0xcd194280)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x40
main.main()
	_testmain.go:79 +0x1e9
exitcode=2
2023-09-05 19:16 android-amd64-emu pkgsite@7431aa59 go@d5b85180 x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x44e
sync.(*Once).doSlow(0x7ac01335f5b8?, 0xa0?)
	/workdir/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/workdir/go/src/sync/once.go:65
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0x7ac014b0cae0?, 0xc000267380?}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x5e
golang.org/x/pkgsite/internal/fetch.TestMain(0xffffffffffffffff?)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x33
main.main()
	_testmain.go:79 +0x1d3
exitcode=2
2023-09-05 19:16 android-amd64-emu pkgsite@7431aa59 go@2070531d x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x44e
sync.(*Once).doSlow(0x780162e0c108?, 0xa0?)
	/workdir/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/workdir/go/src/sync/once.go:65
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0x780164152ae0?, 0xc000396060?}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x5e
golang.org/x/pkgsite/internal/fetch.TestMain(0xffffffffffffffff?)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x33
main.main()
	_testmain.go:79 +0x1d3
exitcode=2
2023-09-06 21:31 android-386-emu pkgsite@b4bff3d4 go@d5b85180 x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x57d
sync.(*Once).doSlow(0xf76c9ff8, 0xcdd6bf18)
	/workdir/go/src/sync/once.go:74 +0xbb
sync.(*Once).Do(0xf76c9ff8, 0xcdd6bf18)
	/workdir/go/src/sync/once.go:65 +0x40
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0xf72e1bf0, 0xcda111f8}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x68
golang.org/x/pkgsite/internal/fetch.TestMain(0xcd866050)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x40
main.main()
	_testmain.go:79 +0x1e9
exitcode=2
2023-09-06 21:31 android-amd64-emu pkgsite@b4bff3d4 go@d5b85180 x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x44e
sync.(*Once).doSlow(0x78e9cda095b8?, 0xa0?)
	/workdir/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/workdir/go/src/sync/once.go:65
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0x78e9ced40ee0?, 0xc00026f380?}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x5e
golang.org/x/pkgsite/internal/fetch.TestMain(0xffffffffffffffff?)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x33
main.main()
	_testmain.go:79 +0x1d3
exitcode=2
2023-09-06 22:04 android-386-emu pkgsite@042f53b2 go@d5b85180 x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x57d
sync.(*Once).doSlow(0xedb5c098, 0xc416bf18)
	/workdir/go/src/sync/once.go:74 +0xbb
sync.(*Once).Do(0xedb5c098, 0xc416bf18)
	/workdir/go/src/sync/once.go:65 +0x40
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0xed773f2c, 0xc3de7220}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x68
golang.org/x/pkgsite/internal/fetch.TestMain(0xc3de0320)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x40
main.main()
	_testmain.go:79 +0x1e9
exitcode=2
2023-09-06 22:04 android-amd64-emu pkgsite@042f53b2 go@d5b85180 x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x44e
sync.(*Once).doSlow(0x7efeda3205b8?, 0xa0?)
	/workdir/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/workdir/go/src/sync/once.go:65
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0x7efedb6bf1a0?, 0xc00026f380?}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x5e
golang.org/x/pkgsite/internal/fetch.TestMain(0xffffffffffffffff?)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x33
main.main()
	_testmain.go:79 +0x1d3
exitcode=2
2023-09-07 20:19 android-386-emu pkgsite@48986c11 go@d5b85180 x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x57d
sync.(*Once).doSlow(0xe93a6098, 0xbf65ff18)
	/workdir/go/src/sync/once.go:74 +0xbb
sync.(*Once).Do(0xe93a6098, 0xbf65ff18)
	/workdir/go/src/sync/once.go:65 +0x40
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0xe8fbdf2c, 0xbf5df220}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x68
golang.org/x/pkgsite/internal/fetch.TestMain(0xbf5d8320)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x40
main.main()
	_testmain.go:79 +0x1e9
exitcode=2
2023-09-07 20:19 android-amd64-emu pkgsite@48986c11 go@d5b85180 x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x44e
sync.(*Once).doSlow(0x7a833129e5b8?, 0xa0?)
	/workdir/go/src/sync/once.go:74 +0xc2
sync.(*Once).Do(...)
	/workdir/go/src/sync/once.go:65
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0x7a833264b1a0?, 0xc00026f380?}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x5e
golang.org/x/pkgsite/internal/fetch.TestMain(0xffffffffffffffff?)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x33
main.main()
	_testmain.go:79 +0x1d3
exitcode=2

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/internal/fetch" && test == ""
2023-08-31 19:09 android-386-emu pkgsite@92416b25 go@612da32f x/pkgsite/internal/fetch (log)
panic: template: pattern matches no files: `doc/body.tmpl`

goroutine 1 [running]:
github.com/google/safehtml/template.Must(...)
	/workdir/gopath/pkg/mod/github.com/google/safehtml@v0.0.3-0.20211026203422-d6f0e11a5516/template/template.go:435
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates.func1()
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:30 +0x57d
sync.(*Once).doSlow(0xee57bf58, 0xc465ff18)
	/workdir/go/src/sync/once.go:74 +0xbb
sync.(*Once).Do(0xee57bf58, 0xc465ff18)
	/workdir/go/src/sync/once.go:65 +0x40
golang.org/x/pkgsite/internal/godoc/dochtml.LoadTemplates({{0xee193910, 0xc46091c8}})
	/workdir/gopath/src/golang.org/x/pkgsite/internal/godoc/dochtml/template.go:29 +0x68
golang.org/x/pkgsite/internal/fetch.TestMain(0xc4466280)
	/workdir/gopath/src/golang.org/x/pkgsite/internal/fetch/fetch_test.go:43 +0x40
main.main()
	_testmain.go:79 +0x1e9
exitcode=2

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Sep 8, 2023

Like #62527, I believe this also should have been fixed by https://go.dev/cl/524947.

@bcmills bcmills added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. OS-Android labels Sep 8, 2023
@cherrymui
Copy link
Member

Coordinator redeployed to include the CL. Tentatively closing. If this happens again watchflakes will reopen.

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. OS-Android WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
Status: Done
Development

No branches or pull requests

3 participants