Advertisement
Guest User

Untitled

a guest
Feb 11th, 2023
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 191.82 KB | None | 0 0
  1. [root@arch dockerx]# docker build -t gfx803-pytorch .
  2. DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
  3. Install the buildx component to build images with BuildKit:
  4. https://docs.docker.com/go/buildx/
  5.  
  6. Sending build context to Docker daemon 9.728kB
  7. Step 1/69 : FROM ubuntu:20.04
  8. 20.04: Pulling from library/ubuntu
  9. b549f31133a9: Pull complete
  10. Digest: sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
  11. Status: Downloaded newer image for ubuntu:20.04
  12. ---> e40cf56b4be3
  13. Step 2/69 : ARG -v $HOME:/data --privileged --rm --device=/dev/kfd --device=/dev/dri --group-add video -p 7860:7860
  14. ---> Running in 90a239771a01
  15. Removing intermediate container 90a239771a01
  16. ---> 6ac9b0d0792e
  17. Step 3/69 : WORKDIR /root
  18. ---> Running in cea6fbe44428
  19. Removing intermediate container cea6fbe44428
  20. ---> f11a8357fb18
  21. Step 4/69 : RUN apt-get update
  22. ---> Running in 67e020d5f044
  23. Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
  24. Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
  25. Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2479 kB]
  26. Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1920 kB]
  27. Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [993 kB]
  28. Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB]
  29. Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
  30. Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
  31. Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
  32. Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
  33. Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
  34. Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
  35. Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2050 kB]
  36. Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1295 kB]
  37. Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]
  38. Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2952 kB]
  39. Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
  40. Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
  41. Fetched 25.3 MB in 3s (8809 kB/s)
  42. Reading package lists...
  43. Removing intermediate container 67e020d5f044
  44. ---> 7f2d4dd4db3f
  45. Step 5/69 : RUN apt-get upgrade -y
  46. ---> Running in de5c0f220beb
  47. Reading package lists...
  48. Building dependency tree...
  49. Reading state information...
  50. Calculating upgrade...
  51. The following packages will be upgraded:
  52. libpam-modules libpam-modules-bin libpam-runtime libpam0g
  53. 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  54. Need to get 394 kB of archives.
  55. After this operation, 0 B of additional disk space will be used.
  56. Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.6 [55.3 kB]
  57. Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.6 [41.2 kB]
  58. Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.6 [260 kB]
  59. Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.6 [37.3 kB]
  60. debconf: delaying package configuration, since apt-utils is not installed
  61. Fetched 394 kB in 1s (460 kB/s)
  62. (Reading database ... 4126 files and directories currently installed.)
  63. Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.6_amd64.deb ...
  64. Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.6) over (1.3.1-5ubuntu4.4) ...
  65. Setting up libpam0g:amd64 (1.3.1-5ubuntu4.6) ...
  66. debconf: unable to initialize frontend: Dialog
  67. debconf: (TERM is not set, so the dialog frontend is not usable.)
  68. debconf: falling back to frontend: Readline
  69. debconf: unable to initialize frontend: Readline
  70. debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
  71. debconf: falling back to frontend: Teletype
  72. (Reading database ... 4126 files and directories currently installed.)
  73. Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.6_amd64.deb ...
  74. Unpacking libpam-modules-bin (1.3.1-5ubuntu4.6) over (1.3.1-5ubuntu4.4) ...
  75. Setting up libpam-modules-bin (1.3.1-5ubuntu4.6) ...
  76. (Reading database ... 4126 files and directories currently installed.)
  77. Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.6_amd64.deb ...
  78. debconf: unable to initialize frontend: Dialog
  79. debconf: (TERM is not set, so the dialog frontend is not usable.)
  80. debconf: falling back to frontend: Readline
  81. debconf: unable to initialize frontend: Readline
  82. debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
  83. debconf: falling back to frontend: Teletype
  84. Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.6) over (1.3.1-5ubuntu4.4) ...
  85. Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.6) ...
  86. (Reading database ... 4126 files and directories currently installed.)
  87. Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.6_all.deb ...
  88. Unpacking libpam-runtime (1.3.1-5ubuntu4.6) over (1.3.1-5ubuntu4.4) ...
  89. Setting up libpam-runtime (1.3.1-5ubuntu4.6) ...
  90. debconf: unable to initialize frontend: Dialog
  91. debconf: (TERM is not set, so the dialog frontend is not usable.)
  92. debconf: falling back to frontend: Readline
  93. debconf: unable to initialize frontend: Readline
  94. debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
  95. debconf: falling back to frontend: Teletype
  96. Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
  97. Removing intermediate container de5c0f220beb
  98. ---> 13008e9ba863
  99. Step 6/69 : ENV DEBIAN_FRONTEND="noninteractive"
  100. ---> Running in 0c9859f4e1fd
  101. Removing intermediate container 0c9859f4e1fd
  102. ---> 23a7ed1fa703
  103. Step 7/69 : ENV TZ="Etc/UTC"
  104. ---> Running in 59b074b240b2
  105. Removing intermediate container 59b074b240b2
  106. ---> 7ab3183a6072
  107. Step 8/69 : RUN echo 'export TZ="Etc/UTC"' >> /root/.bashrc
  108. ---> Running in 497e8e5a46c7
  109. Removing intermediate container 497e8e5a46c7
  110. ---> 4c34292c8974
  111. Step 9/69 : RUN apt-get install -y wget git python3 python-is-python3 python3-venv tzdata libjpeg-dev
  112. ---> Running in 39d058fd6725
  113. Reading package lists...
  114. Building dependency tree...
  115. Reading state information...
  116. The following additional packages will be installed:
  117. ca-certificates file git-man krb5-locales less libasn1-8-heimdal libbrotli1
  118. libbsd0 libc-dev-bin libc6-dev libcbor0.6 libcrypt-dev libcurl3-gnutls
  119. libedit2 liberror-perl libexpat1 libfido2-1 libgdbm-compat4 libgdbm6
  120. libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
  121. libheimntlm0-heimdal libhx509-5-heimdal libjpeg-turbo8 libjpeg-turbo8-dev
  122. libjpeg8 libjpeg8-dev libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
  123. libkrb5support0 libldap-2.4-2 libldap-common libmagic-mgc libmagic1
  124. libmpdec2 libnghttp2-14 libperl5.30 libpsl5 libpython3-stdlib
  125. libpython3.8-minimal libpython3.8-stdlib libreadline8 libroken18-heimdal
  126. librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0
  127. libssh-4 libssl1.1 libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1
  128. libxdmcp6 libxext6 libxmuu1 linux-libc-dev manpages manpages-dev
  129. mime-support netbase openssh-client openssl patch perl perl-modules-5.30
  130. publicsuffix python-pip-whl python3-distutils python3-lib2to3
  131. python3-minimal python3.8 python3.8-minimal python3.8-venv readline-common
  132. xauth xz-utils
  133. Suggested packages:
  134. gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
  135. git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc gdbm-l10n
  136. krb5-doc krb5-user libsasl2-modules-gssapi-mit
  137. | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
  138. libsasl2-modules-sql man-browser keychain libpam-ssh monkeysphere
  139. ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
  140. | libterm-readline-perl-perl make libb-debug-perl liblocale-codes-perl
  141. python3-doc python3-tk python3.8-doc binutils binfmt-support readline-doc
  142. The following NEW packages will be installed:
  143. ca-certificates file git git-man krb5-locales less libasn1-8-heimdal
  144. libbrotli1 libbsd0 libc-dev-bin libc6-dev libcbor0.6 libcrypt-dev
  145. libcurl3-gnutls libedit2 liberror-perl libexpat1 libfido2-1 libgdbm-compat4
  146. libgdbm6 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal
  147. libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libjpeg-dev
  148. libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libk5crypto3
  149. libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2
  150. libldap-common libmagic-mgc libmagic1 libmpdec2 libnghttp2-14 libperl5.30
  151. libpsl5 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib
  152. libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules
  153. libsasl2-modules-db libsqlite3-0 libssh-4 libssl1.1 libwind0-heimdal
  154. libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1
  155. linux-libc-dev manpages manpages-dev mime-support netbase openssh-client
  156. openssl patch perl perl-modules-5.30 publicsuffix python-is-python3
  157. python-pip-whl python3 python3-distutils python3-lib2to3 python3-minimal
  158. python3-venv python3.8 python3.8-minimal python3.8-venv readline-common
  159. tzdata wget xauth xz-utils
  160. 0 upgraded, 90 newly installed, 0 to remove and 0 not upgraded.
  161. Need to get 35.6 MB of archives.
  162. After this operation, 181 MB of additional disk space will be used.
  163. Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.17 [1322 kB]
  164. Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [717 kB]
  165. Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
  166. Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [1901 kB]
  167. Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
  168. Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
  169. Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
  170. Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
  171. Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
  172. Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB]
  173. Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.6 [1675 kB]
  174. Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.6 [387 kB]
  175. Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
  176. Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
  177. Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
  178. Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
  179. Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
  180. Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.3 [3951 kB]
  181. Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.3 [224 kB]
  182. Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.17 [622 kB]
  183. Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
  184. Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
  185. Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
  186. Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
  187. Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
  188. Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
  189. Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
  190. Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
  191. Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
  192. Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
  193. Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
  194. Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
  195. Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
  196. Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.2 [31.0 kB]
  197. Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.2 [80.0 kB]
  198. Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
  199. Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.2 [330 kB]
  200. Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.2 [121 kB]
  201. Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
  202. Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
  203. Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
  204. Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
  205. Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
  206. Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
  207. Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
  208. Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
  209. Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
  210. Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB]
  211. Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
  212. Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB]
  213. Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
  214. Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
  215. Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB]
  216. Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB]
  217. Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB]
  218. Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB]
  219. Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB]
  220. Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB]
  221. Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB]
  222. Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB]
  223. Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB]
  224. Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
  225. Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
  226. Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
  227. Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB]
  228. Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
  229. Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
  230. Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
  231. Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.15 [232 kB]
  232. Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
  233. Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.8 [886 kB]
  234. Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.8 [4538 kB]
  235. Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.9 [71.8 kB]
  236. Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-139.156 [1129 kB]
  237. Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
  238. Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.9 [2519 kB]
  239. Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.3 [118 kB]
  240. Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.3 [238 kB]
  241. Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
  242. Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1552 B]
  243. Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1546 B]
  244. Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB]
  245. Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
  246. Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
  247. Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 python-is-python3 all 3.8.2-4 [2364 B]
  248. Get:86 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.7 [1805 kB]
  249. Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lib2to3 all 3.8.10-0ubuntu1~20.04 [76.3 kB]
  250. Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-distutils all 3.8.10-0ubuntu1~20.04 [141 kB]
  251. Get:89 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.6 [5448 B]
  252. Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1228 B]
  253. debconf: delaying package configuration, since apt-utils is not installed
  254. Fetched 35.6 MB in 3s (10.6 MB/s)
  255. Selecting previously unselected package libssl1.1:amd64.
  256. (Reading database ... 4126 files and directories currently installed.)
  257. Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb ...
  258. Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
  259. Selecting previously unselected package libpython3.8-minimal:amd64.
  260. Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
  261. Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
  262. Selecting previously unselected package libexpat1:amd64.
  263. Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
  264. Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
  265. Selecting previously unselected package python3.8-minimal.
  266. Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
  267. Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
  268. Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
  269. Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
  270. Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
  271. Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
  272. Selecting previously unselected package python3-minimal.
  273. (Reading database ... 4427 files and directories currently installed.)
  274. Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
  275. Unpacking python3-minimal (3.8.2-0ubuntu2) ...
  276. Selecting previously unselected package mime-support.
  277. Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
  278. Unpacking mime-support (3.64ubuntu1) ...
  279. Selecting previously unselected package libmpdec2:amd64.
  280. Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
  281. Unpacking libmpdec2:amd64 (2.4.2-3) ...
  282. Selecting previously unselected package readline-common.
  283. Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
  284. Unpacking readline-common (8.0-4) ...
  285. Selecting previously unselected package libreadline8:amd64.
  286. Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
  287. Unpacking libreadline8:amd64 (8.0-4) ...
  288. Selecting previously unselected package libsqlite3-0:amd64.
  289. Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ...
  290. Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
  291. Selecting previously unselected package libpython3.8-stdlib:amd64.
  292. Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
  293. Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
  294. Selecting previously unselected package python3.8.
  295. Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
  296. Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
  297. Selecting previously unselected package libpython3-stdlib:amd64.
  298. Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
  299. Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
  300. Setting up python3-minimal (3.8.2-0ubuntu2) ...
  301. Selecting previously unselected package python3.
  302. (Reading database ... 4857 files and directories currently installed.)
  303. Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ...
  304. Unpacking python3 (3.8.2-0ubuntu2) ...
  305. Selecting previously unselected package perl-modules-5.30.
  306. Preparing to unpack .../01-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
  307. Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
  308. Selecting previously unselected package libgdbm6:amd64.
  309. Preparing to unpack .../02-libgdbm6_1.18.1-5_amd64.deb ...
  310. Unpacking libgdbm6:amd64 (1.18.1-5) ...
  311. Selecting previously unselected package libgdbm-compat4:amd64.
  312. Preparing to unpack .../03-libgdbm-compat4_1.18.1-5_amd64.deb ...
  313. Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
  314. Selecting previously unselected package libperl5.30:amd64.
  315. Preparing to unpack .../04-libperl5.30_5.30.0-9ubuntu0.3_amd64.deb ...
  316. Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
  317. Selecting previously unselected package perl.
  318. Preparing to unpack .../05-perl_5.30.0-9ubuntu0.3_amd64.deb ...
  319. Unpacking perl (5.30.0-9ubuntu0.3) ...
  320. Selecting previously unselected package openssl.
  321. Preparing to unpack .../06-openssl_1.1.1f-1ubuntu2.17_amd64.deb ...
  322. Unpacking openssl (1.1.1f-1ubuntu2.17) ...
  323. Selecting previously unselected package ca-certificates.
  324. Preparing to unpack .../07-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
  325. Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
  326. Selecting previously unselected package libmagic-mgc.
  327. Preparing to unpack .../08-libmagic-mgc_1%3a5.38-4_amd64.deb ...
  328. Unpacking libmagic-mgc (1:5.38-4) ...
  329. Selecting previously unselected package libmagic1:amd64.
  330. Preparing to unpack .../09-libmagic1_1%3a5.38-4_amd64.deb ...
  331. Unpacking libmagic1:amd64 (1:5.38-4) ...
  332. Selecting previously unselected package file.
  333. Preparing to unpack .../10-file_1%3a5.38-4_amd64.deb ...
  334. Unpacking file (1:5.38-4) ...
  335. Selecting previously unselected package less.
  336. Preparing to unpack .../11-less_551-1ubuntu0.1_amd64.deb ...
  337. Unpacking less (551-1ubuntu0.1) ...
  338. Selecting previously unselected package libbsd0:amd64.
  339. Preparing to unpack .../12-libbsd0_0.10.0-1_amd64.deb ...
  340. Unpacking libbsd0:amd64 (0.10.0-1) ...
  341. Selecting previously unselected package netbase.
  342. Preparing to unpack .../13-netbase_6.1_all.deb ...
  343. Unpacking netbase (6.1) ...
  344. Selecting previously unselected package tzdata.
  345. Preparing to unpack .../14-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
  346. Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
  347. Selecting previously unselected package xz-utils.
  348. Preparing to unpack .../15-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
  349. Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
  350. Selecting previously unselected package krb5-locales.
  351. Preparing to unpack .../16-krb5-locales_1.17-6ubuntu4.2_all.deb ...
  352. Unpacking krb5-locales (1.17-6ubuntu4.2) ...
  353. Selecting previously unselected package libcbor0.6:amd64.
  354. Preparing to unpack .../17-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
  355. Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
  356. Selecting previously unselected package libedit2:amd64.
  357. Preparing to unpack .../18-libedit2_3.1-20191231-1_amd64.deb ...
  358. Unpacking libedit2:amd64 (3.1-20191231-1) ...
  359. Selecting previously unselected package libfido2-1:amd64.
  360. Preparing to unpack .../19-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
  361. Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
  362. Selecting previously unselected package libkrb5support0:amd64.
  363. Preparing to unpack .../20-libkrb5support0_1.17-6ubuntu4.2_amd64.deb ...
  364. Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
  365. Selecting previously unselected package libk5crypto3:amd64.
  366. Preparing to unpack .../21-libk5crypto3_1.17-6ubuntu4.2_amd64.deb ...
  367. Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
  368. Selecting previously unselected package libkeyutils1:amd64.
  369. Preparing to unpack .../22-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
  370. Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
  371. Selecting previously unselected package libkrb5-3:amd64.
  372. Preparing to unpack .../23-libkrb5-3_1.17-6ubuntu4.2_amd64.deb ...
  373. Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
  374. Selecting previously unselected package libgssapi-krb5-2:amd64.
  375. Preparing to unpack .../24-libgssapi-krb5-2_1.17-6ubuntu4.2_amd64.deb ...
  376. Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
  377. Selecting previously unselected package libpsl5:amd64.
  378. Preparing to unpack .../25-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
  379. Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
  380. Selecting previously unselected package libxau6:amd64.
  381. Preparing to unpack .../26-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
  382. Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
  383. Selecting previously unselected package libxdmcp6:amd64.
  384. Preparing to unpack .../27-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
  385. Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
  386. Selecting previously unselected package libxcb1:amd64.
  387. Preparing to unpack .../28-libxcb1_1.14-2_amd64.deb ...
  388. Unpacking libxcb1:amd64 (1.14-2) ...
  389. Selecting previously unselected package libx11-data.
  390. Preparing to unpack .../29-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
  391. Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
  392. Selecting previously unselected package libx11-6:amd64.
  393. Preparing to unpack .../30-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
  394. Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
  395. Selecting previously unselected package libxext6:amd64.
  396. Preparing to unpack .../31-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
  397. Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
  398. Selecting previously unselected package libxmuu1:amd64.
  399. Preparing to unpack .../32-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
  400. Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
  401. Selecting previously unselected package manpages.
  402. Preparing to unpack .../33-manpages_5.05-1_all.deb ...
  403. Unpacking manpages (5.05-1) ...
  404. Selecting previously unselected package openssh-client.
  405. Preparing to unpack .../34-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ...
  406. Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
  407. Selecting previously unselected package publicsuffix.
  408. Preparing to unpack .../35-publicsuffix_20200303.0012-1_all.deb ...
  409. Unpacking publicsuffix (20200303.0012-1) ...
  410. Selecting previously unselected package wget.
  411. Preparing to unpack .../36-wget_1.20.3-1ubuntu2_amd64.deb ...
  412. Unpacking wget (1.20.3-1ubuntu2) ...
  413. Selecting previously unselected package xauth.
  414. Preparing to unpack .../37-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
  415. Unpacking xauth (1:1.1-0ubuntu1) ...
  416. Selecting previously unselected package libbrotli1:amd64.
  417. Preparing to unpack .../38-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
  418. Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
  419. Selecting previously unselected package libroken18-heimdal:amd64.
  420. Preparing to unpack .../39-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
  421. Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  422. Selecting previously unselected package libasn1-8-heimdal:amd64.
  423. Preparing to unpack .../40-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
  424. Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  425. Selecting previously unselected package libheimbase1-heimdal:amd64.
  426. Preparing to unpack .../41-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
  427. Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  428. Selecting previously unselected package libhcrypto4-heimdal:amd64.
  429. Preparing to unpack .../42-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
  430. Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  431. Selecting previously unselected package libwind0-heimdal:amd64.
  432. Preparing to unpack .../43-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
  433. Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  434. Selecting previously unselected package libhx509-5-heimdal:amd64.
  435. Preparing to unpack .../44-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
  436. Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  437. Selecting previously unselected package libkrb5-26-heimdal:amd64.
  438. Preparing to unpack .../45-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
  439. Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  440. Selecting previously unselected package libheimntlm0-heimdal:amd64.
  441. Preparing to unpack .../46-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
  442. Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  443. Selecting previously unselected package libgssapi3-heimdal:amd64.
  444. Preparing to unpack .../47-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
  445. Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  446. Selecting previously unselected package libsasl2-modules-db:amd64.
  447. Preparing to unpack .../48-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
  448. Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
  449. Selecting previously unselected package libsasl2-2:amd64.
  450. Preparing to unpack .../49-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
  451. Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
  452. Selecting previously unselected package libldap-common.
  453. Preparing to unpack .../50-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
  454. Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
  455. Selecting previously unselected package libldap-2.4-2:amd64.
  456. Preparing to unpack .../51-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
  457. Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
  458. Selecting previously unselected package libnghttp2-14:amd64.
  459. Preparing to unpack .../52-libnghttp2-14_1.40.0-1build1_amd64.deb ...
  460. Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
  461. Selecting previously unselected package librtmp1:amd64.
  462. Preparing to unpack .../53-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
  463. Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
  464. Selecting previously unselected package libssh-4:amd64.
  465. Preparing to unpack .../54-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
  466. Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
  467. Selecting previously unselected package libcurl3-gnutls:amd64.
  468. Preparing to unpack .../55-libcurl3-gnutls_7.68.0-1ubuntu2.15_amd64.deb ...
  469. Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.15) ...
  470. Selecting previously unselected package liberror-perl.
  471. Preparing to unpack .../56-liberror-perl_0.17029-1_all.deb ...
  472. Unpacking liberror-perl (0.17029-1) ...
  473. Selecting previously unselected package git-man.
  474. Preparing to unpack .../57-git-man_1%3a2.25.1-1ubuntu3.8_all.deb ...
  475. Unpacking git-man (1:2.25.1-1ubuntu3.8) ...
  476. Selecting previously unselected package git.
  477. Preparing to unpack .../58-git_1%3a2.25.1-1ubuntu3.8_amd64.deb ...
  478. Unpacking git (1:2.25.1-1ubuntu3.8) ...
  479. Selecting previously unselected package libc-dev-bin.
  480. Preparing to unpack .../59-libc-dev-bin_2.31-0ubuntu9.9_amd64.deb ...
  481. Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
  482. Selecting previously unselected package linux-libc-dev:amd64.
  483. Preparing to unpack .../60-linux-libc-dev_5.4.0-139.156_amd64.deb ...
  484. Unpacking linux-libc-dev:amd64 (5.4.0-139.156) ...
  485. Selecting previously unselected package libcrypt-dev:amd64.
  486. Preparing to unpack .../61-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
  487. Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
  488. Selecting previously unselected package libc6-dev:amd64.
  489. Preparing to unpack .../62-libc6-dev_2.31-0ubuntu9.9_amd64.deb ...
  490. Unpacking libc6-dev:amd64 (2.31-0ubuntu9.9) ...
  491. Selecting previously unselected package libjpeg-turbo8:amd64.
  492. Preparing to unpack .../63-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.3_amd64.deb ...
  493. Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
  494. Selecting previously unselected package libjpeg-turbo8-dev:amd64.
  495. Preparing to unpack .../64-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.3_amd64.deb ...
  496. Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.3) ...
  497. Selecting previously unselected package libjpeg8:amd64.
  498. Preparing to unpack .../65-libjpeg8_8c-2ubuntu8_amd64.deb ...
  499. Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
  500. Selecting previously unselected package libjpeg8-dev:amd64.
  501. Preparing to unpack .../66-libjpeg8-dev_8c-2ubuntu8_amd64.deb ...
  502. Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ...
  503. Selecting previously unselected package libjpeg-dev:amd64.
  504. Preparing to unpack .../67-libjpeg-dev_8c-2ubuntu8_amd64.deb ...
  505. Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ...
  506. Selecting previously unselected package libsasl2-modules:amd64.
  507. Preparing to unpack .../68-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
  508. Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
  509. Selecting previously unselected package manpages-dev.
  510. Preparing to unpack .../69-manpages-dev_5.05-1_all.deb ...
  511. Unpacking manpages-dev (5.05-1) ...
  512. Selecting previously unselected package patch.
  513. Preparing to unpack .../70-patch_2.7.6-6_amd64.deb ...
  514. Unpacking patch (2.7.6-6) ...
  515. Selecting previously unselected package python-is-python3.
  516. Preparing to unpack .../71-python-is-python3_3.8.2-4_all.deb ...
  517. Unpacking python-is-python3 (3.8.2-4) ...
  518. Selecting previously unselected package python-pip-whl.
  519. Preparing to unpack .../72-python-pip-whl_20.0.2-5ubuntu1.7_all.deb ...
  520. Unpacking python-pip-whl (20.0.2-5ubuntu1.7) ...
  521. Selecting previously unselected package python3-lib2to3.
  522. Preparing to unpack .../73-python3-lib2to3_3.8.10-0ubuntu1~20.04_all.deb ...
  523. Unpacking python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
  524. Selecting previously unselected package python3-distutils.
  525. Preparing to unpack .../74-python3-distutils_3.8.10-0ubuntu1~20.04_all.deb ...
  526. Unpacking python3-distutils (3.8.10-0ubuntu1~20.04) ...
  527. Selecting previously unselected package python3.8-venv.
  528. Preparing to unpack .../75-python3.8-venv_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
  529. Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.6) ...
  530. Selecting previously unselected package python3-venv.
  531. Preparing to unpack .../76-python3-venv_3.8.2-0ubuntu2_amd64.deb ...
  532. Unpacking python3-venv (3.8.2-0ubuntu2) ...
  533. Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
  534. Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
  535. Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
  536. Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
  537. Setting up mime-support (3.64ubuntu1) ...
  538. Setting up wget (1.20.3-1ubuntu2) ...
  539. Setting up libmagic-mgc (1:5.38-4) ...
  540. Setting up manpages (5.05-1) ...
  541. Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
  542. Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
  543. Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
  544. Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
  545. Setting up libmagic1:amd64 (1:5.38-4) ...
  546. Setting up less (551-1ubuntu0.1) ...
  547. Setting up linux-libc-dev:amd64 (5.4.0-139.156) ...
  548. Setting up krb5-locales (1.17-6ubuntu4.2) ...
  549. Setting up file (1:5.38-4) ...
  550. Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
  551. Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
  552. Setting up libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
  553. Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
  554. Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
  555.  
  556. Current default time zone: 'Etc/UTC'
  557. Local time is now: Sat Feb 11 22:35:43 UTC 2023.
  558. Universal Time is now: Sat Feb 11 22:35:43 UTC 2023.
  559. Run 'dpkg-reconfigure tzdata' if you wish to change it.
  560.  
  561. Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
  562. Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
  563. Setting up xz-utils (5.2.4-1ubuntu1.1) ...
  564. update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
  565. update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
  566. update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
  567. update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
  568. update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
  569. update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
  570. update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
  571. update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
  572. update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
  573. update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
  574. update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
  575. Setting up patch (2.7.6-6) ...
  576. Setting up libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
  577. Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
  578. Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
  579. Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  580. Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
  581. Setting up git-man (1:2.25.1-1ubuntu3.8) ...
  582. Setting up netbase (6.1) ...
  583. Setting up libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
  584. Setting up libmpdec2:amd64 (2.4.2-3) ...
  585. Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
  586. Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
  587. Setting up openssl (1.1.1f-1ubuntu2.17) ...
  588. Setting up libbsd0:amd64 (0.10.0-1) ...
  589. Setting up readline-common (8.0-4) ...
  590. Setting up publicsuffix (20200303.0012-1) ...
  591. Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  592. Setting up libgdbm6:amd64 (1.18.1-5) ...
  593. Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
  594. Setting up manpages-dev (5.05-1) ...
  595. Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
  596. Setting up libxcb1:amd64 (1.14-2) ...
  597. Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  598. Setting up libedit2:amd64 (3.1-20191231-1) ...
  599. Setting up libreadline8:amd64 (8.0-4) ...
  600. Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  601. Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
  602. Updating certificates in /etc/ssl/certs...
  603. 124 added, 0 removed; done.
  604. Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  605. Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
  606. Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
  607. Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
  608. Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
  609. Setting up libc6-dev:amd64 (2.31-0ubuntu9.9) ...
  610. Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
  611. Setting up python-pip-whl (20.0.2-5ubuntu1.7) ...
  612. Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
  613. Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
  614. Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
  615. Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
  616. Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.3) ...
  617. Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
  618. Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  619. Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
  620. Setting up python3 (3.8.2-0ubuntu2) ...
  621. Setting up perl (5.30.0-9ubuntu0.3) ...
  622. Setting up xauth (1:1.1-0ubuntu1) ...
  623. Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ...
  624. Setting up python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
  625. Setting up python-is-python3 (3.8.2-4) ...
  626. Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  627. Setting up python3-distutils (3.8.10-0ubuntu1~20.04) ...
  628. Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ...
  629. Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  630. Setting up liberror-perl (0.17029-1) ...
  631. Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
  632. Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.6) ...
  633. Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
  634. Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.15) ...
  635. Setting up python3-venv (3.8.2-0ubuntu2) ...
  636. Setting up git (1:2.25.1-1ubuntu3.8) ...
  637. Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
  638. Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
  639. Updating certificates in /etc/ssl/certs...
  640. 0 added, 0 removed; done.
  641. Running hooks in /etc/ca-certificates/update.d...
  642. done.
  643. Removing intermediate container 39d058fd6725
  644. ---> 651786b2682f
  645. Step 10/69 : RUN wget https://repo.radeon.com/amdgpu-install/5.3/ubuntu/focal/amdgpu-install_5.3.50300-1_all.deb
  646. ---> Running in 5df68f01bbc0
  647. --2023-02-11 22:36:02-- https://repo.radeon.com/amdgpu-install/5.3/ubuntu/focal/amdgpu-install_5.3.50300-1_all.deb
  648. Resolving repo.radeon.com (repo.radeon.com)... 13.82.220.49
  649. Connecting to repo.radeon.com (repo.radeon.com)|13.82.220.49|:443... connected.
  650. HTTP request sent, awaiting response... 200 OK
  651. Length: 14580 (14K) [application/octet-stream]
  652. Saving to: 'amdgpu-install_5.3.50300-1_all.deb'
  653.  
  654. 0K .......... .... 100% 65.9M=0s
  655.  
  656. 2023-02-11 22:36:02 (65.9 MB/s) - 'amdgpu-install_5.3.50300-1_all.deb' saved [14580/14580]
  657.  
  658. Removing intermediate container 5df68f01bbc0
  659. ---> bb5fde75c166
  660. Step 11/69 : RUN apt-get install -y ./amdgpu-install_5.3.50300-1_all.deb
  661. ---> Running in 80460b7a97d8
  662. Reading package lists...
  663. Building dependency tree...
  664. Reading state information...
  665. The following additional packages will be installed:
  666. dialog
  667. The following NEW packages will be installed:
  668. amdgpu-install dialog
  669. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  670. Need to get 231 kB/246 kB of archives.
  671. After this operation, 1285 kB of additional disk space will be used.
  672. Get:1 /root/amdgpu-install_5.3.50300-1_all.deb amdgpu-install all 5.3.50300-1483871.20.04 [14.6 kB]
  673. Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 dialog amd64 1.3-20190808-1 [231 kB]
  674. debconf: delaying package configuration, since apt-utils is not installed
  675. Fetched 231 kB in 0s (806 kB/s)
  676. Selecting previously unselected package amdgpu-install.
  677. (Reading database ... 14996 files and directories currently installed.)
  678. Preparing to unpack .../amdgpu-install_5.3.50300-1_all.deb ...
  679. Unpacking amdgpu-install (5.3.50300-1483871.20.04) ...
  680. Selecting previously unselected package dialog.
  681. Preparing to unpack .../dialog_1.3-20190808-1_amd64.deb ...
  682. Unpacking dialog (1.3-20190808-1) ...
  683. Setting up dialog (1.3-20190808-1) ...
  684. Setting up amdgpu-install (5.3.50300-1483871.20.04) ...
  685. Removing intermediate container 80460b7a97d8
  686. ---> 2099f114a787
  687. Step 12/69 : RUN rm -f amdgpu-install_5.3.50300-1_all.deb
  688. ---> Running in 25a8d34f64a2
  689. Removing intermediate container 25a8d34f64a2
  690. ---> 97e09da547ae
  691. Step 13/69 : RUN apt-get update
  692. ---> Running in 715d199479e8
  693. nHit:1 http://archive.ubuntu.com/ubuntu focal InRelease
  694. Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
  695. Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
  696. Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
  697. Get:5 https://repo.radeon.com/amdgpu/5.3/ubuntu focal InRelease [5419 B]
  698. Get:6 https://repo.radeon.com/rocm/apt/5.3 focal InRelease [2601 B]
  699. Get:7 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 Packages [12.9 kB]
  700. Get:8 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 Packages [31.5 kB]
  701. Fetched 52.4 kB in 1s (43.3 kB/s)
  702. Reading package lists...
  703. Removing intermediate container 715d199479e8
  704. ---> 76fa3d564396
  705. Step 14/69 : RUN yes | amdgpu-install --usecase=dkms,graphics,rocm,lrt,hip,hiplibsdk
  706. ---> Running in c81d9c6565bc
  707. Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
  708. Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
  709. Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
  710. Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
  711. Hit:5 https://repo.radeon.com/amdgpu/5.3/ubuntu focal InRelease
  712. Hit:6 https://repo.radeon.com/rocm/apt/5.3 focal InRelease
  713. Reading package lists...
  714. Reading package lists...
  715. Building dependency tree...
  716. Reading state information...
  717. The following additional packages will be installed:
  718. amdgpu-core amdgpu-dkms-firmware autoconf automake autotools-dev binutils
  719. binutils-common binutils-x86-64-linux-gnu build-essential busybox-initramfs
  720. comgr cpio cpp cpp-9 dbus dctrl-tools dirmngr distro-info-data dkms dmsetup
  721. dpkg-dev efibootmgr fakeroot fontconfig-config fonts-dejavu-core g++ g++-9
  722. g++-9-multilib g++-multilib gcc gcc-7-base gcc-8-base gcc-9 gcc-9-base
  723. gcc-9-multilib gcc-multilib gettext-base gir1.2-glib-2.0 gnupg gnupg-l10n
  724. gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
  725. grub-common grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
  726. grub2-common gst-omx-amdgpu gstreamer1.0-plugins-base hip-dev hip-doc
  727. hip-runtime-amd hip-samples hipblas hipblas-dev hipcub-dev hipfft hipfft-dev
  728. hipfort hipfort-dev hipify-clang hipsolver hipsolver-dev hipsparse
  729. hipsparse-dev hsa-amd-aqlprofile hsa-rocr hsa-rocr-dev hsakmt-roct-dev
  730. initramfs-tools initramfs-tools-bin initramfs-tools-core iso-codes
  731. keyboard-configuration klibc-utils kmod lib32asan5 lib32atomic1
  732. lib32gcc-9-dev lib32gcc-s1 lib32gomp1 lib32itm1 lib32quadmath0
  733. lib32stdc++-9-dev lib32stdc++6 lib32ubsan1 libalgorithm-diff-perl
  734. libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libargon2-1
  735. libasan4 libasan5 libassuan0 libatomic1 libbabeltrace-ctf1 libbabeltrace1
  736. libbinutils libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcairo2
  737. libcap2 libcap2-bin libcc1-0 libcdparanoia0 libcilkrts5 libcryptsetup12
  738. libctf-nobfd0 libctf0 libdbus-1-3 libdevmapper1.02.1 libdpkg-perl
  739. libdrm-amdgpu-amdgpu1 libdrm-amdgpu-common libdrm-amdgpu-radeon1
  740. libdrm-amdgpu1 libdrm-common libdrm-dev libdrm-intel1 libdrm-nouveau2
  741. libdrm-radeon1 libdrm2 libdrm2-amdgpu libdw1 libefiboot1 libefivar1
  742. libegl-mesa0 libegl1 libegl1-amdgpu-mesa libegl1-amdgpu-mesa-drivers
  743. libelf-dev libelf1 libepoxy0 libfakeroot libfile-basedir-perl
  744. libfile-copy-recursive-perl libfile-fcntllock-perl libfile-listing-perl
  745. libfile-which-perl libfontconfig1 libfontenc1 libfreetype6 libfuse2 libgbm1
  746. libgbm1-amdgpu libgcc-7-dev libgcc-9-dev libgirepository-1.0-1 libgl-dev
  747. libgl1 libgl1-amdgpu-mesa-dri libgl1-amdgpu-mesa-glx libgl1-mesa-dri
  748. libglapi-amdgpu-mesa libglapi-mesa libglib2.0-0 libglib2.0-data libglvnd0
  749. libglx-dev libglx-mesa0 libglx0 libgomp1 libgpm2
  750. libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libhttp-date-perl libice6
  751. libicu66 libip4tc2 libipc-system-simple-perl libisl22 libitm1 libjson-c4
  752. libklibc libkmod2 libksba8 libllvm12 libllvm15.0.50300-amdgpu
  753. liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libncurses-dev
  754. libncurses5 libnpth0 libnss-systemd libnuma1 libogg0 libomxil-bellagio-bin
  755. libomxil-bellagio0 libopus0 liborc-0.4-0 libpam-cap libpam-systemd libpci3
  756. libpciaccess-dev libpciaccess0 libpixman-1-0 libpng16-16 libpopt0
  757. libpthread-stubs0-dev libpython3.8 libquadmath0 libsensors-config
  758. libsensors5 libsigsegv2 libsm6 libstdc++-7-dev libstdc++-9-dev libtheora0
  759. libtimedate-perl libtinfo-dev libtinfo5 libtsan0 libubsan0 libubsan1
  760. libunwind8 liburi-encode-perl libva2-amdgpu libvdpau1 libvisual-0.4-0
  761. libvorbis0a libvorbisenc2 libvulkan1 libwayland-amdgpu-client0
  762. libwayland-amdgpu-egl1 libwayland-amdgpu-server0 libwayland-client0
  763. libwayland-server0 libx11-dev libx11-xcb1 libx32asan5 libx32atomic1
  764. libx32gcc-9-dev libx32gcc-s1 libx32gomp1 libx32itm1 libx32quadmath0
  765. libx32stdc++-9-dev libx32stdc++6 libx32ubsan1 libxatracker2-amdgpu
  766. libxau-dev libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
  767. libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0
  768. libxcb1-dev libxdmcp-dev libxfixes3 libxfont2 libxkbfile1 libxml2 libxmu6
  769. libxpm4 libxrender1 libxshmfence1 libxt6 libxxf86vm1 linux-base
  770. linux-headers-5.4.0-139 linux-headers-5.4.0-139-generic
  771. linux-headers-generic lsb-release lz4 m4 make mesa-amdgpu-omx-drivers
  772. mesa-amdgpu-va-drivers mesa-amdgpu-vdpau-drivers mesa-common-dev
  773. mesa-vdpau-drivers mesa-vulkan-drivers mokutil networkd-dispatcher
  774. openmp-extras-dev openmp-extras-runtime os-prober pci.ids pciutils
  775. pinentry-curses python3-dbus python3-gi rccl rccl-dev rocalution
  776. rocalution-dev rocblas rocblas-dev rocfft rocfft-dev rocm-clang-ocl
  777. rocm-cmake rocm-core rocm-dbgapi rocm-debug-agent rocm-device-libs rocm-gdb
  778. rocm-hip-libraries rocm-hip-runtime-dev rocm-llvm rocm-ocl-icd rocm-opencl
  779. rocm-opencl-dev rocm-smi-lib rocm-utils rocminfo rocprim-dev rocprofiler-dev
  780. rocrand rocrand-dev rocsolver rocsolver-dev rocsparse rocsparse-dev
  781. rocthrust-dev roctracer-dev rocwmma-dev sbsigntool secureboot-db
  782. shared-mime-info shim-signed sudo systemd systemd-sysv systemd-timesyncd ucf
  783. udev vdpau-driver-all x11-common x11-xkb-utils x11proto-core-dev
  784. x11proto-dev xdg-user-dirs xfonts-base xfonts-encodings xfonts-utils
  785. xkb-data xorg-sgml-doctools xserver-common xserver-xorg-amdgpu-video-amdgpu
  786. xserver-xorg-core xtrans-dev zlib1g-dev
  787. Suggested packages:
  788. autoconf-archive gnu-standards autoconf-doc libtool gettext binutils-doc
  789. libarchive1 cpp-doc gcc-9-locales default-dbus-session-bus
  790. | dbus-session-bus debtags dbus-user-session pinentry-gnome3 tor menu
  791. debian-keyring gcc-9-doc lib32stdc++6-9-dbg libx32stdc++6-9-dbg flex bison
  792. gdb gcc-doc parcimonie xloadimage scdaemon multiboot-doc grub-emu xorriso
  793. desktop-base console-setup gvfs bash-completion isoquery bzr fuse libglide3
  794. gpm libvisual-0.4-plugins gstreamer1.0-tools ncurses-doc
  795. libomxil-bellagio0-components-base opus-tools lm-sensors libstdc++-7-doc
  796. libstdc++-9-doc libx11-doc libxcb-doc m4-doc make-doc iw | wireless-tools
  797. pinentry-doc python-dbus-doc python3-dbus-dbg systemd-container policykit-1
  798. libvdpau-va-gl1 nvidia-vdpau-driver nvidia-legacy-340xx-vdpau-driver
  799. nvidia-legacy-304xx-vdpau-driver xfs | xserver linux-firmware xfonts-100dpi
  800. | xfonts-75dpi xfonts-scalable
  801. Recommended packages:
  802. libtxc-dxtn-s2tc0 | libtxc-dxtn0
  803. The following NEW packages will be installed:
  804. amdgpu-core amdgpu-dkms amdgpu-dkms-firmware amdgpu-lib autoconf automake
  805. autotools-dev binutils binutils-common binutils-x86-64-linux-gnu
  806. build-essential busybox-initramfs comgr cpio cpp cpp-9 dbus dctrl-tools
  807. dirmngr distro-info-data dkms dmsetup dpkg-dev efibootmgr fakeroot
  808. fontconfig-config fonts-dejavu-core g++ g++-9 g++-9-multilib g++-multilib
  809. gcc gcc-7-base gcc-8-base gcc-9 gcc-9-base gcc-9-multilib gcc-multilib
  810. gettext-base gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
  811. gpg-wks-client gpg-wks-server gpgconf gpgsm grub-common grub-efi-amd64
  812. grub-efi-amd64-bin grub-efi-amd64-signed grub2-common gst-omx-amdgpu
  813. gstreamer1.0-plugins-base hip-dev hip-doc hip-runtime-amd hip-samples
  814. hipblas hipblas-dev hipcub-dev hipfft hipfft-dev hipfort hipfort-dev
  815. hipify-clang hipsolver hipsolver-dev hipsparse hipsparse-dev
  816. hsa-amd-aqlprofile hsa-rocr hsa-rocr-dev hsakmt-roct-dev initramfs-tools
  817. initramfs-tools-bin initramfs-tools-core iso-codes keyboard-configuration
  818. klibc-utils kmod lib32asan5 lib32atomic1 lib32gcc-9-dev lib32gcc-s1
  819. lib32gomp1 lib32itm1 lib32quadmath0 lib32stdc++-9-dev lib32stdc++6
  820. lib32ubsan1 libalgorithm-diff-perl libalgorithm-diff-xs-perl
  821. libalgorithm-merge-perl libapparmor1 libargon2-1 libasan4 libasan5
  822. libassuan0 libatomic1 libbabeltrace-ctf1 libbabeltrace1 libbinutils
  823. libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcairo2 libcap2
  824. libcap2-bin libcc1-0 libcdparanoia0 libcilkrts5 libcryptsetup12
  825. libctf-nobfd0 libctf0 libdbus-1-3 libdevmapper1.02.1 libdpkg-perl
  826. libdrm-amdgpu-amdgpu1 libdrm-amdgpu-common libdrm-amdgpu-radeon1
  827. libdrm-amdgpu1 libdrm-common libdrm-dev libdrm-intel1 libdrm-nouveau2
  828. libdrm-radeon1 libdrm2 libdrm2-amdgpu libdw1 libefiboot1 libefivar1
  829. libegl-mesa0 libegl1 libegl1-amdgpu-mesa libegl1-amdgpu-mesa-drivers
  830. libelf-dev libelf1 libepoxy0 libfakeroot libfile-basedir-perl
  831. libfile-copy-recursive-perl libfile-fcntllock-perl libfile-listing-perl
  832. libfile-which-perl libfontconfig1 libfontenc1 libfreetype6 libfuse2 libgbm1
  833. libgbm1-amdgpu libgcc-7-dev libgcc-9-dev libgirepository-1.0-1 libgl-dev
  834. libgl1 libgl1-amdgpu-mesa-dri libgl1-amdgpu-mesa-glx libgl1-mesa-dri
  835. libglapi-amdgpu-mesa libglapi-mesa libglib2.0-0 libglib2.0-data libglvnd0
  836. libglx-dev libglx-mesa0 libglx0 libgomp1 libgpm2
  837. libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libhttp-date-perl libice6
  838. libicu66 libip4tc2 libipc-system-simple-perl libisl22 libitm1 libjson-c4
  839. libklibc libkmod2 libksba8 libllvm12 libllvm15.0.50300-amdgpu
  840. liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libncurses-dev
  841. libncurses5 libnpth0 libnss-systemd libnuma1 libogg0 libomxil-bellagio-bin
  842. libomxil-bellagio0 libopus0 liborc-0.4-0 libpam-cap libpam-systemd libpci3
  843. libpciaccess-dev libpciaccess0 libpixman-1-0 libpng16-16 libpopt0
  844. libpthread-stubs0-dev libpython3.8 libquadmath0 libsensors-config
  845. libsensors5 libsigsegv2 libsm6 libstdc++-7-dev libstdc++-9-dev libtheora0
  846. libtimedate-perl libtinfo-dev libtinfo5 libtsan0 libubsan0 libubsan1
  847. libunwind8 liburi-encode-perl libva2-amdgpu libvdpau1 libvisual-0.4-0
  848. libvorbis0a libvorbisenc2 libvulkan1 libwayland-amdgpu-client0
  849. libwayland-amdgpu-egl1 libwayland-amdgpu-server0 libwayland-client0
  850. libwayland-server0 libx11-dev libx11-xcb1 libx32asan5 libx32atomic1
  851. libx32gcc-9-dev libx32gcc-s1 libx32gomp1 libx32itm1 libx32quadmath0
  852. libx32stdc++-9-dev libx32stdc++6 libx32ubsan1 libxatracker2-amdgpu
  853. libxau-dev libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
  854. libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0
  855. libxcb1-dev libxdmcp-dev libxfixes3 libxfont2 libxkbfile1 libxml2 libxmu6
  856. libxpm4 libxrender1 libxshmfence1 libxt6 libxxf86vm1 linux-base
  857. linux-headers-5.4.0-139 linux-headers-5.4.0-139-generic
  858. linux-headers-generic lsb-release lz4 m4 make mesa-amdgpu-omx-drivers
  859. mesa-amdgpu-va-drivers mesa-amdgpu-vdpau-drivers mesa-common-dev
  860. mesa-vdpau-drivers mesa-vulkan-drivers mokutil networkd-dispatcher
  861. openmp-extras-dev openmp-extras-runtime os-prober pci.ids pciutils
  862. pinentry-curses python3-dbus python3-gi rccl rccl-dev rocalution
  863. rocalution-dev rocblas rocblas-dev rocfft rocfft-dev rocm-clang-ocl
  864. rocm-cmake rocm-core rocm-dbgapi rocm-debug-agent rocm-dev rocm-device-libs
  865. rocm-gdb rocm-hip-libraries rocm-hip-runtime rocm-hip-runtime-dev
  866. rocm-hip-sdk rocm-language-runtime rocm-llvm rocm-ocl-icd rocm-opencl
  867. rocm-opencl-dev rocm-smi-lib rocm-utils rocminfo rocprim-dev rocprofiler-dev
  868. rocrand rocrand-dev rocsolver rocsolver-dev rocsparse rocsparse-dev
  869. rocthrust-dev roctracer-dev rocwmma-dev sbsigntool secureboot-db
  870. shared-mime-info shim-signed sudo systemd systemd-sysv systemd-timesyncd ucf
  871. udev vdpau-driver-all x11-common x11-xkb-utils x11proto-core-dev
  872. x11proto-dev xdg-user-dirs xfonts-base xfonts-encodings xfonts-utils
  873. xkb-data xorg-sgml-doctools xserver-common xserver-xorg-amdgpu-video-amdgpu
  874. xserver-xorg-core xtrans-dev zlib1g-dev
  875. 0 upgraded, 364 newly installed, 0 to remove and 0 not upgraded.
  876. Need to get 1914 MB of archives.
  877. After this operation, 15.5 GB of additional disk space will be used.
  878. Do you want to continue? [Y/n] Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
  879. Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 keyboard-configuration all 1.194ubuntu3 [190 kB]
  880. Get:3 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 amdgpu-core all 1:5.3.50300-1483871.20.04 [2224 B]
  881. Get:4 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libva2-amdgpu amd64 2.8.0.50300-1483871.20.04 [48.3 kB]
  882. Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB]
  883. Get:6 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libdrm2-amdgpu amd64 1:2.4.112.50300-1483871.20.04 [36.0 kB]
  884. Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2 amd64 1:2.32-1 [15.9 kB]
  885. Get:8 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libdrm-amdgpu-common all 1.0.0.50300-1483871.20.04 [4912 B]
  886. Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.2 kB]
  887. Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
  888. Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB]
  889. Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB]
  890. Get:13 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libdrm-amdgpu-amdgpu1 amd64 1:2.4.112.50300-1483871.20.04 [21.0 kB]
  891. Get:14 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libdrm-amdgpu-radeon1 amd64 1:2.4.112.50300-1483871.20.04 [22.3 kB]
  892. Get:15 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libllvm15.0.50300-amdgpu amd64 1:15.0.50300-1483871.20.04 [20.5 MB]
  893. Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2 [18.8 kB]
  894. Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB]
  895. Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.19 [28.1 kB]
  896. Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.19 [3812 kB]
  897. Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.19 [10.3 kB]
  898. Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.11 [4672 B]
  899. Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
  900. Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 kmod amd64 27-1ubuntu2.1 [94.8 kB]
  901. Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
  902. Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
  903. Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
  904. Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
  905. Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB]
  906. Get:29 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 mesa-amdgpu-va-drivers amd64 1:22.3.0.50300-1483871.20.04 [2604 kB]
  907. Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
  908. Get:31 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libglapi-amdgpu-mesa amd64 1:22.3.0.50300-1483871.20.04 [25.2 kB]
  909. Get:32 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libgl1-amdgpu-mesa-dri amd64 1:22.3.0.50300-1483871.20.04 [5263 kB]
  910. Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
  911. Get:34 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 mesa-amdgpu-vdpau-drivers amd64 1:22.3.0.50300-1483871.20.04 [2593 kB]
  912. Get:35 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 amdgpu-dkms-firmware all 1:5.18.2.22.40.50300-1483871.20.04 [10.4 MB]
  913. Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.4 [207 kB]
  914. Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.4 [474 kB]
  915. Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.4 [47.2 kB]
  916. Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.4 [46.6 kB]
  917. Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.4 [1613 kB]
  918. Get:41 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 amdgpu-dkms all 1:5.18.2.22.40.50300-1483871.20.04 [9778 kB]
  919. Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.4 [3380 B]
  920. Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
  921. Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
  922. Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
  923. Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB]
  924. Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
  925. Get:48 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libwayland-amdgpu-client0 amd64 1.20.0.50300-1483871.20.04 [25.5 kB]
  926. Get:49 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libwayland-amdgpu-server0 amd64 1.20.0.50300-1483871.20.04 [33.0 kB]
  927. Get:50 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libwayland-amdgpu-egl1 amd64 1.20.0.50300-1483871.20.04 [4304 B]
  928. Get:51 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libxatracker2-amdgpu amd64 1:22.3.0.50300-1483871.20.04 [1542 kB]
  929. Get:52 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libgbm1-amdgpu amd64 1:22.3.0.50300-1483871.20.04 [28.4 kB]
  930. Get:53 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libegl1-amdgpu-mesa amd64 1:22.3.0.50300-1483871.20.04 [110 kB]
  931. Get:54 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libegl1-amdgpu-mesa-drivers amd64 1:22.3.0.50300-1483871.20.04 [4364 B]
  932. Get:55 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libgl1-amdgpu-mesa-glx amd64 1:22.3.0.50300-1483871.20.04 [143 kB]
  933. Get:56 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 mesa-amdgpu-omx-drivers amd64 1:22.3.0.50300-1483871.20.04 [2614 kB]
  934. Get:57 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 xserver-xorg-amdgpu-video-amdgpu amd64 1:22.0.0.50300-1483871.20.04 [58.2 kB]
  935. Get:58 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 gst-omx-amdgpu amd64 1:1.0.0.1.50300-1483871.20.04 [58.6 kB]
  936. Get:59 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 amdgpu-lib amd64 1:5.3.50300-1483871.20.04 [2120 B]
  937. Get:60 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-core amd64 5.3.0.50300-63~20.04 [6212 B]
  938. Get:61 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 comgr amd64 2.4.0.50300-63~20.04 [49.5 MB]
  939. Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
  940. Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
  941. Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
  942. Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB]
  943. Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB]
  944. Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
  945. Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
  946. Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
  947. Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
  948. Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB]
  949. Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB]
  950. Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
  951. Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
  952. Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
  953. Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dkms all 2.8.1-5ubuntu2 [66.8 kB]
  954. Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
  955. Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-xcb1 amd64 2:1.6.9-2ubuntu1.2 [9372 B]
  956. Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri2-0 amd64 1.14-2 [6920 B]
  957. Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri3-0 amd64 1.14-2 [6552 B]
  958. Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-present0 amd64 1.14-2 [5560 B]
  959. Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-sync1 amd64 1.14-2 [8884 B]
  960. Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xfixes0 amd64 1.14-2 [9296 B]
  961. Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 libxshmfence1 amd64 1.3-1 [5028 B]
  962. Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 libvdpau1 amd64 1.3-1ubuntu2 [25.6 kB]
  963. Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB]
  964. Get:87 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hip-dev amd64 5.3.22061.50300-63~20.04 [255 kB]
  965. Get:88 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hip-doc amd64 5.3.22061.50300-63~20.04 [1242 kB]
  966. Get:89 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hsa-rocr amd64 1.7.0.50300-63~20.04 [752 kB]
  967. Get:90 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hsakmt-roct-dev amd64 20220803.1.8.50300-63~20.04 [374 kB]
  968. Get:91 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hsa-rocr-dev amd64 1.7.0.50300-63~20.04 [94.3 kB]
  969. Get:92 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocminfo amd64 1.0.0.50300-63~20.04 [27.1 kB]
  970. Get:93 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-llvm amd64 15.0.0.22362.50300-63~20.04 [1201 MB]
  971. Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus amd64 1.12.16-2ubuntu2.3 [151 kB]
  972. Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 dmsetup amd64 2:1.02.167-1ubuntu1 [75.6 kB]
  973. Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
  974. Get:97 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgirepository-1.0-1 amd64 1.64.1-1~ubuntu20.04.1 [85.7 kB]
  975. Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-glib-2.0 amd64 1.64.1-1~ubuntu20.04.1 [134 kB]
  976. Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2-bin amd64 1:2.32-1 [26.2 kB]
  977. Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
  978. Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
  979. Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.19 [95.8 kB]
  980. Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 libpam-cap amd64 1:2.32-1 [8352 B]
  981. Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.19 [186 kB]
  982. Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 libpopt0 amd64 1.16-14 [26.3 kB]
  983. Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.5 [640 kB]
  984. Get:107 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dbus amd64 1.2.16-1build1 [94.0 kB]
  985. Get:108 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gi amd64 3.36.0-1 [165 kB]
  986. Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 networkd-dispatcher all 2.1-2~ubuntu20.04.3 [15.5 kB]
  987. Get:110 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
  988. Get:111 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 sudo amd64 1.8.31-1ubuntu1.4 [514 kB]
  989. Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
  990. Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 udev amd64 245.4-4ubuntu3.19 [1367 kB]
  991. Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
  992. Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 xkb-data all 2.29-2 [349 kB]
  993. Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpio amd64 2.13+dfsg-2ubuntu0.3 [86.4 kB]
  994. Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
  995. Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
  996. Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-common all 2.4.107-8ubuntu1~20.04.2 [5396 B]
  997. Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm2 amd64 2.4.107-8ubuntu1~20.04.2 [34.1 kB]
  998. Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB]
  999. Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libnuma1 amd64 2.0.12-1 [20.8 kB]
  1000. Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 pci.ids all 0.0~2020.03.20-1 [217 kB]
  1001. Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpci3 amd64 1:3.6.4-1ubuntu0.20.04.1 [26.9 kB]
  1002. Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng16-16 amd64 1.6.37-2 [179 kB]
  1003. Get:126 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 pciutils amd64 1:3.6.4-1ubuntu0.20.04.1 [56.5 kB]
  1004. Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
  1005. Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
  1006. Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
  1007. Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
  1008. Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
  1009. Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 busybox-initramfs amd64 1:1.30.1-4ubuntu6.4 [169 kB]
  1010. Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 initramfs-tools-bin amd64 0.136ubuntu6.7 [10.8 kB]
  1011. Get:134 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libklibc amd64 2.0.7-1ubuntu5.1 [43.1 kB]
  1012. Get:135 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 klibc-utils amd64 2.0.7-1ubuntu5.1 [95.2 kB]
  1013. Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lz4 amd64 1.9.2-2ubuntu0.20.04.1 [82.7 kB]
  1014. Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 initramfs-tools-core all 0.136ubuntu6.7 [47.8 kB]
  1015. Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-base all 4.5ubuntu3.7 [17.6 kB]
  1016. Get:139 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 initramfs-tools all 0.136ubuntu6.7 [9248 B]
  1017. Get:140 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libefivar1 amd64 37-2ubuntu2.2 [47.7 kB]
  1018. Get:141 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libefiboot1 amd64 37-2ubuntu2.2 [40.5 kB]
  1019. Get:142 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype6 amd64 2.10.1-2ubuntu0.2 [341 kB]
  1020. Get:143 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-common amd64 2.04-1ubuntu26.16 [1878 kB]
  1021. Get:144 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-efi-amd64-bin amd64 2.06-2ubuntu14 [1591 kB]
  1022. Get:145 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub2-common amd64 2.04-1ubuntu26.16 [590 kB]
  1023. Get:146 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-efi-amd64 amd64 2.06-2ubuntu14 [47.1 kB]
  1024. Get:147 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-efi-amd64-signed amd64 1.187.2~20.04.2+2.06-2ubuntu14 [1342 kB]
  1025. Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 mokutil amd64 0.3.0+1538710437.fb6250f-1 [22.6 kB]
  1026. Get:149 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 sbsigntool amd64 0.9.2-2ubuntu1.1 [63.8 kB]
  1027. Get:150 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 shim-signed amd64 1.40.7+15.4-0ubuntu9 [448 kB]
  1028. Get:151 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-client0 amd64 1.18.0-1ubuntu0.1 [23.9 kB]
  1029. Get:152 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-server0 amd64 1.18.0-1ubuntu0.1 [31.3 kB]
  1030. Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-randr0 amd64 1.14-2 [16.3 kB]
  1031. Get:154 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglvnd0 amd64 1.3.2-1~ubuntu0.20.04.2 [48.1 kB]
  1032. Get:155 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgbm1 amd64 21.2.6-0ubuntu0.1~20.04.2 [29.2 kB]
  1033. Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglapi-mesa amd64 21.2.6-0ubuntu0.1~20.04.2 [27.4 kB]
  1034. Get:157 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libegl-mesa0 amd64 21.2.6-0ubuntu0.1~20.04.2 [96.3 kB]
  1035. Get:158 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libegl1 amd64 1.3.2-1~ubuntu0.20.04.2 [31.9 kB]
  1036. Get:159 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-glx0 amd64 1.14-2 [22.1 kB]
  1037. Get:160 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5584 B]
  1038. Get:161 http://archive.ubuntu.com/ubuntu focal/main amd64 libxfixes3 amd64 1:5.0.3-2 [10.9 kB]
  1039. Get:162 http://archive.ubuntu.com/ubuntu focal/main amd64 libxxf86vm1 amd64 1:1.1.4-1build1 [10.2 kB]
  1040. Get:163 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-amdgpu1 amd64 2.4.107-8ubuntu1~20.04.2 [18.6 kB]
  1041. Get:164 http://archive.ubuntu.com/ubuntu focal/main amd64 libpciaccess0 amd64 0.16-0ubuntu1 [17.9 kB]
  1042. Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-intel1 amd64 2.4.107-8ubuntu1~20.04.2 [60.3 kB]
  1043. Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-nouveau2 amd64 2.4.107-8ubuntu1~20.04.2 [16.6 kB]
  1044. Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-radeon1 amd64 2.4.107-8ubuntu1~20.04.2 [19.7 kB]
  1045. Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libllvm12 amd64 1:12.0.0-3ubuntu1~20.04.5 [18.8 MB]
  1046. Get:169 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6052 B]
  1047. Get:170 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB]
  1048. Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libvulkan1 amd64 1.2.131.2-1 [93.3 kB]
  1049. Get:172 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-dri amd64 21.2.6-0ubuntu0.1~20.04.2 [11.0 MB]
  1050. Get:173 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx-mesa0 amd64 21.2.6-0ubuntu0.1~20.04.2 [137 kB]
  1051. Get:174 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx0 amd64 1.3.2-1~ubuntu0.20.04.2 [32.5 kB]
  1052. Get:175 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1 amd64 1.3.2-1~ubuntu0.20.04.2 [85.8 kB]
  1053. Get:176 http://archive.ubuntu.com/ubuntu focal/universe amd64 libomxil-bellagio0 amd64 0.9.3-4.1ubuntu1 [32.5 kB]
  1054. Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB]
  1055. Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB]
  1056. Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB]
  1057. Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
  1058. Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB]
  1059. Get:182 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.20.04.1 [34.6 kB]
  1060. Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
  1061. Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libxkbfile1 amd64 1:1.1.0-1 [65.3 kB]
  1062. Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-xkb-utils amd64 7.7+5 [158 kB]
  1063. Get:186 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-common all 2:1.20.13-1ubuntu1~20.04.6 [27.1 kB]
  1064. Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libepoxy0 amd64 1.5.4-1 [191 kB]
  1065. Get:188 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu2.1 [227 kB]
  1066. Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
  1067. Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontenc1 amd64 1:1.1.4-0ubuntu1 [14.0 kB]
  1068. Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libxfont2 amd64 1:2.0.3-1 [91.7 kB]
  1069. Get:192 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-xorg-core amd64 2:1.20.13-1ubuntu1~20.04.6 [1340 kB]
  1070. Get:193 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer1.0-0 amd64 1.16.3-0ubuntu1.1 [894 kB]
  1071. Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 liborc-0.4-0 amd64 1:0.4.31-1 [188 kB]
  1072. Get:195 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.16.3-0ubuntu1.1 [740 kB]
  1073. Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB]
  1074. Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B]
  1075. Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
  1076. Get:199 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
  1077. Get:200 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB]
  1078. Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
  1079. Get:202 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
  1080. Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 efibootmgr amd64 17-1 [28.1 kB]
  1081. Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
  1082. Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
  1083. Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
  1084. Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB]
  1085. Get:208 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.9 [2730 kB]
  1086. Get:209 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev-i386 amd64 2.31-0ubuntu9.9 [1902 kB]
  1087. Get:210 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-x32 amd64 2.31-0ubuntu9.9 [2780 kB]
  1088. Get:211 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev-x32 amd64 2.31-0ubuntu9.9 [1977 kB]
  1089. Get:212 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB]
  1090. Get:213 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.6 kB]
  1091. Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gomp1 amd64 10.3.0-1ubuntu1~20.04 [108 kB]
  1092. Get:215 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32gomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
  1093. Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32itm1 amd64 10.3.0-1ubuntu1~20.04 [28.3 kB]
  1094. Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32itm1 amd64 10.3.0-1ubuntu1~20.04 [26.5 kB]
  1095. Get:218 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32atomic1 amd64 10.3.0-1ubuntu1~20.04 [8860 B]
  1096. Get:219 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32atomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
  1097. Get:220 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32asan5 amd64 9.4.0-1ubuntu1~20.04.1 [2648 kB]
  1098. Get:221 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32asan5 amd64 9.4.0-1ubuntu1~20.04.1 [2587 kB]
  1099. Get:222 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB]
  1100. Get:223 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32ubsan1 amd64 10.3.0-1ubuntu1~20.04 [756 kB]
  1101. Get:224 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [486 kB]
  1102. Get:225 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32ubsan1 amd64 10.3.0-1ubuntu1~20.04 [762 kB]
  1103. Get:226 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32quadmath0 amd64 10.3.0-1ubuntu1~20.04 [230 kB]
  1104. Get:227 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32quadmath0 amd64 10.3.0-1ubuntu1~20.04 [149 kB]
  1105. Get:228 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2224 kB]
  1106. Get:229 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32gcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2013 kB]
  1107. Get:230 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-multilib amd64 9.4.0-1ubuntu1~20.04.1 [1072 B]
  1108. Get:231 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [762 kB]
  1109. Get:232 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32stdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [710 kB]
  1110. Get:233 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9-multilib amd64 9.4.0-1ubuntu1~20.04.1 [1092 B]
  1111. Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc-multilib amd64 4:9.3.0-1ubuntu2 [1516 B]
  1112. Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 g++-multilib amd64 4:9.3.0-1ubuntu2 [1044 B]
  1113. Get:236 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-7-base amd64 7.5.0-6ubuntu2 [18.5 kB]
  1114. Get:237 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-8-base amd64 8.4.0-3ubuntu2 [18.7 kB]
  1115. Get:238 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
  1116. Get:239 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB]
  1117. Get:240 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
  1118. Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
  1119. Get:242 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
  1120. Get:243 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB]
  1121. Get:244 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB]
  1122. Get:245 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB]
  1123. Get:246 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
  1124. Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libcdparanoia0 amd64 3.10.2+debian-13 [46.7 kB]
  1125. Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libogg0 amd64 1.3.4-0ubuntu1 [24.0 kB]
  1126. Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libopus0 amd64 1.3.1-0ubuntu1 [191 kB]
  1127. Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB]
  1128. Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB]
  1129. Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
  1130. Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB]
  1131. Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libtheora0 amd64 1.1.1+dfsg.1-15ubuntu2 [162 kB]
  1132. Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libvisual-0.4-0 amd64 0.4.0-17 [99.8 kB]
  1133. Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbis0a amd64 1.3.6-2ubuntu1 [87.0 kB]
  1134. Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbisenc2 amd64 1.3.6-2ubuntu1 [70.7 kB]
  1135. Get:258 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gstreamer1.0-plugins-base amd64 1.16.3-0ubuntu1.1 [620 kB]
  1136. Get:259 http://archive.ubuntu.com/ubuntu focal/universe amd64 liburi-encode-perl all 1.1.1-1 [9464 B]
  1137. Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
  1138. Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
  1139. Get:262 http://archive.ubuntu.com/ubuntu focal/universe amd64 libfile-copy-recursive-perl all 0.45-1 [17.3 kB]
  1140. Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
  1141. Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
  1142. Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
  1143. Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
  1144. Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libpciaccess-dev amd64 0.16-0ubuntu1 [20.3 kB]
  1145. Get:268 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-dev amd64 2.4.107-8ubuntu1~20.04.2 [131 kB]
  1146. Get:269 http://archive.ubuntu.com/ubuntu focal/universe amd64 libasan4 amd64 7.5.0-6ubuntu2 [358 kB]
  1147. Get:270 http://archive.ubuntu.com/ubuntu focal/universe amd64 libubsan0 amd64 7.5.0-6ubuntu2 [126 kB]
  1148. Get:271 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcilkrts5 amd64 7.5.0-6ubuntu2 [42.7 kB]
  1149. Get:272 http://archive.ubuntu.com/ubuntu focal/universe amd64 libmpx2 amd64 8.4.0-3ubuntu2 [11.8 kB]
  1150. Get:273 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgcc-7-dev amd64 7.5.0-6ubuntu2 [2311 kB]
  1151. Get:274 http://archive.ubuntu.com/ubuntu focal/universe amd64 libstdc++-7-dev amd64 7.5.0-6ubuntu2 [1471 kB]
  1152. Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
  1153. Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
  1154. Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
  1155. Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libdw1 amd64 0.176-1.1build1 [226 kB]
  1156. Get:279 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu1.5 [155 kB]
  1157. Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf-dev amd64 0.176-1.1build1 [57.0 kB]
  1158. Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
  1159. Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB]
  1160. Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-dev all 2019.2-1ubuntu1 [594 kB]
  1161. Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-core-dev all 2019.2-1ubuntu1 [2620 B]
  1162. Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau-dev amd64 1:1.0.9-0ubuntu1 [9552 B]
  1163. Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu1 [25.3 kB]
  1164. Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB]
  1165. Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5384 B]
  1166. Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1-dev amd64 1.14-2 [80.5 kB]
  1167. Get:290 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-dev amd64 2:1.6.9-2ubuntu1.2 [647 kB]
  1168. Get:291 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx-dev amd64 1.3.2-1~ubuntu0.20.04.2 [14.0 kB]
  1169. Get:292 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl-dev amd64 1.3.2-1~ubuntu0.20.04.2 [97.8 kB]
  1170. Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB]
  1171. Get:294 http://archive.ubuntu.com/ubuntu focal/universe amd64 libtinfo5 amd64 6.2-0ubuntu2 [83.0 kB]
  1172. Get:295 http://archive.ubuntu.com/ubuntu focal/universe amd64 libncurses5 amd64 6.2-0ubuntu2 [96.9 kB]
  1173. Get:296 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8 amd64 3.8.10-0ubuntu1~20.04.6 [1625 kB]
  1174. Get:297 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-139 all 5.4.0-139.156 [11.0 MB]
  1175. Get:298 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-139-generic amd64 5.4.0-139.156 [1410 kB]
  1176. Get:299 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.139.137 [2424 B]
  1177. Get:300 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mesa-common-dev amd64 21.2.6-0ubuntu0.1~20.04.2 [1504 kB]
  1178. Get:301 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mesa-vdpau-drivers amd64 21.2.6-0ubuntu0.1~20.04.2 [3089 kB]
  1179. Get:302 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mesa-vulkan-drivers amd64 21.2.6-0ubuntu0.1~20.04.2 [5788 kB]
  1180. Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 os-prober amd64 1.74ubuntu2 [20.1 kB]
  1181. Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libbabeltrace1 amd64 1.5.8-1build1 [156 kB]
  1182. Get:305 http://archive.ubuntu.com/ubuntu focal/universe amd64 libbabeltrace-ctf1 all 1.5.8-1build1 [2532 B]
  1183. Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 secureboot-db amd64 1.5 [9080 B]
  1184. Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 vdpau-driver-all amd64 1.3-1ubuntu2 [4596 B]
  1185. Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu1 [573 kB]
  1186. Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 xfonts-utils amd64 1:7.7+6 [91.5 kB]
  1187. Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 xfonts-base all 1:1.0.5 [5896 kB]
  1188. Get:311 http://archive.ubuntu.com/ubuntu focal/universe amd64 libomxil-bellagio-bin amd64 0.9.3-4.1ubuntu1 [12.1 kB]
  1189. Get:312 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hip-runtime-amd amd64 5.3.22061.50300-63~20.04 [13.6 MB]
  1190. Get:313 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hip-samples amd64 5.3.22061.50300-63~20.04 [109 kB]
  1191. Get:314 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocblas amd64 2.45.0.50300-63~20.04 [43.1 MB]
  1192. Get:315 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocsolver amd64 3.19.0.50300-63~20.04 [45.4 MB]
  1193. Get:316 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipblas amd64 0.52.0.50300-63~20.04 [76.1 kB]
  1194. Get:317 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipblas-dev amd64 0.52.0.50300-63~20.04 [52.2 kB]
  1195. Get:318 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocprim-dev amd64 2.10.9.50300-63~20.04 [150 kB]
  1196. Get:319 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipcub-dev amd64 2.10.12.50300-63~20.04 [73.1 kB]
  1197. Get:320 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipfft amd64 1.0.9.50300-63~20.04 [13.3 kB]
  1198. Get:321 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipfft-dev amd64 1.0.9.50300-63~20.04 [9806 B]
  1199. Get:322 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipfort amd64 0.4.0.50300-63~20.04 [6933 kB]
  1200. Get:323 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipfort-dev amd64 0.4.0.50300-63~20.04 [988 B]
  1201. Get:324 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipify-clang amd64 15.0.0.50300-63~20.04 [18.2 MB]
  1202. Get:325 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipsolver amd64 1.5.0.50300-63~20.04 [56.5 kB]
  1203. Get:326 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipsolver-dev amd64 1.5.0.50300-63~20.04 [15.7 kB]
  1204. Get:327 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocsparse amd64 2.3.3.50300-63~20.04 [13.0 MB]
  1205. Get:328 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipsparse amd64 2.3.2.50300-63~20.04 [50.9 kB]
  1206. Get:329 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipsparse-dev amd64 2.3.2.50300-63~20.04 [30.1 kB]
  1207. Get:330 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hsa-amd-aqlprofile amd64 1.0.0.50300-63~20.04 [128 kB]
  1208. Get:331 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-device-libs amd64 1.0.0.50300-63~20.04 [735 kB]
  1209. Get:332 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 openmp-extras-runtime amd64 15.53.0.50300-63~20.04 [29.6 MB]
  1210. Get:333 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 openmp-extras-dev amd64 15.53.0.50300-63~20.04 [20.6 MB]
  1211. Get:334 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-smi-lib amd64 5.0.0.50300-63~20.04 [1024 kB]
  1212. Get:335 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rccl amd64 2.12.12.50300-63~20.04 [5516 kB]
  1213. Get:336 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rccl-dev amd64 2.12.12.50300-63~20.04 [10.4 kB]
  1214. Get:337 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocrand amd64 2.10.9.50300-63~20.04 [7792 kB]
  1215. Get:338 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocalution amd64 2.1.2.50300-63~20.04 [2273 kB]
  1216. Get:339 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocalution-dev amd64 2.1.2.50300-63~20.04 [42.8 kB]
  1217. Get:340 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocblas-dev amd64 2.45.0.50300-63~20.04 [63.9 kB]
  1218. Get:341 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocfft amd64 1.0.18.50300-63~20.04 [127 MB]
  1219. Get:342 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocfft-dev amd64 1.0.18.50300-63~20.04 [10.5 kB]
  1220. Get:343 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-ocl-icd amd64 2.0.0.50300-63~20.04 [15.9 kB]
  1221. Get:344 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-opencl amd64 2.0.0.50300-63~20.04 [580 kB]
  1222. Get:345 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-opencl-dev amd64 2.0.0.50300-63~20.04 [126 kB]
  1223. Get:346 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-clang-ocl amd64 0.5.0.50300-63~20.04 [2978 B]
  1224. Get:347 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-cmake amd64 0.8.0.50300-63~20.04 [20.5 kB]
  1225. Get:348 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-dbgapi amd64 0.67.0.50300-63~20.04 [1632 kB]
  1226. Get:349 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-debug-agent amd64 2.0.3.50300-63~20.04 [55.9 kB]
  1227. Get:350 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-gdb amd64 12.1.50300-63~20.04 [84.1 MB]
  1228. Get:351 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-utils amd64 5.3.0.50300-63~20.04 [824 B]
  1229. Get:352 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocprofiler-dev amd64 1.0.0.50300-63~20.04 [269 kB]
  1230. Get:353 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 roctracer-dev amd64 4.1.0.50300-63~20.04 [687 kB]
  1231. Get:354 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-dev amd64 5.3.0.50300-63~20.04 [2382 B]
  1232. Get:355 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-language-runtime amd64 5.3.0.50300-63~20.04 [836 B]
  1233. Get:356 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-hip-runtime amd64 5.3.0.50300-63~20.04 [2038 B]
  1234. Get:357 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-hip-libraries amd64 5.3.0.50300-63~20.04 [916 B]
  1235. Get:358 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-hip-runtime-dev amd64 5.3.0.50300-63~20.04 [2210 B]
  1236. Get:359 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocrand-dev amd64 2.10.9.50300-63~20.04 [8091 kB]
  1237. Get:360 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocsolver-dev amd64 3.19.0.50300-63~20.04 [40.1 kB]
  1238. Get:361 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocsparse-dev amd64 2.3.3.50300-63~20.04 [68.8 kB]
  1239. Get:362 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocthrust-dev amd64 2.10.9.50300-63~20.04 [474 kB]
  1240. Get:363 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocwmma-dev amd64 0.7.0.50300-63~20.04 [28.4 kB]
  1241. Get:364 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-hip-sdk amd64 5.3.0.50300-63~20.04 [960 B]
  1242. debconf: delaying package configuration, since apt-utils is not installed
  1243. Fetched 1914 MB in 1min 43s (18.5 MB/s)
  1244. Selecting previously unselected package liblocale-gettext-perl.
  1245. (Reading database ... 15198 files and directories currently installed.)
  1246. Preparing to unpack .../00-liblocale-gettext-perl_1.07-4_amd64.deb ...
  1247. Unpacking liblocale-gettext-perl (1.07-4) ...
  1248. Selecting previously unselected package keyboard-configuration.
  1249. Preparing to unpack .../01-keyboard-configuration_1.194ubuntu3_all.deb ...
  1250. Unpacking keyboard-configuration (1.194ubuntu3) ...
  1251. Selecting previously unselected package libapparmor1:amd64.
  1252. Preparing to unpack .../02-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ...
  1253. Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
  1254. Selecting previously unselected package libcap2:amd64.
  1255. Preparing to unpack .../03-libcap2_1%3a2.32-1_amd64.deb ...
  1256. Unpacking libcap2:amd64 (1:2.32-1) ...
  1257. Selecting previously unselected package libargon2-1:amd64.
  1258. Preparing to unpack .../04-libargon2-1_0~20171227-0.2_amd64.deb ...
  1259. Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
  1260. Selecting previously unselected package libdevmapper1.02.1:amd64.
  1261. Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
  1262. Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
  1263. Selecting previously unselected package libjson-c4:amd64.
  1264. Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ...
  1265. Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
  1266. Selecting previously unselected package libcryptsetup12:amd64.
  1267. Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ...
  1268. Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
  1269. Selecting previously unselected package libip4tc2:amd64.
  1270. Preparing to unpack .../08-libip4tc2_1.8.4-3ubuntu2_amd64.deb ...
  1271. Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2) ...
  1272. Selecting previously unselected package libkmod2:amd64.
  1273. Preparing to unpack .../09-libkmod2_27-1ubuntu2.1_amd64.deb ...
  1274. Unpacking libkmod2:amd64 (27-1ubuntu2.1) ...
  1275. Selecting previously unselected package systemd-timesyncd.
  1276. Preparing to unpack .../10-systemd-timesyncd_245.4-4ubuntu3.19_amd64.deb ...
  1277. Unpacking systemd-timesyncd (245.4-4ubuntu3.19) ...
  1278. Selecting previously unselected package systemd.
  1279. Preparing to unpack .../11-systemd_245.4-4ubuntu3.19_amd64.deb ...
  1280. Unpacking systemd (245.4-4ubuntu3.19) ...
  1281. Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
  1282. Setting up libcap2:amd64 (1:2.32-1) ...
  1283. Setting up libargon2-1:amd64 (0~20171227-0.2) ...
  1284. Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
  1285. Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
  1286. Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
  1287. Setting up libip4tc2:amd64 (1.8.4-3ubuntu2) ...
  1288. Setting up libkmod2:amd64 (27-1ubuntu2.1) ...
  1289. Setting up systemd-timesyncd (245.4-4ubuntu3.19) ...
  1290. Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
  1291. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
  1292. Setting up systemd (245.4-4ubuntu3.19) ...
  1293. Created symlink /etc/systemd/system/getty.target.wants/[email protected] → /lib/systemd/system/[email protected].
  1294. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
  1295. Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
  1296. Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
  1297. ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
  1298. Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
  1299. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
  1300. Initializing machine ID from random generator.
  1301. Selecting previously unselected package systemd-sysv.
  1302. (Reading database ... 16037 files and directories currently installed.)
  1303. Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.19_amd64.deb ...
  1304. Unpacking systemd-sysv (245.4-4ubuntu3.19) ...
  1305. Selecting previously unselected package distro-info-data.
  1306. Preparing to unpack .../01-distro-info-data_0.43ubuntu1.11_all.deb ...
  1307. Unpacking distro-info-data (0.43ubuntu1.11) ...
  1308. Selecting previously unselected package lsb-release.
  1309. Preparing to unpack .../02-lsb-release_11.1.0ubuntu2_all.deb ...
  1310. Unpacking lsb-release (11.1.0ubuntu2) ...
  1311. Selecting previously unselected package kmod.
  1312. Preparing to unpack .../03-kmod_27-1ubuntu2.1_amd64.deb ...
  1313. Unpacking kmod (27-1ubuntu2.1) ...
  1314. Selecting previously unselected package gcc-9-base:amd64.
  1315. Preparing to unpack .../04-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1316. Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
  1317. Selecting previously unselected package libisl22:amd64.
  1318. Preparing to unpack .../05-libisl22_0.22.1-1_amd64.deb ...
  1319. Unpacking libisl22:amd64 (0.22.1-1) ...
  1320. Selecting previously unselected package libmpfr6:amd64.
  1321. Preparing to unpack .../06-libmpfr6_4.0.2-1_amd64.deb ...
  1322. Unpacking libmpfr6:amd64 (4.0.2-1) ...
  1323. Selecting previously unselected package libmpc3:amd64.
  1324. Preparing to unpack .../07-libmpc3_1.1.0-1_amd64.deb ...
  1325. Unpacking libmpc3:amd64 (1.1.0-1) ...
  1326. Selecting previously unselected package cpp-9.
  1327. Preparing to unpack .../08-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1328. Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
  1329. Selecting previously unselected package cpp.
  1330. Preparing to unpack .../09-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
  1331. Unpacking cpp (4:9.3.0-1ubuntu2) ...
  1332. Selecting previously unselected package libcc1-0:amd64.
  1333. Preparing to unpack .../10-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1334. Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
  1335. Selecting previously unselected package binutils-common:amd64.
  1336. Preparing to unpack .../11-binutils-common_2.34-6ubuntu1.4_amd64.deb ...
  1337. Unpacking binutils-common:amd64 (2.34-6ubuntu1.4) ...
  1338. Selecting previously unselected package libbinutils:amd64.
  1339. Preparing to unpack .../12-libbinutils_2.34-6ubuntu1.4_amd64.deb ...
  1340. Unpacking libbinutils:amd64 (2.34-6ubuntu1.4) ...
  1341. Selecting previously unselected package libctf-nobfd0:amd64.
  1342. Preparing to unpack .../13-libctf-nobfd0_2.34-6ubuntu1.4_amd64.deb ...
  1343. Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
  1344. Selecting previously unselected package libctf0:amd64.
  1345. Preparing to unpack .../14-libctf0_2.34-6ubuntu1.4_amd64.deb ...
  1346. Unpacking libctf0:amd64 (2.34-6ubuntu1.4) ...
  1347. Selecting previously unselected package binutils-x86-64-linux-gnu.
  1348. Preparing to unpack .../15-binutils-x86-64-linux-gnu_2.34-6ubuntu1.4_amd64.deb ...
  1349. Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
  1350. Selecting previously unselected package binutils.
  1351. Preparing to unpack .../16-binutils_2.34-6ubuntu1.4_amd64.deb ...
  1352. Unpacking binutils (2.34-6ubuntu1.4) ...
  1353. Selecting previously unselected package libgomp1:amd64.
  1354. Preparing to unpack .../17-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1355. Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
  1356. Selecting previously unselected package libitm1:amd64.
  1357. Preparing to unpack .../18-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1358. Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
  1359. Selecting previously unselected package libatomic1:amd64.
  1360. Preparing to unpack .../19-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1361. Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
  1362. Selecting previously unselected package libasan5:amd64.
  1363. Preparing to unpack .../20-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1364. Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
  1365. Selecting previously unselected package liblsan0:amd64.
  1366. Preparing to unpack .../21-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1367. Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
  1368. Selecting previously unselected package libtsan0:amd64.
  1369. Preparing to unpack .../22-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1370. Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
  1371. Selecting previously unselected package libubsan1:amd64.
  1372. Preparing to unpack .../23-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1373. Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
  1374. Selecting previously unselected package libquadmath0:amd64.
  1375. Preparing to unpack .../24-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1376. Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
  1377. Selecting previously unselected package libgcc-9-dev:amd64.
  1378. Preparing to unpack .../25-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1379. Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
  1380. Selecting previously unselected package gcc-9.
  1381. Preparing to unpack .../26-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1382. Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
  1383. Selecting previously unselected package gcc.
  1384. Preparing to unpack .../27-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
  1385. Unpacking gcc (4:9.3.0-1ubuntu2) ...
  1386. Selecting previously unselected package libdpkg-perl.
  1387. Preparing to unpack .../28-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
  1388. Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
  1389. Selecting previously unselected package make.
  1390. Preparing to unpack .../29-make_4.2.1-1.2_amd64.deb ...
  1391. Unpacking make (4.2.1-1.2) ...
  1392. Selecting previously unselected package dpkg-dev.
  1393. Preparing to unpack .../30-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
  1394. Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
  1395. Selecting previously unselected package libstdc++-9-dev:amd64.
  1396. Preparing to unpack .../31-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1397. Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
  1398. Selecting previously unselected package g++-9.
  1399. Preparing to unpack .../32-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1400. Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
  1401. Selecting previously unselected package g++.
  1402. Preparing to unpack .../33-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
  1403. Unpacking g++ (4:9.3.0-1ubuntu2) ...
  1404. Selecting previously unselected package build-essential.
  1405. Preparing to unpack .../34-build-essential_12.8ubuntu1.1_amd64.deb ...
  1406. Unpacking build-essential (12.8ubuntu1.1) ...
  1407. Selecting previously unselected package dctrl-tools.
  1408. Preparing to unpack .../35-dctrl-tools_2.24-3_amd64.deb ...
  1409. Unpacking dctrl-tools (2.24-3) ...
  1410. Setting up distro-info-data (0.43ubuntu1.11) ...
  1411. Setting up lsb-release (11.1.0ubuntu2) ...
  1412. Selecting previously unselected package dkms.
  1413. (Reading database ... 17977 files and directories currently installed.)
  1414. Preparing to unpack .../00-dkms_2.8.1-5ubuntu2_all.deb ...
  1415. Unpacking dkms (2.8.1-5ubuntu2) ...
  1416. Selecting previously unselected package amdgpu-core.
  1417. Preparing to unpack .../01-amdgpu-core_1%3a5.3.50300-1483871.20.04_all.deb ...
  1418. Unpacking amdgpu-core (1:5.3.50300-1483871.20.04) ...
  1419. Selecting previously unselected package libva2-amdgpu:amd64.
  1420. Preparing to unpack .../02-libva2-amdgpu_2.8.0.50300-1483871.20.04_amd64.deb ...
  1421. Unpacking libva2-amdgpu:amd64 (2.8.0.50300-1483871.20.04) ...
  1422. Selecting previously unselected package libdrm2-amdgpu:amd64.
  1423. Preparing to unpack .../03-libdrm2-amdgpu_1%3a2.4.112.50300-1483871.20.04_amd64.deb ...
  1424. Unpacking libdrm2-amdgpu:amd64 (1:2.4.112.50300-1483871.20.04) ...
  1425. Selecting previously unselected package libdrm-amdgpu-common.
  1426. Preparing to unpack .../04-libdrm-amdgpu-common_1.0.0.50300-1483871.20.04_all.deb ...
  1427. Unpacking libdrm-amdgpu-common (1.0.0.50300-1483871.20.04) ...
  1428. Selecting previously unselected package libdrm-amdgpu-amdgpu1:amd64.
  1429. Preparing to unpack .../05-libdrm-amdgpu-amdgpu1_1%3a2.4.112.50300-1483871.20.04_amd64.deb ...
  1430. Unpacking libdrm-amdgpu-amdgpu1:amd64 (1:2.4.112.50300-1483871.20.04) ...
  1431. Selecting previously unselected package libdrm-amdgpu-radeon1:amd64.
  1432. Preparing to unpack .../06-libdrm-amdgpu-radeon1_1%3a2.4.112.50300-1483871.20.04_amd64.deb ...
  1433. Unpacking libdrm-amdgpu-radeon1:amd64 (1:2.4.112.50300-1483871.20.04) ...
  1434. Selecting previously unselected package libelf1:amd64.
  1435. Preparing to unpack .../07-libelf1_0.176-1.1build1_amd64.deb ...
  1436. Unpacking libelf1:amd64 (0.176-1.1build1) ...
  1437. Selecting previously unselected package libllvm15.0.50300-amdgpu:amd64.
  1438. Preparing to unpack .../08-libllvm15.0.50300-amdgpu_1%3a15.0.50300-1483871.20.04_amd64.deb ...
  1439. Unpacking libllvm15.0.50300-amdgpu:amd64 (1:15.0.50300-1483871.20.04) ...
  1440. Selecting previously unselected package libx11-xcb1:amd64.
  1441. Preparing to unpack .../09-libx11-xcb1_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
  1442. Unpacking libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.2) ...
  1443. Selecting previously unselected package libxcb-dri2-0:amd64.
  1444. Preparing to unpack .../10-libxcb-dri2-0_1.14-2_amd64.deb ...
  1445. Unpacking libxcb-dri2-0:amd64 (1.14-2) ...
  1446. Selecting previously unselected package libxcb-dri3-0:amd64.
  1447. Preparing to unpack .../11-libxcb-dri3-0_1.14-2_amd64.deb ...
  1448. Unpacking libxcb-dri3-0:amd64 (1.14-2) ...
  1449. Selecting previously unselected package libxcb-present0:amd64.
  1450. Preparing to unpack .../12-libxcb-present0_1.14-2_amd64.deb ...
  1451. Unpacking libxcb-present0:amd64 (1.14-2) ...
  1452. Selecting previously unselected package libxcb-sync1:amd64.
  1453. Preparing to unpack .../13-libxcb-sync1_1.14-2_amd64.deb ...
  1454. Unpacking libxcb-sync1:amd64 (1.14-2) ...
  1455. Selecting previously unselected package libxcb-xfixes0:amd64.
  1456. Preparing to unpack .../14-libxcb-xfixes0_1.14-2_amd64.deb ...
  1457. Unpacking libxcb-xfixes0:amd64 (1.14-2) ...
  1458. Selecting previously unselected package libxshmfence1:amd64.
  1459. Preparing to unpack .../15-libxshmfence1_1.3-1_amd64.deb ...
  1460. Unpacking libxshmfence1:amd64 (1.3-1) ...
  1461. Selecting previously unselected package mesa-amdgpu-va-drivers:amd64.
  1462. Preparing to unpack .../16-mesa-amdgpu-va-drivers_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1463. Unpacking mesa-amdgpu-va-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1464. Selecting previously unselected package libglapi-amdgpu-mesa:amd64.
  1465. Preparing to unpack .../17-libglapi-amdgpu-mesa_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1466. Unpacking libglapi-amdgpu-mesa:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1467. Setting up amdgpu-core (1:5.3.50300-1483871.20.04) ...
  1468. Setting up libva2-amdgpu:amd64 (2.8.0.50300-1483871.20.04) ...
  1469. Setting up libdrm2-amdgpu:amd64 (1:2.4.112.50300-1483871.20.04) ...
  1470. Setting up libdrm-amdgpu-common (1.0.0.50300-1483871.20.04) ...
  1471. Setting up libdrm-amdgpu-amdgpu1:amd64 (1:2.4.112.50300-1483871.20.04) ...
  1472. Setting up libdrm-amdgpu-radeon1:amd64 (1:2.4.112.50300-1483871.20.04) ...
  1473. Setting up libelf1:amd64 (0.176-1.1build1) ...
  1474. Setting up libllvm15.0.50300-amdgpu:amd64 (1:15.0.50300-1483871.20.04) ...
  1475. Setting up libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.2) ...
  1476. Setting up libxcb-dri2-0:amd64 (1.14-2) ...
  1477. Setting up libxcb-dri3-0:amd64 (1.14-2) ...
  1478. Setting up libxcb-present0:amd64 (1.14-2) ...
  1479. Setting up libxcb-sync1:amd64 (1.14-2) ...
  1480. Setting up libxcb-xfixes0:amd64 (1.14-2) ...
  1481. Setting up libxshmfence1:amd64 (1.3-1) ...
  1482. Setting up mesa-amdgpu-va-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1483. Selecting previously unselected package libgl1-amdgpu-mesa-dri:amd64.
  1484. (Reading database ... 18135 files and directories currently installed.)
  1485. Preparing to unpack .../000-libgl1-amdgpu-mesa-dri_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1486. Unpacking libgl1-amdgpu-mesa-dri:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1487. Selecting previously unselected package libvdpau1:amd64.
  1488. Preparing to unpack .../001-libvdpau1_1.3-1ubuntu2_amd64.deb ...
  1489. Unpacking libvdpau1:amd64 (1.3-1ubuntu2) ...
  1490. Selecting previously unselected package mesa-amdgpu-vdpau-drivers:amd64.
  1491. Preparing to unpack .../002-mesa-amdgpu-vdpau-drivers_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1492. Unpacking mesa-amdgpu-vdpau-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1493. Selecting previously unselected package libdbus-1-3:amd64.
  1494. Preparing to unpack .../003-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ...
  1495. Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
  1496. Selecting previously unselected package dbus.
  1497. Preparing to unpack .../004-dbus_1.12.16-2ubuntu2.3_amd64.deb ...
  1498. Unpacking dbus (1.12.16-2ubuntu2.3) ...
  1499. Selecting previously unselected package dmsetup.
  1500. Preparing to unpack .../005-dmsetup_2%3a1.02.167-1ubuntu1_amd64.deb ...
  1501. Unpacking dmsetup (2:1.02.167-1ubuntu1) ...
  1502. Selecting previously unselected package libglib2.0-0:amd64.
  1503. Preparing to unpack .../006-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
  1504. Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
  1505. Selecting previously unselected package libgirepository-1.0-1:amd64.
  1506. Preparing to unpack .../007-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ...
  1507. Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
  1508. Selecting previously unselected package gir1.2-glib-2.0:amd64.
  1509. Preparing to unpack .../008-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ...
  1510. Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
  1511. Selecting previously unselected package libcap2-bin.
  1512. Preparing to unpack .../009-libcap2-bin_1%3a2.32-1_amd64.deb ...
  1513. Unpacking libcap2-bin (1:2.32-1) ...
  1514. Selecting previously unselected package libglib2.0-data.
  1515. Preparing to unpack .../010-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
  1516. Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
  1517. Selecting previously unselected package libicu66:amd64.
  1518. Preparing to unpack .../011-libicu66_66.1-2ubuntu2.1_amd64.deb ...
  1519. Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
  1520. Selecting previously unselected package libnss-systemd:amd64.
  1521. Preparing to unpack .../012-libnss-systemd_245.4-4ubuntu3.19_amd64.deb ...
  1522. Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.19) ...
  1523. Selecting previously unselected package libpam-cap:amd64.
  1524. Preparing to unpack .../013-libpam-cap_1%3a2.32-1_amd64.deb ...
  1525. Unpacking libpam-cap:amd64 (1:2.32-1) ...
  1526. Selecting previously unselected package libpam-systemd:amd64.
  1527. Preparing to unpack .../014-libpam-systemd_245.4-4ubuntu3.19_amd64.deb ...
  1528. Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.19) ...
  1529. Selecting previously unselected package libpopt0:amd64.
  1530. Preparing to unpack .../015-libpopt0_1.16-14_amd64.deb ...
  1531. Unpacking libpopt0:amd64 (1.16-14) ...
  1532. Selecting previously unselected package libxml2:amd64.
  1533. Preparing to unpack .../016-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_amd64.deb ...
  1534. Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
  1535. Selecting previously unselected package python3-dbus.
  1536. Preparing to unpack .../017-python3-dbus_1.2.16-1build1_amd64.deb ...
  1537. Unpacking python3-dbus (1.2.16-1build1) ...
  1538. Selecting previously unselected package python3-gi.
  1539. Preparing to unpack .../018-python3-gi_3.36.0-1_amd64.deb ...
  1540. Unpacking python3-gi (3.36.0-1) ...
  1541. Selecting previously unselected package networkd-dispatcher.
  1542. Preparing to unpack .../019-networkd-dispatcher_2.1-2~ubuntu20.04.3_all.deb ...
  1543. Unpacking networkd-dispatcher (2.1-2~ubuntu20.04.3) ...
  1544. Selecting previously unselected package shared-mime-info.
  1545. Preparing to unpack .../020-shared-mime-info_1.15-1_amd64.deb ...
  1546. Unpacking shared-mime-info (1.15-1) ...
  1547. Selecting previously unselected package sudo.
  1548. Preparing to unpack .../021-sudo_1.8.31-1ubuntu1.4_amd64.deb ...
  1549. Unpacking sudo (1.8.31-1ubuntu1.4) ...
  1550. Selecting previously unselected package ucf.
  1551. Preparing to unpack .../022-ucf_3.0038+nmu1_all.deb ...
  1552. Moving old data out of the way
  1553. Unpacking ucf (3.0038+nmu1) ...
  1554. Selecting previously unselected package udev.
  1555. Preparing to unpack .../023-udev_245.4-4ubuntu3.19_amd64.deb ...
  1556. Unpacking udev (245.4-4ubuntu3.19) ...
  1557. Selecting previously unselected package xdg-user-dirs.
  1558. Preparing to unpack .../024-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
  1559. Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
  1560. Selecting previously unselected package xkb-data.
  1561. Preparing to unpack .../025-xkb-data_2.29-2_all.deb ...
  1562. Unpacking xkb-data (2.29-2) ...
  1563. Selecting previously unselected package cpio.
  1564. Preparing to unpack .../026-cpio_2.13+dfsg-2ubuntu0.3_amd64.deb ...
  1565. Unpacking cpio (2.13+dfsg-2ubuntu0.3) ...
  1566. Selecting previously unselected package gettext-base.
  1567. Preparing to unpack .../027-gettext-base_0.19.8.1-10build1_amd64.deb ...
  1568. Unpacking gettext-base (0.19.8.1-10build1) ...
  1569. Selecting previously unselected package iso-codes.
  1570. Preparing to unpack .../028-iso-codes_4.4-1_all.deb ...
  1571. Unpacking iso-codes (4.4-1) ...
  1572. Selecting previously unselected package libdrm-common.
  1573. Preparing to unpack .../029-libdrm-common_2.4.107-8ubuntu1~20.04.2_all.deb ...
  1574. Unpacking libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
  1575. Selecting previously unselected package libdrm2:amd64.
  1576. Preparing to unpack .../030-libdrm2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
  1577. Unpacking libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  1578. Selecting previously unselected package libfuse2:amd64.
  1579. Preparing to unpack .../031-libfuse2_2.9.9-3_amd64.deb ...
  1580. Unpacking libfuse2:amd64 (2.9.9-3) ...
  1581. Selecting previously unselected package libnuma1:amd64.
  1582. Preparing to unpack .../032-libnuma1_2.0.12-1_amd64.deb ...
  1583. Unpacking libnuma1:amd64 (2.0.12-1) ...
  1584. Selecting previously unselected package pci.ids.
  1585. Preparing to unpack .../033-pci.ids_0.0~2020.03.20-1_all.deb ...
  1586. Unpacking pci.ids (0.0~2020.03.20-1) ...
  1587. Selecting previously unselected package libpci3:amd64.
  1588. Preparing to unpack .../034-libpci3_1%3a3.6.4-1ubuntu0.20.04.1_amd64.deb ...
  1589. Unpacking libpci3:amd64 (1:3.6.4-1ubuntu0.20.04.1) ...
  1590. Selecting previously unselected package libpng16-16:amd64.
  1591. Preparing to unpack .../035-libpng16-16_1.6.37-2_amd64.deb ...
  1592. Unpacking libpng16-16:amd64 (1.6.37-2) ...
  1593. Selecting previously unselected package pciutils.
  1594. Preparing to unpack .../036-pciutils_1%3a3.6.4-1ubuntu0.20.04.1_amd64.deb ...
  1595. Unpacking pciutils (1:3.6.4-1ubuntu0.20.04.1) ...
  1596. Selecting previously unselected package libsigsegv2:amd64.
  1597. Preparing to unpack .../037-libsigsegv2_2.12-2_amd64.deb ...
  1598. Unpacking libsigsegv2:amd64 (2.12-2) ...
  1599. Selecting previously unselected package m4.
  1600. Preparing to unpack .../038-m4_1.4.18-4_amd64.deb ...
  1601. Unpacking m4 (1.4.18-4) ...
  1602. Selecting previously unselected package autoconf.
  1603. Preparing to unpack .../039-autoconf_2.69-11.1_all.deb ...
  1604. Unpacking autoconf (2.69-11.1) ...
  1605. Selecting previously unselected package autotools-dev.
  1606. Preparing to unpack .../040-autotools-dev_20180224.1_all.deb ...
  1607. Unpacking autotools-dev (20180224.1) ...
  1608. Selecting previously unselected package automake.
  1609. Preparing to unpack .../041-automake_1%3a1.16.1-4ubuntu6_all.deb ...
  1610. Unpacking automake (1:1.16.1-4ubuntu6) ...
  1611. Selecting previously unselected package busybox-initramfs.
  1612. Preparing to unpack .../042-busybox-initramfs_1%3a1.30.1-4ubuntu6.4_amd64.deb ...
  1613. Unpacking busybox-initramfs (1:1.30.1-4ubuntu6.4) ...
  1614. Selecting previously unselected package initramfs-tools-bin.
  1615. Preparing to unpack .../043-initramfs-tools-bin_0.136ubuntu6.7_amd64.deb ...
  1616. Unpacking initramfs-tools-bin (0.136ubuntu6.7) ...
  1617. Selecting previously unselected package libklibc:amd64.
  1618. Preparing to unpack .../044-libklibc_2.0.7-1ubuntu5.1_amd64.deb ...
  1619. Unpacking libklibc:amd64 (2.0.7-1ubuntu5.1) ...
  1620. Selecting previously unselected package klibc-utils.
  1621. Preparing to unpack .../045-klibc-utils_2.0.7-1ubuntu5.1_amd64.deb ...
  1622. Unpacking klibc-utils (2.0.7-1ubuntu5.1) ...
  1623. Selecting previously unselected package lz4.
  1624. Preparing to unpack .../046-lz4_1.9.2-2ubuntu0.20.04.1_amd64.deb ...
  1625. Unpacking lz4 (1.9.2-2ubuntu0.20.04.1) ...
  1626. Selecting previously unselected package initramfs-tools-core.
  1627. Preparing to unpack .../047-initramfs-tools-core_0.136ubuntu6.7_all.deb ...
  1628. Unpacking initramfs-tools-core (0.136ubuntu6.7) ...
  1629. Selecting previously unselected package linux-base.
  1630. Preparing to unpack .../048-linux-base_4.5ubuntu3.7_all.deb ...
  1631. Unpacking linux-base (4.5ubuntu3.7) ...
  1632. Selecting previously unselected package initramfs-tools.
  1633. Preparing to unpack .../049-initramfs-tools_0.136ubuntu6.7_all.deb ...
  1634. Unpacking initramfs-tools (0.136ubuntu6.7) ...
  1635. Selecting previously unselected package libefivar1:amd64.
  1636. Preparing to unpack .../050-libefivar1_37-2ubuntu2.2_amd64.deb ...
  1637. Unpacking libefivar1:amd64 (37-2ubuntu2.2) ...
  1638. Selecting previously unselected package libefiboot1:amd64.
  1639. Preparing to unpack .../051-libefiboot1_37-2ubuntu2.2_amd64.deb ...
  1640. Unpacking libefiboot1:amd64 (37-2ubuntu2.2) ...
  1641. Selecting previously unselected package libfreetype6:amd64.
  1642. Preparing to unpack .../052-libfreetype6_2.10.1-2ubuntu0.2_amd64.deb ...
  1643. Unpacking libfreetype6:amd64 (2.10.1-2ubuntu0.2) ...
  1644. Selecting previously unselected package grub-common.
  1645. Preparing to unpack .../053-grub-common_2.04-1ubuntu26.16_amd64.deb ...
  1646. Unpacking grub-common (2.04-1ubuntu26.16) ...
  1647. Selecting previously unselected package grub-efi-amd64-bin.
  1648. Preparing to unpack .../054-grub-efi-amd64-bin_2.06-2ubuntu14_amd64.deb ...
  1649. Unpacking grub-efi-amd64-bin (2.06-2ubuntu14) ...
  1650. Selecting previously unselected package grub2-common.
  1651. Preparing to unpack .../055-grub2-common_2.04-1ubuntu26.16_amd64.deb ...
  1652. Unpacking grub2-common (2.04-1ubuntu26.16) ...
  1653. Selecting previously unselected package grub-efi-amd64.
  1654. Preparing to unpack .../056-grub-efi-amd64_2.06-2ubuntu14_amd64.deb ...
  1655. Unpacking grub-efi-amd64 (2.06-2ubuntu14) ...
  1656. Selecting previously unselected package grub-efi-amd64-signed.
  1657. Preparing to unpack .../057-grub-efi-amd64-signed_1.187.2~20.04.2+2.06-2ubuntu14_amd64.deb ...
  1658. Unpacking grub-efi-amd64-signed (1.187.2~20.04.2+2.06-2ubuntu14) ...
  1659. Selecting previously unselected package mokutil.
  1660. Preparing to unpack .../058-mokutil_0.3.0+1538710437.fb6250f-1_amd64.deb ...
  1661. Unpacking mokutil (0.3.0+1538710437.fb6250f-1) ...
  1662. Selecting previously unselected package sbsigntool.
  1663. Preparing to unpack .../059-sbsigntool_0.9.2-2ubuntu1.1_amd64.deb ...
  1664. Unpacking sbsigntool (0.9.2-2ubuntu1.1) ...
  1665. Selecting previously unselected package shim-signed.
  1666. Preparing to unpack .../060-shim-signed_1.40.7+15.4-0ubuntu9_amd64.deb ...
  1667. Unpacking shim-signed (1.40.7+15.4-0ubuntu9) ...
  1668. Selecting previously unselected package amdgpu-dkms-firmware.
  1669. Preparing to unpack .../061-amdgpu-dkms-firmware_1%3a5.18.2.22.40.50300-1483871.20.04_all.deb ...
  1670. Unpacking amdgpu-dkms-firmware (1:5.18.2.22.40.50300-1483871.20.04) ...
  1671. Selecting previously unselected package amdgpu-dkms.
  1672. Preparing to unpack .../062-amdgpu-dkms_1%3a5.18.2.22.40.50300-1483871.20.04_all.deb ...
  1673. Unpacking amdgpu-dkms (1:5.18.2.22.40.50300-1483871.20.04) ...
  1674. Selecting previously unselected package libwayland-amdgpu-client0:amd64.
  1675. Preparing to unpack .../063-libwayland-amdgpu-client0_1.20.0.50300-1483871.20.04_amd64.deb ...
  1676. Unpacking libwayland-amdgpu-client0:amd64 (1.20.0.50300-1483871.20.04) ...
  1677. Selecting previously unselected package libwayland-client0:amd64.
  1678. Preparing to unpack .../064-libwayland-client0_1.18.0-1ubuntu0.1_amd64.deb ...
  1679. Unpacking libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ...
  1680. Selecting previously unselected package libwayland-amdgpu-server0:amd64.
  1681. Preparing to unpack .../065-libwayland-amdgpu-server0_1.20.0.50300-1483871.20.04_amd64.deb ...
  1682. Unpacking libwayland-amdgpu-server0:amd64 (1.20.0.50300-1483871.20.04) ...
  1683. Selecting previously unselected package libwayland-server0:amd64.
  1684. Preparing to unpack .../066-libwayland-server0_1.18.0-1ubuntu0.1_amd64.deb ...
  1685. Unpacking libwayland-server0:amd64 (1.18.0-1ubuntu0.1) ...
  1686. Selecting previously unselected package libwayland-amdgpu-egl1:amd64.
  1687. Preparing to unpack .../067-libwayland-amdgpu-egl1_1.20.0.50300-1483871.20.04_amd64.deb ...
  1688. Unpacking libwayland-amdgpu-egl1:amd64 (1.20.0.50300-1483871.20.04) ...
  1689. Selecting previously unselected package libxatracker2-amdgpu:amd64.
  1690. Preparing to unpack .../068-libxatracker2-amdgpu_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1691. Unpacking libxatracker2-amdgpu:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1692. Selecting previously unselected package libgbm1-amdgpu:amd64.
  1693. Preparing to unpack .../069-libgbm1-amdgpu_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1694. Unpacking libgbm1-amdgpu:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1695. Selecting previously unselected package libxcb-randr0:amd64.
  1696. Preparing to unpack .../070-libxcb-randr0_1.14-2_amd64.deb ...
  1697. Unpacking libxcb-randr0:amd64 (1.14-2) ...
  1698. Selecting previously unselected package libglvnd0:amd64.
  1699. Preparing to unpack .../071-libglvnd0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
  1700. Unpacking libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  1701. Selecting previously unselected package libgbm1:amd64.
  1702. Preparing to unpack .../072-libgbm1_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
  1703. Unpacking libgbm1:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  1704. Selecting previously unselected package libglapi-mesa:amd64.
  1705. Preparing to unpack .../073-libglapi-mesa_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
  1706. Unpacking libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  1707. Selecting previously unselected package libegl-mesa0:amd64.
  1708. Preparing to unpack .../074-libegl-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
  1709. Unpacking libegl-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  1710. Selecting previously unselected package libegl1:amd64.
  1711. Preparing to unpack .../075-libegl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
  1712. Unpacking libegl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  1713. Selecting previously unselected package libegl1-amdgpu-mesa:amd64.
  1714. Preparing to unpack .../076-libegl1-amdgpu-mesa_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1715. Unpacking libegl1-amdgpu-mesa:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1716. Selecting previously unselected package libegl1-amdgpu-mesa-drivers:amd64.
  1717. Preparing to unpack .../077-libegl1-amdgpu-mesa-drivers_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1718. Unpacking libegl1-amdgpu-mesa-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1719. Selecting previously unselected package libxcb-glx0:amd64.
  1720. Preparing to unpack .../078-libxcb-glx0_1.14-2_amd64.deb ...
  1721. Unpacking libxcb-glx0:amd64 (1.14-2) ...
  1722. Selecting previously unselected package libxcb-shm0:amd64.
  1723. Preparing to unpack .../079-libxcb-shm0_1.14-2_amd64.deb ...
  1724. Unpacking libxcb-shm0:amd64 (1.14-2) ...
  1725. Selecting previously unselected package libxfixes3:amd64.
  1726. Preparing to unpack .../080-libxfixes3_1%3a5.0.3-2_amd64.deb ...
  1727. Unpacking libxfixes3:amd64 (1:5.0.3-2) ...
  1728. Selecting previously unselected package libxxf86vm1:amd64.
  1729. Preparing to unpack .../081-libxxf86vm1_1%3a1.1.4-1build1_amd64.deb ...
  1730. Unpacking libxxf86vm1:amd64 (1:1.1.4-1build1) ...
  1731. Selecting previously unselected package libdrm-amdgpu1:amd64.
  1732. Preparing to unpack .../082-libdrm-amdgpu1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
  1733. Unpacking libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  1734. Selecting previously unselected package libpciaccess0:amd64.
  1735. Preparing to unpack .../083-libpciaccess0_0.16-0ubuntu1_amd64.deb ...
  1736. Unpacking libpciaccess0:amd64 (0.16-0ubuntu1) ...
  1737. Selecting previously unselected package libdrm-intel1:amd64.
  1738. Preparing to unpack .../084-libdrm-intel1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
  1739. Unpacking libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  1740. Selecting previously unselected package libdrm-nouveau2:amd64.
  1741. Preparing to unpack .../085-libdrm-nouveau2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
  1742. Unpacking libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  1743. Selecting previously unselected package libdrm-radeon1:amd64.
  1744. Preparing to unpack .../086-libdrm-radeon1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
  1745. Unpacking libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  1746. Selecting previously unselected package libllvm12:amd64.
  1747. Preparing to unpack .../087-libllvm12_1%3a12.0.0-3ubuntu1~20.04.5_amd64.deb ...
  1748. Unpacking libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
  1749. Selecting previously unselected package libsensors-config.
  1750. Preparing to unpack .../088-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ...
  1751. Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ...
  1752. Selecting previously unselected package libsensors5:amd64.
  1753. Preparing to unpack .../089-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ...
  1754. Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
  1755. Selecting previously unselected package libvulkan1:amd64.
  1756. Preparing to unpack .../090-libvulkan1_1.2.131.2-1_amd64.deb ...
  1757. Unpacking libvulkan1:amd64 (1.2.131.2-1) ...
  1758. Selecting previously unselected package libgl1-mesa-dri:amd64.
  1759. Preparing to unpack .../091-libgl1-mesa-dri_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
  1760. Unpacking libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  1761. Selecting previously unselected package libglx-mesa0:amd64.
  1762. Preparing to unpack .../092-libglx-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
  1763. Unpacking libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  1764. Selecting previously unselected package libglx0:amd64.
  1765. Preparing to unpack .../093-libglx0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
  1766. Unpacking libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  1767. Selecting previously unselected package libgl1:amd64.
  1768. Preparing to unpack .../094-libgl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
  1769. Unpacking libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  1770. Selecting previously unselected package libgl1-amdgpu-mesa-glx:amd64.
  1771. Preparing to unpack .../095-libgl1-amdgpu-mesa-glx_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1772. Unpacking libgl1-amdgpu-mesa-glx:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1773. Selecting previously unselected package libomxil-bellagio0.
  1774. Preparing to unpack .../096-libomxil-bellagio0_0.9.3-4.1ubuntu1_amd64.deb ...
  1775. Unpacking libomxil-bellagio0 (0.9.3-4.1ubuntu1) ...
  1776. Selecting previously unselected package mesa-amdgpu-omx-drivers:amd64.
  1777. Preparing to unpack .../097-mesa-amdgpu-omx-drivers_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
  1778. Unpacking mesa-amdgpu-omx-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
  1779. Selecting previously unselected package x11-common.
  1780. Preparing to unpack .../098-x11-common_1%3a7.7+19ubuntu14_all.deb ...
  1781. dpkg-query: no packages found matching nux-tools
  1782. Unpacking x11-common (1:7.7+19ubuntu14) ...
  1783. Selecting previously unselected package libice6:amd64.
  1784. Preparing to unpack .../099-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ...
  1785. Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ...
  1786. Selecting previously unselected package libsm6:amd64.
  1787. Preparing to unpack .../100-libsm6_2%3a1.2.3-1_amd64.deb ...
  1788. Unpacking libsm6:amd64 (2:1.2.3-1) ...
  1789. Selecting previously unselected package libxt6:amd64.
  1790. Preparing to unpack .../101-libxt6_1%3a1.1.5-1_amd64.deb ...
  1791. Unpacking libxt6:amd64 (1:1.1.5-1) ...
  1792. Selecting previously unselected package libxmu6:amd64.
  1793. Preparing to unpack .../102-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ...
  1794. Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
  1795. Selecting previously unselected package libxpm4:amd64.
  1796. Preparing to unpack .../103-libxpm4_1%3a3.5.12-1ubuntu0.20.04.1_amd64.deb ...
  1797. Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.1) ...
  1798. Selecting previously unselected package libxaw7:amd64.
  1799. Preparing to unpack .../104-libxaw7_2%3a1.0.13-1_amd64.deb ...
  1800. Unpacking libxaw7:amd64 (2:1.0.13-1) ...
  1801. Selecting previously unselected package libxkbfile1:amd64.
  1802. Preparing to unpack .../105-libxkbfile1_1%3a1.1.0-1_amd64.deb ...
  1803. Unpacking libxkbfile1:amd64 (1:1.1.0-1) ...
  1804. Selecting previously unselected package x11-xkb-utils.
  1805. Preparing to unpack .../106-x11-xkb-utils_7.7+5_amd64.deb ...
  1806. Unpacking x11-xkb-utils (7.7+5) ...
  1807. Selecting previously unselected package xserver-common.
  1808. Preparing to unpack .../107-xserver-common_2%3a1.20.13-1ubuntu1~20.04.6_all.deb ...
  1809. Unpacking xserver-common (2:1.20.13-1ubuntu1~20.04.6) ...
  1810. Selecting previously unselected package libepoxy0:amd64.
  1811. Preparing to unpack .../108-libepoxy0_1.5.4-1_amd64.deb ...
  1812. Unpacking libepoxy0:amd64 (1.5.4-1) ...
  1813. Selecting previously unselected package libpixman-1-0:amd64.
  1814. Preparing to unpack .../109-libpixman-1-0_0.38.4-0ubuntu2.1_amd64.deb ...
  1815. Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ...
  1816. Selecting previously unselected package libunwind8:amd64.
  1817. Preparing to unpack .../110-libunwind8_1.2.1-9build1_amd64.deb ...
  1818. Unpacking libunwind8:amd64 (1.2.1-9build1) ...
  1819. Selecting previously unselected package libfontenc1:amd64.
  1820. Preparing to unpack .../111-libfontenc1_1%3a1.1.4-0ubuntu1_amd64.deb ...
  1821. Unpacking libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
  1822. Selecting previously unselected package libxfont2:amd64.
  1823. Preparing to unpack .../112-libxfont2_1%3a2.0.3-1_amd64.deb ...
  1824. Unpacking libxfont2:amd64 (1:2.0.3-1) ...
  1825. Selecting previously unselected package xserver-xorg-core.
  1826. Preparing to unpack .../113-xserver-xorg-core_2%3a1.20.13-1ubuntu1~20.04.6_amd64.deb ...
  1827. Unpacking xserver-xorg-core (2:1.20.13-1ubuntu1~20.04.6) ...
  1828. Selecting previously unselected package xserver-xorg-amdgpu-video-amdgpu.
  1829. Preparing to unpack .../114-xserver-xorg-amdgpu-video-amdgpu_1%3a22.0.0.50300-1483871.20.04_amd64.deb ...
  1830. Unpacking xserver-xorg-amdgpu-video-amdgpu (1:22.0.0.50300-1483871.20.04) ...
  1831. Selecting previously unselected package libgstreamer1.0-0:amd64.
  1832. Preparing to unpack .../115-libgstreamer1.0-0_1.16.3-0ubuntu1.1_amd64.deb ...
  1833. Unpacking libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
  1834. Selecting previously unselected package liborc-0.4-0:amd64.
  1835. Preparing to unpack .../116-liborc-0.4-0_1%3a0.4.31-1_amd64.deb ...
  1836. Unpacking liborc-0.4-0:amd64 (1:0.4.31-1) ...
  1837. Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.
  1838. Preparing to unpack .../117-libgstreamer-plugins-base1.0-0_1.16.3-0ubuntu1.1_amd64.deb ...
  1839. Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
  1840. Selecting previously unselected package gst-omx-amdgpu.
  1841. Preparing to unpack .../118-gst-omx-amdgpu_1%3a1.0.0.1.50300-1483871.20.04_amd64.deb ...
  1842. Unpacking gst-omx-amdgpu (1:1.0.0.1.50300-1483871.20.04) ...
  1843. Selecting previously unselected package amdgpu-lib.
  1844. Preparing to unpack .../119-amdgpu-lib_1%3a5.3.50300-1483871.20.04_amd64.deb ...
  1845. Unpacking amdgpu-lib (1:5.3.50300-1483871.20.04) ...
  1846. Selecting previously unselected package libncurses-dev:amd64.
  1847. Preparing to unpack .../120-libncurses-dev_6.2-0ubuntu2_amd64.deb ...
  1848. Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ...
  1849. Selecting previously unselected package libtinfo-dev:amd64.
  1850. Preparing to unpack .../121-libtinfo-dev_6.2-0ubuntu2_amd64.deb ...
  1851. Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ...
  1852. Selecting previously unselected package rocm-core.
  1853. Preparing to unpack .../122-rocm-core_5.3.0.50300-63~20.04_amd64.deb ...
  1854. Unpacking rocm-core (5.3.0.50300-63~20.04) ...
  1855. Selecting previously unselected package comgr.
  1856. Preparing to unpack .../123-comgr_2.4.0.50300-63~20.04_amd64.deb ...
  1857. Unpacking comgr (2.4.0.50300-63~20.04) ...
  1858. Selecting previously unselected package libassuan0:amd64.
  1859. Preparing to unpack .../124-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
  1860. Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
  1861. Selecting previously unselected package gpgconf.
  1862. Preparing to unpack .../125-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
  1863. Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
  1864. Selecting previously unselected package libksba8:amd64.
  1865. Preparing to unpack .../126-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ...
  1866. Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
  1867. Selecting previously unselected package libnpth0:amd64.
  1868. Preparing to unpack .../127-libnpth0_1.6-1_amd64.deb ...
  1869. Unpacking libnpth0:amd64 (1.6-1) ...
  1870. Selecting previously unselected package dirmngr.
  1871. Preparing to unpack .../128-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
  1872. Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
  1873. Selecting previously unselected package efibootmgr.
  1874. Preparing to unpack .../129-efibootmgr_17-1_amd64.deb ...
  1875. Unpacking efibootmgr (17-1) ...
  1876. Selecting previously unselected package libfakeroot:amd64.
  1877. Preparing to unpack .../130-libfakeroot_1.24-1_amd64.deb ...
  1878. Unpacking libfakeroot:amd64 (1.24-1) ...
  1879. Selecting previously unselected package fakeroot.
  1880. Preparing to unpack .../131-fakeroot_1.24-1_amd64.deb ...
  1881. Unpacking fakeroot (1.24-1) ...
  1882. Selecting previously unselected package fonts-dejavu-core.
  1883. Preparing to unpack .../132-fonts-dejavu-core_2.37-1_all.deb ...
  1884. Unpacking fonts-dejavu-core (2.37-1) ...
  1885. Selecting previously unselected package fontconfig-config.
  1886. Preparing to unpack .../133-fontconfig-config_2.13.1-2ubuntu3_all.deb ...
  1887. Unpacking fontconfig-config (2.13.1-2ubuntu3) ...
  1888. Selecting previously unselected package libc6-i386.
  1889. Preparing to unpack .../134-libc6-i386_2.31-0ubuntu9.9_amd64.deb ...
  1890. Unpacking libc6-i386 (2.31-0ubuntu9.9) ...
  1891. Selecting previously unselected package libc6-dev-i386.
  1892. Preparing to unpack .../135-libc6-dev-i386_2.31-0ubuntu9.9_amd64.deb ...
  1893. Unpacking libc6-dev-i386 (2.31-0ubuntu9.9) ...
  1894. Selecting previously unselected package libc6-x32.
  1895. Preparing to unpack .../136-libc6-x32_2.31-0ubuntu9.9_amd64.deb ...
  1896. Unpacking libc6-x32 (2.31-0ubuntu9.9) ...
  1897. Selecting previously unselected package libc6-dev-x32.
  1898. Preparing to unpack .../137-libc6-dev-x32_2.31-0ubuntu9.9_amd64.deb ...
  1899. Unpacking libc6-dev-x32 (2.31-0ubuntu9.9) ...
  1900. Selecting previously unselected package lib32gcc-s1.
  1901. Preparing to unpack .../138-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1902. Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
  1903. Selecting previously unselected package libx32gcc-s1.
  1904. Preparing to unpack .../139-libx32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1905. Unpacking libx32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
  1906. Selecting previously unselected package lib32gomp1.
  1907. Preparing to unpack .../140-lib32gomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1908. Unpacking lib32gomp1 (10.3.0-1ubuntu1~20.04) ...
  1909. Selecting previously unselected package libx32gomp1.
  1910. Preparing to unpack .../141-libx32gomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1911. Unpacking libx32gomp1 (10.3.0-1ubuntu1~20.04) ...
  1912. Selecting previously unselected package lib32itm1.
  1913. Preparing to unpack .../142-lib32itm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1914. Unpacking lib32itm1 (10.3.0-1ubuntu1~20.04) ...
  1915. Selecting previously unselected package libx32itm1.
  1916. Preparing to unpack .../143-libx32itm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1917. Unpacking libx32itm1 (10.3.0-1ubuntu1~20.04) ...
  1918. Selecting previously unselected package lib32atomic1.
  1919. Preparing to unpack .../144-lib32atomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1920. Unpacking lib32atomic1 (10.3.0-1ubuntu1~20.04) ...
  1921. Selecting previously unselected package libx32atomic1.
  1922. Preparing to unpack .../145-libx32atomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1923. Unpacking libx32atomic1 (10.3.0-1ubuntu1~20.04) ...
  1924. Selecting previously unselected package lib32asan5.
  1925. Preparing to unpack .../146-lib32asan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1926. Unpacking lib32asan5 (9.4.0-1ubuntu1~20.04.1) ...
  1927. Selecting previously unselected package libx32asan5.
  1928. Preparing to unpack .../147-libx32asan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1929. Unpacking libx32asan5 (9.4.0-1ubuntu1~20.04.1) ...
  1930. Selecting previously unselected package lib32stdc++6.
  1931. Preparing to unpack .../148-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1932. Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ...
  1933. Selecting previously unselected package lib32ubsan1.
  1934. Preparing to unpack .../149-lib32ubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1935. Unpacking lib32ubsan1 (10.3.0-1ubuntu1~20.04) ...
  1936. Selecting previously unselected package libx32stdc++6.
  1937. Preparing to unpack .../150-libx32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1938. Unpacking libx32stdc++6 (10.3.0-1ubuntu1~20.04) ...
  1939. Selecting previously unselected package libx32ubsan1.
  1940. Preparing to unpack .../151-libx32ubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1941. Unpacking libx32ubsan1 (10.3.0-1ubuntu1~20.04) ...
  1942. Selecting previously unselected package lib32quadmath0.
  1943. Preparing to unpack .../152-lib32quadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1944. Unpacking lib32quadmath0 (10.3.0-1ubuntu1~20.04) ...
  1945. Selecting previously unselected package libx32quadmath0.
  1946. Preparing to unpack .../153-libx32quadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
  1947. Unpacking libx32quadmath0 (10.3.0-1ubuntu1~20.04) ...
  1948. Selecting previously unselected package lib32gcc-9-dev.
  1949. Preparing to unpack .../154-lib32gcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1950. Unpacking lib32gcc-9-dev (9.4.0-1ubuntu1~20.04.1) ...
  1951. Selecting previously unselected package libx32gcc-9-dev.
  1952. Preparing to unpack .../155-libx32gcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1953. Unpacking libx32gcc-9-dev (9.4.0-1ubuntu1~20.04.1) ...
  1954. Selecting previously unselected package gcc-9-multilib.
  1955. Preparing to unpack .../156-gcc-9-multilib_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1956. Unpacking gcc-9-multilib (9.4.0-1ubuntu1~20.04.1) ...
  1957. Selecting previously unselected package lib32stdc++-9-dev.
  1958. Preparing to unpack .../157-lib32stdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1959. Unpacking lib32stdc++-9-dev (9.4.0-1ubuntu1~20.04.1) ...
  1960. Selecting previously unselected package libx32stdc++-9-dev.
  1961. Preparing to unpack .../158-libx32stdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1962. Unpacking libx32stdc++-9-dev (9.4.0-1ubuntu1~20.04.1) ...
  1963. Selecting previously unselected package g++-9-multilib.
  1964. Preparing to unpack .../159-g++-9-multilib_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
  1965. Unpacking g++-9-multilib (9.4.0-1ubuntu1~20.04.1) ...
  1966. Selecting previously unselected package gcc-multilib.
  1967. Preparing to unpack .../160-gcc-multilib_4%3a9.3.0-1ubuntu2_amd64.deb ...
  1968. Unpacking gcc-multilib (4:9.3.0-1ubuntu2) ...
  1969. Selecting previously unselected package g++-multilib.
  1970. Preparing to unpack .../161-g++-multilib_4%3a9.3.0-1ubuntu2_amd64.deb ...
  1971. Unpacking g++-multilib (4:9.3.0-1ubuntu2) ...
  1972. Selecting previously unselected package gcc-7-base:amd64.
  1973. Preparing to unpack .../162-gcc-7-base_7.5.0-6ubuntu2_amd64.deb ...
  1974. Unpacking gcc-7-base:amd64 (7.5.0-6ubuntu2) ...
  1975. Selecting previously unselected package gcc-8-base:amd64.
  1976. Preparing to unpack .../163-gcc-8-base_8.4.0-3ubuntu2_amd64.deb ...
  1977. Unpacking gcc-8-base:amd64 (8.4.0-3ubuntu2) ...
  1978. Selecting previously unselected package gnupg-l10n.
  1979. Preparing to unpack .../164-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
  1980. Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
  1981. Selecting previously unselected package gnupg-utils.
  1982. Preparing to unpack .../165-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ...
  1983. Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
  1984. Selecting previously unselected package gpg.
  1985. Preparing to unpack .../166-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
  1986. Unpacking gpg (2.2.19-3ubuntu2.2) ...
  1987. Selecting previously unselected package pinentry-curses.
  1988. Preparing to unpack .../167-pinentry-curses_1.1.0-3build1_amd64.deb ...
  1989. Unpacking pinentry-curses (1.1.0-3build1) ...
  1990. Selecting previously unselected package gpg-agent.
  1991. Preparing to unpack .../168-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
  1992. Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
  1993. Selecting previously unselected package gpg-wks-client.
  1994. Preparing to unpack .../169-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ...
  1995. Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
  1996. Selecting previously unselected package gpg-wks-server.
  1997. Preparing to unpack .../170-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ...
  1998. Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
  1999. Selecting previously unselected package gpgsm.
  2000. Preparing to unpack .../171-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ...
  2001. Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
  2002. Selecting previously unselected package gnupg.
  2003. Preparing to unpack .../172-gnupg_2.2.19-3ubuntu2.2_all.deb ...
  2004. Unpacking gnupg (2.2.19-3ubuntu2.2) ...
  2005. Selecting previously unselected package libcdparanoia0:amd64.
  2006. Preparing to unpack .../173-libcdparanoia0_3.10.2+debian-13_amd64.deb ...
  2007. Unpacking libcdparanoia0:amd64 (3.10.2+debian-13) ...
  2008. Selecting previously unselected package libogg0:amd64.
  2009. Preparing to unpack .../174-libogg0_1.3.4-0ubuntu1_amd64.deb ...
  2010. Unpacking libogg0:amd64 (1.3.4-0ubuntu1) ...
  2011. Selecting previously unselected package libopus0:amd64.
  2012. Preparing to unpack .../175-libopus0_1.3.1-0ubuntu1_amd64.deb ...
  2013. Unpacking libopus0:amd64 (1.3.1-0ubuntu1) ...
  2014. Selecting previously unselected package libfontconfig1:amd64.
  2015. Preparing to unpack .../176-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ...
  2016. Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
  2017. Selecting previously unselected package libxcb-render0:amd64.
  2018. Preparing to unpack .../177-libxcb-render0_1.14-2_amd64.deb ...
  2019. Unpacking libxcb-render0:amd64 (1.14-2) ...
  2020. Selecting previously unselected package libxrender1:amd64.
  2021. Preparing to unpack .../178-libxrender1_1%3a0.9.10-1_amd64.deb ...
  2022. Unpacking libxrender1:amd64 (1:0.9.10-1) ...
  2023. Selecting previously unselected package libcairo2:amd64.
  2024. Preparing to unpack .../179-libcairo2_1.16.0-4ubuntu1_amd64.deb ...
  2025. Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ...
  2026. Selecting previously unselected package libtheora0:amd64.
  2027. Preparing to unpack .../180-libtheora0_1.1.1+dfsg.1-15ubuntu2_amd64.deb ...
  2028. Unpacking libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu2) ...
  2029. Selecting previously unselected package libvisual-0.4-0:amd64.
  2030. Preparing to unpack .../181-libvisual-0.4-0_0.4.0-17_amd64.deb ...
  2031. Unpacking libvisual-0.4-0:amd64 (0.4.0-17) ...
  2032. Selecting previously unselected package libvorbis0a:amd64.
  2033. Preparing to unpack .../182-libvorbis0a_1.3.6-2ubuntu1_amd64.deb ...
  2034. Unpacking libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
  2035. Selecting previously unselected package libvorbisenc2:amd64.
  2036. Preparing to unpack .../183-libvorbisenc2_1.3.6-2ubuntu1_amd64.deb ...
  2037. Unpacking libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
  2038. Selecting previously unselected package gstreamer1.0-plugins-base:amd64.
  2039. Preparing to unpack .../184-gstreamer1.0-plugins-base_1.16.3-0ubuntu1.1_amd64.deb ...
  2040. Unpacking gstreamer1.0-plugins-base:amd64 (1.16.3-0ubuntu1.1) ...
  2041. Selecting previously unselected package liburi-encode-perl.
  2042. Preparing to unpack .../185-liburi-encode-perl_1.1.1-1_all.deb ...
  2043. Unpacking liburi-encode-perl (1.1.1-1) ...
  2044. Selecting previously unselected package libipc-system-simple-perl.
  2045. Preparing to unpack .../186-libipc-system-simple-perl_1.26-1_all.deb ...
  2046. Unpacking libipc-system-simple-perl (1.26-1) ...
  2047. Selecting previously unselected package libfile-basedir-perl.
  2048. Preparing to unpack .../187-libfile-basedir-perl_0.08-1_all.deb ...
  2049. Unpacking libfile-basedir-perl (0.08-1) ...
  2050. Selecting previously unselected package libfile-copy-recursive-perl.
  2051. Preparing to unpack .../188-libfile-copy-recursive-perl_0.45-1_all.deb ...
  2052. Unpacking libfile-copy-recursive-perl (0.45-1) ...
  2053. Selecting previously unselected package libtimedate-perl.
  2054. Preparing to unpack .../189-libtimedate-perl_2.3200-1_all.deb ...
  2055. Unpacking libtimedate-perl (2.3200-1) ...
  2056. Selecting previously unselected package libhttp-date-perl.
  2057. Preparing to unpack .../190-libhttp-date-perl_6.05-1_all.deb ...
  2058. Unpacking libhttp-date-perl (6.05-1) ...
  2059. Selecting previously unselected package libfile-listing-perl.
  2060. Preparing to unpack .../191-libfile-listing-perl_6.04-1_all.deb ...
  2061. Unpacking libfile-listing-perl (6.04-1) ...
  2062. Selecting previously unselected package libfile-which-perl.
  2063. Preparing to unpack .../192-libfile-which-perl_1.23-1_all.deb ...
  2064. Unpacking libfile-which-perl (1.23-1) ...
  2065. Selecting previously unselected package hip-dev.
  2066. Preparing to unpack .../193-hip-dev_5.3.22061.50300-63~20.04_amd64.deb ...
  2067. Unpacking hip-dev (5.3.22061.50300-63~20.04) ...
  2068. Selecting previously unselected package hip-doc.
  2069. Preparing to unpack .../194-hip-doc_5.3.22061.50300-63~20.04_amd64.deb ...
  2070. Unpacking hip-doc (5.3.22061.50300-63~20.04) ...
  2071. Selecting previously unselected package hsa-rocr.
  2072. Preparing to unpack .../195-hsa-rocr_1.7.0.50300-63~20.04_amd64.deb ...
  2073. Unpacking hsa-rocr (1.7.0.50300-63~20.04) ...
  2074. Selecting previously unselected package libpciaccess-dev:amd64.
  2075. Preparing to unpack .../196-libpciaccess-dev_0.16-0ubuntu1_amd64.deb ...
  2076. Unpacking libpciaccess-dev:amd64 (0.16-0ubuntu1) ...
  2077. Selecting previously unselected package libdrm-dev:amd64.
  2078. Preparing to unpack .../197-libdrm-dev_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
  2079. Unpacking libdrm-dev:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  2080. Selecting previously unselected package hsakmt-roct-dev.
  2081. Preparing to unpack .../198-hsakmt-roct-dev_20220803.1.8.50300-63~20.04_amd64.deb ...
  2082. Unpacking hsakmt-roct-dev (20220803.1.8.50300-63~20.04) ...
  2083. Selecting previously unselected package hsa-rocr-dev.
  2084. Preparing to unpack .../199-hsa-rocr-dev_1.7.0.50300-63~20.04_amd64.deb ...
  2085. Unpacking hsa-rocr-dev (1.7.0.50300-63~20.04) ...
  2086. Selecting previously unselected package rocminfo.
  2087. Preparing to unpack .../200-rocminfo_1.0.0.50300-63~20.04_amd64.deb ...
  2088. Unpacking rocminfo (1.0.0.50300-63~20.04) ...
  2089. Selecting previously unselected package libasan4:amd64.
  2090. Preparing to unpack .../201-libasan4_7.5.0-6ubuntu2_amd64.deb ...
  2091. Unpacking libasan4:amd64 (7.5.0-6ubuntu2) ...
  2092. Selecting previously unselected package libubsan0:amd64.
  2093. Preparing to unpack .../202-libubsan0_7.5.0-6ubuntu2_amd64.deb ...
  2094. Unpacking libubsan0:amd64 (7.5.0-6ubuntu2) ...
  2095. Selecting previously unselected package libcilkrts5:amd64.
  2096. Preparing to unpack .../203-libcilkrts5_7.5.0-6ubuntu2_amd64.deb ...
  2097. Unpacking libcilkrts5:amd64 (7.5.0-6ubuntu2) ...
  2098. Selecting previously unselected package libmpx2:amd64.
  2099. Preparing to unpack .../204-libmpx2_8.4.0-3ubuntu2_amd64.deb ...
  2100. Unpacking libmpx2:amd64 (8.4.0-3ubuntu2) ...
  2101. Selecting previously unselected package libgcc-7-dev:amd64.
  2102. Preparing to unpack .../205-libgcc-7-dev_7.5.0-6ubuntu2_amd64.deb ...
  2103. Unpacking libgcc-7-dev:amd64 (7.5.0-6ubuntu2) ...
  2104. Selecting previously unselected package libstdc++-7-dev:amd64.
  2105. Preparing to unpack .../206-libstdc++-7-dev_7.5.0-6ubuntu2_amd64.deb ...
  2106. Unpacking libstdc++-7-dev:amd64 (7.5.0-6ubuntu2) ...
  2107. Selecting previously unselected package rocm-llvm.
  2108. Preparing to unpack .../207-rocm-llvm_15.0.0.22362.50300-63~20.04_amd64.deb ...
  2109. Unpacking rocm-llvm (15.0.0.22362.50300-63~20.04) ...
  2110. Selecting previously unselected package hip-runtime-amd.
  2111. Preparing to unpack .../208-hip-runtime-amd_5.3.22061.50300-63~20.04_amd64.deb ...
  2112. Unpacking hip-runtime-amd (5.3.22061.50300-63~20.04) ...
  2113. Selecting previously unselected package hip-samples.
  2114. Preparing to unpack .../209-hip-samples_5.3.22061.50300-63~20.04_amd64.deb ...
  2115. Unpacking hip-samples (5.3.22061.50300-63~20.04) ...
  2116. Selecting previously unselected package rocblas.
  2117. Preparing to unpack .../210-rocblas_2.45.0.50300-63~20.04_amd64.deb ...
  2118. Unpacking rocblas (2.45.0.50300-63~20.04) ...
  2119. Selecting previously unselected package rocsolver.
  2120. Preparing to unpack .../211-rocsolver_3.19.0.50300-63~20.04_amd64.deb ...
  2121. Unpacking rocsolver (3.19.0.50300-63~20.04) ...
  2122. Selecting previously unselected package hipblas.
  2123. Preparing to unpack .../212-hipblas_0.52.0.50300-63~20.04_amd64.deb ...
  2124. Unpacking hipblas (0.52.0.50300-63~20.04) ...
  2125. Selecting previously unselected package hipblas-dev.
  2126. Preparing to unpack .../213-hipblas-dev_0.52.0.50300-63~20.04_amd64.deb ...
  2127. Unpacking hipblas-dev (0.52.0.50300-63~20.04) ...
  2128. Selecting previously unselected package rocprim-dev.
  2129. Preparing to unpack .../214-rocprim-dev_2.10.9.50300-63~20.04_amd64.deb ...
  2130. Unpacking rocprim-dev (2.10.9.50300-63~20.04) ...
  2131. Selecting previously unselected package hipcub-dev.
  2132. Preparing to unpack .../215-hipcub-dev_2.10.12.50300-63~20.04_amd64.deb ...
  2133. Unpacking hipcub-dev (2.10.12.50300-63~20.04) ...
  2134. Selecting previously unselected package hipfft.
  2135. Preparing to unpack .../216-hipfft_1.0.9.50300-63~20.04_amd64.deb ...
  2136. Unpacking hipfft (1.0.9.50300-63~20.04) ...
  2137. Selecting previously unselected package hipfft-dev.
  2138. Preparing to unpack .../217-hipfft-dev_1.0.9.50300-63~20.04_amd64.deb ...
  2139. Unpacking hipfft-dev (1.0.9.50300-63~20.04) ...
  2140. Selecting previously unselected package hipfort.
  2141. Preparing to unpack .../218-hipfort_0.4.0.50300-63~20.04_amd64.deb ...
  2142. Unpacking hipfort (0.4.0.50300-63~20.04) ...
  2143. Selecting previously unselected package hipfort-dev.
  2144. Preparing to unpack .../219-hipfort-dev_0.4.0.50300-63~20.04_amd64.deb ...
  2145. Unpacking hipfort-dev (0.4.0.50300-63~20.04) ...
  2146. Selecting previously unselected package hipify-clang.
  2147. Preparing to unpack .../220-hipify-clang_15.0.0.50300-63~20.04_amd64.deb ...
  2148. Unpacking hipify-clang (15.0.0.50300-63~20.04) ...
  2149. Selecting previously unselected package hipsolver.
  2150. Preparing to unpack .../221-hipsolver_1.5.0.50300-63~20.04_amd64.deb ...
  2151. Unpacking hipsolver (1.5.0.50300-63~20.04) ...
  2152. Selecting previously unselected package hipsolver-dev.
  2153. Preparing to unpack .../222-hipsolver-dev_1.5.0.50300-63~20.04_amd64.deb ...
  2154. Unpacking hipsolver-dev (1.5.0.50300-63~20.04) ...
  2155. Selecting previously unselected package rocsparse.
  2156. Preparing to unpack .../223-rocsparse_2.3.3.50300-63~20.04_amd64.deb ...
  2157. Unpacking rocsparse (2.3.3.50300-63~20.04) ...
  2158. Selecting previously unselected package hipsparse.
  2159. Preparing to unpack .../224-hipsparse_2.3.2.50300-63~20.04_amd64.deb ...
  2160. Unpacking hipsparse (2.3.2.50300-63~20.04) ...
  2161. Selecting previously unselected package hipsparse-dev.
  2162. Preparing to unpack .../225-hipsparse-dev_2.3.2.50300-63~20.04_amd64.deb ...
  2163. Unpacking hipsparse-dev (2.3.2.50300-63~20.04) ...
  2164. Selecting previously unselected package hsa-amd-aqlprofile.
  2165. Preparing to unpack .../226-hsa-amd-aqlprofile_1.0.0.50300-63~20.04_amd64.deb ...
  2166. Unpacking hsa-amd-aqlprofile (1.0.0.50300-63~20.04) ...
  2167. Selecting previously unselected package libalgorithm-diff-perl.
  2168. Preparing to unpack .../227-libalgorithm-diff-perl_1.19.03-2_all.deb ...
  2169. Unpacking libalgorithm-diff-perl (1.19.03-2) ...
  2170. Selecting previously unselected package libalgorithm-diff-xs-perl.
  2171. Preparing to unpack .../228-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
  2172. Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
  2173. Selecting previously unselected package libalgorithm-merge-perl.
  2174. Preparing to unpack .../229-libalgorithm-merge-perl_0.08-3_all.deb ...
  2175. Unpacking libalgorithm-merge-perl (0.08-3) ...
  2176. Selecting previously unselected package libdw1:amd64.
  2177. Preparing to unpack .../230-libdw1_0.176-1.1build1_amd64.deb ...
  2178. Unpacking libdw1:amd64 (0.176-1.1build1) ...
  2179. Selecting previously unselected package zlib1g-dev:amd64.
  2180. Preparing to unpack .../231-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu1.5_amd64.deb ...
  2181. Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ...
  2182. Selecting previously unselected package libelf-dev:amd64.
  2183. Preparing to unpack .../232-libelf-dev_0.176-1.1build1_amd64.deb ...
  2184. Unpacking libelf-dev:amd64 (0.176-1.1build1) ...
  2185. Selecting previously unselected package libfile-fcntllock-perl.
  2186. Preparing to unpack .../233-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
  2187. Unpacking libfile-fcntllock-perl (0.22-3build4) ...
  2188. Selecting previously unselected package xorg-sgml-doctools.
  2189. Preparing to unpack .../234-xorg-sgml-doctools_1%3a1.11-1_all.deb ...
  2190. Unpacking xorg-sgml-doctools (1:1.11-1) ...
  2191. Selecting previously unselected package x11proto-dev.
  2192. Preparing to unpack .../235-x11proto-dev_2019.2-1ubuntu1_all.deb ...
  2193. Unpacking x11proto-dev (2019.2-1ubuntu1) ...
  2194. Selecting previously unselected package x11proto-core-dev.
  2195. Preparing to unpack .../236-x11proto-core-dev_2019.2-1ubuntu1_all.deb ...
  2196. Unpacking x11proto-core-dev (2019.2-1ubuntu1) ...
  2197. Selecting previously unselected package libxau-dev:amd64.
  2198. Preparing to unpack .../237-libxau-dev_1%3a1.0.9-0ubuntu1_amd64.deb ...
  2199. Unpacking libxau-dev:amd64 (1:1.0.9-0ubuntu1) ...
  2200. Selecting previously unselected package libxdmcp-dev:amd64.
  2201. Preparing to unpack .../238-libxdmcp-dev_1%3a1.1.3-0ubuntu1_amd64.deb ...
  2202. Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu1) ...
  2203. Selecting previously unselected package xtrans-dev.
  2204. Preparing to unpack .../239-xtrans-dev_1.4.0-1_all.deb ...
  2205. Unpacking xtrans-dev (1.4.0-1) ...
  2206. Selecting previously unselected package libpthread-stubs0-dev:amd64.
  2207. Preparing to unpack .../240-libpthread-stubs0-dev_0.4-1_amd64.deb ...
  2208. Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ...
  2209. Selecting previously unselected package libxcb1-dev:amd64.
  2210. Preparing to unpack .../241-libxcb1-dev_1.14-2_amd64.deb ...
  2211. Unpacking libxcb1-dev:amd64 (1.14-2) ...
  2212. Selecting previously unselected package libx11-dev:amd64.
  2213. Preparing to unpack .../242-libx11-dev_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
  2214. Unpacking libx11-dev:amd64 (2:1.6.9-2ubuntu1.2) ...
  2215. Selecting previously unselected package libglx-dev:amd64.
  2216. Preparing to unpack .../243-libglx-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
  2217. Unpacking libglx-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  2218. Selecting previously unselected package libgl-dev:amd64.
  2219. Preparing to unpack .../244-libgl-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
  2220. Unpacking libgl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  2221. Selecting previously unselected package libgpm2:amd64.
  2222. Preparing to unpack .../245-libgpm2_1.20.7-5_amd64.deb ...
  2223. Unpacking libgpm2:amd64 (1.20.7-5) ...
  2224. Selecting previously unselected package libtinfo5:amd64.
  2225. Preparing to unpack .../246-libtinfo5_6.2-0ubuntu2_amd64.deb ...
  2226. Unpacking libtinfo5:amd64 (6.2-0ubuntu2) ...
  2227. Selecting previously unselected package libncurses5:amd64.
  2228. Preparing to unpack .../247-libncurses5_6.2-0ubuntu2_amd64.deb ...
  2229. Unpacking libncurses5:amd64 (6.2-0ubuntu2) ...
  2230. Selecting previously unselected package libpython3.8:amd64.
  2231. Preparing to unpack .../248-libpython3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
  2232. Unpacking libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.6) ...
  2233. Selecting previously unselected package linux-headers-5.4.0-139.
  2234. Preparing to unpack .../249-linux-headers-5.4.0-139_5.4.0-139.156_all.deb ...
  2235. Unpacking linux-headers-5.4.0-139 (5.4.0-139.156) ...
  2236. Selecting previously unselected package linux-headers-5.4.0-139-generic.
  2237. Preparing to unpack .../250-linux-headers-5.4.0-139-generic_5.4.0-139.156_amd64.deb ...
  2238. Unpacking linux-headers-5.4.0-139-generic (5.4.0-139.156) ...
  2239. Selecting previously unselected package linux-headers-generic.
  2240. Preparing to unpack .../251-linux-headers-generic_5.4.0.139.137_amd64.deb ...
  2241. Unpacking linux-headers-generic (5.4.0.139.137) ...
  2242. Selecting previously unselected package mesa-common-dev:amd64.
  2243. Preparing to unpack .../252-mesa-common-dev_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
  2244. Unpacking mesa-common-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2245. Selecting previously unselected package mesa-vdpau-drivers:amd64.
  2246. Preparing to unpack .../253-mesa-vdpau-drivers_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
  2247. Unpacking mesa-vdpau-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2248. Selecting previously unselected package mesa-vulkan-drivers:amd64.
  2249. Preparing to unpack .../254-mesa-vulkan-drivers_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
  2250. Unpacking mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2251. Selecting previously unselected package rocm-device-libs.
  2252. Preparing to unpack .../255-rocm-device-libs_1.0.0.50300-63~20.04_amd64.deb ...
  2253. Unpacking rocm-device-libs (1.0.0.50300-63~20.04) ...
  2254. Selecting previously unselected package openmp-extras-runtime.
  2255. Preparing to unpack .../256-openmp-extras-runtime_15.53.0.50300-63~20.04_amd64.deb ...
  2256. Unpacking openmp-extras-runtime (15.53.0.50300-63~20.04) ...
  2257. Selecting previously unselected package openmp-extras-dev.
  2258. Preparing to unpack .../257-openmp-extras-dev_15.53.0.50300-63~20.04_amd64.deb ...
  2259. Unpacking openmp-extras-dev (15.53.0.50300-63~20.04) ...
  2260. Selecting previously unselected package os-prober.
  2261. Preparing to unpack .../258-os-prober_1.74ubuntu2_amd64.deb ...
  2262. Unpacking os-prober (1.74ubuntu2) ...
  2263. Selecting previously unselected package rocm-smi-lib.
  2264. Preparing to unpack .../259-rocm-smi-lib_5.0.0.50300-63~20.04_amd64.deb ...
  2265. Unpacking rocm-smi-lib (5.0.0.50300-63~20.04) ...
  2266. Selecting previously unselected package rccl.
  2267. Preparing to unpack .../260-rccl_2.12.12.50300-63~20.04_amd64.deb ...
  2268. Unpacking rccl (2.12.12.50300-63~20.04) ...
  2269. Selecting previously unselected package rccl-dev.
  2270. Preparing to unpack .../261-rccl-dev_2.12.12.50300-63~20.04_amd64.deb ...
  2271. Unpacking rccl-dev (2.12.12.50300-63~20.04) ...
  2272. Selecting previously unselected package rocrand.
  2273. Preparing to unpack .../262-rocrand_2.10.9.50300-63~20.04_amd64.deb ...
  2274. Unpacking rocrand (2.10.9.50300-63~20.04) ...
  2275. Selecting previously unselected package rocalution.
  2276. Preparing to unpack .../263-rocalution_2.1.2.50300-63~20.04_amd64.deb ...
  2277. Unpacking rocalution (2.1.2.50300-63~20.04) ...
  2278. Selecting previously unselected package rocalution-dev.
  2279. Preparing to unpack .../264-rocalution-dev_2.1.2.50300-63~20.04_amd64.deb ...
  2280. Unpacking rocalution-dev (2.1.2.50300-63~20.04) ...
  2281. Selecting previously unselected package rocblas-dev.
  2282. Preparing to unpack .../265-rocblas-dev_2.45.0.50300-63~20.04_amd64.deb ...
  2283. Unpacking rocblas-dev (2.45.0.50300-63~20.04) ...
  2284. Selecting previously unselected package rocfft.
  2285. Preparing to unpack .../266-rocfft_1.0.18.50300-63~20.04_amd64.deb ...
  2286. Unpacking rocfft (1.0.18.50300-63~20.04) ...
  2287. Selecting previously unselected package rocfft-dev.
  2288. Preparing to unpack .../267-rocfft-dev_1.0.18.50300-63~20.04_amd64.deb ...
  2289. Unpacking rocfft-dev (1.0.18.50300-63~20.04) ...
  2290. Selecting previously unselected package rocm-ocl-icd.
  2291. Preparing to unpack .../268-rocm-ocl-icd_2.0.0.50300-63~20.04_amd64.deb ...
  2292. Unpacking rocm-ocl-icd (2.0.0.50300-63~20.04) ...
  2293. Selecting previously unselected package rocm-opencl.
  2294. Preparing to unpack .../269-rocm-opencl_2.0.0.50300-63~20.04_amd64.deb ...
  2295. Unpacking rocm-opencl (2.0.0.50300-63~20.04) ...
  2296. Selecting previously unselected package rocm-opencl-dev.
  2297. Preparing to unpack .../270-rocm-opencl-dev_2.0.0.50300-63~20.04_amd64.deb ...
  2298. Unpacking rocm-opencl-dev (2.0.0.50300-63~20.04) ...
  2299. Selecting previously unselected package rocm-clang-ocl.
  2300. Preparing to unpack .../271-rocm-clang-ocl_0.5.0.50300-63~20.04_amd64.deb ...
  2301. Unpacking rocm-clang-ocl (0.5.0.50300-63~20.04) ...
  2302. Selecting previously unselected package rocm-cmake.
  2303. Preparing to unpack .../272-rocm-cmake_0.8.0.50300-63~20.04_amd64.deb ...
  2304. Unpacking rocm-cmake (0.8.0.50300-63~20.04) ...
  2305. Selecting previously unselected package rocm-dbgapi.
  2306. Preparing to unpack .../273-rocm-dbgapi_0.67.0.50300-63~20.04_amd64.deb ...
  2307. Unpacking rocm-dbgapi (0.67.0.50300-63~20.04) ...
  2308. Selecting previously unselected package rocm-debug-agent.
  2309. Preparing to unpack .../274-rocm-debug-agent_2.0.3.50300-63~20.04_amd64.deb ...
  2310. Unpacking rocm-debug-agent (2.0.3.50300-63~20.04) ...
  2311. Selecting previously unselected package libbabeltrace1:amd64.
  2312. Preparing to unpack .../275-libbabeltrace1_1.5.8-1build1_amd64.deb ...
  2313. Unpacking libbabeltrace1:amd64 (1.5.8-1build1) ...
  2314. Selecting previously unselected package libbabeltrace-ctf1.
  2315. Preparing to unpack .../276-libbabeltrace-ctf1_1.5.8-1build1_all.deb ...
  2316. Unpacking libbabeltrace-ctf1 (1.5.8-1build1) ...
  2317. Selecting previously unselected package rocm-gdb.
  2318. Preparing to unpack .../277-rocm-gdb_12.1.50300-63~20.04_amd64.deb ...
  2319. Unpacking rocm-gdb (12.1.50300-63~20.04) ...
  2320. Selecting previously unselected package rocm-utils.
  2321. Preparing to unpack .../278-rocm-utils_5.3.0.50300-63~20.04_amd64.deb ...
  2322. Unpacking rocm-utils (5.3.0.50300-63~20.04) ...
  2323. Selecting previously unselected package rocprofiler-dev.
  2324. Preparing to unpack .../279-rocprofiler-dev_1.0.0.50300-63~20.04_amd64.deb ...
  2325. Unpacking rocprofiler-dev (1.0.0.50300-63~20.04) ...
  2326. Selecting previously unselected package roctracer-dev.
  2327. Preparing to unpack .../280-roctracer-dev_4.1.0.50300-63~20.04_amd64.deb ...
  2328. Unpacking roctracer-dev (4.1.0.50300-63~20.04) ...
  2329. Selecting previously unselected package rocm-dev.
  2330. Preparing to unpack .../281-rocm-dev_5.3.0.50300-63~20.04_amd64.deb ...
  2331. Unpacking rocm-dev (5.3.0.50300-63~20.04) ...
  2332. Selecting previously unselected package rocm-language-runtime.
  2333. Preparing to unpack .../282-rocm-language-runtime_5.3.0.50300-63~20.04_amd64.deb ...
  2334. Unpacking rocm-language-runtime (5.3.0.50300-63~20.04) ...
  2335. Selecting previously unselected package rocm-hip-runtime.
  2336. Preparing to unpack .../283-rocm-hip-runtime_5.3.0.50300-63~20.04_amd64.deb ...
  2337. Unpacking rocm-hip-runtime (5.3.0.50300-63~20.04) ...
  2338. Selecting previously unselected package rocm-hip-libraries.
  2339. Preparing to unpack .../284-rocm-hip-libraries_5.3.0.50300-63~20.04_amd64.deb ...
  2340. Unpacking rocm-hip-libraries (5.3.0.50300-63~20.04) ...
  2341. Selecting previously unselected package rocm-hip-runtime-dev.
  2342. Preparing to unpack .../285-rocm-hip-runtime-dev_5.3.0.50300-63~20.04_amd64.deb ...
  2343. Unpacking rocm-hip-runtime-dev (5.3.0.50300-63~20.04) ...
  2344. Selecting previously unselected package rocrand-dev.
  2345. Preparing to unpack .../286-rocrand-dev_2.10.9.50300-63~20.04_amd64.deb ...
  2346. Unpacking rocrand-dev (2.10.9.50300-63~20.04) ...
  2347. Selecting previously unselected package rocsolver-dev.
  2348. Preparing to unpack .../287-rocsolver-dev_3.19.0.50300-63~20.04_amd64.deb ...
  2349. Unpacking rocsolver-dev (3.19.0.50300-63~20.04) ...
  2350. Selecting previously unselected package rocsparse-dev.
  2351. Preparing to unpack .../288-rocsparse-dev_2.3.3.50300-63~20.04_amd64.deb ...
  2352. Unpacking rocsparse-dev (2.3.3.50300-63~20.04) ...
  2353. Selecting previously unselected package rocthrust-dev.
  2354. Preparing to unpack .../289-rocthrust-dev_2.10.9.50300-63~20.04_amd64.deb ...
  2355. Unpacking rocthrust-dev (2.10.9.50300-63~20.04) ...
  2356. Selecting previously unselected package rocwmma-dev.
  2357. Preparing to unpack .../290-rocwmma-dev_0.7.0.50300-63~20.04_amd64.deb ...
  2358. Unpacking rocwmma-dev (0.7.0.50300-63~20.04) ...
  2359. Selecting previously unselected package rocm-hip-sdk.
  2360. Preparing to unpack .../291-rocm-hip-sdk_5.3.0.50300-63~20.04_amd64.deb ...
  2361. Unpacking rocm-hip-sdk (5.3.0.50300-63~20.04) ...
  2362. Selecting previously unselected package secureboot-db.
  2363. Preparing to unpack .../292-secureboot-db_1.5_amd64.deb ...
  2364. Unpacking secureboot-db (1.5) ...
  2365. Selecting previously unselected package vdpau-driver-all:amd64.
  2366. Preparing to unpack .../293-vdpau-driver-all_1.3-1ubuntu2_amd64.deb ...
  2367. Unpacking vdpau-driver-all:amd64 (1.3-1ubuntu2) ...
  2368. Selecting previously unselected package xfonts-encodings.
  2369. Preparing to unpack .../294-xfonts-encodings_1%3a1.0.5-0ubuntu1_all.deb ...
  2370. Unpacking xfonts-encodings (1:1.0.5-0ubuntu1) ...
  2371. Selecting previously unselected package xfonts-utils.
  2372. Preparing to unpack .../295-xfonts-utils_1%3a7.7+6_amd64.deb ...
  2373. Unpacking xfonts-utils (1:7.7+6) ...
  2374. Selecting previously unselected package xfonts-base.
  2375. Preparing to unpack .../296-xfonts-base_1%3a1.0.5_all.deb ...
  2376. Unpacking xfonts-base (1:1.0.5) ...
  2377. Selecting previously unselected package libomxil-bellagio-bin.
  2378. Preparing to unpack .../297-libomxil-bellagio-bin_0.9.3-4.1ubuntu1_amd64.deb ...
  2379. Unpacking libomxil-bellagio-bin (0.9.3-4.1ubuntu1) ...
  2380. Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
  2381. Setting up cpio (2.13+dfsg-2ubuntu0.3) ...
  2382. update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
  2383. update-alternatives: warning: skip creation of /usr/share/man/man1/mt.1.gz because associated file /usr/share/man/man1/mt-gnu.1.gz (of link group mt) doesn't exist
  2384. Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ...
  2385. Setting up libxatracker2-amdgpu:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2386. Setting up libcdparanoia0:amd64 (3.10.2+debian-13) ...
  2387. Setting up libwayland-server0:amd64 (1.18.0-1ubuntu0.1) ...
  2388. Setting up libomxil-bellagio-bin (0.9.3-4.1ubuntu1) ...
  2389. Setting up libpciaccess0:amd64 (0.16-0ubuntu1) ...
  2390. Setting up libfile-which-perl (1.23-1) ...
  2391. Setting up libdw1:amd64 (0.176-1.1build1) ...
  2392. Setting up systemd-sysv (245.4-4ubuntu3.19) ...
  2393. Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ...
  2394. Setting up pci.ids (0.0~2020.03.20-1) ...
  2395. Setting up libwayland-amdgpu-server0:amd64 (1.20.0.50300-1483871.20.04) ...
  2396. Setting up libgbm1-amdgpu:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2397. Setting up libwayland-amdgpu-egl1:amd64 (1.20.0.50300-1483871.20.04) ...
  2398. Setting up libgpm2:amd64 (1.20.7-5) ...
  2399. Setting up linux-base (4.5ubuntu3.7) ...
  2400. Setting up libpciaccess-dev:amd64 (0.16-0ubuntu1) ...
  2401. Setting up libogg0:amd64 (1.3.4-0ubuntu1) ...
  2402. Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.1) ...
  2403. Setting up libxrender1:amd64 (1:0.9.10-1) ...
  2404. Setting up xdg-user-dirs (0.17-2ubuntu1) ...
  2405. Setting up libomxil-bellagio0 (0.9.3-4.1ubuntu1) ...
  2406. Setting up libfile-fcntllock-perl (0.22-3build4) ...
  2407. Setting up libvisual-0.4-0:amd64 (0.4.0-17) ...
  2408. Setting up libxcb-render0:amd64 (1.14-2) ...
  2409. Setting up libalgorithm-diff-perl (1.19.03-2) ...
  2410. Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
  2411. No schema files found: doing nothing.
  2412. Setting up libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  2413. Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
  2414. Setting up libglapi-amdgpu-mesa:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2415. Setting up libxcb-glx0:amd64 (1.14-2) ...
  2416. Setting up binutils-common:amd64 (2.34-6ubuntu1.4) ...
  2417. Setting up x11-common (1:7.7+19ubuntu14) ...
  2418. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  2419. invoke-rc.d: could not determine current runlevel
  2420. invoke-rc.d: policy-rc.d denied execution of start.
  2421. Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ...
  2422. Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
  2423. Setting up gettext-base (0.19.8.1-10build1) ...
  2424. Setting up libnss-systemd:amd64 (245.4-4ubuntu3.19) ...
  2425. First installation detected...
  2426. Checking NSS setup...
  2427. Setting up xkb-data (2.29-2) ...
  2428. Setting up libnpth0:amd64 (1.6-1) ...
  2429. Setting up libxcb-shm0:amd64 (1.14-2) ...
  2430. Setting up kmod (27-1ubuntu2.1) ...
  2431. Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
  2432. Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
  2433. Setting up libfuse2:amd64 (2.9.9-3) ...
  2434. Setting up libunwind8:amd64 (1.2.1-9build1) ...
  2435. Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
  2436. Setting up libfakeroot:amd64 (1.24-1) ...
  2437. Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ...
  2438. Setting up rocm-core (5.3.0.50300-63~20.04) ...
  2439. update-alternatives: using /opt/rocm-5.3.0 to provide /opt/rocm (rocm) in auto mode
  2440. Setting up libc6-x32 (2.31-0ubuntu9.9) ...
  2441. Setting up libfile-copy-recursive-perl (0.45-1) ...
  2442. Setting up libcap2-bin (1:2.32-1) ...
  2443. Setting up fakeroot (1.24-1) ...
  2444. update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
  2445. update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
  2446. update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
  2447. update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
  2448. update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
  2449. update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
  2450. update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
  2451. update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
  2452. update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
  2453. Setting up rocm-device-libs (1.0.0.50300-63~20.04) ...
  2454. Setting up libklibc:amd64 (2.0.7-1ubuntu5.1) ...
  2455. Setting up xtrans-dev (1.4.0-1) ...
  2456. Setting up libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
  2457. Setting up autotools-dev (20180224.1) ...
  2458. Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
  2459. Setting up gcc-7-base:amd64 (7.5.0-6ubuntu2) ...
  2460. Setting up make (4.2.1-1.2) ...
  2461. Setting up libasan4:amd64 (7.5.0-6ubuntu2) ...
  2462. Setting up libepoxy0:amd64 (1.5.4-1) ...
  2463. Setting up libmpfr6:amd64 (4.0.2-1) ...
  2464. Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
  2465. Setting up libxfixes3:amd64 (1:5.0.3-2) ...
  2466. Setting up libipc-system-simple-perl (1.26-1) ...
  2467. Setting up rocsolver (3.19.0.50300-63~20.04) ...
  2468. Setting up liburi-encode-perl (1.1.1-1) ...
  2469. Setting up libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.6) ...
  2470. Setting up libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
  2471. Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
  2472. Setting up dbus (1.12.16-2ubuntu2.3) ...
  2473. Setting up libsigsegv2:amd64 (2.12-2) ...
  2474. Setting up xfonts-encodings (1:1.0.5-0ubuntu1) ...
  2475. Setting up libopus0:amd64 (1.3.1-0ubuntu1) ...
  2476. Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
  2477. Setting up libpng16-16:amd64 (1.6.37-2) ...
  2478. Setting up libmpc3:amd64 (1.1.0-1) ...
  2479. Setting up rocm-ocl-icd (2.0.0.50300-63~20.04) ...
  2480. Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
  2481. Setting up libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
  2482. Setting up rocfft (1.0.18.50300-63~20.04) ...
  2483. Setting up udev (245.4-4ubuntu3.19) ...
  2484. invoke-rc.d: could not determine current runlevel
  2485. invoke-rc.d: policy-rc.d denied execution of start.
  2486. Setting up liborc-0.4-0:amd64 (1:0.4.31-1) ...
  2487. Setting up gcc-8-base:amd64 (8.4.0-3ubuntu2) ...
  2488. Setting up sudo (1.8.31-1ubuntu1.4) ...
  2489. Setting up fonts-dejavu-core (2.37-1) ...
  2490. Setting up linux-headers-5.4.0-139 (5.4.0-139.156) ...
  2491. Setting up ucf (3.0038+nmu1) ...
  2492. Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
  2493. Setting up busybox-initramfs (1:1.30.1-4ubuntu6.4) ...
  2494. Setting up libx32gomp1 (10.3.0-1ubuntu1~20.04) ...
  2495. Setting up libbabeltrace1:amd64 (1.5.8-1build1) ...
  2496. Setting up libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2497. Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
  2498. Setting up libvulkan1:amd64 (1.2.131.2-1) ...
  2499. Setting up lz4 (1.9.2-2ubuntu0.20.04.1) ...
  2500. Setting up amdgpu-dkms-firmware (1:5.18.2.22.40.50300-1483871.20.04) ...
  2501. Setting up rocwmma-dev (0.7.0.50300-63~20.04) ...
  2502. Setting up libtimedate-perl (2.3200-1) ...
  2503. Setting up libmpx2:amd64 (8.4.0-3ubuntu2) ...
  2504. Setting up mesa-amdgpu-omx-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2505. Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
  2506. Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ...
  2507. Setting up libpci3:amd64 (1:3.6.4-1ubuntu0.20.04.1) ...
  2508. Setting up libnuma1:amd64 (2.0.12-1) ...
  2509. Setting up dmsetup (2:1.02.167-1ubuntu1) ...
  2510. update-initramfs: deferring update (trigger activated)
  2511. Setting up libcilkrts5:amd64 (7.5.0-6ubuntu2) ...
  2512. Setting up libvdpau1:amd64 (1.3-1ubuntu2) ...
  2513. Setting up libxcb-randr0:amd64 (1.14-2) ...
  2514. Setting up hipify-clang (15.0.0.50300-63~20.04) ...
  2515. Setting up libubsan0:amd64 (7.5.0-6ubuntu2) ...
  2516. Setting up gpgconf (2.2.19-3ubuntu2.2) ...
  2517. Setting up libpam-systemd:amd64 (245.4-4ubuntu3.19) ...
  2518. Setting up libc6-i386 (2.31-0ubuntu9.9) ...
  2519. Setting up libefivar1:amd64 (37-2ubuntu2.2) ...
  2520. Setting up libwayland-amdgpu-client0:amd64 (1.20.0.50300-1483871.20.04) ...
  2521. Setting up libisl22:amd64 (0.22.1-1) ...
  2522. Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
  2523. Setting up libx32quadmath0 (10.3.0-1ubuntu1~20.04) ...
  2524. Setting up xorg-sgml-doctools (1:1.11-1) ...
  2525. Setting up rocm-smi-lib (5.0.0.50300-63~20.04) ...
  2526. Setting up libxkbfile1:amd64 (1:1.1.0-1) ...
  2527. Setting up sbsigntool (0.9.2-2ubuntu1.1) ...
  2528. Setting up libbinutils:amd64 (2.34-6ubuntu1.4) ...
  2529. Setting up klibc-utils (2.0.7-1ubuntu5.1) ...
  2530. No diversion 'diversion of /usr/share/initramfs-tools/hooks/klibc to /usr/share/initramfs-tools/hooks/klibc^i-t by klibc-utils', none removed.
  2531. Setting up libtinfo5:amd64 (6.2-0ubuntu2) ...
  2532. Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
  2533. Setting up libpam-cap:amd64 (1:2.32-1) ...
  2534. Setting up libalgorithm-diff-xs-perl (0.04-6) ...
  2535. Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
  2536. Setting up lib32atomic1 (10.3.0-1ubuntu1~20.04) ...
  2537. Setting up rocsolver-dev (3.19.0.50300-63~20.04) ...
  2538. Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
  2539. Setting up iso-codes (4.4-1) ...
  2540. Setting up liblocale-gettext-perl (1.07-4) ...
  2541. Setting up gpg (2.2.19-3ubuntu2.2) ...
  2542. Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
  2543. Setting up libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
  2544. Setcap worked! gst-ptp-helper is not suid!
  2545. Setting up dctrl-tools (2.24-3) ...
  2546. Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
  2547. Setting up libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
  2548. Setting up libpopt0:amd64 (1.16-14) ...
  2549. Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
  2550. Setting up libalgorithm-merge-perl (0.08-3) ...
  2551. Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
  2552. Setting up initramfs-tools-bin (0.136ubuntu6.7) ...
  2553. Setting up rocrand (2.10.9.50300-63~20.04) ...
  2554. Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
  2555. Setting up libx32atomic1 (10.3.0-1ubuntu1~20.04) ...
  2556. Setting up libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ...
  2557. Setting up libctf0:amd64 (2.34-6ubuntu1.4) ...
  2558. Setting up pinentry-curses (1.1.0-3build1) ...
  2559. Setting up x11proto-dev (2019.2-1ubuntu1) ...
  2560. Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ...
  2561. Setting up comgr (2.4.0.50300-63~20.04) ...
  2562. Setting up libgl1-amdgpu-mesa-dri:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2563. Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ...
  2564. Setting up libhttp-date-perl (6.05-1) ...
  2565. Setting up python3-dbus (1.2.16-1build1) ...
  2566. Setting up libfile-basedir-perl (0.08-1) ...
  2567. Setting up libc6-dev-i386 (2.31-0ubuntu9.9) ...
  2568. Setting up lib32itm1 (10.3.0-1ubuntu1~20.04) ...
  2569. Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
  2570. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
  2571. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
  2572. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
  2573. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
  2574. Setting up libfile-listing-perl (6.04-1) ...
  2575. Setting up mokutil (0.3.0+1538710437.fb6250f-1) ...
  2576. Setting up libxau-dev:amd64 (1:1.0.9-0ubuntu1) ...
  2577. Setting up rocrand-dev (2.10.9.50300-63~20.04) ...
  2578. Setting up libbabeltrace-ctf1 (1.5.8-1build1) ...
  2579. Setting up rocm-cmake (0.8.0.50300-63~20.04) ...
  2580. Setting up fontconfig-config (2.13.1-2ubuntu3) ...
  2581. Setting up libx32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
  2582. Setting up roctracer-dev (4.1.0.50300-63~20.04) ...
  2583. Setting up mesa-amdgpu-vdpau-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2584. Setting up gpgsm (2.2.19-3ubuntu2.2) ...
  2585. Setting up hsa-amd-aqlprofile (1.0.0.50300-63~20.04) ...
  2586. Setting up hipfft (1.0.9.50300-63~20.04) ...
  2587. Setting up m4 (1.4.18-4) ...
  2588. Setting up secureboot-db (1.5) ...
  2589. Created symlink /etc/systemd/system/multi-user.target.wants/secureboot-db.service → /lib/systemd/system/secureboot-db.service.
  2590. Setting up libx32itm1 (10.3.0-1ubuntu1~20.04) ...
  2591. Setting up libgstreamer-plugins-base1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
  2592. Setting up libefiboot1:amd64 (37-2ubuntu2.2) ...
  2593. Setting up linux-headers-5.4.0-139-generic (5.4.0-139.156) ...
  2594. Setting up linux-headers-generic (5.4.0.139.137) ...
  2595. Setting up hipfft-dev (1.0.9.50300-63~20.04) ...
  2596. Setting up libncurses5:amd64 (6.2-0ubuntu2) ...
  2597. Setting up hsa-rocr (1.7.0.50300-63~20.04) ...
  2598. Setting up libc6-dev-x32 (2.31-0ubuntu9.9) ...
  2599. Setting up dirmngr (2.2.19-3ubuntu2.2) ...
  2600. Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
  2601. Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
  2602. Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu1) ...
  2603. Setting up lib32gomp1 (10.3.0-1ubuntu1~20.04) ...
  2604. Setting up libfreetype6:amd64 (2.10.1-2ubuntu0.2) ...
  2605. Setting up rocm-dbgapi (0.67.0.50300-63~20.04) ...
  2606. Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
  2607. Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ...
  2608. Setting up x11proto-core-dev (2019.2-1ubuntu1) ...
  2609. Setting up rocfft-dev (1.0.18.50300-63~20.04) ...
  2610. Setting up shared-mime-info (1.15-1) ...
  2611. Setting up libelf-dev:amd64 (0.176-1.1build1) ...
  2612. Setting up rocm-opencl (2.0.0.50300-63~20.04) ...
  2613. Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
  2614. Setting up pciutils (1:3.6.4-1ubuntu0.20.04.1) ...
  2615. Setting up libgcc-7-dev:amd64 (7.5.0-6ubuntu2) ...
  2616. Setting up autoconf (2.69-11.1) ...
  2617. Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
  2618. Setting up libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  2619. Setting up libx32asan5 (9.4.0-1ubuntu1~20.04.1) ...
  2620. Setting up lib32quadmath0 (10.3.0-1ubuntu1~20.04) ...
  2621. Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
  2622. Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
  2623. Setting up keyboard-configuration (1.194ubuntu3) ...
  2624. Your console font configuration will be updated the next time your system
  2625. boots. If you want to update it now, run 'setupcon' from a virtual console.
  2626. update-initramfs: deferring update (trigger activated)
  2627. Setting up initramfs-tools-core (0.136ubuntu6.7) ...
  2628. Setting up lib32asan5 (9.4.0-1ubuntu1~20.04.1) ...
  2629. Setting up libsm6:amd64 (2:1.2.3-1) ...
  2630. Setting up libxfont2:amd64 (1:2.0.3-1) ...
  2631. Setting up libstdc++-7-dev:amd64 (7.5.0-6ubuntu2) ...
  2632. Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
  2633. Setting up libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  2634. Setting up libx32stdc++6 (10.3.0-1ubuntu1~20.04) ...
  2635. Setting up automake (1:1.16.1-4ubuntu6) ...
  2636. update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
  2637. update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
  2638. update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
  2639. Setting up hip-dev (5.3.22061.50300-63~20.04) ...
  2640. Setting up rocm-llvm (15.0.0.22362.50300-63~20.04) ...
  2641. Setting up mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2642. Setting up efibootmgr (17-1) ...
  2643. Setting up libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  2644. Setting up libxcb1-dev:amd64 (1.14-2) ...
  2645. Setting up gst-omx-amdgpu (1:1.0.0.1.50300-1483871.20.04) ...
  2646. Setting up initramfs-tools (0.136ubuntu6.7) ...
  2647. update-initramfs: deferring update (trigger activated)
  2648. Setting up libx32ubsan1 (10.3.0-1ubuntu1~20.04) ...
  2649. Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
  2650. Setting up libgbm1:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2651. Setting up hip-samples (5.3.22061.50300-63~20.04) ...
  2652. Setting up libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  2653. Setting up rocminfo (1.0.0.50300-63~20.04) ...
  2654. Setting up libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  2655. Setting up libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2656. Setting up libx11-dev:amd64 (2:1.6.9-2ubuntu1.2) ...
  2657. Setting up binutils (2.34-6ubuntu1.4) ...
  2658. Setting up xfonts-utils (1:7.7+6) ...
  2659. Setting up lib32ubsan1 (10.3.0-1ubuntu1~20.04) ...
  2660. Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ...
  2661. Setting up openmp-extras-runtime (15.53.0.50300-63~20.04) ...
  2662. Setting up dpkg-dev (1.19.7ubuntu3.2) ...
  2663. Setting up grub-common (2.04-1ubuntu26.16) ...
  2664. Created symlink /etc/systemd/system/multi-user.target.wants/grub-common.service → /lib/systemd/system/grub-common.service.
  2665. Created symlink /etc/systemd/system/sleep.target.wants/grub-common.service → /lib/systemd/system/grub-common.service.
  2666. Created symlink /etc/systemd/system/multi-user.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
  2667. Created symlink /etc/systemd/system/rescue.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
  2668. Created symlink /etc/systemd/system/emergency.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
  2669. Created symlink /etc/systemd/system/sleep.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
  2670. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
  2671. invoke-rc.d: could not determine current runlevel
  2672. invoke-rc.d: policy-rc.d denied execution of start.
  2673. Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
  2674. Setting up xfonts-base (1:1.0.5) ...
  2675. Setting up libegl-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2676. Setting up os-prober (1.74ubuntu2) ...
  2677. Setting up rocm-gdb (12.1.50300-63~20.04) ...
  2678. Setting up rocm-debug-agent (2.0.3.50300-63~20.04) ...
  2679. Setting up lib32gcc-9-dev (9.4.0-1ubuntu1~20.04.1) ...
  2680. Setting up python3-gi (3.36.0-1) ...
  2681. Setting up libx32gcc-9-dev (9.4.0-1ubuntu1~20.04.1) ...
  2682. Setting up libxt6:amd64 (1:1.1.5-1) ...
  2683. Setting up cpp (4:9.3.0-1ubuntu2) ...
  2684. Setting up libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu2) ...
  2685. Setting up libegl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  2686. Setting up gnupg (2.2.19-3ubuntu2.2) ...
  2687. Setting up hip-doc (5.3.22061.50300-63~20.04) ...
  2688. Setting up grub-efi-amd64-bin (2.06-2ubuntu14) ...
  2689. Setting up networkd-dispatcher (2.1-2~ubuntu20.04.3) ...
  2690. Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
  2691. Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
  2692. Setting up mesa-vdpau-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2693. Setting up libdrm-dev:amd64 (2.4.107-8ubuntu1~20.04.2) ...
  2694. Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
  2695. Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
  2696. Setting up grub2-common (2.04-1ubuntu26.16) ...
  2697. Setting up gcc-9-multilib (9.4.0-1ubuntu1~20.04.1) ...
  2698. Setting up libxaw7:amd64 (2:1.0.13-1) ...
  2699. Setting up rocm-language-runtime (5.3.0.50300-63~20.04) ...
  2700. Setting up gcc (4:9.3.0-1ubuntu2) ...
  2701. Setting up dkms (2.8.1-5ubuntu2) ...
  2702. Setting up gstreamer1.0-plugins-base:amd64 (1.16.3-0ubuntu1.1) ...
  2703. Setting up grub-efi-amd64 (2.06-2ubuntu14) ...
  2704.  
  2705. Creating config file /etc/default/grub with new version
  2706. Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
  2707. Setting up vdpau-driver-all:amd64 (1.3-1ubuntu2) ...
  2708. Setting up g++ (4:9.3.0-1ubuntu2) ...
  2709. update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
  2710. update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
  2711. Setting up libegl1-amdgpu-mesa:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2712. Setting up build-essential (12.8ubuntu1.1) ...
  2713. Setting up hsakmt-roct-dev (20220803.1.8.50300-63~20.04) ...
  2714. Setting up gcc-multilib (4:9.3.0-1ubuntu2) ...
  2715. Setting up lib32stdc++-9-dev (9.4.0-1ubuntu1~20.04.1) ...
  2716. Setting up libx32stdc++-9-dev (9.4.0-1ubuntu1~20.04.1) ...
  2717. Setting up grub-efi-amd64-signed (1.187.2~20.04.2+2.06-2ubuntu14) ...
  2718. Setting up x11-xkb-utils (7.7+5) ...
  2719. Setting up g++-9-multilib (9.4.0-1ubuntu1~20.04.1) ...
  2720. Setting up hsa-rocr-dev (1.7.0.50300-63~20.04) ...
  2721. Setting up shim-signed (1.40.7+15.4-0ubuntu9) ...
  2722. Generating a new Secure Boot signing key:
  2723. Can't load /var/lib/shim-signed/mok/.rnd into RNG
  2724. 139808607896896:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:98:Filename=/var/lib/shim-signed/mok/.rnd
  2725. Generating a RSA private key
  2726. ...........................................+++++
  2727. ..................+++++
  2728. writing new private key to '/var/lib/shim-signed/mok/MOK.priv'
  2729. -----
  2730. dpkg-query: no packages found matching linux-image-[0-9]*
  2731. EFI variables are not supported on this system
  2732. /sys/firmware/efi/efivars not found, aborting.
  2733. Setting up amdgpu-dkms (1:5.18.2.22.40.50300-1483871.20.04) ...
  2734. Loading new amdgpu-5.18.2.22.40-1483871.20.04 DKMS files...
  2735. It is likely that 6.1.11-arch1-1 belongs to a chroot's host
  2736. Building for 5.4.0-139-generic
  2737. Building for architecture x86_64
  2738. Building initial module for 5.4.0-139-generic
  2739. Error! Bad return status for module build on kernel: 5.4.0-139-generic (x86_64)
  2740. Consult /var/lib/dkms/amdgpu/5.18.2.22.40-1483871.20.04/build/make.log for more information.
  2741. dpkg: error processing package amdgpu-dkms (--configure):
  2742. installed amdgpu-dkms package post-installation script subprocess returned error exit status 10
  2743. Setting up libegl1-amdgpu-mesa-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2744. Setting up xserver-common (2:1.20.13-1ubuntu1~20.04.6) ...
  2745. Setting up rocprofiler-dev (1.0.0.50300-63~20.04) ...
  2746. Setting up openmp-extras-dev (15.53.0.50300-63~20.04) ...
  2747. Setting up g++-multilib (4:9.3.0-1ubuntu2) ...
  2748. Setting up hip-runtime-amd (5.3.22061.50300-63~20.04) ...
  2749. Setting up rocprim-dev (2.10.9.50300-63~20.04) ...
  2750. Setting up hipcub-dev (2.10.12.50300-63~20.04) ...
  2751. Setting up rocm-hip-runtime (5.3.0.50300-63~20.04) ...
  2752. update-alternatives: using /opt/rocm-5.3.0/bin/rocm_agent_enumerator to provide /usr/bin/rocm_agent_enumerator (rocm_agent_enumerator) in auto mode
  2753. update-alternatives: using /opt/rocm-5.3.0/bin/rocminfo to provide /usr/bin/rocminfo (rocminfo) in auto mode
  2754. Setting up rocblas (2.45.0.50300-63~20.04) ...
  2755. Setting up rccl (2.12.12.50300-63~20.04) ...
  2756. Setting up hipsolver (1.5.0.50300-63~20.04) ...
  2757. Setting up hipfort (0.4.0.50300-63~20.04) ...
  2758. Setting up rocsparse (2.3.3.50300-63~20.04) ...
  2759. Setting up rocthrust-dev (2.10.9.50300-63~20.04) ...
  2760. Setting up hipsolver-dev (1.5.0.50300-63~20.04) ...
  2761. Setting up rocm-hip-runtime-dev (5.3.0.50300-63~20.04) ...
  2762. update-alternatives: using /opt/rocm-5.3.0/bin/roc-obj to provide /usr/bin/roc-obj (roc-obj) in auto mode
  2763. update-alternatives: using /opt/rocm-5.3.0/bin/roc-obj-extract to provide /usr/bin/roc-obj-extract (roc-obj-extract) in auto mode
  2764. update-alternatives: using /opt/rocm-5.3.0/bin/roc-obj-ls to provide /usr/bin/roc-obj-ls (roc-obj-ls) in auto mode
  2765. update-alternatives: using /opt/rocm-5.3.0/bin/hipcc to provide /usr/bin/hipcc (hipcc) in auto mode
  2766. update-alternatives: using /opt/rocm-5.3.0/bin/hipcc.pl to provide /usr/bin/hipcc.pl (hipcc.pl) in auto mode
  2767. /opt/rocm-5.3.0/bin/hipcc.bin not found, but that is OK
  2768. update-alternatives: using /opt/rocm-5.3.0/bin/hipcc_cmake_linker_helper to provide /usr/bin/hipcc_cmake_linker_helper (hipcc_cmake_linker_helper) in auto mode
  2769. update-alternatives: using /opt/rocm-5.3.0/bin/hipconfig to provide /usr/bin/hipconfig (hipconfig) in auto mode
  2770. update-alternatives: using /opt/rocm-5.3.0/bin/hipconfig.pl to provide /usr/bin/hipconfig.pl (hipconfig.pl) in auto mode
  2771. /opt/rocm-5.3.0/bin/hipconfig.bin not found, but that is OK
  2772. update-alternatives: using /opt/rocm-5.3.0/bin/hipconvertinplace-perl.sh to provide /usr/bin/hipconvertinplace-perl.sh (hipconvertinplace-perl.sh) in auto mode
  2773. update-alternatives: using /opt/rocm-5.3.0/bin/hipconvertinplace.sh to provide /usr/bin/hipconvertinplace.sh (hipconvertinplace.sh) in auto mode
  2774. update-alternatives: using /opt/rocm-5.3.0/bin/hipdemangleatp to provide /usr/bin/hipdemangleatp (hipdemangleatp) in auto mode
  2775. update-alternatives: using /opt/rocm-5.3.0/bin/hipexamine-perl.sh to provide /usr/bin/hipexamine-perl.sh (hipexamine-perl.sh) in auto mode
  2776. update-alternatives: using /opt/rocm-5.3.0/bin/hipexamine.sh to provide /usr/bin/hipexamine.sh (hipexamine.sh) in auto mode
  2777. update-alternatives: using /opt/rocm-5.3.0/bin/hipify-perl to provide /usr/bin/hipify-perl (hipify-perl) in auto mode
  2778. Setting up hipsparse (2.3.2.50300-63~20.04) ...
  2779. Setting up hipblas (0.52.0.50300-63~20.04) ...
  2780. Setting up rccl-dev (2.12.12.50300-63~20.04) ...
  2781. Setting up hipfort-dev (0.4.0.50300-63~20.04) ...
  2782. Setting up rocblas-dev (2.45.0.50300-63~20.04) ...
  2783. Setting up rocsparse-dev (2.3.3.50300-63~20.04) ...
  2784. Setting up hipsparse-dev (2.3.2.50300-63~20.04) ...
  2785. Setting up hipblas-dev (0.52.0.50300-63~20.04) ...
  2786. Setting up rocalution (2.1.2.50300-63~20.04) ...
  2787. Setting up rocm-hip-libraries (5.3.0.50300-63~20.04) ...
  2788. Setting up rocalution-dev (2.1.2.50300-63~20.04) ...
  2789. Setting up rocm-hip-sdk (5.3.0.50300-63~20.04) ...
  2790. Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
  2791. Processing triggers for systemd (245.4-4ubuntu3.19) ...
  2792. Processing triggers for mesa-amdgpu-va-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2793. Setting up libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2794. Setting up libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  2795. Setting up libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  2796. Setting up libglx-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  2797. Setting up libgl1-amdgpu-mesa-glx:amd64 (1:22.3.0.50300-1483871.20.04) ...
  2798. Setting up libgl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
  2799. Setting up xserver-xorg-core (2:1.20.13-1ubuntu1~20.04.6) ...
  2800. Setting up xserver-xorg-amdgpu-video-amdgpu (1:22.0.0.50300-1483871.20.04) ...
  2801. Setting up mesa-common-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
  2802. Setting up rocm-opencl-dev (2.0.0.50300-63~20.04) ...
  2803. Setting up amdgpu-lib (1:5.3.50300-1483871.20.04) ...
  2804. Setting up rocm-clang-ocl (0.5.0.50300-63~20.04) ...
  2805. Setting up rocm-utils (5.3.0.50300-63~20.04) ...
  2806. Setting up rocm-dev (5.3.0.50300-63~20.04) ...
  2807. update-alternatives: using /opt/rocm-5.3.0/bin/clang-ocl to provide /usr/bin/clang-ocl (clang-ocl) in auto mode
  2808. update-alternatives: using /opt/rocm-5.3.0/bin/clinfo to provide /usr/bin/clinfo (clinfo) in auto mode
  2809. /opt/rocm-5.3.0/bin/hipcc.bin not found, but that is OK
  2810. /opt/rocm-5.3.0/bin/hipconfig.bin not found, but that is OK
  2811. update-alternatives: using /opt/rocm-5.3.0/bin/rocgdb to provide /usr/bin/rocgdb (rocgdb) in auto mode
  2812. update-alternatives: using /opt/rocm-5.3.0/bin/rocm-smi to provide /usr/bin/rocm-smi (rocm-smi) in auto mode
  2813. update-alternatives: using /opt/rocm-5.3.0/bin/rocprof to provide /usr/bin/rocprof (rocprof) in auto mode
  2814. Processing triggers for initramfs-tools (0.136ubuntu6.7) ...
  2815. Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
  2816. Errors were encountered while processing:
  2817. amdgpu-dkms
  2818. E: Sub-process /usr/bin/dpkg returned an error code (1)
  2819. The command '/bin/sh -c yes | amdgpu-install --usecase=dkms,graphics,rocm,lrt,hip,hiplibsdk' returned a non-zero code: 100
  2820.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement