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

build: ios trybot builders failing #69405

Open
timothy-king opened this issue Sep 11, 2024 · 2 comments
Open

build: ios trybot builders failing #69405

timothy-king opened this issue Sep 11, 2024 · 2 comments
Assignees
Labels
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. OS-iOS GOOS=ios
Milestone

Comments

@timothy-king
Copy link
Contributor

Trybot builders for ios are failing consistently on https://build.golang.org/.

Example log from https://build.golang.org/log/38129923c6f886f82063cab77355caee3747497a :

ios-arm64-corellium at 1dfb33e8612d20f41cf4e034d9d0838abf75e04b

...

Building Go cmd/dist using /var/root/go-ios-arm64-bootstrap. (go1.20.6 ios/arm64)
found packages main (build.go) and building_Go_requires_Go_1_22_6_or_later (notgo122.go) in /tmp/workdir-host-ios-arm64-corellium-ios/go/src/cmd/dist

build failed: make script failed: exit status 1

This looks related to #64751 . Assigning to @dmitshur

@timothy-king timothy-king added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 11, 2024
@timothy-king timothy-king added this to the Backlog milestone Sep 11, 2024
@gabyhelp
Copy link

Related Issues and Documentation

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

@dmitshur
Copy link
Contributor

dmitshur commented Sep 11, 2024

Thanks for reporting.

It looks like this builder provides its own bootstrap at /var/root/go-ios-arm64-bootstrap, and its version go1.20.6 is too low for tip. Go tip (1.24 to be) has a minimum bootstrap version requirement of Go 1.22.6 (see https://tip.golang.org/doc/go1.24#bootstrap).

The owners of this builder need to update that location to provide at least go1.22.6 as the bootstrap. @changkun, @steeve (per https://farmer.golang.org/builders), please take a look. Thanks.

Also CC @golang/ios.

@dmitshur dmitshur added Builders x/build issues (builders, bots, dashboards) OS-iOS GOOS=ios labels Sep 11, 2024
@dmitshur dmitshur assigned changkun and unassigned dmitshur Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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. OS-iOS GOOS=ios
Projects
None yet
Development

No branches or pull requests

4 participants