cpp-linter / cpp-linter-action

A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.
https://cpp-linter.github.io/cpp-linter-action/
MIT License
91 stars 21 forks source link

apt install stuck at "Nothing to restart" with custom container image #239

Closed zjeffer closed 4 months ago

zjeffer commented 4 months ago

Since the 6th of May, Waybar is having trouble with this cpp-linter-action. We're using this image: https://github.com/Alexays/Waybar/blob/master/Dockerfiles/debian

At some point while installing clang-format and clang-tidy into the container, apt gets stuck at this command:

sudo DEBIAN_FRONTEND=noninteractive apt-get install -y clang-format-17 clang-tidy-17

GitHub action logs ``` 2024-05-10T16:07:16.8215527Z Installing clang-format-17 and clang-tidy-17 2024-05-10T16:07:17.2490407Z Reading package lists... 2024-05-10T16:07:17.3623499Z Building dependency tree... 2024-05-10T16:07:17.3627334Z Reading state information... 2024-05-10T16:07:17.5057804Z The following packages were automatically installed and are no longer required: 2024-05-10T16:07:17.5059691Z libnsl-dev libtirpc-dev 2024-05-10T16:07:17.5060463Z Use 'sudo apt autoremove' to remove them. 2024-05-10T16:07:17.5061736Z The following additional packages will be installed: 2024-05-10T16:07:17.5064269Z clang-17 clang-tools-17 cpp-13 cpp-13-x86-64-linux-gnu g++-13 2024-05-10T16:07:17.5065331Z g++-13-x86-64-linux-gnu gcc-13 gcc-13-base gcc-13-x86-64-linux-gnu 2024-05-10T16:07:17.5066437Z gcc-14-base libasan8 libatomic1 libc-bin libc-dev-bin libc-l10n libc6 2024-05-10T16:07:17.5067535Z libc6-dev libcc1-0 libclang-common-17-dev libclang-cpp17t64 2024-05-10T16:07:17.5068540Z libclang-rt-17-dev libclang1-17t64 libcurl4t64 libgc1 libgcc-13-dev 2024-05-10T16:07:17.5069260Z libgcc-s1 libgomp1 libgpm2 libhwasan0 libitm1 libllvm17t64 liblsan0 2024-05-10T16:07:17.5069912Z libncurses-dev libncurses6 libncursesw6 libobjc-13-dev libobjc4 libpfm4 2024-05-10T16:07:17.5070613Z libpsl5t64 libquadmath0 libssh2-1t64 libssl3t64 libstdc++-13-dev libstdc++6 2024-05-10T16:07:17.5071299Z libtinfo6 libtsan2 libubsan1 libyaml-0-2 libz3-dev llvm-17 llvm-17-dev 2024-05-10T16:07:17.5071959Z llvm-17-linker-tools llvm-17-runtime llvm-17-tools locales ncurses-base 2024-05-10T16:07:17.5072713Z ncurses-bin openssl publicsuffix python3-pygments python3-yaml 2024-05-10T16:07:17.5073787Z Suggested packages: 2024-05-10T16:07:17.5074649Z clang-17-doc wasi-libc gcc-13-locales cpp-13-doc g++-13-multilib gcc-13-doc 2024-05-10T16:07:17.5075779Z gcc-13-multilib libc-devtools glibc-doc libnss-nis libnss-nisplus 2024-05-10T16:07:17.5076379Z manpages-dev gpm ncurses-doc libstdc++-13-doc llvm-17-doc 2024-05-10T16:07:17.5076845Z python-pygments-doc ttf-bitstream-vera 2024-05-10T16:07:17.5077181Z Recommended packages: 2024-05-10T16:07:17.5077461Z manpages manpages-dev 2024-05-10T16:07:17.8465383Z The following packages will be REMOVED: 2024-05-10T16:07:17.8477228Z libcurl4 libllvm17 libpsl5 libssh2-1 libssl3 2024-05-10T16:07:17.8477888Z The following NEW packages will be installed: 2024-05-10T16:07:17.8479935Z clang-17 clang-format-17 clang-tidy-17 clang-tools-17 libclang-common-17-dev 2024-05-10T16:07:17.8482085Z libclang-cpp17t64 libclang-rt-17-dev libclang1-17t64 libcurl4t64 libgc1 2024-05-10T16:07:17.8483941Z libgpm2 libllvm17t64 libncurses-dev libncurses6 libobjc-13-dev libobjc4 2024-05-10T16:07:17.8486331Z libpfm4 libpsl5t64 libssh2-1t64 libssl3t64 libyaml-0-2 libz3-dev llvm-17 2024-05-10T16:07:17.8487608Z llvm-17-dev llvm-17-linker-tools llvm-17-runtime llvm-17-tools publicsuffix 2024-05-10T16:07:17.8488548Z python3-pygments python3-yaml 2024-05-10T16:07:17.8491402Z The following packages will be upgraded: 2024-05-10T16:07:17.8493097Z cpp-13 cpp-13-x86-64-linux-gnu g++-13 g++-13-x86-64-linux-gnu gcc-13 2024-05-10T16:07:17.8494326Z gcc-13-base gcc-13-x86-64-linux-gnu gcc-14-base libasan8 libatomic1 libc-bin 2024-05-10T16:07:17.8495328Z libc-dev-bin libc-l10n libc6 libc6-dev libcc1-0 libgcc-13-dev libgcc-s1 2024-05-10T16:07:17.8496594Z libgomp1 libhwasan0 libitm1 liblsan0 libncursesw6 libquadmath0 2024-05-10T16:07:17.8498722Z libstdc++-13-dev libstdc++6 libtinfo6 libtsan2 libubsan1 locales 2024-05-10T16:07:17.8499544Z ncurses-base ncurses-bin openssl 2024-05-10T16:07:17.9375586Z 33 upgraded, 30 newly installed, 5 to remove and 361 not upgraded. 2024-05-10T16:07:17.9376358Z Need to get 195 MB of archives. 2024-05-10T16:07:17.9376805Z After this operation, 681 MB of additional disk space will be used. 2024-05-10T16:07:17.9377851Z Get:1 http://deb.debian.org/debian sid/main amd64 ncurses-bin amd64 6.5-2 [433 kB] 2024-05-10T16:07:18.0146331Z Get:2 http://deb.debian.org/debian sid/main amd64 libc-l10n all 2.38-8 [723 kB] 2024-05-10T16:07:18.0360355Z Get:3 http://deb.debian.org/debian sid/main amd64 libc-dev-bin amd64 2.38-8 [49.2 kB] 2024-05-10T16:07:18.0364329Z Get:4 http://deb.debian.org/debian sid/main amd64 libc6-dev amd64 2.38-8 [1915 kB] 2024-05-10T16:07:18.0583053Z Get:5 http://deb.debian.org/debian sid/main amd64 locales all 2.38-8 [3910 kB] 2024-05-10T16:07:18.0862702Z Get:6 http://deb.debian.org/debian sid/main amd64 libc6 amd64 2.38-8 [2771 kB] 2024-05-10T16:07:18.0974528Z Get:7 http://deb.debian.org/debian sid/main amd64 libc-bin amd64 2.38-8 [610 kB] 2024-05-10T16:07:18.1052191Z Get:8 http://deb.debian.org/debian sid/main amd64 libasan8 amd64 14-20240429-1 [2724 kB] 2024-05-10T16:07:18.1187153Z Get:9 http://deb.debian.org/debian sid/main amd64 libubsan1 amd64 14-20240429-1 [1074 kB] 2024-05-10T16:07:18.1266668Z Get:10 http://deb.debian.org/debian sid/main amd64 libstdc++-13-dev amd64 13.2.0-24 [2264 kB] 2024-05-10T16:07:18.1400029Z Get:11 http://deb.debian.org/debian sid/main amd64 gcc-13 amd64 13.2.0-24 [486 kB] 2024-05-10T16:07:18.1424316Z Get:12 http://deb.debian.org/debian sid/main amd64 g++-13 amd64 13.2.0-24 [15.2 kB] 2024-05-10T16:07:18.1427976Z Get:13 http://deb.debian.org/debian sid/main amd64 g++-13-x86-64-linux-gnu amd64 13.2.0-24 [11.3 MB] 2024-05-10T16:07:18.2066381Z Get:14 http://deb.debian.org/debian sid/main amd64 gcc-13-x86-64-linux-gnu amd64 13.2.0-24 [19.8 MB] 2024-05-10T16:07:18.3201861Z Get:15 http://deb.debian.org/debian sid/main amd64 cpp-13-x86-64-linux-gnu amd64 13.2.0-24 [10.3 MB] 2024-05-10T16:07:18.3797785Z Get:16 http://deb.debian.org/debian sid/main amd64 cpp-13 amd64 13.2.0-24 [1276 B] 2024-05-10T16:07:18.3799254Z Get:17 http://deb.debian.org/debian sid/main amd64 gcc-13-base amd64 13.2.0-24 [45.3 kB] 2024-05-10T16:07:18.3803014Z Get:18 http://deb.debian.org/debian sid/main amd64 libgcc-13-dev amd64 13.2.0-24 [2542 kB] 2024-05-10T16:07:18.3940081Z Get:19 http://deb.debian.org/debian sid/main amd64 libtsan2 amd64 14-20240429-1 [2457 kB] 2024-05-10T16:07:18.4093536Z Get:20 http://deb.debian.org/debian sid/main amd64 libquadmath0 amd64 14-20240429-1 [145 kB] 2024-05-10T16:07:18.4101291Z Get:21 http://deb.debian.org/debian sid/main amd64 liblsan0 amd64 14-20240429-1 [1203 kB] 2024-05-10T16:07:18.4158319Z Get:22 http://deb.debian.org/debian sid/main amd64 libitm1 amd64 14-20240429-1 [25.8 kB] 2024-05-10T16:07:18.4161316Z Get:23 http://deb.debian.org/debian sid/main amd64 libhwasan0 amd64 14-20240429-1 [1487 kB] 2024-05-10T16:07:18.4276581Z Get:24 http://deb.debian.org/debian sid/main amd64 libgomp1 amd64 14-20240429-1 [136 kB] 2024-05-10T16:07:18.4283308Z Get:25 http://deb.debian.org/debian sid/main amd64 gcc-14-base amd64 14-20240429-1 [43.9 kB] 2024-05-10T16:07:18.4287391Z Get:26 http://deb.debian.org/debian sid/main amd64 libgcc-s1 amd64 14-20240429-1 [72.4 kB] 2024-05-10T16:07:18.4292300Z Get:27 http://deb.debian.org/debian sid/main amd64 libcc1-0 amd64 14-20240429-1 [42.1 kB] 2024-05-10T16:07:18.4296595Z Get:28 http://deb.debian.org/debian sid/main amd64 libatomic1 amd64 14-20240429-1 [9216 B] 2024-05-10T16:07:18.4390158Z Get:29 http://deb.debian.org/debian sid/main amd64 libstdc++6 amd64 14-20240429-1 [715 kB] 2024-05-10T16:07:18.4430101Z Get:30 http://deb.debian.org/debian sid/main amd64 ncurses-base all 6.5-2 [270 kB] 2024-05-10T16:07:18.4441895Z Get:31 http://deb.debian.org/debian sid/main amd64 libpsl5t64 amd64 0.21.2-1.1 [56.8 kB] 2024-05-10T16:07:18.4446344Z Get:32 http://deb.debian.org/debian sid/main amd64 libcurl4t64 amd64 8.7.1-5 [441 kB] 2024-05-10T16:07:18.4551800Z Get:33 http://deb.debian.org/debian sid/main amd64 libssh2-1t64 amd64 1.11.0-4.1+b2 [215 kB] 2024-05-10T16:07:18.4567646Z Get:34 http://deb.debian.org/debian sid/main amd64 openssl amd64 3.2.1-3 [1360 kB] 2024-05-10T16:07:18.4646267Z Get:35 http://deb.debian.org/debian sid/main amd64 libssl3t64 amd64 3.2.1-3 [2244 kB] 2024-05-10T16:07:18.4787593Z Get:36 http://deb.debian.org/debian sid/main amd64 libncursesw6 amd64 6.5-2 [135 kB] 2024-05-10T16:07:18.4799557Z Get:37 http://deb.debian.org/debian sid/main amd64 libtinfo6 amd64 6.5-2 [344 kB] 2024-05-10T16:07:18.4814924Z Get:38 http://deb.debian.org/debian sid/main amd64 libllvm17t64 amd64 1:17.0.6-12 [23.7 MB] 2024-05-10T16:07:18.6438357Z Get:39 http://deb.debian.org/debian sid/main amd64 libclang-cpp17t64 amd64 1:17.0.6-12 [11.8 MB] 2024-05-10T16:07:18.7110530Z Get:40 http://deb.debian.org/debian sid/main amd64 libgc1 amd64 1:8.2.6-1 [244 kB] 2024-05-10T16:07:18.7122425Z Get:41 http://deb.debian.org/debian sid/main amd64 libobjc4 amd64 14-20240429-1 [42.4 kB] 2024-05-10T16:07:18.7126069Z Get:42 http://deb.debian.org/debian sid/main amd64 libobjc-13-dev amd64 13.2.0-24 [170 kB] 2024-05-10T16:07:18.7137128Z Get:43 http://deb.debian.org/debian sid/main amd64 libclang-common-17-dev amd64 1:17.0.6-12 [682 kB] 2024-05-10T16:07:18.7189406Z Get:44 http://deb.debian.org/debian sid/main amd64 llvm-17-linker-tools amd64 1:17.0.6-12 [1250 kB] 2024-05-10T16:07:18.7247157Z Get:45 http://deb.debian.org/debian sid/main amd64 libclang1-17t64 amd64 1:17.0.6-12 [6692 kB] 2024-05-10T16:07:18.7630611Z Get:46 http://deb.debian.org/debian sid/main amd64 clang-17 amd64 1:17.0.6-12 [112 kB] 2024-05-10T16:07:18.7638757Z Get:47 http://deb.debian.org/debian sid/main amd64 clang-format-17 amd64 1:17.0.6-12 [84.5 kB] 2024-05-10T16:07:18.7645390Z Get:48 http://deb.debian.org/debian sid/main amd64 clang-tools-17 amd64 1:17.0.6-12 [7953 kB] 2024-05-10T16:07:18.8131702Z Get:49 http://deb.debian.org/debian sid/main amd64 libyaml-0-2 amd64 0.2.5-1+b1 [52.6 kB] 2024-05-10T16:07:18.8136450Z Get:50 http://deb.debian.org/debian sid/main amd64 python3-yaml amd64 6.0.1-2 [177 kB] 2024-05-10T16:07:18.8145567Z Get:51 http://deb.debian.org/debian sid/main amd64 clang-tidy-17 amd64 1:17.0.6-12 [4264 kB] 2024-05-10T16:07:18.8384015Z Get:52 http://deb.debian.org/debian sid/main amd64 libclang-rt-17-dev amd64 1:17.0.6-12 [2315 kB] 2024-05-10T16:07:18.8518703Z Get:53 http://deb.debian.org/debian sid/main amd64 libgpm2 amd64 1.20.7-11 [14.0 kB] 2024-05-10T16:07:18.8521988Z Get:54 http://deb.debian.org/debian sid/main amd64 libncurses6 amd64 6.5-2 [104 kB] 2024-05-10T16:07:18.8526369Z Get:55 http://deb.debian.org/debian sid/main amd64 libncurses-dev amd64 6.5-2 [349 kB] 2024-05-10T16:07:18.8546689Z Get:56 http://deb.debian.org/debian sid/main amd64 libpfm4 amd64 4.13.0+git32-g0d4ed0e-1 [341 kB] 2024-05-10T16:07:18.8561271Z Get:57 http://deb.debian.org/debian sid/main amd64 libz3-dev amd64 4.8.12-3.1+b2 [90.9 kB] 2024-05-10T16:07:18.8567377Z Get:58 http://deb.debian.org/debian sid/main amd64 llvm-17-runtime amd64 1:17.0.6-12 [525 kB] 2024-05-10T16:07:18.8594909Z Get:59 http://deb.debian.org/debian sid/main amd64 llvm-17 amd64 1:17.0.6-12 [21.6 MB] 2024-05-10T16:07:18.9872448Z Get:60 http://deb.debian.org/debian sid/main amd64 python3-pygments all 2.17.2+dfsg-1 [818 kB] 2024-05-10T16:07:18.9905517Z Get:61 http://deb.debian.org/debian sid/main amd64 llvm-17-tools amd64 1:17.0.6-12 [489 kB] 2024-05-10T16:07:18.9925439Z Get:62 http://deb.debian.org/debian sid/main amd64 llvm-17-dev amd64 1:17.0.6-12 [38.8 MB] 2024-05-10T16:07:19.2217839Z Get:63 http://deb.debian.org/debian sid/main amd64 publicsuffix all 20231001.0357-0.1 [125 kB] 2024-05-10T16:07:19.3605862Z debconf: delaying package configuration, since apt-utils is not installed 2024-05-10T16:07:19.4061975Z Fetched 195 MB in 1s (143 MB/s) 2024-05-10T16:07:19.4280722Z (Reading database ... 2024-05-10T16:07:19.4281598Z (Reading database ... 5% 2024-05-10T16:07:19.4282089Z (Reading database ... 10% 2024-05-10T16:07:19.4282546Z (Reading database ... 15% 2024-05-10T16:07:19.4282986Z (Reading database ... 20% 2024-05-10T16:07:19.4283433Z (Reading database ... 25% 2024-05-10T16:07:19.4283874Z (Reading database ... 30% 2024-05-10T16:07:19.4284309Z (Reading database ... 35% 2024-05-10T16:07:19.4284750Z (Reading database ... 40% 2024-05-10T16:07:19.4285186Z (Reading database ... 45% 2024-05-10T16:07:19.4285611Z (Reading database ... 50% 2024-05-10T16:07:19.4304126Z (Reading database ... 55% 2024-05-10T16:07:19.4318028Z (Reading database ... 60% 2024-05-10T16:07:19.4329945Z (Reading database ... 65% 2024-05-10T16:07:19.4346500Z (Reading database ... 70% 2024-05-10T16:07:19.4359526Z (Reading database ... 75% 2024-05-10T16:07:19.4373799Z (Reading database ... 80% 2024-05-10T16:07:19.4393043Z (Reading database ... 85% 2024-05-10T16:07:19.4412002Z (Reading database ... 90% 2024-05-10T16:07:19.4431621Z (Reading database ... 95% 2024-05-10T16:07:19.4432093Z (Reading database ... 100% 2024-05-10T16:07:19.4432772Z (Reading database ... 34833 files and directories currently installed.) 2024-05-10T16:07:19.4439726Z Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ... 2024-05-10T16:07:19.4463973Z Unpacking ncurses-bin (6.5-2) over (6.4+20240113-1) ... 2024-05-10T16:07:19.4939947Z Setting up ncurses-bin (6.5-2) ... 2024-05-10T16:07:19.5183645Z (Reading database ... 2024-05-10T16:07:19.5185472Z (Reading database ... 5% 2024-05-10T16:07:19.5186103Z (Reading database ... 10% 2024-05-10T16:07:19.5186669Z (Reading database ... 15% 2024-05-10T16:07:19.5187243Z (Reading database ... 20% 2024-05-10T16:07:19.5187812Z (Reading database ... 25% 2024-05-10T16:07:19.5188353Z (Reading database ... 30% 2024-05-10T16:07:19.5188898Z (Reading database ... 35% 2024-05-10T16:07:19.5189448Z (Reading database ... 40% 2024-05-10T16:07:19.5189989Z (Reading database ... 45% 2024-05-10T16:07:19.5190560Z (Reading database ... 50% 2024-05-10T16:07:19.5209470Z (Reading database ... 55% 2024-05-10T16:07:19.5223330Z (Reading database ... 60% 2024-05-10T16:07:19.5234155Z (Reading database ... 65% 2024-05-10T16:07:19.5249721Z (Reading database ... 70% 2024-05-10T16:07:19.5265227Z (Reading database ... 75% 2024-05-10T16:07:19.5281288Z (Reading database ... 80% 2024-05-10T16:07:19.5299570Z (Reading database ... 85% 2024-05-10T16:07:19.5315594Z (Reading database ... 90% 2024-05-10T16:07:19.5336812Z (Reading database ... 95% 2024-05-10T16:07:19.5337276Z (Reading database ... 100% 2024-05-10T16:07:19.5338117Z (Reading database ... 34833 files and directories currently installed.) 2024-05-10T16:07:19.5344859Z Preparing to unpack .../libc-l10n_2.38-8_all.deb ... 2024-05-10T16:07:19.5366180Z Unpacking libc-l10n (2.38-8) over (2.37-15) ... 2024-05-10T16:07:19.6301209Z Preparing to unpack .../libc-dev-bin_2.38-8_amd64.deb ... 2024-05-10T16:07:19.6321509Z Unpacking libc-dev-bin (2.38-8) over (2.37-15) ... 2024-05-10T16:07:19.6555415Z Preparing to unpack .../libc6-dev_2.38-8_amd64.deb ... 2024-05-10T16:07:19.6577786Z Unpacking libc6-dev:amd64 (2.38-8) over (2.37-15) ... 2024-05-10T16:07:20.1111714Z Preparing to unpack .../locales_2.38-8_all.deb ... 2024-05-10T16:07:20.1146854Z Unpacking locales (2.38-8) over (2.37-15) ... 2024-05-10T16:07:20.7288459Z Preparing to unpack .../libc6_2.38-8_amd64.deb ... 2024-05-10T16:07:20.8043334Z Checking for services that may need to be restarted... 2024-05-10T16:07:20.8043756Z Checking init scripts... 2024-05-10T16:07:20.8144877Z Unpacking libc6:amd64 (2.38-8) over (2.37-15) ... 2024-05-10T16:07:21.1849055Z Setting up libc6:amd64 (2.38-8) ... 2024-05-10T16:07:21.2490455Z Checking for services that may need to be restarted... 2024-05-10T16:07:21.2491296Z Checking init scripts... 2024-05-10T16:07:21.2491733Z Nothing to restart. ```

Example job: https://github.com/zjeffer/Waybar/actions/runs/9034655923/job/24828478619 (with debug logging enabled)

I tried to fix it by adding setting the DEBIAN_FRONTEND=noninteractive environment variable before every apt call, but that didn't help.

2bndy5 commented 4 months ago

I suspect this has something to do with an update to the container image debian:sid (from which alexays/waybar:debian inherits).

We haven't released any changes in over a month. So I have no idea why something started to break around May 6.

I Googled the "apt frozen at nothing to restart", and didn't get anywhere.

Maybe the LLVM script we use on Linux (to setup the PPA repo for installing clang tools) was updated recently as well?

2bndy5 commented 4 months ago

Maybe the LLVM script we use on Linux (to setup the PPA repo for installing clang tools) was updated recently as well?

Looking at the LLVM doc, I see the most recent changes in 2024 (or maybe just the recently documented changes) are:

Feb 20th 2024 - Add libllvmlibc-18-dev as new package Jan 25th 2024 - Snapshot becomes 19, branch 18 created

So I doubt that this is the problem either.

zjeffer commented 4 months ago

It seems to be stuck at the first apt install call, so before running the LLVM script.

zjeffer commented 4 months ago

The waybar:debian docker image was last updated 3 months ago, so that doesn't seem to cause the problem either :face_with_diagonal_mouth:

shenxianpeng commented 4 months ago

I tried to run these steps manually and it also hangs like the example job and pressing ctrl+x can not exit.

docker run -it alexays/waybar:debian bash
root@74dc83667a1f:/# apt-get update
root@74dc83667a1f:/# sudo apt-get install -y clang-format-17 clang-tidy-17
hangs output ``` Fetched 195 MB in 2s (113 MB/s) debconf: delaying package configuration, since apt-utils is not installed (Reading database ... 34939 files and directories currently installed.) Preparing to unpack .../ncurses-bin_6.5-2_amd64.deb ... Unpacking ncurses-bin (6.5-2) over (6.4+20240113-1) ... Setting up ncurses-bin (6.5-2) ... (Reading database ... 34939 files and directories currently installed.) Preparing to unpack .../libc-l10n_2.38-10_all.deb ... Unpacking libc-l10n (2.38-10) over (2.37-15) ... Preparing to unpack .../libc-dev-bin_2.38-10_amd64.deb ... Unpacking libc-dev-bin (2.38-10) over (2.37-15) ... Preparing to unpack .../libc6-dev_2.38-10_amd64.deb ... Unpacking libc6-dev:amd64 (2.38-10) over (2.37-15) ... Preparing to unpack .../locales_2.38-10_all.deb ... Unpacking locales (2.38-10) over (2.37-15) ... Preparing to unpack .../libc6_2.38-10_amd64.deb ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79.) debconf: falling back to frontend: Readline Checking for services that may need to be restarted... Checking init scripts... Unpacking libc6:amd64 (2.38-10) over (2.37-15) ... Setting up libc6:amd64 (2.38-10) ... debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79.) debconf: falling back to frontend: Readline Checking for services that may need to be restarted... Checking init scripts... Nothing to restart. ```

but if I used debian:sid image to do the same step. I can install clang-format-17 clang-tidy-17 successfully without hangs.

docker run -it debian:sid bash
root@09a41e37c8ef:/# apt-get update
root@09a41e37c8ef:/# sudo apt-get install -y clang-format-17 clang-tidy-17
zjeffer commented 4 months ago

@shenxianpeng Thanks for testing that, I'll investigate further with the waybar:debian image and update the post if I find something new

zjeffer commented 4 months ago

Found it I think: if I update this line in the debian dockerfile to use libwireplumber-0.5-dev instead of 0.4, and rebuild the image, apt works again.

Not an issue with this Action, but thanks for the help :)