Showing build.log
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[10:42:55 PDT] Transferring environment variable script to build VM
[10:42:56 PDT] Transferring kokoro_log_reader.py to build VM
[10:42:56 PDT] Transferring source code to build VM
[10:43:00 PDT] Executing build script on build VM
[ID: 8345806] Executing command via SSH:
export KOKORO_BUILD_NUMBER="3901"
export KOKORO_JOB_NAME="golang/vscode-go/gcp_ubuntu/presubmit"
source /tmpfs/kokoro-env_vars.sh; cd /tmpfs/src/ ; chmod 755 piper/google3/go/kokoro/vscode-go/gcp_ubuntu/build.sh ; PYTHON_3_VERSION="$(pyenv which python3 2> /dev/null || which python3)" ; PYTHON_2_VERSION="$(pyenv which python2 2> /dev/null || which python2)" ; if "$PYTHON_3_VERSION" -c "import psutil" ; then KOKORO_PYTHON_COMMAND="$PYTHON_3_VERSION" ; else KOKORO_PYTHON_COMMAND="$PYTHON_2_VERSION" ; fi > /dev/null 2>&1 ; echo "export KOKORO_PYTHON_COMMAND="$KOKORO_PYTHON_COMMAND"" > "$HOME/.kokoro_python_vars" ; nohup docker run -i -v /tmpfs:/tmpfs -v /var/run/docker.sock:/var/run/docker.sock --user 0:0 --device=/dev/kvm --device=/dev/vhost-vsock --device=/dev/vhost-net us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current bash -c "( if [ ! -z \"$(docker info | grep 'HTTP Proxy')\" ]; then sed -i '\$d' /etc/gai.conf; fi; export KOKORO_BUILD_NUMBER="3901"; export KOKORO_JOB_NAME="golang/vscode-go/gcp_ubuntu/presubmit"; export TEMP="/tmpfs/tmp"; export TMP="/tmpfs/tmp"; export TMPDIR="/tmpfs/tmp"; export KOKORO_POSIX_ROOT="/tmpfs"; export KOKORO_ROOT="/tmpfs"; cd /tmpfs/src/ ; source /tmpfs/kokoro-env_vars.sh; rm -f /tmpfs/kokoro_build_exit_code ; piper/google3/go/kokoro/vscode-go/gcp_ubuntu/build.sh ; echo \${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code ; chown \"$(id -u)\" -R /tmpfs/src ; ) > /tmpfs/kokoro_build.log 2>&1" >> /tmpfs/kokoro_build.log 2>&1 || echo ${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code & echo $! > /tmpfs/kokoro_build.pid ; sudo chown kbuilder /tmpfs/kokoro* ; source "$HOME/.kokoro_python_vars" ; "$KOKORO_PYTHON_COMMAND" /tmpfs/kokoro_log_reader.py /tmpfs/kokoro_build.log /tmpfs/kokoro_build_exit_code /tmpfs/kokoro_build.pid /tmpfs/kokoro_log_reader.pid --start_byte 0
**** Building the docker image ***
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 89.36MB
Step 1/23 : ARG GOVERSION=1
Step 2/23 : FROM golang:${GOVERSION} AS gobuilder
1: Pulling from library/golang
7cd785773db4: Pulling fs layer
091eb8249475: Pulling fs layer
255774e0027b: Pulling fs layer
7c2eade47c14: Pulling fs layer
178cc98ff084: Pulling fs layer
d79ace7bb406: Pulling fs layer
4f4fb700ef54: Pulling fs layer
7c2eade47c14: Waiting
178cc98ff084: Waiting
d79ace7bb406: Waiting
4f4fb700ef54: Waiting
091eb8249475: Download complete
7cd785773db4: Verifying Checksum
7cd785773db4: Download complete
255774e0027b: Verifying Checksum
255774e0027b: Download complete
d79ace7bb406: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7c2eade47c14: Verifying Checksum
7c2eade47c14: Download complete
178cc98ff084: Verifying Checksum
178cc98ff084: Download complete
7cd785773db4: Pull complete
091eb8249475: Pull complete
255774e0027b: Pull complete
7c2eade47c14: Pull complete
178cc98ff084: Pull complete
d79ace7bb406: Pull complete
4f4fb700ef54: Pull complete
Digest: sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268
Status: Downloaded newer image for golang:1
---> 5669eb73fcac
Step 3/23 : ENV GOBIN /gobin
---> Running in bd4a08c63502
---> Removed intermediate container bd4a08c63502
---> 1c217cf79988
Step 4/23 : RUN mkdir -p /scratch/installtools
---> Running in 49555b36795f
---> Removed intermediate container 49555b36795f
---> a24a85dd32ba
Step 5/23 : ADD extension/tools/installtools/main.go /scratch/installtools/main.go
---> 4da10e5a1bbb
Step 6/23 : RUN go run /scratch/installtools/main.go
---> Running in 6e8977c35ba3
installing tools for go1.24...
go install golang.org/x/tools/gopls@v0.18.1
installed /gobin/gopls
go install github.com/cweill/gotests/gotests@latest
installed /gobin/gotests
go install github.com/haya14busa/goplay/cmd/goplay@latest
installed /gobin/goplay
go install honnef.co/go/tools/cmd/staticcheck@latest
installed /gobin/staticcheck
go install github.com/go-delve/delve/cmd/dlv@latest
installed /gobin/dlv
---> Removed intermediate container 6e8977c35ba3
---> a40e57909376
Step 7/23 : FROM node:latest
latest: Pulling from library/node
7cd785773db4: Already exists
091eb8249475: Already exists
255774e0027b: Already exists
353e14e5cc47: Pulling fs layer
fe9c928bbad8: Pulling fs layer
2d0f54eac651: Pulling fs layer
baf255479525: Pulling fs layer
b0cb542452c6: Pulling fs layer
baf255479525: Waiting
b0cb542452c6: Waiting
fe9c928bbad8: Verifying Checksum
fe9c928bbad8: Download complete
baf255479525: Verifying Checksum
baf255479525: Download complete
b0cb542452c6: Verifying Checksum
b0cb542452c6: Download complete
2d0f54eac651: Verifying Checksum
2d0f54eac651: Download complete
353e14e5cc47: Verifying Checksum
353e14e5cc47: Download complete
353e14e5cc47: Pull complete
fe9c928bbad8: Pull complete
2d0f54eac651: Pull complete
baf255479525: Pull complete
b0cb542452c6: Pull complete
Digest: sha256:990d0ab35ae15d8a322ee1eeaf4f7cf14e367d3d0ee2f472704b7b3df4c9e7c1
Status: Downloaded newer image for node:latest
---> b1e1dcf10eb9
Step 8/23 : RUN mkdir /go
---> Running in 9493e985e62f
---> Removed intermediate container 9493e985e62f
---> 9f174c41ddb4
Step 9/23 : COPY --from=gobuilder /gobin /go/bin
---> 006525ef3dee
Step 10/23 : COPY --from=gobuilder /usr/local/go /usr/local/go
---> df96c2c0b283
Step 11/23 : COPY . /workspace
---> 24a91cd6d939
Step 12/23 : RUN chown -R 1000:1000 /workspace
---> Running in 7b76f52f742e
---> Removed intermediate container 7b76f52f742e
---> 6f87e0ed087b
Step 13/23 : ENV PATH /go/bin:/usr/local/go/bin:${PATH}
---> Running in 36982dd72bfd
---> Removed intermediate container 36982dd72bfd
---> 12b47fe0d9a2
Step 14/23 : ENV DEBIAN_FRONTEND noninteractive
---> Running in 389fc6c93a5c
---> Removed intermediate container 389fc6c93a5c
---> ea3431fdc6b2
Step 15/23 : ENV NODE_OPTIONS --dns-result-order=ipv4first
---> Running in 2e6d9b1c2f3e
---> Removed intermediate container 2e6d9b1c2f3e
---> 176c77d025c7
Step 16/23 : RUN apt-get -qq update && apt-get install -qq -y libnss3 libgtk-3-dev libxss1 libasound2 xvfb libsecret-1-0 jq > /dev/null
---> Running in 5307b6c749e2
debconf: delaying package configuration, since apt-utils is not installed
---> Removed intermediate container 5307b6c749e2
---> 4ece448ffd22
Step 17/23 : RUN apt update && apt install -y curl gpg
---> Running in 7fe647857662
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.88.1-10+deb12u12).
gpg is already the newest version (2.2.40-1.1).
gpg set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
---> Removed intermediate container 7fe647857662
---> 26bc245b412c
Step 18/23 : RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg;
---> Running in afd24fba30a1
---> Removed intermediate container afd24fba30a1
---> 0a71eb43575d
Step 19/23 : RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null;
---> Running in a065e422f350
---> Removed intermediate container a065e422f350
---> 30963e69fe0a
Step 20/23 : RUN apt update && apt install -y gh;
---> Running in b5ff45db3070
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Get:3 https://cli.github.com/packages stable InRelease [3917 B]
Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
Get:5 https://cli.github.com/packages stable/main amd64 Packages [346 B]
Fetched 4263 B in 1s (6987 B/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
gh
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 14.0 MB of archives.
After this operation, 44.1 MB of additional disk space will be used.
Get:1 https://cli.github.com/packages stable/main amd64 gh amd64 2.69.0 [14.0 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 14.0 MB in 1s (26.3 MB/s)
Selecting previously unselected package gh.
(Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 34235 files and directories currently installed.)
Preparing to unpack .../archives/gh_2.69.0_amd64.deb ...
Unpacking gh (2.69.0) ...
Setting up gh (2.69.0) ...
---> Removed intermediate container b5ff45db3070
---> 60d70c6b6ade
Step 21/23 : USER node
---> Running in 9a9ec13c1dcd
---> Removed intermediate container 9a9ec13c1dcd
---> 86d615e58dbd
Step 22/23 : WORKDIR /workspace
---> Running in eca96e3914e8
---> Removed intermediate container eca96e3914e8
---> 220b8380b386
Step 23/23 : ENTRYPOINT ["build/all.bash"]
---> Running in 9fb20686e407
---> Removed intermediate container 9fb20686e407
---> f6725b3739f4
Successfully built f6725b3739f4
Successfully tagged vscode-test-env:latest
**** Go version ****
go version go1.24.1 linux/amd64
shm 8.0G 0 8.0G 0% /dev/shm
**** Set up virtual display ****
**** Run settings generator ****
2025/03/21 17:46:22 WORK=/tmp/goplssettings3620632385
2025/03/21 17:46:23 Reading settings of gopls....
version:
Build info
----------
golang.org/x/tools/gopls v0.18.1
golang.org/x/tools/gopls@v0.18.1 h1:2xJBNzdImS5u/kV/ZzqDLSvlBSeZX+pWY9uKVP7Pask=
github.com/BurntSushi/toml@v1.4.1-0.20240526193622-a339e1f7089c h1:pxW6RcqyfI9/kWtOwnv/G+AzdKuy2ZrqINhenH4HyNs=
github.com/google/go-cmp@v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
golang.org/x/exp/typeparams@v0.0.0-20241210194714-1829a127f884 h1:1xaZTydL5Gsg78QharTwKfA9FY9CZ1VQj6D/AZEvHR0=
golang.org/x/mod@v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
golang.org/x/sync@v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
golang.org/x/telemetry@v0.0.0-20241220003058-cc96b6e0d3d9 h1:L2k9GUV2TpQKVRGMjN94qfUMgUwOFimSQ6gipyJIjKw=
golang.org/x/text@v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
golang.org/x/tools@v0.30.1-0.20250221230316-5055f70f240c h1:Ja/5gV5a9Vvho3p2NC/T2TtxhHjrWS/2DvCKMvA0a+Y=
golang.org/x/vuln@v1.1.3 h1:NPGnvPOTgnjBc9HTaUx+nj+EaUYxl5SJOWqaDYGaFYw=
honnef.co/go/tools@v0.5.1 h1:4bH5o3b5ZULQ4UrBmP+63W9r7qIkqJClEA9ko5YKx+I=
mvdan.cc/gofumpt@v0.7.0 h1:bg91ttqXmi9y2xawvkuMXyvAA/1ZGJqYAEGjXuP0JXU=
mvdan.cc/xurls/v2@v2.5.0 h1:lyBNOm8Wo71UknhUs4QTFUNNMyxy2JEIaKKo0RWOh+8=
go: go1.24.1
gopls settings section in package.json needs update. To update the settings, run "go run tools/generate.go -w -gopls".
exit status 1
[ID: 8345806] Command finished after 203 secs, exit value: 1
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[10:46:24 PDT] Collecting build artifacts from build VM
Build script failed with exit code: 1
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[10:42:55 PDT] Transferring environment variable script to build VM
[10:42:56 PDT] Transferring kokoro_log_reader.py to build VM
[10:42:56 PDT] Transferring source code to build VM
[10:43:00 PDT] Executing build script on build VM
[ID: 8345806] Executing command via SSH:
export KOKORO_BUILD_NUMBER="3901"
export KOKORO_JOB_NAME="golang/vscode-go/gcp_ubuntu/presubmit"
source /tmpfs/kokoro-env_vars.sh; cd /tmpfs/src/ ; chmod 755 piper/google3/go/kokoro/vscode-go/gcp_ubuntu/build.sh ; PYTHON_3_VERSION="$(pyenv which python3 2> /dev/null || which python3)" ; PYTHON_2_VERSION="$(pyenv which python2 2> /dev/null || which python2)" ; if "$PYTHON_3_VERSION" -c "import psutil" ; then KOKORO_PYTHON_COMMAND="$PYTHON_3_VERSION" ; else KOKORO_PYTHON_COMMAND="$PYTHON_2_VERSION" ; fi > /dev/null 2>&1 ; echo "export KOKORO_PYTHON_COMMAND="$KOKORO_PYTHON_COMMAND"" > "$HOME/.kokoro_python_vars" ; nohup docker run -i -v /tmpfs:/tmpfs -v /var/run/docker.sock:/var/run/docker.sock --user 0:0 --device=/dev/kvm --device=/dev/vhost-vsock --device=/dev/vhost-net us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/full:current bash -c "( if [ ! -z \"$(docker info | grep 'HTTP Proxy')\" ]; then sed -i '\$d' /etc/gai.conf; fi; export KOKORO_BUILD_NUMBER="3901"; export KOKORO_JOB_NAME="golang/vscode-go/gcp_ubuntu/presubmit"; export TEMP="/tmpfs/tmp"; export TMP="/tmpfs/tmp"; export TMPDIR="/tmpfs/tmp"; export KOKORO_POSIX_ROOT="/tmpfs"; export KOKORO_ROOT="/tmpfs"; cd /tmpfs/src/ ; source /tmpfs/kokoro-env_vars.sh; rm -f /tmpfs/kokoro_build_exit_code ; piper/google3/go/kokoro/vscode-go/gcp_ubuntu/build.sh ; echo \${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code ; chown \"$(id -u)\" -R /tmpfs/src ; ) > /tmpfs/kokoro_build.log 2>&1" >> /tmpfs/kokoro_build.log 2>&1 || echo ${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code & echo $! > /tmpfs/kokoro_build.pid ; sudo chown kbuilder /tmpfs/kokoro* ; source "$HOME/.kokoro_python_vars" ; "$KOKORO_PYTHON_COMMAND" /tmpfs/kokoro_log_reader.py /tmpfs/kokoro_build.log /tmpfs/kokoro_build_exit_code /tmpfs/kokoro_build.pid /tmpfs/kokoro_log_reader.pid --start_byte 0
**** Building the docker image ***
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 89.36MB
Step 1/23 : ARG GOVERSION=1
Step 2/23 : FROM golang:${GOVERSION} AS gobuilder
1: Pulling from library/golang
7cd785773db4: Pulling fs layer
091eb8249475: Pulling fs layer
255774e0027b: Pulling fs layer
7c2eade47c14: Pulling fs layer
178cc98ff084: Pulling fs layer
d79ace7bb406: Pulling fs layer
4f4fb700ef54: Pulling fs layer
7c2eade47c14: Waiting
178cc98ff084: Waiting
d79ace7bb406: Waiting
4f4fb700ef54: Waiting
091eb8249475: Download complete
7cd785773db4: Verifying Checksum
7cd785773db4: Download complete
255774e0027b: Verifying Checksum
255774e0027b: Download complete
d79ace7bb406: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7c2eade47c14: Verifying Checksum
7c2eade47c14: Download complete
178cc98ff084: Verifying Checksum
178cc98ff084: Download complete
7cd785773db4: Pull complete
091eb8249475: Pull complete
255774e0027b: Pull complete
7c2eade47c14: Pull complete
178cc98ff084: Pull complete
d79ace7bb406: Pull complete
4f4fb700ef54: Pull complete
Digest: sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268
Status: Downloaded newer image for golang:1
---> 5669eb73fcac
Step 3/23 : ENV GOBIN /gobin
---> Running in bd4a08c63502
---> Removed intermediate container bd4a08c63502
---> 1c217cf79988
Step 4/23 : RUN mkdir -p /scratch/installtools
---> Running in 49555b36795f
---> Removed intermediate container 49555b36795f
---> a24a85dd32ba
Step 5/23 : ADD extension/tools/installtools/main.go /scratch/installtools/main.go
---> 4da10e5a1bbb
Step 6/23 : RUN go run /scratch/installtools/main.go
---> Running in 6e8977c35ba3
installing tools for go1.24...
go install golang.org/x/tools/gopls@v0.18.1
installed /gobin/gopls
go install github.com/cweill/gotests/gotests@latest
installed /gobin/gotests
go install github.com/haya14busa/goplay/cmd/goplay@latest
installed /gobin/goplay
go install honnef.co/go/tools/cmd/staticcheck@latest
installed /gobin/staticcheck
go install github.com/go-delve/delve/cmd/dlv@latest
installed /gobin/dlv
---> Removed intermediate container 6e8977c35ba3
---> a40e57909376
Step 7/23 : FROM node:latest
latest: Pulling from library/node
7cd785773db4: Already exists
091eb8249475: Already exists
255774e0027b: Already exists
353e14e5cc47: Pulling fs layer
fe9c928bbad8: Pulling fs layer
2d0f54eac651: Pulling fs layer
baf255479525: Pulling fs layer
b0cb542452c6: Pulling fs layer
baf255479525: Waiting
b0cb542452c6: Waiting
fe9c928bbad8: Verifying Checksum
fe9c928bbad8: Download complete
baf255479525: Verifying Checksum
baf255479525: Download complete
b0cb542452c6: Verifying Checksum
b0cb542452c6: Download complete
2d0f54eac651: Verifying Checksum
2d0f54eac651: Download complete
353e14e5cc47: Verifying Checksum
353e14e5cc47: Download complete
353e14e5cc47: Pull complete
fe9c928bbad8: Pull complete
2d0f54eac651: Pull complete
baf255479525: Pull complete
b0cb542452c6: Pull complete
Digest: sha256:990d0ab35ae15d8a322ee1eeaf4f7cf14e367d3d0ee2f472704b7b3df4c9e7c1
Status: Downloaded newer image for node:latest
---> b1e1dcf10eb9
Step 8/23 : RUN mkdir /go
---> Running in 9493e985e62f
---> Removed intermediate container 9493e985e62f
---> 9f174c41ddb4
Step 9/23 : COPY --from=gobuilder /gobin /go/bin
---> 006525ef3dee
Step 10/23 : COPY --from=gobuilder /usr/local/go /usr/local/go
---> df96c2c0b283
Step 11/23 : COPY . /workspace
---> 24a91cd6d939
Step 12/23 : RUN chown -R 1000:1000 /workspace
---> Running in 7b76f52f742e
---> Removed intermediate container 7b76f52f742e
---> 6f87e0ed087b
Step 13/23 : ENV PATH /go/bin:/usr/local/go/bin:${PATH}
---> Running in 36982dd72bfd
---> Removed intermediate container 36982dd72bfd
---> 12b47fe0d9a2
Step 14/23 : ENV DEBIAN_FRONTEND noninteractive
---> Running in 389fc6c93a5c
---> Removed intermediate container 389fc6c93a5c
---> ea3431fdc6b2
Step 15/23 : ENV NODE_OPTIONS --dns-result-order=ipv4first
---> Running in 2e6d9b1c2f3e
---> Removed intermediate container 2e6d9b1c2f3e
---> 176c77d025c7
Step 16/23 : RUN apt-get -qq update && apt-get install -qq -y libnss3 libgtk-3-dev libxss1 libasound2 xvfb libsecret-1-0 jq > /dev/null
---> Running in 5307b6c749e2
debconf: delaying package configuration, since apt-utils is not installed
---> Removed intermediate container 5307b6c749e2
---> 4ece448ffd22
Step 17/23 : RUN apt update && apt install -y curl gpg
---> Running in 7fe647857662
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.88.1-10+deb12u12).
gpg is already the newest version (2.2.40-1.1).
gpg set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
---> Removed intermediate container 7fe647857662
---> 26bc245b412c
Step 18/23 : RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg;
---> Running in afd24fba30a1
---> Removed intermediate container afd24fba30a1
---> 0a71eb43575d
Step 19/23 : RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null;
---> Running in a065e422f350
---> Removed intermediate container a065e422f350
---> 30963e69fe0a
Step 20/23 : RUN apt update && apt install -y gh;
---> Running in b5ff45db3070
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Get:3 https://cli.github.com/packages stable InRelease [3917 B]
Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
Get:5 https://cli.github.com/packages stable/main amd64 Packages [346 B]
Fetched 4263 B in 1s (6987 B/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
gh
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 14.0 MB of archives.
After this operation, 44.1 MB of additional disk space will be used.
Get:1 https://cli.github.com/packages stable/main amd64 gh amd64 2.69.0 [14.0 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 14.0 MB in 1s (26.3 MB/s)
Selecting previously unselected package gh.
(Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 34235 files and directories currently installed.)
Preparing to unpack .../archives/gh_2.69.0_amd64.deb ...
Unpacking gh (2.69.0) ...
Setting up gh (2.69.0) ...
---> Removed intermediate container b5ff45db3070
---> 60d70c6b6ade
Step 21/23 : USER node
---> Running in 9a9ec13c1dcd
---> Removed intermediate container 9a9ec13c1dcd
---> 86d615e58dbd
Step 22/23 : WORKDIR /workspace
---> Running in eca96e3914e8
---> Removed intermediate container eca96e3914e8
---> 220b8380b386
Step 23/23 : ENTRYPOINT ["build/all.bash"]
---> Running in 9fb20686e407
---> Removed intermediate container 9fb20686e407
---> f6725b3739f4
Successfully built f6725b3739f4
Successfully tagged vscode-test-env:latest
**** Go version ****
go version go1.24.1 linux/amd64
shm 8.0G 0 8.0G 0% /dev/shm
**** Set up virtual display ****
**** Run settings generator ****
2025/03/21 17:46:22 WORK=/tmp/goplssettings3620632385
2025/03/21 17:46:23 Reading settings of gopls....
version:
Build info
----------
golang.org/x/tools/gopls v0.18.1
golang.org/x/tools/gopls@v0.18.1 h1:2xJBNzdImS5u/kV/ZzqDLSvlBSeZX+pWY9uKVP7Pask=
github.com/BurntSushi/toml@v1.4.1-0.20240526193622-a339e1f7089c h1:pxW6RcqyfI9/kWtOwnv/G+AzdKuy2ZrqINhenH4HyNs=
github.com/google/go-cmp@v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
golang.org/x/exp/typeparams@v0.0.0-20241210194714-1829a127f884 h1:1xaZTydL5Gsg78QharTwKfA9FY9CZ1VQj6D/AZEvHR0=
golang.org/x/mod@v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
golang.org/x/sync@v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
golang.org/x/telemetry@v0.0.0-20241220003058-cc96b6e0d3d9 h1:L2k9GUV2TpQKVRGMjN94qfUMgUwOFimSQ6gipyJIjKw=
golang.org/x/text@v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
golang.org/x/tools@v0.30.1-0.20250221230316-5055f70f240c h1:Ja/5gV5a9Vvho3p2NC/T2TtxhHjrWS/2DvCKMvA0a+Y=
golang.org/x/vuln@v1.1.3 h1:NPGnvPOTgnjBc9HTaUx+nj+EaUYxl5SJOWqaDYGaFYw=
honnef.co/go/tools@v0.5.1 h1:4bH5o3b5ZULQ4UrBmP+63W9r7qIkqJClEA9ko5YKx+I=
mvdan.cc/gofumpt@v0.7.0 h1:bg91ttqXmi9y2xawvkuMXyvAA/1ZGJqYAEGjXuP0JXU=
mvdan.cc/xurls/v2@v2.5.0 h1:lyBNOm8Wo71UknhUs4QTFUNNMyxy2JEIaKKo0RWOh+8=
go: go1.24.1
gopls settings section in package.json needs update. To update the settings, run "go run tools/generate.go -w -gopls".
exit status 1
[ID: 8345806] Command finished after 203 secs, exit value: 1
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[10:46:24 PDT] Collecting build artifacts from build VM
Build script failed with exit code: 1