Operating System
Ubuntu 22.04.2 LTS
Ruby Version
n/a
Jekyll Version
Jekyll 4.3.2
GitHub Pages Version
No response
Expected Behavior
I opened the Jekyll repo in Visual Studio Code. It prompted me to re-open in the provided devcontainer and I accepted. I expected the devcontainer to be built and I would be able to run Jekyll inside the devcontainer.
Current Behavior
The process to build the devcontainer chugged along for a minute before failing on a step that checked whether the version of Linux in the container was compatible with the version of Node.js.
That check failed saying the OS was not supported. It actually failed because the version of Node.js specified (13) is no longer supported. There was a verbose deprecation warning just before the check that failed.
Updating the Dockerfile to specify a later version of Node allowed the container to build, but I haven't checked if jekyll runs, tests pass, that kind of thing.
Relevant log output
[2023-05-04T10:00:11.135Z] Dev Containers 0.292.0 in VS Code 1.78.0 (252e5463d60e63238250799aef7375787f68b4ee).
[2023-05-04T10:00:11.135Z] Start: Resolving Remote
[2023-05-04T10:00:11.148Z] Setting up container for folder or workspace: /home/joe/jekyll
[2023-05-04T10:00:11.166Z] Start: Check Docker is running
[2023-05-04T10:00:11.167Z] Start: Run: docker version --format {{.Server.APIVersion}}
[2023-05-04T10:00:11.190Z] Stop (23 ms): Run: docker version --format {{.Server.APIVersion}}
[2023-05-04T10:00:11.190Z] Server API version: 1.41
[2023-05-04T10:00:11.190Z] Stop (24 ms): Check Docker is running
[2023-05-04T10:00:11.191Z] Start: Run: docker volume ls -q
[2023-05-04T10:00:11.208Z] Stop (17 ms): Run: docker volume ls -q
[2023-05-04T10:00:11.209Z] Start: Run: docker inspect --type container 2a7bcfe3f5da2a68a05e87f2008b57a9ed93461b942df59ee40cbdaab174bccb
[2023-05-04T10:00:11.230Z] Stop (21 ms): Run: docker inspect --type container 2a7bcfe3f5da2a68a05e87f2008b57a9ed93461b942df59ee40cbdaab174bccb
[2023-05-04T10:00:11.230Z] Start: Run: docker ps -q -a --filter label=vsch.local.folder=/home/joe/jekyll --filter label=vsch.quality=stable
[2023-05-04T10:00:11.248Z] Stop (18 ms): Run: docker ps -q -a --filter label=vsch.local.folder=/home/joe/jekyll --filter label=vsch.quality=stable
[2023-05-04T10:00:11.248Z] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll --filter label=devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json
[2023-05-04T10:00:11.266Z] Stop (18 ms): Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll --filter label=devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json
[2023-05-04T10:00:11.266Z] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll
[2023-05-04T10:00:11.284Z] Stop (18 ms): Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll
[2023-05-04T10:00:11.284Z] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll
[2023-05-04T10:00:11.301Z] Stop (17 ms): Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll
[2023-05-04T10:00:11.302Z] Start: Run: /usr/share/code/code --ms-enable-electron-run-as-node /home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js read-configuration --workspace-folder /home/joe/jekyll --id-label devcontainer.local_folder=/home/joe/jekyll --id-label devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/joe/jekyll/.devcontainer/devcontainer.json --mount-workspace-git-root true
[2023-05-04T10:00:11.536Z] @devcontainers/cli 0.40.0. Node.js v16.17.1. linux 5.19.0-41-generic x64.
[2023-05-04T10:00:11.536Z] Start: Run: git rev-parse --show-cdup
[2023-05-04T10:00:11.543Z] Stop (7 ms): Run: git rev-parse --show-cdup
[2023-05-04T10:00:11.543Z] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll --filter label=devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json
[2023-05-04T10:00:11.560Z] Stop (17 ms): Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll --filter label=devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json
[2023-05-04T10:00:11.565Z] Stop (263 ms): Run: /usr/share/code/code --ms-enable-electron-run-as-node /home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js read-configuration --workspace-folder /home/joe/jekyll --id-label devcontainer.local_folder=/home/joe/jekyll --id-label devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/joe/jekyll/.devcontainer/devcontainer.json --mount-workspace-git-root true
[2023-05-04T10:00:11.566Z] Start: Run: /usr/share/code/code --ms-enable-electron-run-as-node /home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js up --user-data-folder /home/joe/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/data --container-session-data-folder /tmp/devcontainers-bd56068c-df16-4a50-8ca2-6cf1ca604c781683194410655 --workspace-folder /home/joe/jekyll --workspace-mount-consistency cached --id-label devcontainer.local_folder=/home/joe/jekyll --id-label devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/joe/jekyll/.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
[2023-05-04T10:00:11.793Z] @devcontainers/cli 0.40.0. Node.js v16.17.1. linux 5.19.0-41-generic x64.
[2023-05-04T10:00:11.793Z] Start: Run: docker buildx version
[2023-05-04T10:00:11.812Z] Stop (19 ms): Run: docker buildx version
[2023-05-04T10:00:11.812Z]
[2023-05-04T10:00:11.812Z] docker: 'buildx' is not a docker command.
See 'docker --help'
[2023-05-04T10:00:11.812Z] Exit code 1
[2023-05-04T10:00:11.812Z] Start: Resolving Remote
[2023-05-04T10:00:11.815Z] Start: Run: git rev-parse --show-cdup
[2023-05-04T10:00:11.819Z] Stop (4 ms): Run: git rev-parse --show-cdup
[2023-05-04T10:00:11.820Z] Start: Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll --filter label=devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json
[2023-05-04T10:00:11.836Z] Stop (16 ms): Run: docker ps -q -a --filter label=devcontainer.local_folder=/home/joe/jekyll --filter label=devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json
[2023-05-04T10:00:11.839Z] Start: Run: docker inspect --type image ruby:2
[2023-05-04T10:00:11.855Z] Stop (16 ms): Run: docker inspect --type image ruby:2
[2023-05-04T10:00:11.856Z] local container features stored at: /home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/node_modules/vscode-dev-containers/container-features
[2023-05-04T10:00:11.857Z] Start: Run: tar --no-same-owner -x -f -
[2023-05-04T10:00:11.867Z] Stop (10 ms): Run: tar --no-same-owner -x -f -
[2023-05-04T10:00:11.868Z] Start: Run: docker build -f /tmp/devcontainercli-joe/container-features/0.40.0-1683194411856/Dockerfile-with-features -t vsc-jekyll-dd3733f814b148fa7f7c051bb34501dcf88593ce704ffa92342c87011f0c209f --target dev_containers_target_stage --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label /home/joe/jekyll/.devcontainer
[2023-05-04T10:00:11.884Z] Sending build context to Docker daemon 8.751kB
[2023-05-04T10:00:11.910Z] Step 1/12 : ARG _DEV_CONTAINERS_BASE_IMAGE=placeholder
Step 2/12 : FROM ruby:2 AS dev_container_auto_added_stage_label
[2023-05-04T10:00:11.910Z] ---> 82ca169bb3c4
Step 3/12 : ENV DEBIAN_FRONTEND=noninteractive
[2023-05-04T10:00:11.911Z] ---> Using cache
---> c97ab607aea6
Step 4/12 : ARG USERNAME=vscode
[2023-05-04T10:00:11.911Z] ---> Using cache
---> cf087f8fcb8a
[2023-05-04T10:00:11.911Z] Step 5/12 : ARG USER_UID=1000
[2023-05-04T10:00:11.911Z] ---> Using cache
---> 9b815bc4eeda
Step 6/12 : ARG USER_GID=$USER_UID
[2023-05-04T10:00:11.911Z] ---> Using cache
---> 1f2a61e1793d
[2023-05-04T10:00:11.911Z] Step 7/12 : RUN apt-get update && apt-get -y install --no-install-recommends apt-utils dialog locales 2>&1 && apt-get -y install git openssh-client iproute2 procps lsb-release && gem install ruby-debug-ide && gem install debase && apt-get -y install curl software-properties-common && curl -sL https://deb.nodesource.com/setup_13.x | bash - && apt-get -y install nodejs && groupadd --gid $USER_GID $USERNAME && useradd -s /bin/bash --uid $USER_UID --gid $USER_GID -m $USERNAME && apt-get install -y sudo && echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME && chmod 0440 /etc/sudoers.d/$USERNAME && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
[2023-05-04T10:00:11.930Z] ---> Running in d4f4960ddceb
[2023-05-04T10:00:12.251Z] Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
[2023-05-04T10:00:12.298Z] Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
[2023-05-04T10:00:12.703Z] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
[2023-05-04T10:00:12.720Z] Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
[2023-05-04T10:00:12.973Z] Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB]
[2023-05-04T10:00:12.987Z] Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
[2023-05-04T10:00:13.961Z] Fetched 8643 kB in 2s (4823 kB/s)
Reading package lists...
[2023-05-04T10:00:14.426Z]
[2023-05-04T10:00:14.443Z] Reading package lists...
[2023-05-04T10:00:14.892Z]
[2023-05-04T10:00:14.903Z] Building dependency tree...
[2023-05-04T10:00:15.026Z]
Reading state information...
[2023-05-04T10:00:15.026Z]
[2023-05-04T10:00:15.194Z] The following additional packages will be installed:
[2023-05-04T10:00:15.195Z] libc-l10n
[2023-05-04T10:00:15.219Z] The following NEW packages will be installed:
[2023-05-04T10:00:15.221Z] apt-utils dialog libc-l10n locales
[2023-05-04T10:00:15.336Z] 0 upgraded, 4 newly installed, 0 to remove and 27 not upgraded.
Need to get 5678 kB of archives.
After this operation, 23.3 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 apt-utils amd64 2.2.4 [439 kB]
[2023-05-04T10:00:15.416Z] Get:2 http://deb.debian.org/debian bullseye/main amd64 libc-l10n all 2.31-13+deb11u6 [865 kB]
[2023-05-04T10:00:15.450Z] Get:3 http://deb.debian.org/debian bullseye/main amd64 locales all 2.31-13+deb11u6 [4086 kB]
[2023-05-04T10:00:15.551Z] Get:4 http://deb.debian.org/debian bullseye/main amd64 dialog amd64 1.3-20201126-1 [288 kB]
[2023-05-04T10:00:15.676Z] debconf: delaying package configuration, since apt-utils is not installed
[2023-05-04T10:00:15.717Z] Fetched 5678 kB in 0s (17.3 MB/s)
[2023-05-04T10:00:15.732Z] Selecting previously unselected package apt-utils.
(Reading database ...
[2023-05-04T10:00:15.735Z] (Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
[2023-05-04T10:00:15.737Z] (Reading database ... 65%
[2023-05-04T10:00:15.738Z] (Reading database ... 70%
[2023-05-04T10:00:15.740Z] (Reading database ... 75%
[2023-05-04T10:00:15.741Z] (Reading database ... 80%
[2023-05-04T10:00:15.742Z] (Reading database ... 85%
[2023-05-04T10:00:15.743Z] (Reading database ... 90%
[2023-05-04T10:00:15.744Z] (Reading database ... 95%
[2023-05-04T10:00:15.745Z] (Reading database ... 100%
(Reading database ... 22794 files and directories currently installed.)
[2023-05-04T10:00:15.746Z] Preparing to unpack .../apt-utils_2.2.4_amd64.deb ...
[2023-05-04T10:00:15.748Z] Unpacking apt-utils (2.2.4) ...
[2023-05-04T10:00:15.797Z] Selecting previously unselected package libc-l10n.
[2023-05-04T10:00:15.798Z] Preparing to unpack .../libc-l10n_2.31-13+deb11u6_all.deb ...
[2023-05-04T10:00:15.800Z] Unpacking libc-l10n (2.31-13+deb11u6) ...
[2023-05-04T10:00:15.888Z] Selecting previously unselected package locales.
[2023-05-04T10:00:15.890Z] Preparing to unpack .../locales_2.31-13+deb11u6_all.deb ...
[2023-05-04T10:00:15.892Z] Unpacking locales (2.31-13+deb11u6) ...
[2023-05-04T10:00:16.245Z] Selecting previously unselected package dialog.
[2023-05-04T10:00:16.246Z] Preparing to unpack .../dialog_1.3-20201126-1_amd64.deb ...
[2023-05-04T10:00:16.249Z] Unpacking dialog (1.3-20201126-1) ...
[2023-05-04T10:00:16.311Z] Setting up libc-l10n (2.31-13+deb11u6) ...
[2023-05-04T10:00:16.318Z] Setting up apt-utils (2.2.4) ...
[2023-05-04T10:00:16.325Z] Setting up locales (2.31-13+deb11u6) ...
[2023-05-04T10:00:17.085Z] Generating locales (this might take a while)...
[2023-05-04T10:00:17.092Z] Generation complete.
[2023-05-04T10:00:17.123Z] Setting up dialog (1.3-20201126-1) ...
[2023-05-04T10:00:17.160Z] Reading package lists...
[2023-05-04T10:00:17.597Z]
[2023-05-04T10:00:17.608Z] Building dependency tree...
[2023-05-04T10:00:17.729Z]
Reading state information...
[2023-05-04T10:00:17.729Z]
[2023-05-04T10:00:17.881Z] git is already the newest version (1:2.30.2-1+deb11u2).
openssh-client is already the newest version (1:8.4p1-5+deb11u1).
procps is already the newest version (2:3.3.17-5).
The following additional packages will be installed:
[2023-05-04T10:00:17.882Z] distro-info-data libatm1 libbpf0 libcap2 libcap2-bin libmnl0 libpam-cap
[2023-05-04T10:00:17.882Z] libxtables12
[2023-05-04T10:00:17.884Z] Suggested packages:
iproute2-doc
[2023-05-04T10:00:17.942Z] The following NEW packages will be installed:
[2023-05-04T10:00:17.942Z] distro-info-data iproute2 libatm1 libbpf0 libcap2 libcap2-bin libmnl0
[2023-05-04T10:00:17.943Z] libpam-cap libxtables12 lsb-release
[2023-05-04T10:00:18.064Z] 0 upgraded, 10 newly installed, 0 to remove and 27 not upgraded.
Need to get 1265 kB of archives.
After this operation, 3801 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
[2023-05-04T10:00:18.133Z] Get:2 http://deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
[2023-05-04T10:00:18.138Z] Get:3 http://deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
[2023-05-04T10:00:18.141Z] Get:4 http://deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
[2023-05-04T10:00:18.146Z] Get:5 http://deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
[2023-05-04T10:00:18.152Z] Get:6 http://deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
[2023-05-04T10:00:18.213Z] Get:7 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u3 [7812 B]
[2023-05-04T10:00:18.213Z] Get:8 http://deb.debian.org/debian bullseye/main amd64 libatm1 amd64 1:2.5.1-4 [71.3 kB]
[2023-05-04T10:00:18.215Z] Get:9 http://deb.debian.org/debian bullseye/main amd64 libpam-cap amd64 1:2.44-1 [15.4 kB]
[2023-05-04T10:00:18.215Z] Get:10 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
[2023-05-04T10:00:18.778Z] Preconfiguring packages ...
[2023-05-04T10:00:18.824Z] Fetched 1265 kB in 0s (4720 kB/s)
[2023-05-04T10:00:18.841Z] Selecting previously unselected package libbpf0:amd64.
(Reading database ...
[2023-05-04T10:00:18.843Z] (Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
[2023-05-04T10:00:18.845Z] (Reading database ... 65%
[2023-05-04T10:00:18.846Z] (Reading database ... 70%
[2023-05-04T10:00:18.847Z] (Reading database ... 75%
[2023-05-04T10:00:18.848Z] (Reading database ... 80%
[2023-05-04T10:00:18.849Z] (Reading database ... 85%
[2023-05-04T10:00:18.850Z] (Reading database ... 90%
[2023-05-04T10:00:18.852Z] (Reading database ... 95%
[2023-05-04T10:00:18.854Z] (Reading database ... 100%
(Reading database ... 23685 files and directories currently installed.)
[2023-05-04T10:00:18.855Z] Preparing to unpack .../0-libbpf0_1%3a0.3-2_amd64.deb ...
[2023-05-04T10:00:18.859Z] Unpacking libbpf0:amd64 (1:0.3-2) ...
[2023-05-04T10:00:18.887Z] Selecting previously unselected package libcap2:amd64.
[2023-05-04T10:00:18.888Z] Preparing to unpack .../1-libcap2_1%3a2.44-1_amd64.deb ...
[2023-05-04T10:00:18.890Z] Unpacking libcap2:amd64 (1:2.44-1) ...
[2023-05-04T10:00:18.913Z] Selecting previously unselected package libmnl0:amd64.
[2023-05-04T10:00:18.915Z] Preparing to unpack .../2-libmnl0_1.0.4-3_amd64.deb ...
[2023-05-04T10:00:18.917Z] Unpacking libmnl0:amd64 (1.0.4-3) ...
[2023-05-04T10:00:18.939Z] Selecting previously unselected package libxtables12:amd64.
[2023-05-04T10:00:18.941Z] Preparing to unpack .../3-libxtables12_1.8.7-1_amd64.deb ...
[2023-05-04T10:00:18.943Z] Unpacking libxtables12:amd64 (1.8.7-1) ...
[2023-05-04T10:00:18.965Z] Selecting previously unselected package libcap2-bin.
[2023-05-04T10:00:18.968Z] Preparing to unpack .../4-libcap2-bin_1%3a2.44-1_amd64.deb ...
[2023-05-04T10:00:18.971Z] Unpacking libcap2-bin (1:2.44-1) ...
[2023-05-04T10:00:18.999Z] Selecting previously unselected package iproute2.
[2023-05-04T10:00:19.003Z] Preparing to unpack .../5-iproute2_5.10.0-4_amd64.deb ...
[2023-05-04T10:00:19.006Z] Unpacking iproute2 (5.10.0-4) ...
[2023-05-04T10:00:19.095Z] Selecting previously unselected package distro-info-data.
[2023-05-04T10:00:19.097Z] Preparing to unpack .../6-distro-info-data_0.51+deb11u3_all.deb ...
[2023-05-04T10:00:19.099Z] Unpacking distro-info-data (0.51+deb11u3) ...
[2023-05-04T10:00:19.125Z] Selecting previously unselected package libatm1:amd64.
[2023-05-04T10:00:19.128Z] Preparing to unpack .../7-libatm1_1%3a2.5.1-4_amd64.deb ...
[2023-05-04T10:00:19.131Z] Unpacking libatm1:amd64 (1:2.5.1-4) ...
[2023-05-04T10:00:19.177Z] Selecting previously unselected package libpam-cap:amd64.
[2023-05-04T10:00:19.181Z] Preparing to unpack .../8-libpam-cap_1%3a2.44-1_amd64.deb ...
[2023-05-04T10:00:19.184Z] Unpacking libpam-cap:amd64 (1:2.44-1) ...
[2023-05-04T10:00:19.222Z] Selecting previously unselected package lsb-release.
[2023-05-04T10:00:19.225Z] Preparing to unpack .../9-lsb-release_11.1.0_all.deb ...
[2023-05-04T10:00:19.228Z] Unpacking lsb-release (11.1.0) ...
[2023-05-04T10:00:19.278Z] Setting up distro-info-data (0.51+deb11u3) ...
[2023-05-04T10:00:19.285Z] Setting up libatm1:amd64 (1:2.5.1-4) ...
[2023-05-04T10:00:19.291Z] Setting up libcap2:amd64 (1:2.44-1) ...
[2023-05-04T10:00:19.296Z] Setting up libcap2-bin (1:2.44-1) ...
[2023-05-04T10:00:19.302Z] Setting up libmnl0:amd64 (1.0.4-3) ...
[2023-05-04T10:00:19.308Z] Setting up libxtables12:amd64 (1.8.7-1) ...
[2023-05-04T10:00:19.313Z] Setting up lsb-release (11.1.0) ...
[2023-05-04T10:00:19.320Z] Setting up libbpf0:amd64 (1:0.3-2) ...
[2023-05-04T10:00:19.326Z] Setting up libpam-cap:amd64 (1:2.44-1) ...
[2023-05-04T10:00:19.432Z] Setting up iproute2 (5.10.0-4) ...
[2023-05-04T10:00:19.537Z] Processing triggers for libc-bin (2.31-13+deb11u5) ...
[2023-05-04T10:00:22.074Z] Building native extensions. This could take a while...
[2023-05-04T10:00:26.146Z] Successfully installed ruby-debug-ide-0.7.3
1 gem installed
[2023-05-04T10:00:26.486Z] Building native extensions. This could take a while...
[2023-05-04T10:00:28.341Z] Successfully installed debase-0.2.4.1
1 gem installed
[2023-05-04T10:00:28.353Z] Reading package lists...
[2023-05-04T10:00:28.797Z]
[2023-05-04T10:00:28.809Z] Building dependency tree...
[2023-05-04T10:00:28.940Z]
Reading state information...
[2023-05-04T10:00:28.940Z]
[2023-05-04T10:00:29.097Z] curl is already the newest version (7.74.0-1.3+deb11u7).
The following additional packages will be installed:
dbus dmsetup gir1.2-packagekitglib-1.0 iso-codes libapparmor1 libappstream4
libargon2-1 libcryptsetup12 libdbus-1-3 libdevmapper1.02.1 libdw1
[2023-05-04T10:00:29.097Z] libgstreamer1.0-0 libip4tc2 libjson-c5 libkmod2 liblmdb0 libnss-systemd
libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
[2023-05-04T10:00:29.098Z] libpolkit-gobject-1-0 libstemmer0d libsystemd0 libunwind8 packagekit
[2023-05-04T10:00:29.098Z] packagekit-tools policykit-1 python-apt-common python3-apt python3-dbus
[2023-05-04T10:00:29.098Z] python3-distro-info python3-gi python3-pycurl python3-software-properties
[2023-05-04T10:00:29.098Z] systemd systemd-sysv systemd-timesyncd unattended-upgrades
[2023-05-04T10:00:29.099Z] Suggested packages:
default-dbus-session-bus | dbus-session-bus isoquery gstreamer1.0-tools
appstream python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg systemd-container
bsd-mailx default-mta | mail-transport-agent needrestart powermgmt-base
[2023-05-04T10:00:29.297Z] The following NEW packages will be installed:
dbus dmsetup gir1.2-packagekitglib-1.0 iso-codes libapparmor1 libappstream4
[2023-05-04T10:00:29.298Z] libargon2-1 libcryptsetup12 libdbus-1-3 libdevmapper1.02.1 libdw1
libgstreamer1.0-0 libip4tc2 libjson-c5 libkmod2 liblmdb0 libnss-systemd
libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
[2023-05-04T10:00:29.298Z] libpolkit-gobject-1-0 libstemmer0d libunwind8 packagekit packagekit-tools
policykit-1 python-apt-common python3-apt python3-dbus python3-distro-info
[2023-05-04T10:00:29.298Z] python3-gi python3-pycurl python3-software-properties
software-properties-common systemd systemd-sysv systemd-timesyncd
unattended-upgrades
[2023-05-04T10:00:29.300Z] The following packages will be upgraded:
[2023-05-04T10:00:29.301Z] libsystemd0
[2023-05-04T10:00:29.393Z] 1 upgraded, 38 newly installed, 0 to remove and 26 not upgraded.
Need to get 14.4 MB of archives.
After this operation, 57.0 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 libsystemd0 amd64 247.3-7+deb11u2 [376 kB]
[2023-05-04T10:00:29.466Z] Get:2 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
[2023-05-04T10:00:29.471Z] Get:3 http://deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
[2023-05-04T10:00:29.473Z] Get:4 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
[2023-05-04T10:00:29.475Z] Get:5 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
[2023-05-04T10:00:29.479Z] Get:6 http://deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
[2023-05-04T10:00:29.481Z] Get:7 http://deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
[2023-05-04T10:00:29.496Z] Get:8 http://deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
[2023-05-04T10:00:29.497Z] Get:9 http://deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
[2023-05-04T10:00:29.498Z] Get:10 http://deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u2 [4501 kB]
[2023-05-04T10:00:29.619Z] Get:11 http://deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u2 [113 kB]
[2023-05-04T10:00:29.621Z] Get:12 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.24-0+deb11u1 [222 kB]
[2023-05-04T10:00:29.626Z] Get:13 http://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.24-0+deb11u1 [243 kB]
[2023-05-04T10:00:29.634Z] Get:14 http://deb.debian.org/debian bullseye/main amd64 libnss-systemd amd64 247.3-7+deb11u2 [199 kB]
[2023-05-04T10:00:29.642Z] Get:15 http://deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u2 [283 kB]
[2023-05-04T10:00:29.645Z] Get:16 http://deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-7+deb11u2 [131 kB]
[2023-05-04T10:00:29.648Z] Get:17 http://deb.debian.org/debian bullseye/main amd64 libpackagekit-glib2-18 amd64 1.2.2-2 [124 kB]
[2023-05-04T10:00:29.653Z] Get:18 http://deb.debian.org/debian bullseye/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.2-2 [36.8 kB]
[2023-05-04T10:00:29.657Z] Get:19 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
[2023-05-04T10:00:29.734Z] Get:20 http://deb.debian.org/debian bullseye/main amd64 liblmdb0 amd64 0.9.24-1 [45.0 kB]
[2023-05-04T10:00:29.735Z] Get:21 http://deb.debian.org/debian bullseye/main amd64 libstemmer0d amd64 2.1.0-1 [119 kB]
[2023-05-04T10:00:29.740Z] Get:22 http://deb.debian.org/debian bullseye/main amd64 libappstream4 amd64 0.14.4-1 [172 kB]
[2023-05-04T10:00:29.743Z] Get:23 http://deb.debian.org/debian bullseye/main amd64 libdw1 amd64 0.183-1 [234 kB]
[2023-05-04T10:00:29.748Z] Get:24 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB]
[2023-05-04T10:00:29.749Z] Get:25 http://deb.debian.org/debian bullseye/main amd64 libgstreamer1.0-0 amd64 1.18.4-2.1 [2230 kB]
[2023-05-04T10:00:29.806Z] Get:26 http://deb.debian.org/debian bullseye/main amd64 libpolkit-gobject-1-0 amd64 0.105-31+deb11u1 [48.5 kB]
[2023-05-04T10:00:29.808Z] Get:27 http://deb.debian.org/debian bullseye/main amd64 libpolkit-agent-1-0 amd64 0.105-31+deb11u1 [28.1 kB]
Get:28 http://deb.debian.org/debian bullseye/main amd64 policykit-1 amd64 0.105-31+deb11u1 [96.7 kB]
[2023-05-04T10:00:29.813Z] Get:29 http://deb.debian.org/debian bullseye/main amd64 packagekit amd64 1.2.2-2 [598 kB]
[2023-05-04T10:00:29.828Z] Get:30 http://deb.debian.org/debian bullseye/main amd64 packagekit-tools amd64 1.2.2-2 [41.7 kB]
[2023-05-04T10:00:29.828Z]
Get:31 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
[2023-05-04T10:00:29.829Z] Get:32 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
[2023-05-04T10:00:29.837Z] Get:33 http://deb.debian.org/debian bullseye/main amd64 python3-dbus amd64 1.2.16-5 [108 kB]
[2023-05-04T10:00:29.839Z] Get:34 http://deb.debian.org/debian bullseye/main amd64 python3-distro-info all 1.0 [8720 B]
[2023-05-04T10:00:29.844Z] Get:35 http://deb.debian.org/debian bullseye/main amd64 python3-gi amd64 3.38.0-2 [232 kB]
[2023-05-04T10:00:29.854Z] Get:36 http://deb.debian.org/debian bullseye/main amd64 python3-pycurl amd64 7.43.0.6-5 [68.8 kB]
[2023-05-04T10:00:29.855Z] Get:37 http://deb.debian.org/debian bullseye/main amd64 python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
[2023-05-04T10:00:29.869Z] Get:38 http://deb.debian.org/debian bullseye/main amd64 software-properties-common all 0.96.20.2-2.1 [83.4 kB]
[2023-05-04T10:00:29.869Z] Get:39 http://deb.debian.org/debian bullseye/main amd64 unattended-upgrades all 2.8 [88.6 kB]
[2023-05-04T10:00:30.884Z] Preconfiguring packages ...
[2023-05-04T10:00:30.935Z] Fetched 14.4 MB in 1s (25.6 MB/s)
[2023-05-04T10:00:30.955Z] (Reading database ...
[2023-05-04T10:00:30.957Z] (Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
[2023-05-04T10:00:30.958Z] (Reading database ... 65%
[2023-05-04T10:00:30.960Z] (Reading database ... 70%
[2023-05-04T10:00:30.961Z] (Reading database ... 75%
[2023-05-04T10:00:30.962Z] (Reading database ... 80%
[2023-05-04T10:00:30.962Z] (Reading database ... 85%
[2023-05-04T10:00:30.963Z] (Reading database ... 90%
[2023-05-04T10:00:30.964Z] (Reading database ... 95%
[2023-05-04T10:00:30.966Z] (Reading database ... 100%
(Reading database ... 23929 files and directories currently installed.)
[2023-05-04T10:00:30.967Z] Preparing to unpack .../libsystemd0_247.3-7+deb11u2_amd64.deb ...
[2023-05-04T10:00:30.976Z] Unpacking libsystemd0:amd64 (247.3-7+deb11u2) over (247.3-7+deb11u1) ...
[2023-05-04T10:00:31.031Z] Setting up libsystemd0:amd64 (247.3-7+deb11u2) ...
[2023-05-04T10:00:31.073Z] Selecting previously unselected package libapparmor1:amd64.
(Reading database ...
[2023-05-04T10:00:31.087Z] (Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
[2023-05-04T10:00:31.088Z] (Reading database ... 85%
(Reading database ... 90%
[2023-05-04T10:00:31.089Z] (Reading database ... 95%
[2023-05-04T10:00:31.091Z] (Reading database ... 100%
(Reading database ... 23929 files and directories currently installed.)
[2023-05-04T10:00:31.093Z] Preparing to unpack .../0-libapparmor1_2.13.6-10_amd64.deb ...
[2023-05-04T10:00:31.093Z]
[2023-05-04T10:00:31.095Z] Unpacking libapparmor1:amd64 (2.13.6-10) ...
[2023-05-04T10:00:31.125Z] Selecting previously unselected package libargon2-1:amd64.
[2023-05-04T10:00:31.127Z] Preparing to unpack .../1-libargon2-1_0~20171227-0.2_amd64.deb ...
[2023-05-04T10:00:31.129Z] Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
[2023-05-04T10:00:31.151Z] Selecting previously unselected package dmsetup.
[2023-05-04T10:00:31.154Z] Preparing to unpack .../2-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
[2023-05-04T10:00:31.156Z] Unpacking dmsetup (2:1.02.175-2.1) ...
[2023-05-04T10:00:31.186Z] Selecting previously unselected package libdevmapper1.02.1:amd64.
[2023-05-04T10:00:31.188Z] Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
[2023-05-04T10:00:31.190Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
[2023-05-04T10:00:31.224Z] Selecting previously unselected package libjson-c5:amd64.
[2023-05-04T10:00:31.226Z] Preparing to unpack .../4-libjson-c5_0.15-2_amd64.deb ...
[2023-05-04T10:00:31.228Z] Unpacking libjson-c5:amd64 (0.15-2) ...
[2023-05-04T10:00:31.254Z] Selecting previously unselected package libcryptsetup12:amd64.
[2023-05-04T10:00:31.256Z] Preparing to unpack .../5-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
[2023-05-04T10:00:31.258Z] Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
[2023-05-04T10:00:31.298Z] Selecting previously unselected package libip4tc2:amd64.
[2023-05-04T10:00:31.300Z] Preparing to unpack .../6-libip4tc2_1.8.7-1_amd64.deb ...
[2023-05-04T10:00:31.302Z] Unpacking libip4tc2:amd64 (1.8.7-1) ...
[2023-05-04T10:00:31.328Z] Selecting previously unselected package libkmod2:amd64.
[2023-05-04T10:00:31.331Z] Preparing to unpack .../7-libkmod2_28-1_amd64.deb ...
[2023-05-04T10:00:31.334Z] Unpacking libkmod2:amd64 (28-1) ...
[2023-05-04T10:00:31.371Z] Selecting previously unselected package systemd.
[2023-05-04T10:00:31.372Z] Preparing to unpack .../8-systemd_247.3-7+deb11u2_amd64.deb ...
[2023-05-04T10:00:31.452Z] Unpacking systemd (247.3-7+deb11u2) ...
[2023-05-04T10:00:31.855Z] Setting up libapparmor1:amd64 (2.13.6-10) ...
[2023-05-04T10:00:31.861Z] Setting up libargon2-1:amd64 (0~20171227-0.2) ...
[2023-05-04T10:00:31.868Z] Setting up libjson-c5:amd64 (0.15-2) ...
[2023-05-04T10:00:31.873Z] Setting up libip4tc2:amd64 (1.8.7-1) ...
[2023-05-04T10:00:31.879Z] Setting up libkmod2:amd64 (28-1) ...
[2023-05-04T10:00:31.885Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
[2023-05-04T10:00:31.892Z] Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
[2023-05-04T10:00:31.897Z] Setting up systemd (247.3-7+deb11u2) ...
[2023-05-04T10:00:31.920Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
[2023-05-04T10:00:31.922Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
[2023-05-04T10:00:31.925Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
[2023-05-04T10:00:31.929Z] Initializing machine ID from random generator.
[2023-05-04T10:00:32.271Z] Setting up dmsetup (2:1.02.175-2.1) ...
[2023-05-04T10:00:32.321Z] Selecting previously unselected package systemd-sysv.
(Reading database ...
[2023-05-04T10:00:32.324Z] (Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
[2023-05-04T10:00:32.325Z] (Reading database ... 65%
[2023-05-04T10:00:32.327Z] (Reading database ... 70%
[2023-05-04T10:00:32.328Z] (Reading database ... 75%
[2023-05-04T10:00:32.329Z] (Reading database ... 80%
[2023-05-04T10:00:32.330Z] (Reading database ... 85%
[2023-05-04T10:00:32.331Z] (Reading database ... 90%
[2023-05-04T10:00:32.332Z] (Reading database ... 95%
[2023-05-04T10:00:32.334Z] (Reading database ... 100%
(Reading database ... 24770 files and directories currently installed.)
[2023-05-04T10:00:32.335Z] Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u2_amd64.deb ...
[2023-05-04T10:00:32.337Z] Unpacking systemd-sysv (247.3-7+deb11u2) ...
[2023-05-04T10:00:32.368Z] Selecting previously unselected package libdbus-1-3:amd64.
[2023-05-04T10:00:32.371Z] Preparing to unpack .../01-libdbus-1-3_1.12.24-0+deb11u1_amd64.deb ...
[2023-05-04T10:00:32.373Z] Unpacking libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
[2023-05-04T10:00:32.415Z] Selecting previously unselected package dbus.
[2023-05-04T10:00:32.417Z] Preparing to unpack .../02-dbus_1.12.24-0+deb11u1_amd64.deb ...
[2023-05-04T10:00:32.426Z] Unpacking dbus (1.12.24-0+deb11u1) ...
[2023-05-04T10:00:32.470Z] Selecting previously unselected package libnss-systemd:amd64.
[2023-05-04T10:00:32.472Z] Preparing to unpack .../03-libnss-systemd_247.3-7+deb11u2_amd64.deb ...
[2023-05-04T10:00:32.474Z] Unpacking libnss-systemd:amd64 (247.3-7+deb11u2) ...
[2023-05-04T10:00:32.506Z] Selecting previously unselected package libpam-systemd:amd64.
[2023-05-04T10:00:32.507Z] Preparing to unpack .../04-libpam-systemd_247.3-7+deb11u2_amd64.deb ...
[2023-05-04T10:00:32.509Z] Unpacking libpam-systemd:amd64 (247.3-7+deb11u2) ...
[2023-05-04T10:00:32.549Z] Selecting previously unselected package systemd-timesyncd.
[2023-05-04T10:00:32.552Z] Preparing to unpack .../05-systemd-timesyncd_247.3-7+deb11u2_amd64.deb ...
[2023-05-04T10:00:32.555Z] Unpacking systemd-timesyncd (247.3-7+deb11u2) ...
[2023-05-04T10:00:32.583Z] Selecting previously unselected package libpackagekit-glib2-18:amd64.
[2023-05-04T10:00:32.586Z] Preparing to unpack .../06-libpackagekit-glib2-18_1.2.2-2_amd64.deb ...
[2023-05-04T10:00:32.588Z] Unpacking libpackagekit-glib2-18:amd64 (1.2.2-2) ...
[2023-05-04T10:00:32.616Z] Selecting previously unselected package gir1.2-packagekitglib-1.0.
[2023-05-04T10:00:32.619Z] Preparing to unpack .../07-gir1.2-packagekitglib-1.0_1.2.2-2_amd64.deb ...
[2023-05-04T10:00:32.621Z] Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
[2023-05-04T10:00:32.644Z] Selecting previously unselected package iso-codes.
[2023-05-04T10:00:32.646Z] Preparing to unpack .../08-iso-codes_4.6.0-1_all.deb ...
[2023-05-04T10:00:32.649Z] Unpacking iso-codes (4.6.0-1) ...
[2023-05-04T10:00:32.969Z] Selecting previously unselected package liblmdb0:amd64.
[2023-05-04T10:00:32.973Z] Preparing to unpack .../09-liblmdb0_0.9.24-1_amd64.deb ...
[2023-05-04T10:00:32.976Z] Unpacking liblmdb0:amd64 (0.9.24-1) ...
[2023-05-04T10:00:33.013Z] Selecting previously unselected package libstemmer0d:amd64.
[2023-05-04T10:00:33.018Z] Preparing to unpack .../10-libstemmer0d_2.1.0-1_amd64.deb ...
[2023-05-04T10:00:33.021Z] Unpacking libstemmer0d:amd64 (2.1.0-1) ...
[2023-05-04T10:00:33.055Z] Selecting previously unselected package libappstream4:amd64.
[2023-05-04T10:00:33.056Z] Preparing to unpack .../11-libappstream4_0.14.4-1_amd64.deb ...
[2023-05-04T10:00:33.059Z] Unpacking libappstream4:amd64 (0.14.4-1) ...
[2023-05-04T10:00:33.095Z] Selecting previously unselected package libdw1:amd64.
[2023-05-04T10:00:33.098Z] Preparing to unpack .../12-libdw1_0.183-1_amd64.deb ...
[2023-05-04T10:00:33.100Z] Unpacking libdw1:amd64 (0.183-1) ...
[2023-05-04T10:00:33.141Z] Selecting previously unselected package libunwind8:amd64.
[2023-05-04T10:00:33.143Z] Preparing to unpack .../13-libunwind8_1.3.2-2_amd64.deb ...
[2023-05-04T10:00:33.145Z] Unpacking libunwind8:amd64 (1.3.2-2) ...
[2023-05-04T10:00:33.171Z] Selecting previously unselected package libgstreamer1.0-0:amd64.
[2023-05-04T10:00:33.173Z] Preparing to unpack .../14-libgstreamer1.0-0_1.18.4-2.1_amd64.deb ...
[2023-05-04T10:00:33.175Z] Unpacking libgstreamer1.0-0:amd64 (1.18.4-2.1) ...
[2023-05-04T10:00:33.286Z] Selecting previously unselected package libpolkit-gobject-1-0:amd64.
[2023-05-04T10:00:33.288Z] Preparing to unpack .../15-libpolkit-gobject-1-0_0.105-31+deb11u1_amd64.deb ...
[2023-05-04T10:00:33.290Z] Unpacking libpolkit-gobject-1-0:amd64 (0.105-31+deb11u1) ...
[2023-05-04T10:00:33.314Z] Selecting previously unselected package libpolkit-agent-1-0:amd64.
[2023-05-04T10:00:33.317Z] Preparing to unpack .../16-libpolkit-agent-1-0_0.105-31+deb11u1_amd64.deb ...
[2023-05-04T10:00:33.319Z] Unpacking libpolkit-agent-1-0:amd64 (0.105-31+deb11u1) ...
[2023-05-04T10:00:33.347Z] Selecting previously unselected package policykit-1.
[2023-05-04T10:00:33.352Z] Preparing to unpack .../17-policykit-1_0.105-31+deb11u1_amd64.deb ...
[2023-05-04T10:00:33.364Z] Unpacking policykit-1 (0.105-31+deb11u1) ...
[2023-05-04T10:00:33.410Z] Selecting previously unselected package packagekit.
[2023-05-04T10:00:33.413Z] Preparing to unpack .../18-packagekit_1.2.2-2_amd64.deb ...
[2023-05-04T10:00:33.423Z] Unpacking packagekit (1.2.2-2) ...
[2023-05-04T10:00:33.494Z] Selecting previously unselected package packagekit-tools.
[2023-05-04T10:00:33.496Z] Preparing to unpack .../19-packagekit-tools_1.2.2-2_amd64.deb ...
[2023-05-04T10:00:33.498Z] Unpacking packagekit-tools (1.2.2-2) ...
[2023-05-04T10:00:33.524Z] Selecting previously unselected package python-apt-common.
[2023-05-04T10:00:33.527Z] Preparing to unpack .../20-python-apt-common_2.2.1_all.deb ...
[2023-05-04T10:00:33.529Z] Unpacking python-apt-common (2.2.1) ...
[2023-05-04T10:00:33.562Z] Selecting previously unselected package python3-apt.
[2023-05-04T10:00:33.566Z] Preparing to unpack .../21-python3-apt_2.2.1_amd64.deb ...
[2023-05-04T10:00:33.569Z] Unpacking python3-apt (2.2.1) ...
[2023-05-04T10:00:33.610Z] Selecting previously unselected package python3-dbus.
[2023-05-04T10:00:33.612Z] Preparing to unpack .../22-python3-dbus_1.2.16-5_amd64.deb ...
[2023-05-04T10:00:33.614Z] Unpacking python3-dbus (1.2.16-5) ...
[2023-05-04T10:00:33.645Z] Selecting previously unselected package python3-distro-info.
[2023-05-04T10:00:33.648Z] Preparing to unpack .../23-python3-distro-info_1.0_all.deb ...
[2023-05-04T10:00:33.650Z] Unpacking python3-distro-info (1.0) ...
[2023-05-04T10:00:33.674Z] Selecting previously unselected package python3-gi.
[2023-05-04T10:00:33.677Z] Preparing to unpack .../24-python3-gi_3.38.0-2_amd64.deb ...
[2023-05-04T10:00:33.679Z] Unpacking python3-gi (3.38.0-2) ...
[2023-05-04T10:00:33.718Z] Selecting previously unselected package python3-pycurl.
[2023-05-04T10:00:33.720Z] Preparing to unpack .../25-python3-pycurl_7.43.0.6-5_amd64.deb ...
[2023-05-04T10:00:33.722Z] Unpacking python3-pycurl (7.43.0.6-5) ...
[2023-05-04T10:00:33.749Z] Selecting previously unselected package python3-software-properties.
[2023-05-04T10:00:33.752Z] Preparing to unpack .../26-python3-software-properties_0.96.20.2-2.1_all.deb ...
[2023-05-04T10:00:33.754Z] Unpacking python3-software-properties (0.96.20.2-2.1) ...
[2023-05-04T10:00:33.779Z] Selecting previously unselected package software-properties-common.
[2023-05-04T10:00:33.781Z] Preparing to unpack .../27-software-properties-common_0.96.20.2-2.1_all.deb ...
[2023-05-04T10:00:33.783Z] Unpacking software-properties-common (0.96.20.2-2.1) ...
[2023-05-04T10:00:33.821Z] Selecting previously unselected package unattended-upgrades.
[2023-05-04T10:00:33.823Z] Preparing to unpack .../28-unattended-upgrades_2.8_all.deb ...
[2023-05-04T10:00:33.826Z] Unpacking unattended-upgrades (2.8) ...
[2023-05-04T10:00:33.872Z] Setting up liblmdb0:amd64 (0.9.24-1) ...
[2023-05-04T10:00:33.879Z] Setting up libdw1:amd64 (0.183-1) ...
[2023-05-04T10:00:33.885Z] Setting up systemd-sysv (247.3-7+deb11u2) ...
[2023-05-04T10:00:33.892Z] Setting up libpackagekit-glib2-18:amd64 (1.2.2-2) ...
[2023-05-04T10:00:33.897Z] Setting up libnss-systemd:amd64 (247.3-7+deb11u2) ...
[2023-05-04T10:00:33.902Z] First installation detected...
Checking NSS setup...
[2023-05-04T10:00:33.907Z] Setting up libunwind8:amd64 (1.3.2-2) ...
[2023-05-04T10:00:33.912Z] Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
[2023-05-04T10:00:33.918Z] Setting up python3-pycurl (7.43.0.6-5) ...
[2023-05-04T10:00:34.027Z] Setting up libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
[2023-05-04T10:00:34.033Z] Setting up dbus (1.12.24-0+deb11u1) ...
[2023-05-04T10:00:34.160Z] invoke-rc.d: could not determine current runlevel
[2023-05-04T10:00:34.163Z] invoke-rc.d: policy-rc.d denied execution of start.
[2023-05-04T10:00:34.166Z] Setting up python3-gi (3.38.0-2) ...
[2023-05-04T10:00:34.319Z] Setting up systemd-timesyncd (247.3-7+deb11u2) ...
[2023-05-04T10:00:34.520Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
[2023-05-04T10:00:34.528Z] Setting up python-apt-common (2.2.1) ...
[2023-05-04T10:00:34.534Z] Setting up libpam-systemd:amd64 (247.3-7+deb11u2) ...
[2023-05-04T10:00:34.634Z] Setting up libstemmer0d:amd64 (2.1.0-1) ...
[2023-05-04T10:00:34.640Z] Setting up python3-distro-info (1.0) ...
[2023-05-04T10:00:34.758Z] Setting up iso-codes (4.6.0-1) ...
[2023-05-04T10:00:34.764Z] Setting up libpolkit-gobject-1-0:amd64 (0.105-31+deb11u1) ...
[2023-05-04T10:00:34.771Z] Setting up libgstreamer1.0-0:amd64 (1.18.4-2.1) ...
[2023-05-04T10:00:34.776Z] Setcap worked! gst-ptp-helper is not suid!
[2023-05-04T10:00:34.778Z] Setting up python3-dbus (1.2.16-5) ...
[2023-05-04T10:00:34.902Z] Setting up python3-apt (2.2.1) ...
[2023-05-04T10:00:35.044Z] Setting up libappstream4:amd64 (0.14.4-1) ...
[2023-05-04T10:00:35.051Z] Setting up unattended-upgrades (2.8) ...
[2023-05-04T10:00:35.151Z]
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version
[2023-05-04T10:00:35.238Z]
Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
[2023-05-04T10:00:35.410Z] Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service.
[2023-05-04T10:00:35.462Z] Setting up python3-software-properties (0.96.20.2-2.1) ...
[2023-05-04T10:00:35.581Z] Setting up libpolkit-agent-1-0:amd64 (0.105-31+deb11u1) ...
[2023-05-04T10:00:35.588Z] Setting up policykit-1 (0.105-31+deb11u1) ...
[2023-05-04T10:00:35.646Z] Setting up software-properties-common (0.96.20.2-2.1) ...
[2023-05-04T10:00:35.774Z] Setting up packagekit (1.2.2-2) ...
[2023-05-04T10:00:35.791Z] invoke-rc.d: could not determine current runlevel
[2023-05-04T10:00:35.796Z] invoke-rc.d: policy-rc.d denied execution of force-reload.
[2023-05-04T10:00:35.799Z] Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2023-05-04T10:00:35.903Z] Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
[2023-05-04T10:00:35.913Z] Setting up packagekit-tools (1.2.2-2) ...
[2023-05-04T10:00:35.920Z] Processing triggers for libc-bin (2.31-13+deb11u5) ...
[2023-05-04T10:00:35.934Z] Processing triggers for dbus (1.12.24-0+deb11u1) ...
[2023-05-04T10:00:36.112Z]
================================================================================
================================================================================
DEPRECATION WARNING
Node.js 13.x is no longer actively supported!
You will not receive security or critical stability updates for this version.
You should migrate to a supported version of Node.js as soon as possible.
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* https://deb.nodesource.com/setup_12.x — Node.js 12 LTS "Erbium"
* https://deb.nodesource.com/setup_14.x — Node.js 14 LTS "Fermium" (recommended)
* https://deb.nodesource.com/setup_16.x — Node.js 16 "Gallium"
Please see https://github.com/nodejs/Release for details about which
version may be appropriate for you.
The NodeSource Node.js distributions repository contains
information both about supported versions of Node.js and supported Linux
distributions. To learn more about usage, see the repository:
https://github.com/nodesource/distributions
================================================================================
================================================================================
Continuing in 20 seconds ...
[2023-05-04T10:00:56.114Z]
## Installing the NodeSource Node.js 13.x repo...
[2023-05-04T10:00:56.117Z]
## Populating apt-get cache...
+ apt-get update
[2023-05-04T10:00:56.232Z] Hit:1 http://deb.debian.org/debian bullseye InRelease
[2023-05-04T10:00:56.241Z] Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
[2023-05-04T10:00:56.257Z] Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
[2023-05-04T10:00:56.533Z] Reading package lists...
[2023-05-04T10:00:56.987Z]
[2023-05-04T10:00:57.060Z]
## Confirming "bullseye" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_13.x/dists/bullseye/Release'
[2023-05-04T10:00:59.404Z]
## Your distribution, identified as "bullseye", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support
[2023-05-04T10:00:59.825Z] The command '/bin/sh -c apt-get update && apt-get -y install --no-install-recommends apt-utils dialog locales 2>&1 && apt-get -y install git openssh-client iproute2 procps lsb-release && gem install ruby-debug-ide && gem install debase && apt-get -y install curl software-properties-common && curl -sL https://deb.nodesource.com/setup_13.x | bash - && apt-get -y install nodejs && groupadd --gid $USER_GID $USERNAME && useradd -s /bin/bash --uid $USER_UID --gid $USER_GID -m $USERNAME && apt-get install -y sudo && echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME && chmod 0440 /etc/sudoers.d/$USERNAME && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 1
[2023-05-04T10:00:59.827Z] Stop (47959 ms): Run: docker build -f /tmp/devcontainercli-joe/container-features/0.40.0-1683194411856/Dockerfile-with-features -t vsc-jekyll-dd3733f814b148fa7f7c051bb34501dcf88593ce704ffa92342c87011f0c209f --target dev_containers_target_stage --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label /home/joe/jekyll/.devcontainer
[2023-05-04T10:00:59.828Z] Error: Command failed: docker build -f /tmp/devcontainercli-joe/container-features/0.40.0-1683194411856/Dockerfile-with-features -t vsc-jekyll-dd3733f814b148fa7f7c051bb34501dcf88593ce704ffa92342c87011f0c209f --target dev_containers_target_stage --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label /home/joe/jekyll/.devcontainer
[2023-05-04T10:00:59.828Z] at Lse (/home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js:1947:1698)
[2023-05-04T10:00:59.828Z] at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
[2023-05-04T10:00:59.828Z] at async wD (/home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js:1946:3889)
[2023-05-04T10:00:59.828Z] at async rO (/home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js:1946:2808)
[2023-05-04T10:00:59.828Z] at async Xse (/home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js:1961:2626)
[2023-05-04T10:00:59.828Z] at async vh (/home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js:1961:3741)
[2023-05-04T10:00:59.828Z] at async gae (/home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js:2092:10213)
[2023-05-04T10:00:59.829Z] at async mae (/home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js:2092:9954)
[2023-05-04T10:00:59.833Z] Stop (48267 ms): Run: /usr/share/code/code --ms-enable-electron-run-as-node /home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js up --user-data-folder /home/joe/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/data --container-session-data-folder /tmp/devcontainers-bd56068c-df16-4a50-8ca2-6cf1ca604c781683194410655 --workspace-folder /home/joe/jekyll --workspace-mount-consistency cached --id-label devcontainer.local_folder=/home/joe/jekyll --id-label devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/joe/jekyll/.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
[2023-05-04T10:00:59.834Z] Exit code 1
[2023-05-04T10:00:59.838Z] Command failed: /usr/share/code/code --ms-enable-electron-run-as-node /home/joe/.vscode/extensions/ms-vscode-remote.remote-containers-0.292.0/dist/spec-node/devContainersSpecCLI.js up --user-data-folder /home/joe/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/data --container-session-data-folder /tmp/devcontainers-bd56068c-df16-4a50-8ca2-6cf1ca604c781683194410655 --workspace-folder /home/joe/jekyll --workspace-mount-consistency cached --id-label devcontainer.local_folder=/home/joe/jekyll --id-label devcontainer.config_file=/home/joe/jekyll/.devcontainer/devcontainer.json --log-level debug --log-format json --config /home/joe/jekyll/.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
[2023-05-04T10:00:59.838Z] Exit code 1
Code Sample
No response
Operating System
Ubuntu 22.04.2 LTS
Ruby Version
n/a
Jekyll Version
Jekyll 4.3.2
GitHub Pages Version
No response
Expected Behavior
I opened the Jekyll repo in Visual Studio Code. It prompted me to re-open in the provided devcontainer and I accepted. I expected the devcontainer to be built and I would be able to run Jekyll inside the devcontainer.
Current Behavior
The process to build the devcontainer chugged along for a minute before failing on a step that checked whether the version of Linux in the container was compatible with the version of Node.js.
That check failed saying the OS was not supported. It actually failed because the version of Node.js specified (13) is no longer supported. There was a verbose deprecation warning just before the check that failed.
Updating the Dockerfile to specify a later version of Node allowed the container to build, but I haven't checked if jekyll runs, tests pass, that kind of thing.
Relevant log output
Code Sample
No response