golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.24k stars 17.7k forks source link

x/pkgsite/cmd/pkgsite: TestServer failures #65412

Open gopherbot opened 9 months ago

gopherbot commented 9 months ago
#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"

Issue created automatically to collect these failures.

Example (log):

2024/01/31 19:27:55 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3327158733\001 in 126.9651ms
2024/01/31 19:27:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0
2024/01/31 19:27:55 Info: FetchDataSource: fetching std@latest
2024/01/31 19:27:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument
2024/01/31 19:27:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.947ms with error <nil>
2024/01/31 19:27:55 Info: FetchDataSource: fetching example.com/testmod@latest
2024/01/31 19:27:55 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 973.3µs with error <nil>
2024/01/31 19:27:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0
2024/01/31 19:27:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 978.8µs with error <nil>
2024/01/31 19:27:55 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49742/example.com/testmod/@latest"): "404 page not found\n": not found
...
2024/01/31 19:28:00 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument
2024/01/31 19:28:00 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): <nil> (epage=&{{   <nil> false false   false false    }  <h3 class="Error-message">This page is not supported by this datasource.</h3> <nil>})
2024/01/31 19:28:00 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3327158733\001 in 136.7346ms
2024/01/31 19:28:00 Info: FetchDataSource: fetching example.com/testmod@v0.0.0
2024/01/31 19:28:00 Info: FetchDataSource: fetching std@latest
2024/01/31 19:28:00 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument
2024/01/31 19:28:00 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9512ms with error <nil>
2024/01/31 19:28:00 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): <nil> (epage=&{{   <nil> false false   false false    }  <h3 class="Error-message">This page is not supported by this datasource.</h3> <nil>})
--- FAIL: TestServer (7.13s)
    testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3327158733\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@6552f3d4 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 19:27:55 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3327158733\001 in 126.9651ms 2024/01/31 19:27:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:27:55 Info: FetchDataSource: fetching std@latest 2024/01/31 19:27:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:27:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.947ms with error 2024/01/31 19:27:55 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 19:27:55 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 973.3µs with error 2024/01/31 19:27:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:27:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 978.8µs with error 2024/01/31 19:27:55 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49742/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 19:28:00 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:28:00 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 19:28:00 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3327158733\001 in 136.7346ms 2024/01/31 19:28:00 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:28:00 Info: FetchDataSource: fetching std@latest 2024/01/31 19:28:00 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:28:00 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9512ms with error 2024/01/31 19:28:00 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (7.13s) testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3327158733\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@746a0727 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 19:26:25 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer734105861\001 in 109.3774ms 2024/01/31 19:26:25 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:26:25 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9529ms with error 2024/01/31 19:26:25 Info: FetchDataSource: fetching std@latest 2024/01/31 19:26:25 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:26:25 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 19:26:25 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 969.8µs with error 2024/01/31 19:26:25 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:26:25 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 949.4µs with error 2024/01/31 19:26:25 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49743/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 19:26:29 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:26:29 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 19:26:29 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer734105861\001 in 127.9337ms 2024/01/31 19:26:29 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:26:29 Info: FetchDataSource: fetching std@latest 2024/01/31 19:26:29 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:26:29 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 969.3µs with error 2024/01/31 19:26:29 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.39s) testing.go:1206: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer734105861\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@1bb947b2 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 19:23:30 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2673560597\001 in 116.2091ms 2024/01/31 19:23:30 Info: FetchDataSource: fetching std@latest 2024/01/31 19:23:30 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:23:30 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:23:30 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9554ms with error 2024/01/31 19:23:30 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 19:23:30 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 977.9µs with error 2024/01/31 19:23:30 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:23:30 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 965.4µs with error 2024/01/31 19:23:30 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49757/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 19:23:35 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:23:35 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 19:23:35 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2673560597\001 in 126.9453ms 2024/01/31 19:23:35 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:23:35 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9512ms with error 2024/01/31 19:23:35 Info: FetchDataSource: fetching std@latest 2024/01/31 19:23:35 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:23:35 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.26s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2673560597\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@6552f3d4 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 19:26:38 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3312344227\001 in 96.6984ms 2024/01/31 19:26:38 Info: FetchDataSource: fetching std@latest 2024/01/31 19:26:38 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:26:38 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:26:38 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9442ms with error 2024/01/31 19:26:38 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 19:26:38 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 0s with error 2024/01/31 19:26:38 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:26:38 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 973.3µs with error 2024/01/31 19:26:38 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49751/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 19:26:42 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:26:42 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 19:26:42 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3312344227\001 in 102.5329ms 2024/01/31 19:26:42 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:26:42 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 984.5µs with error 2024/01/31 19:26:42 Info: FetchDataSource: fetching std@latest 2024/01/31 19:26:42 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:26:42 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.04s) testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3312344227\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@746a0727 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 19:27:18 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1855445119\001 in 116.2087ms 2024/01/31 19:27:18 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:27:18 Info: FetchDataSource: fetching std@latest 2024/01/31 19:27:18 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:27:18 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.8744ms with error 2024/01/31 19:27:18 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 19:27:18 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 971.4µs with error 2024/01/31 19:27:18 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:27:18 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 982.6µs with error 2024/01/31 19:27:18 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49743/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 19:27:22 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:27:22 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 19:27:22 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1855445119\001 in 101.5753ms 2024/01/31 19:27:22 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:27:22 Info: FetchDataSource: fetching std@latest 2024/01/31 19:27:22 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:27:22 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.0045ms with error 2024/01/31 19:27:22 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.88s) testing.go:1206: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1855445119\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@1bb947b2 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 19:23:26 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3438148273\001 in 201.1831ms 2024/01/31 19:23:26 Info: FetchDataSource: fetching std@latest 2024/01/31 19:23:26 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:23:26 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:23:26 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9274ms with error 2024/01/31 19:23:26 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 19:23:26 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 974.2µs with error 2024/01/31 19:23:26 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:23:26 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 4.8901ms with error 2024/01/31 19:23:26 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49744/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 19:23:30 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:23:30 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 19:23:30 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3438148273\001 in 100.5913ms 2024/01/31 19:23:30 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:23:30 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 983µs with error 2024/01/31 19:23:30 Info: FetchDataSource: fetching std@latest 2024/01/31 19:23:30 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:23:30 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.58s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3438148273\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@1bb947b2 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 19:23:40 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3448274488\001 in 71.3019ms 2024/01/31 19:23:40 Info: FetchDataSource: fetching std@latest 2024/01/31 19:23:40 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:23:40 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:23:40 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.8972ms with error 2024/01/31 19:23:40 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 19:23:40 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 975.1µs with error 2024/01/31 19:23:40 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:23:40 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.8632ms with error 2024/01/31 19:23:40 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49745/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 19:23:44 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:23:44 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 19:23:44 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3448274488\001 in 69.3396ms 2024/01/31 19:23:44 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 19:23:44 Info: FetchDataSource: fetching std@latest 2024/01/31 19:23:44 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 19:23:44 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 967.2µs with error 2024/01/31 19:23:44 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.71s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3448274488\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@79738217 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 20:05:26 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2438990892\001 in 73.2273ms 2024/01/31 20:05:26 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:05:26 Info: FetchDataSource: fetching std@latest 2024/01/31 20:05:26 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 974.6µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:05:26 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.9056ms with error 2024/01/31 20:05:26 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 20:05:26 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 975.1µs with error 2024/01/31 20:05:26 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:05:26 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9861ms with error 2024/01/31 20:05:26 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49744/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 20:05:39 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:05:39 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 20:05:39 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2438990892\001 in 64.4511ms 2024/01/31 20:05:39 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:05:39 Info: FetchDataSource: fetching std@latest 2024/01/31 20:05:39 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:05:39 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 959.8µs with error 2024/01/31 20:05:39 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (14.94s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2438990892\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@5c0d0929 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 20:59:54 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2457980990\001 in 101.5345ms 2024/01/31 20:59:54 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:59:54 Info: FetchDataSource: fetching std@latest 2024/01/31 20:59:54 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:59:54 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9488ms with error 2024/01/31 20:59:54 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 20:59:54 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 985.8µs with error 2024/01/31 20:59:54 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:59:54 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 984.9µs with error 2024/01/31 20:59:54 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49755/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 20:59:58 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:59:58 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 20:59:58 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2457980990\001 in 61.5176ms 2024/01/31 20:59:58 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:59:58 Info: FetchDataSource: fetching std@latest 2024/01/31 20:59:58 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:59:58 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.0166ms with error 2024/01/31 20:59:58 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.61s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2457980990\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@5c0d0929 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 20:58:29 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2947493490\001 in 62.4716ms 2024/01/31 20:58:29 Info: FetchDataSource: fetching std@latest 2024/01/31 20:58:29 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:58:29 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:58:29 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.9207ms with error 2024/01/31 20:58:29 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 20:58:29 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 969.6µs with error 2024/01/31 20:58:29 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:58:29 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/01/31 20:58:29 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49773/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 20:58:32 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:58:32 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 20:58:32 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2947493490\001 in 65.4357ms 2024/01/31 20:58:32 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:58:32 Info: FetchDataSource: fetching std@latest 2024/01/31 20:58:32 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:58:32 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 974.2µs with error 2024/01/31 20:58:32 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.25s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2947493490\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@61206881 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 20:38:06 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer4002771424\001 in 62.4905ms 2024/01/31 20:38:06 Info: FetchDataSource: fetching std@latest 2024/01/31 20:38:06 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:38:06 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:38:06 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9563ms with error 2024/01/31 20:38:06 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 20:38:06 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 0s with error 2024/01/31 20:38:06 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:38:06 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 968.6µs with error 2024/01/31 20:38:06 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49750/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 20:38:09 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 976.6µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:38:09 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 20:38:10 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer4002771424\001 in 58.6179ms 2024/01/31 20:38:10 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:38:10 Info: FetchDataSource: fetching std@latest 2024/01/31 20:38:10 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:38:10 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 983.5µs with error 2024/01/31 20:38:10 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.02s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer4002771424\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@79738217 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 20:04:28 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer410876051\001 in 84.0413ms 2024/01/31 20:04:28 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:04:28 Info: FetchDataSource: fetching std@latest 2024/01/31 20:04:28 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:04:28 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 979.3µs with error 2024/01/31 20:04:28 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 20:04:28 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 976µs with error 2024/01/31 20:04:28 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:04:28 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/01/31 20:04:28 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49769/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 20:04:32 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:04:32 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 20:04:32 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer410876051\001 in 72.2833ms 2024/01/31 20:04:32 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 20:04:32 Info: FetchDataSource: fetching std@latest 2024/01/31 20:04:32 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 20:04:32 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 967.7µs with error 2024/01/31 20:04:32 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.17s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer410876051\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@916e6cdd x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 21:31:08 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1836449974\001 in 86.91ms 2024/01/31 21:31:08 Info: FetchDataSource: fetching std@latest 2024/01/31 21:31:08 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 21:31:08 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 21:31:08 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 4.8821ms with error 2024/01/31 21:31:08 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 21:31:08 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 970µs with error 2024/01/31 21:31:08 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 21:31:08 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9545ms with error 2024/01/31 21:31:08 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49737/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 21:31:19 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 21:31:19 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 21:31:20 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1836449974\001 in 131.8317ms 2024/01/31 21:31:20 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 21:31:20 Info: FetchDataSource: fetching std@latest 2024/01/31 21:31:20 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9526ms with error 2024/01/31 21:31:20 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 978.9µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 21:31:20 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (14.27s) testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1836449974\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@e069587c x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 22:47:34 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer696803799\001 in 206.0461ms 2024/01/31 22:47:34 Info: FetchDataSource: fetching std@latest 2024/01/31 22:47:34 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 22:47:34 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 22:47:34 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9474ms with error 2024/01/31 22:47:34 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 22:47:34 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 972.4µs with error 2024/01/31 22:47:34 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 22:47:34 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 965.8µs with error 2024/01/31 22:47:34 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49749/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 22:47:38 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 22:47:38 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 22:47:38 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer696803799\001 in 86.8611ms 2024/01/31 22:47:38 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 22:47:38 Info: FetchDataSource: fetching std@latest 2024/01/31 22:47:38 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 22:47:38 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 4.8798ms with error 2024/01/31 22:47:38 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.62s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer696803799\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@79738217 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 02:58:47 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer2657670173\001 in 92.5487ms 2024/02/01 02:58:48 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 02:58:48 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 15.7294ms with error 2024/02/01 02:58:48 Info: FetchDataSource: fetching std@latest 2024/02/01 02:58:48 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 02:58:48 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 02:58:48 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.0193ms with error 2024/02/01 02:58:48 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 02:58:48 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 512.1µs with error 2024/02/01 02:58:48 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:63758/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 02:58:51 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 02:58:51 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 02:58:51 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer2657670173\001 in 110.1085ms 2024/02/01 02:58:51 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 02:58:51 Info: FetchDataSource: fetching std@latest 2024/02/01 02:58:51 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 02:58:51 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.0822ms with error 2024/02/01 02:58:51 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.44s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer2657670173\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@600225f8 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 03:42:00 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer916709182\001 in 90.5864ms 2024/02/01 03:42:00 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 03:42:00 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/01 03:42:00 Info: FetchDataSource: fetching std@latest 2024/02/01 03:42:00 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 03:42:00 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 03:42:00 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.0732ms with error 2024/02/01 03:42:00 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 03:42:00 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 516µs with error 2024/02/01 03:42:00 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:50056/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 03:42:03 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 03:42:03 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 03:42:03 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer916709182\001 in 116.1781ms 2024/02/01 03:42:03 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 03:42:03 Info: FetchDataSource: fetching std@latest 2024/02/01 03:42:03 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 03:42:03 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.0615ms with error 2024/02/01 03:42:03 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.37s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer916709182\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@18840865 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 18:21:45 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer312766719\001 in 73.1155ms 2024/02/01 18:21:45 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 18:21:45 Info: FetchDataSource: fetching std@latest 2024/02/01 18:21:45 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 18:21:45 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.9303ms with error 2024/02/01 18:21:45 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 18:21:45 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 974.7µs with error 2024/02/01 18:21:45 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 18:21:45 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9698ms with error 2024/02/01 18:21:45 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49739/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 18:21:58 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 981.6µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 18:21:58 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 18:21:58 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer312766719\001 in 67.3979ms 2024/02/01 18:21:58 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 18:21:58 Info: FetchDataSource: fetching std@latest 2024/02/01 18:21:58 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 18:21:58 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.947ms with error 2024/02/01 18:21:58 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (15.26s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer312766719\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@5b6cd3d0 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 16:01:45 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3999578404\001 in 95.7982ms 2024/02/01 16:01:45 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 16:01:45 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/01 16:01:45 Info: FetchDataSource: fetching std@latest 2024/02/01 16:01:45 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 16:01:45 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 16:01:45 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 2.5049ms with error 2024/02/01 16:01:45 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 16:01:45 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/01 16:01:45 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:54409/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 16:01:48 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 16:01:48 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 16:01:49 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3999578404\001 in 110.2159ms 2024/02/01 16:01:49 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 16:01:49 Info: FetchDataSource: fetching std@latest 2024/02/01 16:01:49 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 16:01:49 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.057ms with error 2024/02/01 16:01:49 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.29s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer3999578404\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@2f6a25f4 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 00:18:31 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1229323984\001 in 89.4079ms 2024/02/01 00:18:31 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 00:18:31 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/01 00:18:31 Info: FetchDataSource: fetching std@latest 2024/02/01 00:18:31 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 720.4µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 00:18:31 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 00:18:31 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.1605ms with error 2024/02/01 00:18:31 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 00:18:31 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 532.8µs with error 2024/02/01 00:18:31 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:64448/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 00:18:35 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 00:18:35 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 00:18:35 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1229323984\001 in 105.7879ms 2024/02/01 00:18:35 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 00:18:35 Info: FetchDataSource: fetching std@latest 2024/02/01 00:18:35 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 00:18:35 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.0875ms with error 2024/02/01 00:18:35 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.13s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer1229323984\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@e069587c x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 23:14:48 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3165800546\001 in 94.6361ms 2024/01/31 23:14:48 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 23:14:48 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 516.4µs with error 2024/01/31 23:14:48 Info: FetchDataSource: fetching std@latest 2024/01/31 23:14:48 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 517.2µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 23:14:48 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 23:14:48 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.5393ms with error 2024/01/31 23:14:48 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 23:14:48 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 791.9µs with error 2024/01/31 23:14:48 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:58027/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 23:14:51 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 23:14:51 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 23:14:52 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3165800546\001 in 110.0035ms 2024/01/31 23:14:52 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 23:14:52 Info: FetchDataSource: fetching std@latest 2024/01/31 23:14:52 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 23:14:52 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 885.4µs with error 2024/01/31 23:14:52 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.40s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer3165800546\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@d864eac2 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 20:18:54 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer82686629\001 in 66.4113ms 2024/02/01 20:18:54 Info: FetchDataSource: fetching std@latest 2024/02/01 20:18:54 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:18:54 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:18:54 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 4.8751ms with error 2024/02/01 20:18:54 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 20:18:54 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 975.1µs with error 2024/02/01 20:18:54 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:18:54 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 977.4µs with error 2024/02/01 20:18:54 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49749/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 20:19:06 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:19:06 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 20:19:06 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer82686629\001 in 66.4291ms 2024/02/01 20:19:06 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:19:06 Info: FetchDataSource: fetching std@latest 2024/02/01 20:19:06 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:19:06 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9372ms with error 2024/02/01 20:19:06 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (14.54s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer82686629\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@c9d88ea2 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 21:51:28 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3925470419\001 in 85.9332ms 2024/02/01 21:51:28 Info: FetchDataSource: fetching std@latest 2024/02/01 21:51:28 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:51:28 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:51:28 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9414ms with error 2024/02/01 21:51:29 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 21:51:29 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 982.6µs with error 2024/02/01 21:51:29 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:51:29 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 972.3µs with error 2024/02/01 21:51:29 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49750/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 21:51:32 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:51:32 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 21:51:32 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3925470419\001 in 64.4213ms 2024/02/01 21:51:32 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:51:32 Info: FetchDataSource: fetching std@latest 2024/02/01 21:51:32 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:51:32 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.946ms with error 2024/02/01 21:51:32 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.84s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3925470419\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@ac08c05d x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 22:59:42 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1761437246\001 in 75.1938ms 2024/02/01 22:59:42 Info: FetchDataSource: fetching std@latest 2024/02/01 22:59:42 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 22:59:42 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 982.1µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 22:59:42 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.9222ms with error 2024/02/01 22:59:42 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 22:59:42 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.9512ms with error 2024/02/01 22:59:42 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 22:59:42 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9539ms with error 2024/02/01 22:59:42 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49758/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 22:59:53 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 22:59:53 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 22:59:53 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1761437246\001 in 68.3637ms 2024/02/01 22:59:53 Info: FetchDataSource: fetching std@latest 2024/02/01 22:59:53 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 22:59:53 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 22:59:53 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.974ms with error 2024/02/01 22:59:53 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (13.60s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1761437246\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@746a0727 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 03:54:31 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1539973201\001 in 141.9999ms 2024/02/01 03:54:31 Info: FetchDataSource: fetching std@latest 2024/02/01 03:54:31 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 03:54:31 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 03:54:31 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.0011ms with error 2024/02/01 03:54:32 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 03:54:32 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 2.0021ms with error 2024/02/01 03:54:32 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 03:54:32 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.0043ms with error 2024/02/01 03:54:32 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:50717/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 03:54:35 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 03:54:35 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 03:54:35 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1539973201\001 in 132.9956ms 2024/02/01 03:54:35 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 03:54:35 Info: FetchDataSource: fetching std@latest 2024/02/01 03:54:35 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 03:54:35 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.004ms with error 2024/02/01 03:54:35 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.37s) testing.go:1206: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer1539973201\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@c9d88ea2 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 22:18:48 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1298656762\001 in 92.946ms 2024/02/01 22:18:48 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 22:18:48 Info: FetchDataSource: fetching std@latest 2024/02/01 22:18:48 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 6.3025ms with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 22:18:48 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 8.2277ms with error 2024/02/01 22:18:48 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 22:18:48 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.1965ms with error 2024/02/01 22:18:48 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 22:18:48 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 559.1µs with error 2024/02/01 22:18:48 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:58508/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 22:18:51 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 22:18:51 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 22:18:51 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1298656762\001 in 104.9489ms 2024/02/01 22:18:51 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 22:18:51 Info: FetchDataSource: fetching std@latest 2024/02/01 22:18:51 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 22:18:51 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.6656ms with error 2024/02/01 22:18:51 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.44s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer1298656762\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@01c93ad0 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 21:01:28 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1880218384\001 in 145.7364ms 2024/02/01 21:01:28 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:01:28 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.8231ms with error 2024/02/01 21:01:28 Info: FetchDataSource: fetching std@latest 2024/02/01 21:01:28 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:01:28 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 21:01:28 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.0676ms with error 2024/02/01 21:01:28 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:01:28 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/01 21:01:28 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:63045/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 21:01:32 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:01:32 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 21:01:32 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1880218384\001 in 138.9965ms 2024/02/01 21:01:32 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:01:32 Info: FetchDataSource: fetching std@latest 2024/02/01 21:01:32 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:01:32 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.0677ms with error 2024/02/01 21:01:32 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.67s) testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer1880218384\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@829f2ce3 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 05:01:37 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer2337829603\001 in 104.2703ms 2024/02/02 05:01:37 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 05:01:37 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 533.7µs with error 2024/02/02 05:01:37 Info: FetchDataSource: fetching std@latest 2024/02/02 05:01:37 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 05:01:37 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 05:01:37 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 0s with error 2024/02/02 05:01:37 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 05:01:37 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 516.2µs with error 2024/02/02 05:01:37 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:59275/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 05:01:40 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 05:01:40 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 05:01:41 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer2337829603\001 in 105.9564ms 2024/02/02 05:01:41 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 05:01:41 Info: FetchDataSource: fetching std@latest 2024/02/02 05:01:41 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 05:01:41 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.1164ms with error 2024/02/02 05:01:41 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.24s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer2337829603\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@e069587c x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 22:48:30 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2844039898\001 in 99.6152ms 2024/01/31 22:48:30 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 22:48:30 Info: FetchDataSource: fetching std@latest 2024/01/31 22:48:30 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 22:48:30 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.94ms with error 2024/01/31 22:48:30 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 22:48:30 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 970.9µs with error 2024/01/31 22:48:30 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 22:48:30 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/01/31 22:48:30 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49751/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 22:48:35 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 22:48:35 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 22:48:35 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2844039898\001 in 93.7528ms 2024/01/31 22:48:35 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 22:48:35 Info: FetchDataSource: fetching std@latest 2024/01/31 22:48:35 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 22:48:35 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/01/31 22:48:35 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.57s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2844039898\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@916e6cdd x/pkgsite/cmd/pkgsite.TestServer (log) 2024/01/31 21:27:41 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer177809889\001 in 141.5864ms 2024/01/31 21:27:41 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 21:27:41 Info: FetchDataSource: fetching std@latest 2024/01/31 21:27:41 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 918.3µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 21:27:41 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 10.7157ms with error 2024/01/31 21:27:41 Info: FetchDataSource: fetching example.com/testmod@latest 2024/01/31 21:27:41 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 980.7µs with error 2024/01/31 21:27:41 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 21:27:41 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/01/31 21:27:41 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49778/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/01/31 21:27:46 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 21:27:46 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/01/31 21:27:46 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer177809889\001 in 138.6871ms 2024/01/31 21:27:46 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/01/31 21:27:46 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 958.4µs with error 2024/01/31 21:27:46 Info: FetchDataSource: fetching std@latest 2024/01/31 21:27:46 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/01/31 21:27:46 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (7.08s) testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer177809889\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@244ccf47 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 15:22:16 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer4121074545\001 in 87.903ms 2024/02/02 15:22:16 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 15:22:16 Info: FetchDataSource: fetching std@latest 2024/02/02 15:22:16 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 15:22:16 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.8754ms with error 2024/02/02 15:22:16 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 15:22:16 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 979.3µs with error 2024/02/02 15:22:16 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 15:22:16 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 957.5µs with error 2024/02/02 15:22:16 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49736/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 15:22:20 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 15:22:20 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 15:22:20 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer4121074545\001 in 63.4671ms 2024/02/02 15:22:20 Info: FetchDataSource: fetching std@latest 2024/02/02 15:22:20 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 15:22:20 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 15:22:20 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 994.2µs with error 2024/02/02 15:22:20 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.03s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer4121074545\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@db74bfba x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 08:43:11 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3989447521\001 in 133.437ms 2024/02/02 08:43:11 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 08:43:11 Info: FetchDataSource: fetching std@latest 2024/02/02 08:43:11 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 08:43:11 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 4.6434ms with error 2024/02/02 08:43:11 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 08:43:11 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.1572ms with error 2024/02/02 08:43:11 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 08:43:11 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.0862ms with error 2024/02/02 08:43:11 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:63187/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 08:43:14 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 08:43:14 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 08:43:14 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3989447521\001 in 140.1621ms 2024/02/02 08:43:14 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 08:43:14 Info: FetchDataSource: fetching std@latest 2024/02/02 08:43:14 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 08:43:14 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.1448ms with error 2024/02/02 08:43:14 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.79s) testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer3989447521\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@18840865 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 09:59:18 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer2970483210\001 in 88.1641ms 2024/02/02 09:59:18 Info: FetchDataSource: fetching std@latest 2024/02/02 09:59:18 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 09:59:18 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 09:59:18 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.5354ms with error 2024/02/02 09:59:18 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 09:59:18 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 0s with error 2024/02/02 09:59:18 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 09:59:18 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/02 09:59:18 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:54788/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 09:59:21 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 09:59:21 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 09:59:21 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer2970483210\001 in 107.4279ms 2024/02/02 09:59:21 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 09:59:21 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/02 09:59:21 Info: FetchDataSource: fetching std@latest 2024/02/02 09:59:21 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 09:59:21 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.17s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer2970483210\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@a2f4a5a6 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 23:34:01 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer613360238\001 in 93.7674ms 2024/02/02 23:34:01 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 23:34:01 Info: FetchDataSource: fetching std@latest 2024/02/02 23:34:01 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 23:34:01 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 4.8343ms with error 2024/02/02 23:34:01 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 23:34:01 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.8725ms with error 2024/02/02 23:34:01 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 23:34:01 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.0245ms with error 2024/02/02 23:34:01 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49734/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 23:34:16 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 983µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 23:34:16 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 23:34:17 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer613360238\001 in 289.8595ms 2024/02/02 23:34:17 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 23:34:17 Info: FetchDataSource: fetching std@latest 2024/02/02 23:34:17 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 23:34:17 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9684ms with error 2024/02/02 23:34:17 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (17.78s) testing.go:1206: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer613360238\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@01c93ad0 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 20:29:55 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1384293284\001 in 116.1982ms 2024/02/01 20:29:55 Info: FetchDataSource: fetching std@latest 2024/02/01 20:29:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:29:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 973.3µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:29:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.9254ms with error 2024/02/01 20:29:55 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 20:29:55 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 985.4µs with error 2024/02/01 20:29:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:29:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 978.4µs with error 2024/02/01 20:29:55 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49746/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 20:29:59 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:29:59 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 20:29:59 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1384293284\001 in 111.3453ms 2024/02/01 20:29:59 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:29:59 Info: FetchDataSource: fetching std@latest 2024/02/01 20:29:59 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:29:59 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9572ms with error 2024/02/01 20:29:59 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.41s) testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1384293284\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@d864eac2 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 20:21:13 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3741669958\001 in 90.7971ms 2024/02/01 20:21:13 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:21:13 Info: FetchDataSource: fetching std@latest 2024/02/01 20:21:13 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 959.3µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:21:13 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.8875ms with error 2024/02/01 20:21:13 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 20:21:13 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 983µs with error 2024/02/01 20:21:13 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:21:13 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 946.3µs with error 2024/02/01 20:21:13 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49735/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 20:21:17 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:21:17 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 20:21:17 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3741669958\001 in 224.5909ms 2024/02/01 20:21:17 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:21:17 Info: FetchDataSource: fetching std@latest 2024/02/01 20:21:17 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:21:17 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 990.5µs with error 2024/02/01 20:21:17 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.02s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3741669958\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-2016 pkgsite@f26e1ab5 go@a2f4a5a6 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 23:32:45 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1333283850\001 in 114.2367ms 2024/02/02 23:32:45 Info: FetchDataSource: fetching std@latest 2024/02/02 23:32:45 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 23:32:45 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 23:32:45 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.894ms with error 2024/02/02 23:32:45 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 23:32:45 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 977.5µs with error 2024/02/02 23:32:45 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 23:32:45 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 967.7µs with error 2024/02/02 23:32:45 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49732/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 23:32:49 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 23:32:49 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 23:32:49 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1333283850\001 in 147.473ms 2024/02/02 23:32:49 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 23:32:49 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 23:32:49 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 983.5µs with error 2024/02/02 23:32:49 Info: FetchDataSource: fetching std@latest 2024/02/02 23:32:49 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument --- FAIL: TestServer (6.44s) testing.go:1206: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1333283850\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@829f2ce3 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 21:19:45 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1481296909\001 in 98.6252ms 2024/02/01 21:19:45 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:19:45 Info: FetchDataSource: fetching std@latest 2024/02/01 21:19:45 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:19:45 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.9303ms with error 2024/02/01 21:19:45 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 21:19:45 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 977.5µs with error 2024/02/01 21:19:45 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:19:45 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9634ms with error 2024/02/01 21:19:45 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49753/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 21:19:50 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:19:50 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 21:19:50 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1481296909\001 in 148.461ms 2024/02/01 21:19:50 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:19:50 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 975.7µs with error 2024/02/01 21:19:50 Info: FetchDataSource: fetching std@latest 2024/02/01 21:19:50 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:19:50 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (7.17s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1481296909\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@287f7918 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 21:09:34 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1205216683\001 in 143.5702ms 2024/02/01 21:09:34 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:09:34 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9595ms with error 2024/02/01 21:09:34 Info: FetchDataSource: fetching std@latest 2024/02/01 21:09:34 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:09:34 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 21:09:34 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 0s with error 2024/02/01 21:09:34 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:09:34 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 963.9µs with error 2024/02/01 21:09:34 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49762/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 21:09:39 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:09:39 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 21:09:39 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1205216683\001 in 98.6335ms 2024/02/01 21:09:39 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 21:09:39 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 949.5µs with error 2024/02/01 21:09:39 Info: FetchDataSource: fetching std@latest 2024/02/01 21:09:39 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 21:09:39 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.73s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1205216683\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@01c93ad0 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/01 20:29:50 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1789882335\001 in 123.0417ms 2024/02/01 20:29:50 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:29:50 Info: FetchDataSource: fetching std@latest 2024/02/01 20:29:50 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:29:50 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.8851ms with error 2024/02/01 20:29:51 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/01 20:29:51 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 981.7µs with error 2024/02/01 20:29:51 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:29:51 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 982.2µs with error 2024/02/01 20:29:51 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49737/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/01 20:29:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:29:55 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/01 20:29:56 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1789882335\001 in 148.4356ms 2024/02/01 20:29:56 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/01 20:29:56 Info: FetchDataSource: fetching std@latest 2024/02/01 20:29:56 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/01 20:29:56 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 977.4µs with error 2024/02/01 20:29:56 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (7.29s) testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1789882335\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@b8ac61e6 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 23:23:57 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer4281438694\001 in 70.3182ms 2024/02/02 23:23:57 Info: FetchDataSource: fetching std@latest 2024/02/02 23:23:57 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 23:23:57 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 23:23:57 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9461ms with error 2024/02/02 23:23:57 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 23:23:57 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 980.8µs with error 2024/02/02 23:23:57 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 23:23:57 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 914.3µs with error 2024/02/02 23:23:57 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49770/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 23:23:59 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 23:23:59 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 23:24:00 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer4281438694\001 in 57.6192ms 2024/02/02 23:24:00 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 23:24:00 Info: FetchDataSource: fetching std@latest 2024/02/02 23:24:00 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 23:24:00 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 983µs with error 2024/02/02 23:24:00 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (4.90s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer4281438694\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@287f7918 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 06:01:06 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3933656412\001 in 90.7252ms 2024/02/02 06:01:07 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 06:01:07 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.0388ms with error 2024/02/02 06:01:07 Info: FetchDataSource: fetching std@latest 2024/02/02 06:01:07 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 06:01:07 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 06:01:07 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 570µs with error 2024/02/02 06:01:07 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 06:01:07 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 552.4µs with error 2024/02/02 06:01:07 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49174/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 06:01:10 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 06:01:10 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 06:01:10 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3933656412\001 in 108.0276ms 2024/02/02 06:01:10 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 06:01:10 Info: FetchDataSource: fetching std@latest 2024/02/02 06:01:10 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 06:01:10 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.1204ms with error 2024/02/02 06:01:10 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (4.87s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer3933656412\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@e8d87728 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/05 16:36:24 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer512826928\001 in 122.6103ms 2024/02/05 16:36:24 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:36:24 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 518.6µs with error 2024/02/05 16:36:24 Info: FetchDataSource: fetching std@latest 2024/02/05 16:36:24 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:36:24 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/05 16:36:24 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.1496ms with error 2024/02/05 16:36:24 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:36:24 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/05 16:36:24 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49237/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/05 16:36:27 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:36:27 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/05 16:36:28 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer512826928\001 in 108.4115ms 2024/02/05 16:36:28 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:36:28 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 518.2µs with error 2024/02/05 16:36:28 Info: FetchDataSource: fetching std@latest 2024/02/05 16:36:28 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:36:28 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.85s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer512826928\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@10a65649 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/05 17:38:14 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2128993896\001 in 66.411ms 2024/02/05 17:38:14 Info: FetchDataSource: fetching std@latest 2024/02/05 17:38:14 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 17:38:14 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 17:38:14 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 978.9µs with error 2024/02/05 17:38:14 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/05 17:38:14 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 0s with error 2024/02/05 17:38:14 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 17:38:14 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 975.6µs with error 2024/02/05 17:38:14 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49745/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/05 17:38:18 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 17:38:18 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/05 17:38:18 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2128993896\001 in 107.4923ms 2024/02/05 17:38:18 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 17:38:18 Info: FetchDataSource: fetching std@latest 2024/02/05 17:38:18 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 17:38:18 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 943.9µs with error 2024/02/05 17:38:18 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.99s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2128993896\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@468f56b1 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/05 16:54:51 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer4125733183\001 in 69.3448ms 2024/02/05 16:54:51 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:54:51 Info: FetchDataSource: fetching std@latest 2024/02/05 16:54:51 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:54:51 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9609ms with error 2024/02/05 16:54:51 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/05 16:54:51 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 966.8µs with error 2024/02/05 16:54:51 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:54:51 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 977.4µs with error 2024/02/05 16:54:51 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49742/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/05 16:54:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:54:55 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/05 16:54:55 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer4125733183\001 in 96.6647ms 2024/02/05 16:54:55 Info: FetchDataSource: fetching std@latest 2024/02/05 16:54:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:54:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:54:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/05 16:54:55 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.52s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer4125733183\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@d3fd7ee5 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/05 16:43:51 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2448684939\001 in 61.5355ms 2024/02/05 16:43:51 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:43:51 Info: FetchDataSource: fetching std@latest 2024/02/05 16:43:51 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:43:51 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 981.6µs with error 2024/02/05 16:43:51 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/05 16:43:51 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 944µs with error 2024/02/05 16:43:51 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:43:51 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/05 16:43:51 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49753/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/05 16:43:54 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:43:54 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/05 16:43:55 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2448684939\001 in 100.5932ms 2024/02/05 16:43:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:43:55 Info: FetchDataSource: fetching std@latest 2024/02/05 16:43:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:43:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 975.1µs with error 2024/02/05 16:43:55 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.46s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2448684939\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@10a65649 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/05 17:40:15 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1705446987\001 in 70.3006ms 2024/02/05 17:40:15 Info: FetchDataSource: fetching std@latest 2024/02/05 17:40:15 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 17:40:15 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 17:40:15 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.9301ms with error 2024/02/05 17:40:15 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/05 17:40:15 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.9535ms with error 2024/02/05 17:40:15 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 17:40:15 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9535ms with error 2024/02/05 17:40:15 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49735/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/05 17:40:28 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 976.5µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 17:40:28 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/05 17:40:28 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1705446987\001 in 71.279ms 2024/02/05 17:40:28 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 17:40:28 Info: FetchDataSource: fetching std@latest 2024/02/05 17:40:28 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 982.5µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 17:40:28 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9623ms with error 2024/02/05 17:40:28 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (14.82s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1705446987\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@468f56b1 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/05 16:53:20 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1667279812\001 in 84.997ms 2024/02/05 16:53:20 Info: FetchDataSource: fetching std@latest 2024/02/05 16:53:20 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:53:20 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 1.0678ms with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:53:20 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 4.729ms with error 2024/02/05 16:53:20 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/05 16:53:20 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.9516ms with error 2024/02/05 16:53:20 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:53:20 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9539ms with error 2024/02/05 16:53:20 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49753/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/05 16:53:34 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:53:34 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/05 16:53:34 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1667279812\001 in 78.1185ms 2024/02/05 16:53:34 Info: FetchDataSource: fetching std@latest 2024/02/05 16:53:34 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:53:34 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:53:34 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.8623ms with error 2024/02/05 16:53:34 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (16.22s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1667279812\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@d3fd7ee5 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/05 16:45:04 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2278312983\001 in 79.0833ms 2024/02/05 16:45:04 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:45:04 Info: FetchDataSource: fetching std@latest 2024/02/05 16:45:04 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 1.9247ms with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:45:04 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 4.8589ms with error 2024/02/05 16:45:04 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/05 16:45:04 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.9759ms with error 2024/02/05 16:45:04 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:45:04 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 980.2µs with error 2024/02/05 16:45:04 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49754/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/05 16:45:16 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:45:16 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/05 16:45:16 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2278312983\001 in 63.4733ms 2024/02/05 16:45:16 Info: FetchDataSource: fetching std@latest 2024/02/05 16:45:16 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 16:45:16 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 16:45:16 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 924.4µs with error 2024/02/05 16:45:16 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (14.72s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2278312983\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@a2f4a5a6 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/03 06:25:27 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3363690792\001 in 131.0071ms 2024/02/03 06:25:27 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/03 06:25:27 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.996ms with error 2024/02/03 06:25:27 Info: FetchDataSource: fetching std@latest 2024/02/03 06:25:27 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/03 06:25:27 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/03 06:25:27 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 998.7µs with error 2024/02/03 06:25:27 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/03 06:25:27 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 998.1µs with error 2024/02/03 06:25:27 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:53055/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/03 06:25:30 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/03 06:25:30 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/03 06:25:30 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer3363690792\001 in 130.0026ms 2024/02/03 06:25:30 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/03 06:25:30 Info: FetchDataSource: fetching std@latest 2024/02/03 06:25:30 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/03 06:25:30 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 999.5µs with error 2024/02/03 06:25:30 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.33s) testing.go:1206: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer3363690792\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@6b0309ce x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 18:28:35 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1232974729\001 in 75.1629ms 2024/02/02 18:28:35 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 18:28:35 Info: FetchDataSource: fetching std@latest 2024/02/02 18:28:35 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 18:28:35 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 987.7µs with error 2024/02/02 18:28:35 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 18:28:35 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.0371ms with error 2024/02/02 18:28:35 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 18:28:35 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 0s with error 2024/02/02 18:28:35 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49738/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 18:28:38 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 18:28:39 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 18:28:39 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1232974729\001 in 146.4704ms 2024/02/02 18:28:39 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 18:28:39 Info: FetchDataSource: fetching std@latest 2024/02/02 18:28:39 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 18:28:39 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 984.5µs with error 2024/02/02 18:28:39 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.06s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1232974729\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@f0a862ee x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 17:24:04 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2958983461\001 in 128.0557ms 2024/02/02 17:24:04 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 17:24:04 Info: FetchDataSource: fetching std@latest 2024/02/02 17:24:04 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 17:24:04 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.8117ms with error 2024/02/02 17:24:04 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 17:24:04 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 0s with error 2024/02/02 17:24:04 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 17:24:04 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.2327ms with error 2024/02/02 17:24:04 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49735/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 17:24:09 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 17:24:09 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 17:24:09 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2958983461\001 in 128.8292ms 2024/02/02 17:24:09 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 17:24:09 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9523ms with error 2024/02/02 17:24:09 Info: FetchDataSource: fetching std@latest 2024/02/02 17:24:09 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 17:24:09 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.63s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2958983461\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-386-2016 pkgsite@f26e1ab5 go@3b83560b x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 17:16:50 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3788964236\001 in 90.8272ms 2024/02/02 17:16:50 Info: FetchDataSource: fetching std@latest 2024/02/02 17:16:50 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 17:16:50 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 1.0114ms with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 17:16:50 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.9347ms with error 2024/02/02 17:16:50 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 17:16:50 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 958.4µs with error 2024/02/02 17:16:50 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 17:16:50 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9605ms with error 2024/02/02 17:16:50 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49740/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 17:16:54 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 17:16:54 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 17:16:55 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3788964236\001 in 112.167ms 2024/02/02 17:16:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 17:16:55 Info: FetchDataSource: fetching std@latest 2024/02/02 17:16:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 17:16:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 981.6µs with error 2024/02/02 17:16:55 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.71s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3788964236\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@3d20a327 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 18:42:50 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2740198418\001 in 94.7003ms 2024/02/02 18:42:50 Info: FetchDataSource: fetching std@latest 2024/02/02 18:42:50 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 18:42:50 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 18:42:50 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.961ms with error 2024/02/02 18:42:50 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 18:42:50 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 969.6µs with error 2024/02/02 18:42:50 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 18:42:50 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 972.4µs with error 2024/02/02 18:42:50 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49750/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 18:42:54 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 18:42:54 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 18:42:54 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer2740198418\001 in 95.7048ms 2024/02/02 18:42:54 Info: FetchDataSource: fetching std@latest 2024/02/02 18:42:54 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 18:42:54 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 18:42:54 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 958.9µs with error 2024/02/02 18:42:54 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (6.23s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer2740198418\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@6b0309ce x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 18:29:36 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1225369249\001 in 66.3925ms 2024/02/02 18:29:36 Info: FetchDataSource: fetching std@latest 2024/02/02 18:29:36 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 18:29:36 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 18:29:36 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9354ms with error 2024/02/02 18:29:36 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 18:29:36 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 0s with error 2024/02/02 18:29:36 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 18:29:36 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 943.5µs with error 2024/02/02 18:29:36 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49751/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 18:29:40 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 18:29:40 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 18:29:40 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer1225369249\001 in 84.9543ms 2024/02/02 18:29:40 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 18:29:40 Info: FetchDataSource: fetching std@latest 2024/02/02 18:29:40 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 18:29:40 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 978.8µs with error 2024/02/02 18:29:40 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.77s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer1225369249\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-longtest pkgsite@f26e1ab5 go@f0a862ee x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/02 17:26:09 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3242697567\001 in 49.8014ms 2024/02/02 17:26:09 Info: FetchDataSource: fetching std@latest 2024/02/02 17:26:09 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 17:26:09 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 17:26:09 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 991.2µs with error 2024/02/02 17:26:09 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/02 17:26:09 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 978.1µs with error 2024/02/02 17:26:09 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 17:26:09 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 977.6µs with error 2024/02/02 17:26:09 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49760/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/02 17:26:11 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 969.4µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 17:26:11 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/02 17:26:11 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3242697567\001 in 54.7476ms 2024/02/02 17:26:11 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/02 17:26:11 Info: FetchDataSource: fetching std@latest 2024/02/02 17:26:11 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/02 17:26:11 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 925.2µs with error 2024/02/02 17:26:11 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (4.23s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3242697567\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@6076edc5 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/05 21:11:43 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3586646715\001 in 70.2818ms 2024/02/05 21:11:43 Info: FetchDataSource: fetching std@latest 2024/02/05 21:11:43 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 21:11:43 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 982.1µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 21:11:43 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.9005ms with error 2024/02/05 21:11:43 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/05 21:11:43 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.9702ms with error 2024/02/05 21:11:43 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 21:11:43 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9968ms with error 2024/02/05 21:11:43 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49751/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/05 21:11:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 21:11:55 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/05 21:11:55 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3586646715\001 in 69.3327ms 2024/02/05 21:11:55 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/05 21:11:55 Info: FetchDataSource: fetching std@latest 2024/02/05 21:11:55 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/05 21:11:55 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9446ms with error 2024/02/05 21:11:55 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (14.32s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3586646715\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@2fdad8af x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/06 12:58:52 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer427509812\001 in 73.2447ms 2024/02/06 12:58:52 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/06 12:58:52 Info: FetchDataSource: fetching std@latest 2024/02/06 12:58:52 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 989µs with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/06 12:58:52 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 3.9172ms with error 2024/02/06 12:58:52 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/06 12:58:52 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 996.2µs with error 2024/02/06 12:58:52 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/06 12:58:52 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 962.1µs with error 2024/02/06 12:58:52 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49744/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/06 12:59:02 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/06 12:59:02 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/06 12:59:02 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer427509812\001 in 69.3353ms 2024/02/06 12:59:02 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/06 12:59:02 Info: FetchDataSource: fetching std@latest 2024/02/06 12:59:02 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/06 12:59:02 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9706ms with error 2024/02/06 12:59:02 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (11.39s) testing.go:1225: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer427509812\001: The process cannot access the file because it is being used by another process.
2024-01-31 19:21 windows-arm64-11 pkgsite@f26e1ab5 go@149db960 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/03 05:23:39 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1956147287\001 in 94.2228ms 2024/02/03 05:23:39 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/03 05:23:39 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.9483ms with error 2024/02/03 05:23:39 Info: FetchDataSource: fetching std@latest 2024/02/03 05:23:39 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/03 05:23:39 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/03 05:23:39 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 1.1199ms with error 2024/02/03 05:23:39 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/03 05:23:39 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 517µs with error 2024/02/03 05:23:39 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:65365/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/03 05:23:42 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/03 05:23:42 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/03 05:23:42 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\TestServer1956147287\001 in 105.1131ms 2024/02/03 05:23:42 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/03 05:23:42 Info: FetchDataSource: fetching std@latest 2024/02/03 05:23:42 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/03 05:23:42 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.0761ms with error 2024/02/03 05:23:42 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (5.12s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\TestServer1956147287\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 windows-amd64-race pkgsite@f26e1ab5 go@4b0e0863 x/pkgsite/cmd/pkgsite.TestServer (log) 2024/02/06 16:11:59 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3608837813\001 in 76.1681ms 2024/02/06 16:11:59 Info: FetchDataSource: fetching std@latest 2024/02/06 16:11:59 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/06 16:11:59 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/06 16:11:59 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 5.8247ms with error 2024/02/06 16:11:59 Info: FetchDataSource: fetching example.com/testmod@latest 2024/02/06 16:11:59 Info: FetchDataSource: fetched example.com/testmod@latest using *fetch.goPackagesModuleGetter in 968.6µs with error 2024/02/06 16:11:59 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/06 16:11:59 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 2.9184ms with error 2024/02/06 16:11:59 Error: Server.GetLatestInfo: FetchDataSource.GetLatestInfo(ctx, "example.com/testmod", "example.com/testmod"): proxy.Client.Info("example.com/testmod", "latest"): Client.readBody("example.com/testmod", "latest", "info"): executeRequest(ctx, "https://127.0.0.1:49733/example.com/testmod/@latest"): "404 page not found\n": not found ... 2024/02/06 16:12:12 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/06 16:12:12 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) 2024/02/06 16:12:12 Info: go/packages.Load(["all"]) loaded 1 packages from C:\Users\gopher\AppData\Local\Temp\1\TestServer3608837813\001 in 67.3464ms 2024/02/06 16:12:12 Info: FetchDataSource: fetching example.com/testmod@v0.0.0 2024/02/06 16:12:12 Info: FetchDataSource: fetching std@latest 2024/02/06 16:12:12 Info: FetchDataSource: fetched std@latest using *fetch.modCacheModuleGetter in 0s with error FetchModule("std", "latest"): modCacheGetter.Info("std", "latest"): modCacheModuleGetter.latestVersion("std"): path: malformed module path "std": missing dot in first path element: invalid argument 2024/02/06 16:12:12 Info: FetchDataSource: fetched example.com/testmod@v0.0.0 using *fetch.goPackagesModuleGetter in 1.9601ms with error 2024/02/06 16:12:12 Info: returning 424 (Failed Dependency) for error 424 (Failed Dependency): (epage=&{{ false false false false }

This page is not supported by this datasource.

}) --- FAIL: TestServer (15.18s) testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\gopher\AppData\Local\Temp\1\TestServer3608837813\001: The process cannot access the file because it is being used by another process.

watchflakes

gopherbot commented 9 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/pkgsite/cmd/pkgsite" && test == "TestServer"
2024-01-31 19:21 x_pkgsite-go1.20-windows-amd64 pkgsite@f26e1ab5 release-branch.go1.20@a2f4a5a6 x/pkgsite/cmd/pkgsite.TestServer (log) === RUN TestServer testing.go:1206: TempDir RemoveAll cleanup: remove C:\b\s\w\ir\x\t\TestServer471121003\001: The process cannot access the file because it is being used by another process. --- FAIL: TestServer (6.26s)
2024-01-31 19:21 x_pkgsite-go1.21-windows-amd64 pkgsite@f26e1ab5 release-branch.go1.21@f2920803 x/pkgsite/cmd/pkgsite.TestServer (log) === RUN TestServer testing.go:1225: TempDir RemoveAll cleanup: remove C:\b\s\w\ir\x\t\TestServer3648376262\001: The process cannot access the file because it is being used by another process. --- FAIL: TestServer (7.23s)
2024-01-31 19:21 x_pkgsite-go1.21-windows-amd64-longtest pkgsite@f26e1ab5 release-branch.go1.21@f2920803 x/pkgsite/cmd/pkgsite.TestServer (log) === RUN TestServer testing.go:1225: TempDir RemoveAll cleanup: remove C:\b\s\w\ir\x\t\TestServer197747448\001: The process cannot access the file because it is being used by another process. --- FAIL: TestServer (6.87s)
2024-01-31 19:21 x_pkgsite-go1.22-windows-amd64-longtest pkgsite@f26e1ab5 release-branch.go1.22@b0957cfc x/pkgsite/cmd/pkgsite.TestServer (log) === RUN TestServer testing.go:1231: TempDir RemoveAll cleanup: remove C:\b\s\w\ir\x\t\TestServer2926632487\001: The process cannot access the file because it is being used by another process. --- FAIL: TestServer (6.04s)

watchflakes