microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.61k stars 275 forks source link

Extensions: Add to devcontainer.json broken #8662

Closed max06 closed 1 year ago

max06 commented 1 year ago

Does this issue occur when all extensions are disabled?: Yes/No

Version: 1.80.0-insider (system setup)
Commit: 49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47
Date: 2023-06-23T13:49:31.833Z
OS: Windows_NT x64 10.0.22621

Steps to Reproduce:

  1. (be in an active devcontainer)
  2. Search for any random extension (Copilot nightly here)
  3. Click cog next to chosen extension
  4. Click Add to devcontainer.json -> nothing happens, devcontainer.json is unmodified

Cross check:

  1. Click Add to workspace recommendations -> works perfectly fine

In case it depends on the devcontainer.json:

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
    "name": "DevKube",
    // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
    "image": "mcr.microsoft.com/devcontainers/typescript-node:0-20",

    // Features to add to the dev container. More info: https://containers.dev/features.
    // "features": {},

    // Use 'forwardPorts' to make a list of ports inside the container available locally.
    // "forwardPorts": [],

    // Use 'postCreateCommand' to run commands after the container is created.
    "postCreateCommand": "yarn install",

    // Configure tool-specific properties.
    "customizations": {
        "vscode": {
            "extensions": [
                "MisterJ.vue-volar-extention-pack"
            ]
        }
    }

    // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
    // "remoteUser": "root"
}

Happy to verify fix, although unlikely to provide fix.

chrmarti commented 1 year ago

Is there anything logged in the container log or the extension host log?

max06 commented 1 year ago

Nothing in logs/output when triggering the action. Not a single line anywhere.

chrmarti commented 1 year ago

Please append the Dev Containers log, I cannot reproduce the issue with my setup. (F1 > Dev Containers: Show Container Log)

max06 commented 1 year ago

It's only reproducable inside of a running devcontainer. If it matters: Client (Windows) -> ssh (linux) -> docker.

Container log

```text [60 ms] Dev Containers 0.298.0 in VS Code 1.80.0-insider (49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47). [59 ms] Start: Resolving Remote [86 ms] Start: Run: ssh docker1 /bin/sh [96 ms] Start: Run in host: id -un [436 ms] max06 [437 ms] [437 ms] Start: Run in host: cat /etc/passwd [439 ms] Start: Run in host: echo ~ [441 ms] /home/max06 [441 ms] [442 ms] Start: Run in host: test -x '/home/max06/.vscode-remote-containers/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47/node' [443 ms] [443 ms] [443 ms] Start: Run in host: test -f '/home/max06/.vscode-remote-containers/dist/vscode-remote-containers-server-0.298.0.js' [445 ms] [445 ms] [448 ms] userEnvProbe: loginInteractiveShell (default) [448 ms] userEnvProbe: not found in cache [448 ms] userEnvProbe shell: /bin/bash [563 ms] userEnvProbe PATHs: Probe: '/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/max06/.local/bin:/home/max06/.nvm/versions/node/v18.16.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' Container: None [580 ms] Setting up container for folder or workspace: /home/max06/demo [580 ms] Host: ssh://docker1 [581 ms] Start: Run: wsl -l -v [678 ms] Start: Run: wsl -d Ubuntu-22.04 -e /bin/sh -c echo ~ [922 ms] Start: Run: wsl -d Ubuntu-22.04 -e /bin/sh -c cd '/home/max06' && /bin/sh [932 ms] Start: Run in host: id -un [1027 ms] max06 [1027 ms] [1027 ms] Start: Run in host: cat /etc/passwd [1029 ms] Start: Run in host: echo ~ [1030 ms] /home/max06 [1030 ms] [1031 ms] Start: Run in host: test -x '/home/max06/.vscode-remote-containers/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47/node' [1031 ms] [1032 ms] [1032 ms] Start: Run in host: test -f '/home/max06/.vscode-remote-containers/dist/vscode-remote-containers-server-0.298.0.js' [1033 ms] [1033 ms] [1034 ms] userEnvProbe: loginInteractiveShell (default) [1034 ms] userEnvProbe: not found in cache [1034 ms] userEnvProbe shell: /bin/bash [1175 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 (x86)/Common Files/Oracle/Java/javapath:/mnt/c/Program Files/OpenSSH/:/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/ProgramData/chocolatey/bin:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files (x86)/dotnet/:/mnt/c/Program Files/Microsoft VS Code Insiders/bin:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/Program Files/Docker/Docker/resources/bin:/mnt/c/ProgramData/DockerDesktop/version-bin:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/:/mnt/c/Program Files (x86)/Windows Kits/10/Microsoft Application Virtualization/Sequencer/:/mnt/c/Program Files/gs/gs10.00.0/bin:/mnt/c/Program Files/gs/gs10.00.0/lib:/mnt/c/Program Files/PowerShell/7/:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/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/ProgramData/chocolatey/bin:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/mnt/c/Program Files/dotnet/:/mnt/c/Program Files (x86)/dotnet/:/mnt/c/Program Files/Microsoft VS Code Insiders/bin:/mnt/c/Program Files/Docker/Docker/resources/bin:/mnt/c/ProgramData/DockerDesktop/version-bin:/mnt/c/Program Files/Git/cmd:/mnt/c/Program Files (x86)/GnuPG/bin:/mnt/c/Program Files (x86)/RedHat/Podman:/mnt/c/Users/max06/AppData/Roaming/Code/User/globalStorage/ms-vscode-remote.remote-containers/cli-bin:/mnt/c/Users/max06/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/max06/AppData/Local/Microsoft/WinGet/Links:/mnt/c/Users/max06/AppData/Local/Programs/Espanso:/mnt/c/Users/max06/.dotnet/tools:/snap/bin' Container: None [1177 ms] Start: Check Docker is running [1178 ms] Start: Run in Host: docker version --format {{.Server.APIVersion}} [1193 ms] Server API version: 1.43 [1194 ms] Start: Run in Host: docker volume ls -q [1207 ms] Start: Run in Host: docker ps -q -a --filter label=vsch.local.folder=/home/max06/demo --filter label=vsch.quality=insider [1220 ms] Start: Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=/home/max06/demo --filter label=devcontainer.config_file=/home/max06/demo/.devcontainer/devcontainer.json [1231 ms] Start: Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=/home/max06/demo [1250 ms] Start: Run in Host: docker ps -q -a --filter label=devcontainer.local_folder=/home/max06/demo [1271 ms] Start: Run in Host: /home/max06/.vscode-remote-containers/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47/node /home/max06/.vscode-remote-containers/dist/dev-containers-cli-0.298.0/dist/spec-node/devContainersSpecCLI.js read-configuration --workspace-folder /home/max06/demo --id-label devcontainer.local_folder=/home/max06/demo --id-label devcontainer.config_file=/home/max06/demo/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/max06/demo/.devcontainer/devcontainer.json --mount-workspace-git-root true [33014 ms] @devcontainers/cli 0.46.0. Node.js v16.17.1. linux 5.15.0-1039-azure x64. [33014 ms] Start: Run: git rev-parse --show-cdup [33019 ms] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/max06/demo --filter label=devcontainer.config_file=/home/max06/demo/.devcontainer/devcontainer.json [1412 ms] Start: Run in Host: /home/max06/.vscode-remote-containers/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47/node /home/max06/.vscode-remote-containers/dist/dev-containers-cli-0.298.0/dist/spec-node/devContainersSpecCLI.js up --container-session-data-folder /tmp/devcontainers-f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170 --workspace-folder /home/max06/demo --workspace-mount-consistency cached --id-label devcontainer.local_folder=/home/max06/demo --id-label devcontainer.config_file=/home/max06/demo/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/max06/demo/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root true [33155 ms] @devcontainers/cli 0.46.0. Node.js v16.17.1. linux 5.15.0-1039-azure x64. [33155 ms] Start: Run: docker buildx version [33235 ms] github.com/docker/buildx v0.10.5 86bdced [33235 ms] [33235 ms] Start: Resolving Remote [33237 ms] Start: Run: git rev-parse --show-cdup [33242 ms] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/max06/demo --filter label=devcontainer.config_file=/home/max06/demo/.devcontainer/devcontainer.json [33254 ms] Start: Run: docker inspect --type image mcr.microsoft.com/devcontainers/python:1-3.11-bullseye [33862 ms] local container features stored at: /home/max06/.vscode-remote-containers/dist/dev-containers-cli-0.298.0/dist/node_modules/vscode-dev-containers/container-features [33863 ms] Start: Run: tar --no-same-owner -x -f - [33905 ms] Start: Run: docker build -f /tmp/devcontainercli-max06/updateUID.Dockerfile-0.46.0 -t vsc-demo-2f24f2140c93509b678e29eb1f8d96ba70fa5014d352a9587b16a21edadc1684-uid --build-arg BASE_IMAGE=mcr.microsoft.com/devcontainers/python:1-3.11-bullseye --build-arg REMOTE_USER=vscode --build-arg NEW_UID=1000 --build-arg NEW_GID=1000 --build-arg IMAGE_USER=root /tmp/devcontainercli-max06/empty-folder [+] Building 0.3s (6/6) FINISHED => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load build definition from updateUID.Dockerfile-0.46.0 0.0s => => transferring dockerfile: 1.33kB 0.0s => [internal] load metadata for mcr.microsoft.com/devcontainers/python:1 0.2s => [1/2] FROM mcr.microsoft.com/devcontainers/python:1-3.11-bullseye@sha 0.0s => CACHED [2/2] RUN eval $(sed -n "s/vscode:[^:]*:\([^:]*\):\([^:]*\):[^ 0.0s => exporting to image 0.0s => => exporting layers 0.0s => => writing image sha256:211c6f7e9a5ff3948c627c4320829f96d47bee5d3fe38 0.0s => => naming to docker.io/library/vsc-demo-2f24f2140c93509b678e29eb1f8d9 0.0s [34307 ms] Start: Run: docker -v [34316 ms] Start: Run: docker events --format {{json .}} --filter event=start [34318 ms] Start: Starting container [34318 ms] Start: Run: docker run --sig-proxy=false -a STDOUT -a STDERR --mount type=bind,source=/home/max06/demo,target=/workspaces/demo --mount type=volume,src=vscode,dst=/vscode -l devcontainer.local_folder=/home/max06/demo -l devcontainer.config_file=/home/max06/demo/.devcontainer/devcontainer.json --entrypoint /bin/sh -l devcontainer.metadata=[{"id":"ghcr.io/devcontainers/features/common-utils:2"},{"id":"ghcr.io/devcontainers/features/git:1"},{"id":"ghcr.io/devcontainers/features/node:1","customizations":{"vscode":{"extensions":["dbaeumer.vscode-eslint"]}}},{"id":"ghcr.io/devcontainers/features/python:1","customizations":{"vscode":{"extensions":["ms-python.python","ms-python.vscode-pylance"],"settings":{"python.defaultInterpreterPath":"/usr/local/python/current/bin/python","python.formatting.autopep8Path":"/usr/local/py-utils/bin/autopep8","python.formatting.blackPath":"/usr/local/py-utils/bin/black","python.linting.flake8Path":"/usr/local/py-utils/bin/flake8","python.linting.flake8Enabled":false,"python.linting.mypyPath":"/usr/local/py-utils/bin/mypy","python.linting.mypyEnabled":false,"python.linting.pylintPath":"/usr/local/py-utils/bin/pylint","python.linting.pylintEnabled":false}}}},{"customizations":{"vscode":{"settings":{"python.defaultInterpreterPath":"/usr/local/bin/python"}}},"remoteUser":"vscode"}] vsc-demo-2f24f2140c93509b678e29eb1f8d96ba70fa5014d352a9587b16a21edadc1684-uid -c echo Container started Container started [35057 ms] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/max06/demo --filter label=devcontainer.config_file=/home/max06/demo/.devcontainer/devcontainer.json [35070 ms] Start: Run: docker inspect --type container 9bfd39f5d568 [35087 ms] Start: Inspecting container [35088 ms] Start: Run: docker inspect --type container 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 [35099 ms] Start: Run in container: /bin/sh [35102 ms] Start: Run in container: uname -m [35207 ms] x86_64 [35207 ms] [35207 ms] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null [35208 ms] PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" [35208 ms] [35208 ms] Start: Run in container: cat /etc/passwd [35210 ms] Start: Run in container: test -f '/var/devcontainer/.patchEtcEnvironmentMarker' [35210 ms] [35210 ms] [35210 ms] Exit code 1 [35210 ms] Start: Run in container: /bin/sh [35213 ms] Start: Run in container: test ! -f '/var/devcontainer/.patchEtcEnvironmentMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcEnvironmentMarker' ; } 2> /dev/null [35243 ms] [35243 ms] [35243 ms] Start: Run in container: cat >> /etc/environment <<'etcEnvrionmentEOF' [35244 ms] [35244 ms] [35244 ms] Start: Run in container: test -f '/var/devcontainer/.patchEtcProfileMarker' [35245 ms] [35245 ms] [35245 ms] Exit code 1 [35245 ms] Start: Run in container: test ! -f '/var/devcontainer/.patchEtcProfileMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcProfileMarker' ; } 2> /dev/null [35246 ms] [35246 ms] [35246 ms] Start: Run in container: sed -i -E 's/((^|\s)PATH=)([^\$]*)$/\1${PATH:-\3}/g' /etc/profile || true [35309 ms] [35309 ms] [3690 ms] Start: Run in Host: docker inspect --type container 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 [3710 ms] Start: Run in Host: docker exec -i -u root 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 /bin/sh -c echo "New container started. Keep-alive process started." ; export VSCODE_REMOTE_CONTAINERS_SESSION=f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170 ; /bin/sh [3716 ms] Start: Run in Host: /home/max06/.vscode-remote-containers/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47/node /home/max06/.vscode-remote-containers/dist/dev-containers-cli-0.298.0/dist/spec-node/devContainersSpecCLI.js read-configuration --workspace-folder /home/max06/demo --id-label devcontainer.local_folder=/home/max06/demo --id-label devcontainer.config_file=/home/max06/demo/.devcontainer/devcontainer.json --container-id 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 --log-level debug --log-format json --config /home/max06/demo/.devcontainer/devcontainer.json --include-merged-configuration --mount-workspace-git-root true [3783 ms] New container started. Keep-alive process started. [35507 ms] @devcontainers/cli 0.46.0. Node.js v16.17.1. linux 5.15.0-1039-azure x64. [35507 ms] Start: Run: git rev-parse --show-cdup [35512 ms] Start: Run: docker inspect --type container 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 [3905 ms] Start: Inspecting container [3905 ms] Start: Run in Host: docker inspect --type container 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 [3932 ms] Start: Run in Host: docker exec -i -u vscode -e VSCODE_REMOTE_CONTAINERS_SESSION=f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 /bin/sh [3936 ms] Start: Run in container: uname -m [3989 ms] x86_64 [3990 ms] [3990 ms] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null [3992 ms] PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" [3992 ms] [3992 ms] Start: Run in container: cat /etc/passwd [3996 ms] Start: Run in container: command -v git >/dev/null 2>&1 && cd '/workspaces/demo' && test -d .git && test "$(stat -c %u .)" != "$(id -u)" [3998 ms] [3998 ms] [3998 ms] Exit code 1 [3999 ms] Start: Updating configuration state [4001 ms] Start: Setup shutdown monitor [4002 ms] Forking shutdown monitor: c:\Users\max06\.vscode-insiders\extensions\ms-vscode-remote.remote-containers-0.298.0\dist\shutdown\shutdownMonitorProcess \\.\pipe\vscode-remote-containers-e00a0c8e-3ec0-4ecc-bb10-c5a430b0b59e-sock singleContainer Debug c:\Users\max06\AppData\Roaming\Code - Insiders\logs\20230624T000126\window11\exthost\ms-vscode-remote.remote-containers 1688052582894 [4018 ms] Start: Run in container: test -d /home/vscode/.vscode-server-insiders [4022 ms] [4022 ms] [4022 ms] Exit code 1 [4022 ms] Start: Run in container: test -d /home/vscode/.vscode-remote [4024 ms] [4024 ms] [4025 ms] Exit code 1 [4025 ms] Start: Run in container: test ! -f '/home/vscode/.vscode-server-insiders/data/Machine/.writeMachineSettingsMarker' && set -o noclobber && mkdir -p '/home/vscode/.vscode-server-insiders/data/Machine' && { > '/home/vscode/.vscode-server-insiders/data/Machine/.writeMachineSettingsMarker' ; } 2> /dev/null [4028 ms] [4028 ms] [4028 ms] Start: Run in container: mkdir -p '/home/vscode/.vscode-server-insiders/data/Machine' && cat >'/home/vscode/.vscode-server-insiders/data/Machine/settings.json' <<'settingsJSON' [4031 ms] [4031 ms] [4032 ms] Start: Run in container: test -d /home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider [4034 ms] [4034 ms] [4034 ms] Exit code 1 [4034 ms] Start: Run in container: test -d /vscode/vscode-server-insiders/bin/linux-x64/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider [4036 ms] [4036 ms] [4036 ms] Start: Run in container: mkdir -p '/home/vscode/.vscode-server-insiders/bin' && ln -snf '/vscode/vscode-server-insiders/bin/linux-x64/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider' '/home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider' [4039 ms] [4039 ms] [4039 ms] Start: Run in Host: docker exec -i -u root 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 /bin/sh [4040 ms] Start: Launching Dev Containers helper. [4040 ms] ssh-agent: SSH_AUTH_SOCK in container (/tmp/vscode-ssh-auth-36418151-77ad-431c-849a-c000f178ec73.sock) forwarded to ssh host (/tmp/ssh-XXXXcHxGml/agent.1798349). [4040 ms] X11 forwarding: DISPLAY not set on ssh host. [4040 ms] X11 forwarding: DISPLAY not set on local host. [4040 ms] Start: Run in container: test -e /tmp/.X11-unix/X0 [4043 ms] Start: Run in container: touch '/vscode/vscode-server-insiders/bin/linux-x64/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider' [4044 ms] [4044 ms] [4044 ms] Exit code 1 [4044 ms] Start: Run in container: mkdir -p '/tmp/.X11-unix' [4046 ms] [4046 ms] [4047 ms] X11 forwarding: DISPLAY in container (:0) forwarded to wsl host (:0). [4047 ms] Start: Run in container: gpgconf --list-dir agent-socket [4050 ms] /home/vscode/.gnupg/S.gpg-agent [4050 ms] [4050 ms] Start: Run in container: gpgconf --list-dir homedir [4052 ms] /home/vscode/.gnupg [4053 ms] [4053 ms] Start: Run in container: ls '/home/vscode/.gnupg/private-keys-v1.d' 2>/dev/null [4057 ms] [4057 ms] [4057 ms] Exit code 2 [4058 ms] Start: Run in Host: gpgconf --list-dir agent-extra-socket [4065 ms] /run/user/1000/gnupg/S.gpg-agent.extra [4065 ms] [4065 ms] Start: Run in container: mkdir -p -m 700 '/home/vscode/.gnupg' [4065 ms] gpg-agent: Socket in container (/home/vscode/.gnupg/S.gpg-agent) forwarded to ssh host (/run/user/1000/gnupg/S.gpg-agent.extra). [4089 ms] [4089 ms] [4089 ms] Start: Run in container: command -v docker >/dev/null 2>&1 [4090 ms] Start: Run in Host: gpgconf --list-dir homedir [4092 ms] [4092 ms] [4092 ms] Exit code 127 [4093 ms] Start: Run in Host: docker exec -i -u vscode 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 /bin/sh [4093 ms] userEnvProbe: loginInteractiveShell (default) [4093 ms] Start: Run in container: test -f '/tmp/devcontainers-f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170/env-loginInteractiveShell.json' [4096 ms] /home/max06/.gnupg [4097 ms] [4097 ms] [4097 ms] [4097 ms] Exit code 1 [4098 ms] Start: Run in container: echo ~ [4098 ms] Start: Run in container: gpgconf --list-dir homedir [4098 ms] userEnvProbe: not found in cache [4098 ms] userEnvProbe shell: /bin/bash [4114 ms] /home/vscode/.gnupg [4114 ms] [4114 ms] Start: Run in container: # Test for /home/vscode/.ssh/known_hosts and ssh [4117 ms] [4117 ms] [4117 ms] Start: Run in container: # Copy /home/max06/.ssh/known_hosts to /home/vscode/.ssh/known_hosts [4128 ms] [4128 ms] [4131 ms] [4131 ms] [4132 ms] Start: Run in container: command -v git >/dev/null 2>&1 && git config --system --replace-all credential.helper '!f() { /home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider/node /tmp/vscode-remote-containers-36418151-77ad-431c-849a-c000f178ec73.js git-credential-helper $*; }; f' || true [4136 ms] [4136 ms] [4136 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 " [4137 ms] Start: Run in Host: gpg-connect-agent updatestartuptty /bye [4138 ms] /home/vscode [4138 ms] [4138 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-36418151-77ad-431c-849a-c000f178ec73.js' >/tmp/vscode-remote-containers-36418151-77ad-431c-849a-c000f178ec73.js [4141 ms] [4141 ms] [4142 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-server-36418151-77ad-431c-849a-c000f178ec73.js' >/tmp/vscode-remote-containers-server-36418151-77ad-431c-849a-c000f178ec73.js_1688052587036 [4155 ms] [4155 ms] [4165 ms] Start: Run in container: cat '/home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider/product.json' [4169 ms] Start: Run in container: cat '/home/vscode/.vscode-server-insiders/data/Machine/.connection-token-49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider' 2>/dev/null || (umask 377 && echo '984732ab-5b07-4948-aa13-5f2beea41a77' >'/home/vscode/.vscode-server-insiders/data/Machine/.connection-token-49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider-9716b486-94f2-43ee-bcc2-9665300d1f9e' && mv -n '/home/vscode/.vscode-server-insiders/data/Machine/.connection-token-49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider-9716b486-94f2-43ee-bcc2-9665300d1f9e' '/home/vscode/.vscode-server-insiders/data/Machine/.connection-token-49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider' && rm -f '/home/vscode/.vscode-server-insiders/data/Machine/.connection-token-49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider-9716b486-94f2-43ee-bcc2-9665300d1f9e' && cat '/home/vscode/.vscode-server-insiders/data/Machine/.connection-token-49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider') [4173 ms] 984732ab-5b07-4948-aa13-5f2beea41a77 [4173 ms] [4173 ms] Start: Starting VS Code Server [4174 ms] Start: Preparing Extensions [4174 ms] Start: Run in container: test ! -f '/home/vscode/.vscode-server-insiders/data/Machine/.installExtensionsMarker' && set -o noclobber && mkdir -p '/home/vscode/.vscode-server-insiders/data/Machine' && { > '/home/vscode/.vscode-server-insiders/data/Machine/.installExtensionsMarker' ; } 2> /dev/null [4180 ms] [4180 ms] [4182 ms] Extensions cache, install extensions: dbaeumer.vscode-eslint, ms-python.python, ms-python.vscode-pylance, github.copilot-nightly [4182 ms] Start: Run in container: test -d /home/vscode/.vscode-server-insiders/extensionsCache && ls /home/vscode/.vscode-server-insiders/extensionsCache || true [4184 ms] [4184 ms] [4184 ms] Start: Run in container: test -d /vscode/vscode-server-insiders/extensionsCache && ls /vscode/vscode-server-insiders/extensionsCache || true [4186 ms] christian-kohler.path-intellisense-2.8.4 davidanson.vscode-markdownlint-0.50.0 davidanson.vscode-markdownlint-0.51.0 dbaeumer.vscode-eslint-2.4.0 dbaeumer.vscode-eslint-2.4.0.sigzip dbaeumer.vscode-eslint-2.4.2 eamodio.gitlens-13.6.0 eamodio.gitlens-14.0.0 esbenp.prettier-vscode-9.16.0 formulahendry.auto-close-tag-0.5.14 formulahendry.auto-rename-tag-0.1.10 github.codespaces-1.14.8 github.copilot-1.89.156 github.copilot-chat-0.3.2023061501 github.copilot-chat-0.3.2023062302 github.copilot-chat-0.3.2023062601 github.copilot-chat-0.3.2023062701 github.copilot-nightly-1.89.161 github.copilot-nightly-1.92.182 github.copilot-nightly-1.92.183 github.copilot-nightly-1.92.184 github.copilot-nightly-1.92.185 github.copilot-nightly-1.93.190 github.copilot-nightly-1.93.191 github.copilot-nightly-1.93.193 github.remotehub-0.58.0 github.vscode-github-actions-0.25.7 github.vscode-pull-request-github-0.64.0 github.vscode-pull-request-github-0.66.0 github.vscode-pull-request-github-0.66.1 github.vscode-pull-request-github-0.66.2 ibm.output-colorizer-0.1.2 kakumei.ts-debug-0.0.6 misterj.vue-volar-extention-pack-1.1.8 ms-azuretools.vscode-docker-1.25.0 ms-azuretools.vscode-docker-1.25.1 ms-python.python-2023.10.1 ms-python.vscode-pylance-2023.6.40 ms-vscode.azure-repos-0.34.0 ms-vscode.remote-repositories-0.36.0 rebornix.ruby-0.28.1 sibiraj-s.vscode-scss-formatter-2.5.0 skyapps.fish-vscode-0.2.1 spmeesseman.vscode-taskexplorer-2.13.2 syler.sass-indented-1.8.26 valentjn.vscode-ltex-13.1.0 vue.volar-1.8.1 vue.volar-1.8.2 vue.vscode-typescript-vue-plugin-1.8.2 [4187 ms] [4187 ms] Extensions cache, link in container: dbaeumer.vscode-eslint-2.4.0, dbaeumer.vscode-eslint-2.4.0.sigzip, dbaeumer.vscode-eslint-2.4.2, ms-python.python-2023.10.1, ms-python.vscode-pylance-2023.6.40 [4187 ms] Start: Run in container: mkdir -p '/home/vscode/.vscode-server-insiders/extensionsCache' && ln -s '/vscode/vscode-server-insiders/extensionsCache'/* '/home/vscode/.vscode-server-insiders/extensionsCache' || true [4192 ms] [4192 ms] [4193 ms] Optimizing extensions for quality: insider [4193 ms] Start: Run in container: cd /vscode/vscode-server-insiders/extensionsCache && touch 'dbaeumer.vscode-eslint-2.4.0' 'dbaeumer.vscode-eslint-2.4.0.sigzip' 'dbaeumer.vscode-eslint-2.4.2' 'ms-python.python-2023.10.1' 'ms-python.vscode-pylance-2023.6.40' [4193 ms] Start: Run in Host: docker exec -i -u vscode -e SHELL=/bin/bash -e VSCODE_AGENT_FOLDER=/home/vscode/.vscode-server-insiders -w /home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 /home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider/bin/code-server-insiders --log debug --force-disable-user-env --server-data-dir /home/vscode/.vscode-server-insiders --telemetry-level all --accept-server-license-terms --host 127.0.0.1 --port 0 --connection-token-file /home/vscode/.vscode-server-insiders/data/Machine/.connection-token-49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider --extensions-download-dir /home/vscode/.vscode-server-insiders/extensionsCache --install-extension dbaeumer.vscode-eslint --install-extension ms-python.python --install-extension ms-python.vscode-pylance --install-extension github.copilot-nightly --start-server [4197 ms] [4197 ms] [4272 ms] userEnvProbe PATHs: Probe: '/usr/local/python/current/bin:/usr/local/py-utils/bin:/usr/local/share/nvm/current/bin:/usr/local/bin:/usr/local/python/current/bin:/usr/local/py-utils/bin:/usr/local/share/nvm/current/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/vscode/.local/bin' Container: '/usr/local/python/current/bin:/usr/local/py-utils/bin:/usr/local/share/nvm/current/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' [4273 ms] Start: Run in container: mkdir -p '/tmp/devcontainers-f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170' && cat > '/tmp/devcontainers-f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170/env-loginInteractiveShell.json' << 'envJSON' [4276 ms] [4276 ms] [4298 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). * [4301 ms] Server bound to 127.0.0.1:38693 (IPv4) Extension host agent listening on 38693 [4302 ms] Start: Run in container: echo 38693 >'/home/vscode/.vscode-server-insiders/data/Machine/.devport-49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider' [4304 ms] [4304 ms] [4304 ms] Port forwarding for container port 38693 starts listening on local port. [4305 ms] Port forwarding local port 38693 to container port 38693 [4306 ms] Start: Run in container: test -f '/home/vscode/.vscode-server-insiders/data/Machine/.dotfilesMarker' && test ! -e '/home/vscode/.devcontainer/.dotfilesMarker' && mkdir -p '/home/vscode/.devcontainer' && cp '/home/vscode/.vscode-server-insiders/data/Machine/.dotfilesMarker' '/home/vscode/.devcontainer/.dotfilesMarker' [4311 ms] [4311 ms] [4311 ms] Exit code 1 [4316 ms] Start: Run in Host: /home/max06/.vscode-remote-containers/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47/node /home/max06/.vscode-remote-containers/dist/dev-containers-cli-0.298.0/dist/spec-node/devContainersSpecCLI.js run-user-commands --container-session-data-folder /tmp/devcontainers-f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170 --workspace-folder /home/max06/demo --id-label devcontainer.local_folder=/home/max06/demo --id-label devcontainer.config_file=/home/max06/demo/.devcontainer/devcontainer.json --container-id 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 --log-level debug --log-format json --config /home/max06/demo/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --skip-non-blocking-commands false --prebuild false --stop-for-personalization true --remote-env REMOTE_CONTAINERS_IPC=/tmp/vscode-remote-containers-ipc-36418151-77ad-431c-849a-c000f178ec73.sock --remote-env SSH_AUTH_SOCK=/tmp/vscode-ssh-auth-36418151-77ad-431c-849a-c000f178ec73.sock --remote-env DISPLAY=:0 --remote-env REMOTE_CONTAINERS_DISPLAY_SOCK=/tmp/.X11-unix/X0 --remote-env REMOTE_CONTAINERS=true --mount-workspace-git-root true --dotfiles-repository max06/dotfiles --dotfiles-target-path ~/dotfiles [4317 ms] Port forwarding connection from 61135 > 38693 > 38693 in the container. [4317 ms] Start: Run in Host: docker exec -i -u vscode -e VSCODE_REMOTE_CONTAINERS_SESSION=f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 /home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider/node -e [4426 ms] [15:30:18] [4446 ms] Port forwarding 61135 > 38693 > 38693 stderr: Connection established [4449 ms] [15:30:18] Installing extensions... [4453 ms] [15:30:18] Extension host agent started. [36098 ms] @devcontainers/cli 0.46.0. Node.js v16.17.1. linux 5.15.0-1039-azure x64. [36098 ms] Start: Run: docker buildx version [4489 ms] [15:30:19] No uninstalled extensions found. [4506 ms] Port forwarding connection from 61137 > 38693 > 38693 in the container. [4507 ms] Start: Run in Host: docker exec -i -u vscode -e VSCODE_REMOTE_CONTAINERS_SESSION=f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 /home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider/node -e [4507 ms] [15:30:19] Started initializing default profile extensions in extensions installation folder. file:///home/vscode/.vscode-server-insiders/extensions [36152 ms] github.com/docker/buildx v0.10.5 86bdced [36152 ms] [36154 ms] Start: Run: git rev-parse --show-cdup [4531 ms] [15:30:19] ComputeTargetPlatform: linux-x64 [4532 ms] [15:30:19] [127.0.0.1][cb2d1b1e][ManagementConnection] New connection established. [36159 ms] Start: Run: docker inspect --type container 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 [4537 ms] [15:30:19] Completed initializing default profile extensions in extensions installation folder. file:///home/vscode/.vscode-server-insiders/extensions [4542 ms] [15:30:19] ComputeTargetPlatform: linux-x64 [4572 ms] [15:30:19] Log level changed to info [36194 ms] Start: Inspecting container [36194 ms] Start: Run: docker inspect --type container 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 [36212 ms] Start: Run in container: /bin/sh [36215 ms] Start: Run in container: uname -m [4602 ms] Port forwarding 61137 > 38693 > 38693 stderr: Connection established [36264 ms] x86_64 [36264 ms] [36264 ms] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null [36266 ms] PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" [36266 ms] [36266 ms] Start: Run in container: cat /etc/passwd [36268 ms] userEnvProbe: loginInteractiveShell (default) [36268 ms] Start: Run in container: test -f '/tmp/devcontainers-f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170/env-loginInteractiveShell.json' [36270 ms] [36270 ms] [36270 ms] Start: Run in container: mkdir -p '/home/vscode/.devcontainer' && CONTENT="$(cat '/home/vscode/.devcontainer/.onCreateCommandMarker' 2>/dev/null || echo ENOENT)" && [ "${CONTENT:-2023-06-29T15:30:17.222694306Z}" != '2023-06-29T15:30:17.222694306Z' ] && echo '2023-06-29T15:30:17.222694306Z' > '/home/vscode/.devcontainer/.onCreateCommandMarker' [36272 ms] [36272 ms] [36272 ms] Start: Run in container: cat '/tmp/devcontainers-f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170/env-loginInteractiveShell.json' [36273 ms] { "NVM_RC_VERSION": "", "HOSTNAME": "9bfd39f5d568", "PYTHON_VERSION": "3.11.4", "REMOTE_CONTAINERS_IPC": "/tmp/vscode-remote-containers-ipc-36418151-77ad-431c-849a-c000f178ec73.sock", "PIPX_BIN_DIR": "/usr/local/py-utils/bin", "PYTHON_SETUPTOOLS_VERSION": "65.5.1", "HOME": "/home/vscode", "LANG": "C.UTF-8", "LS_COLORS": "", "NVM_SYMLINK_CURRENT": "true", "GPG_KEY": "A035C8C19219BA821ECEA86B64E628F8D684696D", "PYTHON_PATH": "/usr/local/python/current", "NVM_DIR": "/usr/local/share/nvm", "REMOTE_CONTAINERS_SOCKETS": "[\"/tmp/vscode-ssh-auth-36418151-77ad-431c-849a-c000f178ec73.sock\",\"/tmp/.X11-unix/X0\",\"/home/vscode/.gnupg/S.gpg-agent\"]", "USER": "vscode", "PIPX_HOME": "/usr/local/py-utils", "SHLVL": "1", "NVM_CD_FLAGS": "", "PROMPT_DIRTRIM": "4", "PYTHON_PIP_VERSION": "23.1.2", "PYTHON_GET_PIP_SHA256": "96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207", "PYTHON_GET_PIP_URL": "https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py", "PATH": "/usr/local/python/current/bin:/usr/local/py-utils/bin:/usr/local/share/nvm/current/bin:/usr/local/bin:/usr/local/python/current/bin:/usr/local/py-utils/bin:/usr/local/share/nvm/current/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/vscode/.local/bin", "_": "/bin/cat" } [36273 ms] [36273 ms] Start: Run in container: mkdir -p '/home/vscode/.devcontainer' && CONTENT="$(cat '/home/vscode/.devcontainer/.updateContentCommandMarker' 2>/dev/null || echo ENOENT)" && [ "${CONTENT:-2023-06-29T15:30:17.222694306Z}" != '2023-06-29T15:30:17.222694306Z' ] && echo '2023-06-29T15:30:17.222694306Z' > '/home/vscode/.devcontainer/.updateContentCommandMarker' [36275 ms] [36275 ms] [36275 ms] Start: Run in container: mkdir -p '/home/vscode/.devcontainer' && CONTENT="$(cat '/home/vscode/.devcontainer/.postCreateCommandMarker' 2>/dev/null || echo ENOENT)" && [ "${CONTENT:-2023-06-29T15:30:17.222694306Z}" != '2023-06-29T15:30:17.222694306Z' ] && echo '2023-06-29T15:30:17.222694306Z' > '/home/vscode/.devcontainer/.postCreateCommandMarker' [36277 ms] [36277 ms] [36277 ms] Start: Run in container: # Clone & install dotfiles [36279 ms] Cloning into '/home/vscode/dotfiles'... [4709 ms] [15:30:19] [127.0.0.1][60605aa2][ExtensionHostConnection] New connection established. [4716 ms] [15:30:19] [127.0.0.1][60605aa2][ExtensionHostConnection] <354> Launched Extension Host Process. [36832 ms] Executing script ~/dotfiles/install [37029 ms] Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [37081 ms] Get:2 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB] [37112 ms] Get:3 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [37143 ms] Get:4 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [37145 ms] Get:5 https://dl.yarnpkg.com/debian stable/main all Packages [10.9 kB] [37180 ms] Get:6 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.9 kB] [37200 ms] Get:7 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [37482 ms] Get:8 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [246 kB] [37486 ms] Get:9 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.8 kB] [6105 ms] [15:30:20] Installing extension 'dbaeumer.vscode-eslint'... [6106 ms] [15:30:20] Getting Manifest... dbaeumer.vscode-eslint [6116 ms] [15:30:20] Installing extension 'ms-python.python'... [6116 ms] [15:30:20] Getting Manifest... ms-python.python [6135 ms] [15:30:20] Installing extension 'ms-python.vscode-pylance'... [6135 ms] [15:30:20] Getting Manifest... ms-python.vscode-pylance [6184 ms] [15:30:20] Installing extension: dbaeumer.vscode-eslint [6227 ms] [15:30:20] Installing extension: ms-python.python [6250 ms] [15:30:20] Installing extension: ms-python.vscode-pylance [38333 ms] Fetched 8691 kB in 1s (6263 kB/s) Reading package lists... [6793 ms] [15:30:21] Getting Manifest... ms-python.vscode-pylance [6893 ms] [15:30:21] Waiting for already requested installing extension ms-python.vscode-pylance ms-python.python [6949 ms] [15:30:21] Getting Manifest... ms-python.python [38706 ms] [38723 ms] Reading package lists... [39092 ms] [39101 ms] Building dependency tree... [7549 ms] [15:30:22] Extension signature is verified: dbaeumer.vscode-eslint [7588 ms] [15:30:22] Extracted extension to /home/vscode/.vscode-server-insiders/extensions/.6cc68f5c-fbd8-45ee-baa2-754705cf66af: dbaeumer.vscode-eslint [7595 ms] [15:30:22] Renamed to /home/vscode/.vscode-server-insiders/extensions/dbaeumer.vscode-eslint-2.4.2 [7603 ms] [15:30:22] Extracting extension completed. dbaeumer.vscode-eslint [7604 ms] [15:30:22] Extension installed successfully: dbaeumer.vscode-eslint [7605 ms] [15:30:22] Extension 'dbaeumer.vscode-eslint' v2.4.2 was successfully installed. [39243 ms] Reading state information... [39243 ms] [7706 ms] [15:30:22] Extension signature is verified: ms-python.python [39353 ms] bzip2 is already the newest version (1.0.8-4). ca-certificates is already the newest version (20210119). curl is already the newest version (7.74.0-1.3+deb11u7). file is already the newest version (1:5.39-3). fonts-dejavu-core is already the newest version (2.37-2). fonts-dejavu-core set to manually installed. g++ is already the newest version (4:10.2.1-1). git is already the newest version (1:2.30.2-1+deb11u2). locales is already the newest version (2.31-13+deb11u6). less is already the newest version (551-2). make is already the newest version (4.3-4.1). netbase is already the newest version (6.3). openssh-client is already the newest version (1:8.4p1-5+deb11u1). patch is already the newest version (2.7.6-7). sudo is already the newest version (1.9.5p2-3+deb11u1). tzdata is already the newest version (2021a-1+deb11u10). tzdata set to manually installed. zlib1g-dev is already the newest version (1:1.2.11.dfsg-2+deb11u2). The following NEW packages will be installed: uuid-runtime [39447 ms] 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 101 kB of archives. After this operation, 224 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main amd64 uuid-runtime amd64 2.36.1-8+deb11u1 [101 kB] [7961 ms] [15:30:22] Extension signature is verified: ms-python.vscode-pylance [40086 ms] Fetched 101 kB in 0s (700 kB/s) [40115 ms] Selecting previously unselected package uuid-runtime. (Reading database ... (Reading database ... 60%ase ... 5% [40125 ms] (Reading database ... 65% [40125 ms] (Reading database ... 70% [40127 ms] (Reading database ... 75% [40128 ms] (Reading database ... 80% [40129 ms] (Reading database ... 85% [40130 ms] (Reading database ... 90% [40131 ms] (Reading database ... 95% (Reading database ... 28352 files and directories currently installed.) [40134 ms] Preparing to unpack .../uuid-runtime_2.36.1-8+deb11u1_amd64.deb ... [40139 ms] Unpacking uuid-runtime (2.36.1-8+deb11u1) ... [40220 ms] Setting up uuid-runtime (2.36.1-8+deb11u1) ... [40275 ms] Adding group `uuidd' (GID 102) ... [40294 ms] Done. [40314 ms] Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory [40314 ms] Adding system user `uuidd' (UID 101) ... Adding new user `uuidd' (UID 101) with group `uuidd' ... [40368 ms] Not creating home directory `/run/uuidd'. [40377 ms] invoke-rc.d: could not determine current runlevel [40379 ms] invoke-rc.d: policy-rc.d denied execution of start. [40565 ms] Processing triggers for man-db (2.9.4-2) ... [40768 ms] Installing Homebrew with shallow clone... [40769 ms] Cloning into '/home/linuxbrew/.linuxbrew/Homebrew'... [9653 ms] [15:30:24] Extracted extension to /home/vscode/.vscode-server-insiders/extensions/.72ef67b6-09ff-4516-a390-50f3e76c1cf1: ms-python.python [9666 ms] [15:30:24] Renamed to /home/vscode/.vscode-server-insiders/extensions/ms-python.python-2023.10.1 [9681 ms] [15:30:24] Extracting extension completed. ms-python.python [10114 ms] Port forwarding connection from 61150 > 38693 > 38693 in the container. [10115 ms] Start: Run in Host: docker exec -i -u vscode -e VSCODE_REMOTE_CONTAINERS_SESSION=f504c70b-7dd2-44b1-9022-bf6bd42f0a621688052582170 9bfd39f5d568c1cf48a18658a6c70b8fe4fd38593c8de79d82eb5279a95ffac7 /home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider/node -e [10237 ms] Port forwarding 61150 > 38693 > 38693 stderr: Connection established [42361 ms] Cloning into '/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core'... [10919 ms] [15:30:25] Extracted extension to /home/vscode/.vscode-server-insiders/extensions/.471cd14c-31d5-4efd-a3e6-80b0f3d4f2bb: ms-python.vscode-pylance [10924 ms] [15:30:25] Renamed to /home/vscode/.vscode-server-insiders/extensions/ms-python.vscode-pylance-2023.6.40 [10925 ms] [15:30:25] Extracting extension completed. ms-python.vscode-pylance [10929 ms] [15:30:25] Extension installed successfully: ms-python.vscode-pylance [10930 ms] [15:30:25] Finished waiting for already requested installing extension ms-python.vscode-pylance ms-python.python [10930 ms] [15:30:25] Extension 'ms-python.vscode-pylance' v2023.6.40 was successfully installed. [15:30:25] Extension installed successfully: ms-python.python [10931 ms] [15:30:25] Extension 'ms-python.python' v2023.10.1 was successfully installed. [45468 ms] Updating /etc/bash.bashrc and /etc/zsh/zshrc... [45497 ms] Updating /etc/fish/config.fish... [45697 ms] ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:68923daf3e139482b977c3deba63a3b54ea37bb5f716482948878819ef911bad [45925 ms] #=#=# 0.0% 1.2% ## 3.7% ###### 9.2% ############### 21.0% ################################# 46.7% ################################################################ 89.0% ######################################################################## 100.0% [46806 ms] ==> Pouring portable-ruby-2.6.10_1.x86_64_linux.bottle.tar.gz [15243 ms] Port forwarding 61150 > 38693 > 38693 stderr: Remote close [15248 ms] Port forwarding 61150 > 38693 > 38693 terminated with code 0 and signal null. [47417 ms] HOMEBREW_VERSION: >=2.5.0 (shallow or no git repository) [47436 ms] ORIGIN: https://github.com/Homebrew/brew [47444 ms] HEAD: c5f4d040a7d8a405097abb1d881d25138171372d [47454 ms] Last commit: 25 hours ago [47462 ms] Core tap origin: https://github.com/Homebrew/homebrew-core [47470 ms] Core tap HEAD: bd912559692fe78bf1f78d53af3a07792fa8d8eb [47481 ms] Core tap last commit: 21 minutes ago [47489 ms] Core tap branch: master HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew/Homebrew HOMEBREW_CELLAR: /home/linuxbrew/.linuxbrew/Homebrew/Cellar HOMEBREW_CASK_OPTS: [] HOMEBREW_DISPLAY: :0 [47510 ms] HOMEBREW_MAKE_JOBS: 8 HOMEBREW_NO_INSTALL_FROM_API: set Homebrew Ruby: 2.6.10 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/bin/ruby CPU: octa-core 64-bit zen3 [47512 ms] Clang: N/A [47520 ms] Git: 2.30.2 => /usr/bin/git [47537 ms] Curl: 7.74.0 => /usr/bin/curl Kernel: Linux 5.15.0-1039-azure x86_64 GNU/Linux [47558 ms] OS: Debian GNU/Linux 11 (bullseye) (bullseye) Host glibc: 2.31 [47578 ms] /usr/bin/gcc: 10.2.1 [47729 ms] /usr/bin/ruby: N/A glibc: N/A gcc@11: N/A gcc: N/A xorg: N/A [47788 ms] Updating /etc/bash.bashrc and /etc/zsh/zshrc... [47789 ms] Updating /etc/fish/config.fish... Done! [47837 ms] Submodule 'dotbot' (https://github.com/anishathalye/dotbot) registered for path 'dotbot' [47837 ms] Submodule 'plugins/brew' (https://github.com/wren/dotbot-brew.git) registered for path 'plugins/brew' [47837 ms] Submodule 'plugins/ifplatform' (https://github.com/max06/dotbot-ifplatform.git) registered for path 'plugins/ifplatform' [47838 ms] Submodule 'dotbot-sudo' (https://github.com/DrDynamic/dotbot-sudo.git) registered for path 'plugins/sudo' [47839 ms] Cloning into '/home/vscode/dotfiles/dotbot'... [48504 ms] Cloning into '/home/vscode/dotfiles/plugins/brew'... [49110 ms] Cloning into '/home/vscode/dotfiles/plugins/ifplatform'... [50120 ms] Cloning into '/home/vscode/dotfiles/plugins/sudo'... [50724 ms] Submodule path 'dotbot': checked out 'ac5793ceb58863d23427d21597634d3dcf66f9ac' [50725 ms] Submodule 'lib/pyyaml' (https://github.com/yaml/pyyaml) registered for path 'dotbot/lib/pyyaml' [50726 ms] Cloning into '/home/vscode/dotfiles/dotbot/lib/pyyaml'... [51485 ms] Submodule path 'dotbot/lib/pyyaml': checked out '2f463cf5b0e98a52bc20e348d1e69761bf263b86' [51491 ms] Submodule path 'plugins/brew': checked out '98e346360b7f610334c343bd818290628bedd171' [51497 ms] Submodule path 'plugins/ifplatform': checked out '7f7d1f726b8f95ea1f5ff6cc979ea4141338de4f' [51498 ms] Submodule 'lib/distro' (https://github.com/python-distro/distro.git) registered for path 'plugins/ifplatform/lib/distro' [51500 ms] Cloning into '/home/vscode/dotfiles/plugins/ifplatform/lib/distro'... [52261 ms] Submodule path 'plugins/ifplatform/lib/distro': checked out '116cdad222637c8612c4126ff8b3718bdfcb8696' [52267 ms] Submodule path 'plugins/sudo': checked out '7e454abae0a7f2beec9214aa5ae40fb4672ab49e' [57214 ms] Base packages All commands have been executed ==> All tasks executed successfully [59681 ms] ==> Fetching dependencies for fish: linux-headers@5.15, glibc, ncurses, gmp, isl, mpfr, libmpc, lz4, xz, zlib, zstd, binutils, gcc, bzip2 and pcre2 ==> Fetching linux-headers@5.15 ==> Downloading https://ghcr.io/v2/homebrew/core/linux-headers/5.15/manifests/5.15.119 [59917 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/linux-headers/5.15/blobs/sha256:bd84f12332671e52de5df48f9bfcc148ab84b872f3b52179934fa1196c2efc00 [60426 ms] ==> Fetching glibc ==> Downloading https://ghcr.io/v2/homebrew/core/glibc/manifests/2.35_1 [60664 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/glibc/blobs/sha256:274dd06ae6ecaee3025d6bf21cf4c7641df9a1cc3973e162911a1f4a76000a24 [61391 ms] ==> Fetching ncurses ==> Downloading https://ghcr.io/v2/homebrew/core/ncurses/manifests/6.4-1 [61639 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/ncurses/blobs/sha256:58970126fed5ca09650b60c453e2b911a85f038b45af9091b5b2ef2b61d7d40e [62159 ms] ==> Fetching gmp ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.2.1_1 [62392 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:786ae29f0c0b06ea86e42bd9c6ac2c49bd5757da037dead7053e8bd612c4cf8c [62883 ms] ==> Fetching isl ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.26 [63102 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/isl/blobs/sha256:db14ba1e4ea23ab41e06930dcf25ae9023c5e395c88602da2a9b6a98d54c92d3 [63617 ms] ==> Fetching mpfr ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.0-p9 [63874 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/blobs/sha256:d0cafd93a5957220615ae6478033031b750ba5eb6a830cf86d4cbde5bffec8d5 [64459 ms] ==> Fetching libmpc ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1 [64700 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/blobs/sha256:f6542ae5bcf643ca0c980c7000cde1585922e76be080b3cc3422dac0d4a50904 [65135 ms] ==> Fetching lz4 ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4 [65385 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:1757fefc3840e11c4822e4c2a95aa62aca44a4eaccce6f5c414ea51d1e58bf8e [65830 ms] ==> Fetching xz ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.3 [66064 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:91c390f663972a9249fbbd98546bc2687afab99e5c740065d33cb474ed612bf5 [66561 ms] ==> Fetching zlib ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/manifests/1.2.13-1 [66806 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/blobs/sha256:087e022c50655b9a7cdfd980bcff0764ce0f53f02724d4a9cbb7ba3b68b863a9 [67254 ms] ==> Fetching zstd ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.5 [67494 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:68c8655224f058316c16462507b6cdd061bd546e161bf8419c68ca526d3a9a48 [68018 ms] ==> Fetching binutils ==> Downloading https://ghcr.io/v2/homebrew/core/binutils/manifests/2.40 [68269 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/binutils/blobs/sha256:f0917ab2fe7b72350deac1946dd8e937e0199292f05ab763c5f309822c04c195 [70679 ms] ==> Fetching gcc ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/13.1.0 [71174 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/blobs/sha256:cca77a5d6625d3bb711ce40551751974d4cb5c74306329fc2fc8cdcade2ef564 [74369 ms] ==> Fetching bzip2 ==> Downloading https://ghcr.io/v2/homebrew/core/bzip2/manifests/1.0.8-2 [74589 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/bzip2/blobs/sha256:a731afa70daaafec28359b4f10f1c68455c1955ae66cdbb6b6d52eee277bbd3e [75033 ms] ==> Fetching pcre2 ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.42 [75276 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:6fb73ccbfd7f7d48b9400512ded73383a19dc54ec015ab1aab2b849480c3b3f8 [75814 ms] ==> Fetching fish ==> Downloading https://ghcr.io/v2/homebrew/core/fish/manifests/3.6.1 [76044 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/fish/blobs/sha256:67618246603a384573a202679a2b0169601e6011aa110fe96b536dc40fa95e33 [76736 ms] ==> Installing dependencies for fish: linux-headers@5.15, glibc, ncurses, gmp, isl, mpfr, libmpc, lz4, xz, zlib, zstd, binutils, gcc, bzip2 and pcre2 ==> Installing fish dependency: linux-headers@5.15 [76893 ms] ==> Pouring linux-headers@5.15--5.15.119.x86_64_linux.bottle.tar.gz [77065 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/linux-headers@5.15/5.15.119: 961 files, 5.7MB ==> Installing fish dependency: glibc ==> Pouring glibc--2.35_1.x86_64_linux.bottle.tar.gz [78711 ms] ==> /home/linuxbrew/.linuxbrew/Cellar/glibc/2.35_1/sbin/ldconfig [78721 ms] ==> Installing locale data for en_US.UTF-8 ==> /home/linuxbrew/.linuxbrew/Cellar/glibc/2.35_1/bin/localedef -i en_US -f UTF-8 en_US.UTF-8 [82764 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/glibc/2.35_1: 1,404 files, 47MB ==> Installing fish dependency: ncurses ==> Pouring ncurses--6.4.x86_64_linux.bottle.1.tar.gz [84576 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/ncurses/6.4: 3,991 files, 10.8MB ==> Installing fish dependency: gmp ==> Pouring gmp--6.2.1_1.x86_64_linux.bottle.tar.gz [84694 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/gmp/6.2.1_1: 23 files, 3.9MB ==> Installing fish dependency: isl ==> Pouring isl--0.26.x86_64_linux.bottle.tar.gz [84823 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/isl/0.26: 74 files, 9.8MB ==> Installing fish dependency: mpfr ==> Pouring mpfr--4.2.0-p9.x86_64_linux.bottle.tar.gz [84916 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/mpfr/4.2.0-p9: 31 files, 3.9MB ==> Installing fish dependency: libmpc ==> Pouring libmpc--1.3.1.x86_64_linux.bottle.tar.gz [84976 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/libmpc/1.3.1: 13 files, 638.6KB ==> Installing fish dependency: lz4 ==> Pouring lz4--1.9.4.x86_64_linux.bottle.tar.gz [85134 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/lz4/1.9.4: 22 files, 695.6KB ==> Installing fish dependency: xz ==> Pouring xz--5.4.3.x86_64_linux.bottle.tar.gz [85407 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/xz/5.4.3: 312 files, 4MB ==> Installing fish dependency: zlib ==> Pouring zlib--1.2.13.x86_64_linux.bottle.1.tar.gz [85476 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/zlib/1.2.13: 13 files, 472.9KB ==> Installing fish dependency: zstd ==> Pouring zstd--1.5.5.x86_64_linux.bottle.tar.gz [85629 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/zstd/1.5.5: 31 files, 3.2MB ==> Installing fish dependency: binutils ==> Pouring binutils--2.40.x86_64_linux.bottle.tar.gz [91128 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/binutils/2.40: 4,698 files, 462.5MB ==> Installing fish dependency: gcc ==> Pouring gcc--13.1.0.x86_64_linux.bottle.tar.gz [97270 ms] ==> Creating the GCC specs file: /home/linuxbrew/.linuxbrew/Cellar/gcc/13.1.0/bin/../lib/gcc/current/gcc/x86_64-pc-linux-gnu/13/specs [98175 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/gcc/13.1.0: 1,668 files, 320.2MB ==> Installing fish dependency: bzip2 ==> Pouring bzip2--1.0.8.x86_64_linux.bottle.2.tar.gz [98466 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/bzip2/1.0.8: 31 files, 606.2KB ==> Installing fish dependency: pcre2 ==> Pouring pcre2--10.42.x86_64_linux.bottle.tar.gz [98778 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/pcre2/10.42: 234 files, 7MB ==> Installing fish ==> Pouring fish--3.6.1.x86_64_linux.bottle.tar.gz [100798 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/fish/3.6.1: 1,489 files, 16.7MB ==> Running `brew cleanup fish`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). [105144 ms] ==> Fetching yq ==> Downloading https://ghcr.io/v2/homebrew/core/yq/manifests/4.34.1 [105393 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/yq/blobs/sha256:9ed1e54556bde4148f7febecb8bf790df1db925640e5026834e940e46d59f4bd [106116 ms] ==> Pouring yq--4.34.1.x86_64_linux.bottle.tar.gz [106516 ms] ==> Caveats Bash completion has been installed to: /home/linuxbrew/.linuxbrew/etc/bash_completion.d ==> Summary 🍺 /home/linuxbrew/.linuxbrew/Cellar/yq/4.34.1: 9 files, 8.8MB ==> Running `brew cleanup yq`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). [108983 ms] ==> Fetching dependencies for jc: pygments, mpdecimal, ca-certificates, openssl@3, readline, sqlite, berkeley-db@5, libedit, krb5, libtirpc, libnsl, expat, libffi, libxcrypt, unzip and python@3.11 ==> Fetching pygments ==> Downloading https://ghcr.io/v2/homebrew/core/pygments/manifests/2.15.1-1 [109228 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/pygments/blobs/sha256:4f9ad4f7947192121e59a218ef21d9416eb2162a936945c60335778fbce3939a [109879 ms] ==> Fetching mpdecimal ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/2.5.1 [110123 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:c5d64a4dd47dc1b66887c0cecd884f0848a801cb2f684cde0f4664e709574067 [110606 ms] ==> Fetching ca-certificates ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2023-05-30 [110840 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:f0632385c19e025d8398c5ef2a7c817938506a7b70d48cb9ddc36cb202dee2d6 [111294 ms] ==> Fetching openssl@3 ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.1.1_1 [111528 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:1231b6b95a6c55e775258b4c19b3babbc504a065b984ec6df9d960cf7ffc947b [112143 ms] ==> Fetching readline ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.1 [112398 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:7dc8f7ebbfcb22adcd5535a8da083ed8aa3c42c8579c465a2263d778868bc058 [112859 ms] ==> Fetching sqlite ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.42.0 [113110 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:8226fd550248842674a281032e758b0f2fd1f0d7dd543f6eb78512b1edf00ad5 [113658 ms] ==> Fetching berkeley-db@5 ==> Downloading https://ghcr.io/v2/homebrew/core/berkeley-db/5/manifests/5.3.28_1 [113909 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/berkeley-db/5/blobs/sha256:c0e2906cc6657dc497fec75629560b0a404b81cebadf5e10c1f70616a14fa886 [116058 ms] ==> Fetching libedit ==> Downloading https://ghcr.io/v2/homebrew/core/libedit/manifests/20221030-3.1 [116399 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/libedit/blobs/sha256:bee1f6bfb90dd3c9b26ce4732e04025a468fe2fa29d63049cb0aa2a888e610d2 [116884 ms] ==> Fetching krb5 ==> Downloading https://ghcr.io/v2/homebrew/core/krb5/manifests/1.21_1 [117120 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/krb5/blobs/sha256:cb324a8c5a6c8f60143a4e24f235c0955183a7262c5a2fc6c08a3a9408645f99 [117954 ms] ==> Fetching libtirpc ==> Downloading https://ghcr.io/v2/homebrew/core/libtirpc/manifests/1.3.3 [118193 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/libtirpc/blobs/sha256:26371c5e683f16a4b2ebf4475150672f76d45e3d43583c942fcb0e916be77dc3 [118646 ms] ==> Fetching libnsl ==> Downloading https://ghcr.io/v2/homebrew/core/libnsl/manifests/2.0.0_1 [118891 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/libnsl/blobs/sha256:ed70b285939e2ab21ba53d122ce2d4beab4cd0f9c86925c3d3a2cfb1b0eeecb3 [119336 ms] ==> Fetching expat ==> Downloading https://ghcr.io/v2/homebrew/core/expat/manifests/2.5.0 [119581 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/expat/blobs/sha256:ed2b581249b57581db4178a3f219f94f75d8b540867cc27fe1b809b3d32f1772 [120181 ms] ==> Fetching libffi ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.4.4 [120438 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:dcc9412995b5e319f64796a77b1eb8e684f1d1b6b5d7ac824f434ada692e4ff8 [120860 ms] ==> Fetching libxcrypt ==> Downloading https://ghcr.io/v2/homebrew/core/libxcrypt/manifests/4.4.35 [121109 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/libxcrypt/blobs/sha256:ccd3f6d3d09af37f8275ba1836c5cfb59917143400ec9549033e626d39acdf4d [121570 ms] ==> Fetching unzip ==> Downloading https://ghcr.io/v2/homebrew/core/unzip/manifests/6.0_8 [121806 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/unzip/blobs/sha256:baf15e19852a0f9756e3302fa6f3866eaeccc06730c9907bffc19f32861d64bf [122729 ms] ==> Fetching python@3.11 ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.11/manifests/3.11.4_1 [122980 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.11/blobs/sha256:7e8892393a9df0437e1ada50c011df549867348fe12e998d8d659da77379aa07 [123791 ms] ==> Fetching jc ==> Downloading https://ghcr.io/v2/homebrew/core/jc/manifests/1.23.3 [124052 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/jc/blobs/sha256:95b93e8269b78ea7af43245bbb93e2e6e27fefc0c5728ac5f01c3c52d5ae79f9 [124861 ms] ==> Installing dependencies for jc: pygments, mpdecimal, ca-certificates, openssl@3, readline, sqlite, berkeley-db@5, libedit, krb5, libtirpc, libnsl, expat, libffi, libxcrypt, unzip and python@3.11 ==> Installing jc dependency: pygments [124875 ms] ==> Pouring pygments--2.15.1.all.bottle.1.tar.gz [125401 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/pygments/2.15.1: 614 files, 8.2MB ==> Installing jc dependency: mpdecimal ==> Pouring mpdecimal--2.5.1.x86_64_linux.bottle.tar.gz [125567 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/mpdecimal/2.5.1: 71 files, 2.4MB ==> Installing jc dependency: ca-certificates ==> Pouring ca-certificates--2023-05-30.x86_64_linux.bottle.tar.gz [126869 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/ca-certificates/2023-05-30: 3 files, 232KB ==> Installing jc dependency: openssl@3 ==> Pouring openssl@3--3.1.1_1.x86_64_linux.bottle.tar.gz [130841 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/openssl@3/3.1.1_1: 6,820 files, 38.2MB ==> Installing jc dependency: readline ==> Pouring readline--8.2.1.x86_64_linux.bottle.tar.gz [131060 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/readline/8.2.1: 50 files, 2MB ==> Installing jc dependency: sqlite ==> Pouring sqlite--3.42.0.x86_64_linux.bottle.tar.gz [131304 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/sqlite/3.42.0: 12 files, 5.8MB ==> Installing jc dependency: berkeley-db@5 ==> Pouring berkeley-db@5--5.3.28_1.x86_64_linux.bottle.tar.gz [133073 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/berkeley-db@5/5.3.28_1: 5,271 files, 87.7MB ==> Installing jc dependency: libedit ==> Pouring libedit--20221030-3.1.x86_64_linux.bottle.tar.gz [133261 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/libedit/20221030-3.1: 54 files, 793.1KB ==> Installing jc dependency: krb5 ==> Pouring krb5--1.21_1.x86_64_linux.bottle.tar.gz [135170 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/krb5/1.21_1: 163 files, 5.3MB ==> Installing jc dependency: libtirpc ==> Pouring libtirpc--1.3.3.x86_64_linux.bottle.tar.gz [135431 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/libtirpc/1.3.3: 85 files, 1MB ==> Installing jc dependency: libnsl ==> Pouring libnsl--2.0.0_1.x86_64_linux.bottle.tar.gz [135623 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/libnsl/2.0.0_1: 18 files, 183.4KB ==> Installing jc dependency: expat ==> Pouring expat--2.5.0.x86_64_linux.bottle.tar.gz [135938 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/expat/2.5.0: 21 files, 858KB ==> Installing jc dependency: libffi ==> Pouring libffi--3.4.4.x86_64_linux.bottle.tar.gz [136083 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/libffi/3.4.4: 18 files, 730.1KB ==> Installing jc dependency: libxcrypt ==> Pouring libxcrypt--4.4.35.x86_64_linux.bottle.tar.gz [136214 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/libxcrypt/4.4.35: 24 files, 370.3KB ==> Installing jc dependency: unzip ==> Pouring unzip--6.0_8.x86_64_linux.bottle.tar.gz [136697 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/unzip/6.0_8: 16 files, 598.3KB ==> Installing jc dependency: python@3.11 ==> Pouring python@3.11--3.11.4_1.x86_64_linux.bottle.tar.gz [140831 ms] ==> /home/linuxbrew/.linuxbrew/Cellar/python@3.11/3.11.4_1/bin/python3.11 -m ensurepip [143892 ms] ==> /home/linuxbrew/.linuxbrew/Cellar/python@3.11/3.11.4_1/bin/python3.11 -m pip install -v --no-deps --no-index --upgrade --isolated --target=/home/linuxbrew/.linuxbrew/lib/python3.11/site-packages /home/linuxbrew/.linuxbrew/Cellar/python@3.11/3.11.4_1/lib/python3.11/ensurepip/_bundled/setuptools-67.6.1-py3-none-any.whl /home/linuxbrew/.linuxbrew/Cellar/python@3.11/3.11.4_1/lib/python3.11/ensurepip/_bundled/pip-23.0.1-py3-none-any.whl /home/linuxbrew/.linuxbrew/Cellar/python@3.11/3.11.4_1/libexec/wheel-0.40.0-py3-none-any.whl [147002 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/python@3.11/3.11.4_1: 2,845 files, 67.4MB ==> Installing jc ==> Pouring jc--1.23.3.x86_64_linux.bottle.tar.gz [147646 ms] ==> Caveats Bash completion has been installed to: /home/linuxbrew/.linuxbrew/etc/bash_completion.d ==> Summary 🍺 /home/linuxbrew/.linuxbrew/Cellar/jc/1.23.3: 1,084 files, 13.5MB ==> Running `brew cleanup jc`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). [149884 ms] ==> Caveats ==> jc Bash completion has been installed to: /home/linuxbrew/.linuxbrew/etc/bash_completion.d [150027 ms] Checking for a sane environment... [150059 ms] Installing Oh My Fish to /home/vscode/.local/share/omf... [150060 ms] Using release channel "stable". [150061 ms] Cloning master from https://github.com/oh-my-fish/oh-my-fish.git... [150860 ms] Writing bootstrap to /home/vscode/.config/fish/conf.d/omf.fish... [150861 ms] Setting up Oh My Fish configuration... [150871 ms] Updating https://github.com/oh-my-fish/packages-main master... [151529 ms] Done! [151537 ms] Installing package default [152182 ms] ✔ default successfully installed. [152184 ms] Installation successful! [152185 ms] sudo: begin subprocess sudo: end subprocess Installing fish Installing yq Installing jc All brew packages have been installed Creating path /home/vscode/.config/fish/conf.d Creating path /home/vscode/.config/fish/completions All paths have been set up Get Oh my fish installer Install Oh my fish All commands have been executed Creating link ~/.config/fish/conf.d/powerline.fish -> /home/vscode/dotfiles/config/fish/conf.d/powerline.fish Creating link ~/.config/fish/conf.d/vscode-integration.fish -> /home/vscode/dotfiles/config/fish/conf.d/vscode-integration.fish Creating link ~/.config/powerline -> /home/vscode/dotfiles/config/powerline/ All links have been set up ==> All tasks executed successfully [154879 ms] ==> Fetching dependencies for xxh: libyaml and pyyaml ==> Fetching libyaml ==> Downloading https://ghcr.io/v2/homebrew/core/libyaml/manifests/0.2.5 [155107 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/libyaml/blobs/sha256:354677a745b6c62109e792ddbd0cbdaf9e6a471d84fdbde3a7d9bae36d832da8 [155610 ms] ==> Fetching pyyaml ==> Downloading https://ghcr.io/v2/homebrew/core/pyyaml/manifests/6.0_1 [155849 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/pyyaml/blobs/sha256:f133abf84efeac83882a530cbedfd20181c1e6d0fbfe5a1ba380fd59211e72cd [156189 ms] ==> Fetching xxh ==> Downloading https://ghcr.io/v2/homebrew/core/xxh/manifests/0.8.12-1 [156456 ms] ==> Downloading https://ghcr.io/v2/homebrew/core/xxh/blobs/sha256:f27a4c3773d9f2fe00f3582e1b10a9b37717b729b6ba7c1f2fc84e9ea6d4a0a3 [157097 ms] ==> Installing dependencies for xxh: libyaml and pyyaml ==> Installing xxh dependency: libyaml [157110 ms] ==> Pouring libyaml--0.2.5.x86_64_linux.bottle.tar.gz [157500 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/libyaml/0.2.5: 11 files, 392.9KB ==> Installing xxh dependency: pyyaml ==> Pouring pyyaml--6.0_1.x86_64_linux.bottle.tar.gz [157735 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/pyyaml/6.0_1: 74 files, 4.7MB ==> Installing xxh ==> Pouring xxh--0.8.12.x86_64_linux.bottle.1.tar.gz [158327 ms] 🍺 /home/linuxbrew/.linuxbrew/Cellar/xxh/0.8.12: 816 files, 11MB ==> Running `brew cleanup xxh`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). [162225 ms] Creating path /home/vscode/.config/xxh All paths have been set up Installing xxh All brew packages have been installed Creating link ~/.config/xxh/config.xxhc -> /home/vscode/dotfiles/config/xxh/config.xxhc All links have been set up Install xxh plugins [xxh +I xxh-shell-fish +I xxh-plugin-prerun-core +I https://github.com/max06/xxh-plugin-prerun-dotfiles ] All commands have been executed ==> All tasks executed successfully [162234 ms] Base configuration XXH Ansible Kubectl OpenStack All commands have been executed Removing ~/.bashrc Creating link ~/.bashrc -> /home/vscode/dotfiles/bashrc All links have been set up ==> All tasks executed successfully [162242 ms] [162242 ms] [130630 ms] Start: Run in container: # Test for /home/vscode/.gitconfig and git [130633 ms] [130633 ms] [130634 ms] Start: Run in container: # Copy /home/max06/.gitconfig to /home/vscode/.gitconfig [130637 ms] [130637 ms] [130641 ms] Start: Run in container: command -v git >/dev/null 2>&1 && git config --global --replace-all credential.helper '!f() { /home/vscode/.vscode-server-insiders/bin/49b8e2d5410795e5a23a9c6b7f99b97f4afb4b47-insider/node /tmp/vscode-remote-containers-36418151-77ad-431c-849a-c000f178ec73.js git-credential-helper $*; }; f' || true [130644 ms] [130644 ms] [135262 ms] Port forwarding 61150 > 38693 > 38693: Local close with error ```

PointyShinyBurning commented 1 year ago

Duplicate of https://github.com/microsoft/vscode-remote-release/issues/6173 I think

max06 commented 1 year ago

You're right! Closing as duplicate.