-
Notifications
You must be signed in to change notification settings - Fork 18k
x/build/env: host-linux-amd64-sid (Container Image: linux-x86-sid:latest) #61112
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
Comments
The build script was updated and a new LUCI-capable image was indeed built, though it's missing python3 (needed for the swarming bot). But we still need to add it to luci-config. Reopening for that. |
The x/build module has 1.23.0 as its minimum, and 1.19 doesn't support toolchain upgrades. For golang/go#61112. Change-Id: Ic1f7f71f415c126287e70ab18a27a94177e74a97 Reviewed-on: https://go-review.googlesource.com/c/build/+/665015 Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Change https://go.dev/cl/665016 mentions this issue: |
Change https://go.dev/cl/665035 mentions this issue: |
Change https://go.dev/cl/665015 mentions this issue: |
Change https://go.dev/cl/665715 mentions this issue: |
Move the linux-amd64-sid builder as it existed in the old infra to LUCI. For golang/go#61112. Change-Id: I31e3fda800c743b9aaedfaae1876ceef4b084691 Reviewed-on: https://go-review.googlesource.com/c/build/+/665035 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Michael Pratt <mpratt@google.com>
Change https://go.dev/cl/665856 mentions this issue: |
Change https://go.dev/cl/665855 mentions this issue: |
Move the linux-386-sid builder as it existed in the old infra to LUCI. For golang/go#61112. Change-Id: Ie78bc09c287af542d5968b57ff60f55c179b1a21 Reviewed-on: https://go-review.googlesource.com/c/build/+/665855 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com>
Change https://go.dev/cl/666035 mentions this issue: |
Improve the ability of tests to run in more environments. In the general case, it's not viable to assume that replacing the parent environment's PATH with '/bin:/usr/bin' will work, it can cause some commands like git to be in PATH (defeating the t.Skip) yet its sub-commands can break. Also add a missing skip when python3 isn't in PATH, since makeScript has it as a dependency. For golang/go#61112. Change-Id: I623ed400c2f93c86f53e20ea7d7bfe04aefc2596 Cq-Include-Trybots: luci.golang.try:x_build-gotip-linux-amd64_debiansid Reviewed-on: https://go-review.googlesource.com/c/build/+/666035 Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
They're working, and there are no more significant changes planned now. Fixes golang/go#61112. Change-Id: Icde0f7b2609572abc78acc1b6cbbdd8ab246da2f Reviewed-on: https://go-review.googlesource.com/c/build/+/665856 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Closed by merging CL 665856 (commit golang/build@48b2772) to |
Needed for LUCI, and not implicitly installed. Though it turned out that the python3 package on sid gets Python 3.13, and the latest swarming bot version wasn't compatible with it, so use the python3.12 package for now. Drop the 'mkdir --mode=0700 /run/sshd' call, SSH still works without it and so it doesn't seem to be needed anymore. Keeping it can result in a different error: Step 6/9 : RUN mkdir --mode=0700 /run/sshd ---> Running in 47cf43748881 mkdir: cannot create directory '/run/sshd': File exists The command '/bin/sh -c mkdir --mode=0700 /run/sshd' returned a non-zero code: 1 Install nano for minimal interactive debugging convenience while here. For golang/go#61112. Change-Id: I9ce538a9fe47d25988bddf879802ebe806b7eaff Reviewed-on: https://go-review.googlesource.com/c/build/+/665016 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Michael Pratt <mpratt@google.com>
These builders have been migrated to LUCI. For golang/go#61112. For golang/go#67761. Change-Id: Ibf46c1983e57ab50d81960d860ea29729247d220 Reviewed-on: https://go-review.googlesource.com/c/build/+/665715 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
No description provided.
The text was updated successfully, but these errors were encountered: