-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
Labels
containersIssue in vscode-remote containersIssue in vscode-remote containersinfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Type: Bug
Hi Team,
I am trying to use the Dev Containers extension to develope in a container.
We use podman in the team, the issue is happening for me for different podman versions (3.4.4, 4.9.6 & one of the latest 5 versions).
My minimal devcontainer.json looks like this:
{
"name": "Dev container",
"image": "ubuntu",
}
Here are the logs (I had to cut out a significant portion of the 'Operation not permitted'.):
[2025-06-24T11:21:26.543Z] Dev Containers 0.413.0 in VS Code 1.101.1 (18e3a1ec544e6907be1e944a94c496e302073435).
[2025-06-24T11:21:26.543Z] Start: Resolving Remote
[2025-06-24T11:21:26.559Z] Setting up container for folder or workspace: /home/user/Projects/project1
[2025-06-24T11:21:26.561Z] Start: Check Docker is running
[2025-06-24T11:21:26.561Z] Start: Run: podman version
[2025-06-24T11:21:26.597Z] Client: Podman Engine
Version: 4.9.6-dev
API Version: 4.9.6-dev
Go Version: go1.24.3
Git Commit: d67e94a36efbd7c6a0d577000685bac9899e9f0b
Built: Tue Jun 24 12:51:31 2025
OS/Arch: linux/amd64
[2025-06-24T11:21:26.598Z] Stop (37 ms): Run: podman version
[2025-06-24T11:21:26.599Z] Stop (38 ms): Check Docker is running
[2025-06-24T11:21:26.599Z] Start: Run: podman volume ls -q
[2025-06-24T11:21:26.624Z] Stop (25 ms): Run: podman volume ls -q
[2025-06-24T11:21:26.624Z] Start: Run: podman volume create vscode
[2025-06-24T11:21:26.655Z] Stop (31 ms): Run: podman volume create vscode
[2025-06-24T11:21:26.656Z] Start: Run: podman ps -q -a --filter label=vsch.local.folder=/home/user/Projects/project1 --filter label=vsch.quality=stable
[2025-06-24T11:21:26.682Z] Stop (26 ms): Run: podman ps -q -a --filter label=vsch.local.folder=/home/user/Projects/project1 --filter label=vsch.quality=stable
[2025-06-24T11:21:26.683Z] Start: Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1 --filter label=devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json
[2025-06-24T11:21:26.708Z] Stop (25 ms): Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1 --filter label=devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json
[2025-06-24T11:21:26.708Z] Start: Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1
[2025-06-24T11:21:26.731Z] Stop (23 ms): Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1
[2025-06-24T11:21:26.731Z] Start: Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1
[2025-06-24T11:21:26.755Z] Stop (24 ms): Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1
[2025-06-24T11:21:26.756Z] Running Dev Containers CLI: up --user-data-folder /home/user/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/data --docker-path podman --docker-compose-path podman-compose --container-session-data-folder /tmp/devcontainers-d0f7cb79-11eb-4ed5-834f-cea4d97163061750764085782 --workspace-folder /home/user/Projects/project1 --workspace-mount-consistency cached --gpu-availability detect --id-label devcontainer.local_folder=/home/user/Projects/project1 --id-label devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/user/Projects/project1/.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 --include-configuration --include-merged-configuration
[2025-06-24T11:21:26.756Z] Start: Run: /usr/share/code/code /home/user/.vscode/extensions/ms-vscode-remote.remote-containers-0.413.0/dist/spec-node/devContainersSpecCLI.js up --user-data-folder /home/user/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/data --docker-path podman --docker-compose-path podman-compose --container-session-data-folder /tmp/devcontainers-d0f7cb79-11eb-4ed5-834f-cea4d97163061750764085782 --workspace-folder /home/user/Projects/project1 --workspace-mount-consistency cached --gpu-availability detect --id-label devcontainer.local_folder=/home/user/Projects/project1 --id-label devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/user/Projects/project1/.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 --include-configuration --include-merged-configuration
[2025-06-24T11:21:26.893Z] @devcontainers/cli 0.76.0. Node.js v22.15.1. linux 6.12.10-76061203-generic x64.
[2025-06-24T11:21:26.893Z] Start: Run: podman buildx version
[2025-06-24T11:21:26.937Z] Stop (44 ms): Run: podman buildx version
[2025-06-24T11:21:26.938Z] buildah 1.33.8
[2025-06-24T11:21:26.938Z]
[2025-06-24T11:21:26.938Z] Start: Run: podman -v
[2025-06-24T11:21:26.954Z] Stop (16 ms): Run: podman -v
[2025-06-24T11:21:26.954Z] Start: Resolving Remote
[2025-06-24T11:21:26.956Z] Start: Run: git rev-parse --show-cdup
[2025-06-24T11:21:26.961Z] Stop (5 ms): Run: git rev-parse --show-cdup
[2025-06-24T11:21:26.965Z] Loading 146 extra certificates from /etc/ssl/certs/ca-certificates.crt.
[2025-06-24T11:21:27.014Z] Start: Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1 --filter label=devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json
[2025-06-24T11:21:27.039Z] Stop (25 ms): Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1 --filter label=devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json
[2025-06-24T11:21:27.039Z] Start: Run: podman inspect --type image ubuntu
[2025-06-24T11:21:27.155Z] Stop (116 ms): Run: podman inspect --type image ubuntu
[2025-06-24T11:21:27.157Z] Start: Run: podman events --format json --filter event=start
[2025-06-24T11:21:27.163Z] Start: Starting container
[2025-06-24T11:21:27.163Z] Start: Run: podman run --sig-proxy=false -a STDOUT -a STDERR --mount type=bind,source=/home/user/Projects/project1,target=/workspaces/project1 --mount type=volume,src=vscode,dst=/vscode -l devcontainer.local_folder=/home/user/Projects/project1 -l devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json --security-opt label=disable --userns=keep-id --entrypoint /bin/sh -l devcontainer.metadata=[] ubuntu -c echo Container started
[2025-06-24T11:21:27.313Z] Container started
[2025-06-24T11:21:27.428Z] Start: Run: podman inspect --type container 010be414d4c5be47f9e889b5dd30a4262ecd7b55313f37d6c11b248eec406680
[2025-06-24T11:21:27.458Z] Stop (30 ms): Run: podman inspect --type container 010be414d4c5be47f9e889b5dd30a4262ecd7b55313f37d6c11b248eec406680
[2025-06-24T11:21:27.459Z] Stop (296 ms): Starting container
[2025-06-24T11:21:27.459Z] Start: Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1 --filter label=devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json
[2025-06-24T11:21:27.463Z] Stop (306 ms): Run: podman events --format json --filter event=start
[2025-06-24T11:21:27.480Z] Stop (21 ms): Run: podman ps -q -a --filter label=devcontainer.local_folder=/home/user/Projects/project1 --filter label=devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json
[2025-06-24T11:21:27.480Z] Start: Run: podman inspect --type container 010be414d4c5
[2025-06-24T11:21:27.509Z] Stop (29 ms): Run: podman inspect --type container 010be414d4c5
[2025-06-24T11:21:27.509Z] Start: Inspecting container
[2025-06-24T11:21:27.509Z] Start: Run: podman inspect --type container 010be414d4c5be47f9e889b5dd30a4262ecd7b55313f37d6c11b248eec406680
[2025-06-24T11:21:27.533Z] Stop (24 ms): Run: podman inspect --type container 010be414d4c5be47f9e889b5dd30a4262ecd7b55313f37d6c11b248eec406680
[2025-06-24T11:21:27.533Z] Stop (24 ms): Inspecting container
[2025-06-24T11:21:27.534Z] Start: Run in container: /bin/sh
[2025-06-24T11:21:27.537Z] Start: Run in container: uname -m
[2025-06-24T11:21:27.583Z] x86_64
[2025-06-24T11:21:27.583Z]
[2025-06-24T11:21:27.583Z] Stop (46 ms): Run in container: uname -m
[2025-06-24T11:21:27.583Z] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[2025-06-24T11:21:27.584Z] PRETTY_NAME="Ubuntu 24.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.2 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
[2025-06-24T11:21:27.584Z]
[2025-06-24T11:21:27.584Z] Stop (1 ms): Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[2025-06-24T11:21:27.585Z] Start: Run in container: (command -v getent >/dev/null 2>&1 && getent passwd '1000' || grep -E '^1000|^[^:]*:[^:]*:1000:' /etc/passwd || true)
[2025-06-24T11:21:27.586Z] Stop (1 ms): Run in container: (command -v getent >/dev/null 2>&1 && getent passwd '1000' || grep -E '^1000|^[^:]*:[^:]*:1000:' /etc/passwd || true)
[2025-06-24T11:21:27.587Z] Start: Run in container: test -f '/var/devcontainer/.patchEtcEnvironmentMarker'
[2025-06-24T11:21:27.587Z]
[2025-06-24T11:21:27.587Z]
[2025-06-24T11:21:27.587Z] Exit code 1
[2025-06-24T11:21:27.587Z] Stop (0 ms): Run in container: test -f '/var/devcontainer/.patchEtcEnvironmentMarker'
[2025-06-24T11:21:27.587Z] Start: Run in container: /bin/sh
[2025-06-24T11:21:27.593Z] Start: Run in container: test ! -f '/var/devcontainer/.patchEtcEnvironmentMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcEnvironmentMarker' ; } 2> /dev/null
[2025-06-24T11:21:27.637Z]
[2025-06-24T11:21:27.637Z]
[2025-06-24T11:21:27.637Z] Stop (44 ms): Run in container: test ! -f '/var/devcontainer/.patchEtcEnvironmentMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcEnvironmentMarker' ; } 2> /dev/null
[2025-06-24T11:21:27.638Z] Start: Run in container: cat >> /etc/environment <<'etcEnvrionmentEOF'
[2025-06-24T11:21:27.645Z]
[2025-06-24T11:21:27.645Z]
[2025-06-24T11:21:27.645Z] Stop (7 ms): Run in container: cat >> /etc/environment <<'etcEnvrionmentEOF'
[2025-06-24T11:21:27.646Z] Start: Run in container: test -f '/var/devcontainer/.patchEtcProfileMarker'
[2025-06-24T11:21:27.646Z]
[2025-06-24T11:21:27.646Z]
[2025-06-24T11:21:27.646Z] Exit code 1
[2025-06-24T11:21:27.646Z] Stop (0 ms): Run in container: test -f '/var/devcontainer/.patchEtcProfileMarker'
[2025-06-24T11:21:27.646Z] Start: Run in container: test ! -f '/var/devcontainer/.patchEtcProfileMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcProfileMarker' ; } 2> /dev/null
[2025-06-24T11:21:27.647Z]
[2025-06-24T11:21:27.647Z]
[2025-06-24T11:21:27.647Z] Stop (1 ms): Run in container: test ! -f '/var/devcontainer/.patchEtcProfileMarker' && set -o noclobber && mkdir -p '/var/devcontainer' && { > '/var/devcontainer/.patchEtcProfileMarker' ; } 2> /dev/null
[2025-06-24T11:21:27.647Z] Start: Run in container: sed -i -E 's/((^|\s)PATH=)([^\$]*)$/\1${PATH:-\3}/g' /etc/profile || true
[2025-06-24T11:21:27.650Z]
[2025-06-24T11:21:27.650Z]
[2025-06-24T11:21:27.650Z] Stop (3 ms): Run in container: sed -i -E 's/((^|\s)PATH=)([^\$]*)$/\1${PATH:-\3}/g' /etc/profile || true
[2025-06-24T11:21:27.650Z] Stop (696 ms): Resolving Remote
[2025-06-24T11:21:27.659Z] Stop (903 ms): Run: /usr/share/code/code /home/user/.vscode/extensions/ms-vscode-remote.remote-containers-0.413.0/dist/spec-node/devContainersSpecCLI.js up --user-data-folder /home/user/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/data --docker-path podman --docker-compose-path podman-compose --container-session-data-folder /tmp/devcontainers-d0f7cb79-11eb-4ed5-834f-cea4d97163061750764085782 --workspace-folder /home/user/Projects/project1 --workspace-mount-consistency cached --gpu-availability detect --id-label devcontainer.local_folder=/home/user/Projects/project1 --id-label devcontainer.config_file=/home/user/Projects/project1/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/user/Projects/project1/.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 --include-configuration --include-merged-configuration
[2025-06-24T11:21:27.660Z] Start: Run: podman inspect --type container 010be414d4c5be47f9e889b5dd30a4262ecd7b55313f37d6c11b248eec406680
[2025-06-24T11:21:27.741Z] Stop (81 ms): Run: podman inspect --type container 010be414d4c5be47f9e889b5dd30a4262ecd7b55313f37d6c11b248eec406680
[2025-06-24T11:21:27.741Z] Start: Run: podman exec -i -u root 010be414d4c5be47f9e889b5dd30a4262ecd7b55313f37d6c11b248eec406680 /bin/sh -c echo "New container started. Keep-alive process started." ; export VSCODE_REMOTE_CONTAINERS_SESSION=d0f7cb79-11eb-4ed5-834f-cea4d97163061750764085782 ; /bin/sh
[2025-06-24T11:21:27.742Z] Start: Inspecting container
[2025-06-24T11:21:27.742Z] Start: Run: podman inspect --type container 010be414d4c5be47f9e889b5dd30a4262ecd7b55313f37d6c11b248eec406680
[2025-06-24T11:21:27.771Z] Stop (29 ms): Run: podman inspect --type container 010be414d4c5be47f9e889b5dd30a4262ecd7b55313f37d6c11b248eec406680
[2025-06-24T11:21:27.771Z] Stop (29 ms): Inspecting container
[2025-06-24T11:21:27.772Z] Start: Run in container: /bin/sh
[2025-06-24T11:21:27.779Z] Start: Run in container: uname -m
[2025-06-24T11:21:27.815Z] x86_64
[2025-06-24T11:21:27.815Z]
[2025-06-24T11:21:27.815Z] Stop (36 ms): Run in container: uname -m
[2025-06-24T11:21:27.815Z] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[2025-06-24T11:21:27.817Z] PRETTY_NAME="Ubuntu 24.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.2 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
[2025-06-24T11:21:27.817Z]
[2025-06-24T11:21:27.817Z] Stop (2 ms): Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[2025-06-24T11:21:27.817Z] Start: Run in container: (command -v getent >/dev/null 2>&1 && getent passwd '1000' || grep -E '^1000|^[^:]*:[^:]*:1000:' /etc/passwd || true)
[2025-06-24T11:21:27.818Z] Stop (1 ms): Run in container: (command -v getent >/dev/null 2>&1 && getent passwd '1000' || grep -E '^1000|^[^:]*:[^:]*:1000:' /etc/passwd || true)
[2025-06-24T11:21:27.819Z] safe.directory: Looking up root folder for workspace folder '/workspaces/project1'.
[2025-06-24T11:21:27.819Z] Start: Run in container: command -v git >/dev/null 2>&1 && ROOT_FOLDER="$(git -C '/workspaces/project1' rev-parse --show-toplevel)" && test "$(stat -c %u "$ROOT_FOLDER")" != "$(id -u)" && echo -n "$ROOT_FOLDER"
[2025-06-24T11:21:27.819Z]
[2025-06-24T11:21:27.819Z]
[2025-06-24T11:21:27.819Z] Exit code 127
[2025-06-24T11:21:27.819Z] Stop (0 ms): Run in container: command -v git >/dev/null 2>&1 && ROOT_FOLDER="$(git -C '/workspaces/project1' rev-parse --show-toplevel)" && test "$(stat -c %u "$ROOT_FOLDER")" != "$(id -u)" && echo -n "$ROOT_FOLDER"
[2025-06-24T11:21:27.819Z] safe.directory: Checking host ownership of root folder at mount point '/workspaces/project1' skipped.
[2025-06-24T11:21:27.819Z] Start: Updating configuration state
[2025-06-24T11:21:27.822Z] Stop (3 ms): Updating configuration state
[2025-06-24T11:21:27.822Z] Start: Setup shutdown monitor
[2025-06-24T11:21:27.823Z] Forking shutdown monitor: /home/user/.vscode/extensions/ms-vscode-remote.remote-containers-0.413.0/dist/shutdown/shutdownMonitorProcess /run/user/1000/vscode-remote-containers-1fb2828d-a129-4e78-b37d-d9c9c0445e02.sock singleContainer Debug /home/user/.config/Code/logs/20250624T124646/window1/exthost/ms-vscode-remote.remote-containers 1750764086511
[2025-06-24T11:21:27.829Z] Stop (7 ms): Setup shutdown monitor
[2025-06-24T11:21:27.829Z] Start: Run in container: test -d '/home/ubuntu/.vscode-server'
[2025-06-24T11:21:27.830Z]
[2025-06-24T11:21:27.830Z]
[2025-06-24T11:21:27.830Z] Exit code 1
[2025-06-24T11:21:27.830Z] Stop (1 ms): Run in container: test -d '/home/ubuntu/.vscode-server'
[2025-06-24T11:21:27.830Z] Start: Run in container: test -d '/home/ubuntu/.vscode-remote'
[2025-06-24T11:21:27.830Z]
[2025-06-24T11:21:27.830Z]
[2025-06-24T11:21:27.830Z] Exit code 1
[2025-06-24T11:21:27.830Z] Stop (0 ms): Run in container: test -d '/home/ubuntu/.vscode-remote'
[2025-06-24T11:21:27.831Z] Start: Run in container: test ! -f '/home/ubuntu/.vscode-server/data/Machine/.writeMachineSettingsMarker' && set -o noclobber && mkdir -p '/home/ubuntu/.vscode-server/data/Machine' && { > '/home/ubuntu/.vscode-server/data/Machine/.writeMachineSettingsMarker' ; } 2> /dev/null
[2025-06-24T11:21:27.845Z]
[2025-06-24T11:21:27.846Z]
[2025-06-24T11:21:27.846Z] Stop (15 ms): Run in container: test ! -f '/home/ubuntu/.vscode-server/data/Machine/.writeMachineSettingsMarker' && set -o noclobber && mkdir -p '/home/ubuntu/.vscode-server/data/Machine' && { > '/home/ubuntu/.vscode-server/data/Machine/.writeMachineSettingsMarker' ; } 2> /dev/null
[2025-06-24T11:21:27.846Z] Start: Run in container: which apt dpkg snap dnf yum rpm apk docker git gh kubectl podman curl wget ssh scp rsync gpg ps lsof netstat top tree find grep zip unzip tar gzip bzip2 xz || true
[2025-06-24T11:21:27.848Z] Stop (2 ms): Run in container: which apt dpkg snap dnf yum rpm apk docker git gh kubectl podman curl wget ssh scp rsync gpg ps lsof netstat top tree find grep zip unzip tar gzip bzip2 xz || true
[2025-06-24T11:21:27.848Z] Start: Run in container: mkdir -p '/home/ubuntu/.vscode-server/data/Machine' && cat >'/home/ubuntu/.vscode-server/data/Machine/settings.json' <<'settingsJSON'
[2025-06-24T11:21:27.850Z]
[2025-06-24T11:21:27.850Z]
[2025-06-24T11:21:27.850Z] Stop (2 ms): Run in container: mkdir -p '/home/ubuntu/.vscode-server/data/Machine' && cat >'/home/ubuntu/.vscode-server/data/Machine/settings.json' <<'settingsJSON'
[2025-06-24T11:21:27.851Z] Start: Run in container: test -d '/home/ubuntu/.vscode-server/bin/18e3a1ec544e6907be1e944a94c496e302073435'
[2025-06-24T11:21:27.851Z]
[2025-06-24T11:21:27.851Z]
[2025-06-24T11:21:27.851Z] Exit code 1
[2025-06-24T11:21:27.851Z] Stop (0 ms): Run in container: test -d '/home/ubuntu/.vscode-server/bin/18e3a1ec544e6907be1e944a94c496e302073435'
[2025-06-24T11:21:27.851Z] Start: Run in container: test -d '/vscode/vscode-server/bin/linux-x64/18e3a1ec544e6907be1e944a94c496e302073435'
[2025-06-24T11:21:27.852Z]
[2025-06-24T11:21:27.852Z]
[2025-06-24T11:21:27.852Z] Exit code 1
[2025-06-24T11:21:27.852Z] Stop (1 ms): Run in container: test -d '/vscode/vscode-server/bin/linux-x64/18e3a1ec544e6907be1e944a94c496e302073435'
[2025-06-24T11:21:27.852Z] Installing VS Code Server for commit 18e3a1ec544e6907be1e944a94c496e302073435
[2025-06-24T11:21:27.852Z] Start: Run in container: /bin/sh
[2025-06-24T11:21:27.860Z] Start: Installing VS Code Server
[2025-06-24T11:21:27.860Z] Start: Run in container: mkdir -p /vscode/vscode-server/bin/linux-x64/18e3a1ec544e6907be1e944a94c496e302073435_1750764087860
[2025-06-24T11:21:27.889Z] New container started. Keep-alive process started.
[2025-06-24T11:21:27.953Z]
[2025-06-24T11:21:27.954Z]
[2025-06-24T11:21:27.954Z] Stop (94 ms): Run in container: mkdir -p /vscode/vscode-server/bin/linux-x64/18e3a1ec544e6907be1e944a94c496e302073435_1750764087860
[2025-06-24T11:21:28.045Z] Start: Run in container: (dd iflag=fullblock bs=8192 count=8286; dd iflag=fullblock bs=25 count=1) | tar --no-same-owner -xz -C /vscode/vscode-server/bin/linux-x64/18e3a1ec544e6907be1e944a94c496e302073435_1750764087860
[2025-06-24T11:21:28.050Z] tar: vscode-server-linux-x64/extensions/merge-conflict/media: Cannot change mode to rwxr-xr-x: Operation not permitted
[2025-06-24T11:21:28.051Z] tar: vscode-server-linux-x64/extensions/merge-conflict/dist: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/extensions/merge-conflict: Cannot change mode to rwxr-xr-x: Operation not permitted
[2025-06-24T11:21:28.051Z] tar: vscode-server-linux-x64/extensions/tunnel-forwarding/.vscode: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/extensions/tunnel-forwarding/media: Cannot change mode to rwxr-xr-x: Operation not permitted
[2025-06-24T11:21:28.051Z] tar: vscode-server-linux-x64/extensions/tunnel-forwarding/dist: Cannot change mode to rwxr-xr-x: Operation not permitted
......
tar: vscode-server-linux-x64/node_modules/@microsoft/dynamicproto-js/tools: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/@microsoft/dynamicproto-js: Cannot change mode to rwxr-xr-x: Operation not permitted
8286+0 records in
8286+0 records out
67878912 bytes (68 MB, 65 MiB) copied, 1.12237 s, 60.5 MB/s
1+0 records in
1+0 records out
25 bytes copied, 2.2468e-05 s, 1.1 MB/s
tar: vscode-server-linux-x64/node_modules/@microsoft/applicationinsights-core-js/browser: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/@microsoft/applicationinsights-core-js/types: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/@microsoft/applicationinsights-core-js/dist-esm/JavaScriptSDK.Interfaces: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/@microsoft/applicationinsights-core-js/dist-esm/JavaScriptSDK.Enums: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/@microsoft/applicationinsights-core-js/dist-esm/JavaScriptSDK: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/@microsoft/applicationinsights-core-js/dist-esm: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/@microsoft/applicationinsights-core-js/dist: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/@microsoft/applicationinsights-core-js: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/@microsoft: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/lru-cache: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/is-glob: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/font-ligatures/dist/processors: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/font-ligatures/dist: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/font-ligatures: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/bindings: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/native-watchdog/build/Release: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/native-watchdog/build: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/native-watchdog: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/bl: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules/simple-concat: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/node_modules: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: Exiting with failure status due to previous errors
[2025-06-24T11:21:29.179Z]
[2025-06-24T11:21:29.179Z] Exit code 2
[2025-06-24T11:21:29.179Z] Stop (1134 ms): Run in container: (dd iflag=fullblock bs=8192 count=8286; dd iflag=fullblock bs=25 count=1) | tar --no-same-owner -xz -C /vscode/vscode-server/bin/linux-x64/18e3a1ec544e6907be1e944a94c496e302073435_1750764087860
[2025-06-24T11:21:29.179Z] Start: Run in container: rm -rf /vscode/vscode-server/bin/linux-x64/18e3a1ec544e6907be1e944a94c496e302073435_1750764087860
[2025-06-24T11:21:29.221Z]
[2025-06-24T11:21:29.221Z]
[2025-06-24T11:21:29.221Z] Stop (42 ms): Run in container: rm -rf /vscode/vscode-server/bin/linux-x64/18e3a1ec544e6907be1e944a94c496e302073435_1750764087860
[2025-06-24T11:21:29.221Z] Stop (1361 ms): Installing VS Code Server
[2025-06-24T11:21:29.225Z] Command in container failed: (dd iflag=fullblock bs=8192 count=8286; dd iflag=fullblock bs=25 count=1) | tar --no-same-owner -xz -C /vscode/vscode-server/bin/linux-x64/18e3a1ec544e6907be1e944a94c496e302073435_1750764087860
[2025-06-24T11:21:29.225Z] tar: vscode-server-linux-x64/extensions/merge-conflict/media: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/extensions/merge-conflict/dist: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64/extensions/merge-conflict: Cannot change mode to rwxr-xr-x: Operation not permitted
.....
8286+0 records in
8286+0 records out
67878912 bytes (68 MB, 65 MiB) copied, 1.12237 s, 60.5 MB/s
1+0 records in
1+0 records out
25 bytes copied, 2.2468e-05 s, 1.1 MB/s
.......
tar: vscode-server-linux-x64/node_modules: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: vscode-server-linux-x64: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: Exiting with failure status due to previous errors
[2025-06-24T11:21:29.227Z] Exit code 2
I use PopOs. Please let me know what additional information I can provide or how I can debug this further myself.
Thank you.
Extension version: 0.413.0
VS Code version: Code 1.101.1 (18e3a1ec544e6907be1e944a94c496e302073435, 2025-06-18T13:35:12.605Z)
OS version: Linux x64 6.12.10-76061203-generic
Modes:
System Info
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) Ultra 7 165U (14 x 4500) |
| GPU Status | 2d_canvas: enabled canvas_oop_rasterization: enabled_on direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok skia_graphite: disabled_off video_decode: enabled video_encode: disabled_software vulkan: disabled_off webgl: enabled webgl2: enabled webgpu: disabled_off webnn: disabled_off |
| Load (avg) | 2, 2, 2 |
| Memory (System) | 30.78GB (15.23GB free) |
| Process Argv | --crash-reporter-id d1239895-4e39-4e51-9e5d-d74bf8e6f5c5 |
| Screen Reader | no |
| VM | 0% |
| DESKTOP_SESSION | pop |
| XDG_CURRENT_DESKTOP | Unity |
| XDG_SESSION_DESKTOP | pop |
| XDG_SESSION_TYPE | x11 |
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
2e7ec940:31000449
pythontbext0:30879054
cppperfnew:31000557
dwnewjupytercf:31046870
pythonrstrctxt:31112756
nativeloc2:31192216
5fd0e150:31155592
dwcopilot:31170013
6074i472:31201624
dwoutputs:31242946
customenabled:31248079
9064b325:31222308
copilot_t_ci:31222730
e5gg6876:31282496
pythoneinst12:31285622
bgtreat:31268568
4gafe986:31271826
c7cif404:31314491
pythonpulldiagcf:31316724
996jf627:31283433
pythonrdcb7cf:31303019
usemplatestapi:31297334
0aa6g176:31307128
7bj51361:31289155
747dc170:31275177
pylancecolor:31314202
aj953862:31281341
generatesymbolt:31295002
convertfstringf:31295003
gendocf:31295004
9d2cg352:31309727
Metadata
Metadata
Assignees
Labels
containersIssue in vscode-remote containersIssue in vscode-remote containersinfo-neededIssue requires more information from posterIssue requires more information from poster