Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: add linux-amd64-buster builder #42410

Closed
cagedmantis opened this issue Nov 5, 2020 · 3 comments
Closed

x/build: add linux-amd64-buster builder #42410

cagedmantis opened this issue Nov 5, 2020 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. new-builder
Milestone

Comments

@cagedmantis
Copy link
Contributor

We should add a builder for the latest supported version of Debian.

  • create a host host-linux-buster
  • create a builder: linux-amd64-buster

@golang/release

@cagedmantis cagedmantis added Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. new-builder labels Nov 5, 2020
@cagedmantis cagedmantis added this to the Backlog milestone Nov 5, 2020
@gopherbot
Copy link

Change https://golang.org/cl/267937 mentions this issue: env/linux-x86-buster: add Debian Buster builder

@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Nov 6, 2020
@cagedmantis
Copy link
Contributor Author

Running the builder as proposed in https://golang.org/cl/267937 fails with:

 --- FAIL: TestCgoLookupPort (0.00s)
     cgo_unix_test.go:48: lookup tcp/smtp: Servname not supported for ai_socktype
 --- FAIL: TestCgoLookupPortWithCancel (0.00s)
     cgo_unix_test.go:61: lookup tcp/smtp: Servname not supported for ai_socktype
 --- FAIL: TestReadLine (0.00s)
     parse_test.go:24: open /etc/services: no such file or directory
 FAIL
 FAIL    net     14.909s

We are investigating the failure.

@cagedmantis
Copy link
Contributor Author

I'm going to move this error into it's own issue and track it there. Once the issue is created, I will add that issue as a known issue to this builder and submit the CL for the creation of the builder.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. new-builder
Projects
None yet
Development

No branches or pull requests

3 participants