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

Container server did not launch or terminated: Error: unexpected end of parent stream #10543

Open
rndninja opened this issue Dec 9, 2024 · 8 comments
Assignees
Labels
containers Issue in vscode-remote containers info-needed Issue requires more information from poster

Comments

@rndninja
Copy link

rndninja commented Dec 9, 2024

Related to Dev Containers from WSL2 on Windows PC

  • VSCode Version: 1.95.3
  • Local OS Version: Windows 10 22H2 19045.5131
  • Remote OS Version: Ubuntu (WSL2)
  • Remote Extension/Connection Type: Container on WSL2
  • Docker Desktop Version: 4.36.0
  • Docker version 27.3.1, build ce12230

Steps to Reproduce:

  1. Open an empty folder in VSCode in WSL2, and add a Dockerfile
  2. Create a docker file from any base image with the following two commands
FROM python:3.12-slim

RUN apt-get update
RUN apt-get install -y git
  1. Build a dev container using this docker file via VSCode

I have been able to use github in docker for many months now. However, suddenly a couple days ago I started facing this issue.
The container opens, however, there are two issues I'm facing.

  1. There are multiple errors in the logs when spinning up a new dev container (logs below). Some of the prominent errors are as follows.
    • Container server did not launch or terminated: Error: unexpected end of parent stream
    • Shell server failed: Error: unexpected end of parent stream
    • These errors usually come soon after git related lines or docker exec related lines. I'm not sure what that means
  2. The build process takes too much time at one particular step. This is evident from the timestamp of that step in the logs below. Timestamp goes from 29675 ms to 269534 ms (i.e. 29s to 270s) which makes working with dev containers super annoying.
    • Start: Run in Host: docker inspect --type container <container_id>

I did some ablation analysis, and the dev container runs fast and fine when using just the base image. However, as soon as I add the git installation code in Dockerfile, the below error consistently throws up.
I tried downgrading Docker Desktop and Dev Containers extension but all in vain. The below error keeps coming.

The only thing I can think of that changed is I recently started working at a coworking space where I have to login on the browser before using the internet via their Wi-Fi. And that's where I think I first encountered the issue, but I'm not very sure. I don't know if they are running a proxy or not. But I don't think that should be an issue, since the issue is reproduced using my home Wi-Fi as well.

log.txt

[15 ms] Dev Containers 0.388.0 in VS Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813).
[14 ms] Start: Run: wsl -d Ubuntu -e wslpath -u \\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[123 ms] Start: Resolving Remote
[127 ms] Start: Run: wsl -d Ubuntu -e wslpath -u \\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[230 ms] Start: Run: wsl -d Ubuntu -e /bin/sh -c cd '/home/prajval/work-kookar/test' && /bin/sh
[238 ms] Start: Run in host: id -un
[288 ms] prajval
[288 ms] 
[288 ms] Start: Run in host:  (command -v getent >/dev/null 2>&1 && getent passwd 'prajval' || grep -E '^prajval|^[^:]*:[^:]*:prajval:' /etc/passwd || true)
[291 ms] Start: Run in host: echo ~
[292 ms] /home/prajval
[292 ms] 
[292 ms] Start: Run in host: test -f '/home/prajval/.vscode-server/cli/servers/Stable-f1a4fb101478ce6ec82fe9627c43efbf9e98c813/server/node'
[293 ms] 
[293 ms] 
[293 ms] Exit code 1
[294 ms] Start: Run in host: test -f '/home/prajval/.vscode/cli/servers/Stable-f1a4fb101478ce6ec82fe9627c43efbf9e98c813/server/node'
[294 ms] 
[295 ms] 
[295 ms] Exit code 1
[295 ms] Start: Run in host: test -f '/home/prajval/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node'
[295 ms] 
[295 ms] 
[296 ms] Start: Run in host: test -f '/home/prajval/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node_modules/node-pty/package.json'
[296 ms] 
[296 ms] 
[297 ms] Start: Run in host: test -f '/home/prajval/.vscode-remote-containers/dist/vscode-remote-containers-server-0.388.0.js'
[298 ms] 
[298 ms] 
[301 ms] userEnvProbe: loginInteractiveShell (default)
[301 ms] userEnvProbe: not found in cache
[301 ms] userEnvProbe shell: /bin/bash
[371 ms] userEnvProbe PATHs:
Probe:     '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/libnvvp:/mnt/c/windows/system32:/mnt/c/windows:/mnt/c/windows/System32/Wbem:/mnt/c/windows/System32/WindowsPowerShell/v1.0/:/mnt/c/windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/NVIDIA Corporation/Nsight Compute 2022.1.0/:/mnt/d/Software/CUDA/zlib123dllx64/dll_x64:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files/GitHub CLI/:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/HP/HP One Agent:/Docker/host/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/msys64/ucrt64/bin:/snap/bin'
Container: None
[372 ms] Setting up container for folder or workspace: /home/prajval/work-kookar/test
[389 ms] Start: Check Docker is running
[389 ms] Start: Run in Host: docker version
[412 ms] Client:
 Version:
[412 ms]            27.3.1
 API version:       1.47
 Go version:        go1.22.7
 Git commit:        ce12230
 Built:             Fri Sep 20 11:39:44 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Desktop  ()
 Engine:
  Version:          27.3.1
  API version:      1.47 (minimum version 1.24)
  Go version:       go1.22.7
  Git commit:       41ca978
  Built:            Fri Sep 20 11:41:11 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.21
  GitCommit:        472731909fa34bd7bc9c087e4c27943f9835f111
 runc:
  Version:          1.1.13
  GitCommit:        v1.1.13-0-g58aa920
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
[415 ms] Start: Run in Host: docker volume ls -q
[434 ms] Start: Run in Host: docker ps -q -a --filter label=vsch.local.folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=vsch.quality=stable
[452 ms] Start: Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json
[472 ms] Start: Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[491 ms] Start: Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[509 ms] Running Dev Containers CLI:   up --container-session-data-folder /tmp/devcontainers-d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395 --workspace-folder /home/prajval/work-kookar/test --workspace-mount-consistency cached --gpu-availability detect --id-label devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --id-label devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/prajval/work-kookar/test/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --mount type=bind,source=/run/user/1000/wayland-0,target=/tmp/vscode-wayland-f52956cb-de7e-4987-bdad-7e712005a66f.sock --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root --include-configuration --include-merged-configuration
[509 ms] Start: Checking for Dev Containers CLI
[514 ms] Start: Run in Host: /home/prajval/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/prajval/.vscode-remote-containers/dist/dev-containers-cli-0.388.0/dist/spec-node/devContainersSpecCLI.js up --container-session-data-folder /tmp/devcontainers-d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395 --workspace-folder /home/prajval/work-kookar/test --workspace-mount-consistency cached --gpu-availability detect --id-label devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --id-label devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/prajval/work-kookar/test/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --mount type=bind,source=/run/user/1000/wayland-0,target=/tmp/vscode-wayland-f52956cb-de7e-4987-bdad-7e712005a66f.sock --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root --include-configuration --include-merged-configuration
[694 ms] @devcontainers/cli 0.71.0. Node.js v20.18.0. linux 5.15.146.1-microsoft-standard-WSL2 x64.
[694 ms] Start: Run: docker buildx version
[739 ms] github.com/docker/buildx v0.17.1-desktop.1 1a2ee7e8d945b88fdc18f1948da491c2f540dec9
[739 ms] 
[739 ms] Start: Run: docker -v
[750 ms] Start: Resolving Remote
[753 ms] Start: Run: git rev-parse --show-cdup
[1110 ms] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json
[1131 ms] Start: Run: docker inspect --type image python:3.12-slim
[1163 ms] Start: Run: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-prajval/container-features/0.71.0-1733754046294/Dockerfile-with-features -t vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298 --target dev_containers_target_stage --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label /home/prajval/work-kookar/test
[+] Building 26.2s (8/8) FINISHED                                docker:default
 => [internal] load build definition from Dockerfile-with-features         0.0s
 => => transferring dockerfile: 273B                                       0.0s
 => [internal] load metadata for docker.io/library/python:3.12-slim        0.0s
 => [internal] load .dockerignore                                          0.0s
 => => transferring context: 2B                                            0.0s
 => CACHED [dev_container_auto_added_stage_label 1/3] FROM docker.io/libr  2.0s
 => => resolve docker.io/library/python:3.12-slim@sha256:2b0079146a74e23b  2.0s
 => [auth] library/python:pull token for registry-1.docker.io              0.0s
 => [dev_container_auto_added_stage_label 2/3] RUN apt-get update          5.4s
 => [dev_container_auto_added_stage_label 3/3] RUN apt-get install -y gi  14.0s
 => exporting to image                                                     4.5s 
 => => exporting layers                                                    3.4s 
 => => preparing layers for inline cache                                   0.0s 
 => => exporting manifest sha256:01408d0f42902e1a369f193908ab25e4f9b9c10f  0.0s 
 => => exporting config sha256:277df4a734f950214c931024922ee5bff0928d35f7  0.0s 
 => => exporting attestation manifest sha256:fe1bff65afa1a8a7720a7c19a3ac  0.0s 
 => => exporting manifest list sha256:3fff082c8b016ebc6b6f5f70b80397af2e1  0.0s
 => => naming to docker.io/library/vsc-test-e42b8ab35d5510b45b8530c98f8e1  0.0s
 => => unpacking to docker.io/library/vsc-test-e42b8ab35d5510b45b8530c98f  1.0s
[27646 ms] Start: Run: docker inspect --type image vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298
[27680 ms] Start: Run: docker events --format {{json .}} --filter event=start
[27683 ms] Start: Starting container
[27683 ms] Start: Run: docker run --sig-proxy=false -a STDOUT -a STDERR --mount type=bind,source=/home/prajval/work-kookar/test,target=/workspaces/test --mount type=volume,src=vscode,dst=/vscode --mount type=bind,src=/run/user/1000/wayland-0,dst=/tmp/vscode-wayland-f52956cb-de7e-4987-bdad-7e712005a66f.sock -l devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test -l devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json --entrypoint /bin/sh vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298 -c echo Container started
Container started
[28864 ms] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json
[28897 ms] Start: Run: docker inspect --type container 78d6463b8bc8
[28931 ms] Start: Inspecting container
[28932 ms] Start: Run: docker inspect --type container 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f
[28954 ms] Start: Run in container: /bin/sh
[28958 ms] Start: Run in container: uname -m
[29013 ms] x86_64
[29013 ms] 
[29013 ms] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[29015 ms] PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
[29015 ms] 
[29015 ms] Start: Run in container:  (command -v getent >/dev/null 2>&1 && getent passwd 'root' || grep -E '^root|^[^:]*:[^:]*:root:' /etc/passwd || true)
[29018 ms] Start: Run in container: test -f '/var/devcontainer/.patchEtcEnvironmentMarker'
[29019 ms] 
[29019 ms] 
[29019 ms] Exit code 1
[29019 ms] Start: Run in container: test ! -f '/var/devcontainer/.patchEtcEnvironmentMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcEnvironmentMarker' ; } 2> /dev/null
[29023 ms] 
[29023 ms] 
[29024 ms] Start: Run in container: cat >> /etc/environment <<'etcEnvrionmentEOF'
[29028 ms] 
[29028 ms] 
[29029 ms] Start: Run in container: test -f '/var/devcontainer/.patchEtcProfileMarker'
[29030 ms] 
[29030 ms] 
[29030 ms] Exit code 1
[29030 ms] Start: Run in container: test ! -f '/var/devcontainer/.patchEtcProfileMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcProfileMarker' ; } 2> /dev/null
[29034 ms] 
[29034 ms] 
[29034 ms] Start: Run in container: sed -i -E 's/((^|\s)PATH=)([^\$]*)$/\1${PATH:-\3}/g' /etc/profile || true
[29037 ms] 
[29037 ms] 
[29044 ms] Start: Run in Host: docker inspect --type container 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f
[29068 ms] Start: Run in Host: docker exec -i -u root 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f /bin/sh -c echo "New container started. Keep-alive process started." ; export VSCODE_REMOTE_CONTAINERS_SESSION=d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395 ; /bin/sh
[29068 ms] Start: Inspecting container
[29068 ms] Start: Run in Host: docker inspect --type container 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f
[29115 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f /bin/sh
[29118 ms] Start: Run in container: uname -m
[29124 ms] New container started. Keep-alive process started.
[29160 ms] x86_64
[29160 ms] 
[29160 ms] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[29163 ms] PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
[29163 ms] 
[29163 ms] Start: Run in container:  (command -v getent >/dev/null 2>&1 && getent passwd 'root' || grep -E '^root|^[^:]*:[^:]*:root:' /etc/passwd || true)
[29165 ms] Start: Run in container: command -v git >/dev/null 2>&1 && ROOT_FOLDER="$(git -C '/workspaces/test' rev-parse --show-toplevel)" && test "$(stat -c %u "$ROOT_FOLDER")" != "$(id -u)" && echo -n "$ROOT_FOLDER"
[29168 ms] 
[29168 ms] fatal: not a git repository (or any parent up to mount point /workspaces)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[29168 ms] Exit code 128
[29169 ms] Start: Updating configuration state
[29177 ms] Start: Setup shutdown monitor
[29177 ms] Forking shutdown monitor: c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\shutdown\shutdownMonitorProcess \\.\pipe\vscode-remote-containers-d065da53-9310-4439-97d1-076c1e1ce672-sock singleContainer Debug c:\Users\PRAJVAL_OMEN\AppData\Roaming\Code\logs\20241209T190517\window11\exthost\ms-vscode-remote.remote-containers 1733754045133
[29189 ms] Start: Run in container: test -d '/root/.vscode-server'
[29191 ms] 
[29192 ms] 
[29192 ms] Exit code 1
[29192 ms] Start: Run in container: test -d '/root/.vscode-remote'
[29193 ms] 
[29194 ms] 
[29194 ms] Exit code 1
[29194 ms] Start: Run in container: test ! -f '/root/.vscode-server/data/Machine/.writeMachineSettingsMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.writeMachineSettingsMarker' ; } 2> /dev/null
[29198 ms] 
[29198 ms] 
[29198 ms] Start: Run in container: cat /root/.vscode-server/data/Machine/settings.json
[29201 ms] 
[29201 ms] cat: /root/.vscode-server/data/Machine/settings.json: No such file or directory
[29201 ms] Exit code 1
[29201 ms] Start: Run in container: test -d '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[29203 ms] 
[29203 ms] 
[29203 ms] Exit code 1
[29204 ms] Start: Run in container: test -d '/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[29205 ms] 
[29205 ms] 
[29205 ms] Start: Run in container: mkdir -p '/root/.vscode-server/bin' && ln -snf '/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813' '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[29209 ms] 
[29209 ms] 
[29210 ms] Start: Run in container: touch '/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[29212 ms] 
[29212 ms] 
[29212 ms] Start: Run in container: test -x '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/helpers/check-requirements.sh'
[29213 ms] 
[29213 ms] 
[29214 ms] Start: Run in container: '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/helpers/check-requirements.sh'
[29246 ms] 
[29247 ms] 
[29247 ms] Start: Launching Dev Containers helper.
[29247 ms] ssh-agent: SSH_AUTH_SOCK not set on wsl host.
[29247 ms] ssh-agent: SSH_AUTH_SOCK not set on local host.
[29248 ms] Start: Run in container: test -e /tmp/.X11-unix/X0
[29250 ms] 
[29250 ms] 
[29250 ms] Exit code 1
[29250 ms] Start: Run in container: mkdir -p '/tmp/.X11-unix'
[29253 ms] 
[29253 ms] 
[29253 ms] X11 forwarding: DISPLAY in container (:0) forwarded to wsl host (:0).
[29253 ms] Start: Run in container: gpgconf --list-dirs
[29255 ms] 
[29255 ms] /bin/sh: 17: gpgconf: not found
[29255 ms] Exit code 127
[29255 ms] gpg-agent: No agent-socket found in container.
[29255 ms] Start: Run in container: command -v docker >/dev/null 2>&1
[29257 ms] 
[29257 ms] 
[29257 ms] Exit code 127
[29258 ms] Start: Run in Host: docker exec -i -u root 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f /bin/sh
[29258 ms] userEnvProbe: loginInteractiveShell (default)
[29258 ms] Start: Run in container: test -f '/tmp/devcontainers-d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395/env-loginInteractiveShell.json'
[29261 ms] Start: Run in container: echo ~
[29262 ms] 
[29262 ms] 
[29262 ms] Exit code 1
[29263 ms] userEnvProbe: not found in cache
[29263 ms] userEnvProbe shell: /bin/bash
[29267 ms] Start: Run in container: # Test for /root/.ssh/known_hosts and ssh
[29271 ms] 
[29271 ms] 
[29271 ms] Start: Run in container: # Copy /home/prajval/.ssh/known_hosts to /root/.ssh/known_hosts
[29277 ms] 
[29277 ms] 
[29278 ms] Start: Run in container: command -v git >/dev/null 2>&1 && git config --system --replace-all credential.helper '!f() { /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /tmp/vscode-remote-containers-2fc1bdc6-489c-4ab0-85cc-b52cf367cc98.js git-credential-helper $*; }; f' || true
[29283 ms] 
[29283 ms] 
[29284 ms] Start: Run in container: for pid in `cd /proc && ls -d [0-9]*`; do { echo $pid ; readlink /proc/$pid/cwd || echo ; readlink /proc/$pid/ns/mnt || echo ; cat /proc/$pid/stat | tr "
[29322 ms] Start: Run in container: cat '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/product.json'
[29326 ms] Start: Run in container: cat '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813' 2>/dev/null || (umask 377 && echo '8b8f871c-3062-4b84-85c5-1af8eb05007f' >'/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813-cf82ac45-cad9-43c7-89ed-2c312374a8e7' && mv -n '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813-cf82ac45-cad9-43c7-89ed-2c312374a8e7' '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813' && rm -f '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813-cf82ac45-cad9-43c7-89ed-2c312374a8e7' && cat '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813')
[29331 ms] 8b8f871c-3062-4b84-85c5-1af8eb05007f
[29331 ms] 
[29331 ms] Start: Starting VS Code Server
[29332 ms] Start: Preparing Extensions
[29332 ms] Start: Run in container: test ! -f '/root/.vscode-server/data/Machine/.installExtensionsMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.installExtensionsMarker' ; } 2> /dev/null
[29335 ms] 
[29335 ms] 
[29337 ms] Extensions cache, install extensions: None
[29337 ms] Start: Run in container: test -d /root/.vscode-server/extensionsCache && ls /root/.vscode-server/extensionsCache || true
[29339 ms] 
[29339 ms] 
[29340 ms] Start: Run in container: test -d /vscode/vscode-server/extensionsCache && ls /vscode/vscode-server/extensionsCache || true
[29343 ms] janisdd.vscode-edit-csv-0.10.0
ms-python.autopep8-2024.0.0
mutantdino.resourcemonitor-1.0.7
[29343 ms] 
[29343 ms] Extensions cache, link in container: None
[29343 ms] Optimizing extensions for quality: stable
[29344 ms] Start: Run in Host: docker exec -i -u root -e SHELL=/bin/bash -w /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/code-server --log debug --force-disable-user-env --server-data-dir /root/.vscode-server --use-host-proxy --telemetry-level off --accept-server-license-terms --host 127.0.0.1 --port 0 --connection-token-file /root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813 --extensions-download-dir /root/.vscode-server/extensionsCache --start-server --disable-websocket-compression --skip-requirements-check
[29364 ms] /root
[29364 ms] 
[29364 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-2fc1bdc6-489c-4ab0-85cc-b52cf367cc98.js' >/tmp/vscode-remote-containers-2fc1bdc6-489c-4ab0-85cc-b52cf367cc98.js
[29368 ms] 
[29368 ms] 
[29368 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-server-2fc1bdc6-489c-4ab0-85cc-b52cf367cc98.js' >/tmp/vscode-remote-containers-server-2fc1bdc6-489c-4ab0-85cc-b52cf367cc98.js_1733754074501
[29373 ms] 
[29374 ms] 
[29429 ms] userEnvProbe PATHs:
Probe:     '/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Container: '/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
[29430 ms] Start: Run in container: mkdir -p '/tmp/devcontainers-d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395' && cat > '/tmp/devcontainers-d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395/env-loginInteractiveShell.json' << 'envJSON'
[29433 ms] 
[29433 ms] 
[29434 ms] Start: Run in container: umask 077 && XRD="/tmp/user/$(id -u)" && mkdir -p $XRD && echo $XRD
[29438 ms] /tmp/user/0
[29438 ms] 
[29439 ms] Start: Run in container: test -e /tmp/user/0/vscode-wayland-f52956cb-de7e-4987-bdad-7e712005a66f.sock || ln -sf /tmp/vscode-wayland-f52956cb-de7e-4987-bdad-7e712005a66f.sock /tmp/user/0/vscode-wayland-f52956cb-de7e-4987-bdad-7e712005a66f.sock
[29442 ms] 
[29442 ms] 
[29473 ms] *
* Visual Studio Code Server
*
* By using the software, you agree to
* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
*
[29476 ms] Server bound to 127.0.0.1:43775 (IPv4)
Extension host agent listening on 43775

[29477 ms] Start: Run in container: echo 43775 >'/root/.vscode-server/data/Machine/.devport-f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[29478 ms] 
[29478 ms] 
[29479 ms] Port forwarding for container port 43775 starts listening on local port.
[29480 ms] Port forwarding local port 43775 to container port 43775
[29484 ms] Initializing configuration support...
[29484 ms] Internal initialization of dev container support package...
[29493 ms] Start: Run in container: # Test for /root/.gitconfig and git
[29496 ms] 
[29497 ms] 
[29497 ms] Start: Run in container: # Copy /home/prajval/.gitconfig to /root/.gitconfig
[29498 ms] Port forwarding connection from 51042 > 43775 > 43775 in the container.
[29498 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 
[29511 ms] unexpected end of parent stream
[29512 ms] Container server did not launch or terminated: Error: unexpected end of parent stream
        at Ri.destroy (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:26638)
        at Ri.write (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:27379)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:29482
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:14866
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17539
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:23891
        at r (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17487)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17532
        at Object.cb (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:24002)
        at l (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:21998)
        at u (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:22260)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:22343
        at s (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:30:5371)
        at Socket.<anonymous> (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:30:5472)
        at Socket.emit (node:events:519:28)
        at addChunk (node:internal/streams/readable:559:12)
        at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
        at Readable.push (node:internal/streams/readable:390:5)
        at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)
[29512 ms] unexpected end of parent stream
[29512 ms] Port forwarding 51042 > 43775 > 43775 terminated with error: unexpected end of parent stream
[29512 ms] Keep-alive process ended.
[29513 ms] Shell server failed: Error: unexpected end of parent stream
        at Ri.destroy (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:26638)
        at Ri.write (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:27379)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:29482
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:14866
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17539
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:23891
        at r (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17487)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17532
        at Object.cb (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:24002)
        at l (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:21998)
        at u (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:22260)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:22343
        at s (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:30:5371)
        at Socket.<anonymous> (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:30:5472)
        at Socket.emit (node:events:519:28)
        at addChunk (node:internal/streams/readable:559:12)
        at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
        at Readable.push (node:internal/streams/readable:390:5)
        at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)
[29514 ms] Host server: packet-stream asked to read after closed { value: { code: 0, signal: null }, end: false, req: -16 }
packet-stream asked to read after closed { value: { code: null, signal: 'SIGPIPE' }, end: false, req: -96 }
packet-stream asked to read after closed { value: { code: null, signal: 'SIGPIPE' }, end: false, req: -107 }
[29515 ms] Port forwarding 51042 > 43775 > 43775: Local close
[29525 ms] Host server: packet-stream asked to read after closed { value: { code: 0, signal: null }, end: false, req: -87 }
[29527 ms] Start: Reconnection attempt 1
[29528 ms] Start: Reconnecting CLIHost without ExecServer.
[29528 ms] Start: Host: Reconnecting exec server
[29529 ms] Start: Run: wsl -d Ubuntu -e /bin/sh -c cd '/home/prajval/work-kookar/test' && /bin/sh
[29530 ms] Port forwarding connection from 51043 > 43775 > 43775 in the container.
[29530 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 
[29534 ms] Host server terminated (code: null, signal: SIGKILL).
[29667 ms] Start: Container: Reconnecting exec server
[29667 ms] Start: Run in Host: docker exec -i -u root 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f /bin/sh
[29675 ms] Start: Run in Host: docker inspect --type container 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f
[269534 ms] Port forwarding connection from 51132 > 43775 > 43775 in the container.
[269535 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 
[269615 ms] Port forwarding 51132 > 43775 > 43775 stderr: Connection established
[269630 ms] Port forwarding connection from 51133 > 43775 > 43775 in the container.
[269631 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=d919471e-b3b3-47fc-8a61-f27b4c11b9b71733754044395 78d6463b8bc8b9d3c82ce7b0b7b0ffd4e31e5a6784ddba82281268c52f4b950f /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 
[269716 ms] Port forwarding 51133 > 43775 > 43775 stderr: Connection established
@vs-code-engineering vs-code-engineering bot added the containers Issue in vscode-remote containers label Dec 9, 2024
@chrmarti
Copy link
Contributor

Maybe the WSL disk or memory are full?

@chrmarti chrmarti added the info-needed Issue requires more information from poster label Dec 10, 2024
@rndninja
Copy link
Author

I am attaching the outputs of df and free commands, in the initial state before running any dev containers, from WSL in this comment.

I have about 30GB left in my OS drive and about 70GB left in my working drive.
And I've assigned 4 GB of RAM to WSL2 along with 16GB of swap via .wslconfig.

I think there is enough disk and ram available and is unlikely the cause of the issue, but do correct me if I'm wrongly looking at the numbers.

As I mentioned, if I comment out the git install line from Docker file, the dev container spins up very quickly (within 4s - 6s). However, when I uncomment it, the spin time shoots up to 250s-300s. And there is one particular step (docker inspect ...) that takes maximum time (as you can check from previous post).

And also, there are those error messages, those messages can't be due to memory or disk full issues, right?

I think the issue lies in the interaction of git with docker container. Git installation happens successfully, but unexpected end of parent stream errors crop up and slows down the dev container spin up time.

df.txt

Filesystem                                Size  Used Avail Use% Mounted on
none                                      2.0G  4.0K  2.0G   1% /mnt/wsl
none                                      221G  182G   40G  83% /usr/lib/wsl/drivers
none                                      2.0G     0  2.0G   0% /usr/lib/modules
none                                      2.0G     0  2.0G   0% /usr/lib/modules/5.15.146.1-microsoft-standard-WSL2
/dev/sde                                 1007G  3.0G  953G   1% /
none                                      2.0G  104K  2.0G   1% /mnt/wslg
none                                      2.0G     0  2.0G   0% /usr/lib/wsl/lib
rootfs                                    2.0G  1.9M  2.0G   1% /init
none                                      2.0G  864K  2.0G   1% /run
none                                      2.0G     0  2.0G   0% /run/lock
none                                      2.0G     0  2.0G   0% /run/shm
tmpfs                                     4.0M     0  4.0M   0% /sys/fs/cgroup
none                                      2.0G   76K  2.0G   1% /mnt/wslg/versions.txt
none                                      2.0G   76K  2.0G   1% /mnt/wslg/doc
C:\                                       221G  182G   40G  83% /mnt/c
D:\                                       733G  654G   80G  90% /mnt/d
G:\                                       300G  225G   76G  75% /mnt/g
H:\                                       733G  658G   76G  90% /mnt/h
snapfuse                                  128K  128K     0 100% /snap/bare/5
snapfuse                                   74M   74M     0 100% /snap/core22/1722
snapfuse                                   39M   39M     0 100% /snap/snapd/21759
snapfuse                                   92M   92M     0 100% /snap/gtk-common-themes/1535
snapfuse                                   45M   45M     0 100% /snap/snapd/23258
snapfuse                                   74M   74M     0 100% /snap/core22/1663
snapfuse                                  132M  132M     0 100% /snap/ubuntu-desktop-installer/1276
snapfuse                                  132M  132M     0 100% /snap/ubuntu-desktop-installer/1286
C:\Program Files\Docker\Docker\resources  221G  182G   40G  83% /Docker/host
none                                      2.0G  8.0K  2.0G   1% /mnt/wsl/docker-desktop/shared-sockets/host-services
/dev/sdf                                 1007G   58M  956G   1% /mnt/wsl/docker-desktop/docker-desktop-user-distro
/dev/loop0                                485M  485M     0 100% /mnt/wsl/docker-desktop/cli-tools

free.txt

               total        used        free      shared  buff/cache   available
Mem:           3.8Gi       978Mi       117Mi       4.0Mi       2.8Gi       2.6Gi
Swap:           16Gi       8.0Mi        15Gi

@chrmarti
Copy link
Contributor

[29534 ms] Host server terminated (code: null, signal: SIGKILL). indicates an early issue with this process running in WSL.

docker inspect is usually fast, you could enable trace logging for Dev Containers to see when it finished.
Image

@rndninja
Copy link
Author

Yes, that makes sense, and I totally understand. I'm attaching the logs with log level as trace with this comment.
I would be grateful if you could help me figure out the root cause of the problem with this trace log.

log_trace.txt

[17 ms] Dev Containers 0.388.0 in VS Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813).
[16 ms] Start: Run: wsl -d Ubuntu -e wslpath -u \\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[137 ms] Stop (121 ms): Run: wsl -d Ubuntu -e wslpath -u \\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[142 ms] Start: Resolving Remote
[148 ms] Start: Run: wsl -d Ubuntu -e wslpath -u \\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[262 ms] Stop (114 ms): Run: wsl -d Ubuntu -e wslpath -u \\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[265 ms] Start: Run: wsl -d Ubuntu -e /bin/sh -c cd '/home/prajval/work-kookar/test' && /bin/sh
[273 ms] Start: Run in host: id -un
[323 ms] prajval
[323 ms] 
[323 ms] Stop (50 ms): Run in host: id -un
[324 ms] Start: Run in host:  (command -v getent >/dev/null 2>&1 && getent passwd 'prajval' || grep -E '^prajval|^[^:]*:[^:]*:prajval:' /etc/passwd || true)
[325 ms] Stop (1 ms): Run in host:  (command -v getent >/dev/null 2>&1 && getent passwd 'prajval' || grep -E '^prajval|^[^:]*:[^:]*:prajval:' /etc/passwd || true)
[326 ms] Start: Run in host: echo ~
[326 ms] /home/prajval
[326 ms] 
[326 ms] Stop (0 ms): Run in host: echo ~
[327 ms] Start: Run in host: test -f '/home/prajval/.vscode-server/cli/servers/Stable-f1a4fb101478ce6ec82fe9627c43efbf9e98c813/server/node'
[328 ms] 
[328 ms] 
[328 ms] Exit code 1
[328 ms] Stop (1 ms): Run in host: test -f '/home/prajval/.vscode-server/cli/servers/Stable-f1a4fb101478ce6ec82fe9627c43efbf9e98c813/server/node'
[329 ms] Start: Run in host: test -f '/home/prajval/.vscode/cli/servers/Stable-f1a4fb101478ce6ec82fe9627c43efbf9e98c813/server/node'
[329 ms] 
[330 ms] 
[330 ms] Exit code 1
[330 ms] Stop (1 ms): Run in host: test -f '/home/prajval/.vscode/cli/servers/Stable-f1a4fb101478ce6ec82fe9627c43efbf9e98c813/server/node'
[330 ms] Start: Run in host: test -f '/home/prajval/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node'
[331 ms] 
[331 ms] 
[331 ms] Stop (1 ms): Run in host: test -f '/home/prajval/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node'
[331 ms] Start: Run in host: test -f '/home/prajval/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node_modules/node-pty/package.json'
[331 ms] 
[331 ms] 
[332 ms] Stop (1 ms): Run in host: test -f '/home/prajval/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node_modules/node-pty/package.json'
[332 ms] Start: Run in host: test -f '/home/prajval/.vscode-remote-containers/dist/vscode-remote-containers-server-0.388.0.js'
[332 ms] 
[332 ms] 
[332 ms] Stop (0 ms): Run in host: test -f '/home/prajval/.vscode-remote-containers/dist/vscode-remote-containers-server-0.388.0.js'
[335 ms] userEnvProbe: loginInteractiveShell (default)
[335 ms] userEnvProbe: not found in cache
[335 ms] userEnvProbe shell: /bin/bash
[335 ms] Start: Run in Host: /bin/bash -lic echo -n d9ec91ac-627e-43a8-9d86-be5a7ed4db15; cat /proc/self/environ; echo -n d9ec91ac-627e-43a8-9d86-be5a7ed4db15
[409 ms] Stop (74 ms): Run in Host: /bin/bash -lic echo -n d9ec91ac-627e-43a8-9d86-be5a7ed4db15; cat /proc/self/environ; echo -n d9ec91ac-627e-43a8-9d86-be5a7ed4db15
[409 ms] d9ec91ac-627e-43a8-9d86-be5a7ed4db15SHELL=/bin/bashWSL2_GUI_APPS_ENABLED=1WSL_DISTRO_NAME=UbuntuWT_SESSION=da23c404-9fc5-46cd-a7e9-969305aba41aSSH_AUTH_SOCK=/tmp/ssh-XXXXXX7xhUU8/agent.447REMOTE_CONTAINERS_IPC=SSH_AGENT_PID=449NAME=LAPTOP-G2HP4K8PPWD=/home/prajval/work-kookar/testLOGNAME=prajvalHOME=/home/prajvalLANG=C.UTF-8WSL_INTEROP=/run/WSL/2418_interopLS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:WAYLAND_DISPLAY=wayland-0LESSCLOSE=/usr/bin/lesspipe %s %sTERM=xterm-256colorREMOTE_CONTAINERS_SOCKETS=[]LESSOPEN=| /usr/bin/lesspipe %sUSER=prajvalDISPLAY=:0SHLVL=1XDG_RUNTIME_DIR=/run/user/1000/WSLENV=VSCODE_CLI_REMOTE_ENV/w:ELECTRON_RUN_AS_NODE/w:WT_SESSION:WT_PROFILE_ID:XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktopPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/libnvvp:/mnt/c/windows/system32:/mnt/c/windows:/mnt/c/windows/System32/Wbem:/mnt/c/windows/System32/WindowsPowerShell/v1.0/:/mnt/c/windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/NVIDIA Corporation/Nsight Compute 2022.1.0/:/mnt/d/Software/CUDA/zlib123dllx64/dll_x64:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files/GitHub CLI/:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/HP/HP One Agent:/Docker/host/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/msys64/ucrt64/bin:/snap/binDBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/busHOSTTYPE=x86_64PULSE_SERVER=unix:/mnt/wslg/PulseServerWT_PROFILE_ID={51855cb2-8cce-5362-8f54-464b92b32386}OLDPWD=/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code_=/usr/bin/catd9ec91ac-627e-43a8-9d86-be5a7ed4db15
[410 ms] your 131072x1 screen size is bogus. expect trouble
your 131072x1 screen size is bogus. expect trouble

[410 ms] userEnvProbe parsed: {
  "SHELL": "/bin/bash",
  "WSL2_GUI_APPS_ENABLED": "1",
  "WSL_DISTRO_NAME": "Ubuntu",
  "WT_SESSION": "da23c404-9fc5-46cd-a7e9-969305aba41a",
  "SSH_AUTH_SOCK": "/tmp/ssh-XXXXXX7xhUU8/agent.447",
  "REMOTE_CONTAINERS_IPC": "",
  "SSH_AGENT_PID": "449",
  "NAME": "LAPTOP-G2HP4K8P",
  "PWD": "/home/prajval/work-kookar/test",
  "LOGNAME": "prajval",
  "HOME": "/home/prajval",
  "LANG": "C.UTF-8",
  "WSL_INTEROP": "/run/WSL/2418_interop",
  "LS_COLORS": "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:",
  "WAYLAND_DISPLAY": "wayland-0",
  "LESSCLOSE": "/usr/bin/lesspipe %s %s",
  "TERM": "xterm-256color",
  "REMOTE_CONTAINERS_SOCKETS": "[]",
  "LESSOPEN": "| /usr/bin/lesspipe %s",
  "USER": "prajval",
  "DISPLAY": ":0",
  "SHLVL": "1",
  "XDG_RUNTIME_DIR": "/run/user/1000/",
  "WSLENV": "VSCODE_CLI_REMOTE_ENV/w:ELECTRON_RUN_AS_NODE/w:WT_SESSION:WT_PROFILE_ID:",
  "XDG_DATA_DIRS": "/usr/local/share:/usr/share:/var/lib/snapd/desktop",
  "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/libnvvp:/mnt/c/windows/system32:/mnt/c/windows:/mnt/c/windows/System32/Wbem:/mnt/c/windows/System32/WindowsPowerShell/v1.0/:/mnt/c/windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/NVIDIA Corporation/Nsight Compute 2022.1.0/:/mnt/d/Software/CUDA/zlib123dllx64/dll_x64:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files/GitHub CLI/:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/HP/HP One Agent:/Docker/host/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/msys64/ucrt64/bin:/snap/bin",
  "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/1000/bus",
  "HOSTTYPE": "x86_64",
  "PULSE_SERVER": "unix:/mnt/wslg/PulseServer",
  "WT_PROFILE_ID": "{51855cb2-8cce-5362-8f54-464b92b32386}",
  "OLDPWD": "/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code",
  "_": "/usr/bin/cat"
}
[411 ms] userEnvProbe PATHs:
Probe:     '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/libnvvp:/mnt/c/windows/system32:/mnt/c/windows:/mnt/c/windows/System32/Wbem:/mnt/c/windows/System32/WindowsPowerShell/v1.0/:/mnt/c/windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/NVIDIA Corporation/Nsight Compute 2022.1.0/:/mnt/d/Software/CUDA/zlib123dllx64/dll_x64:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files/GitHub CLI/:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/HP/HP One Agent:/Docker/host/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/msys64/ucrt64/bin:/snap/bin'
Container: None
[412 ms] Setting up container for folder or workspace: /home/prajval/work-kookar/test
[433 ms] Start: Check Docker is running
[433 ms] Start: Run in Host: docker version
[456 ms] Client:
[456 ms]  Version:           27.3.1
 API version:       1.47
 Go version:        go1.22.7
 Git commit:        ce12230
 Built:             Fri Sep 20 11:39:44 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Desktop  ()
 Engine:
  Version:          27.3.1
  API version:      1.47 (minimum version 1.24)
  Go version:       go1.22.7
  Git commit:       41ca978
  Built:            Fri Sep 20 11:41:11 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.21
  GitCommit:        472731909fa34bd7bc9c087e4c27943f9835f111
 runc:
  Version:          1.1.13
  GitCommit:        v1.1.13-0-g58aa920
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
[457 ms] Stop (24 ms): Run in Host: docker version
[457 ms] Stop (24 ms): Check Docker is running
[458 ms] Start: Run in Host: docker volume ls -q
[476 ms] Stop (18 ms): Run in Host: docker volume ls -q
[476 ms] Start: Run in Host: docker ps -q -a --filter label=vsch.local.folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=vsch.quality=stable
[494 ms] Stop (18 ms): Run in Host: docker ps -q -a --filter label=vsch.local.folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=vsch.quality=stable
[495 ms] Start: Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json
[514 ms] Stop (19 ms): Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json
[514 ms] Start: Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[533 ms] Stop (19 ms): Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[534 ms] Start: Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[552 ms] Stop (18 ms): Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test
[553 ms] Running Dev Containers CLI:   up --container-session-data-folder /tmp/devcontainers-9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 --workspace-folder /home/prajval/work-kookar/test --workspace-mount-consistency cached --gpu-availability detect --id-label devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --id-label devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json --log-level trace --log-format json --config /home/prajval/work-kookar/test/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --mount type=bind,source=/run/user/1000/wayland-0,target=/tmp/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root --include-configuration --include-merged-configuration
[553 ms] Start: Checking for Dev Containers CLI
[555 ms] Stop (2 ms): Checking for Dev Containers CLI
[559 ms] Start: Run in Host: /home/prajval/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/prajval/.vscode-remote-containers/dist/dev-containers-cli-0.388.0/dist/spec-node/devContainersSpecCLI.js up --container-session-data-folder /tmp/devcontainers-9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 --workspace-folder /home/prajval/work-kookar/test --workspace-mount-consistency cached --gpu-availability detect --id-label devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --id-label devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json --log-level trace --log-format json --config /home/prajval/work-kookar/test/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --mount type=bind,source=/run/user/1000/wayland-0,target=/tmp/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root --include-configuration --include-merged-configuration
[742 ms] @devcontainers/cli 0.71.0. Node.js v20.18.0. linux 5.15.146.1-microsoft-standard-WSL2 x64.
[742 ms] Start: Run: docker buildx version
[797 ms] Stop (55 ms): Run: docker buildx version
[798 ms] github.com/docker/buildx v0.18.0-desktop.2 44b68677dee147502ef0be4cbead34310e44d1f6
[798 ms] 
[798 ms] Start: Run: docker -v
[808 ms] Stop (10 ms): Run: docker -v
[808 ms] Start: Resolving Remote
[811 ms] Start: Run: git rev-parse --show-cdup
[813 ms] Stop (2 ms): Run: git rev-parse --show-cdup
[1162 ms] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json
[1187 ms] Stop (25 ms): Run: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json
[1191 ms] Start: Run: docker inspect --type image python:3.12-slim
[1238 ms] Stop (47 ms): Run: docker inspect --type image python:3.12-slim
[1241 ms] workspace root: /home/prajval/work-kookar/test
[1241 ms] No user features to update
[1243 ms] Start: Run: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-prajval/container-features/0.71.0-1734084991164/Dockerfile-with-features -t vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298 --target dev_containers_target_stage --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label /home/prajval/work-kookar/test
[+] Building 8.7s (7/8)                                          docker:default
 => [internal] load build definition from Dockerfile-with-features         0.0s
 => => transferring dockerfile: 273B                                       0.0s
 => [internal] load metadata for docker.io/library/python:3.12-slim        0.0s
[+] Building 8.8s (8/8) FINISHED                                 docker:default
 => [internal] load build definition from Dockerfile-with-features         0.0s
 => => transferring dockerfile: 273B                                       0.0s
 => [internal] load metadata for docker.io/library/python:3.12-slim        0.0s
 => [internal] load .dockerignore                                          0.0s
 => => transferring context: 2B                                            0.0s
 => [dev_container_auto_added_stage_label 1/3] FROM docker.io/library/pyt  8.5s
 => => resolve docker.io/library/python:3.12-slim@sha256:2b0079146a74e23b  8.5s
 => [auth] library/python:pull token for registry-1.docker.io              0.0s
 => CACHED [dev_container_auto_added_stage_label 2/3] RUN apt-get update   0.0s
 => CACHED [dev_container_auto_added_stage_label 3/3] RUN apt-get install  0.0s
 => exporting to image                                                     0.1s
 => => exporting layers                                                    0.0s
 => => preparing layers for inline cache                                   0.0s
 => => exporting manifest sha256:e100949b62b87f48bcebeceaa9792ceb90298129  0.0s
 => => exporting config sha256:c78db9da67a8462af36fe583d482cd267cef506fe8  0.0s
 => => exporting attestation manifest sha256:43770af14425b9f3454b1a841740  0.0s
 => => exporting manifest list sha256:0a2d22eee4d67f4c2f6b334e401eaa6915d  0.0s
 => => naming to docker.io/library/vsc-test-e42b8ab35d5510b45b8530c98f8e1  0.0s
 => => unpacking to docker.io/library/vsc-test-e42b8ab35d5510b45b8530c98f  0.0s
[10499 ms] Stop (9256 ms): Run: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-prajval/container-features/0.71.0-1734084991164/Dockerfile-with-features -t vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298 --target dev_containers_target_stage --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label /home/prajval/work-kookar/test
[10500 ms] Start: Run: docker inspect --type image vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298
[10530 ms] Stop (30 ms): Run: docker inspect --type image vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298
[10531 ms] Start: Run: docker events --format {{json .}} --filter event=start
[10532 ms] Start: Starting container
[10532 ms] Start: Run: docker run --sig-proxy=false -a STDOUT -a STDERR --mount type=bind,source=/home/prajval/work-kookar/test,target=/workspaces/test --mount type=volume,src=vscode,dst=/vscode --mount type=bind,src=/run/user/1000/wayland-0,dst=/tmp/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock -l devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test -l devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json --entrypoint /bin/sh vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298 -c echo Container started
[10977 ms] Log: startEventSeen#data {"status":"start","id":"0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06","from":"vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298","Type":"container","Action":"start","Actor":{"ID":"0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06","Attributes":{"desktop.docker.io/mounts/0/Source":"/home/prajval/work-kookar/test","desktop.docker.io/mounts/0/SourceKind":"wsl2DistroFile","desktop.docker.io/mounts/0/Target":"/workspaces/test","desktop.docker.io/mounts/2/Source":"/run/user/1000/wayland-0","desktop.docker.io/mounts/2/SourceKind":"wsl2DistroFile","desktop.docker.io/mounts/2/Target":"/tmp/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock","desktop.docker.io/wsl-distro":"Ubuntu","devcontainer.config_file":"/home/prajval/work-kookar/test/.devcontainer/devcontainer.json","devcontainer.local_folder":"\\\\wsl.localhost\\Ubuntu\\home\\prajval\\work-kookar\\test","image":"vsc-test-e42b8ab35d5510b45b8530c98f8e17525d140566b085b36eed380a21544a8298","name":"elastic_jemison"}},"scope":"local","time":1734085000,"timeNano":1734085000901131258}
[10977 ms] Stop (445 ms): Starting container
[10978 ms] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json
[10981 ms] Stop (450 ms): Run: docker events --format {{json .}} --filter event=start
Container started
[11014 ms] Stop (36 ms): Run: docker ps -q -a --filter label=devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --filter label=devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json
[11014 ms] Start: Run: docker inspect --type container 0b84b6267c03
[11035 ms] Stop (21 ms): Run: docker inspect --type container 0b84b6267c03
[11036 ms] Start: Inspecting container
[11036 ms] Start: Run: docker inspect --type container 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06
[11058 ms] Stop (22 ms): Run: docker inspect --type container 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06
[11059 ms] Stop (23 ms): Inspecting container
[11059 ms] Start: Run in container: /bin/sh
[11061 ms] Start: Run in container: uname -m
[11109 ms] x86_64
[11109 ms] 
[11109 ms] Stop (48 ms): Run in container: uname -m
[11109 ms] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[11112 ms] PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
[11112 ms] 
[11112 ms] Stop (3 ms): Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[11112 ms] Start: Run in container:  (command -v getent >/dev/null 2>&1 && getent passwd 'root' || grep -E '^root|^[^:]*:[^:]*:root:' /etc/passwd || true)
[11118 ms] Stop (6 ms): Run in container:  (command -v getent >/dev/null 2>&1 && getent passwd 'root' || grep -E '^root|^[^:]*:[^:]*:root:' /etc/passwd || true)
[11119 ms] Start: Run in container: test -f '/var/devcontainer/.patchEtcEnvironmentMarker'
[11120 ms] 
[11120 ms] 
[11120 ms] Exit code 1
[11120 ms] Stop (1 ms): Run in container: test -f '/var/devcontainer/.patchEtcEnvironmentMarker'
[11120 ms] Start: Run in container: test ! -f '/var/devcontainer/.patchEtcEnvironmentMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcEnvironmentMarker' ; } 2> /dev/null
[11127 ms] 
[11127 ms] 
[11127 ms] Stop (7 ms): Run in container: test ! -f '/var/devcontainer/.patchEtcEnvironmentMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcEnvironmentMarker' ; } 2> /dev/null
[11127 ms] Start: Run in container: cat >> /etc/environment <<'etcEnvrionmentEOF'
[11130 ms] 
[11130 ms] 
[11130 ms] Stop (3 ms): Run in container: cat >> /etc/environment <<'etcEnvrionmentEOF'
[11130 ms] Start: Run in container: test -f '/var/devcontainer/.patchEtcProfileMarker'
[11131 ms] 
[11132 ms] 
[11132 ms] Exit code 1
[11132 ms] Stop (2 ms): Run in container: test -f '/var/devcontainer/.patchEtcProfileMarker'
[11132 ms] Start: Run in container: test ! -f '/var/devcontainer/.patchEtcProfileMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcProfileMarker' ; } 2> /dev/null
[11134 ms] 
[11134 ms] 
[11134 ms] Stop (2 ms): Run in container: test ! -f '/var/devcontainer/.patchEtcProfileMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcProfileMarker' ; } 2> /dev/null
[11134 ms] Start: Run in container: sed -i -E 's/((^|\s)PATH=)([^\$]*)$/\1${PATH:-\3}/g' /etc/profile || true
[11145 ms] 
[11145 ms] 
[11145 ms] Stop (11 ms): Run in container: sed -i -E 's/((^|\s)PATH=)([^\$]*)$/\1${PATH:-\3}/g' /etc/profile || true
[11145 ms] Stop (10337 ms): Resolving Remote
[11139 ms] Stop (10580 ms): Run in Host: /home/prajval/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/prajval/.vscode-remote-containers/dist/dev-containers-cli-0.388.0/dist/spec-node/devContainersSpecCLI.js up --container-session-data-folder /tmp/devcontainers-9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 --workspace-folder /home/prajval/work-kookar/test --workspace-mount-consistency cached --gpu-availability detect --id-label devcontainer.local_folder=\\wsl.localhost\Ubuntu\home\prajval\work-kookar\test --id-label devcontainer.config_file=/home/prajval/work-kookar/test/.devcontainer/devcontainer.json --log-level trace --log-format json --config /home/prajval/work-kookar/test/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --mount type=bind,source=/run/user/1000/wayland-0,target=/tmp/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root --include-configuration --include-merged-configuration
[11140 ms] {
    "outcome": "success",
    "containerId": "0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06",
    "remoteUser": "root",
    "remoteWorkspaceFolder": "/workspaces/test",
    "configuration": {
        "name": "Existing Dockerfile",
        "build": {
            "context": "..",
            "dockerfile": "../Dockerfile"
        },
        "configFilePath": {
            "$mid": 1,
            "fsPath": "/home/prajval/work-kookar/test/.devcontainer/devcontainer.json",
            "path": "/home/prajval/work-kookar/test/.devcontainer/devcontainer.json",
            "scheme": "file"
        }
    },
    "mergedConfiguration": {
        "name": "Existing Dockerfile",
        "build": {
            "context": "..",
            "dockerfile": "../Dockerfile"
        },
        "configFilePath": {
            "$mid": 1,
            "fsPath": "/home/prajval/work-kookar/test/.devcontainer/devcontainer.json",
            "path": "/home/prajval/work-kookar/test/.devcontainer/devcontainer.json",
            "scheme": "file"
        },
        "init": false,
        "privileged": false,
        "onCreateCommands": [],
        "updateContentCommands": [],
        "postCreateCommands": [],
        "postStartCommands": [],
        "postAttachCommands": [],
        "remoteEnv": {},
        "containerEnv": {},
        "portsAttributes": {},
        "hostRequirements": {
            "cpus": null,
            "memory": "-Infinity",
            "storage": "-Infinity"
        }
    }
}
[11141 ms] Dev Containers CLI completed
[11142 ms] Start: Run in Host: docker inspect --type container 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06
[11168 ms] Stop (26 ms): Run in Host: docker inspect --type container 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06
[11169 ms] Start: Run in Host: docker exec -i -u root 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh -c echo "New container started. Keep-alive process started." ; export VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 ; /bin/sh
[11170 ms] Start: Inspecting container
[11170 ms] Start: Run in Host: docker inspect --type container 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06
[11194 ms] Stop (24 ms): Run in Host: docker inspect --type container 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06
[11194 ms] Stop (24 ms): Inspecting container
[11207 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh
[11211 ms] Start: Run in container: uname -m
[11219 ms] New container started. Keep-alive process started.
[11257 ms] x86_64
[11257 ms] 
[11257 ms] Stop (46 ms): Run in container: uname -m
[11257 ms] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[11259 ms] PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
[11259 ms] 
[11259 ms] Stop (2 ms): Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[11260 ms] Start: Run in container:  (command -v getent >/dev/null 2>&1 && getent passwd 'root' || grep -E '^root|^[^:]*:[^:]*:root:' /etc/passwd || true)
[11262 ms] Stop (2 ms): Run in container:  (command -v getent >/dev/null 2>&1 && getent passwd 'root' || grep -E '^root|^[^:]*:[^:]*:root:' /etc/passwd || true)
[11262 ms] Start: Run in container: command -v git >/dev/null 2>&1 && ROOT_FOLDER="$(git -C '/workspaces/test' rev-parse --show-toplevel)" && test "$(stat -c %u "$ROOT_FOLDER")" != "$(id -u)" && echo -n "$ROOT_FOLDER"
[11276 ms] 
[11276 ms] fatal: not a git repository (or any parent up to mount point /workspaces)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[11276 ms] Exit code 128
[11276 ms] Stop (14 ms): Run in container: command -v git >/dev/null 2>&1 && ROOT_FOLDER="$(git -C '/workspaces/test' rev-parse --show-toplevel)" && test "$(stat -c %u "$ROOT_FOLDER")" != "$(id -u)" && echo -n "$ROOT_FOLDER"
[11276 ms] Start: Updating configuration state
[11301 ms] Stop (25 ms): Updating configuration state
[11302 ms] Start: Setup shutdown monitor
[11302 ms] Forking shutdown monitor: c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\shutdown\shutdownMonitorProcess \\.\pipe\vscode-remote-containers-c8cc2eae-e863-4c0a-bac1-b6daf855673d-sock singleContainer Trace c:\Users\PRAJVAL_OMEN\AppData\Roaming\Code\logs\20241212T153009\window4\exthost\ms-vscode-remote.remote-containers 1734084989925
[11314 ms] Stop (12 ms): Setup shutdown monitor
[11314 ms] Start: Run in container: test -d '/root/.vscode-server'
[11316 ms] 
[11317 ms] 
[11317 ms] Exit code 1
[11317 ms] Stop (3 ms): Run in container: test -d '/root/.vscode-server'
[11317 ms] Start: Run in container: test -d '/root/.vscode-remote'
[11320 ms] 
[11320 ms] 
[11320 ms] Exit code 1
[11320 ms] Stop (3 ms): Run in container: test -d '/root/.vscode-remote'
[11320 ms] Start: Run in container: test ! -f '/root/.vscode-server/data/Machine/.writeMachineSettingsMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.writeMachineSettingsMarker' ; } 2> /dev/null
[11324 ms] 
[11324 ms] 
[11324 ms] Stop (4 ms): Run in container: test ! -f '/root/.vscode-server/data/Machine/.writeMachineSettingsMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.writeMachineSettingsMarker' ; } 2> /dev/null
[11324 ms] Start: Run in container: cat /root/.vscode-server/data/Machine/settings.json
[11326 ms] 
[11327 ms] cat: /root/.vscode-server/data/Machine/settings.json: No such file or directory
[11327 ms] Exit code 1
[11327 ms] Stop (3 ms): Run in container: cat /root/.vscode-server/data/Machine/settings.json
[11327 ms] Start: Run in container: test -d '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11329 ms] 
[11329 ms] 
[11329 ms] Exit code 1
[11329 ms] Stop (2 ms): Run in container: test -d '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11329 ms] Start: Run in container: test -d '/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11331 ms] 
[11331 ms] 
[11331 ms] Stop (2 ms): Run in container: test -d '/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11331 ms] Start: Run in container: mkdir -p '/root/.vscode-server/bin' && ln -snf '/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813' '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11336 ms] 
[11336 ms] 
[11336 ms] Stop (5 ms): Run in container: mkdir -p '/root/.vscode-server/bin' && ln -snf '/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813' '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11336 ms] Start: Run in container: touch '/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11340 ms] 
[11340 ms] 
[11340 ms] Stop (4 ms): Run in container: touch '/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11340 ms] Start: Run in container: test -x '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/helpers/check-requirements.sh'
[11342 ms] 
[11342 ms] 
[11342 ms] Stop (2 ms): Run in container: test -x '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/helpers/check-requirements.sh'
[11342 ms] Start: Run in container: '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/helpers/check-requirements.sh'
[11395 ms] 
[11395 ms] 
[11395 ms] Stop (53 ms): Run in container: '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/helpers/check-requirements.sh'
[11396 ms] Start: Launching Dev Containers helper.
[11396 ms] ssh-agent: SSH_AUTH_SOCK in container (/tmp/vscode-ssh-auth-8ad2a409-00bb-4e93-85e1-d2e9759144c3.sock) forwarded to wsl host (/tmp/ssh-XXXXXX7xhUU8/agent.447).
[11397 ms] Start: Run in container: test -e /tmp/.X11-unix/X0
[11399 ms] 
[11399 ms] 
[11399 ms] Exit code 1
[11399 ms] Stop (2 ms): Run in container: test -e /tmp/.X11-unix/X0
[11399 ms] Start: Run in container: mkdir -p '/tmp/.X11-unix'
[11402 ms] 
[11402 ms] 
[11402 ms] Stop (3 ms): Run in container: mkdir -p '/tmp/.X11-unix'
[11402 ms] X11 forwarding: DISPLAY in container (:0) forwarded to wsl host (:0).
[11402 ms] Start: Run in container: gpgconf --list-dirs
[11404 ms] 
[11405 ms] /bin/sh: 17: gpgconf: not found
[11405 ms] Exit code 127
[11405 ms] Stop (3 ms): Run in container: gpgconf --list-dirs
[11405 ms] gpg-agent: No agent-socket found in container.
[11405 ms] Start: Run in container: command -v docker >/dev/null 2>&1
[11406 ms] 
[11406 ms] 
[11406 ms] Exit code 127
[11406 ms] Stop (1 ms): Run in container: command -v docker >/dev/null 2>&1
[11407 ms] Start: Run in Host: docker exec -i -u root 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh
[11407 ms] Stop (11 ms): Launching Dev Containers helper.
[11407 ms] userEnvProbe: loginInteractiveShell (default)
[11407 ms] Start: Run in container: test -f '/tmp/devcontainers-9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060/env-loginInteractiveShell.json'
[11411 ms] Start: Run in container: echo ~
[11412 ms] 
[11412 ms] 
[11412 ms] Exit code 1
[11412 ms] Stop (5 ms): Run in container: test -f '/tmp/devcontainers-9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060/env-loginInteractiveShell.json'
[11412 ms] userEnvProbe: not found in cache
[11412 ms] userEnvProbe shell: /bin/bash
[11417 ms] Start: Run in container: # Test for /root/.ssh/known_hosts and ssh
[11421 ms] 
[11421 ms] 
[11421 ms] Stop (4 ms): Run in container: # Test for /root/.ssh/known_hosts and ssh
[11421 ms] Start: Run in container: # Copy /home/prajval/.ssh/known_hosts to /root/.ssh/known_hosts
[11426 ms] 
[11427 ms] 
[11427 ms] Stop (6 ms): Run in container: # Copy /home/prajval/.ssh/known_hosts to /root/.ssh/known_hosts
[11427 ms] Start: Run in container: command -v git >/dev/null 2>&1 && git config --system --replace-all credential.helper '!f() { /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /tmp/vscode-remote-containers-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js git-credential-helper $*; }; f' || true
[11432 ms] 
[11432 ms] 
[11432 ms] Stop (5 ms): Run in container: command -v git >/dev/null 2>&1 && git config --system --replace-all credential.helper '!f() { /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /tmp/vscode-remote-containers-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js git-credential-helper $*; }; f' || true
[11433 ms] Start: Run in container: for pid in `cd /proc && ls -d [0-9]*`; do { echo $pid ; readlink /proc/$pid/cwd || echo ; readlink /proc/$pid/ns/mnt || echo ; cat /proc/$pid/stat | tr "
[11467 ms] Stop (34 ms): Run in container: for pid in `cd /proc && ls -d [0-9]*`; do { echo $pid ; readlink /proc/$pid/cwd || echo ; readlink /proc/$pid/ns/mnt || echo ; cat /proc/$pid/stat | tr "
[11467 ms] Start: Run in container: cat '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/product.json'
[11469 ms] Starting monitor process...
[11472 ms] Stop (5 ms): Run in container: cat '/root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/product.json'
[11473 ms] Running extension host agents:
[]
[11473 ms] Start: Run in container: cat '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813' 2>/dev/null || (umask 377 && echo 'c5e736e0-690f-4b91-958a-f18876ffbbcb' >'/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813-f9b16fa9-9eb0-4145-8947-6c00fe68fdf4' && mv -n '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813-f9b16fa9-9eb0-4145-8947-6c00fe68fdf4' '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813' && rm -f '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813-f9b16fa9-9eb0-4145-8947-6c00fe68fdf4' && cat '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813')
[11487 ms] Received message: [{"type":"configure","sequence":0,"options":{"cwd":"\\\\wsl.localhost\\Ubuntu\\home\\prajval\\work-kookar\\test","dockerCLI":"docker","env":{"SHELL":"/bin/bash","WSL2_GUI_APPS_ENABLED":"1","WSL_DISTRO_NAME":"Ubuntu","WT_SESSION":"da23c404-9fc5-46cd-a7e9-969305aba41a","SSH_AUTH_SOCK":"/tmp/ssh-XXXXXX7xhUU8/agent.447","REMOTE_CONTAINERS_IPC":"","SSH_AGENT_PID":"449","NAME":"LAPTOP-G2HP4K8P","LOGNAME":"prajval","HOME":"/home/prajval","LANG":"C.UTF-8","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:","WAYLAND_DISPLAY":"wayland-0","LESSCLOSE":"/usr/bin/lesspipe %s %s","TERM":"xterm-256color","REMOTE_CONTAINERS_SOCKETS":"[]","LESSOPEN":"| /usr/bin/lesspipe %s","USER":"prajval","DISPLAY":":0","SHLVL":"1","XDG_RUNTIME_DIR":"/run/user/1000/","WSLENV":"VSCODE_CLI_REMOTE_ENV/w:ELECTRON_RUN_AS_NODE/w:WT_SESSION:WT_PROFILE_ID:","XDG_DATA_DIRS":"/usr/local/share:/usr/share:/var/lib/snapd/desktop","PATH":"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/libnvvp:/mnt/c/windows/system32:/mnt/c/windows:/mnt/c/windows/System32/Wbem:/mnt/c/windows/System32/WindowsPowerShell/v1.0/:/mnt/c/windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/NVIDIA Corporation/Nsight Compute 2022.1.0/:/mnt/d/Software/CUDA/zlib123dllx64/dll_x64:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files/GitHub CLI/:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/HP/HP One Agent:/Docker/host/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/msys64/ucrt64/bin:/snap/bin","DBUS_SESSION_BUS_ADDRESS":"unix:path=/run/user/1000/bus","HOSTTYPE":"x86_64","PULSE_SERVER":"unix:/mnt/wslg/PulseServer","WT_PROFILE_ID":"{51855cb2-8cce-5362-8f54-464b92b32386}","OLDPWD":"/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code","_":"/usr/bin/cat","DOCKER_CONTEXT":"default"},"containerId":"0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06","user":"root","sessionId":"9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060","logLevel":1,"delay":10000}}]
[11482 ms] c5e736e0-690f-4b91-958a-f18876ffbbcb
[11482 ms] 
[11482 ms] Stop (9 ms): Run in container: cat '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813' 2>/dev/null || (umask 377 && echo 'c5e736e0-690f-4b91-958a-f18876ffbbcb' >'/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813-f9b16fa9-9eb0-4145-8947-6c00fe68fdf4' && mv -n '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813-f9b16fa9-9eb0-4145-8947-6c00fe68fdf4' '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813' && rm -f '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813-f9b16fa9-9eb0-4145-8947-6c00fe68fdf4' && cat '/root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813')
[11483 ms] Start: Starting VS Code Server
[11483 ms] Start: Preparing Extensions
[11483 ms] Start: Run in container: test ! -f '/root/.vscode-server/data/Machine/.installExtensionsMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.installExtensionsMarker' ; } 2> /dev/null
[11487 ms] 
[11487 ms] 
[11487 ms] Stop (4 ms): Run in container: test ! -f '/root/.vscode-server/data/Machine/.installExtensionsMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.installExtensionsMarker' ; } 2> /dev/null
[11488 ms] Extensions cache, install extensions: None
[11488 ms] Start: Run in container: test -d /root/.vscode-server/extensionsCache && ls /root/.vscode-server/extensionsCache || true
[11490 ms] 
[11490 ms] 
[11490 ms] Stop (2 ms): Run in container: test -d /root/.vscode-server/extensionsCache && ls /root/.vscode-server/extensionsCache || true
[11491 ms] Start: Run in container: test -d /vscode/vscode-server/extensionsCache && ls /vscode/vscode-server/extensionsCache || true
[11494 ms] janisdd.vscode-edit-csv-0.10.0
ms-python.autopep8-2024.0.0
ms-python.debugpy-2024.12.0-linux-x64
ms-python.python-2024.20.0-linux-x64
ms-python.vscode-pylance-2024.12.1
mutantdino.resourcemonitor-1.0.7
[11494 ms] 
[11494 ms] Stop (3 ms): Run in container: test -d /vscode/vscode-server/extensionsCache && ls /vscode/vscode-server/extensionsCache || true
[11494 ms] Extensions cache, link in container: None
[11494 ms] Optimizing extensions for quality: stable
[11494 ms] Stop (11 ms): Preparing Extensions
[11495 ms] Start: Run in Host: docker exec -i -u root -e SHELL=/bin/bash -w /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/code-server --log trace --force-disable-user-env --server-data-dir /root/.vscode-server --use-host-proxy --telemetry-level off --accept-server-license-terms --host 127.0.0.1 --port 0 --connection-token-file /root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813 --extensions-download-dir /root/.vscode-server/extensionsCache --start-server --disable-websocket-compression --skip-requirements-check
[11552 ms] /root
[11552 ms] 
[11552 ms] Stop (141 ms): Run in container: echo ~
[11552 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js' >/tmp/vscode-remote-containers-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js
[11554 ms] 
[11554 ms] 
[11554 ms] Stop (2 ms): Run in container: cat <<'EOF-/tmp/vscode-remote-containers-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js' >/tmp/vscode-remote-containers-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js
[11554 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-server-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js' >/tmp/vscode-remote-containers-server-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js_1734085001479
[11559 ms] 
[11560 ms] 
[11560 ms] Stop (6 ms): Run in container: cat <<'EOF-/tmp/vscode-remote-containers-server-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js' >/tmp/vscode-remote-containers-server-8ad2a409-00bb-4e93-85e1-d2e9759144c3.js_1734085001479
[11561 ms] Start: Run in Container: /bin/bash -lic echo -n 75a1941f-405d-452f-954e-4e8a43c1cc26; cat /proc/self/environ; echo -n 75a1941f-405d-452f-954e-4e8a43c1cc26
[11723 ms] Stop (162 ms): Run in Container: /bin/bash -lic echo -n 75a1941f-405d-452f-954e-4e8a43c1cc26; cat /proc/self/environ; echo -n 75a1941f-405d-452f-954e-4e8a43c1cc26
[11723 ms] 75a1941f-405d-452f-954e-4e8a43c1cc26PYTHON_SHA256=c909157bb25ec114e5869124cc2a9c4a4d4c1e957ca4ff553f1edc692101154eHOSTNAME=0b84b6267c03PYTHON_VERSION=3.12.8REMOTE_CONTAINERS_IPC=/tmp/vscode-remote-containers-ipc-8ad2a409-00bb-4e93-85e1-d2e9759144c3.sockPWD=/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813HOME=/rootLANG=C.UTF-8GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305REMOTE_CONTAINERS_SOCKETS=["/tmp/vscode-ssh-auth-8ad2a409-00bb-4e93-85e1-d2e9759144c3.sock","/tmp/.X11-unix/X0"]SHLVL=1PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin_=/usr/bin/cat75a1941f-405d-452f-954e-4e8a43c1cc26
[11723 ms] bash: cannot set terminal process group (192): Inappropriate ioctl for device
bash: no job control in this shell

[11723 ms] userEnvProbe parsed: {
  "PYTHON_SHA256": "c909157bb25ec114e5869124cc2a9c4a4d4c1e957ca4ff553f1edc692101154e",
  "HOSTNAME": "0b84b6267c03",
  "PYTHON_VERSION": "3.12.8",
  "REMOTE_CONTAINERS_IPC": "/tmp/vscode-remote-containers-ipc-8ad2a409-00bb-4e93-85e1-d2e9759144c3.sock",
  "PWD": "/vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813",
  "HOME": "/root",
  "LANG": "C.UTF-8",
  "GPG_KEY": "7169605F62C751356D054A26A821E680E5FA6305",
  "REMOTE_CONTAINERS_SOCKETS": "[\"/tmp/vscode-ssh-auth-8ad2a409-00bb-4e93-85e1-d2e9759144c3.sock\",\"/tmp/.X11-unix/X0\"]",
  "SHLVL": "1",
  "PATH": "/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
  "_": "/usr/bin/cat"
}
[11723 ms] userEnvProbe PATHs:
Probe:     '/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Container: '/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
[11723 ms] Start: Run in container: mkdir -p '/tmp/devcontainers-9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060' && cat > '/tmp/devcontainers-9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060/env-loginInteractiveShell.json' << 'envJSON'
[11726 ms] 
[11726 ms] 
[11726 ms] Stop (3 ms): Run in container: mkdir -p '/tmp/devcontainers-9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060' && cat > '/tmp/devcontainers-9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060/env-loginInteractiveShell.json' << 'envJSON'
[11727 ms] Start: Run in container: umask 077 && XRD="/tmp/user/$(id -u)" && mkdir -p $XRD && echo $XRD
[11731 ms] /tmp/user/0
[11732 ms] 
[11732 ms] Stop (5 ms): Run in container: umask 077 && XRD="/tmp/user/$(id -u)" && mkdir -p $XRD && echo $XRD
[11732 ms] Start: Run in container: test -e /tmp/user/0/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock || ln -sf /tmp/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock /tmp/user/0/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock
[11734 ms] 
[11734 ms] 
[11734 ms] Stop (2 ms): Run in container: test -e /tmp/user/0/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock || ln -sf /tmp/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock /tmp/user/0/vscode-wayland-2ca07250-909d-402a-ac1e-86cfa1a2c8d8.sock
[11752 ms] *
* Visual Studio Code Server
*
* By using the software, you agree to
* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
*
[11755 ms] Server bound to 127.0.0.1:45399 (IPv4)
Extension host agent listening on 45399

[11755 ms] Stop (272 ms): Starting VS Code Server
[11756 ms] Start: Run in container: echo 45399 >'/root/.vscode-server/data/Machine/.devport-f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11758 ms] 
[11758 ms] 
[11758 ms] Stop (2 ms): Run in container: echo 45399 >'/root/.vscode-server/data/Machine/.devport-f1a4fb101478ce6ec82fe9627c43efbf9e98c813'
[11758 ms] Port forwarding for container port 45399 starts listening on local port.
[11760 ms] Port forwarding local port 45399 to container port 45399
[11762 ms] Stop (11620 ms): Resolving Remote
[11764 ms] Initializing configuration support...
[11764 ms] Internal initialization of dev container support package...
[11775 ms] Port forwarding connection from 49908 > 45399 > 45399 in the container.
[11785 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 
[11790 ms] Start: Run in container: # Test for /root/.gitconfig and git
[11796 ms] 
[11797 ms] 
[11797 ms] Stop (7 ms): Run in container: # Test for /root/.gitconfig and git
[11797 ms] Start: Run in container: # Copy /home/prajval/.gitconfig to /root/.gitconfig
[11803 ms] Stop (634 ms): Run in Host: docker exec -i -u root 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh -c echo "New container started. Keep-alive process started." ; export VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 ; /bin/sh
[11803 ms] Stop (596 ms): Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh
[11803 ms] Stop (396 ms): Run in Host: docker exec -i -u root 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh
[11804 ms] Stop (309 ms): Run in Host: docker exec -i -u root -e SHELL=/bin/bash -w /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/code-server --log trace --force-disable-user-env --server-data-dir /root/.vscode-server --use-host-proxy --telemetry-level off --accept-server-license-terms --host 127.0.0.1 --port 0 --connection-token-file /root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813 --extensions-download-dir /root/.vscode-server/extensionsCache --start-server --disable-websocket-compression --skip-requirements-check
[11804 ms] Stop (19 ms): Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 
[11812 ms] unexpected end of parent stream
[11813 ms] Container server did not launch or terminated: Error: unexpected end of parent stream
        at Ri.destroy (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:26638)
        at Ri.write (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:27379)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:29482
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:14866
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17539
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:23891
        at r (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17487)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17532
        at Object.cb (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:24002)
        at l (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:21998)
        at u (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:22260)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:22343
        at s (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:30:5371)
        at Socket.<anonymous> (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:30:5472)
        at Socket.emit (node:events:519:28)
        at addChunk (node:internal/streams/readable:559:12)
        at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
        at Readable.push (node:internal/streams/readable:390:5)
        at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)
[11813 ms] unexpected end of parent stream
[11813 ms] Port forwarding 49908 > 45399 > 45399 terminated with error: unexpected end of parent stream
[11813 ms] Keep-alive process ended.
[11813 ms] Shell server failed: Error: unexpected end of parent stream
        at Ri.destroy (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:26638)
        at Ri.write (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:27379)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:29482
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:14866
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17539
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:23891
        at r (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17487)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:17532
        at Object.cb (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:24002)
        at l (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:21998)
        at u (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:22260)
        at c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:27:22343
        at s (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:30:5371)
        at Socket.<anonymous> (c:\Users\PRAJVAL_OMEN\.vscode\extensions\ms-vscode-remote.remote-containers-0.388.0\dist\extension\extension.js:30:5472)
        at Socket.emit (node:events:519:28)
        at addChunk (node:internal/streams/readable:559:12)
        at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
        at Readable.push (node:internal/streams/readable:390:5)
        at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)
[11815 ms] Host server: packet-stream asked to read after closed { value: { code: 0, signal: null }, end: false, req: -16 }
packet-stream asked to read after closed { value: { code: null, signal: 'SIGPIPE' }, end: false, req: -96 }
packet-stream asked to read after closed { value: { code: null, signal: 'SIGPIPE' }, end: false, req: -107 }
[11816 ms] Port forwarding 49908 > 45399 > 45399: Local close
[11826 ms] Host server: packet-stream asked to read after closed { value: { code: 0, signal: null }, end: false, req: -87 }
[11827 ms] Start: Reconnection attempt 1
[11828 ms] Start: Reconnecting CLIHost without ExecServer.
[11828 ms] Start: Host: Reconnecting exec server
[11828 ms] Start: Run: wsl -d Ubuntu -e /bin/sh -c cd '/home/prajval/work-kookar/test' && /bin/sh
[11829 ms] Host server: packet-stream asked to read after closed { value: { code: null, signal: 'SIGPIPE' }, end: false, req: -121 }
[11833 ms] Stop (11568 ms): Run: wsl -d Ubuntu -e /bin/sh -c cd '/home/prajval/work-kookar/test' && /bin/sh
[11834 ms] Host server terminated (code: null, signal: SIGKILL).
[11840 ms] Port forwarding connection from 49909 > 45399 > 45399 in the container.
[11845 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 
[11863 ms] Port forwarding process for 49908 > 45399 > 45399 in the container:
[]
[11976 ms] Stop (148 ms): Host: Reconnecting exec server
[11976 ms] Start: Container: Reconnecting exec server
[11976 ms] Stop (148 ms): Reconnecting CLIHost without ExecServer.
[11977 ms] Start: Run in Host: docker exec -i -u root 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh
[11988 ms] Start: Run in Host: docker inspect --type container 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06
[12016 ms] Stop (28 ms): Run in Host: docker inspect --type container 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06
[12017 ms] Stop (190 ms): Reconnection attempt 1
[12039 ms] Stop (63 ms): Container: Reconnecting exec server
[12836 ms] Port forwarding process for 49909 > 45399 > 45399 in the container:
[
  {
    "pid": 11708,
    "ppid": 14532,
    "bin": "C:\\Users\\PRAJVAL_OMEN\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe",
    "name": "Code.exe",
    "cmd": "\"C:\\Users\\PRAJVAL_OMEN\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --user-data-dir=\"C:\\Users\\PRAJVAL_OMEN\\AppData\\Roaming\\Code\" --standard-schemes=vscode-webview,vscode-file --enable-sandbox --secure-schemes=vscode-webview,vscode-file --cors-schemes=vscode-webview,vscode-file --fetch-schemes=vscode-webview,vscode-file --service-worker-schemes=vscode-webview --code-cache-schemes=vscode-webview,vscode-file --field-trial-handle=2192,i,15060599780811534084,4749978641370181073,262144 --disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand --variations-seed-version --mojo-platform-channel-handle=2180 /prefetch:3"
  }
]
[71508 ms] Received message: []
[131510 ms] Received message: []
[191514 ms] Received message: []
[251525 ms] Received message: []
[251821 ms] Port forwarding connection from 49948 > 45399 > 45399 in the container.
[251825 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 
[251901 ms] Port forwarding 49948 > 45399 > 45399 stderr: Connection established
[251915 ms] Port forwarding connection from 49949 > 45399 > 45399 in the container.
[251918 ms] Start: Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 
[252015 ms] Port forwarding 49949 > 45399 > 45399 stderr: Connection established
[252517 ms] Received message: [{"type":"configure","sequence":1,"options":{"cwd":"\\\\wsl.localhost\\Ubuntu\\home\\prajval\\work-kookar\\test","dockerCLI":"docker","env":{"SHELL":"/bin/bash","WSL2_GUI_APPS_ENABLED":"1","WSL_DISTRO_NAME":"Ubuntu","WT_SESSION":"da23c404-9fc5-46cd-a7e9-969305aba41a","SSH_AUTH_SOCK":"/tmp/ssh-XXXXXX7xhUU8/agent.447","REMOTE_CONTAINERS_IPC":"","SSH_AGENT_PID":"449","NAME":"LAPTOP-G2HP4K8P","LOGNAME":"prajval","HOME":"/home/prajval","LANG":"C.UTF-8","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:","WAYLAND_DISPLAY":"wayland-0","LESSCLOSE":"/usr/bin/lesspipe %s %s","TERM":"xterm-256color","REMOTE_CONTAINERS_SOCKETS":"[]","LESSOPEN":"| /usr/bin/lesspipe %s","USER":"prajval","DISPLAY":":0","SHLVL":"1","XDG_RUNTIME_DIR":"/run/user/1000/","WSLENV":"VSCODE_CLI_REMOTE_ENV/w:ELECTRON_RUN_AS_NODE/w:WT_SESSION:WT_PROFILE_ID:","XDG_DATA_DIRS":"/usr/local/share:/usr/share:/var/lib/snapd/desktop","PATH":"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin:/mnt/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/libnvvp:/mnt/c/windows/system32:/mnt/c/windows:/mnt/c/windows/System32/Wbem:/mnt/c/windows/System32/WindowsPowerShell/v1.0/:/mnt/c/windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/NVIDIA Corporation/Nsight Compute 2022.1.0/:/mnt/d/Software/CUDA/zlib123dllx64/dll_x64:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files/GitHub CLI/:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Program Files/HP/HP One Agent:/Docker/host/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python310/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/Scripts/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Python/Python37/:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/GitHubDesktop/bin:/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/msys64/ucrt64/bin:/snap/bin","DBUS_SESSION_BUS_ADDRESS":"unix:path=/run/user/1000/bus","HOSTTYPE":"x86_64","PULSE_SERVER":"unix:/mnt/wslg/PulseServer","WT_PROFILE_ID":"{51855cb2-8cce-5362-8f54-464b92b32386}","OLDPWD":"/mnt/c/Users/PRAJVAL_OMEN/AppData/Local/Programs/Microsoft VS Code","_":"/usr/bin/cat","DOCKER_CONTEXT":"default"},"containerId":"0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06","user":"root","sessionId":"9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060","logLevel":1,"delay":10000}}]
[252975 ms] Port forwarding process for 49948 > 45399 > 45399 in the container:
[
  {
    "pid": 11708,
    "ppid": 14532,
    "bin": "C:\\Users\\PRAJVAL_OMEN\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe",
    "name": "Code.exe",
    "cmd": "\"C:\\Users\\PRAJVAL_OMEN\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --user-data-dir=\"C:\\Users\\PRAJVAL_OMEN\\AppData\\Roaming\\Code\" --standard-schemes=vscode-webview,vscode-file --enable-sandbox --secure-schemes=vscode-webview,vscode-file --cors-schemes=vscode-webview,vscode-file --fetch-schemes=vscode-webview,vscode-file --service-worker-schemes=vscode-webview --code-cache-schemes=vscode-webview,vscode-file --field-trial-handle=2192,i,15060599780811534084,4749978641370181073,262144 --disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand --variations-seed-version --mojo-platform-channel-handle=2180 /prefetch:3"
  }
]
[253036 ms] Port forwarding process for 49949 > 45399 > 45399 in the container:
[
  {
    "pid": 11708,
    "ppid": 14532,
    "bin": "C:\\Users\\PRAJVAL_OMEN\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe",
    "name": "Code.exe",
    "cmd": "\"C:\\Users\\PRAJVAL_OMEN\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --user-data-dir=\"C:\\Users\\PRAJVAL_OMEN\\AppData\\Roaming\\Code\" --standard-schemes=vscode-webview,vscode-file --enable-sandbox --secure-schemes=vscode-webview,vscode-file --cors-schemes=vscode-webview,vscode-file --fetch-schemes=vscode-webview,vscode-file --service-worker-schemes=vscode-webview --code-cache-schemes=vscode-webview,vscode-file --field-trial-handle=2192,i,15060599780811534084,4749978641370181073,262144 --disable-features=CalculateNativeWinOcclusion,SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand --variations-seed-version --mojo-platform-channel-handle=2180 /prefetch:3"
  }
]
[

@chrmarti
Copy link
Contributor

The log shows that at some point all docker exec processes terminate after which the connection to the container is lost. Not sure what could trigger this:

[11803 ms] Stop (634 ms): Run in Host: docker exec -i -u root 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh -c echo "New container started. Keep-alive process started." ; export VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 ; /bin/sh
[11803 ms] Stop (596 ms): Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh
[11803 ms] Stop (396 ms): Run in Host: docker exec -i -u root 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /bin/sh
[11804 ms] Stop (309 ms): Run in Host: docker exec -i -u root -e SHELL=/bin/bash -w /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/code-server --log trace --force-disable-user-env --server-data-dir /root/.vscode-server --use-host-proxy --telemetry-level off --accept-server-license-terms --host 127.0.0.1 --port 0 --connection-token-file /root/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813 --extensions-download-dir /root/.vscode-server/extensionsCache --start-server --disable-websocket-compression --skip-requirements-check
[11804 ms] Stop (19 ms): Run in Host: docker exec -i -u root -e VSCODE_REMOTE_CONTAINERS_SESSION=9fc948a8-1067-446e-82a4-4beb4f710c6d1734084989060 0b84b6267c032d90095f3f192bbdd0f0f3454324147d49ed062be6a9190e2d06 /root/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e 

@rndninja
Copy link
Author

This doesn't happen if I don't do RUN apt-get install -y git in the Dockerfile. Does that help the deduction in any manner?
Can you provide any experiments you wish me to perform that can help you get more information?
I'm willing to cooperate and collaborate, but I really want this issue to get resolved.

@chrmarti
Copy link
Contributor

Maybe the Git extension triggers a git process that ends up consuming too much memory and the kernel starts terminating the other processes. You could install git and disable the built-in Git extension in VS Code to test that.
Image

@rndninja
Copy link
Author

Apologies for the delay, the dev container got created. However, it was still very slow to spin up. And the unexpected end of parent stream error still came, albeit in a different context, I think. I'm attaching the logs below.

log_trace_disable_git.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
containers Issue in vscode-remote containers info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants