The log of docker build, with all package versions, is attached. @Frank: to remove youcompleteme from your vim-addon-manager config, you can do "vam remove youcompleteme". It seems that using packadd instead of vim-addon-manager works better, no idea why.
E. On Tue, Sep 06, 2022 at 10:34:47AM +0200, Emmanuel Thomé wrote: > Hi, > > I'm affected by this bug too. > > After some hit and miss, I'm able to reproduce it in a docker container. > > mkdir /tmp/bug1019188 > cd /tmp/bug10109188 > cat > Dockerfile <<EOF > FROM debian:testing > RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install > vim-nox vim-addon-manager vim-youcompleteme locales > RUN perl -pe 's/^# (en_US.UTF-8)/$1/;' -i /etc/locale.gen && locale-gen -a > RUN vam install youcompleteme > EOF > docker build -t bug10109188 . > docker run --rm -it bug10109188 env LANG=en_US.UTF-8 vim > > > On the other hand, enabling youcompleteme via :packadd youcompleteme > seems to work without error. > > > Best, > > E.
$ docker build -t bug1019188 . Sending build context to Docker daemon 2.048kB Step 1/4 : FROM debian:testing ---> 8cda960ae552 Step 2/4 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install vim-nox vim-addon-manager vim-youcompleteme locales ---> Running in caa85c9b559d Get:1 http://deb.debian.org/debian testing InRelease [157 kB] Get:2 http://deb.debian.org/debian testing/main amd64 Packages [8459 kB] Fetched 8616 kB in 2s (3776 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: ca-certificates fonts-lato gcc-12-base javascript-common lib32gcc-s1 lib32stdc++6 libabsl20220623 libbsd0 libc-bin libc-l10n libc6 libc6-i386 libclang-common-14-dev libclang1-14 libedit2 libexpat1 libgcc-s1 libgdbm-compat4 libgdbm6 libgpm2 libicu71 libjs-jquery libjs-sphinxdoc libjs-underscore libllvm14 liblua5.2-0 libmd0 libmpdec3 libncurses6 libncursesw6 libperl5.34 libpython3-stdlib libpython3.10 libpython3.10-minimal libpython3.10-stdlib libreadline8 libruby3.0 libsodium23 libsqlite3-0 libssl3 libstdc++6 libtcl8.6 libtinfo6 libxml2 libyaml-0-2 libz3-4 media-types netbase openssl perl perl-base perl-modules-5.34 python3 python3-bottle python3-frozendict python3-future python3-jedi python3-lib2to3 python3-minimal python3-parso python3-watchdog python3-yaml python3.10 python3.10-minimal rake readline-common ruby ruby-net-telnet ruby-rubygems ruby-webrick ruby-xmlrpc ruby3.0 rubygems-integration unzip vim-common vim-runtime xxd ycmd zip Suggested packages: apache2 | lighttpd | httpd glibc-doc libnss-nis libnss-nisplus gdbm-l10n gpm sensible-utils tcl8.6 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make libtap-harness-archive-perl python3-doc python3-tk python3-venv python-future-doc python3.10-venv python3.10-doc binutils binfmt-support readline-doc ri ruby-dev bundler cscope vim-doc ccls clangd fortran-language-server gopls node-typescript Recommended packages: manpages The following NEW packages will be installed: ca-certificates fonts-lato javascript-common lib32gcc-s1 lib32stdc++6 libabsl20220623 libbsd0 libc-l10n libc6-i386 libclang-common-14-dev libclang1-14 libedit2 libexpat1 libgdbm-compat4 libgdbm6 libgpm2 libicu71 libjs-jquery libjs-sphinxdoc libjs-underscore libllvm14 liblua5.2-0 libmd0 libmpdec3 libncurses6 libncursesw6 libperl5.34 libpython3-stdlib libpython3.10 libpython3.10-minimal libpython3.10-stdlib libreadline8 libruby3.0 libsodium23 libsqlite3-0 libssl3 libtcl8.6 libxml2 libyaml-0-2 libz3-4 locales media-types netbase openssl perl perl-modules-5.34 python3 python3-bottle python3-frozendict python3-future python3-jedi python3-lib2to3 python3-minimal python3-parso python3-watchdog python3-yaml python3.10 python3.10-minimal rake readline-common ruby ruby-net-telnet ruby-rubygems ruby-webrick ruby-xmlrpc ruby3.0 rubygems-integration unzip vim-addon-manager vim-common vim-nox vim-runtime vim-youcompleteme xxd ycmd zip The following packages will be upgraded: gcc-12-base libc-bin libc6 libgcc-s1 libstdc++6 libtinfo6 perl-base 7 upgraded, 76 newly installed, 0 to remove and 62 not upgraded. Need to get 109 MB of archives. After this operation, 510 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian testing/main amd64 perl-base amd64 5.34.0-5 [1640 kB] Get:2 http://deb.debian.org/debian testing/main amd64 libc6 amd64 2.34-7 [2766 kB] Get:3 http://deb.debian.org/debian testing/main amd64 libc-bin amd64 2.34-7 [898 kB] Get:4 http://deb.debian.org/debian testing/main amd64 gcc-12-base amd64 12.2.0-1 [208 kB] Get:5 http://deb.debian.org/debian testing/main amd64 libgcc-s1 amd64 12.2.0-1 [50.3 kB] Get:6 http://deb.debian.org/debian testing/main amd64 libstdc++6 amd64 12.2.0-1 [613 kB] Get:7 http://deb.debian.org/debian testing/main amd64 perl-modules-5.34 all 5.34.0-5 [2850 kB] Get:8 http://deb.debian.org/debian testing/main amd64 libgdbm6 amd64 1.23-1+b1 [83.0 kB] Get:9 http://deb.debian.org/debian testing/main amd64 libgdbm-compat4 amd64 1.23-1+b1 [58.9 kB] Get:10 http://deb.debian.org/debian testing/main amd64 libperl5.34 amd64 5.34.0-5 [4177 kB] Get:11 http://deb.debian.org/debian testing/main amd64 perl amd64 5.34.0-5 [298 kB] Get:12 http://deb.debian.org/debian testing/main amd64 fonts-lato all 2.0-2.1 [2696 kB] Get:13 http://deb.debian.org/debian testing/main amd64 libssl3 amd64 3.0.5-2 [2030 kB] Get:14 http://deb.debian.org/debian testing/main amd64 libpython3.10-minimal amd64 3.10.6-1 [828 kB] Get:15 http://deb.debian.org/debian testing/main amd64 libexpat1 amd64 2.4.8-1 [109 kB] Get:16 http://deb.debian.org/debian testing/main amd64 python3.10-minimal amd64 3.10.6-1 [1993 kB] Get:17 http://deb.debian.org/debian testing/main amd64 python3-minimal amd64 3.10.6-1 [38.7 kB] Get:18 http://deb.debian.org/debian testing/main amd64 media-types all 8.0.0 [33.4 kB] Get:19 http://deb.debian.org/debian testing/main amd64 libmpdec3 amd64 2.5.1-2 [87.8 kB] Get:20 http://deb.debian.org/debian testing/main amd64 libtinfo6 amd64 6.3+20220423-2 [351 kB] Get:21 http://deb.debian.org/debian testing/main amd64 libncursesw6 amd64 6.3+20220423-2 [133 kB] Get:22 http://deb.debian.org/debian testing/main amd64 readline-common all 8.2~rc2-2 [75.8 kB] Get:23 http://deb.debian.org/debian testing/main amd64 libreadline8 amd64 8.2~rc2-2 [173 kB] Get:24 http://deb.debian.org/debian testing/main amd64 libsqlite3-0 amd64 3.39.2-1 [838 kB] Get:25 http://deb.debian.org/debian testing/main amd64 libpython3.10-stdlib amd64 3.10.6-1 [1685 kB] Get:26 http://deb.debian.org/debian testing/main amd64 python3.10 amd64 3.10.6-1 [545 kB] Get:27 http://deb.debian.org/debian testing/main amd64 libpython3-stdlib amd64 3.10.6-1 [21.7 kB] Get:28 http://deb.debian.org/debian testing/main amd64 python3 amd64 3.10.6-1 [38.2 kB] Get:29 http://deb.debian.org/debian testing/main amd64 netbase all 6.3 [19.9 kB] Get:30 http://deb.debian.org/debian testing/main amd64 vim-common all 2:9.0.0242-1 [184 kB] Get:31 http://deb.debian.org/debian testing/main amd64 openssl amd64 3.0.5-2 [1421 kB] Get:32 http://deb.debian.org/debian testing/main amd64 ca-certificates all 20211016 [156 kB] Get:33 http://deb.debian.org/debian testing/main amd64 libc-l10n all 2.34-7 [877 kB] Get:34 http://deb.debian.org/debian testing/main amd64 locales all 2.34-7 [4093 kB] Get:35 http://deb.debian.org/debian testing/main amd64 javascript-common all 11+nmu1 [6260 B] Get:36 http://deb.debian.org/debian testing/main amd64 libc6-i386 amd64 2.34-7 [2638 kB] Get:37 http://deb.debian.org/debian testing/main amd64 lib32gcc-s1 amd64 12.2.0-1 [60.2 kB] Get:38 http://deb.debian.org/debian testing/main amd64 lib32stdc++6 amd64 12.2.0-1 [643 kB] Get:39 http://deb.debian.org/debian testing/main amd64 libabsl20220623 amd64 0~20220623.0-2 [390 kB] Get:40 http://deb.debian.org/debian testing/main amd64 libmd0 amd64 1.0.4-2 [29.5 kB] Get:41 http://deb.debian.org/debian testing/main amd64 libbsd0 amd64 0.11.6-1 [114 kB] Get:42 http://deb.debian.org/debian testing/main amd64 libedit2 amd64 3.1-20210910-1 [97.5 kB] Get:43 http://deb.debian.org/debian testing/main amd64 libicu71 amd64 71.1-3 [9218 kB] Get:44 http://deb.debian.org/debian testing/main amd64 libxml2 amd64 2.9.14+dfsg-1+b1 [708 kB] Get:45 http://deb.debian.org/debian testing/main amd64 libz3-4 amd64 4.8.12-1+b1 [6997 kB] Get:46 http://deb.debian.org/debian testing/main amd64 libllvm14 amd64 1:14.0.6-2 [21.9 MB] Get:47 http://deb.debian.org/debian testing/main amd64 libclang-common-14-dev amd64 1:14.0.6-2 [5975 kB] Get:48 http://deb.debian.org/debian testing/main amd64 libclang1-14 amd64 1:14.0.6-2 [6179 kB] Get:49 http://deb.debian.org/debian testing/main amd64 libgpm2 amd64 1.20.7-10 [35.9 kB] Get:50 http://deb.debian.org/debian testing/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [316 kB] Get:51 http://deb.debian.org/debian testing/main amd64 libjs-underscore all 1.13.3~dfsg+~1.11.4-1 [116 kB] Get:52 http://deb.debian.org/debian testing/main amd64 libjs-sphinxdoc all 4.5.0-4 [142 kB] Get:53 http://deb.debian.org/debian testing/main amd64 liblua5.2-0 amd64 5.2.4-2 [112 kB] Get:54 http://deb.debian.org/debian testing/main amd64 libncurses6 amd64 6.3+20220423-2 [102 kB] Get:55 http://deb.debian.org/debian testing/main amd64 libpython3.10 amd64 3.10.6-1 [1752 kB] Get:56 http://deb.debian.org/debian testing/main amd64 rubygems-integration all 1.18 [6704 B] Get:57 http://deb.debian.org/debian testing/main amd64 ruby3.0 amd64 3.0.4-7+b1 [683 kB] Get:58 http://deb.debian.org/debian testing/main amd64 ruby-rubygems all 3.3.15-1 [293 kB] Get:59 http://deb.debian.org/debian testing/main amd64 ruby amd64 1:3.0+1 [12.1 kB] Get:60 http://deb.debian.org/debian testing/main amd64 rake all 13.0.6-3 [83.9 kB] Get:61 http://deb.debian.org/debian testing/main amd64 ruby-net-telnet all 0.1.1-2.1 [12.7 kB] Get:62 http://deb.debian.org/debian testing/main amd64 ruby-webrick all 1.7.0-3 [50.8 kB] Get:63 http://deb.debian.org/debian testing/main amd64 ruby-xmlrpc all 0.3.2-2 [24.4 kB] Get:64 http://deb.debian.org/debian testing/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB] Get:65 http://deb.debian.org/debian testing/main amd64 libruby3.0 amd64 3.0.4-7+b1 [5398 kB] Get:66 http://deb.debian.org/debian testing/main amd64 libsodium23 amd64 1.0.18-1 [161 kB] Get:67 http://deb.debian.org/debian testing/main amd64 libtcl8.6 amd64 8.6.12+dfsg-1 [1033 kB] Get:68 http://deb.debian.org/debian testing/main amd64 python3-bottle all 0.12.21-1 [46.9 kB] Get:69 http://deb.debian.org/debian testing/main amd64 python3-frozendict all 1.2-3 [4888 B] Get:70 http://deb.debian.org/debian testing/main amd64 python3-lib2to3 all 3.10.6-1 [79.9 kB] Get:71 http://deb.debian.org/debian testing/main amd64 python3-future all 0.18.2-6 [348 kB] Get:72 http://deb.debian.org/debian testing/main amd64 python3-parso all 0.8.1-1 [65.9 kB] Get:73 http://deb.debian.org/debian testing/main amd64 python3-jedi all 0.18.0-1 [620 kB] Get:74 http://deb.debian.org/debian testing/main amd64 python3-yaml amd64 5.4.1-1+b2 [122 kB] Get:75 http://deb.debian.org/debian testing/main amd64 python3-watchdog all 2.1.9-1 [122 kB] Get:76 http://deb.debian.org/debian testing/main amd64 unzip amd64 6.0-27 [172 kB] Get:77 http://deb.debian.org/debian testing/main amd64 vim-addon-manager all 0.5.10 [19.9 kB] Get:78 http://deb.debian.org/debian testing/main amd64 vim-runtime all 2:9.0.0242-1 [6995 kB] Get:79 http://deb.debian.org/debian testing/main amd64 vim-nox amd64 2:9.0.0242-1 [1756 kB] Get:80 http://deb.debian.org/debian testing/main amd64 ycmd amd64 0+20220824+git2ee4100+ds-1+b1 [453 kB] Get:81 http://deb.debian.org/debian testing/main amd64 vim-youcompleteme all 0+20220824+git7c3a88f+ds-2 [151 kB] Get:82 http://deb.debian.org/debian testing/main amd64 xxd amd64 2:9.0.0242-1 [150 kB] Get:83 http://deb.debian.org/debian testing/main amd64 zip amd64 3.0-12 [232 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 109 MB in 21s (5092 kB/s) (Reading database ... 6687 files and directories currently installed.) Preparing to unpack .../perl-base_5.34.0-5_amd64.deb ... Unpacking perl-base (5.34.0-5) over (5.34.0-3) ... Setting up perl-base (5.34.0-5) ... (Reading database ... 6687 files and directories currently installed.) Preparing to unpack .../libc6_2.34-7_amd64.deb ... Checking for services that may need to be restarted... Checking init scripts... Unpacking libc6:amd64 (2.34-7) over (2.33-7) ... Setting up libc6:amd64 (2.34-7) ... Checking for services that may need to be restarted... Checking init scripts... Nothing to restart. (Reading database ... 6673 files and directories currently installed.) Preparing to unpack .../libc-bin_2.34-7_amd64.deb ... Unpacking libc-bin (2.34-7) over (2.33-7) ... Setting up libc-bin (2.34-7) ... (Reading database ... 6673 files and directories currently installed.) Preparing to unpack .../gcc-12-base_12.2.0-1_amd64.deb ... Unpacking gcc-12-base:amd64 (12.2.0-1) over (12-20220319-1) ... Setting up gcc-12-base:amd64 (12.2.0-1) ... (Reading database ... 6673 files and directories currently installed.) Preparing to unpack .../libgcc-s1_12.2.0-1_amd64.deb ... Unpacking libgcc-s1:amd64 (12.2.0-1) over (12-20220319-1) ... Setting up libgcc-s1:amd64 (12.2.0-1) ... (Reading database ... 6673 files and directories currently installed.) Preparing to unpack .../libstdc++6_12.2.0-1_amd64.deb ... Unpacking libstdc++6:amd64 (12.2.0-1) over (12-20220319-1) ... Setting up libstdc++6:amd64 (12.2.0-1) ... Selecting previously unselected package perl-modules-5.34. (Reading database ... 6673 files and directories currently installed.) Preparing to unpack .../0-perl-modules-5.34_5.34.0-5_all.deb ... Unpacking perl-modules-5.34 (5.34.0-5) ... Selecting previously unselected package libgdbm6:amd64. Preparing to unpack .../1-libgdbm6_1.23-1+b1_amd64.deb ... Unpacking libgdbm6:amd64 (1.23-1+b1) ... Selecting previously unselected package libgdbm-compat4:amd64. Preparing to unpack .../2-libgdbm-compat4_1.23-1+b1_amd64.deb ... Unpacking libgdbm-compat4:amd64 (1.23-1+b1) ... Selecting previously unselected package libperl5.34:amd64. Preparing to unpack .../3-libperl5.34_5.34.0-5_amd64.deb ... Unpacking libperl5.34:amd64 (5.34.0-5) ... Selecting previously unselected package perl. Preparing to unpack .../4-perl_5.34.0-5_amd64.deb ... Unpacking perl (5.34.0-5) ... Selecting previously unselected package fonts-lato. Preparing to unpack .../5-fonts-lato_2.0-2.1_all.deb ... Unpacking fonts-lato (2.0-2.1) ... Selecting previously unselected package libssl3:amd64. Preparing to unpack .../6-libssl3_3.0.5-2_amd64.deb ... Unpacking libssl3:amd64 (3.0.5-2) ... Selecting previously unselected package libpython3.10-minimal:amd64. Preparing to unpack .../7-libpython3.10-minimal_3.10.6-1_amd64.deb ... Unpacking libpython3.10-minimal:amd64 (3.10.6-1) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../8-libexpat1_2.4.8-1_amd64.deb ... Unpacking libexpat1:amd64 (2.4.8-1) ... Selecting previously unselected package python3.10-minimal. Preparing to unpack .../9-python3.10-minimal_3.10.6-1_amd64.deb ... Unpacking python3.10-minimal (3.10.6-1) ... Setting up libssl3:amd64 (3.0.5-2) ... Setting up libpython3.10-minimal:amd64 (3.10.6-1) ... Setting up libexpat1:amd64 (2.4.8-1) ... Setting up python3.10-minimal (3.10.6-1) ... Selecting previously unselected package python3-minimal. (Reading database ... 8997 files and directories currently installed.) Preparing to unpack .../python3-minimal_3.10.6-1_amd64.deb ... Unpacking python3-minimal (3.10.6-1) ... Selecting previously unselected package media-types. Preparing to unpack .../media-types_8.0.0_all.deb ... Unpacking media-types (8.0.0) ... Selecting previously unselected package libmpdec3:amd64. Preparing to unpack .../libmpdec3_2.5.1-2_amd64.deb ... Unpacking libmpdec3:amd64 (2.5.1-2) ... Preparing to unpack .../libtinfo6_6.3+20220423-2_amd64.deb ... Unpacking libtinfo6:amd64 (6.3+20220423-2) over (6.3-2) ... Setting up libtinfo6:amd64 (6.3+20220423-2) ... Selecting previously unselected package libncursesw6:amd64. (Reading database ... 9031 files and directories currently installed.) Preparing to unpack .../0-libncursesw6_6.3+20220423-2_amd64.deb ... Unpacking libncursesw6:amd64 (6.3+20220423-2) ... Selecting previously unselected package readline-common. Preparing to unpack .../1-readline-common_8.2~rc2-2_all.deb ... Unpacking readline-common (8.2~rc2-2) ... Selecting previously unselected package libreadline8:amd64. Preparing to unpack .../2-libreadline8_8.2~rc2-2_amd64.deb ... Unpacking libreadline8:amd64 (8.2~rc2-2) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../3-libsqlite3-0_3.39.2-1_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.39.2-1) ... Selecting previously unselected package libpython3.10-stdlib:amd64. Preparing to unpack .../4-libpython3.10-stdlib_3.10.6-1_amd64.deb ... Unpacking libpython3.10-stdlib:amd64 (3.10.6-1) ... Selecting previously unselected package python3.10. Preparing to unpack .../5-python3.10_3.10.6-1_amd64.deb ... Unpacking python3.10 (3.10.6-1) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../6-libpython3-stdlib_3.10.6-1_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.10.6-1) ... Setting up python3-minimal (3.10.6-1) ... Selecting previously unselected package python3. (Reading database ... 9439 files and directories currently installed.) Preparing to unpack .../00-python3_3.10.6-1_amd64.deb ... Unpacking python3 (3.10.6-1) ... Selecting previously unselected package netbase. Preparing to unpack .../01-netbase_6.3_all.deb ... Unpacking netbase (6.3) ... Selecting previously unselected package vim-common. Preparing to unpack .../02-vim-common_2%3a9.0.0242-1_all.deb ... Unpacking vim-common (2:9.0.0242-1) ... Selecting previously unselected package openssl. Preparing to unpack .../03-openssl_3.0.5-2_amd64.deb ... Unpacking openssl (3.0.5-2) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../04-ca-certificates_20211016_all.deb ... Unpacking ca-certificates (20211016) ... Selecting previously unselected package libc-l10n. Preparing to unpack .../05-libc-l10n_2.34-7_all.deb ... Unpacking libc-l10n (2.34-7) ... Selecting previously unselected package locales. Preparing to unpack .../06-locales_2.34-7_all.deb ... Unpacking locales (2.34-7) ... Selecting previously unselected package javascript-common. Preparing to unpack .../07-javascript-common_11+nmu1_all.deb ... Unpacking javascript-common (11+nmu1) ... Selecting previously unselected package libc6-i386. Preparing to unpack .../08-libc6-i386_2.34-7_amd64.deb ... Unpacking libc6-i386 (2.34-7) ... Selecting previously unselected package lib32gcc-s1. Preparing to unpack .../09-lib32gcc-s1_12.2.0-1_amd64.deb ... Unpacking lib32gcc-s1 (12.2.0-1) ... Selecting previously unselected package lib32stdc++6. Preparing to unpack .../10-lib32stdc++6_12.2.0-1_amd64.deb ... Unpacking lib32stdc++6 (12.2.0-1) ... Selecting previously unselected package libabsl20220623:amd64. Preparing to unpack .../11-libabsl20220623_0~20220623.0-2_amd64.deb ... Unpacking libabsl20220623:amd64 (0~20220623.0-2) ... Selecting previously unselected package libmd0:amd64. Preparing to unpack .../12-libmd0_1.0.4-2_amd64.deb ... Unpacking libmd0:amd64 (1.0.4-2) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../13-libbsd0_0.11.6-1_amd64.deb ... Unpacking libbsd0:amd64 (0.11.6-1) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../14-libedit2_3.1-20210910-1_amd64.deb ... Unpacking libedit2:amd64 (3.1-20210910-1) ... Selecting previously unselected package libicu71:amd64. Preparing to unpack .../15-libicu71_71.1-3_amd64.deb ... Unpacking libicu71:amd64 (71.1-3) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../16-libxml2_2.9.14+dfsg-1+b1_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1+b1) ... Selecting previously unselected package libz3-4:amd64. Preparing to unpack .../17-libz3-4_4.8.12-1+b1_amd64.deb ... Unpacking libz3-4:amd64 (4.8.12-1+b1) ... Selecting previously unselected package libllvm14:amd64. Preparing to unpack .../18-libllvm14_1%3a14.0.6-2_amd64.deb ... Unpacking libllvm14:amd64 (1:14.0.6-2) ... Selecting previously unselected package libclang-common-14-dev. Preparing to unpack .../19-libclang-common-14-dev_1%3a14.0.6-2_amd64.deb ... Unpacking libclang-common-14-dev (1:14.0.6-2) ... Selecting previously unselected package libclang1-14. Preparing to unpack .../20-libclang1-14_1%3a14.0.6-2_amd64.deb ... Unpacking libclang1-14 (1:14.0.6-2) ... Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../21-libgpm2_1.20.7-10_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-10) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../22-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ... Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../23-libjs-underscore_1.13.3~dfsg+~1.11.4-1_all.deb ... Unpacking libjs-underscore (1.13.3~dfsg+~1.11.4-1) ... Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../24-libjs-sphinxdoc_4.5.0-4_all.deb ... Unpacking libjs-sphinxdoc (4.5.0-4) ... Selecting previously unselected package liblua5.2-0:amd64. Preparing to unpack .../25-liblua5.2-0_5.2.4-2_amd64.deb ... Unpacking liblua5.2-0:amd64 (5.2.4-2) ... Selecting previously unselected package libncurses6:amd64. Preparing to unpack .../26-libncurses6_6.3+20220423-2_amd64.deb ... Unpacking libncurses6:amd64 (6.3+20220423-2) ... Selecting previously unselected package libpython3.10:amd64. Preparing to unpack .../27-libpython3.10_3.10.6-1_amd64.deb ... Unpacking libpython3.10:amd64 (3.10.6-1) ... Selecting previously unselected package rubygems-integration. Preparing to unpack .../28-rubygems-integration_1.18_all.deb ... Unpacking rubygems-integration (1.18) ... Selecting previously unselected package ruby3.0. Preparing to unpack .../29-ruby3.0_3.0.4-7+b1_amd64.deb ... Unpacking ruby3.0 (3.0.4-7+b1) ... Selecting previously unselected package ruby-rubygems. Preparing to unpack .../30-ruby-rubygems_3.3.15-1_all.deb ... Unpacking ruby-rubygems (3.3.15-1) ... Selecting previously unselected package ruby. Preparing to unpack .../31-ruby_1%3a3.0+1_amd64.deb ... Unpacking ruby (1:3.0+1) ... Selecting previously unselected package rake. Preparing to unpack .../32-rake_13.0.6-3_all.deb ... Unpacking rake (13.0.6-3) ... Selecting previously unselected package ruby-net-telnet. Preparing to unpack .../33-ruby-net-telnet_0.1.1-2.1_all.deb ... Unpacking ruby-net-telnet (0.1.1-2.1) ... Selecting previously unselected package ruby-webrick. Preparing to unpack .../34-ruby-webrick_1.7.0-3_all.deb ... Unpacking ruby-webrick (1.7.0-3) ... Selecting previously unselected package ruby-xmlrpc. Preparing to unpack .../35-ruby-xmlrpc_0.3.2-2_all.deb ... Unpacking ruby-xmlrpc (0.3.2-2) ... Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../36-libyaml-0-2_0.2.5-1_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.2.5-1) ... Selecting previously unselected package libruby3.0:amd64. Preparing to unpack .../37-libruby3.0_3.0.4-7+b1_amd64.deb ... Unpacking libruby3.0:amd64 (3.0.4-7+b1) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../38-libsodium23_1.0.18-1_amd64.deb ... Unpacking libsodium23:amd64 (1.0.18-1) ... Selecting previously unselected package libtcl8.6:amd64. Preparing to unpack .../39-libtcl8.6_8.6.12+dfsg-1_amd64.deb ... Unpacking libtcl8.6:amd64 (8.6.12+dfsg-1) ... Selecting previously unselected package python3-bottle. Preparing to unpack .../40-python3-bottle_0.12.21-1_all.deb ... Unpacking python3-bottle (0.12.21-1) ... Selecting previously unselected package python3-frozendict. Preparing to unpack .../41-python3-frozendict_1.2-3_all.deb ... Unpacking python3-frozendict (1.2-3) ... Selecting previously unselected package python3-lib2to3. Preparing to unpack .../42-python3-lib2to3_3.10.6-1_all.deb ... Unpacking python3-lib2to3 (3.10.6-1) ... Selecting previously unselected package python3-future. Preparing to unpack .../43-python3-future_0.18.2-6_all.deb ... Unpacking python3-future (0.18.2-6) ... Selecting previously unselected package python3-parso. Preparing to unpack .../44-python3-parso_0.8.1-1_all.deb ... Unpacking python3-parso (0.8.1-1) ... Selecting previously unselected package python3-jedi. Preparing to unpack .../45-python3-jedi_0.18.0-1_all.deb ... Unpacking python3-jedi (0.18.0-1) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../46-python3-yaml_5.4.1-1+b2_amd64.deb ... Unpacking python3-yaml (5.4.1-1+b2) ... Selecting previously unselected package python3-watchdog. Preparing to unpack .../47-python3-watchdog_2.1.9-1_all.deb ... Unpacking python3-watchdog (2.1.9-1) ... Selecting previously unselected package unzip. Preparing to unpack .../48-unzip_6.0-27_amd64.deb ... Unpacking unzip (6.0-27) ... Selecting previously unselected package vim-addon-manager. Preparing to unpack .../49-vim-addon-manager_0.5.10_all.deb ... Unpacking vim-addon-manager (0.5.10) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../50-vim-runtime_2%3a9.0.0242-1_all.deb ... Adding 'diversion of /usr/share/vim/vim90/doc/help.txt to /usr/share/vim/vim90/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim90/doc/tags to /usr/share/vim/vim90/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:9.0.0242-1) ... Selecting previously unselected package vim-nox. Preparing to unpack .../51-vim-nox_2%3a9.0.0242-1_amd64.deb ... Unpacking vim-nox (2:9.0.0242-1) ... Selecting previously unselected package ycmd. Preparing to unpack .../52-ycmd_0+20220824+git2ee4100+ds-1+b1_amd64.deb ... Unpacking ycmd (0+20220824+git2ee4100+ds-1+b1) ... Selecting previously unselected package vim-youcompleteme. Preparing to unpack .../53-vim-youcompleteme_0+20220824+git7c3a88f+ds-2_all.deb ... Unpacking vim-youcompleteme (0+20220824+git7c3a88f+ds-2) ... Selecting previously unselected package xxd. Preparing to unpack .../54-xxd_2%3a9.0.0242-1_amd64.deb ... Unpacking xxd (2:9.0.0242-1) ... Selecting previously unselected package zip. Preparing to unpack .../55-zip_3.0-12_amd64.deb ... Unpacking zip (3.0-12) ... Setting up media-types (8.0.0) ... Setting up javascript-common (11+nmu1) ... Setting up libicu71:amd64 (71.1-3) ... Setting up libabsl20220623:amd64 (0~20220623.0-2) ... Setting up libc-l10n (2.34-7) ... Setting up fonts-lato (2.0-2.1) ... Setting up libsodium23:amd64 (1.0.18-1) ... Setting up libgpm2:amd64 (1.20.7-10) ... Setting up libyaml-0-2:amd64 (0.2.5-1) ... Setting up unzip (6.0-27) ... Setting up libsqlite3-0:amd64 (3.39.2-1) ... Setting up perl-modules-5.34 (5.34.0-5) ... Setting up locales (2.34-7) ... Generating locales (this might take a while)... Generation complete. Setting up xxd (2:9.0.0242-1) ... Setting up zip (3.0-12) ... Setting up libz3-4:amd64 (4.8.12-1+b1) ... Setting up vim-common (2:9.0.0242-1) ... Setting up libncurses6:amd64 (6.3+20220423-2) ... Setting up ruby-net-telnet (0.1.1-2.1) ... Setting up libtcl8.6:amd64 (8.6.12+dfsg-1) ... Setting up libncursesw6:amd64 (6.3+20220423-2) ... Setting up ruby-webrick (1.7.0-3) ... Setting up libmd0:amd64 (1.0.4-2) ... Setting up liblua5.2-0:amd64 (5.2.4-2) ... Setting up libmpdec3:amd64 (2.5.1-2) ... Setting up libc6-i386 (2.34-7) ... Setting up netbase (6.3) ... Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ... Setting up vim-runtime (2:9.0.0242-1) ... Setting up openssl (3.0.5-2) ... Setting up libbsd0:amd64 (0.11.6-1) ... Setting up readline-common (8.2~rc2-2) ... Setting up ruby-xmlrpc (0.3.2-2) ... Setting up libxml2:amd64 (2.9.14+dfsg-1+b1) ... Setting up libgdbm6:amd64 (1.23-1+b1) ... Setting up libjs-underscore (1.13.3~dfsg+~1.11.4-1) ... Setting up libedit2:amd64 (3.1-20210910-1) ... Setting up libreadline8:amd64 (8.2~rc2-2) ... Setting up libpython3.10-stdlib:amd64 (3.10.6-1) ... Setting up ca-certificates (20211016) ... Updating certificates in /etc/ssl/certs... 127 added, 0 removed; done. Setting up lib32gcc-s1 (12.2.0-1) ... Setting up lib32stdc++6 (12.2.0-1) ... Setting up libgdbm-compat4:amd64 (1.23-1+b1) ... Setting up libjs-sphinxdoc (4.5.0-4) ... Setting up libllvm14:amd64 (1:14.0.6-2) ... Setting up libpython3-stdlib:amd64 (3.10.6-1) ... Setting up libpython3.10:amd64 (3.10.6-1) ... Setting up libperl5.34:amd64 (5.34.0-5) ... Setting up python3.10 (3.10.6-1) ... Setting up libclang1-14 (1:14.0.6-2) ... Setting up python3 (3.10.6-1) ... Setting up rubygems-integration (1.18) ... Setting up perl (5.34.0-5) ... Setting up libclang-common-14-dev (1:14.0.6-2) ... Setting up python3-lib2to3 (3.10.6-1) ... Setting up python3-bottle (0.12.21-1) ... Setting up python3-parso (0.8.1-1) ... Setting up python3-frozendict (1.2-3) ... Setting up python3-yaml (5.4.1-1+b2) ... Setting up python3-future (0.18.2-6) ... update-alternatives: using /usr/bin/python3-futurize to provide /usr/bin/futurize (futurize) in auto mode update-alternatives: using /usr/bin/python3-pasteurize to provide /usr/bin/pasteurize (pasteurize) in auto mode Setting up python3-jedi (0.18.0-1) ... Setting up python3-watchdog (2.1.9-1) ... Setting up ycmd (0+20220824+git2ee4100+ds-1+b1) ... Setting up rake (13.0.6-3) ... Setting up libruby3.0:amd64 (3.0.4-7+b1) ... Setting up ruby-rubygems (3.3.15-1) ... Setting up ruby3.0 (3.0.4-7+b1) ... Setting up vim-nox (2:9.0.0242-1) ... update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/ex (ex) in auto mode update-alternatives: using /usr/bin/vim.nox to provide /usr/bin/editor (editor) in auto mode Setting up vim-youcompleteme (0+20220824+git7c3a88f+ds-2) ... Setting up ruby (1:3.0+1) ... Setting up vim-addon-manager (0.5.10) ... Processing triggers for libc-bin (2.34-7) ... Processing triggers for ca-certificates (20211016) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Removing intermediate container caa85c9b559d ---> 4dc08922be0d Step 3/4 : RUN perl -pe 's/^# (en_US.UTF-8)/$1/;' -i /etc/locale.gen && locale-gen -a ---> Running in bbb528dbfcff Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Removing intermediate container bbb528dbfcff ---> cf9d9dec2feb Step 4/4 : RUN vam install youcompleteme ---> Running in ad6906a5cea4 Info: installing removed addon 'youcompleteme' to /root/.vim Info: Rebuilding tags since documentation has been modified ... Processing /root/.vim/doc/ Info: done. Removing intermediate container ad6906a5cea4 ---> 44bc589078a0 Successfully built 44bc589078a0 Successfully tagged bug1019188:latest