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: GCE VM create failures #22905

Closed
bradfitz opened this issue Nov 28, 2017 · 1 comment
Closed

x/build: GCE VM create failures #22905

bradfitz opened this issue Nov 28, 2017 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@bradfitz
Copy link
Contributor

After my FreeBSD updates just now, the coordinator is now failing to create FreeBSD VMs with:

  2017-11-28T18:15:04Z finish_create_gce_instance after 3.36s; err=Failed to create instance: googleapi: Error 400: Invalid value for field 'resource.name': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
More details:
Reason: invalid, Message: Invalid value for field 'resource.name': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
Reason: invalid, Message: Invalid value for field 'resource.disks[0].initializeParams.diskName': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
; buildlet-freebsd-11_1-rn69e911a
  2017-11-28T18:15:04Z finish_create_gce_buildlet after 3.45s; err=Failed to create instance: googleapi: Error 400: Invalid value for field 'resource.name': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
More details:
Reason: invalid, Message: Invalid value for field 'resource.name': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
Reason: invalid, Message: Invalid value for field 'resource.disks[0].initializeParams.diskName': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
; buildlet-freebsd-11_1-rn69e911a
  2017-11-28T18:15:04Z finish_get_buildlet after 3.62s; err=Failed to create instance: googleapi: Error 400: Invalid value for field 'resource.name': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
More details:
Reason: invalid, Message: Invalid value for field 'resource.name': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
Reason: invalid, Message: Invalid value for field 'resource.disks[0].initializeParams.diskName': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'


Build log:


Error: failed to get a buildlet: Failed to create instance: googleapi: Error 400: Invalid value for field 'resource.name': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
More details:
Reason: invalid, Message: Invalid value for field 'resource.name': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'
Reason: invalid, Message: Invalid value for field 'resource.disks[0].initializeParams.diskName': 'buildlet-freebsd-11_1-rn69e911a'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)'

Fix coming.

/cc @andybons

@bradfitz bradfitz self-assigned this Nov 28, 2017
@gopherbot gopherbot added this to the Unreleased milestone Nov 28, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 28, 2017
@gopherbot
Copy link

Change https://golang.org/cl/80299 mentions this issue: cmd/coordinator: don't use underscores in GCE VM names

@golang golang locked and limited conversation to collaborators Nov 28, 2018
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
Projects
None yet
Development

No branches or pull requests

2 participants