Bazel v5.1.0 installation fails on Tools.Tests.ps1 #5669
DonKoning
started this conversation in
Installed software
Replies: 1 comment 1 reply
-
Additional findings:
Thoughts? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
On both Ubuntu 2004 and Windows 2022 our image builds fail with the following error:
2022/06/01 12:40:51 could not resolve the version 'latest' to an actual version number: unable to determine latest version: could not list Bazel versions in GCS bucket: could not list GCS objects at https://www.googleapis.com/storage/v1/b/bazel/o?delimiter=/: could not fetch https://www.googleapis.com/storage/v1/b/bazel/o?delimiter=/: Get "https://www.googleapis.com/storage/v1/b/bazel/o?delimiter=/": net/http: TLS handshake timeout
When I run a packet capture on the image VM and run the Bazel part of the C:\image\Tests\tools.tests.ps1 script, I see that there's no response to the Client hello message (probably since it's using TLS1), for reasons I don't understand).
Contents of the TLS package:
Tried to force TLS1.2 (Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12), but it didn't work.
Virtual environments affected
Image version and build link
2.201.1
Is it regression?
No response
Expected behavior
Image build succeeds.
Actual behavior
Image build fails every time
Repro steps
Environment:
Beta Was this translation helpful? Give feedback.
All reactions