易陆发现互联网技术论坛

 找回密码
 开始注册
查看: 7|回复: 0
收起左侧

ERROR oslo_service.service OSError: Server unexpectedly closed connectiony在opens

[复制链接]
发表于 2025-3-10 17:00:00 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?开始注册

x
这是nova-schuder的日志:
# P" V! M. |0 Y
& g. Y, j( @  X1 |+ ~/ H; N! p2025-03-10 15:04:39.383 65924 ERROR oslo_service.service Traceback (most recent call last):
. k. g5 `) d8 X/ z9 r2 A+ `# u" n2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 514, in channel0 c* g: d6 I6 ~, V0 r! M
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     return self.channels[channel_id]
' v; D% w) j" I# k7 B2025-03-10 15:04:39.383 65924 ERROR oslo_service.service KeyError: None, G3 w) r0 `6 u1 A  p
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service : O- ~# I5 V$ J: f) b
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service During handling of the above exception, another exception occurred:* Z4 ?$ ?" H  p, ]- c
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service # n; _2 k( q$ S
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service Traceback (most recent call last):' k) p; p- _1 y$ y1 v1 V. }
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_service/service.py", line 806, in run_service' u( P; R: j1 p  W3 W9 y
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     service.start(); ^. c" X1 w& q" A
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/nova/service.py", line 195, in start8 M# `* {' u* f/ g+ R5 k( b
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     self.rpcserver.start()
1 [6 l1 X6 g5 [4 \" I2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in wrapper
8 r( l  k6 y: ]6 ^* [2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),% t9 L( n/ w( S% C+ E- M7 U
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 188, in run_once
9 @  c0 N& b, ~& f7 P. A2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     post_fn = fn()
( E: @& H' @. E0 c( r+ I3 K2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in <lambda>- V1 V. y- t+ ?" d1 i/ ~  g
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),
5 {& [. Y' n9 K, J  n2 T2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 413, in start
& O5 a" a; _; ?% s2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     self.listener = self._create_listener()
: G& }7 g5 F& T. v2 r, t2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/rpc/server.py", line 150, in _create_listener( r) \% C  o9 m
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     return self.transport._listen(self._target, 1, None)$ m8 N" x. E) k) q" {/ A6 U. ?
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/transport.py", line 142, in _listen4 Z7 z; t4 @) Y& O+ B
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     return self._driver.listen(target, batch_size,% A- q5 L& B2 o% h) n% `1 A
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 698, in listen) Z% r  e1 M- P5 [: O
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     conn = self._get_connection(rpc_common.PURPOSE_LISTEN)
0 @) Z1 |+ F+ h2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 605, in _get_connection
1 Z9 `$ z5 H7 h2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     return rpc_common.ConnectionContext(self._connection_pool,
8 ~- t9 n6 u% ?0 A0 u0 S/ q4 N* C2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/common.py", line 425, in __init__6 G* v9 a% g) N+ Y1 ]1 v
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     self.connection = connection_pool.create(purpose)
5 E. D/ `+ o& M1 A2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/pool.py", line 135, in create* |/ F" ~2 Y* K8 h) g6 c
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     return self.connection_cls(self.conf, self.url, purpose, retry=retry)) X- G- Q* I9 s+ @9 b
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 826, in __init__: g7 s. V9 C. c! C; \% U
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     self.ensure_connection()& r9 w! W" g7 j  W0 l/ K
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 964, in ensure_connection
- \: j: Z. ?: Q( P, H1 ?6 D1 j, _2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     self._set_current_channel(self.connection.channel()); y# e2 V& l0 C* [# V2 E2 o
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/connection.py", line 281, in channel
* B' K4 e0 P. g+ ?2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     chan = self.transport.create_channel(self.connection)5 ]7 O* @; u! M" O4 ~
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/transport/pyamqp.py", line 166, in create_channel
4 P. b4 v' \6 G6 i0 [9 z! ?. p2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     return connection.channel()3 P0 a$ V( N8 U0 B. P
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 517, in channel
$ M, b2 O4 j, k) e7 D2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     channel.open()
% M2 @0 A( ^% U# ?2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/channel.py", line 448, in open% U1 B0 `( G6 @! ?$ K% N
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     return self.send_method(: w! v0 \/ @9 X
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 79, in send_method) v+ V2 x$ I9 M4 o! z9 e. {
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     return self.wait(wait, returns_tuple=returns_tuple)# r; M7 {1 M1 D# h% e
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 99, in wait7 l0 W" `4 j1 }1 `- i" \
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     self.connection.drain_events(timeout=timeout)8 ^) I+ H( `8 ~/ u( }
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 525, in drain_events
% ?% b) y' O# c4 O, M& t2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     while not self.blocking_read(timeout):9 o& b& L. w! F
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 530, in blocking_read+ G6 r/ N/ n& M: V9 n
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     frame = self.transport.read_frame()7 n: c: {4 F6 q; [; i2 a* X8 V2 I
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 294, in read_frame. Q3 \. `8 T# h  f- ~
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     frame_header = read(7, True)  Z2 V% v3 u: R; d3 ~; @
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 635, in _read* W+ G2 y0 \" i; D
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')
# }' B4 ?* ]* [0 A/ T, J1 g: j2025-03-10 15:04:39.383 65924 ERROR oslo_service.service OSError: Server unexpectedly closed connection3 O" P. N8 Y8 W0 ]: y; P5 P
2025-03-10 15:04:39.383 65924 ERROR oslo_service.service
/ }, J2 O7 e% x% k* N5 ]) e+ }, @. R2025-03-10 15:04:39.385 65925 ERROR oslo_service.service [None req-efb3dcc9-6aa9-4ed4-976f-5a5a1be661aa - - - - - -] Error starting thread.: OSError: Server unexpectedly closed connection
% l1 Q/ R% A' ?3 N2025-03-10 15:04:39.385 65925 ERROR oslo_service.service Traceback (most recent call last):& V6 f* D2 Q* U
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 514, in channel' `( M3 `- t, p+ [, B
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     return self.channels[channel_id]( ~- |# h$ b# ^) i( y
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service KeyError: None
" o. X. w/ y% z2025-03-10 15:04:39.385 65925 ERROR oslo_service.service
# e  [0 R, V' n1 \2025-03-10 15:04:39.385 65925 ERROR oslo_service.service During handling of the above exception, another exception occurred:
, X& h0 E2 f1 k  d2 e2025-03-10 15:04:39.385 65925 ERROR oslo_service.service & ~# W' [% [# e! A$ o% m5 i
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service Traceback (most recent call last):
: \2 U, _/ p+ i( d0 z; y2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_service/service.py", line 806, in run_service& o/ G5 }: \$ X6 w1 Q
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     service.start()
  X# C) H3 p0 w& P) _# q# S2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/nova/service.py", line 195, in start, j) Z) v0 e3 h+ B% `
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     self.rpcserver.start()
3 O7 |( Q8 }2 z. k2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in wrapper
; k. ]2 A" p% I% Y5 [$ N( j) ~+ S) H2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),
& }. u9 `# ?6 u2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 188, in run_once& L5 ^) u9 r, ?
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     post_fn = fn()
6 u) B- D3 P5 T2 t2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in <lambda>
  S" X, e7 t2 ^3 E: j$ q( w2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),, ~. Q3 Q9 l/ T( t
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 413, in start+ _4 \& B6 `% [& M3 Q! z  r
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     self.listener = self._create_listener()3 X# g3 z, A. A: K( b4 W
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/rpc/server.py", line 150, in _create_listener, A. I* v' U: {/ P' z/ T
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     return self.transport._listen(self._target, 1, None)
) }4 q  f- w5 A" t- D2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/transport.py", line 142, in _listen* V' `  H$ `5 Y( Q
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     return self._driver.listen(target, batch_size,- j# q9 F  W+ i  ^4 Q$ J
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 698, in listen
% l) r: P: c5 N2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     conn = self._get_connection(rpc_common.PURPOSE_LISTEN)
( U$ S  ?6 ~, b& z2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 605, in _get_connection2 O+ p: w3 W6 I) N% P1 V
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     return rpc_common.ConnectionContext(self._connection_pool,
1 |9 W" v/ L7 P$ J2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/common.py", line 425, in __init__! G# `' Q. }3 @" @
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     self.connection = connection_pool.create(purpose)
4 A2 T& V) l2 V; A; V" g) h2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/pool.py", line 135, in create& b; D4 s) a: r- K5 Y" Y! m
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     return self.connection_cls(self.conf, self.url, purpose, retry=retry)$ y. R9 ^. w& E$ y3 Q
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 826, in __init__
# G0 w4 |- }; A/ t5 |  D* `5 u# I2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     self.ensure_connection()
3 E) o0 c. F2 f" k5 X) K2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 964, in ensure_connection; t4 g4 ^7 ~& [# H$ L8 U
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     self._set_current_channel(self.connection.channel())
5 {3 m, E1 T) d' O  L  J2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/connection.py", line 281, in channel) t- k! m! E6 _5 F  J
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     chan = self.transport.create_channel(self.connection)( c! W; \4 Y) }4 k0 O6 l0 o1 [
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/transport/pyamqp.py", line 166, in create_channel1 J/ A) k0 Q" N5 P% A. i9 J  ^
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     return connection.channel()
# i% F+ b' R2 u1 H% Z$ L  D2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 517, in channel* h! f3 X8 k$ b/ g1 z% G
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     channel.open()
) \1 m& |% l  {0 v) c+ B2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/channel.py", line 448, in open
) ]. a6 Y# I1 D- L5 T2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     return self.send_method(
! E& e# h, t6 F. K# C2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 79, in send_method
' u9 e& W' m4 M. s2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     return self.wait(wait, returns_tuple=returns_tuple)
# T& H9 ?$ K0 C0 q- s' z2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 99, in wait
% S* W  U7 r# [2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     self.connection.drain_events(timeout=timeout)
4 {( k0 V3 O% M- j6 x4 w$ J$ z2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 525, in drain_events! ?1 {( M  e, Y+ Q0 \
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     while not self.blocking_read(timeout):
1 Z8 @; F! W7 f7 k2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 530, in blocking_read" D- \3 w1 o; r& Q8 V- X( ?! I& _
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     frame = self.transport.read_frame()
7 n3 b5 B( C( K2 H& Q% Z# t9 P2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 294, in read_frame% m  P# m. R& Z' `! W. c1 b- n
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     frame_header = read(7, True)0 s! f$ {+ @+ @
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 635, in _read
, v& o3 ^. R$ U, i/ M" Z1 ?0 J5 Z% E2025-03-10 15:04:39.385 65925 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')! D$ s8 e+ q6 w9 |7 W& d
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service OSError: Server unexpectedly closed connection2 f$ \: |; Z  Q4 T: H& d9 m' Y
2025-03-10 15:04:39.385 65925 ERROR oslo_service.service & I$ A% r; ]1 {! _1 {0 ]9 k/ ~' {
2025-03-10 15:04:39.407 64547 INFO oslo_service.service [None req-730cac04-458a-4a9d-a40c-d822249d389b - - - - - -] Child 65924 exited with status 1# J  X, u, }/ J3 i  Z7 S
2025-03-10 15:04:39.411 64547 INFO oslo_service.service [None req-730cac04-458a-4a9d-a40c-d822249d389b - - - - - -] Forking too fast, sleeping) C. Y, s/ y0 B" _9 ]- z1 w
2025-03-10 15:04:40.417 64547 INFO oslo_service.service [None req-730cac04-458a-4a9d-a40c-d822249d389b - - - - - -] Child 65925 exited with status 1) |2 M. S/ m; Z* q: e  r4 ?
2025-03-10 15:04:40.421 64547 INFO oslo_service.service [None req-730cac04-458a-4a9d-a40c-d822249d389b - - - - - -] Forking too fast, sleeping
- Q+ T7 L" F- k- G/ ]0 q2025-03-10 15:04:40.429 65928 INFO nova.service [-] Starting scheduler node (version 28.3.0-1.el9s)1 p4 q! d3 _( [1 m; i' z( o; f
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service [None req-df63421d-4e77-4628-9ed7-e945081e1077 - - - - - -] Error starting thread.: OSError: Server unexpectedly closed connection
/ |: a# O" u3 h+ V* I2025-03-10 15:04:40.506 65928 ERROR oslo_service.service Traceback (most recent call last):: C: @) F  R- j4 J
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 514, in channel
; R  [# S* r0 e) c: o. y6 H2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     return self.channels[channel_id]# a: R9 `  Q* L9 A( H
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service KeyError: None
8 U" x  \5 g7 L  z% D. a4 E2025-03-10 15:04:40.506 65928 ERROR oslo_service.service
2 R" H# `* Y4 }4 W2025-03-10 15:04:40.506 65928 ERROR oslo_service.service During handling of the above exception, another exception occurred:4 j/ \" D( b+ X9 j
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service
1 ~$ N- ]' P0 Q! H3 z6 L8 K& x- c2025-03-10 15:04:40.506 65928 ERROR oslo_service.service Traceback (most recent call last):( W4 t/ M0 {1 g
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_service/service.py", line 806, in run_service9 c! I% D" q$ L' }
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     service.start()# j7 ~7 C  H1 ]  U4 Q7 a$ ^% ~
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/nova/service.py", line 195, in start1 C! O3 r, z( L( ^3 p# q
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     self.rpcserver.start()
: I; G! K1 }; z2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in wrapper
5 g4 n! j+ T9 G% k! _2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),; j+ I- J4 ?4 Q( m; [; G' u
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 188, in run_once
0 Y; F$ m& w/ K2 M. N% n2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     post_fn = fn()
. r0 c/ U" Y( H+ |' B2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 267, in <lambda>' g2 y2 t7 r$ ^
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     states[state].run_once(lambda: fn(self, *args, **kwargs),& j' C: P# W. o. B$ O
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/server.py", line 413, in start" H- l, [: ^, v2 b" K6 B
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     self.listener = self._create_listener()- H6 I6 h4 K5 `' Z; _
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/rpc/server.py", line 150, in _create_listener4 e' ?8 p& v9 ~7 `# D( t
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     return self.transport._listen(self._target, 1, None), }# [1 w* a  A4 _9 N5 x2 u
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/transport.py", line 142, in _listen
6 Y$ E. C/ J2 P8 A2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     return self._driver.listen(target, batch_size,7 I7 f" k* \" _3 ~7 |5 \! Y
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 698, in listen( K  t2 E: Q# y! E; ^6 B
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     conn = self._get_connection(rpc_common.PURPOSE_LISTEN)
; s/ Z4 F2 Q, L" @  i5 M3 ~. N2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 605, in _get_connection
- w2 M& q5 ^) u5 m6 H6 ^2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     return rpc_common.ConnectionContext(self._connection_pool,
1 g4 w* E9 x1 m1 ?- u$ {9 t( G. V2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/common.py", line 425, in __init__) s" O# e, z* E4 R( B. ^  ^: A9 s
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     self.connection = connection_pool.create(purpose). a# @# G+ J0 n, x( L/ p
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/pool.py", line 135, in create
# z, ~) s/ e' V, n2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     return self.connection_cls(self.conf, self.url, purpose, retry=retry)
" g% D5 T& l$ O% _4 Q2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 826, in __init__
; }5 x. [2 n7 `8 I2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     self.ensure_connection()
9 n" m) n( \5 Q9 Z) g' i5 j( h2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 964, in ensure_connection8 `/ E3 a6 L! A' ~& c
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     self._set_current_channel(self.connection.channel())
2 \% B$ f3 c3 H9 `( F/ J2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/connection.py", line 281, in channel' [7 j* [7 q( Y% C
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     chan = self.transport.create_channel(self.connection)4 T2 I  ?* ^* S, Y
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/kombu/transport/pyamqp.py", line 166, in create_channel
) W0 ]5 A* P$ |' z+ ^7 ~' H2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     return connection.channel()4 \3 o* ]5 i. s# N' x
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 517, in channel
; D/ \& g4 ^, x- n2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     channel.open()
4 ]" M4 i2 t! o. y0 `/ e2 R2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/channel.py", line 448, in open0 V6 }& M" A9 R8 H3 M, N" O3 J3 k  x0 _
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     return self.send_method(
9 T. }' ]: ?) D8 B0 G2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 79, in send_method: r2 E4 R9 f8 o/ j
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     return self.wait(wait, returns_tuple=returns_tuple)
3 ~/ S3 q9 G/ m& H+ I2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/abstract_channel.py", line 99, in wait9 Z) b( c9 L/ c* V; m6 H- w
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     self.connection.drain_events(timeout=timeout)
0 r( m: J7 I7 k) \- D1 w2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 525, in drain_events
9 u  h5 I; N) Q( f+ a2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     while not self.blocking_read(timeout):# a- S; E* R, F2 [
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/connection.py", line 530, in blocking_read8 k# d( b- E4 s" s7 s! p
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     frame = self.transport.read_frame()+ S/ a+ K( u& Y/ U* |/ g6 ]* k+ f" U
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 294, in read_frame% ~( D. s: ~7 l
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     frame_header = read(7, True)7 R* e$ F" N8 a! d6 M
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service   File "/usr/lib/python3.9/site-packages/amqp/transport.py", line 635, in _read# z. Y9 K& k! g& z8 O* i
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service     raise OSError('Server unexpectedly closed connection')$ `% i; j, j9 i) w# v- o2 S( B2 r
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service OSError: Server unexpectedly closed connection& N4 p9 y/ S/ V: y. o
2025-03-10 15:04:40.506 65928 ERROR oslo_service.service * V0 `" v& D: |7 l. ~

: l# R' B5 w  W! L! U( I' l6 j
* l4 S" V  ?$ F: Y9 ~4 {- `* x$ ~! C) _1 c9 f/ _
# p6 k: o4 N4 w3 P8 {, L' ]1 Y3 W: s
tail -f /var/log/rabbitmq/rabbit@controller.log
/ o0 t2 X4 o: ^& o7 R2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>     errorContext: shutdown
6 j9 X  f* E/ g9 y3 |( y6 c7 L2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>     reason: reached_max_restart_intensity- N, H" F/ L% u& {8 @
2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>     offender: [{pid,<0.17503.0>},
6 \! ?- I4 h; w& J7 I2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>                {id,reader},
' ?1 ?% H$ A3 E0 G, @2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>                {mfargs,{rabbit_reader,start_link,' x3 Z1 a, E& i+ f
2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>                                       [<0.17501.0>,
: L* X3 N  L( m+ _- N2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},2 w1 W) j0 L+ F
2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>                {restart_type,intrinsic},5 R/ `8 h" F+ L: I/ h
2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>                {shutdown,300000},5 ~* {; C' P, q3 N0 n
2025-03-10 15:07:56.099851+08:00 [error] <0.17499.0>                {child_type,worker}]; m' a. m/ a# E( f2 q  E* Z
2025-03-10 15:07:57.162718+08:00 [info] <0.17532.0> accepting AMQP connection <0.17532.0> (192.168.8.200:56878 -> 192.168.8.200:5672)0 P+ n8 o9 W# D$ b' C
2025-03-10 15:07:57.164872+08:00 [info] <0.17532.0> Connection <0.17532.0> (192.168.8.200:56878 -> 192.168.8.200:5672) has a client-provided name: nova-scheduler:66635:d75c7086-99d1-461a-86b9-880049badd8f, M1 w4 s$ z2 G: H3 I+ a
2025-03-10 15:07:57.166399+08:00 [info] <0.17532.0> connection <0.17532.0> (192.168.8.200:56878 -> 192.168.8.200:5672 - nova-scheduler:66635:d75c7086-99d1-461a-86b9-880049badd8f): user 'openstack' authenticated and granted access to vhost '/'" W( Z# t$ ~' J
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>   crasher:
+ K; }. y- l2 l2 B) O, j2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     initial call: rabbit_reader:init/3% K- ^: j. N) h' w8 N# j9 ~
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     pid: <0.17532.0>
3 n2 k7 q' d, i- r, x9 e1 S2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     registered_name: []. R" J2 @  Z% Q+ {5 c, |  N0 O
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     exception exit: {unexpected_message,{'EXIT',#Port<0.2073>,einval}}
$ K# z' ?* }6 F4 e. X2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>       in function  rabbit_reader:handle_other/2 (rabbit_reader.erl, line 641)
1 H2 u, H; D& }+ n7 T. N( I2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>       in call from rabbit_reader:mainloop/4 (rabbit_reader.erl, line 532)" X6 t: e& w2 x8 }2 Q) c
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>       in call from rabbit_reader:run/1 (rabbit_reader.erl, line 454)
. F2 y4 Q$ k' X( N; _0 z  k2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>       in call from rabbit_reader:start_connection/4 (rabbit_reader.erl, line 353)' y' Q9 X, `) Z, b* z: D
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     ancestors: [<0.17530.0>,<0.578.0>,<0.577.0>,<0.576.0>,<0.574.0>,
; m2 V. r6 r! `0 `* E2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                   <0.573.0>,rabbit_sup,<0.237.0>]* x5 f- ?. K! ], E
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     message_queue_len: 0
+ L) g$ r% n: N! d: r& C9 V" k) Q2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     messages: []
" b" y8 Z! X6 t7 D+ b2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     links: [<0.17530.0>]
5 h& X, Q! l  W7 h* U: f/ R: x2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     dictionary: [{process_name,
0 y- t+ b9 \( I  j/ _2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                       {rabbit_reader,' ~8 q. |/ Y  v
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                           <<"192.168.8.200:56878 -> 192.168.8.200:5672 - nova-scheduler:66635:d75c7086-99d1-461a-86b9-880049badd8f">>}},
% u. A, m, U' w' s0 h+ m8 I9 `2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                   {{ch_pid,<0.17541.0>},8 c) U5 s  l+ e0 g& K$ V+ g0 _
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                    {1,#Ref<0.3335610103.354942977.69028>}},
. Z4 P3 S5 @) W" I# z4 l! H2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                   {connection_user_provided_name,7 A) \4 O- {+ I! y' F* p2 o* h! X
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                       <<"nova-scheduler:66635:d75c7086-99d1-461a-86b9-880049badd8f">>},
( p! h- r5 W+ ~  `, z2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                   {{channel,1},, F, u5 _. @7 k/ Z, H; C( [
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                    {<0.17541.0>,{method,rabbit_framing_amqp_0_9_1}}},
2 Y) T1 _; Z8 X2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                   {client_properties,' F5 g: j" |9 R$ x6 y
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                       [{<<"product">>,longstr,<<"py-amqp">>},
7 Z% e- u4 C+ E% b2 W: V6 }* J4 ^. |2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                        {<<"product_version">>,longstr,<<"5.1.1">>},
% E' k8 z$ l: j  g( _2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                        {<<"capabilities">>,table,
3 l; Q) \+ t1 e2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                         [{<<"authentication_failure_close">>,bool,true},
5 s9 o, V: T9 v, c6 S2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                          {<<"connection.blocked">>,bool,true},. z2 t7 J  {4 U8 S
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                          {<<"consumer_cancel_notify">>,bool,true}]},
) \* N8 e* p/ g7 ]) f1 A- r) n2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                        {<<"connection_name">>,longstr," L3 l6 ]# q' m4 S! x# x( d2 Q3 R
2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>                         <<"nova-scheduler:66635:d75c7086-99d1-461a-86b9-880049badd8f">>}]}]
+ ]; t; k; S- l6 l8 B. E: E/ j2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     trap_exit: true
  O" I# r# I4 d/ e2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     status: running
. a6 D; J0 r/ R8 M% H4 k2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     heap_size: 2586
5 u0 K' T5 Q  x) G2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     stack_size: 28
* O$ ]7 u- ~' U  q2 n% h2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>     reductions: 12149
0 Z$ G- E0 ~) u4 V( y% V2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0>   neighbours:
- X$ v/ X" O! K2025-03-10 15:07:57.167881+08:00 [error] <0.17532.0> 6 u$ A4 t/ K6 N! m5 {
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>     supervisor: {<0.17530.0>,rabbit_connection_sup}% q# b! \+ W5 T  }3 n- F
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>     errorContext: child_terminated9 a% u4 F  j( c4 }3 ~6 G
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>     reason: {unexpected_message,{'EXIT',#Port<0.2073>,einval}}2 l) t& N. n# U. S0 c
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>     offender: [{pid,<0.17532.0>},
6 x9 o4 P7 p& P/ t" n) }2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>                {id,reader}," I/ k5 C4 v4 G, o& Y' U( k
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>                {mfargs,{rabbit_reader,start_link,  U5 ~& k3 U4 o+ m+ H
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>                                       [<0.17531.0>,  _; E: l( F. b
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},3 q# O5 v  x. j# U" Q% _" L
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>                {restart_type,intrinsic},* h5 ?$ ?3 B7 R+ T# m+ b
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>                {shutdown,300000},% G( |2 f. Z  \, x
2025-03-10 15:07:57.168858+08:00 [error] <0.17530.0>                {child_type,worker}]
& v5 i7 r2 l' c" c% [. F9 j+ R2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>     supervisor: {<0.17530.0>,rabbit_connection_sup}, f8 l7 G8 g& v6 F0 G
2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>     errorContext: shutdown# E7 }: a+ N: W$ ?5 C; p
2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>     reason: reached_max_restart_intensity
! h7 E2 Y' h6 Z- F2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>     offender: [{pid,<0.17532.0>},9 c! _( ~' [9 i" G
2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>                {id,reader},
8 H; S; ^% \4 U4 C& r7 W5 g2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>                {mfargs,{rabbit_reader,start_link,; |, _) m8 E9 g& L. ~1 D/ L7 l! o
2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>                                       [<0.17531.0>,% o4 [. v4 O& _( V: @; ?) S: n
2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}}," v2 c0 J: B4 ?- ^/ h" U" p+ H% ~) L
2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>                {restart_type,intrinsic}," h$ ?  S+ Y* K& k0 ]
2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>                {shutdown,300000},+ W. K! m# Z, h' s7 j$ W5 x
2025-03-10 15:07:57.169105+08:00 [error] <0.17530.0>                {child_type,worker}]- Y+ Q, s5 ^& |: l
2025-03-10 15:07:57.198958+08:00 [info] <0.17549.0> accepting AMQP connection <0.17549.0> (192.168.8.200:56884 -> 192.168.8.200:5672)2 [' Z: a8 G% f  D
2025-03-10 15:07:57.200954+08:00 [info] <0.17549.0> Connection <0.17549.0> (192.168.8.200:56884 -> 192.168.8.200:5672) has a client-provided name: nova-conductor:66636:97383aeb-98b2-45ac-9bb5-aeadb1838354
( V8 }3 |- v0 s- H  D* A2025-03-10 15:07:57.202534+08:00 [info] <0.17549.0> connection <0.17549.0> (192.168.8.200:56884 -> 192.168.8.200:5672 - nova-conductor:66636:97383aeb-98b2-45ac-9bb5-aeadb1838354): user 'openstack' authenticated and granted access to vhost '/'& N( K/ h' r" n" D% j4 g  f
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>   crasher:
8 a% a3 ]+ A) T2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     initial call: rabbit_reader:init/38 ~3 Z- c1 J0 {, v9 i$ |  I
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     pid: <0.17549.0>
  T' J4 [$ D+ p% {0 O2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     registered_name: []
5 F& d, Z2 J: F! U: _( h2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     exception exit: {unexpected_message,{'EXIT',#Port<0.2075>,einval}}
  ~* K1 ?6 a/ Z5 \4 K. z/ r7 [2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>       in function  rabbit_reader:handle_other/2 (rabbit_reader.erl, line 641)
% K" C! ?+ c+ T, y8 r2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>       in call from rabbit_reader:mainloop/4 (rabbit_reader.erl, line 532)" o' M" \+ R, t# T1 I& N4 g
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>       in call from rabbit_reader:run/1 (rabbit_reader.erl, line 454)
: e& U" Q* \5 C; |" j- }6 G2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>       in call from rabbit_reader:start_connection/4 (rabbit_reader.erl, line 353)
/ X4 Y. ~5 U, Q: B' y2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     ancestors: [<0.17547.0>,<0.578.0>,<0.577.0>,<0.576.0>,<0.574.0>,
+ W0 ]: M) |  c0 C$ o, L7 r0 h2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                   <0.573.0>,rabbit_sup,<0.237.0>]4 |; o8 H2 t  Z/ s9 c8 u2 U: Y
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     message_queue_len: 0
2 B# |- }) e) d) O* T9 d2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     messages: []
& t1 A: E3 t1 ^1 n2 N+ x  [2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     links: [<0.17547.0>]1 ~2 m0 Y1 h3 o; K% p' T! {
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     dictionary: [{process_name,
/ p" T* J- [, W. l% ?2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                       {rabbit_reader,
9 B) E4 ?! Y7 \+ `2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                           <<"192.168.8.200:56884 -> 192.168.8.200:5672 - nova-conductor:66636:97383aeb-98b2-45ac-9bb5-aeadb1838354">>}},
2 Z. {) b" ~- J: n9 D2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                   {{ch_pid,<0.17558.0>},# d( n8 S& M3 e' p  V; J0 q
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                    {1,#Ref<0.3335610103.354942977.69102>}},
4 n2 \" O+ d$ w2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                   {connection_user_provided_name,( O0 i6 l& r. u, t- h$ @
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                       <<"nova-conductor:66636:97383aeb-98b2-45ac-9bb5-aeadb1838354">>},
) o& c  U$ S0 L3 ~2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                   {{channel,1},
$ z. Z$ r7 _3 e6 O" u3 `. Y% P2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                    {<0.17558.0>,{method,rabbit_framing_amqp_0_9_1}}},& }. d8 e# b1 R
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                   {client_properties,
% V& [7 }8 u. `8 v: |' B" S' O2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                       [{<<"product">>,longstr,<<"py-amqp">>},8 g9 }2 G6 \/ P, I
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                        {<<"product_version">>,longstr,<<"5.1.1">>},
$ L- H( z( x# b: o7 g" |, |2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                        {<<"capabilities">>,table," ^* b9 `' ?* ^, u4 q1 D# t; ]
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                         [{<<"authentication_failure_close">>,bool,true},
+ O% N+ Y. X4 a5 M3 w8 @  A2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                          {<<"connection.blocked">>,bool,true},
: a+ A) H* N; j$ d1 I; t6 ~; ^2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                          {<<"consumer_cancel_notify">>,bool,true}]},+ O$ ^6 ?) Z) h! P: Q: U3 P5 P
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                        {<<"connection_name">>,longstr,! Y) U6 |3 @3 J8 n
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>                         <<"nova-conductor:66636:97383aeb-98b2-45ac-9bb5-aeadb1838354">>}]}]
9 h1 c) A1 Q* p: }2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     trap_exit: true
; P2 M; n) |% q3 U& i2 z2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     status: running% F( k% p6 w) M5 _9 e; @5 ?- \7 ^8 h
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     heap_size: 2586& q, r* D. \. k& `
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     stack_size: 28& D$ T9 b! f6 d' M
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>     reductions: 12138
6 l( s2 W7 k3 u2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0>   neighbours:9 v( R" d. y  S9 p7 l* U/ X' [
2025-03-10 15:07:57.210607+08:00 [error] <0.17549.0> 3 G' w0 `* G- F
2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>     supervisor: {<0.17547.0>,rabbit_connection_sup}
& }, x( |2 ?! A# v2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>     errorContext: child_terminated5 r9 f' K; D, s+ S- y
2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>     reason: {unexpected_message,{'EXIT',#Port<0.2075>,einval}}
. s- K4 N/ v, I' v: [" [2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>     offender: [{pid,<0.17549.0>},* s" R$ ?0 H6 S" h) g& M6 l* V- p: G
2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>                {id,reader},
0 r. t- ~2 H6 K6 R4 V7 V2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>                {mfargs,{rabbit_reader,start_link,: h8 A0 T; G3 N( R4 D
2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>                                       [<0.17548.0>,8 T+ e. U: l4 e$ L8 h5 b3 A
2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},
3 M3 K5 ]/ ]. p) i$ v* S2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>                {restart_type,intrinsic},
8 l/ K" G+ w: C2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>                {shutdown,300000},2 i- s- A7 s" F5 C
2025-03-10 15:07:57.211659+08:00 [error] <0.17547.0>                {child_type,worker}]
# f! m7 g' r+ h! S* _: n  @" x2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>     supervisor: {<0.17547.0>,rabbit_connection_sup}
% C/ T# V7 n6 o( F9 ]( }2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>     errorContext: shutdown% ]2 n9 G) w1 F/ j
2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>     reason: reached_max_restart_intensity4 k8 x" q  o1 X% x: `6 Y
2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>     offender: [{pid,<0.17549.0>},. b$ J/ w* N8 Z4 @
2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>                {id,reader},1 w+ Y# U" _% W
2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>                {mfargs,{rabbit_reader,start_link,
& F0 n7 a7 ^. C5 e2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>                                       [<0.17548.0>,
9 Q' u# f" t* q8 e& H0 b2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},
  m& R1 q, P" r5 P2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>                {restart_type,intrinsic},
% a  L. F- b+ o$ Y2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>                {shutdown,300000},
/ m7 Z1 R2 R7 d1 j/ O3 p1 M2025-03-10 15:07:57.211919+08:00 [error] <0.17547.0>                {child_type,worker}]
! m* A2 F" W$ a) a  t8 V2025-03-10 15:07:58.218269+08:00 [info] <0.17566.0> accepting AMQP connection <0.17566.0> (192.168.8.200:56896 -> 192.168.8.200:5672)
: J0 Q- L7 a7 u2025-03-10 15:07:58.219559+08:00 [info] <0.17569.0> accepting AMQP connection <0.17569.0> (192.168.8.200:56910 -> 192.168.8.200:5672)
9 h0 Q) v  H  I: w% ?5 b2025-03-10 15:07:58.221483+08:00 [info] <0.17569.0> Connection <0.17569.0> (192.168.8.200:56910 -> 192.168.8.200:5672) has a client-provided name: nova-scheduler:66638:8c2ec9a4-60a1-47a7-a4a2-49b5c9f043e0
8 R1 Z# W$ ^* W2025-03-10 15:07:58.222905+08:00 [info] <0.17566.0> Connection <0.17566.0> (192.168.8.200:56896 -> 192.168.8.200:5672) has a client-provided name: nova-scheduler:66637:aacf8907-379e-4464-81bb-63a1e9168dff9 R, U1 `" s4 }8 q1 h
2025-03-10 15:07:58.222949+08:00 [info] <0.17569.0> connection <0.17569.0> (192.168.8.200:56910 -> 192.168.8.200:5672 - nova-scheduler:66638:8c2ec9a4-60a1-47a7-a4a2-49b5c9f043e0): user 'openstack' authenticated and granted access to vhost '/'+ F2 [! P5 D9 O, c+ M: m+ A3 J
2025-03-10 15:07:58.224919+08:00 [info] <0.17566.0> connection <0.17566.0> (192.168.8.200:56896 -> 192.168.8.200:5672 - nova-scheduler:66637:aacf8907-379e-4464-81bb-63a1e9168dff): user 'openstack' authenticated and granted access to vhost '/'
1 S$ Y( T4 Y' E5 J+ C! ~; f. C2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>   crasher:7 C7 }; g: }2 x/ H1 g
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     initial call: rabbit_reader:init/3
4 M1 p1 Z  @& f% r& t2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     pid: <0.17566.0>3 Z* q. a9 h# R3 a0 ]! S
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     registered_name: []9 q9 `4 Y" v5 S0 {
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     exception exit: {unexpected_message,{'EXIT',#Port<0.2077>,einval}}% {# x- a  |$ P8 R% u- s, n
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>       in function  rabbit_reader:handle_other/2 (rabbit_reader.erl, line 641)
; X  M( R' {1 R2 D/ u' V2 P9 w2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>       in call from rabbit_reader:mainloop/4 (rabbit_reader.erl, line 532)0 j4 |% E8 {, }) [
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>       in call from rabbit_reader:run/1 (rabbit_reader.erl, line 454)
- k% }! L7 x0 u4 u! x. P7 w2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>       in call from rabbit_reader:start_connection/4 (rabbit_reader.erl, line 353)
" ~3 Z  F- z$ S) z# |2 z* O2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     ancestors: [<0.17564.0>,<0.578.0>,<0.577.0>,<0.576.0>,<0.574.0>,/ M; ?: L  I$ g  u4 H* ?  ?& m
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                   <0.573.0>,rabbit_sup,<0.237.0>]
4 V. [6 P! p2 e5 `2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     message_queue_len: 03 z5 I9 w/ R- S. }- T+ A6 q$ m
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     messages: []2 c& C& N! E# P4 s% t* N
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     links: [<0.17564.0>]  Q, x- P. \. l; O& n0 P
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     dictionary: [{process_name,
4 F! a8 I2 V2 P% v1 c( }5 {2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                       {rabbit_reader,; c, [1 T" E( u) j7 e# a
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                           <<"192.168.8.200:56896 -> 192.168.8.200:5672 - nova-scheduler:66637:aacf8907-379e-4464-81bb-63a1e9168dff">>}},
: a. q2 F  M, Y; {; V# P2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                   {{ch_pid,<0.17583.0>},8 O% R$ Z# p( ^
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                    {1,#Ref<0.3335610103.354942977.69224>}},
1 V( B) J$ ]9 r" T8 h9 F1 d' h2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                   {connection_user_provided_name,/ ?* w  l+ G) C0 X" l9 Y" j
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                       <<"nova-scheduler:66637:aacf8907-379e-4464-81bb-63a1e9168dff">>}," a) d; u, M( l4 L3 i% I- ]( d9 J
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                   {{channel,1},
) O* u$ u- B8 H2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                    {<0.17583.0>,{method,rabbit_framing_amqp_0_9_1}}},
( N5 W$ \1 a# M1 `& D2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                   {client_properties,
3 O" t* D! w5 D8 H2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                       [{<<"product">>,longstr,<<"py-amqp">>},
. r5 J" v7 n$ s9 n( ?8 p- p2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                        {<<"product_version">>,longstr,<<"5.1.1">>},4 \1 @5 W) g7 V& I* c: c
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                        {<<"capabilities">>,table,) n4 R" |0 d# g* @
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                         [{<<"authentication_failure_close">>,bool,true},
8 Z4 F! \4 v3 Z( e8 \" |, \2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                          {<<"connection.blocked">>,bool,true},' T1 O) ?2 X# U8 d0 Z7 s
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                          {<<"consumer_cancel_notify">>,bool,true}]},) t/ u% S: u# U% b- E( @
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                        {<<"connection_name">>,longstr,
3 K! P4 f& j0 s2 r( v2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>                         <<"nova-scheduler:66637:aacf8907-379e-4464-81bb-63a1e9168dff">>}]}]. T; h8 c" l$ g- f0 R) R
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     trap_exit: true, Y, J: g4 D9 g7 S! t- v# a
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     status: running9 _# p9 f$ Z( x* F  i
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     heap_size: 2586) q" [5 b4 F/ n; d, `, u3 ^! l1 G
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     stack_size: 28
+ I9 y- M: F/ ~7 u8 M# O( s2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>     reductions: 12149% V  @/ I$ ^# L7 o# o
2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0>   neighbours:
! I; \+ J3 L4 A- N# }  x6 }4 R1 y2025-03-10 15:07:58.226402+08:00 [error] <0.17566.0> : X5 G! Z2 D  b( B: G2 c
2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>     supervisor: {<0.17564.0>,rabbit_connection_sup}8 m  e& c* b2 ~: J4 H' Q7 w
2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>     errorContext: child_terminated
% B; r8 L% l- ?: Y; I  v0 z' J% y1 {2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>     reason: {unexpected_message,{'EXIT',#Port<0.2077>,einval}}- }0 f& z8 t4 @/ K
2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>     offender: [{pid,<0.17566.0>},4 ?; V% q1 j& ^
2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>                {id,reader},0 k9 _- s0 A  V2 b# P
2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>                {mfargs,{rabbit_reader,start_link,
! o$ {4 G7 a8 x% ]; x( ?& l2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>                                       [<0.17565.0>,, K+ M6 U% Z* O8 U8 N
2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},
/ T( u& K9 J' R' N- m6 _2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>                {restart_type,intrinsic},  Z8 o0 o* P  h# l* v3 F
2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>                {shutdown,300000},6 `$ ~- H3 x4 |' Q% k
2025-03-10 15:07:58.227627+08:00 [error] <0.17564.0>                {child_type,worker}], a4 D  [' c* s  q8 u. a0 g
2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>     supervisor: {<0.17564.0>,rabbit_connection_sup}
3 h/ O, m8 Y& J: A# x0 e/ w, ]2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>     errorContext: shutdown
0 C, ~- l$ U, F+ i3 ?% A+ X2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>     reason: reached_max_restart_intensity, N3 t, B0 U9 ?1 _% _
2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>     offender: [{pid,<0.17566.0>},
. L: S9 Y+ d5 Y* o/ H1 Y% d2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>                {id,reader},
* T' F; {! z9 i) H" a* ?2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>                {mfargs,{rabbit_reader,start_link,
1 r; I5 }) m+ V2 S# j$ o% D% H; @2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>                                       [<0.17565.0>,$ O* z, A+ o6 i: C7 T' ?
2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},
* u# [. w( }: E4 [8 j4 C& A% }2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>                {restart_type,intrinsic},! P; }, K! n4 t8 u3 a
2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>                {shutdown,300000},
0 p% Y+ l5 Z) L! c  b5 Y2025-03-10 15:07:58.227935+08:00 [error] <0.17564.0>                {child_type,worker}]7 F! w4 N& R2 z4 x+ z& A  o; t
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>   crasher:! s1 L5 m" p9 X& n
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     initial call: rabbit_reader:init/3( J: T4 _3 E; {3 V" _% ~( g) t
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     pid: <0.17569.0>& x+ O0 \  z% \# O
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     registered_name: []
; ^, \7 p' o' J( n1 @1 A4 U& j. C2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     exception exit: {unexpected_message,{'EXIT',#Port<0.2078>,einval}}
1 b& |& Z0 X: i- [2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>       in function  rabbit_reader:handle_other/2 (rabbit_reader.erl, line 641)
  S. b2 `* _! K( F, L! i2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>       in call from rabbit_reader:mainloop/4 (rabbit_reader.erl, line 532)0 T0 o( O8 z6 _  R! O6 x# @! j3 c
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>       in call from rabbit_reader:run/1 (rabbit_reader.erl, line 454)9 _7 e3 U: o" _- ?& v" v( l
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>       in call from rabbit_reader:start_connection/4 (rabbit_reader.erl, line 353)
% R! v8 S4 q7 d5 G4 \% l2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     ancestors: [<0.17567.0>,<0.578.0>,<0.577.0>,<0.576.0>,<0.574.0>,% G: W8 R$ D4 t2 }0 f# l" D7 o5 X5 W
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                   <0.573.0>,rabbit_sup,<0.237.0>]1 x9 W- ~# B. k# z! x2 x0 i) C
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     message_queue_len: 0
+ K% V  g9 @/ s) v6 z" I8 G) |/ y2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     messages: []) l) {- |) |6 X% E
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     links: [<0.17567.0>]) ]' N# ^8 O- |& i% A
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     dictionary: [{process_name,
3 Y4 G; v5 n' g) B5 j+ {6 j2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                       {rabbit_reader,6 {$ c; i( O& C1 P0 Y2 {
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                           <<"192.168.8.200:56910 -> 192.168.8.200:5672 - nova-scheduler:66638:8c2ec9a4-60a1-47a7-a4a2-49b5c9f043e0">>}},  |" o6 e9 m5 b2 e  X
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                   {{ch_pid,<0.17592.0>},3 q) _$ P" M* t% S: n  H7 E
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                    {1,#Ref<0.3335610103.354942977.69257>}},6 c& G3 [, W/ w8 r! j* Z: p( O
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                   {connection_user_provided_name,/ ?/ ?: {. p- t5 M" }# y
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                       <<"nova-scheduler:66638:8c2ec9a4-60a1-47a7-a4a2-49b5c9f043e0">>},
# S( T! A; H" S& E: e* G0 m+ Y2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                   {{channel,1},) Q4 P, M) p- v! L0 A* Q( o
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                    {<0.17592.0>,{method,rabbit_framing_amqp_0_9_1}}},' M; w2 q1 n5 N; l) d6 ~2 n. D% Q
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                   {client_properties,
" R0 a! w  V' W6 a6 N2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                       [{<<"product">>,longstr,<<"py-amqp">>},
% ?# y! q- C8 V* @2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                        {<<"product_version">>,longstr,<<"5.1.1">>},! [2 @) ?: n2 ^4 a+ @; A4 S
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                        {<<"capabilities">>,table,
, {  t6 H: }# @1 T2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                         [{<<"authentication_failure_close">>,bool,true},
. g8 e$ y  W) \# j* A2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                          {<<"connection.blocked">>,bool,true},
; R) C4 i3 A+ c4 X( L2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                          {<<"consumer_cancel_notify">>,bool,true}]},, H4 c6 N- g8 C
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                        {<<"connection_name">>,longstr,
4 Y+ D8 i& z+ w3 O' W# o& N2 A4 g9 Y, O2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>                         <<"nova-scheduler:66638:8c2ec9a4-60a1-47a7-a4a2-49b5c9f043e0">>}]}]
5 [- X( ^6 E& n5 G1 `2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     trap_exit: true
" `5 U3 p+ K$ Q/ k( {6 r# t2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     status: running$ \; E* M; @* R& V0 ^5 m  [
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     heap_size: 2586
; a% F+ {. _, L( R' g9 V2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     stack_size: 28
" v; J* m& S4 p" F7 i2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>     reductions: 12149+ c4 W  l0 o  u, q0 L1 f! g
2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0>   neighbours:
1 ~: Z* m! b/ \2025-03-10 15:07:58.227826+08:00 [error] <0.17569.0> 6 w, T% `# r0 k8 I. q7 p# L
2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>     supervisor: {<0.17567.0>,rabbit_connection_sup}2 ]" C# ]! X1 P  ]
2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>     errorContext: child_terminated% \/ W) o+ n" {" y3 |: l0 j3 P3 m
2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>     reason: {unexpected_message,{'EXIT',#Port<0.2078>,einval}}
/ G) l' ]+ k: h9 W+ D2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>     offender: [{pid,<0.17569.0>},& R3 M# g% K+ i8 p
2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>                {id,reader},. L# d4 A" H$ B2 S+ k
2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>                {mfargs,{rabbit_reader,start_link,
8 U( X2 H. a7 E$ u0 N2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>                                       [<0.17568.0>,
& a- \) s; ^$ y( `! K/ t+ f) J- O2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},
6 h$ j5 K& z  i5 [. U3 D6 ~2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>                {restart_type,intrinsic},
$ Y3 ]" ~9 ?7 k4 E3 w8 \8 Y( j2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>                {shutdown,300000},
6 ~/ o  x" |) d# f% m; v# _" J2025-03-10 15:07:58.228874+08:00 [error] <0.17567.0>                {child_type,worker}]
/ I- O  h" e6 a' b6 W2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>     supervisor: {<0.17567.0>,rabbit_connection_sup}
, ~' A. Y. C0 t2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>     errorContext: shutdown* n5 [5 v- L. @) ~1 |) i
2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>     reason: reached_max_restart_intensity
0 f% ?# p: w  R2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>     offender: [{pid,<0.17569.0>}," ?: ~- v# k4 G+ v8 {' K( i- w8 w
2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>                {id,reader},; `$ R/ M! U1 N" z* \8 d
2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>                {mfargs,{rabbit_reader,start_link,7 |2 t+ E4 F1 k, s) R
2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>                                       [<0.17568.0>,8 }- e% C# O5 T7 N* ]. F
2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},6 o2 t% F: W6 Y: v9 k3 F2 Q) c
2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>                {restart_type,intrinsic},
, o% x5 M8 e- N8 U2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>                {shutdown,300000},9 W( i, V: ^) w# V; }( f! u
2025-03-10 15:07:58.229215+08:00 [error] <0.17567.0>                {child_type,worker}], y7 i' d: y. I# C% a& u
2025-03-10 15:07:58.263449+08:00 [info] <0.17600.0> accepting AMQP connection <0.17600.0> (192.168.8.200:56914 -> 192.168.8.200:5672)
' a, C! z8 E# m& n8 G2025-03-10 15:07:58.265355+08:00 [info] <0.17600.0> Connection <0.17600.0> (192.168.8.200:56914 -> 192.168.8.200:5672) has a client-provided name: nova-conductor:66639:1a224a35-c91f-4336-b8f2-32f1a4b000af( Q9 x0 K- k( N/ i1 Q1 S# _
2025-03-10 15:07:58.266959+08:00 [info] <0.17600.0> connection <0.17600.0> (192.168.8.200:56914 -> 192.168.8.200:5672 - nova-conductor:66639:1a224a35-c91f-4336-b8f2-32f1a4b000af): user 'openstack' authenticated and granted access to vhost '/'
% J( D2 C2 }2 A$ e2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>   crasher:
$ R. ]5 l" U/ ^: f! J- Y- L) m' l2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     initial call: rabbit_reader:init/31 B9 c# Y. R2 W% {! d
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     pid: <0.17600.0>
% M# L, ~1 l( z- O2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     registered_name: []! N. G& U4 ^, Q3 Z
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     exception exit: {unexpected_message,{'EXIT',#Port<0.2081>,einval}}
8 k& P; T" J8 ~- P) ]. [. x  R2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>       in function  rabbit_reader:handle_other/2 (rabbit_reader.erl, line 641)" k: V, q. w! A# O0 M
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>       in call from rabbit_reader:mainloop/4 (rabbit_reader.erl, line 532)
" q0 h4 ]6 h  ?1 t2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>       in call from rabbit_reader:run/1 (rabbit_reader.erl, line 454). }& H3 t8 J+ Q1 }' ?
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>       in call from rabbit_reader:start_connection/4 (rabbit_reader.erl, line 353)% z& F' [3 P2 l$ p2 I2 J
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     ancestors: [<0.17598.0>,<0.578.0>,<0.577.0>,<0.576.0>,<0.574.0>,
. N, i- B8 }" r/ l2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                   <0.573.0>,rabbit_sup,<0.237.0>]: Z+ y& O/ F4 R2 t; a/ y
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     message_queue_len: 0
/ u" r7 c$ R4 a$ G+ f  ^! a2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     messages: []& b+ h! a1 {* N
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     links: [<0.17598.0>]
# v4 q' G8 m; L" z, {: g* h2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     dictionary: [{process_name,
+ ?' w$ ?% h. p4 V2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                       {rabbit_reader," ?8 _1 B$ f2 N! K. L
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                           <<"192.168.8.200:56914 -> 192.168.8.200:5672 - nova-conductor:66639:1a224a35-c91f-4336-b8f2-32f1a4b000af">>}},
: `' B/ Z& ^8 Q# P: z2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                   {{ch_pid,<0.17609.0>},
) c  Y5 B0 n3 d; ~0 W2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                    {1,#Ref<0.3335610103.354942978.40387>}},$ v3 `- v, \- `9 w' s" m
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                   {connection_user_provided_name,
: ?1 J3 i: @: h3 b: t! `3 W2 n2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                       <<"nova-conductor:66639:1a224a35-c91f-4336-b8f2-32f1a4b000af">>}," S/ C8 T6 \* \2 w+ T* T
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                   {{channel,1},
- W( C, _/ t' U2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                    {<0.17609.0>,{method,rabbit_framing_amqp_0_9_1}}},
  t7 I% o  K4 d6 n7 P9 M2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                   {client_properties,
1 F) g- C$ `& m( `. C8 P2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                       [{<<"product">>,longstr,<<"py-amqp">>},% }- o' K# I) K8 R5 k! {
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                        {<<"product_version">>,longstr,<<"5.1.1">>},
) D& H6 j7 y1 a7 N1 Q2 m6 O  [  d2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                        {<<"capabilities">>,table,9 _8 t1 x- C0 j2 _4 [( l
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                         [{<<"authentication_failure_close">>,bool,true},
; D4 [* @- B2 ~( m: y6 u2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                          {<<"connection.blocked">>,bool,true},/ t) _6 o! Z! z( N/ x, B
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                          {<<"consumer_cancel_notify">>,bool,true}]},
, y$ w5 J# u1 L7 {; e2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                        {<<"connection_name">>,longstr,) v# i3 t1 P8 T2 E6 C
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>                         <<"nova-conductor:66639:1a224a35-c91f-4336-b8f2-32f1a4b000af">>}]}]  `3 H+ {- G$ g- s) G
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     trap_exit: true
3 e$ W* D# \- ?9 l, P( J: l' `- F3 D2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     status: running
* ^$ C1 f3 {/ v( m/ |: o6 ^: a2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     heap_size: 1598
" K: s: x" N3 m+ C  T7 x5 U7 T2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     stack_size: 28
( Y# ]0 ^% t$ ^( ]2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>     reductions: 12157# F9 W8 q8 H% `/ W0 V/ j) Y) s1 \
2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0>   neighbours:
7 x7 p8 ^- r$ W) U9 j2 V/ B9 @2025-03-10 15:07:58.268347+08:00 [error] <0.17600.0> , P' _5 Q7 j; p( q- S8 G* q
2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>     supervisor: {<0.17598.0>,rabbit_connection_sup}2 N- ?$ s% d- X0 F2 w* ]
2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>     errorContext: child_terminated
" h7 i! l0 A' G# Z4 M7 `& z% q+ W2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>     reason: {unexpected_message,{'EXIT',#Port<0.2081>,einval}}" d7 A. }% Y8 G+ X& d5 ^  c$ R
2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>     offender: [{pid,<0.17600.0>},
0 E0 F- N- h" D- L% e3 l2 ^" x2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>                {id,reader},/ e8 X4 G. s* W% W' [. E9 ?
2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>                {mfargs,{rabbit_reader,start_link,
) {0 t3 F( w- A' o/ `2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>                                       [<0.17599.0>,
8 F- i; I* v, b1 p: Q2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},
# T- G* T: j' K; x2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>                {restart_type,intrinsic},
1 K( R0 q6 }5 @8 @% [7 Z2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>                {shutdown,300000},
, W) h* W( H! N* U# A& g6 M" l2025-03-10 15:07:58.269638+08:00 [error] <0.17598.0>                {child_type,worker}]6 e/ w2 p6 C' z5 h$ u
2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>     supervisor: {<0.17598.0>,rabbit_connection_sup}
! [7 v& e$ P8 ~0 W2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>     errorContext: shutdown( M! {. J* A6 o  J
2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>     reason: reached_max_restart_intensity
- A6 [  ]; l# @1 F' q0 _( A8 |2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>     offender: [{pid,<0.17600.0>},
: N9 Q8 [  |+ z2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>                {id,reader},
2 F& Y" d# l  l% W) D- Z2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>                {mfargs,{rabbit_reader,start_link,: a5 l5 V7 H& g& p1 v
2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>                                       [<0.17599.0>,  n+ x8 C' C1 T% p
2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},- L' g* `! ]  m" I8 s" q9 Q% i& s' p
2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>                {restart_type,intrinsic},) h5 V+ n9 G7 Z/ K6 o( i1 k3 \
2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>                {shutdown,300000},
2 I$ M: e) u) d. m' f2025-03-10 15:07:58.269943+08:00 [error] <0.17598.0>                {child_type,worker}]
. D; {- K/ s6 T2 [2025-03-10 15:07:58.271897+08:00 [info] <0.17617.0> accepting AMQP connection <0.17617.0> (192.168.8.200:56918 -> 192.168.8.200:5672)
7 l8 k% H2 f# X- e4 C1 W2025-03-10 15:07:58.273815+08:00 [info] <0.17617.0> Connection <0.17617.0> (192.168.8.200:56918 -> 192.168.8.200:5672) has a client-provided name: nova-conductor:66640:dd0b4699-2964-493c-a473-d706f5f82657+ k0 y8 ^0 @1 \$ J4 A5 w! u* N
2025-03-10 15:07:58.275065+08:00 [info] <0.17617.0> connection <0.17617.0> (192.168.8.200:56918 -> 192.168.8.200:5672 - nova-conductor:66640:dd0b4699-2964-493c-a473-d706f5f82657): user 'openstack' authenticated and granted access to vhost '/'0 n) x7 k8 G/ [( Z- J( A
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>   crasher:9 s" w3 o- F( ^' ?
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     initial call: rabbit_reader:init/32 C+ K2 M( k. r1 X* y- }; a6 t% {+ f
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     pid: <0.17617.0>! d2 W8 @) R0 B$ o& D9 d
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     registered_name: []" U' n7 W4 e7 W
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     exception exit: {unexpected_message,{'EXIT',#Port<0.2083>,einval}}
" T" ~! ]; R. n. H2 z( ]9 u2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>       in function  rabbit_reader:handle_other/2 (rabbit_reader.erl, line 641)
6 L: }5 l; b6 M+ Q, K5 h+ Y2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>       in call from rabbit_reader:mainloop/4 (rabbit_reader.erl, line 532)
0 B: r" v! l# L6 `& e2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>       in call from rabbit_reader:run/1 (rabbit_reader.erl, line 454): M9 O" R0 O& V+ R, Z5 A, _2 Z
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>       in call from rabbit_reader:start_connection/4 (rabbit_reader.erl, line 353)
: \- ?' d$ f, O$ G- @2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     ancestors: [<0.17615.0>,<0.578.0>,<0.577.0>,<0.576.0>,<0.574.0>,2 c# ^( Q5 J- ~; S# n
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                   <0.573.0>,rabbit_sup,<0.237.0>]; V+ N9 @/ u, g5 b5 G* h- }
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     message_queue_len: 06 |$ G: s9 F" ~  k$ e
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     messages: []
) Y: |& U, a2 Y. D# G0 Z2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     links: [<0.17615.0>]' D3 J8 m5 W& M9 L# V, F( Z
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     dictionary: [{{ch_pid,<0.17626.0>},
4 s6 S1 l# Q8 x$ m2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                    {1,#Ref<0.3335610103.354942978.40421>}},4 _. v4 K- f* m8 C, _  ?& A
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                   {process_name,
! Z/ @& X' Y$ g* A  c* H2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                       {rabbit_reader,: k4 O- j/ f8 J$ ]
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                           <<"192.168.8.200:56918 -> 192.168.8.200:5672 - nova-conductor:66640:dd0b4699-2964-493c-a473-d706f5f82657">>}},
/ R3 e; s6 i3 K- {+ U' h2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                   {connection_user_provided_name,. ~4 a* Z0 K5 m
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                       <<"nova-conductor:66640:dd0b4699-2964-493c-a473-d706f5f82657">>},/ s* @0 K/ u9 B6 i
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                   {{channel,1},
, `6 [* ~1 a6 f; z2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                    {<0.17626.0>,{method,rabbit_framing_amqp_0_9_1}}},! O" n( C: s, ]' ^
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                   {client_properties,  O' Q2 K( E* u% }
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                       [{<<"product">>,longstr,<<"py-amqp">>},7 k. V6 |: p  |8 h$ e+ z  R
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                        {<<"product_version">>,longstr,<<"5.1.1">>},
5 J9 _  G0 z, c, M$ L2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                        {<<"capabilities">>,table,
  b) V$ A& [" B& t1 V* k, G2 n2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                         [{<<"authentication_failure_close">>,bool,true},
: V/ {% F9 }( j. d3 ]2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                          {<<"connection.blocked">>,bool,true},
% n" y$ d7 Y- _0 L2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                          {<<"consumer_cancel_notify">>,bool,true}]},
) `1 O2 k4 I9 e  U2 g3 @2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                        {<<"connection_name">>,longstr,& G; @+ G1 d$ L* U# Q7 A
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>                         <<"nova-conductor:66640:dd0b4699-2964-493c-a473-d706f5f82657">>}]}]
# ]% S) h. \. Y2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     trap_exit: true
' R7 S) y+ |$ \1 V, n2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     status: running
" U- U' d6 F5 Q* \1 D: n2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     heap_size: 15989 `5 k8 t) ~8 Q) C
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     stack_size: 28
5 a. y7 J  Y* |2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>     reductions: 121529 k: u8 T. h( c4 K
2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>   neighbours:
) U, v$ ~; _1 c2025-03-10 15:07:58.276465+08:00 [error] <0.17617.0>
' |0 i- k# k9 e( w+ p2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>     supervisor: {<0.17615.0>,rabbit_connection_sup}# A0 H4 M! `; [. ^7 n, `/ U" w
2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>     errorContext: child_terminated: Z2 g3 ]/ @7 J( |3 ]& p! E
2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>     reason: {unexpected_message,{'EXIT',#Port<0.2083>,einval}}
7 Q7 x% w+ b' r5 K( j( f. y! d8 [0 i2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>     offender: [{pid,<0.17617.0>},% F; I* H; O/ j1 {8 g
2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>                {id,reader},+ P7 ]8 J0 ~. ^4 f# n: M2 S
2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>                {mfargs,{rabbit_reader,start_link,
* \% y8 e: t4 y" z2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>                                       [<0.17616.0>,2 _& k' Z+ s0 J4 S+ }; U
2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},. R* y: H3 X4 N* \
2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>                {restart_type,intrinsic},+ F# t6 A) b  b
2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>                {shutdown,300000},
7 n% ?- k5 E! C; o+ X( H2025-03-10 15:07:58.277677+08:00 [error] <0.17615.0>                {child_type,worker}]
7 G; h3 z) l) K. @5 U1 O9 i2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>     supervisor: {<0.17615.0>,rabbit_connection_sup}
$ U  j( M3 _9 A5 x+ Z& C2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>     errorContext: shutdown5 Z) w- A7 H. R, ~7 A
2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>     reason: reached_max_restart_intensity! e" w* K) U! B" Q3 V
2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>     offender: [{pid,<0.17617.0>},
" a+ e1 f- N$ \2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>                {id,reader},
$ R) K4 L# L0 Z/ W$ V! Y( k2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>                {mfargs,{rabbit_reader,start_link,: J6 v  i; U: t3 ~+ U1 M
2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>                                       [<0.17616.0>,
; X/ [. o/ {4 L7 t# ^2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>                                        {acceptor,{0,0,0,0,0,0,0,0},5672}]}},# j: ?) F' c' ]8 B1 Y! O/ A
2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>                {restart_type,intrinsic},
5 T' g9 Z- F: y" I# K8 {3 r2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>                {shutdown,300000},
1 r/ }2 \* ~8 O# T# k/ A2025-03-10 15:07:58.277940+08:00 [error] <0.17615.0>                {child_type,worker}]3 x7 n$ P" X0 r1 m3 Y- r$ T

/ @) S$ |, Z, L8 F) H, t8 H6 K9 H  I$ q3 @

) o* l" C+ W- L. w4 |8 m2 A; h( ^还无解了???# H/ s/ }$ W( I( w" \
8 }# e4 D& D7 q- e# E! w
& R2 m' D/ q4 w4 h2 x/ w7 O4 G
您需要登录后才可以回帖 登录 | 开始注册

本版积分规则

关闭

站长推荐上一条 /4 下一条

北京云银创陇科技有限公司以云计算运维,代码开发

QQ|返回首页|Archiver|小黑屋|易陆发现技术论坛 点击这里给我发消息

GMT+8, 2026-4-8 10:37 , Processed in 0.093332 second(s), 21 queries .

Powered by Discuz! X3.4 Licensed

© 2012-2025 Discuz! Team.

快速回复 返回顶部 返回列表