Version of the custom_component
current version d9af26f3
Describe the bug
When I start vscode in the remote container upon initialization I get the following error in the make init step:
ERROR: Cannot uninstall 'distlib'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
log
[1003 ms] Remote-Containers 0.191.1 in VS Code 1.59.1 (3866c3553be8b268c8a7f8c0482c0c0177aa8bfa).
[1000 ms] Start: Resolving Remote
[1042 ms] Setting up container for folder or workspace: /Users/chof/Documents/projects/homeautomation/wienerlinien
[1045 ms] Start: Check Docker is running
[1046 ms] Start: Run: docker version --format {{.Server.APIVersion}}
[1973 ms] Server API version: 1.41
[2055 ms] Start: Run: git rev-parse --show-cdup
[2099 ms] Start: Run: docker ps -q -a --filter label=vsch.local.folder=/Users/chof/Documents/projects/homeautomation/wienerlinien --filter label=vsch.quality=stable
[3048 ms] Start: Run: docker events --format {{json .}} --filter event=start
[3058 ms] Start: Starting container
[3058 ms] Start: Run: docker run --sig-proxy=false -a STDOUT -a STDERR -p 9123:8123 --mount type=bind,source=/Users/chof/Documents/projects/homeautomation/wienerlinien,target=/workspaces/wienerlinien,consistency=cached --mount type=volume,src=vscode,dst=/vscode -l vsch.local.folder=/Users/chof/Documents/projects/homeautomation/wienerlinien -l vsch.quality=stable -l vsch.remote.devPort=0 --entrypoint /bin/sh ludeeus/container:integration -c echo Container started
Unable to find image 'ludeeus/container:integration' locally
integration: Pulling from ludeeus/container
188c0c94c7c5: Already exists
e99e4dc73a45: Pull complete
de212dfdec69: Pull complete
Digest: sha256:9025e41797a3dac4bf8c3091a1ba2eca7e9230fed440a280dc9c0b1e4f44cd31
Status: Downloaded newer image for ludeeus/container:integration
Container started
[103061 ms] Start: Run: docker ps -q -a --filter label=vsch.local.folder=/Users/chof/Documents/projects/homeautomation/wienerlinien --filter label=vsch.quality=stable
[105359 ms] Start: Run: docker inspect --type container 25d4a9e7aca8
[106123 ms] Start: Inspecting container
[106123 ms] Start: Run: docker inspect --type container 25d4a9e7aca805cc85814926432d3772be24d7c5e7d142fd7081fb97c9d5bcd9
[107050 ms] Start: Run in container: /bin/sh
[107062 ms] Start: Run in container: uname -m
[110553 ms] x86_64
[110564 ms]
[110565 ms] Start: Run in container: (cat /etc/os-release || cat /usr/lib/os-release) 2>/dev/null
[110652 ms] NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.12.1
PRETTY_NAME="Alpine Linux v3.12"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"
[110653 ms]
[110655 ms] Start: Run in container: cat /etc/passwd
[110703 ms] Start: Updating configuration state
[110823 ms] Start: Setup shutdown monitor
[110841 ms] Forking shutdown monitor: /Users/chof/.vscode/extensions/ms-vscode-remote.remote-containers-0.191.1/dist/shutdown/shutdownMonitorProcess /var/folders/xb/vz71f7hs16b24_fg5p9nc8840000gp/T/vscode-remote-containers-9ba1e989e326abed162084c913b9e2121b23a267.sock singleContainer Debug /Users/chof/Library/Application Support/Code/logs/20210822T174050/exthost8/ms-vscode-remote.remote-containers 1630870634274
[110886 ms] Start: Run in container: test -d /root/.vscode-server
[110970 ms]
[110970 ms]
[110971 ms] Exit code 1
[110974 ms] Start: Run in container: test -d /root/.vscode-remote
[111005 ms]
[111006 ms]
[111006 ms] Exit code 1
[111010 ms] Start: Run in container: test -f /var/vscode-server/.patchEtcEnvironmentMarker
[111037 ms]
[111044 ms]
[111045 ms] Exit code 1
[111047 ms] Start: Run in container: test ! -f '/var/vscode-server/.patchEtcEnvironmentMarker' && set -o noclobber && mkdir -p '/var/vscode-server' && { > '/var/vscode-server/.patchEtcEnvironmentMarker' ; } 2> /dev/null
[111160 ms]
[111161 ms]
[111161 ms] Start: Run in container: cat >> /etc/environment <<'etcEnvrionmentEOF'
[111175 ms]
[111175 ms]
[111176 ms] Start: Run in container: test -f /var/vscode-server/.patchEtcProfileMarker
[111306 ms]
[111310 ms]
[111311 ms] Exit code 1
[111312 ms] Start: Run in container: test ! -f '/var/vscode-server/.patchEtcProfileMarker' && set -o noclobber && mkdir -p '/var/vscode-server' && { > '/var/vscode-server/.patchEtcProfileMarker' ; } 2> /dev/null
[111366 ms]
[111367 ms]
[111367 ms] Start: Run in container: sed -i -E 's/((^|\s)PATH=)([^\$]*)$/\1${PATH:-\3}/g' /etc/profile || true
[111535 ms]
[111537 ms]
[111538 ms] Start: Run in container: test ! -f '/root/.vscode-server/data/Machine/.writeMachineSettingsMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.writeMachineSettingsMarker' ; } 2> /dev/null
[111828 ms]
[111828 ms]
[111829 ms] Start: Run in container: mkdir -p '/root/.vscode-server/data/Machine' && cat >'/root/.vscode-server/data/Machine/settings.json' <<'settingsJSON'
[111930 ms]
[111930 ms]
[111932 ms]
Support for Alpine Linux is in preview.
[111932 ms] Start: Run in container: test -d /root/.vscode-server/bin/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa
[111943 ms]
[111943 ms]
[111943 ms] Exit code 1
[111944 ms] Start: Run in container: apk info | grep -e '^libstdc++$' || (apk update && apk add libstdc++)
[112368 ms] libstdc++
[112371 ms] WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory
WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory
[112372 ms] Start: Run in container: test -d /vscode/vscode-server/bin/alpine/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa
[112434 ms]
[112434 ms]
[112436 ms] Exit code 1
[112437 ms] Installing VS Code Server for commit 3866c3553be8b268c8a7f8c0482c0c0177aa8bfa
[112486 ms] Start: Downloading VS Code Server
[112487 ms] 3866c3553be8b268c8a7f8c0482c0c0177aa8bfa alpine stable
[121791 ms] Start: Installing VS Code Server
[121791 ms] Start: Run in container: mkdir -p /vscode/vscode-server/bin/alpine/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa_1630870756065
[121892 ms]
[121893 ms]
[122193 ms] Start: Run in container: (dd iflag=fullblock bs=8192 count=6162 2>/dev/null; dd iflag=fullblock bs=5833 count=1 2>/dev/null) | tar --no-same-owner -xz --strip-components 1 -C /vscode/vscode-server/bin/alpine/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa_1630870756065
[134209 ms]
[134212 ms]
[134213 ms] Start: Run in container: mv -n /vscode/vscode-server/bin/alpine/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa_1630870756065 /vscode/vscode-server/bin/alpine/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa
[134222 ms]
[134222 ms]
[134223 ms] Start: Run in container: mkdir -p '/root/.vscode-server/bin' && ln -s '/vscode/vscode-server/bin/alpine/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa' '/root/.vscode-server/bin/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa'
[134245 ms]
[134246 ms]
[134247 ms] Start: Run in container: cd '/vscode/vscode-server/bin/alpine' && ls -t | tail -n +10 | xargs rm -rf
[134249 ms] Start: Launching Remote-Containers helper.
[134252 ms] Start: Run: gpgconf --list-dir agent-extra-socket
[134288 ms] userEnvProbe: loginInteractiveShell (default)
[134289 ms] userEnvProbe shell: /bin/ash
[134301 ms]
[134302 ms]
[134308 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-55d98e605d991ff5022552c80c14c93c6f845c91.js' >/tmp/vscode-remote-containers-55d98e605d991ff5022552c80c14c93c6f845c91.js
[134337 ms]
[134338 ms]
[134338 ms] Start: Run in container: # Test for /root/.ssh/known_hosts and ssh
[134488 ms]
[134489 ms]
[134489 ms] Start: Run in container: cat <<'EOF-/tmp/vscode-remote-containers-server-55d98e605d991ff5022552c80c14c93c6f845c91.js' >/tmp/vscode-remote-containers-server-55d98e605d991ff5022552c80c14c93c6f845c91.js
[134510 ms]
[134511 ms]
[134511 ms] Start: Run in container: # Copy /Users/chof/.ssh/known_hosts to /root/.ssh/known_hosts
[134512 ms] Start: Run in container: /root/.vscode-server/bin/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa/node /tmp/vscode-remote-containers-server-55d98e605d991ff5022552c80c14c93c6f845c91.js
[134607 ms]
[134608 ms]
[134609 ms] Start: Run in container: command -v git >/dev/null 2>&1 && git config --system credential.helper '!f() { /root/.vscode-server/bin/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa/node /tmp/vscode-remote-containers-55d98e605d991ff5022552c80c14c93c6f845c91.js $*; }; f' || true
[134654 ms]
[134654 ms]
[134655 ms] Start: Preparing Extensions
[134656 ms] Start: Run in container: test ! -f '/root/.vscode-server/data/Machine/.installExtensionsMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.installExtensionsMarker' ; } 2> /dev/null
[134701 ms]
[134713 ms]
[134719 ms] Extensions cache, install extensions: ms-python.python, github.vscode-pull-request-github, ryanluker.vscode-coverage-gutters, ms-python.vscode-pylance
[134720 ms] Start: Run in container: test -d /root/.vscode-server/extensionsCache && ls /root/.vscode-server/extensionsCache || true
[134741 ms]
[134742 ms]
[134743 ms] Start: Run in container: test -d /vscode/vscode-server/extensionsCache && ls /vscode/vscode-server/extensionsCache || true
[134794 ms] esbenp.prettier-vscode-8.1.0
ms-python.python-2021.9.1191016588
ms-python.vscode-pylance-2021.9.0
ms-toolsai.jupyter-2021.8.1236758218
redhat.vscode-yaml-0.22.0
visualstudioexptteam.vscodeintellicode-1.2.14
[134795 ms]
[134795 ms] Extensions cache, link in container: ms-python.python-2021.9.1191016588, ms-python.vscode-pylance-2021.9.0
[134795 ms] Start: Run in container: mkdir -p '/root/.vscode-server/extensionsCache' && ln -s '/vscode/vscode-server/extensionsCache'/* '/root/.vscode-server/extensionsCache' || true
[134835 ms]
[134836 ms]
[134836 ms] Start: Run in container: cd /vscode/vscode-server/extensionsCache && touch 'ms-python.python-2021.9.1191016588' 'ms-python.vscode-pylance-2021.9.0'
[134845 ms]
[134846 ms]
[134846 ms] Start: Run in container: for pid in `cd /proc && ls -d [0-9]*`; do { echo $pid ; readlink /proc/$pid/cwd ; readlink /proc/$pid/ns/mnt ; cat /proc/$pid/stat | tr "
[135403 ms] Start: Starting VS Code Server
[135403 ms] Start: Run in container: /root/.vscode-server/bin/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa/server.sh --log debug --force-disable-user-env --use-host-proxy --port 0 --extensions-download-dir /root/.vscode-server/extensionsCache --install-extension ms-python.python --install-extension github.vscode-pull-request-github --install-extension ryanluker.vscode-coverage-gutters --install-extension ms-python.vscode-pylance --start-server --disable-websocket-compression
[136530 ms] Start: Run in container: for pid in `cd /proc && ls -d [0-9]*`; do { echo $pid ; readlink /proc/$pid/cwd ; readlink /proc/$pid/ns/mnt ; cat /proc/$pid/stat | tr "
[136792 ms] userEnvProbe taking longer than 2 seconds. Process not found.
[137109 ms] userEnvProbe PATHs:
Probe: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Container: '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
[137164 ms]
*
* Visual Studio Code Server
*
* Reminder: You may only use this software with Visual Studio family products,
* as described in the license https://aka.ms/vscode-remote/license
*
Extension host agent listening on 36631
[137165 ms] Start: Run in container: echo 36631 >'/root/.vscode-server/data/Machine/.devport-3866c3553be8b268c8a7f8c0482c0c0177aa8bfa'
[137189 ms]
[137189 ms]
[137190 ms] Port forwarding for container port 36631 starts listening on local port.
[137191 ms] Port forwarding local port 36631 to container port 36631
[137321 ms] Start: Run in container: test ! -f '/root/.vscode-server/data/Machine/.onCreateCommandMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.onCreateCommandMarker' ; } 2> /dev/null
[137345 ms]
[137346 ms]
[137347 ms] Start: Run in container: test ! -f '/root/.vscode-server/data/Machine/.updateContentCommandMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.updateContentCommandMarker' ; } 2> /dev/null
[137404 ms]
[137404 ms]
[137405 ms] Start: Run in container: test ! -f '/root/.vscode-server/data/Machine/.postCreateCommandMarker' && set -o noclobber && mkdir -p '/root/.vscode-server/data/Machine' && { > '/root/.vscode-server/data/Machine/.postCreateCommandMarker' ; } 2> /dev/null
[137406 ms]
------------------------
Published Ports:
8123/tcp -> 0.0.0.0:9123
8123/tcp -> :::9123
------------------------
[137435 ms]
[137436 ms]
Running the postCreateCommand from devcontainer.json...
[137438 ms] Start: Run in container: /bin/sh -c make init
[138745 ms] Port forwarding connection from 55073 > 36631 > 36631 in the container.
[138749 ms] Start: Run in container: /root/.vscode-server/bin/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa/node -e
[141046 ms] [19:39:35] Extension host agent started.
[141355 ms] Installing extensions...
python3 -m pip --disable-pip-version-check install -U setuptools wheel
[142285 ms] Port forwarding connection from 55086 > 36631 > 36631 in the container.
[142286 ms] Start: Run in container: /root/.vscode-server/bin/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa/node -e
[142491 ms] [19:39:36] [::ffff:127.0.0.1][b19492f9][ManagementConnection] New connection established.
[150056 ms] [19:39:44] [::ffff:127.0.0.1][dbf8ba00][ExtensionHostConnection] New connection established.
[150173 ms] [19:39:44] [::ffff:127.0.0.1][dbf8ba00][ExtensionHostConnection] <332> Launched Extension Host Process.
[151077 ms] Installing extension 'ryanluker.vscode-coverage-gutters'...
[152598 ms] Installing extension 'ms-python.python'...
[152657 ms] Installing extension 'ms-python.vscode-pylance'...
[152690 ms] Installing extension 'github.vscode-pull-request-github'...
[156089 ms] [19:39:50] Installing extension: ms-python.python
[156552 ms] [19:39:50] Installing extension: ms-python.vscode-pylance
[156632 ms] [19:39:50] Installing extension: ryanluker.vscode-coverage-gutters
[158876 ms] [19:39:53] Installing extension: github.vscode-pull-request-github
[170525 ms] [19:40:04] Downloaded extension: ryanluker.vscode-coverage-gutters /root/.vscode-server/extensionsCache/ryanluker.vscode-coverage-gutters-2.8.1
[171784 ms] [19:40:06] Installing extension: ms-toolsai.jupyter
[171787 ms] [19:40:06] Extension is already requested to install ms-python.vscode-pylance
Collecting setuptools
[172584 ms] [19:40:06] Downloaded extension: github.vscode-pull-request-github /root/.vscode-server/extensionsCache/github.vscode-pull-request-github-0.29.2
Downloading setuptools-57.5.0-py3-none-any.whl (819 kB)
|████████▍ | 215 kB 578 kB/s eta 0:00:02[172944 ms] [19:40:07] Extension is already requested to install ms-python.python
[172948 ms] [19:40:07] Extension is already requested to install ms-toolsai.jupyter
|█████████████▋ | 348 kB 578 kB/s eta 0:00:01[173048 ms] [19:40:07] Downloaded extension: ms-python.python /root/.vscode-server/extensionsCache/ms-python.python-2021.9.1191016588
[173048 ms] [19:40:07] Downloaded extension: ms-toolsai.jupyter /root/.vscode-server/extensionsCache/ms-toolsai.jupyter-2021.8.1236758218
|████████████████████████████████| 819 kB 578 kB/s
[173439 ms] [19:40:07] Downloaded extension: ms-python.vscode-pylance /root/.vscode-server/extensionsCache/ms-python.vscode-pylance-2021.9.0
Collecting wheel
Downloading wheel-0.37.0-py2.py3-none-any.whl (35 kB)
Installing collected packages: setuptools, wheel
Attempting uninstall: setuptools
Found existing installation: setuptools 50.3.2
Uninstalling setuptools-50.3.2:
Successfully uninstalled setuptools-50.3.2
Attempting uninstall: wheel
Found existing installation: wheel 0.35.1
Uninstalling wheel-0.35.1:
Successfully uninstalled wheel-0.35.1
Successfully installed setuptools-57.5.0 wheel-0.37.0
python3 -m pip --disable-pip-version-check \
install --upgrade git+git://github.com/home-assistant/home-assistant.git@dev;
Collecting git+git://github.com/home-assistant/home-assistant.git@dev
Cloning git://github.com/home-assistant/home-assistant.git (to revision dev) to /tmp/pip-req-build-detq5uj5
[190343 ms] [19:40:24] Extracted extension to /root/.vscode-server/extensions/.702cc07a-042a-4b35-bbc4-7d9b0def65d9: github.vscode-pull-request-github
[190732 ms] [19:40:24] Renamed to /root/.vscode-server/extensions/github.vscode-pull-request-github-0.29.2
[190768 ms] [19:40:25] Extracting completed. github.vscode-pull-request-github
[190805 ms] [19:40:25] Extension installed successfully: github.vscode-pull-request-github
[190830 ms] Extension 'github.vscode-pull-request-github' v0.30.0 was successfully installed.
[205668 ms] Start: Run in container: mkdir -p '/vscode/vscode-server/extensionsCache' && cd '/root/.vscode-server/extensionsCache' && cp 'github.vscode-pull-request-github-0.29.2' 'ryanluker.vscode-coverage-gutters-2.8.1' '/vscode/vscode-server/extensionsCache'
[206357 ms]
[206357 ms]
[206358 ms] Start: Run in container: cd '/vscode/vscode-server/extensionsCache' && ls -t | tail -n +50 | xargs rm -f
[206484 ms]
[206487 ms]
[210063 ms] [19:40:44] Extracted extension to /root/.vscode-server/extensions/.a53f51ca-d00c-4152-b645-7a2a8400bc16: ms-toolsai.jupyter
[210188 ms] [19:40:44] Renamed to /root/.vscode-server/extensions/ms-toolsai.jupyter-2021.8.1236758218
[210208 ms] [19:40:44] Extracting completed. ms-toolsai.jupyter
[213606 ms] [19:40:47] Extracted extension to /root/.vscode-server/extensions/.6cd4bf7d-22b6-4c91-9fbc-20a9da648779: ryanluker.vscode-coverage-gutters
[214156 ms] [19:40:48] Renamed to /root/.vscode-server/extensions/ryanluker.vscode-coverage-gutters-2.8.1
[214156 ms] [19:40:48] Extracting completed. ryanluker.vscode-coverage-gutters
[214247 ms] [19:40:48] Extension installed successfully: ryanluker.vscode-coverage-gutters
[214293 ms] Extension 'ryanluker.vscode-coverage-gutters' v2.8.1 was successfully installed.
[317908 ms] [19:42:32] Extracted extension to /root/.vscode-server/extensions/.f2dccd21-4dfc-42b7-947f-853caee21d09: ms-python.python
[318462 ms] [19:42:32] Renamed to /root/.vscode-server/extensions/ms-python.python-2021.9.1191016588
[318562 ms] [19:42:32] Extracting completed. ms-python.python
[318682 ms] [19:42:32] Extension installed successfully: ms-toolsai.jupyter
[318684 ms] [19:42:32] Extension installed successfully: ms-python.python
[318767 ms] Extension 'ms-python.python' v2021.9.1191016588 was successfully installed.
[321395 ms] [19:42:35] Extracted extension to /root/.vscode-server/extensions/.15006495-6f69-4e14-b74e-9dd9affae316: ms-python.vscode-pylance
[323754 ms] [19:42:38] Renamed to /root/.vscode-server/extensions/ms-python.vscode-pylance-2021.9.0
[323757 ms] [19:42:38] Extracting completed. ms-python.vscode-pylance
[324152 ms] [19:42:38] Extension installed successfully: ms-python.vscode-pylance
[324163 ms] Extension 'ms-python.vscode-pylance' v2021.9.0 was successfully installed.
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting cryptography==3.3.2
Downloading cryptography-3.3.2.tar.gz (539 kB)
|████████████████████████████████| 539 kB 2.1 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting certifi>=2020.12.5
Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
|████████████████████████████████| 145 kB 4.0 MB/s
Collecting PyJWT==1.7.1
Downloading PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting ciso8601==2.1.3
Downloading ciso8601-2.1.3.tar.gz (15 kB)
Collecting awesomeversion==21.4.0
Downloading awesomeversion-21.4.0-py3-none-any.whl (11 kB)
Collecting async-timeout==3.0.1
Downloading async_timeout-3.0.1-py3-none-any.whl (8.2 kB)
Collecting attrs==21.2.0
Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
|████████████████████████████████| 53 kB 382 kB/s
Collecting backports.zoneinfo; python_version < "3.9"
Downloading backports.zoneinfo-0.2.1.tar.gz (74 kB)
|████████████████████████████████| 74 kB 833 kB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting requests==2.25.1
Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
|████████████████████████████████| 61 kB 2.0 MB/s
Collecting bcrypt==3.1.7
Downloading bcrypt-3.1.7.tar.gz (42 kB)
|████████████████████████████████| 42 kB 91 kB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting astral==2.2
Downloading astral-2.2-py2.py3-none-any.whl (30 kB)
Collecting voluptuous-serialize==2.4.0
Downloading voluptuous_serialize-2.4.0-py3-none-any.whl (6.7 kB)
Requirement already satisfied, skipping upgrade: pip<20.3,>=8.0.3 in /usr/lib/python3.8/site-packages (from homeassistant==2021.10.0.dev0) (20.2.4)
Collecting voluptuous==0.12.1
Downloading voluptuous-0.12.1-py3-none-any.whl (29 kB)
Collecting yarl==1.6.3
Downloading yarl-1.6.3.tar.gz (176 kB)
|████████████████████████████████| 176 kB 4.2 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting jinja2==3.0.1
Downloading Jinja2-3.0.1-py3-none-any.whl (133 kB)
|████████████████████████████████| 133 kB 5.4 MB/s
Collecting aiohttp==3.7.4.post0
Downloading aiohttp-3.7.4.post0.tar.gz (1.1 MB)
|████████████████████████████████| 1.1 MB 1.7 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting pyyaml==5.4.1
Downloading PyYAML-5.4.1.tar.gz (175 kB)
|████████████████████████████████| 175 kB 143 kB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting python-slugify==4.0.1
Downloading python-slugify-4.0.1.tar.gz (11 kB)
Collecting httpx==0.19.0
Downloading httpx-0.19.0-py3-none-any.whl (77 kB)
|████████████████████████████████| 77 kB 1.6 MB/s
Processing /root/.cache/pip/wheels/21/a9/81/c074a48686fe8c1ffada1f9e5f53b553c0f766503c0b991c23/cffi-1.14.6-cp38-cp38-linux_x86_64.whl
Requirement already satisfied, skipping upgrade: six>=1.4.1 in /usr/lib/python3.8/site-packages (from cryptography==3.3.2->homeassistant==2021.10.0.dev0) (1.15.0)
Requirement already satisfied, skipping upgrade: chardet<5,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests==2.25.1->homeassistant==2021.10.0.dev0) (3.0.4)
Requirement already satisfied, skipping upgrade: urllib3<1.27,>=1.21.1 in /usr/lib/python3.8/site-packages (from requests==2.25.1->homeassistant==2021.10.0.dev0) (1.25.9)
Requirement already satisfied, skipping upgrade: idna<3,>=2.5 in /usr/lib/python3.8/site-packages (from requests==2.25.1->homeassistant==2021.10.0.dev0) (2.9)
Collecting pytz
Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
|████████████████████████████████| 510 kB 4.6 MB/s
Collecting multidict>=4.0
Downloading multidict-5.1.0.tar.gz (53 kB)
|████████████████████████████████| 53 kB 494 kB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting MarkupSafe>=2.0
Downloading MarkupSafe-2.0.1.tar.gz (18 kB)
Requirement already satisfied, skipping upgrade: typing-extensions>=3.6.5 in /usr/lib/python3.8/site-packages (from aiohttp==3.7.4.post0->homeassistant==2021.10.0.dev0) (3.7.4.3)
Collecting text-unidecode>=1.3
Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
|████████████████████████████████| 78 kB 1.4 MB/s
Collecting rfc3986[idna2008]<2,>=1.3
Downloading rfc3986-1.5.0-py2.py3-none-any.whl (31 kB)
Collecting sniffio
Downloading sniffio-1.2.0-py3-none-any.whl (10 kB)
Collecting charset-normalizer
Downloading charset_normalizer-2.0.4-py3-none-any.whl (36 kB)
Collecting httpcore<0.14.0,>=0.13.3
Downloading httpcore-0.13.6-py3-none-any.whl (58 kB)
|████████████████████████████████| 58 kB 1.1 MB/s
Collecting pycparser
Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Collecting h11<0.13,>=0.11
Downloading h11-0.12.0-py3-none-any.whl (54 kB)
|████████████████████████████████| 54 kB 961 kB/s
Collecting anyio==3.*
Downloading anyio-3.3.0-py3-none-any.whl (77 kB)
|████████████████████████████████| 77 kB 892 kB/s
Building wheels for collected packages: homeassistant, cryptography, ciso8601, backports.zoneinfo, bcrypt, yarl, aiohttp, pyyaml, python-slugify, multidict, MarkupSafe
Building wheel for homeassistant (PEP 517) ... done
Created wheel for homeassistant: filename=homeassistant-2021.10.0.dev0-py3-none-any.whl size=14015092 sha256=375b972e396d60df47b6688d1674fc3de79e1a0e3400854c71b399a9bafb89e1
Stored in directory: /tmp/pip-ephem-wheel-cache-n7fqp1nk/wheels/48/e8/0f/b4a47de34606d8a60ce9ba027b37e2ac2879b62357f51f3448
Building wheel for cryptography (PEP 517) ... done
Created wheel for cryptography: filename=cryptography-3.3.2-cp38-cp38-linux_x86_64.whl size=1190593 sha256=f3cce6780deda582d6ddce275aa35e4df674428105e6e047ae762d3c6d3e768f
Stored in directory: /root/.cache/pip/wheels/be/78/4a/8369e36abca13e612acbb8588a6df07ebe8dc7a62f2c5ca2f1
Building wheel for ciso8601 (setup.py) ... done
Created wheel for ciso8601: filename=ciso8601-2.1.3-cp38-cp38-linux_x86_64.whl size=30601 sha256=c8dc8efdd865f3a6307728bcafbf2fa53ffd4cc03a30412184f216b7ae34d02a
Stored in directory: /root/.cache/pip/wheels/55/c3/4c/7f1b3249545f80aa40b0ff3b4029e676e7521559fb9b5aab14
Building wheel for backports.zoneinfo (PEP 517) ... done
Created wheel for backports.zoneinfo: filename=backports.zoneinfo-0.2.1-cp38-cp38-linux_x86_64.whl size=88210 sha256=53dbe222127c811a58c0259cf4fe1ed8ec5fd094e57ba34686063c2f521098fa
Stored in directory: /root/.cache/pip/wheels/c7/de/cc/c405827ed64f81b56142f1e0075a970b2731b00d21983d54fb
Building wheel for bcrypt (PEP 517) ... done
Created wheel for bcrypt: filename=bcrypt-3.1.7-cp38-cp38-linux_x86_64.whl size=66662 sha256=bef6bade6912261bd804eee460127a2922d82bea6fa3d90092d616d9288fe9cb
Stored in directory: /root/.cache/pip/wheels/08/dd/04/63fe9a4002c36105c358f90221e4882825a264edb9d8554163
Building wheel for yarl (PEP 517) ... done
Created wheel for yarl: filename=yarl-1.6.3-cp38-cp38-linux_x86_64.whl size=323877 sha256=058c1621a1cd68c022ce221b9cda5be76e874bc63e44afa61335b9413348a38e
Stored in directory: /root/.cache/pip/wheels/03/1d/d3/9693ea3024088fd2555f0cdbb42cb6b133e389a8e68502f85f
Building wheel for aiohttp (PEP 517) ... done
Created wheel for aiohttp: filename=aiohttp-3.7.4.post0-cp38-cp38-linux_x86_64.whl size=1462780 sha256=2527da0f379a9b9fb13bab4334f7a44a94bae79c75e83700f562d415e7d0fed4
Stored in directory: /root/.cache/pip/wheels/70/a6/74/e3ee8e169262359ed1d452bdfbe82e6420aa40ccfc2d727126
Building wheel for pyyaml (PEP 517) ... done
Created wheel for pyyaml: filename=PyYAML-5.4.1-cp38-cp38-linux_x86_64.whl size=45655 sha256=6a97e055169a3f0d8fa518ff1a1d366e8e7cf4a5bf631718451d219f859fcf4d
Stored in directory: /root/.cache/pip/wheels/dd/c5/1d/5d7436173d3efd4a14dcb510eb0b29525ecb6b0e41489e716e
Building wheel for python-slugify (setup.py) ... done
Created wheel for python-slugify: filename=python_slugify-4.0.1-py2.py3-none-any.whl size=6781 sha256=1807750b69df87847353a9f934980f7154950d1564ab720017c781f80c683544
Stored in directory: /root/.cache/pip/wheels/91/4d/4f/e740a68c215791688c46c4d6251770a570e8dfea91af1acb5c
Building wheel for multidict (PEP 517) ... done
Created wheel for multidict: filename=multidict-5.1.0-cp38-cp38-linux_x86_64.whl size=159263 sha256=b427a17c1888ad33a71f3ddd24776f97c1414da2a04ba3b995b9e1cfb48bc424
Stored in directory: /root/.cache/pip/wheels/72/97/bc/5bffee542d18b454f73bd1a593cd104de3c46a50e4f2946728
Building wheel for MarkupSafe (setup.py) ... done
Created wheel for MarkupSafe: filename=MarkupSafe-2.0.1-cp38-cp38-linux_x86_64.whl size=30047 sha256=daea206e4b39a1c9add002bb549a9ef68a0a83fb1350bd7c4d2e6d32ccfd6336
Stored in directory: /root/.cache/pip/wheels/fd/ac/52/de22dc1b1f975843caa5d0e8c817618b816345617c1b01039b
Successfully built homeassistant cryptography ciso8601 backports.zoneinfo bcrypt yarl aiohttp pyyaml python-slugify multidict MarkupSafe
Installing collected packages: pycparser, cffi, cryptography, certifi, PyJWT, ciso8601, awesomeversion, async-timeout, attrs, backports.zoneinfo, requests, bcrypt, pytz, astral, voluptuous, voluptuous-serialize, multidict, yarl, MarkupSafe, jinja2, aiohttp, pyyaml, text-unidecode, python-slugify, rfc3986, sniffio, charset-normalizer, h11, anyio, httpcore, httpx, homeassistant
Attempting uninstall: certifi
Found existing installation: certifi 2020.4.5.1
Uninstalling certifi-2020.4.5.1:
Successfully uninstalled certifi-2020.4.5.1
Attempting uninstall: requests
Found existing installation: requests 2.23.0
Uninstalling requests-2.23.0:
Successfully uninstalled requests-2.23.0
Successfully installed MarkupSafe-2.0.1 PyJWT-1.7.1 aiohttp-3.7.4.post0 anyio-3.3.0 astral-2.2 async-timeout-3.0.1 attrs-21.2.0 awesomeversion-21.4.0 backports.zoneinfo-0.2.1 bcrypt-3.1.7 certifi-2021.5.30 cffi-1.14.6 charset-normalizer-2.0.4 ciso8601-2.1.3 cryptography-3.3.2 h11-0.12.0 homeassistant-2021.10.0.dev0 httpcore-0.13.6 httpx-0.19.0 jinja2-3.0.1 multidict-5.1.0 pycparser-2.20 python-slugify-4.0.1 pytz-2021.1 pyyaml-5.4.1 requests-2.25.1 rfc3986-1.5.0 sniffio-1.2.0 text-unidecode-1.3 voluptuous-0.12.1 voluptuous-serialize-2.4.0 yarl-1.6.3
apk add libxml2-dev libxslt-dev
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
(1/7) Installing xz-dev (5.2.5-r0)
(2/7) Installing libxml2 (2.9.12-r0)
(3/7) Installing libxml2-dev (2.9.12-r0)
(4/7) Installing libgpg-error (1.37-r0)
(5/7) Installing libgcrypt (1.8.8-r0)
(6/7) Installing libxslt (1.1.34-r0)
(7/7) Installing libxslt-dev (1.1.34-r0)
Executing busybox-1.31.1-r19.trigger
OK: 345 MiB in 134 packages
python3 -m pip --disable-pip-version-check install -U setuptools wheel
Requirement already up-to-date: setuptools in /usr/lib/python3.8/site-packages (57.5.0)
Requirement already up-to-date: wheel in /usr/lib/python3.8/site-packages (0.37.0)
python3 -m pip --disable-pip-version-check install -r requirements.txt
Collecting black==19.10b0
Downloading black-19.10b0-py36-none-any.whl (97 kB)
|████████████████████████████████| 97 kB 1.3 MB/s
Collecting pre-commit==2.6.0
Downloading pre_commit-2.6.0-py2.py3-none-any.whl (171 kB)
|████████████████████████████████| 171 kB 2.2 MB/s
Requirement already satisfied: attrs>=18.1.0 in /usr/lib/python3.8/site-packages (from black==19.10b0->-r requirements.txt (line 1)) (21.2.0)
Requirement already satisfied: click>=6.5 in /usr/lib/python3.8/site-packages (from black==19.10b0->-r requirements.txt (line 1)) (7.1.2)
Requirement already satisfied: typed-ast>=1.4.0 in /usr/lib/python3.8/site-packages (from black==19.10b0->-r requirements.txt (line 1)) (1.4.1)
Requirement already satisfied: pathspec<1,>=0.6 in /usr/lib/python3.8/site-packages (from black==19.10b0->-r requirements.txt (line 1)) (0.8.1)
Requirement already satisfied: toml>=0.9.4 in /usr/lib/python3.8/site-packages (from black==19.10b0->-r requirements.txt (line 1)) (0.10.1)
Requirement already satisfied: appdirs in /usr/lib/python3.8/site-packages (from black==19.10b0->-r requirements.txt (line 1)) (1.4.4)
Requirement already satisfied: regex in /usr/lib/python3.8/site-packages (from black==19.10b0->-r requirements.txt (line 1)) (2020.11.13)
Collecting cfgv>=2.0.0
Downloading cfgv-3.3.1-py2.py3-none-any.whl (7.3 kB)
Collecting virtualenv>=20.0.8
Downloading virtualenv-20.7.2-py2.py3-none-any.whl (5.3 MB)
|████████████████████████████████| 5.3 MB 3.6 MB/s
Collecting identify>=1.0.0
Downloading identify-2.2.13-py2.py3-none-any.whl (98 kB)
|████████████████████████████████| 98 kB 2.6 MB/s
Requirement already satisfied: pyyaml>=5.1 in /usr/lib/python3.8/site-packages (from pre-commit==2.6.0->-r requirements.txt (line 2)) (5.4.1)
Collecting nodeenv>=0.11.1
Downloading nodeenv-1.6.0-py2.py3-none-any.whl (21 kB)
Requirement already satisfied: six<2,>=1.9.0 in /usr/lib/python3.8/site-packages (from virtualenv>=20.0.8->pre-commit==2.6.0->-r requirements.txt (line 2)) (1.15.0)
Collecting distlib<1,>=0.3.1
Downloading distlib-0.3.2-py2.py3-none-any.whl (338 kB)
|████████████████████████████████| 338 kB 4.8 MB/s
Collecting platformdirs<3,>=2
Downloading platformdirs-2.3.0-py3-none-any.whl (13 kB)
Collecting backports.entry-points-selectable>=1.0.4
Downloading backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl (6.2 kB)
Collecting filelock<4,>=3.0.0
Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
Installing collected packages: black, cfgv, distlib, platformdirs, backports.entry-points-selectable, filelock, virtualenv, identify, nodeenv, pre-commit
Attempting uninstall: black
Found existing installation: black 20.8b1
Uninstalling black-20.8b1:
Successfully uninstalled black-20.8b1
Attempting uninstall: distlib
Found existing installation: distlib 0.3.0
ERROR: Cannot uninstall 'distlib'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
make: *** [Makefile:16: requirements] Error 1
[818554 ms] Error: Command failed: /bin/sh -c make init
at xE (/Users/chof/.vscode/extensions/ms-vscode-remote.remote-containers-0.191.1/dist/extension/extension.js:171:15)
at async _E (/Users/chof/.vscode/extensions/ms-vscode-remote.remote-containers-0.191.1/dist/extension/extension.js:164:2459)
at async /Users/chof/.vscode/extensions/ms-vscode-remote.remote-containers-0.191.1/dist/extension/extension.js:146:8031
Version of the custom_component current version d9af26f3
Describe the bug When I start vscode in the remote container upon initialization I get the following error in the make init step:
ERROR: Cannot uninstall 'distlib'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
log