Skip to content

build: ios trybot builders failing #69405

Open
@timothy-king

Description

@timothy-king
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

Activity

added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Sep 11, 2024
added this to the Backlog milestone on Sep 11, 2024
gabyhelp

gabyhelp commented on Sep 11, 2024

@gabyhelp

Related Issues and Documentation

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

dmitshur

dmitshur commented on Sep 11, 2024

@dmitshur
Member

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.

added
Buildersx/build issues (builders, bots, dashboards)
on Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Buildersx/build issues (builders, bots, dashboards)NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-iOSGOOS=ios

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @timothy-king@dmitshur@changkun@gabyhelp

      Issue actions

        build: ios trybot builders failing · Issue #69405 · golang/go