Advertisement
Guest User

Untitled

a guest
Jan 4th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.84 KB | None | 0 0
  1. $ lsb_release -a
  2. No LSB modules are available.
  3. Distributor ID: Ubuntu
  4. Description: Ubuntu 23.04
  5. Release: 23.04
  6. Codename: lunar
  7.  
  8. $ snap version
  9. snap 2.60.4
  10. snapd 2.60.4
  11. series 16
  12. ubuntu 23.04
  13. kernel 6.2.0-39-generic
  14.  
  15. $ cat /etc/environment
  16. PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
  17. GTK_USE_PORTAL=1
  18. XDG_CURRENT_DESKTOP=KDE
  19. SNAPD_DEBUG=1
  20.  
  21. $ systemctl status snapd
  22. ● snapd.service - Snap Daemon
  23. Loaded: loaded (/lib/systemd/system/snapd.service; enabled; preset: enabled)
  24. Active: active (running) since Thu 2024-01-04 11:53:28 +08; 1h 32min ago
  25. TriggeredBy: ● snapd.socket
  26. Main PID: 68904 (snapd)
  27. Tasks: 12 (limit: 18863)
  28. Memory: 12.8M
  29. CPU: 1.197s
  30. CGroup: /system.slice/snapd.service
  31. └─68904 /usr/lib/snapd/snapd
  32.  
  33. янв 04 12:33:42 anthony-pc snapd[68904]: logger.go:92: DEBUG: ShouldRetryError: EOF *errors.errorString -> true
  34. янв 04 12:33:42 anthony-pc snapd[68904]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/snaps/refresh, attempt 2, elapsed time=4.986935847s
  35. янв 04 12:33:47 anthony-pc snapd[68904]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/snaps/refresh finished after 2 retries, elapsed time=10.580662317s, status: 408
  36. янв 04 12:33:47 anthony-pc snapd[68904]: autorefresh.go:630: Cannot prepare auto-refresh change: cannot query the store for updates: got unexpected HTTP status code 408 via POST to "https://api.snapcraft.io/v2/snaps/refresh"
  37. янв 04 12:33:47 anthony-pc snapd[68904]: stateengine.go:149: state ensure error: cannot query the store for updates: got unexpected HTTP status code 408 via POST to "https://api.snapcraft.io/v2/snaps/refresh"
  38. янв 04 12:38:28 anthony-pc snapd[68904]: logger.go:92: DEBUG: Next refresh scheduled for 2024-01-04T18:16:57+08:00.
  39. янв 04 13:20:58 anthony-pc snapd[68904]: logger.go:92: DEBUG: pid=275722;uid=1000;socket=/run/snapd.socket; GET /v2/snaps/code 1.280027ms 200
  40. янв 04 13:20:58 anthony-pc snapd[68904]: logger.go:92: DEBUG: pid=275722;uid=1000;socket=/run/snapd.socket; GET /v2/connections?interface=network-status&snap=code 1.171782ms 200
  41. янв 04 13:22:56 anthony-pc snapd[68904]: logger.go:92: DEBUG: pid=281536;uid=1000;socket=/run/snapd.socket; GET /v2/system-info 291.342µs 200
  42. янв 04 13:24:30 anthony-pc snapd[68904]: logger.go:92: DEBUG: pid=285431;uid=1000;socket=/run/snapd.socket; GET /v2/snaps 7.548015ms 200
  43.  
  44. $ sudo apt reinstall snapd
  45. [sudo] пароль для anthony:
  46. Чтение списков пакетов… Готово
  47. Построение дерева зависимостей… Готово
  48. Чтение информации о состоянии… Готово
  49. Обновлено 0 пакетов, установлено 0 новых пакетов, переустановлено 1 пакетов, для удаления отмечено 0 пакетов, и 2 пакетов не обновлено.
  50. Необходимо скачать 26,2 MB архивов.
  51. После данной операции объём занятого дискового пространства возрастёт на 0 B.
  52. Пол:1 http://ru.archive.ubuntu.com/ubuntu lunar-updates/main amd64 snapd amd64 2.59.1+23.04ubuntu1.2 [26,2 MB]
  53. Получено 26,2 MB за 14с (1 913 kB/s)
  54. (Чтение базы данных … на данный момент установлено 265632 файла и каталога.)
  55. Подготовка к распаковке …/snapd_2.59.1+23.04ubuntu1.2_amd64.deb …
  56. Распаковывается snapd (2.59.1+23.04ubuntu1.2) на замену (2.59.1+23.04ubuntu1.2) …
  57. Настраивается пакет snapd (2.59.1+23.04ubuntu1.2) …
  58. 2024/01/04 13:26:46.487410 logger.go:92: DEBUG: restarting into "/snap/snapd/current/usr/bin/snap"
  59. snapd.failure.service is a disabled or a static unit not running, not starting it.
  60. snapd.snap-repair.service is a disabled or a static unit not running, not starting it.
  61. Failed to restart snapd.mounts-pre.target: Operation refused, unit snapd.mounts-pre.target may be requested by dependency only (it is configured to refuse manual start/stop).
  62. See system logs and 'systemctl status snapd.mounts-pre.target' for details.
  63. Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 145.
  64. Обрабатываются триггеры для man-db (2.11.2-1) …
  65. Обрабатываются триггеры для dbus (1.14.4-1ubuntu1) …
  66. Обрабатываются триггеры для mailcap (3.70+nmu1ubuntu1) …
  67. Обрабатываются триггеры для desktop-file-utils (0.26-1ubuntu5) …
  68.  
  69. $ sudo systemctl status snapd.mounts-pre.target
  70. ● snapd.mounts-pre.target - Mounting snaps
  71. Loaded: loaded (/lib/systemd/system/snapd.mounts-pre.target; static)
  72. Active: active since Thu 2024-01-04 11:30:47 +08; 1h 56min ago
  73. Until: Thu 2024-01-04 11:30:47 +08; 1h 56min ago
  74.  
  75. Notice: journal has been rotated since unit was started, output may be incomplete.
  76.  
  77. $ cat /lib/systemd/system/snapd.service
  78. [Unit]
  79. Description=Snap Daemon
  80. After=snapd.socket
  81. After=time-set.target
  82. After=snapd.mounts.target
  83. Wants=time-set.target
  84. Wants=snapd.mounts.target
  85. Requires=snapd.socket
  86. OnFailure=snapd.failure.service
  87. # This is handled by snapd
  88. # X-Snapd-Snap: do-not-start
  89.  
  90. [Service]
  91. # Disabled because it breaks lxd
  92. # (https://bugs.launchpad.net/snapd/+bug/1709536)
  93. #Nice=-5
  94. OOMScoreAdjust=-900
  95. ExecStart=/usr/lib/snapd/snapd
  96. EnvironmentFile=-/etc/environment
  97. Restart=always
  98. WatchdogSec=5m
  99. Type=notify
  100. SuccessExitStatus=42
  101. RestartPreventExitStatus=42
  102. KillMode=process
  103.  
  104. [Install]
  105. WantedBy=multi-user.target
  106.  
  107. $ snap debug connectivity
  108. Connectivity status:
  109. * api.snapcraft.io: unreachable
  110. ошибка: 1 servers unreachable
  111.  
  112. $ sudo snap get system proxy.https
  113. [sudo] пароль для anthony:
  114. 2024/01/04 14:35:36.517504 logger.go:92: DEBUG: restarting into "/snap/snapd/current/usr/bin/snap"
  115. 2024/01/04 14:35:36.552020 logger.go:92: DEBUG: error: snap "core" has no "proxy.https" configuration option
  116. ошибка: snap "core" has no "proxy.https" configuration option
  117.  
  118. $ sudo snap get system proxy.http
  119. 2024/01/04 14:35:46.416123 logger.go:92: DEBUG: restarting into "/snap/snapd/current/usr/bin/snap"
  120. 2024/01/04 14:35:46.434705 logger.go:92: DEBUG: error: snap "core" has no "proxy.http" configuration option
  121. ошибка: snap "core" has no "proxy.http" configuration option
  122.  
  123. $ host api.snapcraft.io
  124. api.snapcraft.io has address 185.125.188.54
  125. api.snapcraft.io has address 185.125.188.58
  126. api.snapcraft.io has address 185.125.188.59
  127. api.snapcraft.io has address 185.125.188.55
  128.  
  129. $ ping api.snapcraft.io
  130. PING api.snapcraft.io (185.125.188.58) 56(84) bytes of data.
  131. 64 bytes from api.snapcraft.io (185.125.188.58): icmp_seq=1 ttl=52 time=124 ms
  132. 64 bytes from api.snapcraft.io (185.125.188.58): icmp_seq=2 ttl=52 time=156 ms
  133. 64 bytes from api.snapcraft.io (185.125.188.58): icmp_seq=3 ttl=52 time=121 ms
  134. ^C
  135. --- api.snapcraft.io ping statistics ---
  136. 3 packets transmitted, 3 received, 0% packet loss, time 2002ms
  137. rtt min/avg/max/mdev = 120.925/133.610/155.857/15.782 ms
  138.  
  139. $ mtr api.snapcraft.io
  140. My traceroute [v0.95]
  141. anthony-pc (192.168.0.10) -> api.snapcraft.io (185.125.188.58) 2024-01-04T14:19:44+0800
  142. Keys: Help Display mode Restart statistics Order of fields quit
  143. Packets Pings
  144. Host Loss% Snt Last Avg Best Wrst StDev
  145. 1. _gateway 0.0% 51 7.1 22.8 1.4 213.3 38.6
  146. 2. TTT.TTT.TTT.253 0.0% 51 2.1 20.2 1.8 131.3 27.4
  147. 3. VVVxVVVxVVVx19.static-business.ulu.ertelecom.ru 0.0% 51 4.5 19.6 2.1 109.3 23.3
  148. 4. msk-ix.ertelecom.ru 0.0% 51 73.2 94.8 68.8 199.0 31.8
  149. 5. mskix.he.net 86.0% 51 123.4 120.5 87.0 194.2 37.2
  150. 6. port-channel4.core3.sto1.he.net 92.0% 51 274.2 200.1 107.2 274.2 85.2
  151. 7. 100ge0-42.core2.ams1.he.net 76.0% 51 136.9 137.0 109.8 203.2 32.4
  152. 8. port-channel1.core1.ams1.he.net 56.0% 51 112.4 146.7 108.1 526.6 93.1
  153. 9. port-channel8.core3.lon2.he.net 94.0% 51 121.0 249.1 114.2 512.2 227.9
  154. 10. port-channel1.core1.lon6.he.net 0.0% 50 121.1 161.7 114.0 573.6 95.9
  155. 11. swp9.il3-core1.canonical.com 0.0% 50 124.8 162.8 121.2 490.0 73.2
  156. 12. api.snapcraft.io 0.0% 50 124.6 156.2 121.0 406.4 54.8
  157. ^C
  158.  
  159. $ curl -sX POST https://api.snapcraft.io/v2/snaps/refresh \
  160. -H "Snap-Accept-Delta-Format: xdelta3" \
  161. -H "Snap-Device-Series: 16" \
  162. -H "Snap-Device-Architecture: amd64" \
  163. -H "Content-type: application/json" \
  164. -d '{"context": [], "actions": [{"action": "install", "instance-key": "xyzzy", "channel": "stable", "name": "gitkraken"}]}' \
  165. | jq .
  166. {
  167. "error-list": [],
  168. "results": [
  169. {
  170. "effective-channel": "stable",
  171. "instance-key": "xyzzy",
  172. "name": "joplin-james-carroll",
  173. "released-at": "2023-12-31T22:53:56.832016+00:00",
  174. "result": "install",
  175. "snap": {
  176. "created-at": "2023-12-31T22:50:44.925114+00:00",
  177. "download": {
  178. "deltas": [],
  179. "sha3-384": "cbbfcacffdcd495d553e4d8ea655fd800412f6b8d22c844fcb049732ce0a2a3e7448deb655a594d36014ae38a56a1f9c",
  180. "size": 180731904,
  181. "url": "https://api.snapcraft.io/api/v1/snaps/download/zQPAnuViY9DC9lfY5ssBe8IcDbFg5rsi_96.snap"
  182. },
  183. "license": "AGPL-3.0-or-later",
  184. "name": "joplin-james-carroll",
  185. "prices": {},
  186. "publisher": {
  187. "display-name": "James Carroll",
  188. "id": "VoUAJzdpg1T1K8hp70EmA7f7dJkxb7BA",
  189. "username": "james-carroll",
  190. "validation": "starred"
  191. },
  192. "revision": 96,
  193. "snap-id": "zQPAnuViY9DC9lfY5ssBe8IcDbFg5rsi",
  194. "summary": "A free, private note taking and to-do app!",
  195. "title": "Joplin",
  196. "type": "app",
  197. "version": "v2.13.12"
  198. },
  199. "snap-id": "zQPAnuViY9DC9lfY5ssBe8IcDbFg5rsi"
  200. }
  201. ]
  202. }
  203.  
  204. $ snap find gitkraken
  205. Название Версия Издатель Примечание Описание
  206. gitkraken 9.11.0 gitkraken✓ classic For repo management, in-app code editing & issue tracking.
  207.  
  208. $ snap download gitkraken
  209. Получение пакета "gitkraken"
  210. Получение подтверждения для "gitkraken"
  211. Установить snap-пакет с помощью:
  212. snap ack gitkraken_227.assert
  213. snap install gitkraken_227.snap
  214.  
  215. $ sudo snap install gitkraken
  216. 2024/01/04 13:28:36.865207 logger.go:92: DEBUG: restarting into "/snap/snapd/current/usr/bin/snap"
  217. 2024/01/04 13:28:42.355946 logger.go:92: DEBUG: error: cannot install "gitkraken": cannot query the store for updates: got unexpected HTTP status code 408 via POST to "https://api.snapcraft.io/v2/snaps/refresh"
  218. ошибка: cannot install "gitkraken": cannot query the store for updates: got unexpected HTTP
  219. status code 408 via POST to "https://api.snapcraft.io/v2/snaps/refresh"
  220.  
  221. $ sudo snap refresh core
  222. 2024/01/04 13:29:24.556315 logger.go:92: DEBUG: restarting into "/snap/snapd/current/usr/bin/snap"
  223. 2024/01/04 13:29:44.457370 logger.go:92: DEBUG: error: cannot refresh "core": cannot query the store for updates: got unexpected HTTP status code 408 via POST to "https://api.snapcraft.io/v2/snaps/refresh"
  224. ошибка: cannot refresh "core": cannot query the store for updates: got unexpected HTTP status
  225. code 408 via POST to "https://api.snapcraft.io/v2/snaps/refresh"
  226.  
  227. ==============================================
  228. Лог последних двух операций выше
  229. ==============================================
  230.  
  231. $ sudo journalctl -u snapd
  232. .......
  233. янв 04 13:20:58 anthony-pc snapd[68904]: logger.go:92: DEBUG: pid=275722;uid=1000;socket=/run/snapd.socket; GET /v2/snaps/code 1.280027ms 200
  234. янв 04 13:20:58 anthony-pc snapd[68904]: logger.go:92: DEBUG: pid=275722;uid=1000;socket=/run/snapd.socket; GET /v2/connections?interface=network-status&snap=code 1.171782ms 200
  235. янв 04 13:22:56 anthony-pc snapd[68904]: logger.go:92: DEBUG: pid=281536;uid=1000;socket=/run/snapd.socket; GET /v2/system-info 291.342µs 200
  236. янв 04 13:24:30 anthony-pc snapd[68904]: logger.go:92: DEBUG: pid=285431;uid=1000;socket=/run/snapd.socket; GET /v2/snaps 7.548015ms 200
  237. янв 04 13:26:48 anthony-pc systemd[1]: Stopping snapd.service - Snap Daemon...
  238. янв 04 13:26:48 anthony-pc snapd[68904]: main.go:155: Exiting on terminated signal.
  239. янв 04 13:26:48 anthony-pc snapd[68904]: overlord.go:516: Released state lock file
  240. янв 04 13:26:48 anthony-pc systemd[1]: snapd.service: Deactivated successfully.
  241. янв 04 13:26:48 anthony-pc systemd[1]: Stopped snapd.service - Snap Daemon.
  242. янв 04 13:26:48 anthony-pc systemd[1]: snapd.service: Consumed 1.203s CPU time.
  243. янв 04 13:26:48 anthony-pc systemd[1]: Starting snapd.service - Snap Daemon...
  244. янв 04 13:26:48 anthony-pc snapd[291301]: logger.go:92: DEBUG: restarting into "/snap/snapd/current/usr/lib/snapd/snapd"
  245. янв 04 13:26:48 anthony-pc snapd[291301]: overlord.go:272: Acquiring state lock file
  246. янв 04 13:26:48 anthony-pc snapd[291301]: overlord.go:277: Acquired state lock file
  247. янв 04 13:26:48 anthony-pc snapd[291301]: daemon.go:247: started snapd/2.60.4 (series 16; classic) ubuntu/23.04 (amd64) linux/6.2.0-39-generic.
  248. янв 04 13:26:48 anthony-pc snapd[291301]: daemon.go:340: adjusting startup timeout by 2m0s (pessimistic estimate of 30s plus 5s per snap)
  249. янв 04 13:26:48 anthony-pc snapd[291301]: backends.go:58: AppArmor status: apparmor is enabled and all features are available (using snapd provided apparmor_parser)
  250. янв 04 13:26:49 anthony-pc snapd[291301]: logger.go:92: DEBUG: will consider standby after: 5s
  251. янв 04 13:26:49 anthony-pc snapd[291301]: logger.go:92: DEBUG: Setting up sd_notify() watchdog timer every 2m30s
  252. янв 04 13:26:49 anthony-pc snapd[291301]: logger.go:92: DEBUG: activation done in 541ms
  253. янв 04 13:26:49 anthony-pc systemd[1]: Started snapd.service - Snap Daemon.
  254. янв 04 13:26:49 anthony-pc snapd[291301]: main.go:155: Exiting on terminated signal.
  255. янв 04 13:26:49 anthony-pc systemd[1]: Stopping snapd.service - Snap Daemon...
  256. янв 04 13:26:49 anthony-pc snapd[291301]: logger.go:92: DEBUG: Next refresh scheduled for 2024-01-04T20:13:18+08:00.
  257. янв 04 13:26:49 anthony-pc snapd[291301]: overlord.go:516: Released state lock file
  258. янв 04 13:26:49 anthony-pc systemd[1]: snapd.service: Deactivated successfully.
  259. янв 04 13:26:49 anthony-pc systemd[1]: Stopped snapd.service - Snap Daemon.
  260. янв 04 13:26:49 anthony-pc systemd[1]: Starting snapd.service - Snap Daemon...
  261. янв 04 13:26:50 anthony-pc snapd[291438]: logger.go:92: DEBUG: restarting into "/snap/snapd/current/usr/lib/snapd/snapd"
  262. янв 04 13:26:50 anthony-pc snapd[291438]: overlord.go:272: Acquiring state lock file
  263. янв 04 13:26:50 anthony-pc snapd[291438]: overlord.go:277: Acquired state lock file
  264. янв 04 13:26:50 anthony-pc snapd[291438]: daemon.go:247: started snapd/2.60.4 (series 16; classic) ubuntu/23.04 (amd64) linux/6.2.0-39-generic.
  265. янв 04 13:26:50 anthony-pc snapd[291438]: daemon.go:340: adjusting startup timeout by 2m0s (pessimistic estimate of 30s plus 5s per snap)
  266. янв 04 13:26:50 anthony-pc snapd[291438]: backends.go:58: AppArmor status: apparmor is enabled and all features are available (using snapd provided apparmor_parser)
  267. янв 04 13:26:50 anthony-pc snapd[291438]: logger.go:92: DEBUG: will consider standby after: 5s
  268. янв 04 13:26:50 anthony-pc snapd[291438]: logger.go:92: DEBUG: Setting up sd_notify() watchdog timer every 2m30s
  269. янв 04 13:26:50 anthony-pc snapd[291438]: logger.go:92: DEBUG: activation done in 126ms
  270. янв 04 13:26:50 anthony-pc systemd[1]: Started snapd.service - Snap Daemon.
  271. янв 04 13:26:50 anthony-pc snapd[291438]: logger.go:92: DEBUG: Next refresh scheduled for 2024-01-04T21:50:13+08:00.
  272. янв 04 13:26:50 anthony-pc snapd[291438]: logger.go:92: DEBUG: pid=291396;uid=0;socket=/run/snapd.socket; GET /v2/snaps/system/conf?keys=seed.loaded 100.59699ms 200
  273. янв 04 13:26:51 anthony-pc snapd[291438]: logger.go:92: DEBUG: pid=291628;uid=0;socket=/run/snapd.socket; GET /v2/snaps/system/conf?keys=seed.loaded 83.454µs 200
  274. янв 04 13:28:36 anthony-pc snapd[291438]: api_snaps.go:412: Installing snap "gitkraken" revision unset
  275. янв 04 13:28:36 anthony-pc snapd[291438]: logger.go:92: DEBUG: Deltas enabled. Adding header Snap-Accept-Delta-Format: xdelta3
  276. янв 04 13:28:36 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/snaps/refresh, attempt 1, elapsed time=11.325µs
  277. янв 04 13:28:42 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/snaps/refresh finished after 1 retries, elapsed time=5.469994675s, status: 408
  278. янв 04 13:28:42 anthony-pc snapd[291438]: logger.go:92: DEBUG: pid=296046;uid=0;socket=/run/snapd.socket; POST /v2/snaps/gitkraken 5.474714131s 400
  279. янв 04 13:29:24 anthony-pc snapd[291438]: logger.go:92: DEBUG: Deltas enabled. Adding header Snap-Accept-Delta-Format: xdelta3
  280. янв 04 13:29:24 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/snaps/refresh, attempt 1, elapsed time=2.568µs
  281. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/snaps/refresh finished after 1 retries, elapsed time=5.468135235s, status: 408
  282. янв 04 13:29:30 anthony-pc snapd[291438]: assertstate.go:93: bulk refresh of snap-declarations failed, falling back to one-by-one assertion fetching: unsuccessful bulk assertion refresh, fallback: cannot query the store for updates: got unexpected HTTP status code 408 via POST to "https://api.snapcraft.io/v2/snaps/refresh"
  283. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/rw36mkAjdIKl13dzfwyxP87cejpyIcct?max-format=5, attempt 1, elapsed time=2.62µs
  284. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/rw36mkAjdIKl13dzfwyxP87cejpyIcct?max-format=5 finished after 1 retries, elapsed time=466.384483ms, status: 200
  285. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/account-key/BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul?max-format=0, attempt 1, elapsed time=1.733µs
  286. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/account-key/BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul?max-format=0 finished after 1 retries, elapsed time=129.462747ms, status: 200
  287. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/CSO04Jhav2yK0uz97cr0ipQRyqg0qQL6?max-format=5, attempt 1, elapsed time=2.835µs
  288. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/CSO04Jhav2yK0uz97cr0ipQRyqg0qQL6?max-format=5 finished after 1 retries, elapsed time=136.137473ms, status: 200
  289. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/NmbO4ZEgTCbugdJuIMrIio0LXczdU5WN?max-format=5, attempt 1, elapsed time=4.794µs
  290. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/NmbO4ZEgTCbugdJuIMrIio0LXczdU5WN?max-format=5 finished after 1 retries, elapsed time=129.614504ms, status: 200
  291. янв 04 13:29:30 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/3wdHCAVyZEmYsCMFDE9qt92UV8rC8Wdk?max-format=5, attempt 1, elapsed time=1.625µs
  292. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/3wdHCAVyZEmYsCMFDE9qt92UV8rC8Wdk?max-format=5 finished after 1 retries, elapsed time=127.720157ms, status: 200
  293. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/account/OgeoZuqQpVvSr9eGKJzNCrFGSaKXpkey?max-format=0, attempt 1, elapsed time=2.372µs
  294. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/account/OgeoZuqQpVvSr9eGKJzNCrFGSaKXpkey?max-format=0 finished after 1 retries, elapsed time=125.38592ms, status: 200
  295. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/TKv5Fm000l4XiUYJW9pjWHLkCPlDbIg1?max-format=5, attempt 1, elapsed time=2.011µs
  296. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/TKv5Fm000l4XiUYJW9pjWHLkCPlDbIg1?max-format=5 finished after 1 retries, elapsed time=123.395999ms, status: 200
  297. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/JyXqEgtoFceo2Ppmyr1XrbqOoRIkNRrS?max-format=5, attempt 1, elapsed time=3.799µs
  298. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/JyXqEgtoFceo2Ppmyr1XrbqOoRIkNRrS?max-format=5 finished after 1 retries, elapsed time=167.065869ms, status: 200
  299. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/account/wqt9p6FS6WDwsH5fMwbAMyY7yMZ4FKOJ?max-format=0, attempt 1, elapsed time=5.629µs
  300. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/account/wqt9p6FS6WDwsH5fMwbAMyY7yMZ4FKOJ?max-format=0 finished after 1 retries, elapsed time=129.372815ms, status: 200
  301. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/vwuGsz3C8WZOc4QYavfmQKh4BKyow8wa?max-format=5, attempt 1, elapsed time=1.791µs
  302. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/vwuGsz3C8WZOc4QYavfmQKh4BKyow8wa?max-format=5 finished after 1 retries, elapsed time=143.686902ms, status: 200
  303. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/account/azeY8NFWT3ReZmbOxl2bDysiOJYYrPXs?max-format=0, attempt 1, elapsed time=1.777µs
  304. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/account/azeY8NFWT3ReZmbOxl2bDysiOJYYrPXs?max-format=0 finished after 1 retries, elapsed time=179.059303ms, status: 200
  305. янв 04 13:29:31 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/EISPgh06mRh1vordZY9OZ34QHdd7OrdR?max-format=5, attempt 1, elapsed time=7.437µs
  306. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/EISPgh06mRh1vordZY9OZ34QHdd7OrdR?max-format=5 finished after 1 retries, elapsed time=135.034354ms, status: 200
  307. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/Ht0aUHi7ofh9Fbwh6m7jUN2pAy6kzBiu?max-format=5, attempt 1, elapsed time=1.805µs
  308. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/Ht0aUHi7ofh9Fbwh6m7jUN2pAy6kzBiu?max-format=5 finished after 1 retries, elapsed time=125.713606ms, status: 200
  309. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/account/qXCsqdX95tRyVlJUKTKESXEAuNRPfJob?max-format=0, attempt 1, elapsed time=3.544µs
  310. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/account/qXCsqdX95tRyVlJUKTKESXEAuNRPfJob?max-format=0 finished after 1 retries, elapsed time=127.760134ms, status: 200
  311. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/lATO8HzwVvrAPrlZRAWpfyrJKlAJrZS3?max-format=5, attempt 1, elapsed time=7.41µs
  312. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/lATO8HzwVvrAPrlZRAWpfyrJKlAJrZS3?max-format=5 finished after 1 retries, elapsed time=128.556408ms, status: 200
  313. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/DLqre5XGLbDqg9jPtiAhRRjDuPVa5X1q?max-format=5, attempt 1, elapsed time=1.706µs
  314. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/DLqre5XGLbDqg9jPtiAhRRjDuPVa5X1q?max-format=5 finished after 1 retries, elapsed time=131.980161ms, status: 200
  315. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/QRDEfjn4WJYnm0FzDKwqqRZZI77awQEV?max-format=5, attempt 1, elapsed time=1.81µs
  316. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/QRDEfjn4WJYnm0FzDKwqqRZZI77awQEV?max-format=5 finished after 1 retries, elapsed time=138.912805ms, status: 200
  317. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/account/JvtzsxbsHivZLdvzrt0iqW529riGLfXJ?max-format=0, attempt 1, elapsed time=1.815µs
  318. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/account/JvtzsxbsHivZLdvzrt0iqW529riGLfXJ?max-format=0 finished after 1 retries, elapsed time=124.08155ms, status: 200
  319. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/PMrrV4ml8uWuEUDBT8dSGnKUYbevVhc4?max-format=5, attempt 1, elapsed time=6.198µs
  320. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/PMrrV4ml8uWuEUDBT8dSGnKUYbevVhc4?max-format=5 finished after 1 retries, elapsed time=134.691241ms, status: 200
  321. янв 04 13:29:32 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/r3zbWgwUK3V6gDlriZ1qAR5KoP04SC8b?max-format=5, attempt 1, elapsed time=5.183µs
  322. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/r3zbWgwUK3V6gDlriZ1qAR5KoP04SC8b?max-format=5 finished after 1 retries, elapsed time=144.128996ms, status: 200
  323. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/account/2rsYZu6kqYVFsSejExu4YENdXQEO40Xb?max-format=0, attempt 1, elapsed time=2.346µs
  324. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/account/2rsYZu6kqYVFsSejExu4YENdXQEO40Xb?max-format=0 finished after 1 retries, elapsed time=129.741109ms, status: 200
  325. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/amcUKQILKXHHTlmSa7NMdnXSx02dNeeT?max-format=5, attempt 1, elapsed time=9.22µs
  326. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/amcUKQILKXHHTlmSa7NMdnXSx02dNeeT?max-format=5 finished after 1 retries, elapsed time=128.708527ms, status: 200
  327. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/3faKn1hkBHHE6SCJ1W3QDTPWRlumswc4?max-format=5, attempt 1, elapsed time=8.18µs
  328. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/3faKn1hkBHHE6SCJ1W3QDTPWRlumswc4?max-format=5 finished after 1 retries, elapsed time=170.182932ms, status: 200
  329. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/account/kqlFDRrntOcgimoVHggMZb34zN1CPdbA?max-format=0, attempt 1, elapsed time=1.772µs
  330. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/account/kqlFDRrntOcgimoVHggMZb34zN1CPdbA?max-format=0 finished after 1 retries, elapsed time=171.819826ms, status: 200
  331. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/jZLfBRzf1cYlYysIjD2bwSzNtngY0qit?max-format=5, attempt 1, elapsed time=1.873µs
  332. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/jZLfBRzf1cYlYysIjD2bwSzNtngY0qit?max-format=5 finished after 1 retries, elapsed time=166.403378ms, status: 200
  333. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/assertions/snap-declaration/16/99T7MUlRhtI3U0QFgl5mXXESAiSwt776?max-format=5, attempt 1, elapsed time=3.638µs
  334. янв 04 13:29:33 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/assertions/snap-declaration/16/99T7MUlRhtI3U0QFgl5mXXESAiSwt776?max-format=5 finished after 1 retries, elapsed time=129.762121ms, status: 200
  335. янв 04 13:29:34 anthony-pc snapd[291438]: logger.go:92: DEBUG: Deltas enabled. Adding header Snap-Accept-Delta-Format: xdelta3
  336. янв 04 13:29:34 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/snaps/refresh, attempt 1, elapsed time=2.872µs
  337. янв 04 13:29:38 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying because of: EOF (EOF)
  338. янв 04 13:29:38 anthony-pc snapd[291438]: logger.go:92: DEBUG: ShouldRetryError: EOF *errors.errorString -> true
  339. янв 04 13:29:38 anthony-pc snapd[291438]: logger.go:92: DEBUG: Retrying https://api.snapcraft.io/v2/snaps/refresh, attempt 2, elapsed time=4.982366957s
  340. янв 04 13:29:44 anthony-pc snapd[291438]: logger.go:92: DEBUG: The retry loop for https://api.snapcraft.io/v2/snaps/refresh finished after 2 retries, elapsed time=10.448749017s, status: 408
  341. янв 04 13:29:44 anthony-pc snapd[291438]: logger.go:92: DEBUG: pid=297951;uid=0;socket=/run/snapd.socket; POST /v2/snaps/core 19.882352148s 400
  342.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement