[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Support for SSH_MSG_CHANNEL_REQUEST that is unknown
[Thread Prev] | [Thread Next]
- Subject: RE: Support for SSH_MSG_CHANNEL_REQUEST that is unknown
- From: Mikael Petterson <mikael.petterson@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 5 Sep 2024 14:07:17 +0000
- To: "libssh@xxxxxxxxxx" <libssh@xxxxxxxxxx>
Hi Jakub and Michal I finally managed to replace and use level 4. I will attach file. Br, //mike -----Original Message----- From: Jakub Jelen <jjelen@xxxxxxxxxx> Sent: Thursday, 5 September 2024 10:58 To: libssh@xxxxxxxxxx Subject: Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown Right, this message sounds suspicious, but it is not clear to me where does it come from, especially when I can not reproduce the issue with just libssh as mentioned before. I see in the log that the `trilead-ping` is received twice over the exchange, but both are processed only at the end of the output. The first comes with type 0: 2024-09-04 10:02:36,496 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/04 08:02:36.482476, 3] ssh_message_reply_default: Don't know what to default reply to 0 type but the second comes with the suspicious large value, which differs between invocations (If I read right): 2024-09-04 10:02:36,920 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/04 08:02:36.925229, 3] ssh_message_reply_default: Don't know what to default reply to 1120325360 type So this looks like that the memory where the message is stored (when passed to the ssh_message_reply_default() function), is either uninitialized or more likely freed and already rewritten by something else. Can you run the netopeer2 under valgrind to see if there are some invalid memory accesses or violations? Jakub On Thu, Sep 5, 2024 at 8:18 AM Michal Vasko <mvasko@xxxxxxxxx> wrote: > > Hi Jakub, > > libnetconf2/netopeer2 author here. The issue actually started in our > projects but was then moved to libssh because I believe that is where > the problem is. That should be supported by the output > > [2024/09/02 09:46:31.284447, 3] ssh_message_reply_default: Don't know > what to default reply to 67108912 type > > meaning libssh is asked to send the reply but it fails to do so. You > asked for trace-level output and Mike should be able to provide it, > soon. Hopefully, you will be able to reproduce the problem and fix it then. > > Regards, > Michal > > On 4. 9. 2024 17:21, Jakub Jelen wrote: > > The following line from the log shows that the function processing > > the packet is called as expected > > > > 2024-09-04 10:02:36,919 (Slf4jLogConsumer.java:73) INFO : STDERR: > > [2024/09/04 08:02:36.925128, 3] ssh_message_handle_channel_request: > > Received a trilead-ping channel_request for channel (43:100) > > (want_reply=1) > > > > So it looks like all of the message is parsed correctly on the > > libssh side. The next message comes form netopeer2: > > > > 2024-09-04 10:02:36,920 (Slf4jLogConsumer.java:73) INFO : STDERR: > > [INF]: LN: Session 1: Received an SSH message "request-channel" of > > subtype "unknown". > > > > From here: > > > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgi > > thub.com%2FCESNET%2Flibnetconf2%2Fblob%2F47ca0fb5f94588d112ec2bf2694 > > 6948189e1c18d%2Fsrc%2Fsession_server_ssh.c%23L1692&data=05%7C02%7Cmi > > kael.petterson%40ericsson.com%7C719221ae31dc4b58302a08dccd88d893%7C9 > > 2e84cebfbfd47abbe52080c6b87953f%7C0%7C0%7C638611234853208375%7CUnkno > > wn%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWw > > iLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=Y6QUN%2Fj4%2F9qN9Dscw4MgnrDVxy7oJ > > 1ytZ%2B4Evkphj5E%3D&reserved=0 > > > > It looks like netopeer2 is handling the messages on its own instead > > of using the callbacks. It most of the cases, the callers of this > > function check the return value, but there is one where they do not > > do that, which might cause this behavior where the reply is not sent: > > > > https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgi > > thub.com%2FCESNET%2Flibnetconf2%2Fblob%2F47ca0fb5f94588d112ec2bf2694 > > 6948189e1c18d%2Fsrc%2Fsession_server.c%23L1609&data=05%7C02%7Cmikael > > .petterson%40ericsson.com%7C719221ae31dc4b58302a08dccd88d893%7C92e84 > > cebfbfd47abbe52080c6b87953f%7C0%7C0%7C638611234853219071%7CUnknown%7 > > CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJ > > XVCI6Mn0%3D%7C0%7C%7C%7C&sdata=p3xTb6x9a1nrqaZPJ5H1l7NNGDSHctbuOHE%2 > > BTqO775c%3D&reserved=0 > > > > I would probably suggest to open an issue to netopeer2 to confirm > > that this could be the cause. The default callbacks that we have in > > libssh seems to process the messages correctly. > > > > Jakub > >>>>> I checked the RFC > >>>>> https://ww/ > >>>>> w.rfc-editor.org%2Frfc%2Frfc4254.html%23section-5&data=05%7C02%7 > >>>>> Cm > >>>>> ik > >>>>> ael.petterson%40ericsson.com%7C2e154092532e4b0f804308dccc035f05% > >>>>> 7C > >>>>> 92 > >>>>> e84cebfbfd47abbe52080c6b87953f%7C0%7C0%7C638609562056373731%7CUn > >>>>> kn > >>>>> ow > >>>>> n%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1h > >>>>> aW > >>>>> wi > >>>>> LCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=Q%2FSgGmCtGEbBiJV2ah9n2IAsdFaa > >>>>> CN > >>>>> XW > >>>>> QsYZ7E0CcmQ%3D&reserved=0 > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> 5.4. Channel-Specific Requests > >>>>> > >>>>> > >>>>> > >>>>> Many 'channel type' values have extensions that are specific > >>>>> to that > >>>>> > >>>>> particular 'channel type'. An example is requesting a pty > >>>>> (pseudo > >>>>> > >>>>> terminal) for an interactive session. > >>>>> > >>>>> > >>>>> > >>>>> All channel-specific requests use the following format. > >>>>> > >>>>> > >>>>> > >>>>> byte SSH_MSG_CHANNEL_REQUEST > >>>>> > >>>>> uint32 recipient channel > >>>>> > >>>>> string request type in US-ASCII characters only > >>>>> > >>>>> boolean want reply > >>>>> > >>>>> .... type-specific data follows > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> Ylonen & Lonvick Standards Track [Page 9] > >>>>> > >>>>> ________________________________ > >>>>> > >>>>> > >>>>> > >>>>> RFC 4254 SSH Connection Protocol January 2006 > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> If 'want reply' is FALSE, no response will be sent to the request. > >>>>> > >>>>> Otherwise, the recipient responds with either > >>>>> > >>>>> SSH_MSG_CHANNEL_SUCCESS, SSH_MSG_CHANNEL_FAILURE, or > >>>>> request-specific > >>>>> > >>>>> continuation messages. If the request is not recognized or > >>>>> is not > >>>>> > >>>>> supported for the channel, SSH_MSG_CHANNEL_FAILURE is returned. > >>>>> > >>>>> > >>>>> > >>>>> This message does not consume window space and can be sent > >>>>> even if no > >>>>> > >>>>> window space is available. The values of 'request type' are > >>>>> local to > >>>>> > >>>>> each channel type. > >>>>> > >>>>> > >>>>> > >>>>> The client is allowed to send further messages without > >>>>> waiting for > >>>>> > >>>>> the response to the request. > >>>>> > >>>>> > >>>>> > >>>>> 'request type' names follow the DNS extensibility naming > >>>>> convention > >>>>> > >>>>> outlined in [SSH-ARCH] and [SSH-NUMBERS]. > >>>>> > >>>>> > >>>>> > >>>>> byte SSH_MSG_CHANNEL_SUCCESS > >>>>> > >>>>> uint32 recipient channel > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> byte SSH_MSG_CHANNEL_FAILURE > >>>>> > >>>>> uint32 recipient channel > >>>>> > >>>>> > >>>>> > >>>>> These messages do not consume window space and can be sent > >>>>> even if no > >>>>> > >>>>> window space is available. > >>>>> > >>>>> > >>>>> > >>>>> So we should at least expect a SSH_MSG_CHANNEL_FAILURE. > >>>>> > >>>>> > >>>>> I checked: > >>>>> > >>>>> https://gi/ > >>>>> thub.com%2Flibssh%2Flibssh-mirror%2Fblob%2Fmaster%2Fsrc%2Fmessag > >>>>> es > >>>>> .c > >>>>> %23L175&data=05%7C02%7Cmikael.petterson%40ericsson.com%7C2e15409 > >>>>> 25 > >>>>> 32 > >>>>> e4b0f804308dccc035f05%7C92e84cebfbfd47abbe52080c6b87953f%7C0%7C0 > >>>>> %7 > >>>>> C6 > >>>>> 38609562056380910%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLC > >>>>> JQ > >>>>> Ij > >>>>> oiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=71nn > >>>>> DT > >>>>> 4y > >>>>> jtVA0tkfjqrViDjTKFyhsPwtQibVIJFzhr8%3D&reserved=0 > >>>>> > >>>>> > >>>>> > >>>>> But could not see any support for unknown. > >>>>> > >>>>> > >>>>> > >>>>> Maybe I am looking in the wrong place. > >>>>> > >>>>> > >>>>> > >>>>> Br. > >>>>> > >>>>> > >>>>> > >>>>> //mike > >>>>> > >>>>> > >>>>> > >>> > >> > >
2024-09-05 16:00:36,740 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000003: acquired ep-00000002 2024-09-05 16:00:36,740 (InternalExecRuntime.java:120) DEBUG : ex-00000003: acquired endpoint ep-00000002 2024-09-05 16:00:36,741 (MainClientExec.java:102) DEBUG : ex-00000003: executing POST /v1.32/build?t=netopeer2&rm=true&labels=%7B%22org.testcontainers%22%3A%22true%22%2C%22org.testcontainers.lang%22%3A%22java%22%2C%22org.testcontainers.version%22%3A%221.19.0%22%7D HTTP/1.1 2024-09-05 16:00:36,741 (InternalExecRuntime.java:213) DEBUG : ep-00000002: start execution ex-00000003 2024-09-05 16:00:36,741 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000002: executing exchange ex-00000003 over http-outgoing-0 2024-09-05 16:00:36,741 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-0 >> POST /v1.32/build?t=netopeer2&rm=true&labels=%7B%22org.testcontainers%22%3A%22true%22%2C%22org.testcontainers.lang%22%3A%22java%22%2C%22org.testcontainers.version%22%3A%221.19.0%22%7D HTTP/1.1 2024-09-05 16:00:36,742 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> accept: application/json 2024-09-05 16:00:36,742 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Content-Type: application/tar 2024-09-05 16:00:36,742 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> encoding: gzip 2024-09-05 16:00:36,742 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:36,742 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:36,742 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:36,742 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Transfer-Encoding: chunked 2024-09-05 16:00:36,742 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Host: localhost:2375 2024-09-05 16:00:36,743 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Connection: keep-alive 2024-09-05 16:00:36,772 (Wire.java:92) DEBUG : http-outgoing-0 >> "POST /v1.32/build?t=netopeer2&rm=true&labels=%7B%22org.testcontainers%22%3A%22true%22%2C%22org.testcontainers.lang%22%3A%22java%22%2C%22org.testcontainers.version%22%3A%221.19.0%22%7D HTTP/1.1[\r][\n]" 2024-09-05 16:00:36,772 (Wire.java:92) DEBUG : http-outgoing-0 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:36,773 (Wire.java:92) DEBUG : http-outgoing-0 >> "Content-Type: application/tar[\r][\n]" 2024-09-05 16:00:36,773 (Wire.java:92) DEBUG : http-outgoing-0 >> "encoding: gzip[\r][\n]" 2024-09-05 16:00:36,773 (Wire.java:92) DEBUG : http-outgoing-0 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:36,773 (Wire.java:92) DEBUG : http-outgoing-0 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:36,773 (Wire.java:92) DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:36,773 (Wire.java:92) DEBUG : http-outgoing-0 >> "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:36,773 (Wire.java:92) DEBUG : http-outgoing-0 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:36,773 (Wire.java:92) DEBUG : http-outgoing-0 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:36,773 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:36,774 (Wire.java:92) DEBUG : http-outgoing-0 >> "80a[\r][\n]" 2024-09-05 16:00:36,774 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0x1f][0xffffff8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffff][0xffffffed][0x1a]ks[0xffffffda][0xffffffc6][0xffffffb6]_[0xffffffcb][0xffffff8c][0xffffffff][0xffffffc3][0x16]w[0x1a][0xffffffbb][0xffffff89][0x1e]HB<b3u[0xc]i<[0xffffff97]`[0xf][0xffffffe0]<n[0xffffffd3][0xffffffd1][0x8]i[0x1][0xffffffd5]B[0xffffffd2][0xffffffd5]J[0xffffffd8][0xffffffee]M[0xffffffff][0xfffffffb]=g%[0xffffff81]@[0xffffffe0][0xffffffd8][0xffffffb5][0xffffff93]Lo[0xffffffbc][0xffffffcc][0xffffffa0][0xffffffd5][0xffffffd9]=[0xf][0xffffff9d][0xffffffd7][0xffffff9e]]I[0xffffff94][0xffffffce][0xffffffcc][0xffffffab]W[0xffffffd4][0xffffffb4]i[0xffffffc8][0xffffffc4]w[0xffffff92]h|[0xfffffff7][0xfffffff0]M[0xffffffae][0xffffffc8][0xffffffb2][0xffffffae]iDN[0xffffffda][0xfffffffa]UVd[0xffffff85]T4][0xffffffd7]U[0xfffffff8][0xffffffaf]U[0xffffff89]\Q[0xffffffaa]j[0xffffffed];r[0xfffffff5][0x19]d)[0xffffffb4][0xffffff98]Ef[0xfffffff8][0xffffff9d],[0xffffffdf][0xffffff97][0xffffffce][0xfffffffa][0xffffffc3]=[0xffffff80]h_[0xffffffa2])ubF[0xffffffce][0xffffff8c][0x1e]VjJ[0xffffffb5][0xffffffaa]iu[0xffffffb5]*V+[0xffffffaa][0xffffffac]hZ[0x9][0xffffffc6][0xffffffac]dL[0xffffffaf]*[0xffffff8d][0xffffff9a][0xc]?[0xffffffb1][0xffffffae][0xffffffca]uUWpl[0xffffffb6][0xffffffc4]S[0xfffffff5][0xffffff9a]\[0x11]UM[0xffffffad][0xffffffcb][0x15][0xffffffbd][0xffffffa4][0xffffffe9][0xffffffa4]{[0xfffffff2][0xffffffe2][0xffffffa8][0x7f][0xfffffffc][0xffffffea][0xffffffe4]MG[0xffffffb4]B[\n]" 2024-09-05 16:00:36,774 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0x1c]|o[0x1b][0xffffffa5][0xffffffaf][0xffffffad][0xffffff81]o[0xffffffbb][0xffffff89][0xffffffd2][0xffffffe7][0xffffffe7]![0xffffffcb][0xffffff9a]\[0xffffffab]V[0xffffffb7][0xffffffc6]?[0xfffffff6][0xffffffd7][0xffffffe2]_[0xffffffc7][0xfffffff8][0xffffffaf]~~[0xffffffd1][0xffffff96][0xfffffff1][0xffffffdf][0xffffffe9][0xffffff9f][0x1c][0xf][0x6][0xffffffa7][0xffffffbd][0xf]44}[0xffffff8f][0xffffffba]w[0xffffffa5][0xfffffff3][0xf][0xffffff8d][0x7f]q=[0xffffffff][0xffffffb7]}[0xffffffeb][0xffffff82][0xffffff86]c[0xffffffc7][0xffffffa5][0xf][0xffffffc6][0xffffffe3][0xfffffff6][0xfffffff9]_[0xffffffd5]t[0xffffffb9][0x2][0xfffffff6][0xffffffd7][0xffffffaa][0x15][0xfffffffd]1[0xffffffff][0x7f][0xffffff89]V[0xffffffcc][0xffffffff][0xffffffaa][0xffffffa8][0xffffffc8][0xffffffd5]Z[0xffffffbd][0xffffffb1][0xffffff92][0xffffffff][0x1b][0xfffffff5]FC[0xffffffa9][0xffffffd5]uQm[0xffffffd4][0x14][0xffffffb9]^[[0xffffffcb][0xffffffff][0xffffffab]x7[0xffffffe6][0xffffffff][0x2][0xffffffa5][0xffffffaf][0xffffffad][0xffffff81]o[0xffffffbb][0xffffff89][0xffffffd2]g[0x8][0xfffffff8][0xffffffb5][0xffffff86][0xfffffff1][0xffffffbf]=[0xffffffff]WtH[0xfffffff7][0xffffffeb][0xfffffff1][0xffffffaf]+[0x10][0xffffffff][0xfffffff7][0xffffff8e][0xffffffc9][0xffffffdb][0xffffffb4]o<[0xffffffff][0xffffffbf][0xffffffec][0xffffff9f][0xffffffbe]&[0xfffffff1]([0xfffffff6][0xffffffa2][0xffffffb8][0xffffffa9]([0xffffffa2][0xffffffac][0xffffff95]J[0xffffffa5]]b[0xffffffd3][0xffffffb1][0x19][0xffffffbb][0x11]+[0xfffffff5][0xffffffcf]{[0xffffffe4]C[0xffffffe9]{3[0xffffff88][0xffffff84][0x9][0xffffff8d]H[0x1c][0xffffffd8]fD[0xffffffc9]O?[0xffffff91][0xc][0xffffffe2]x[0xffffffa0]?[0xffffffd7]%[0xffffffc2]5[0xffffffce][0xfffffff3]h$D[0xffffffbe][0xffffffef]2[0xffffffbc][0xffffff99]8[0x11]^.q[0x1a]\]g[0xffffffc4][0xffffff98]+[0xffffffd8]t[0xffffff9e][0xffffffde][0xffffffe1]D[0xffffffec][0xffffff8e]b[0xffffffc7][0xffffffb5][0x5][0xffffffca][0x18][0xffffff85][0x1c]ar[0xffffffd0][0xffffffdc][0xffffff99][0xffffffc1][0xffffff85][0xfffffff0]f[0xffffffc6][0xffffff91]?[0xffffffa1][0x1e][0x17][0x3][0xffffffba][0xffffff96][0xffffffef][0xffffff8d][0xffffffb3][0xfffffffe][0xffffffcc][0xffffffbc][0xffffffa0][0xffffffd8][0xf].&[0x2][0xffffffc2][0xffffff9d]IJz[0x12]][0x8]j[0xffffffc6]*[0xffffff9b][0xffffff95][0x10][0xfffffffd]~n[0xffffffba][0xffffff93][0xffffffd0][0xfffffff1]l[0xffffffec][0xffffffdb][0xfffffffe][0xffffffd5]uJ[0x1b][0xffffffb0][0xffffffe8]<'][0x0]ykA"[0xfffffff6][0xfffffffe]t[0x2][0xffffffec][0xffffffb0][0xffffffd8][0xfffffff6]9[0xffffffc7][0xffffffeb]h[0xffffffea]{[0xffffffea][0x16][0xfffffff1]G[0xe][0xfffffff3]9[0xffffffd1][0xffffffb1]K[0xffffffaf]8[0xffffffda][0xffffffe5]B4k[0x6][0xfffffff1]f[0xffffffca]+w[0x19][0x1b]+[0x15]5y[0xfffffff0][0xffffff89]e-[0xfffffffa](P[0xffffffa6]<[0xffffff82]b[0x4]4[0xffffff9c][0x3][0xffffff97]pe[0xffffff86]9[0xffffff93]'8[0xffffffa7][0xffffff94][0xffffffc2][0xffffffd0][0xffffff94]G[0xffffffb6][0xffffffed]x[0x13][0x2][0xffffff96][0xffffffe1][0xffffff9a][0xffffff8b][0x19][\r][0xffffffb9]UM[0xffffffdb][0xffffffc6]>[0x11][0x4]v[0xffffffcd]":[0xffffffcb]f[0xfffffff0][0xffffffc1][0xffffffd9][0xffffff85][0xffffffed][0xffffffc0]P@[0xffffffa4][0xffffffa9]?[0xffffffa3]R:$[0xffffff89][0xffffff8c]M[0xfffffff9]8[0xffffffb5][0xffffffa6]>)[0xffffffa7][0xffffffe0]fz-[0xffffff93][0xffffff8f][0xffffffc4][0xffffff9a][0x6]&c[0xffffff97]6w[0xffffff91][0xffffff94]C[0xffffffc6][0x1a]u[0xffffffc7][0xffffffbd][0xffffffeb][0xffffffd8][0xffffffa5]f[0xffffff88]B[0xffffff99]`[0x5]F[0xffffffa3][0xffffff88][0xfffffff7]c[0xffffffd0]h[0xffffffe8][0xfffffffc]I[0x1][0xffffffc4][0xffffffa6][0xffffffe4][0xffffff82]^/[0xffffffbc][0xffffff8f]s{[0xfffffff2][0xffffff84][0xffffffb4]6[0xffffff88]#-[0xfffffff1][0xc][0xffffffc4]A[0xffffffc6][0xffffffa8]p6[0x15][0xffffffe0][0x16]m+[0x1c]m[0xffffff80]E$d&[0x11]FD[0xffffff93][0x1b]:[0x11][0xffffffce][0xffffff90][0xffffffbc]0[0xffffffde]D[0xffffffdf][0xffffffb1][\r][0xffffff9c][0xffffff9a][0xffffff90][0xffffffb0][0xffffffcc]h[0xfffffffb][0x1c]1[0xffffff88]G[0xffffffa4]u[0x1b]![0xffffffb9][0x16][0xffffffce]1[0xffffff96][0xfffffff0][0xffffffc9][0xffffffd9][0xffffff94]B[0x0]E>[0x19][0xffffff99][0xffffffa9]z[0x19](Ap[0x8][0xffffffdb]]![0xffffffd5][0xffffff94]F[0xffffff8e]'[0xffffff8d]M[0xffffff97][0xffffffd1]M[0x3][0xffffff88][0xffffffbd]K$[0x0]I[0xffffff89][\r]J9SJ~[0x10]I[0xffffffe8]=[0xfffffff0][0x1c][0xffffffdc][0xffffff87]A[0xffffffa5][0xffffff97][0xffffffa0][0xffffff87][0xfffffffe][0xffffffc2]:[0xffffffd9][0xc][0x14][\r]lB8[\r]?[0xffffffb4][0xffffffc9][0x18][0xffffff9c][0xffffff8c][0xffffffdb]q[0xffffff8f][0xffffff99]3JLF[0xffffffa2])[0xffffffe5][0x10][0xf][0xffffffee][0xfffffff7]s[0xfffffffe][0x10][0xfffffffa]~[0xffffffd4][0xffffffc4][0xffffffbf][0xffffffbc]' =[0xfffffff0][0xffffffcd]k[0xffffffd3][0xffffff9b][0xffffffa4][0xfffffff6]L|[0xffffffd3][0xffffffb2]W[0xffffff84]Z8=$[\r][0xffffffcb][0xffffff85][0x4]L[0xffffffa6]Q[0x14][0xffffffb0][0xffffffa6]$[0x1]d[0x1a][0xffffff8f]D[0xffffffcb][0xffffff9f]I[0xffffffc7][0xffffff9d]A[0xffffffaf]3[0xffffff94]Rr"[0xffffffce][0xffffffcd][0xffffffa1][0xffffffee][0x2][0xffffffc9]t[0x8][0xffffffc1][0xffffff9c][0xffffffd2][0xffffff94]Z[0x17]~[0x1c][0xffffff91][0xffffffc8][0xffffff9c]0i[0xffffffae][0xffffff8a][0x15]Q[0xffffffc6][0xffffffb1]D)<r[0xfffffff1][0x16][0x10][0x17][0xfffffffd][0xffffff9c]|[0xffffffdb][0xffffff88][0xffffff81][0xffffffc8][0xffffffd4][0xffffffbd]-[0x19][0x1e][0xffffffd2]B[0xfffffffb][0xfffffff8][0xfffffff5][0xffffffd1][0xffffffbf]:[0xffffffc6][0xffffff8b][0xfffffff3][0xffffff93]n[0xffffffdb][0x18][0xffffffbe]?[0xffffffeb]4[0x7][0x11][0xffffff86][0xffffffc0]a[0xffffffb9]O![0x1a][0x18]-/[0xffffffe6][0xffffff9c][0xfffffff4][0x6][0xffffffc3][0xffffffa3]n[0xffffffd7]8[0xffffffeb]w^[0xffffff9e][0xffffffbc];[0xffffff94]b[0x6][0xffffff91][0xffffffd8][0xffffffee][0xfffffff4][0xffffff8e]^t[0x17][0x4]:[0xffffff83][0xffffffe1][0xffffffe0][0xfffffff0][0xfffffff4][0xffffffe5]K"[0xffffff8a]yf[0x9][0xffffffaf]?[0xffffff94][0x2],[0xffffffcb][0xffffffd2]9[0xffffffb8]k'[0x19][0xffffff93][0xffffffdb][0xfffffffb][0xffffff9a][0xffffff85]4[0xfffffff0][0xffffffef]m[0xffffff9f][0xffffff94]Nv[0xffffffdd]d[0xffffffa0]th[0xffffff8b][0xffffff81][0x14][0xffffffb1]"[0xffffff8b][0xffffff95][0xffffffdb][h[0x1b][0xffffffb5][0xffffffbf]o[0xffffffa1][0xffffffcd][0xffffffda]_[0xffffffb7]^[0xffffffce]l[0xf]b[0x1][0xffffffbe]6N[0xffffffc9][0x1e][0xffffffc6][0x1a][0xfffffff4][0xffffffd3][0xffffff98]T[0xfffffff6][0xffffffef]n[0xffffff91][0xffffffc4] bBP[0xfffffff4][0xffffffc3][0xffffff89][0x14][0xffffff84][0xfffffffe][0x1f][0xffffffd4][0xffffff8a][0xffffff98][0xffffff94][0xffffffc2]R[0xffffffa3]$[0xfffffffe][0xffffff8d]\7[0xffffff9a]"[0x19][0x13][0xffffffc0][0x1a][0x18]20g[0xfffffff1]4[0xffffff9f]][0xffffffa3]B[0xfffffffb][0xffffffed][0xffffffc9][0xfffffff0][0xffffff95][0xfffffff1]o[0xffffffd8]C[0x1c][0xffffff9e][0xfffffff6][0xffffffb2][0xffffffdb][0xffffffde][0xffffffd1]q[0xffffff97][0xffffffbb]|z[0x7f]v|t[0xfffffff6]p!`[0xffffffc5][0xffffffa1][0xffffffbb]A[0xfffffffd][0xffffffa9][0xfffffffe][0xb][0xffffff9a][0xffffffbf]1[\n]" 2024-09-05 16:00:36,775 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0xffffff90][0x16][0xffffffff][0xffffffcb][0xffffffa9][0xffffff9a][0xffffffd3][0xffffffdf][0xffffffa8]h[0x1c][0x11][0xffffffea]F[0xffffffc3][0xffffffa8]p%cY[0x13]R[0xffffff9e][0xffffff91][0xffffff85][0xffffffb1][0xffffff93]p[0x13][0xffffffa5]D[0xffffffce]8[0xffffff84]G[0x13][0xffffff82][0xffffff90][0xffffff8e][0xffffff9d][0xffffffab]T[0xffffff8f][0xffffffc2]%[0xfffffff0][0x15][0xfffffffc][0xffffff80]zP[%[0xffffffb3]W5P|[0xfffffff6][0xffffffe5]S/S[0xfffffff7][0xffffff8f][0xffffffe4][0xffffff89][0xffffffed][0xffffff8c][0xffffff81][0xffffffa5][0xffffff80][0x2][0xffffff9a][0x12][0xb]-[0xffffff89]AI[0x3][0xffffffdb]6[0x3][0x12][0xfffffffd][0xffffff9c][0xffffff86][0xffffffa2]EF[0x1b][0xffffffc1][0x1f][0xffffffbc][0xf]%[0xffffffa8][0xffffffa6][0xffffffa0][0xffffffce][0xffffffa9][0xffffff9a][0xffffffa3][0xffffffd1][0xffffffa8]NEQ[0xffffffa5][0xffffffa3][0xffffff91]5n[0xffffff90]d[0xffffffdb][0xffffff8f][0x13][0x4]A[0xffffffd8]B[0x15]G[0xffffff9f]>}z[0x3][0xfffffff1]_~!BE[0xffffffd7][0xfffffff4]g5[0xfffffff2][0xffffff94]_+2[0x1][0xffffff98]g[0x19][0x1]3[0x2][0xffffffdf]u[0xffffff8d][0xc][0xffffffcb][0xfffffff1][0xfffffff7]X[0x14][0xffffffc6]V[0xffffff84][0xffffff83])[0xffffff90][0xfffffffc][0xffffff9c]v[0xffffff9e][0xffffff81][0x16][0xffffffa0]\[0xfffffff5][\r][0xffffffdc][0xffffff87][0xffffff82][0xfffffff6][0xffffff9f][0x11][0xffffffec][0x18]0[0xffffffd7][0xffffffbf]4f[0xffffffbe][0xffffff87][0xffffffac][0x12][0xffffffef][0x5]'$[0xffffffbd]ccxb[0xc][0x6][0xffffffaf][0xffffff9a][0xb]86[0x8][0x9]c[0xffffffc6]&[0xffffffe4]0[0xffffffe9][0x1]esB[\r](p[0xfffffff7]R.B+r[0xffffffb2][0xffffffe0]KA[0xfffffffb][0xffffffcf]WH8cXH[0x13]2[0xfffffffb][0xffffffe4][0xffffffbf]\9$[0xffffffd7][0xffffff96][0xffffff92][0x1b][0xffffffe9][0xffffffac][0xffffffbd][0xffffffc5][0x3][0xfffffff4][0xffffffce][0xffffffbb][0xffffffdd]g[0xffffff99][0xc][0xffffffc9]mB[0xfffffffc]i[0xffffff9e]B[0x8][0xffffffd2][0xffffffdd][0xffffff9f][\n]" 2024-09-05 16:00:36,775 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0xffffff8a][0x9][0xffffff94][0xe]I%[0xffffff95]ret[0xffffffa1][0xffffff8b]T[0x3][0xffffff90][0xffffff84][0xffffffdd]k#[0xffffffdd]5[0xffffffec][0xffffffe1][0xffffffa3][0x15])[0xfffffffe][0xffffffb5][0xffffffa2][0xffffff86][0xffffff85]*[0xffffff8a]z[0xfffffff3][0xffffffe8]U[0xffffff94]2][0xffffffe7][0xffffffc9][0xffffff8b][0xffffff91]=[0xffffff8f]^[0xffffffa2][0x5]6c>'8[0xfffffffc][0xffffffc3]b<[0xffffffb9]?[0xffffffc4][0xffffffff][0xffffffdb]2[0xffffffc9]d[0xffffffdb][0xffffffe3]8[0x10]:Q[0xffffffcc]P[0x15][0xffffffe0][0x14][0xffffff90][0xffffffca][0xffffff86][0xffffffe7][0x3][0xffffffbc][0xfffffff4][0xffffff87]'[0xffffffbd]_[0xfffffff7]1[0xffffffa4][0xffffffd6]([S[0xffffffd3][0xfffffff3][0xfffffff8][0xffffffea]S[0xffffffac]X[0xffffffd7][0xfffffffc];0#kZ[0xffffffe2]m7[0xffffff9f]x[0x1e][0xffffffb0]P[0xffffffca]Hn)[0xffffff96][0xffffffb2][0xffffffe1][0xffffffad][0x5][0x13][0xfffffffc][0xffffffee]T0m%[0xffffffb8]X[0xffffff92][0x17][0x12][0xfffffff0]T[0x13][0xffffff80][0xffffffe3][0xffffffdc]BI+[0xffffffe9][0xfffffffc][0xffffffd3][0xffffffb2][0xffffffec]&K[0xffffffd0]MuW[0xffffff9b][0xffffff8e][0xffffffe2][0xffffffc9][0xffffffb6][0xffffffaa][0xffffffab]yv4|[0xffffffb5]Vz[0xffffffa5]EWom[0xffffffc1][0xffffffc9][0x16][0xffffffbb][0xffffffd5]Y[0xffffffd9][0xffffffba]t[0xffffffbf]e[0xffffffa9]Dv{>[0xffffffec][0xffffffb7]1[0xffffffc9][0xffffff93]][0xffffff98]K[0x18][0xffffff97][0xffffff9e]\R2[0xffffff8b]Y[0xffffff84]U8[0xffffffb1][0xfffffffd]x[0xffffffe4]R[0xfffffff2][0xffffff9f][0x18]f2[0x11][0x1c])[0xffffff97][0xffffffd5][0xffffffcb][0xffffff85][0xffffffac]>3[0x1d]o[0xffffff91][0xffffffcb][0xffffff93][0x1b][0xffffff8c][0x1]$[0xffffff8e]9[0xffffffbc]aV[0xfffffff4][0xffffff8a]9[0x16][0xffffffc5][0xffffff86]-W[0xfffffff5][0xffffff91][0xffffff9d][0xffffffcb][0xffffffe1][0xffffffbb]d[0xffffff99][0xffffffc5][0xfffffff3][0xffffff88][0xffffffcb][0xffffffec][0xffffff9d][0xffffff87][0xfffffff2][0xffffffac][0xffffffad][0xffffffd6][0x14][0xffffff9e][0xffffffb5][0xffffff93]+[0xffffff80]p[0xffffffc6][0x1e][0xffffffe6]a3[0xffffff9c]X[0xffffffcf][0xffffffc0]9[0xffffffcc][0xffffff90][0xfffffffc][0xc][0xfffffffd][0xfffffff9]o[0xffffffbf][0xffffffef]'x[0x1b][0xffffff9b][0x17]([0x6][0xffffffb8][0xffffffc2][0xffffffc8]g[0xffffffd4]p[0xffffffb9][0x1f][0xfffffff1]`|[0xffffffd3][0xffffffe9][0xffffffbf]0[0xffffffda][0xffffff9d][0x17][0xffffffe7][0xffffffbf][0x1a][0xffffffdd][0xffffffd3][0xffffffb7][0xffffffdd]7[0xffffffdd][0xffffffe7])[0xffffff8d][0xf][0xfffffff0]8c[0xffffffc8]F8)[0xffffffb1]K[0x1b]s[0xffffffb9]1[0xffffffec][0xe][0xffffffb6]p[0xfffffff9][0xffffff8b]P[0xffffffd8]V[0xfffffff1][0xffffffa8][0xffffffff][0x1]tl[0xffffffcd][0xffffff82][0xffffffbd] [\n]" 2024-09-05 16:00:36,775 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0xffffff9f][0xffffff91]2[0xffffffa0][0xffffff95][0xfffffff7][0xffffffd3]D[0x1][0x1a][0xffffffd8]&][0x12][0xfffffffb][0x5]![0xffffffd5]T[0xffffffa2]B[0xfffffff2][0xfffffffc][0x4][0xffffff9e][0xffffff96]{[0x12][0xffffffea][0xffffff81][0x11][0xffffffef],[0xfffffff6][0xfffffffb]A[0xffffffbf]sv[0xffffff9a][0x13]}[0xffffffab]bYX`?[0xffffffe8][0x1b][0x10][\n]" 2024-09-05 16:00:36,775 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0xffffffed][0x17][0xffffffbf]>/[0x17]RX*q[0x14][0xffffff9a][0x16]]$[0xffffffb0][0xffffffe3][0xffffffd3][0xffffffb3][0xfffffff7][0xffffffa4]8[0xfffffff2]i[0xffffffd4][0xffffff8d]R[0xffffffdd][0xffffffd3][0xffffff87]k[0xffffffd6]X[0xffffffa5][0xffffffaa],[0xffffff8a]5[0xffffffaa][0xffffffcb][0xffffffb2]}O[0x1f][0xffffffd6][0xffffffaa][0x15][0xffffffee][0xffffffc3][0xffffffc9][0xfffffff5][0xffffffcb][0xfffffff9][0xfffffff0][0xffffffff][0xffffff8d][0xb][0xffffffff]#<x[0x17][0xffffffcf]A[0xffffffa0][0xffffff8c][0xffffffa6][0xffffffe1][0xffffff83]-[0xffffffbe][0xffffffbd][0xffffff8c]`n[0x1b][0xffffffb0][0xffffff80][0x15][0x16][0xffffffc2][0xffffffc2]F[0x18]~[0xfffffff5][0x2][0xffffffcb][0xffffffad][0xffffff8b]izbTf[0x1f]o4[0xffffffe5]M[0xffffffa3][0xffffffda][0xfffffff3][0xffffff8f]e[0xffffff92][0xb][0xffffffaf][0xffffffbc][0xffffff84][0xffffffa0][0xffffffbf]m[0xffffffab][0xfffffff5][0xffffff86][0xffffffa8][0xffffffff][k[0xffffffb5][0xffffffd0][0xffffff86][0x1d][0xffffffde]k[0xffffffa3][0xffffffdf]9>[0xffffff85][0xffffff98]xo[0xffffff9c][0xffffff9f][0xffffffb4][0xf]+[0xffffffb2]r[0xffffff9b][0x5][0xfffffffa]Sk[0xfffffffc][0xffffffe6][0x5][0xfffffffb]o[0xffffffb2][0xffffffbb][0xffffffdb]v3;[0xffffff89][0xffffffed][0xfffffff4][0xffffffde][0xffffff90]N[0xfffffffb]dx[0xffffffda]'sg[0xffffff96][\r][\n]" 2024-09-05 16:00:36,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "2a6[\r][\n]" 2024-09-05 16:00:36,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0x1][0xffffffdf][0xffffff9d][0xffffff9d][0xe]:[0xffffffa4][0xffffffae][0xffffffca][0xffffffab][0x0][0xffffffbd]ZQW![0xffffff9a][0xffffffaa]j[0x5]H5#[0xffffffbe]K[0xffffffc0][0x12][0xffffffc9][0xfffffff6]0[0xfffffff2]![\r][0xffffffb3][0xffffff88]z[0xffffffbc]R[0xffffffc6][0xffffffdd]=[0xc]y[0xffffffb0][0xfffffffd][0xffffffc7][0xffffffad][0x10][0x1e][0xffffffb7][0xffffffe2]IdRO\[0xffffffd0][0xffffffeb][0xffffff91]o[0xffffff86]6[0xffffffee][0xffffff8b](X/r[0xffffffe6]T$o[0xfffffff9][0xffffffd1][0x1e]b[\n]" 2024-09-05 16:00:36,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0x9]![0xfffffff1]j[0xffffffe6]b[0xffffffe5][0xffffffc1][0xf]t[0x16][0xc][0x7][0x14][0xffffffbc][0xffffffc1][0xffffff83][0xffffffc8][0xffffff9e];[0xffffffa1][0xffffffef][0xffffffcd]([0xffffffa4][0xffffffc3][0xffffffb9][0x19]:&V"[0xffffff9c]:[0xffffff9e][0x11][0xffffffbe]{[0xffffffdd]E[0xfffffff6]@$[0xffffffca][0xffffffa9][0x1][0xffffffb3]X[0xfffffff7]d0[0xffffffec][0xfffffff4][0xc][0xffffff98]`[0x1c][0xffffff9f][0xfffffff6][0xffffffa0];$O[0xe]R[0xffffff8f][0x12][0xffffff92][0xffffffba][0xffffff8f][0x0]_[0xffffff8f][0x1d][0xffffff96][0xffffffe3][0xffffffd0]k:4[0x1a]7[0x3]34g[0xffffffac][0x9][0xffffffe0][0xffffffa6][0xffffffc7][0xffffff9a]x0[0xffffffc7][0xffffffe1][0xffffffc2]*Z[0xffffffb9]u[0xffffff90][0xffffffc8][0xffffffdd]:[0xffffff80][0xffffffb4][0x13][0xfffffff8][0xfffffff0]pl[0xffffffd9]m[0x1d][0xffffffe0][0xffffff99]e+[0xffffffdd][0xffffffa8][0x8][0xfffffff0][0xffffff94][0x7][0x12][0xffffff87][0x1c]@[0xffffffb7]u[0x10]YAJF[0xffffffe0][0xffffffdc](([0x6][0xffffffb0]][0xffffffdf]2][0xffffffc1][0xffffffb4][0xffffffed][0x10]*[0xffffffd3][0xffffff96],[0xfffffff2][0xffffffdf][0xffffff81][0xffffffb4][\n]" 2024-09-05 16:00:36,776 (Wire.java:92) DEBUG : http-outgoing-0 >> ">[0xffffff90][0xffffffb6]`[0xffffffa3]*7[0xffffff81][0x13][0xffffff90]c[0xffffffe3]k[0xffffff83][0xffffffe8][0xffffffba]u0[0xfffffff5]Y[0xffffff84][0xffffffe7][0xffffffd3]k2[0x2]$[0xffffff93]1[0xffffff80]B[0xffffffcf][0xffffffb1][0xffffff92]9[0x16][0xffffffa0][0xffffff85][0xffffffc0][0x1e][0xffffff8f][0xffffff93][0xfffffff1][0xffffffc4]@[0x8][0xffffffe9][0xffffff98][0xffffff86][0xffffffd4][0xffffffb3]hkB=[0xffffff8e]t[0xffffffc3][0xffffff94][0x3])OKZ[0xffffffb2][0xffffff96][\n]" 2024-09-05 16:00:36,777 (Wire.java:92) DEBUG : http-outgoing-0 >> "bY[0xffffffae][0x3]][0x1][0xfffffffd][0x6]A[0x16][0x7f][0xffffff97][0xffffffdb]:[0xffffffc0][0xfffffff3]_[0xffffff96]\R[0xffffff81]S;d[0xffffffc2]f[0xffffffee]%[0xffffffe4][0xffffffdc]+oS[0xffffff8b]2[0xffffffc0]h[0xffffffe6][0xffffffb6][0xc]EK[0x2][0xfffffff5][0xfffffff4][0xffffffed][0x4][0xffffffe7]O$[0x10]p[0x13]][0x0]'[0xffffff82]H[0xffffffa9]X[0xffffffd2][0x16][0xffffffa9][0xffffffa5]-[0xffffffc6][0xffffff90][0xffffffb8][0xfffffff9][0xffffffa5][0xffffffa5][0xffffff9b]H9[0xffffffe7][0xffffff91]2[0xffffff87][0xffffff92]V[0x5]l=[0xffffffc9][0x2]pY[0xffffffad]lqn[0xfffffff2][0xffffff91][0x10][0xffffffcc][0x1e][0xfffffffc][0xffffffa0]>=[0xffffffb4][0xffffffb4][0xffffffc6][0x13][0xffffffa8]F[0xffffffa8][\r]yU[0xffffffb0][0x9][0xffffffbe][0xffffff85][0xffffff8c][0xffffffe2][0x0]_B`[0xffffffc0][0x9]3[0xffffffb2][0xffffffc1][0xffffffb9][0xffffff89]0W[0x16]A[0xffffffff][0xffffffd6][0xffffff81]m[0x3]G[[0xffffffae]][0xffffffd9]<[0x1e][0xffffff82]6f[0xffffffbf]E[0xffffffc8][0x1e][0xffffffbf]n[0xffffff93][0xffffffdf][0xffffffca]\[0x8][0xffffff86]R[0xffffffac][0xffffffe3][0xffffff94]a[0xffffffcd][0x15]l[0xfffffffe]?W[0xffffff88]Z[0xfffffffe]=E[0xffffffbc][0x3][0xffffff9e]UN[0xffffffab][0xffffff8d][0xffffffdf][0xffffffbf][0xfffffff6][[0xffffffcd][0xffffffc7]v[0xffffffdb]V[0xfffffff8][0xfffffffe][0xffffffa7][0xffffffb8][0xffffff9e][0xffffffdf][0xffffff9b][0xffffffc7][0x1d][0xffffffbe][0xffffffff]Q[0xffffffb4][\n]" 2024-09-05 16:00:36,777 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0xffffffbe][0xffffffff][0xffffffd7][0x15]Y{[0xfffffffc][0xfffffffe][0xffffffe7]K[0xffffffb4][0xfffffff5][0xffffffef][0x7f]j[\r]]l[0xffffffa8][\r]M[0xffffffaf][0xffffffd5]r[0xffffffdf][0xffffffff][0x14][0xffffffbf][0xfffffff1]\[0xfffffffb][0xfffffffe]G[0xffffffd5][0xffffffeb][\r]QkT[0x15][0xffffffbd]Z[0xffffffbd][0xfffffff1][0xfffffffb][0xffffff9f]"[0xffffffa5][0xffffffaf][0xffffffad][0xffffff81]o[0xffffffbb][0xffffff89][0x1b][\n]" 2024-09-05 16:00:36,778 (ImageFromDockerfile.java:151) INFO : Transferred 0 bytes to Docker daemon 2024-09-05 16:00:36,778 (Wire.java:92) DEBUG : http-outgoing-0 >> "[0xfffffff8][0xffffff87][0xffffffe6]q[0xfffffff3][0xfffffff7]?0[0xffffffaa]U[0xffffffd7][0xffffffe3]_[0xffffff95][0x1f][0xffffffbf][0xffffffff][0xfffffff9]"[0xffffffed]6[0xffffff87]+;[0xffffffa5][0x1b][0xf]VvJ[0xffffffeb][0xffffff87]*;[0xffffffa5][0xfffffff5][0x3][0xffffff95][0xffffff9d][0xffffffd2][0xffffffdd][0xf]Sv6[0xffffff9f][0xe][0xffffffdd][0xfffffffa] [0x5][0xfffffff0][0xffffffb7][0x1f][0xffffffa2]l [0xfffffffe][0xffffffc9][0x3][0xffffff94][0xffffff9d][0xffffffd2][0xffffffdd][0xf]Ov[0xffffff8a]/N>[0xffffff81][0xffffffa3]%[0xffffff82][0xfffffff3]C[0xffffff93];I[0xffffff99];0[0xffffffb9]Au7[0x1e][0xffffff96]l[0xffffffc1][0xfffffffb][0xffffffda]N[0xfffffffa][0xffffffd8][0x1e][0xffffffdb]c{l[0xffffff8f][0xffffffed][0xffffffc1][0xffffffdb][0xffffffff][0x0]u[0xfffffffe][0xffffff89][0xffffffd1][0x0]8[0x0][0x0][\r][\n]" 2024-09-05 16:00:36,778 (Wire.java:92) DEBUG : http-outgoing-0 >> "0[\r][\n]" 2024-09-05 16:00:36,778 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:36,791 (Wire.java:92) DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:36,792 (Wire.java:92) DEBUG : http-outgoing-0 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:36,792 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:36,792 (Wire.java:92) DEBUG : http-outgoing-0 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:36,792 (Wire.java:92) DEBUG : http-outgoing-0 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:36,792 (Wire.java:92) DEBUG : http-outgoing-0 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:36,792 (Wire.java:92) DEBUG : http-outgoing-0 << "Date: Thu, 05 Sep 2024 14:00:36 GMT[\r][\n]" 2024-09-05 16:00:36,792 (Wire.java:92) DEBUG : http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:36,793 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,793 (Wire.java:92) DEBUG : http-outgoing-0 << "2c[\r][\n]" 2024-09-05 16:00:36,793 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 1/28 : FROM ubuntu:22.04"}[\r][\n]" 2024-09-05 16:00:36,793 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,793 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-0 << HTTP/1.1 200 OK 2024-09-05 16:00:36,793 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Api-Version: 1.43 2024-09-05 16:00:36,794 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Type: application/json 2024-09-05 16:00:36,794 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Docker-Experimental: false 2024-09-05 16:00:36,794 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Ostype: linux 2024-09-05 16:00:36,794 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:36,794 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Date: Thu, 05 Sep 2024 14:00:36 GMT 2024-09-05 16:00:36,794 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Transfer-Encoding: chunked 2024-09-05 16:00:36,795 (MainClientExec.java:126) DEBUG : ex-00000003: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:36,795 (ProtocolExec.java:184) DEBUG : ex-00000003: Cannot retry non-repeatable request 2024-09-05 16:00:36,795 (HttpRequestRetryExec.java:130) DEBUG : ex-00000003: cannot retry non-repeatable request 2024-09-05 16:00:36,810 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,810 (ImageFromDockerfile.java:106) DEBUG : Step 1/28 : FROM ubuntu:22.04 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 53a843653cbc\n"}[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "1b5[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 2/28 : RUN \tapt-get update \u0026\u0026 apt-get install -y \tnet-tools \tgit \twget \tlibssl-dev \tlibtool \tbuild-essential \tvim autogen \tautoconf \tautomake \tpkg-config \tlibgtk-3-dev \tmake \tvim \tvalgrind \tdoxygen \tlibev-dev \tlibpcre3-dev \tunzip \tsudo \tpython3 \tbuild-essential \tbison \tflex \tswig \tlibcmocka0 \tlibcmocka-dev \tcmake gcc libpsl-dev \tsupervisor libpam0g-dev"}[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,811 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 20e56fe491b6\n"}[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "37[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 3/28 : RUN adduser --system netconf"}[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,812 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,813 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,813 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,813 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,814 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,815 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,815 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e dc6930837555\n"}[\r][\n]" 2024-09-05 16:00:36,815 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,815 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:36,815 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 4/28 : RUN mkdir -p /home/netconf/.ssh"}[\r][\n]" 2024-09-05 16:00:36,815 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,815 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,815 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,816 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,816 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,816 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,816 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,816 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,816 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e fb361b0852c7\n"}[\r][\n]" 2024-09-05 16:00:36,816 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,816 (Wire.java:92) DEBUG : http-outgoing-0 << "64[\r][\n]" 2024-09-05 16:00:36,816 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 5/28 : RUN echo \"netconf:netconf\" | chpasswd \u0026\u0026 adduser netconf sudo"}[\r][\n]" 2024-09-05 16:00:36,817 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,817 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,817 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,817 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,817 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,817 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,817 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,817 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,817 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 0d752ed0314b\n"}[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "11c[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 6/28 : RUN \techo '' \u003e /home/netconf/.ssh/authorized_keys \u0026\u0026 \tssh-keygen -A \u0026\u0026 \tssh-keygen -t rsa -b 4096 -P '' -f /home/netconf/.ssh/id_rsa \u0026\u0026 \tcat /home/netconf/.ssh/id_rsa.pub \u003e\u003e /home/netconf/.ssh/authorized_keys"}[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,818 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 3bdb08526628\n"}[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "65[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 7/28 : RUN sed -i s#/home/netconf:/bin/false#/home/netconf:/bin/bash# /etc/passwd"}[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,819 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 2a813f0e935e\n"}[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "59[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 8/28 : RUN mkdir /opt/dev \u0026\u0026 sudo chown -R netconf /opt/dev"}[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,820 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,821 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,821 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,821 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 3c6595ada0bb\n"}[\r][\n]" 2024-09-05 16:00:36,821 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,821 (Wire.java:92) DEBUG : http-outgoing-0 << "3c[\r][\n]" 2024-09-05 16:00:36,821 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 9/28 : RUN echo \"root:root\" | chpasswd"}[\r][\n]" 2024-09-05 16:00:36,821 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,822 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,822 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,822 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,822 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,822 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,822 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,823 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,823 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 70629b3ea8bd\n"}[\r][\n]" 2024-09-05 16:00:36,823 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,824 (Wire.java:92) DEBUG : http-outgoing-0 << "1b0[\r][\n]" 2024-09-05 16:00:36,824 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 10/28 : RUN cd /opt/dev \u0026\u0026 git clone https://github.com/CESNET/libyang.git \u0026\u0026 cd libyang \u0026\u0026 git checkout devel \u0026\u0026 mkdir build \u0026\u0026 cd build \u0026\u0026 cmake -DCMAKE_BUILD_TYPE:String=\"Release\" -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_BUILD_TESTS=OFF .. \u0026\u0026 make -j2 \u0026\u0026 make install \u0026\u0026 ldconfig"}[\r][\n]" 2024-09-05 16:00:36,824 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,824 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,824 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,824 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,824 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,824 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,824 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,825 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,825 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e ae8355f4cef2\n"}[\r][\n]" 2024-09-05 16:00:36,825 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,825 (Wire.java:92) DEBUG : http-outgoing-0 << "191[\r][\n]" 2024-09-05 16:00:36,825 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 11/28 : RUN cd /opt/dev \u0026\u0026 git clone https://github.com/sysrepo/sysrepo.git \u0026\u0026 cd sysrepo \u0026\u0026 git checkout devel \u0026\u0026 mkdir build \u0026\u0026 cd build \u0026\u0026 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=\"Release\" .. \u0026\u0026 make -j2 \u0026\u0026 make install \u0026\u0026 ldconfig"}[\r][\n]" 2024-09-05 16:00:36,825 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,825 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,825 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,826 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,826 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,826 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,826 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,826 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,826 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e e6f787cade69\n"}[\r][\n]" 2024-09-05 16:00:36,827 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,827 (Wire.java:92) DEBUG : http-outgoing-0 << "1cf[\r][\n]" 2024-09-05 16:00:36,827 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 12/28 : RUN cd /opt/dev \u0026\u0026 git clone http://git.libssh.org/projects/libssh.git \u0026\u0026 cd libssh \u0026\u0026 git checkout tags/libssh-0.11.0 \u0026\u0026 mkdir build \u0026\u0026 cd build \u0026\u0026 cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=\"Release\" -DWITH_ZLIB=ON -DWITH_NACL=OFF -DWITH_PCAP=OFF .. \u0026\u0026 make -j2 \u0026\u0026 make install \u0026\u0026 ldconfig"}[\r][\n]" 2024-09-05 16:00:36,827 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,827 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,827 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,828 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,828 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,828 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,828 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,828 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,828 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 34feebe1fc67\n"}[\r][\n]" 2024-09-05 16:00:36,828 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,828 (Wire.java:92) DEBUG : http-outgoing-0 << "139[\r][\n]" 2024-09-05 16:00:36,828 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 13/28 : RUN cd /opt/dev \u0026\u0026 git clone https://github.com/curl/curl.git \u0026\u0026 cd curl \u0026\u0026 git checkout tags/curl-8_9_1 \u0026\u0026autoreconf -fi \u0026\u0026 ./configure --prefix=/usr --with-openssl \u0026\u0026 make -j2 \u0026\u0026 make install \u0026\u0026 ldconfig"}[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 9f676186008a\n"}[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,829 (Wire.java:92) DEBUG : http-outgoing-0 << "3c9[\r][\n]" 2024-09-05 16:00:36,830 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 14/28 : RUN echo $ 'diff --git a/src/session_server.c b/src/session_server.c\\nindex 5abbb8e..3ebbcf9 100644\\n--- a/src/session_server.c\\n+++ b/src/session_server.c\\n@@ -1646,7 +1646,10 @@ nc_ps_poll_session_io(struct nc_session *session, int io_timeout, time_t now_mon\\n case NC_TI_SSH:\\n ssh_msg = ssh_message_get(session-\u003eti.libssh.session);\\n if (ssh_msg) {\\n- nc_session_ssh_msg(session, NULL, ssh_msg, NULL);\\n+ r = nc_session_ssh_msg(session, NULL, ssh_msg, NULL);\\n+ if (r == 1) {\\n+ ssh_message_reply_default(msg);\\n+ }\\n if (session-\u003eti.libssh.next) {\\n for (new = session-\u003eti.libssh.next; new != session; new = new-\u003eti.libssh.next) {\\n if ((new-\u003estatus == NC_STATUS_STARTING) \u0026\u0026 new-\u003eti.libssh.channel \u0026\u0026' \u003e /home/netconf/session_server.patch"}[\r][\n]" 2024-09-05 16:00:36,830 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,831 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e efef575d315f\n"}[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "175[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 15/28 : RUN cd /opt/dev \u0026\u0026 git clone https://github.com/CESNET/libnetconf2.git \u0026\u0026 cd libnetconf2 \u0026\u0026 git checkout devel \u0026\u0026 mkdir build \u0026\u0026 cd build \u0026\u0026 cmake -DENABLE_TESTS=OFF .. \u0026\u0026 make -j2 \u0026\u0026 make install \u0026\u0026 ldconfig"}[\r][\n]" 2024-09-05 16:00:36,832 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,833 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,833 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,833 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,833 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,833 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,833 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,833 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,833 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e b3aab2e5b30b\n"}[\r][\n]" 2024-09-05 16:00:36,833 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,834 (Wire.java:92) DEBUG : http-outgoing-0 << "54[\r][\n]" 2024-09-05 16:00:36,834 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 16/28 : COPY libssh_trace.patch /home/netconf/libssh_trace.patch"}[\r][\n]" 2024-09-05 16:00:36,834 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,834 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,835 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,835 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,835 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:36,835 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Using cache\n"}[\r][\n]" 2024-09-05 16:00:36,835 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,835 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:36,835 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 14730e2525f0\n"}[\r][\n]" 2024-09-05 16:00:36,835 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,835 (Wire.java:92) DEBUG : http-outgoing-0 << "1e4[\r][\n]" 2024-09-05 16:00:36,836 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 17/28 : RUN cd /opt/dev \u0026\u0026 git clone https://github.com/CESNET/Netopeer2.git \u0026\u0026 cd Netopeer2 \u0026\u0026 git checkout devel \u0026\u0026 sed -i \"s|np2_libssh_verbose_level = 3;|np2_libssh_verbose_level = 4;|\" src/main.c \u0026\u0026 mkdir build \u0026\u0026 cd build \u0026\u0026 cmake -DNACM_RECOVERY_UID=102 -DCMAKE_INSTALL_PREFIX:PATH=/usr .. \u0026\u0026 make -j2 \u0026\u0026 make install"}[\r][\n]" 2024-09-05 16:00:36,836 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,836 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:36,836 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:36,836 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,836 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,836 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,837 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,837 (ImageFromDockerfile.java:106) DEBUG : ---> 53a843653cbc 2024-09-05 16:00:36,837 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,837 (ImageFromDockerfile.java:106) DEBUG : Step 2/28 : RUN apt-get update && apt-get install -y net-tools git wget libssl-dev libtool build-essential vim autogen autoconf automake pkg-config libgtk-3-dev make vim valgrind doxygen libev-dev libpcre3-dev unzip sudo python3 build-essential bison flex swig libcmocka0 libcmocka-dev cmake gcc libpsl-dev supervisor libpam0g-dev 2024-09-05 16:00:36,838 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,838 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,838 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,838 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,839 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,839 (ImageFromDockerfile.java:106) DEBUG : ---> 20e56fe491b6 2024-09-05 16:00:36,839 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,839 (ImageFromDockerfile.java:106) DEBUG : Step 3/28 : RUN adduser --system netconf 2024-09-05 16:00:36,840 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,840 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,840 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,840 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,840 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,840 (ImageFromDockerfile.java:106) DEBUG : ---> dc6930837555 2024-09-05 16:00:36,840 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,840 (ImageFromDockerfile.java:106) DEBUG : Step 4/28 : RUN mkdir -p /home/netconf/.ssh 2024-09-05 16:00:36,841 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,841 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,841 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,841 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,841 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,841 (ImageFromDockerfile.java:106) DEBUG : ---> fb361b0852c7 2024-09-05 16:00:36,843 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,843 (ImageFromDockerfile.java:106) DEBUG : Step 5/28 : RUN echo "netconf:netconf" | chpasswd && adduser netconf sudo 2024-09-05 16:00:36,843 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,843 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,843 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,843 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,843 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,844 (ImageFromDockerfile.java:106) DEBUG : ---> 0d752ed0314b 2024-09-05 16:00:36,844 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,844 (ImageFromDockerfile.java:106) DEBUG : Step 6/28 : RUN echo '' > /home/netconf/.ssh/authorized_keys && ssh-keygen -A && ssh-keygen -t rsa -b 4096 -P '' -f /home/netconf/.ssh/id_rsa && cat /home/netconf/.ssh/id_rsa.pub >> /home/netconf/.ssh/authorized_keys 2024-09-05 16:00:36,844 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,844 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,844 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,844 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,845 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,845 (ImageFromDockerfile.java:106) DEBUG : ---> 3bdb08526628 2024-09-05 16:00:36,845 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,845 (ImageFromDockerfile.java:106) DEBUG : Step 7/28 : RUN sed -i s#/home/netconf:/bin/false#/home/netconf:/bin/bash# /etc/passwd 2024-09-05 16:00:36,845 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,845 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,846 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,846 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,846 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,847 (ImageFromDockerfile.java:106) DEBUG : ---> 2a813f0e935e 2024-09-05 16:00:36,848 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,848 (ImageFromDockerfile.java:106) DEBUG : Step 8/28 : RUN mkdir /opt/dev && sudo chown -R netconf /opt/dev 2024-09-05 16:00:36,848 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,848 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,849 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,849 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,849 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,849 (ImageFromDockerfile.java:106) DEBUG : ---> 3c6595ada0bb 2024-09-05 16:00:36,849 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,849 (ImageFromDockerfile.java:106) DEBUG : Step 9/28 : RUN echo "root:root" | chpasswd 2024-09-05 16:00:36,849 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,850 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,850 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,850 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,850 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,850 (ImageFromDockerfile.java:106) DEBUG : ---> 70629b3ea8bd 2024-09-05 16:00:36,850 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,850 (ImageFromDockerfile.java:106) DEBUG : Step 10/28 : RUN cd /opt/dev && git clone https://github.com/CESNET/libyang.git && cd libyang && git checkout devel && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE:String="Release" -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_BUILD_TESTS=OFF .. && make -j2 && make install && ldconfig 2024-09-05 16:00:36,851 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,851 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,851 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,851 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,852 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,852 (ImageFromDockerfile.java:106) DEBUG : ---> ae8355f4cef2 2024-09-05 16:00:36,853 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,853 (ImageFromDockerfile.java:106) DEBUG : Step 11/28 : RUN cd /opt/dev && git clone https://github.com/sysrepo/sysrepo.git && cd sysrepo && git checkout devel && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE="Release" .. && make -j2 && make install && ldconfig 2024-09-05 16:00:36,853 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,853 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,853 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,853 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,853 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,854 (ImageFromDockerfile.java:106) DEBUG : ---> e6f787cade69 2024-09-05 16:00:36,854 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,854 (ImageFromDockerfile.java:106) DEBUG : Step 12/28 : RUN cd /opt/dev && git clone http://git.libssh.org/projects/libssh.git && cd libssh && git checkout tags/libssh-0.11.0 && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE="Release" -DWITH_ZLIB=ON -DWITH_NACL=OFF -DWITH_PCAP=OFF .. && make -j2 && make install && ldconfig 2024-09-05 16:00:36,854 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,854 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,854 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,854 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,854 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,854 (ImageFromDockerfile.java:106) DEBUG : ---> 34feebe1fc67 2024-09-05 16:00:36,854 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,855 (ImageFromDockerfile.java:106) DEBUG : Step 13/28 : RUN cd /opt/dev && git clone https://github.com/curl/curl.git && cd curl && git checkout tags/curl-8_9_1 &&autoreconf -fi && ./configure --prefix=/usr --with-openssl && make -j2 && make install && ldconfig 2024-09-05 16:00:36,855 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,855 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,855 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,855 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,855 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,855 (ImageFromDockerfile.java:106) DEBUG : ---> 9f676186008a 2024-09-05 16:00:36,857 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,857 (ImageFromDockerfile.java:106) DEBUG : Step 14/28 : RUN echo $ 'diff --git a/src/session_server.c b/src/session_server.c\nindex 5abbb8e..3ebbcf9 100644\n--- a/src/session_server.c\n+++ b/src/session_server.c\n@@ -1646,7 +1646,10 @@ nc_ps_poll_session_io(struct nc_session *session, int io_timeout, time_t now_mon\n case NC_TI_SSH:\n ssh_msg = ssh_message_get(session->ti.libssh.session);\n if (ssh_msg) {\n- nc_session_ssh_msg(session, NULL, ssh_msg, NULL);\n+ r = nc_session_ssh_msg(session, NULL, ssh_msg, NULL);\n+ if (r == 1) {\n+ ssh_message_reply_default(msg);\n+ }\n if (session->ti.libssh.next) {\n for (new = session->ti.libssh.next; new != session; new = new->ti.libssh.next) {\n if ((new->status == NC_STATUS_STARTING) && new->ti.libssh.channel &&' > /home/netconf/session_server.patch 2024-09-05 16:00:36,860 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,860 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,860 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,860 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,861 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,861 (ImageFromDockerfile.java:106) DEBUG : ---> efef575d315f 2024-09-05 16:00:36,861 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,862 (ImageFromDockerfile.java:106) DEBUG : Step 15/28 : RUN cd /opt/dev && git clone https://github.com/CESNET/libnetconf2.git && cd libnetconf2 && git checkout devel && mkdir build && cd build && cmake -DENABLE_TESTS=OFF .. && make -j2 && make install && ldconfig 2024-09-05 16:00:36,862 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,868 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,882 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,882 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,882 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,883 (ImageFromDockerfile.java:106) DEBUG : ---> b3aab2e5b30b 2024-09-05 16:00:36,883 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,883 (ImageFromDockerfile.java:106) DEBUG : Step 16/28 : COPY libssh_trace.patch /home/netconf/libssh_trace.patch 2024-09-05 16:00:36,884 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,884 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,884 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,884 (ImageFromDockerfile.java:106) DEBUG : ---> Using cache 2024-09-05 16:00:36,884 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,884 (ImageFromDockerfile.java:106) DEBUG : ---> 14730e2525f0 2024-09-05 16:00:36,884 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,884 (ImageFromDockerfile.java:106) DEBUG : Step 17/28 : RUN cd /opt/dev && git clone https://github.com/CESNET/Netopeer2.git && cd Netopeer2 && git checkout devel && sed -i "s|np2_libssh_verbose_level = 3;|np2_libssh_verbose_level = 4;|" src/main.c && mkdir build && cd build && cmake -DNACM_RECOVERY_UID=102 -DCMAKE_INSTALL_PREFIX:PATH=/usr .. && make -j2 && make install 2024-09-05 16:00:36,885 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,885 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:36,950 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:36,951 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in 77c442faaf81\n"}[\r][\n]" 2024-09-05 16:00:36,951 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:36,951 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:36,951 (ImageFromDockerfile.java:106) DEBUG : ---> Running in 77c442faaf81 2024-09-05 16:00:37,196 (Wire.java:92) DEBUG : http-outgoing-0 << "3f[\r][\n]" 2024-09-05 16:00:37,197 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\u001b[91mCloning into 'Netopeer2'...\n\u001b[0m"}[\r][\n]" 2024-09-05 16:00:37,197 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:37,197 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:37,197 (ImageFromDockerfile.java:106) DEBUG : Cloning into 'Netopeer2'... 2024-09-05 16:00:39,019 (Wire.java:92) DEBUG : http-outgoing-0 << "44[\r][\n]" 2024-09-05 16:00:39,019 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\u001b[91mSwitched to a new branch 'devel'\n\u001b[0m"}[\r][\n]" 2024-09-05 16:00:39,019 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,019 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,020 (ImageFromDockerfile.java:106) DEBUG : Switched to a new branch 'devel' 2024-09-05 16:00:39,020 (Wire.java:92) DEBUG : http-outgoing-0 << "54[\r][\n]" 2024-09-05 16:00:39,020 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Branch 'devel' set up to track remote branch 'devel' from 'origin'.\n"}[\r][\n]" 2024-09-05 16:00:39,020 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,020 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,020 (ImageFromDockerfile.java:106) DEBUG : Branch 'devel' set up to track remote branch 'devel' from 'origin'. 2024-09-05 16:00:39,060 (Wire.java:92) DEBUG : http-outgoing-0 << "3f[\r][\n]" 2024-09-05 16:00:39,061 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- The C compiler identification is GNU 11.4.0\n"}[\r][\n]" 2024-09-05 16:00:39,061 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,061 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,061 (ImageFromDockerfile.java:106) DEBUG : -- The C compiler identification is GNU 11.4.0 2024-09-05 16:00:39,067 (Wire.java:92) DEBUG : http-outgoing-0 << "31[\r][\n]" 2024-09-05 16:00:39,067 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Detecting C compiler ABI info\n"}[\r][\n]" 2024-09-05 16:00:39,067 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,067 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,067 (ImageFromDockerfile.java:106) DEBUG : -- Detecting C compiler ABI info 2024-09-05 16:00:39,108 (Wire.java:92) DEBUG : http-outgoing-0 << "38[\r][\n]" 2024-09-05 16:00:39,109 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Detecting C compiler ABI info - done\n"}[\r][\n]" 2024-09-05 16:00:39,109 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,109 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,109 (ImageFromDockerfile.java:106) DEBUG : -- Detecting C compiler ABI info - done 2024-09-05 16:00:39,114 (Wire.java:92) DEBUG : http-outgoing-0 << "47[\r][\n]" 2024-09-05 16:00:39,114 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Check for working C compiler: /usr/bin/cc - skipped\n"}[\r][\n]" 2024-09-05 16:00:39,114 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,114 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,114 (ImageFromDockerfile.java:106) DEBUG : -- Check for working C compiler: /usr/bin/cc - skipped 2024-09-05 16:00:39,115 (Wire.java:92) DEBUG : http-outgoing-0 << "30[\r][\n]" 2024-09-05 16:00:39,115 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Detecting C compile features\n"}[\r][\n]" 2024-09-05 16:00:39,115 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,115 (Wire.java:92) DEBUG : http-outgoing-0 << "37[\r][\n]" 2024-09-05 16:00:39,115 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Detecting C compile features - done\n"}[\r][\n]" 2024-09-05 16:00:39,115 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,115 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,115 (ImageFromDockerfile.java:106) DEBUG : -- Detecting C compile features 2024-09-05 16:00:39,115 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,115 (ImageFromDockerfile.java:106) DEBUG : -- Detecting C compile features - done 2024-09-05 16:00:39,124 (Wire.java:92) DEBUG : http-outgoing-0 << "54[\r][\n]" 2024-09-05 16:00:39,125 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found PkgConfig: /usr/bin/pkg-config (found version \"0.29.2\") \n"}[\r][\n]" 2024-09-05 16:00:39,125 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,125 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,125 (ImageFromDockerfile.java:106) DEBUG : -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") 2024-09-05 16:00:39,125 (Wire.java:92) DEBUG : http-outgoing-0 << "35[\r][\n]" 2024-09-05 16:00:39,125 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Checking for module 'libnetconf2'\n"}[\r][\n]" 2024-09-05 16:00:39,125 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,125 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,125 (ImageFromDockerfile.java:106) DEBUG : -- Checking for module 'libnetconf2' 2024-09-05 16:00:39,130 (Wire.java:92) DEBUG : http-outgoing-0 << "36[\r][\n]" 2024-09-05 16:00:39,131 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found libnetconf2, version 3.5.0\n"}[\r][\n]" 2024-09-05 16:00:39,131 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,131 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,131 (ImageFromDockerfile.java:106) DEBUG : -- Found libnetconf2, version 3.5.0 2024-09-05 16:00:39,145 (Wire.java:92) DEBUG : http-outgoing-0 << "4c[\r][\n]" 2024-09-05 16:00:39,145 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- libnetconf2 was compiled with support of up to 6 threads\n"}[\r][\n]" 2024-09-05 16:00:39,145 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,145 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,145 (ImageFromDockerfile.java:106) DEBUG : -- libnetconf2 was compiled with support of up to 6 threads 2024-09-05 16:00:39,148 (Wire.java:92) DEBUG : http-outgoing-0 << "72[\r][\n]" 2024-09-05 16:00:39,148 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found CMocka: /usr/lib/x86_64-linux-gnu/libcmocka.so (Required is at least version \"1.0.1\") \n"}[\r][\n]" 2024-09-05 16:00:39,148 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,149 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,149 (ImageFromDockerfile.java:106) DEBUG : -- Found CMocka: /usr/lib/x86_64-linux-gnu/libcmocka.so (Required is at least version "1.0.1") 2024-09-05 16:00:39,149 (Wire.java:92) DEBUG : http-outgoing-0 << "6b[\r][\n]" 2024-09-05 16:00:39,149 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Could NOT find Uncrustify (missing: UNCRUSTIFY) (Required is at least version \"0.77\")\n"}[\r][\n]" 2024-09-05 16:00:39,149 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,149 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,149 (ImageFromDockerfile.java:106) DEBUG : -- Could NOT find Uncrustify (missing: UNCRUSTIFY) (Required is at least version "0.77") 2024-09-05 16:00:39,172 (Wire.java:92) DEBUG : http-outgoing-0 << "8d[\r][\n]" 2024-09-05 16:00:39,173 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found suitable version \"3.0.2\", minimum required is \"3.0.0\") \n"}[\r][\n]" 2024-09-05 16:00:39,173 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,173 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,173 (ImageFromDockerfile.java:106) DEBUG : -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found suitable version "3.0.2", minimum required is "3.0.0") 2024-09-05 16:00:39,176 (Wire.java:92) DEBUG : http-outgoing-0 << "72[\r][\n]" 2024-09-05 16:00:39,176 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found LibSSH: /usr/include (found suitable version \"0.11.0\", minimum required is \"0.9.5\") \n"}[\r][\n]" 2024-09-05 16:00:39,176 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,176 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,176 (ImageFromDockerfile.java:106) DEBUG : -- Found LibSSH: /usr/include (found suitable version "0.11.0", minimum required is "0.9.5") 2024-09-05 16:00:39,178 (Wire.java:92) DEBUG : http-outgoing-0 << "87[\r][\n]" 2024-09-05 16:00:39,178 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found LibNETCONF2: /usr/local/lib/libnetconf2.so (found suitable version \"4.4.0\", minimum required is \"4.4.0\") \n"}[\r][\n]" 2024-09-05 16:00:39,178 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,178 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,178 (ImageFromDockerfile.java:106) DEBUG : -- Found LibNETCONF2: /usr/local/lib/libnetconf2.so (found suitable version "4.4.0", minimum required is "4.4.0") 2024-09-05 16:00:39,178 (Wire.java:92) DEBUG : http-outgoing-0 << "32[\r][\n]" 2024-09-05 16:00:39,179 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for NC_ENABLED_SSH_TLS\n"}[\r][\n]" 2024-09-05 16:00:39,179 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,179 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,179 (ImageFromDockerfile.java:106) DEBUG : -- Looking for NC_ENABLED_SSH_TLS 2024-09-05 16:00:39,259 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:39,260 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for NC_ENABLED_SSH_TLS - found\n"}[\r][\n]" 2024-09-05 16:00:39,260 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,260 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,260 (ImageFromDockerfile.java:106) DEBUG : -- Looking for NC_ENABLED_SSH_TLS - found 2024-09-05 16:00:39,260 (Wire.java:92) DEBUG : http-outgoing-0 << "2d[\r][\n]" 2024-09-05 16:00:39,260 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for _POSIX_TIMERS\n"}[\r][\n]" 2024-09-05 16:00:39,260 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,261 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,261 (ImageFromDockerfile.java:106) DEBUG : -- Looking for _POSIX_TIMERS 2024-09-05 16:00:39,317 (Wire.java:92) DEBUG : http-outgoing-0 << "35[\r][\n]" 2024-09-05 16:00:39,317 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for _POSIX_TIMERS - found\n"}[\r][\n]" 2024-09-05 16:00:39,317 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,318 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,318 (ImageFromDockerfile.java:106) DEBUG : -- Looking for _POSIX_TIMERS - found 2024-09-05 16:00:39,318 (Wire.java:92) DEBUG : http-outgoing-0 << "37[\r][\n]" 2024-09-05 16:00:39,318 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_mutex_timedlock\n"}[\r][\n]" 2024-09-05 16:00:39,318 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,318 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,318 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_mutex_timedlock 2024-09-05 16:00:39,379 (Wire.java:92) DEBUG : http-outgoing-0 << "3f[\r][\n]" 2024-09-05 16:00:39,379 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_mutex_timedlock - found\n"}[\r][\n]" 2024-09-05 16:00:39,379 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,379 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,379 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_mutex_timedlock - found 2024-09-05 16:00:39,379 (Wire.java:92) DEBUG : http-outgoing-0 << "37[\r][\n]" 2024-09-05 16:00:39,380 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_mutex_clocklock\n"}[\r][\n]" 2024-09-05 16:00:39,380 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,380 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,380 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_mutex_clocklock 2024-09-05 16:00:39,434 (Wire.java:92) DEBUG : http-outgoing-0 << "3f[\r][\n]" 2024-09-05 16:00:39,434 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_mutex_clocklock - found\n"}[\r][\n]" 2024-09-05 16:00:39,434 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,434 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,434 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_mutex_clocklock - found 2024-09-05 16:00:39,434 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:39,434 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_rwlock_clockrdlock\n"}[\r][\n]" 2024-09-05 16:00:39,434 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,434 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,435 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_rwlock_clockrdlock 2024-09-05 16:00:39,482 (Wire.java:92) DEBUG : http-outgoing-0 << "42[\r][\n]" 2024-09-05 16:00:39,482 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_rwlock_clockrdlock - found\n"}[\r][\n]" 2024-09-05 16:00:39,482 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,482 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,483 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_rwlock_clockrdlock - found 2024-09-05 16:00:39,483 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:39,483 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_rwlock_clockwrlock\n"}[\r][\n]" 2024-09-05 16:00:39,483 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,483 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,483 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_rwlock_clockwrlock 2024-09-05 16:00:39,529 (Wire.java:92) DEBUG : http-outgoing-0 << "42[\r][\n]" 2024-09-05 16:00:39,529 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_rwlock_clockwrlock - found\n"}[\r][\n]" 2024-09-05 16:00:39,529 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,529 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,529 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_rwlock_clockwrlock - found 2024-09-05 16:00:39,530 (Wire.java:92) DEBUG : http-outgoing-0 << "36[\r][\n]" 2024-09-05 16:00:39,530 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_cond_clockwait\n"}[\r][\n]" 2024-09-05 16:00:39,530 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,530 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,530 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_cond_clockwait 2024-09-05 16:00:39,578 (Wire.java:92) DEBUG : http-outgoing-0 << "3e[\r][\n]" 2024-09-05 16:00:39,578 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread_cond_clockwait - found\n"}[\r][\n]" 2024-09-05 16:00:39,578 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,578 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,578 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread_cond_clockwait - found 2024-09-05 16:00:39,578 (Wire.java:92) DEBUG : http-outgoing-0 << "36[\r][\n]" 2024-09-05 16:00:39,578 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for _POSIX_MONOTONIC_CLOCK\n"}[\r][\n]" 2024-09-05 16:00:39,578 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,579 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,579 (ImageFromDockerfile.java:106) DEBUG : -- Looking for _POSIX_MONOTONIC_CLOCK 2024-09-05 16:00:39,621 (Wire.java:92) DEBUG : http-outgoing-0 << "3e[\r][\n]" 2024-09-05 16:00:39,621 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for _POSIX_MONOTONIC_CLOCK - found\n"}[\r][\n]" 2024-09-05 16:00:39,621 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,621 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,621 (ImageFromDockerfile.java:106) DEBUG : -- Looking for _POSIX_MONOTONIC_CLOCK - found 2024-09-05 16:00:39,621 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:39,621 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for vdprintf\n"}[\r][\n]" 2024-09-05 16:00:39,621 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,621 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,621 (ImageFromDockerfile.java:106) DEBUG : -- Looking for vdprintf 2024-09-05 16:00:39,664 (Wire.java:92) DEBUG : http-outgoing-0 << "30[\r][\n]" 2024-09-05 16:00:39,664 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for vdprintf - found\n"}[\r][\n]" 2024-09-05 16:00:39,664 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,664 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,664 (ImageFromDockerfile.java:106) DEBUG : -- Looking for vdprintf - found 2024-09-05 16:00:39,664 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:39,664 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for asprintf\n"}[\r][\n]" 2024-09-05 16:00:39,664 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,664 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,665 (ImageFromDockerfile.java:106) DEBUG : -- Looking for asprintf 2024-09-05 16:00:39,706 (Wire.java:92) DEBUG : http-outgoing-0 << "30[\r][\n]" 2024-09-05 16:00:39,706 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for asprintf - found\n"}[\r][\n]" 2024-09-05 16:00:39,706 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,707 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,707 (ImageFromDockerfile.java:106) DEBUG : -- Looking for asprintf - found 2024-09-05 16:00:39,707 (Wire.java:92) DEBUG : http-outgoing-0 << "29[\r][\n]" 2024-09-05 16:00:39,707 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for vasprintf\n"}[\r][\n]" 2024-09-05 16:00:39,707 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,707 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,707 (ImageFromDockerfile.java:106) DEBUG : -- Looking for vasprintf 2024-09-05 16:00:39,748 (Wire.java:92) DEBUG : http-outgoing-0 << "31[\r][\n]" 2024-09-05 16:00:39,749 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for vasprintf - found\n"}[\r][\n]" 2024-09-05 16:00:39,749 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,749 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,749 (ImageFromDockerfile.java:106) DEBUG : -- Looking for vasprintf - found 2024-09-05 16:00:39,749 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:39,749 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for getline\n"}[\r][\n]" 2024-09-05 16:00:39,749 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,749 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,749 (ImageFromDockerfile.java:106) DEBUG : -- Looking for getline 2024-09-05 16:00:39,793 (Wire.java:92) DEBUG : http-outgoing-0 << "2f[\r][\n]" 2024-09-05 16:00:39,793 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for getline - found\n"}[\r][\n]" 2024-09-05 16:00:39,793 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,793 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,793 (ImageFromDockerfile.java:106) DEBUG : -- Looking for getline - found 2024-09-05 16:00:39,793 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:39,793 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for strndup\n"}[\r][\n]" 2024-09-05 16:00:39,793 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,793 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,793 (ImageFromDockerfile.java:106) DEBUG : -- Looking for strndup 2024-09-05 16:00:39,835 (Wire.java:92) DEBUG : http-outgoing-0 << "2f[\r][\n]" 2024-09-05 16:00:39,835 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for strndup - found\n"}[\r][\n]" 2024-09-05 16:00:39,835 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,835 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,835 (ImageFromDockerfile.java:106) DEBUG : -- Looking for strndup - found 2024-09-05 16:00:39,835 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:39,835 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for strnstr\n"}[\r][\n]" 2024-09-05 16:00:39,835 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,836 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,836 (ImageFromDockerfile.java:106) DEBUG : -- Looking for strnstr 2024-09-05 16:00:39,852 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:39,853 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for strnstr - not found\n"}[\r][\n]" 2024-09-05 16:00:39,853 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,853 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,853 (ImageFromDockerfile.java:106) DEBUG : -- Looking for strnstr - not found 2024-09-05 16:00:39,853 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:39,853 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for strdupa\n"}[\r][\n]" 2024-09-05 16:00:39,853 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,854 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,854 (ImageFromDockerfile.java:106) DEBUG : -- Looking for strdupa 2024-09-05 16:00:39,895 (Wire.java:92) DEBUG : http-outgoing-0 << "2f[\r][\n]" 2024-09-05 16:00:39,895 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for strdupa - found\n"}[\r][\n]" 2024-09-05 16:00:39,895 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,895 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,896 (ImageFromDockerfile.java:106) DEBUG : -- Looking for strdupa - found 2024-09-05 16:00:39,896 (Wire.java:92) DEBUG : http-outgoing-0 << "29[\r][\n]" 2024-09-05 16:00:39,896 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for strchrnul\n"}[\r][\n]" 2024-09-05 16:00:39,896 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,896 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,896 (ImageFromDockerfile.java:106) DEBUG : -- Looking for strchrnul 2024-09-05 16:00:39,936 (Wire.java:92) DEBUG : http-outgoing-0 << "31[\r][\n]" 2024-09-05 16:00:39,936 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for strchrnul - found\n"}[\r][\n]" 2024-09-05 16:00:39,936 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,937 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,937 (ImageFromDockerfile.java:106) DEBUG : -- Looking for strchrnul - found 2024-09-05 16:00:39,937 (Wire.java:92) DEBUG : http-outgoing-0 << "34[\r][\n]" 2024-09-05 16:00:39,937 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for get_current_dir_name\n"}[\r][\n]" 2024-09-05 16:00:39,937 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,937 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,937 (ImageFromDockerfile.java:106) DEBUG : -- Looking for get_current_dir_name 2024-09-05 16:00:39,979 (Wire.java:92) DEBUG : http-outgoing-0 << "3c[\r][\n]" 2024-09-05 16:00:39,979 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for get_current_dir_name - found\n"}[\r][\n]" 2024-09-05 16:00:39,979 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,980 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,980 (ImageFromDockerfile.java:106) DEBUG : -- Looking for get_current_dir_name - found 2024-09-05 16:00:39,980 (Wire.java:92) DEBUG : http-outgoing-0 << "2b[\r][\n]" 2024-09-05 16:00:39,980 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for stdatomic.h\n"}[\r][\n]" 2024-09-05 16:00:39,980 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:39,980 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:39,980 (ImageFromDockerfile.java:106) DEBUG : -- Looking for stdatomic.h 2024-09-05 16:00:40,024 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:40,024 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for stdatomic.h - found\n"}[\r][\n]" 2024-09-05 16:00:40,024 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,024 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,024 (ImageFromDockerfile.java:106) DEBUG : -- Looking for stdatomic.h - found 2024-09-05 16:00:40,025 (Wire.java:92) DEBUG : http-outgoing-0 << "29[\r][\n]" 2024-09-05 16:00:40,025 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for sigaction\n"}[\r][\n]" 2024-09-05 16:00:40,025 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,026 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,026 (ImageFromDockerfile.java:106) DEBUG : -- Looking for sigaction 2024-09-05 16:00:40,068 (Wire.java:92) DEBUG : http-outgoing-0 << "31[\r][\n]" 2024-09-05 16:00:40,068 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for sigaction - found\n"}[\r][\n]" 2024-09-05 16:00:40,068 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,068 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,068 (ImageFromDockerfile.java:106) DEBUG : -- Looking for sigaction - found 2024-09-05 16:00:40,096 (Wire.java:92) DEBUG : http-outgoing-0 << "53[\r][\n]" 2024-09-05 16:00:40,096 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found CURL: /usr/lib/libcurl.so (found version \"8.9.1-DEV\") \n"}[\r][\n]" 2024-09-05 16:00:40,096 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,097 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,097 (ImageFromDockerfile.java:106) DEBUG : -- Found CURL: /usr/lib/libcurl.so (found version "8.9.1-DEV") 2024-09-05 16:00:40,100 (Wire.java:92) DEBUG : http-outgoing-0 << "63[\r][\n]" 2024-09-05 16:00:40,100 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Could NOT find LibSystemd (missing: LIBSYSTEMD_LIBRARY LIBSYSTEMD_INCLUDE_DIR) \n"}[\r][\n]" 2024-09-05 16:00:40,100 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,100 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,100 (ImageFromDockerfile.java:106) DEBUG : -- Could NOT find LibSystemd (missing: LIBSYSTEMD_LIBRARY LIBSYSTEMD_INCLUDE_DIR) 2024-09-05 16:00:40,100 (Wire.java:92) DEBUG : http-outgoing-0 << "a7[\r][\n]" 2024-09-05 16:00:40,100 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\u001b[91mCMake Warning at CMakeLists.txt:302 (message):\n Disabling netopeer2-server systemd support because libsystemd was not\n found.\n\n\u001b[0m"}[\r][\n]" 2024-09-05 16:00:40,100 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,100 (Wire.java:92) DEBUG : http-outgoing-0 << "24[\r][\n]" 2024-09-05 16:00:40,100 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\u001b[91m\n\u001b[0m"}[\r][\n]" 2024-09-05 16:00:40,100 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,100 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,100 (ImageFromDockerfile.java:106) DEBUG : CMake Warning at CMakeLists.txt:302 (message): Disabling netopeer2-server systemd support because libsystemd was not found. 2024-09-05 16:00:40,101 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,101 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:40,102 (Wire.java:92) DEBUG : http-outgoing-0 << "29[\r][\n]" 2024-09-05 16:00:40,102 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread.h\n"}[\r][\n]" 2024-09-05 16:00:40,102 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,102 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,102 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread.h 2024-09-05 16:00:40,145 (Wire.java:92) DEBUG : http-outgoing-0 << "31[\r][\n]" 2024-09-05 16:00:40,145 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for pthread.h - found\n"}[\r][\n]" 2024-09-05 16:00:40,145 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,145 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,145 (ImageFromDockerfile.java:106) DEBUG : -- Looking for pthread.h - found 2024-09-05 16:00:40,145 (Wire.java:92) DEBUG : http-outgoing-0 << "3b[\r][\n]" 2024-09-05 16:00:40,145 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Performing Test CMAKE_HAVE_LIBC_PTHREAD\n"}[\r][\n]" 2024-09-05 16:00:40,145 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,145 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,145 (ImageFromDockerfile.java:106) DEBUG : -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-09-05 16:00:40,189 (Wire.java:92) DEBUG : http-outgoing-0 << "45[\r][\n]" 2024-09-05 16:00:40,189 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success\n"}[\r][\n]" 2024-09-05 16:00:40,189 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,189 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,189 (ImageFromDockerfile.java:106) DEBUG : -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-09-05 16:00:40,190 (Wire.java:92) DEBUG : http-outgoing-0 << "29[\r][\n]" 2024-09-05 16:00:40,190 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found Threads: TRUE \n"}[\r][\n]" 2024-09-05 16:00:40,190 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,190 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,190 (ImageFromDockerfile.java:106) DEBUG : -- Found Threads: TRUE 2024-09-05 16:00:40,193 (Wire.java:92) DEBUG : http-outgoing-0 << "8a[\r][\n]" 2024-09-05 16:00:40,193 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found LibYANG: /usr/lib/x86_64-linux-gnu/libyang.so (found suitable version \"3.3.4\", minimum required is \"3.0.0\") \n"}[\r][\n]" 2024-09-05 16:00:40,193 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,193 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,193 (ImageFromDockerfile.java:106) DEBUG : -- Found LibYANG: /usr/lib/x86_64-linux-gnu/libyang.so (found suitable version "3.3.4", minimum required is "3.0.0") 2024-09-05 16:00:40,194 (Wire.java:92) DEBUG : http-outgoing-0 << "90[\r][\n]" 2024-09-05 16:00:40,195 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Found Sysrepo: /usr/lib/x86_64-linux-gnu/libsysrepo.so (found suitable version \"7.27.11\", minimum required is \"7.27.0\") \n"}[\r][\n]" 2024-09-05 16:00:40,195 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,195 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,195 (ImageFromDockerfile.java:106) DEBUG : -- Found Sysrepo: /usr/lib/x86_64-linux-gnu/libsysrepo.so (found suitable version "7.27.11", minimum required is "7.27.0") 2024-09-05 16:00:40,198 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:40,199 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for eaccess\n"}[\r][\n]" 2024-09-05 16:00:40,199 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,199 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,199 (ImageFromDockerfile.java:106) DEBUG : -- Looking for eaccess 2024-09-05 16:00:40,244 (Wire.java:92) DEBUG : http-outgoing-0 << "2f[\r][\n]" 2024-09-05 16:00:40,244 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for eaccess - found\n"}[\r][\n]" 2024-09-05 16:00:40,244 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,244 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,244 (ImageFromDockerfile.java:106) DEBUG : -- Looking for eaccess - found 2024-09-05 16:00:40,244 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:40,244 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for mkstemps\n"}[\r][\n]" 2024-09-05 16:00:40,244 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,244 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,244 (ImageFromDockerfile.java:106) DEBUG : -- Looking for mkstemps 2024-09-05 16:00:40,286 (Wire.java:92) DEBUG : http-outgoing-0 << "30[\r][\n]" 2024-09-05 16:00:40,286 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Looking for mkstemps - found\n"}[\r][\n]" 2024-09-05 16:00:40,286 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,286 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,286 (ImageFromDockerfile.java:106) DEBUG : -- Looking for mkstemps - found 2024-09-05 16:00:40,287 (Wire.java:92) DEBUG : http-outgoing-0 << "24[\r][\n]" 2024-09-05 16:00:40,287 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Configuring done\n"}[\r][\n]" 2024-09-05 16:00:40,287 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,287 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,287 (ImageFromDockerfile.java:106) DEBUG : -- Configuring done 2024-09-05 16:00:40,315 (Wire.java:92) DEBUG : http-outgoing-0 << "23[\r][\n]" 2024-09-05 16:00:40,315 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Generating done\n"}[\r][\n]" 2024-09-05 16:00:40,315 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,315 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,315 (ImageFromDockerfile.java:106) DEBUG : -- Generating done 2024-09-05 16:00:40,317 (Wire.java:92) DEBUG : http-outgoing-0 << "4e[\r][\n]" 2024-09-05 16:00:40,317 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Build files have been written to: /opt/dev/Netopeer2/build\n"}[\r][\n]" 2024-09-05 16:00:40,317 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,317 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,317 (ImageFromDockerfile.java:106) DEBUG : -- Build files have been written to: /opt/dev/Netopeer2/build 2024-09-05 16:00:40,348 (Wire.java:92) DEBUG : http-outgoing-0 << "51[\r][\n]" 2024-09-05 16:00:40,348 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 1%] Building C object CMakeFiles/serverobj.dir/src/common.c.o\n"}[\r][\n]" 2024-09-05 16:00:40,348 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,348 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,348 (ImageFromDockerfile.java:106) DEBUG : [ 1%] Building C object CMakeFiles/serverobj.dir/src/common.c.o 2024-09-05 16:00:40,352 (Wire.java:92) DEBUG : http-outgoing-0 << "54[\r][\n]" 2024-09-05 16:00:40,352 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 2%] Building C object tests/CMakeFiles/test_rpc.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:40,352 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,353 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,353 (ImageFromDockerfile.java:106) DEBUG : [ 2%] Building C object tests/CMakeFiles/test_rpc.dir/np2_test.c.o 2024-09-05 16:00:40,513 (Wire.java:92) DEBUG : http-outgoing-0 << "5c[\r][\n]" 2024-09-05 16:00:40,513 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 3%] Building C object tests/CMakeFiles/test_rpc.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:40,513 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,513 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,513 (ImageFromDockerfile.java:106) DEBUG : [ 3%] Building C object tests/CMakeFiles/test_rpc.dir/np2_other_client.c.o 2024-09-05 16:00:40,544 (Wire.java:92) DEBUG : http-outgoing-0 << "52[\r][\n]" 2024-09-05 16:00:40,544 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 4%] Building C object CMakeFiles/serverobj.dir/src/netconf.c.o\n"}[\r][\n]" 2024-09-05 16:00:40,544 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,544 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,544 (ImageFromDockerfile.java:106) DEBUG : [ 4%] Building C object CMakeFiles/serverobj.dir/src/netconf.c.o 2024-09-05 16:00:40,590 (Wire.java:92) DEBUG : http-outgoing-0 << "54[\r][\n]" 2024-09-05 16:00:40,590 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 5%] Building C object tests/CMakeFiles/test_rpc.dir/test_rpc.c.o\n"}[\r][\n]" 2024-09-05 16:00:40,590 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,590 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,590 (ImageFromDockerfile.java:106) DEBUG : [ 5%] Building C object tests/CMakeFiles/test_rpc.dir/test_rpc.c.o 2024-09-05 16:00:40,701 (Wire.java:92) DEBUG : http-outgoing-0 << "5d[\r][\n]" 2024-09-05 16:00:40,701 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 6%] Building C object CMakeFiles/serverobj.dir/src/netconf_monitoring.c.o\n"}[\r][\n]" 2024-09-05 16:00:40,701 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,701 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,701 (ImageFromDockerfile.java:106) DEBUG : [ 6%] Building C object CMakeFiles/serverobj.dir/src/netconf_monitoring.c.o 2024-09-05 16:00:40,774 (Wire.java:92) DEBUG : http-outgoing-0 << "35[\r][\n]" 2024-09-05 16:00:40,774 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 7%] Linking C executable test_rpc\n"}[\r][\n]" 2024-09-05 16:00:40,774 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,775 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,775 (ImageFromDockerfile.java:106) DEBUG : [ 7%] Linking C executable test_rpc 2024-09-05 16:00:40,829 (Wire.java:92) DEBUG : http-outgoing-0 << "57[\r][\n]" 2024-09-05 16:00:40,829 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 8%] Building C object CMakeFiles/serverobj.dir/src/netconf_nmda.c.o\n"}[\r][\n]" 2024-09-05 16:00:40,830 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,830 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,830 (ImageFromDockerfile.java:106) DEBUG : [ 8%] Building C object CMakeFiles/serverobj.dir/src/netconf_nmda.c.o 2024-09-05 16:00:40,893 (Wire.java:92) DEBUG : http-outgoing-0 << "2d[\r][\n]" 2024-09-05 16:00:40,893 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 8%] Built target test_rpc\n"}[\r][\n]" 2024-09-05 16:00:40,893 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,894 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,894 (ImageFromDockerfile.java:106) DEBUG : [ 8%] Built target test_rpc 2024-09-05 16:00:40,917 (Wire.java:92) DEBUG : http-outgoing-0 << "55[\r][\n]" 2024-09-05 16:00:40,917 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 10%] Building C object tests/CMakeFiles/test_edit.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:40,917 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,918 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,918 (ImageFromDockerfile.java:106) DEBUG : [ 10%] Building C object tests/CMakeFiles/test_edit.dir/np2_test.c.o 2024-09-05 16:00:40,928 (Wire.java:92) DEBUG : http-outgoing-0 << "6b[\r][\n]" 2024-09-05 16:00:40,928 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 11%] Building C object CMakeFiles/serverobj.dir/src/netconf_subscribed_notifications.c.o\n"}[\r][\n]" 2024-09-05 16:00:40,928 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:40,929 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:40,929 (ImageFromDockerfile.java:106) DEBUG : [ 11%] Building C object CMakeFiles/serverobj.dir/src/netconf_subscribed_notifications.c.o 2024-09-05 16:00:41,054 (Wire.java:92) DEBUG : http-outgoing-0 << "5d[\r][\n]" 2024-09-05 16:00:41,054 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 12%] Building C object tests/CMakeFiles/test_edit.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,054 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,054 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,054 (ImageFromDockerfile.java:106) DEBUG : [ 12%] Building C object tests/CMakeFiles/test_edit.dir/np2_other_client.c.o 2024-09-05 16:00:41,122 (Wire.java:92) DEBUG : http-outgoing-0 << "63[\r][\n]" 2024-09-05 16:00:41,122 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 13%] Building C object CMakeFiles/serverobj.dir/src/netconf_confirmed_commit.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,122 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,122 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,122 (ImageFromDockerfile.java:106) DEBUG : [ 13%] Building C object CMakeFiles/serverobj.dir/src/netconf_confirmed_commit.c.o 2024-09-05 16:00:41,126 (Wire.java:92) DEBUG : http-outgoing-0 << "56[\r][\n]" 2024-09-05 16:00:41,126 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 14%] Building C object tests/CMakeFiles/test_edit.dir/test_edit.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,126 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,126 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,126 (ImageFromDockerfile.java:106) DEBUG : [ 14%] Building C object tests/CMakeFiles/test_edit.dir/test_edit.c.o 2024-09-05 16:00:41,284 (Wire.java:92) DEBUG : http-outgoing-0 << "4e[\r][\n]" 2024-09-05 16:00:41,284 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 15%] Building C object CMakeFiles/serverobj.dir/src/log.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,284 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,284 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,284 (ImageFromDockerfile.java:106) DEBUG : [ 15%] Building C object CMakeFiles/serverobj.dir/src/log.c.o 2024-09-05 16:00:41,398 (Wire.java:92) DEBUG : http-outgoing-0 << "56[\r][\n]" 2024-09-05 16:00:41,399 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 16%] Building C object CMakeFiles/serverobj.dir/src/err_netconf.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,399 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,399 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,399 (ImageFromDockerfile.java:106) DEBUG : [ 16%] Building C object CMakeFiles/serverobj.dir/src/err_netconf.c.o 2024-09-05 16:00:41,415 (Wire.java:92) DEBUG : http-outgoing-0 << "36[\r][\n]" 2024-09-05 16:00:41,415 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 17%] Linking C executable test_edit\n"}[\r][\n]" 2024-09-05 16:00:41,415 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,415 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,415 (ImageFromDockerfile.java:106) DEBUG : [ 17%] Linking C executable test_edit 2024-09-05 16:00:41,525 (Wire.java:92) DEBUG : http-outgoing-0 << "2e[\r][\n]" 2024-09-05 16:00:41,525 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 17%] Built target serverobj\n"}[\r][\n]" 2024-09-05 16:00:41,525 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,526 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,526 (ImageFromDockerfile.java:106) DEBUG : [ 17%] Built target serverobj 2024-09-05 16:00:41,555 (Wire.java:92) DEBUG : http-outgoing-0 << "57[\r][\n]" 2024-09-05 16:00:41,555 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 18%] Building C object tests/CMakeFiles/test_filter.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,555 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,556 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,556 (ImageFromDockerfile.java:106) DEBUG : [ 18%] Building C object tests/CMakeFiles/test_filter.dir/np2_test.c.o 2024-09-05 16:00:41,566 (Wire.java:92) DEBUG : http-outgoing-0 << "2e[\r][\n]" 2024-09-05 16:00:41,566 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 18%] Built target test_edit\n"}[\r][\n]" 2024-09-05 16:00:41,566 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,567 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,567 (ImageFromDockerfile.java:106) DEBUG : [ 18%] Built target test_edit 2024-09-05 16:00:41,616 (Wire.java:92) DEBUG : http-outgoing-0 << "61[\r][\n]" 2024-09-05 16:00:41,616 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 20%] Building C object tests/CMakeFiles/test_subscribe_filter.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,616 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,616 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,616 (ImageFromDockerfile.java:106) DEBUG : [ 20%] Building C object tests/CMakeFiles/test_subscribe_filter.dir/np2_test.c.o 2024-09-05 16:00:41,724 (Wire.java:92) DEBUG : http-outgoing-0 << "5f[\r][\n]" 2024-09-05 16:00:41,724 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 21%] Building C object tests/CMakeFiles/test_filter.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,724 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,724 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,724 (ImageFromDockerfile.java:106) DEBUG : [ 21%] Building C object tests/CMakeFiles/test_filter.dir/np2_other_client.c.o 2024-09-05 16:00:41,754 (Wire.java:92) DEBUG : http-outgoing-0 << "69[\r][\n]" 2024-09-05 16:00:41,754 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 22%] Building C object tests/CMakeFiles/test_subscribe_filter.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,754 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,754 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,754 (ImageFromDockerfile.java:106) DEBUG : [ 22%] Building C object tests/CMakeFiles/test_subscribe_filter.dir/np2_other_client.c.o 2024-09-05 16:00:41,800 (Wire.java:92) DEBUG : http-outgoing-0 << "5a[\r][\n]" 2024-09-05 16:00:41,800 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 23%] Building C object tests/CMakeFiles/test_filter.dir/test_filter.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,800 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,800 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,800 (ImageFromDockerfile.java:106) DEBUG : [ 23%] Building C object tests/CMakeFiles/test_filter.dir/test_filter.c.o 2024-09-05 16:00:41,837 (Wire.java:92) DEBUG : http-outgoing-0 << "6e[\r][\n]" 2024-09-05 16:00:41,837 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 24%] Building C object tests/CMakeFiles/test_subscribe_filter.dir/test_subscribe_filter.c.o\n"}[\r][\n]" 2024-09-05 16:00:41,837 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:41,838 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:41,838 (ImageFromDockerfile.java:106) DEBUG : [ 24%] Building C object tests/CMakeFiles/test_subscribe_filter.dir/test_subscribe_filter.c.o 2024-09-05 16:00:42,005 (Wire.java:92) DEBUG : http-outgoing-0 << "38[\r][\n]" 2024-09-05 16:00:42,005 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 25%] Linking C executable test_filter\n"}[\r][\n]" 2024-09-05 16:00:42,005 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,005 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,005 (ImageFromDockerfile.java:106) DEBUG : [ 25%] Linking C executable test_filter 2024-09-05 16:00:42,010 (Wire.java:92) DEBUG : http-outgoing-0 << "42[\r][\n]" 2024-09-05 16:00:42,010 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 26%] Linking C executable test_subscribe_filter\n"}[\r][\n]" 2024-09-05 16:00:42,010 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,011 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,011 (ImageFromDockerfile.java:106) DEBUG : [ 26%] Linking C executable test_subscribe_filter 2024-09-05 16:00:42,155 (Wire.java:92) DEBUG : http-outgoing-0 << "30[\r][\n]" 2024-09-05 16:00:42,155 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 26%] Built target test_filter\n"}[\r][\n]" 2024-09-05 16:00:42,155 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,155 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,155 (ImageFromDockerfile.java:106) DEBUG : [ 26%] Built target test_filter 2024-09-05 16:00:42,157 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:42,157 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 26%] Built target test_subscribe_filter\n"}[\r][\n]" 2024-09-05 16:00:42,157 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,157 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,157 (ImageFromDockerfile.java:106) DEBUG : [ 26%] Built target test_subscribe_filter 2024-09-05 16:00:42,178 (Wire.java:92) DEBUG : http-outgoing-0 << "60[\r][\n]" 2024-09-05 16:00:42,179 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 27%] Building C object tests/CMakeFiles/test_subscribe_param.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,179 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,179 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,179 (ImageFromDockerfile.java:106) DEBUG : [ 27%] Building C object tests/CMakeFiles/test_subscribe_param.dir/np2_test.c.o 2024-09-05 16:00:42,184 (Wire.java:92) DEBUG : http-outgoing-0 << "62[\r][\n]" 2024-09-05 16:00:42,184 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 28%] Building C object tests/CMakeFiles/test_parallel_sessions.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,184 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,184 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,184 (ImageFromDockerfile.java:106) DEBUG : [ 28%] Building C object tests/CMakeFiles/test_parallel_sessions.dir/np2_test.c.o 2024-09-05 16:00:42,327 (Wire.java:92) DEBUG : http-outgoing-0 << "68[\r][\n]" 2024-09-05 16:00:42,327 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 30%] Building C object tests/CMakeFiles/test_subscribe_param.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,327 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,328 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,328 (ImageFromDockerfile.java:106) DEBUG : [ 30%] Building C object tests/CMakeFiles/test_subscribe_param.dir/np2_other_client.c.o 2024-09-05 16:00:42,332 (Wire.java:92) DEBUG : http-outgoing-0 << "6a[\r][\n]" 2024-09-05 16:00:42,332 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 31%] Building C object tests/CMakeFiles/test_parallel_sessions.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,332 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,332 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,332 (ImageFromDockerfile.java:106) DEBUG : [ 31%] Building C object tests/CMakeFiles/test_parallel_sessions.dir/np2_other_client.c.o 2024-09-05 16:00:42,399 (Wire.java:92) DEBUG : http-outgoing-0 << "70[\r][\n]" 2024-09-05 16:00:42,399 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 32%] Building C object tests/CMakeFiles/test_parallel_sessions.dir/test_parallel_sessions.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,399 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,399 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,400 (ImageFromDockerfile.java:106) DEBUG : [ 32%] Building C object tests/CMakeFiles/test_parallel_sessions.dir/test_parallel_sessions.c.o 2024-09-05 16:00:42,404 (Wire.java:92) DEBUG : http-outgoing-0 << "6c[\r][\n]" 2024-09-05 16:00:42,404 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 33%] Building C object tests/CMakeFiles/test_subscribe_param.dir/test_subscribe_param.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,404 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,404 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,404 (ImageFromDockerfile.java:106) DEBUG : [ 33%] Building C object tests/CMakeFiles/test_subscribe_param.dir/test_subscribe_param.c.o 2024-09-05 16:00:42,507 (Wire.java:92) DEBUG : http-outgoing-0 << "43[\r][\n]" 2024-09-05 16:00:42,507 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 34%] Linking C executable test_parallel_sessions\n"}[\r][\n]" 2024-09-05 16:00:42,507 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,507 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,507 (ImageFromDockerfile.java:106) DEBUG : [ 34%] Linking C executable test_parallel_sessions 2024-09-05 16:00:42,574 (Wire.java:92) DEBUG : http-outgoing-0 << "41[\r][\n]" 2024-09-05 16:00:42,574 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 35%] Linking C executable test_subscribe_param\n"}[\r][\n]" 2024-09-05 16:00:42,574 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,574 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,574 (ImageFromDockerfile.java:106) DEBUG : [ 35%] Linking C executable test_subscribe_param 2024-09-05 16:00:42,627 (Wire.java:92) DEBUG : http-outgoing-0 << "3b[\r][\n]" 2024-09-05 16:00:42,627 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 35%] Built target test_parallel_sessions\n"}[\r][\n]" 2024-09-05 16:00:42,627 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,627 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,628 (ImageFromDockerfile.java:106) DEBUG : [ 35%] Built target test_parallel_sessions 2024-09-05 16:00:42,671 (Wire.java:92) DEBUG : http-outgoing-0 << "5a[\r][\n]" 2024-09-05 16:00:42,671 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 36%] Building C object tests/CMakeFiles/test_candidate.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,671 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,672 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,672 (ImageFromDockerfile.java:106) DEBUG : [ 36%] Building C object tests/CMakeFiles/test_candidate.dir/np2_test.c.o 2024-09-05 16:00:42,676 (Wire.java:92) DEBUG : http-outgoing-0 << "39[\r][\n]" 2024-09-05 16:00:42,676 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 36%] Built target test_subscribe_param\n"}[\r][\n]" 2024-09-05 16:00:42,677 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,677 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,677 (ImageFromDockerfile.java:106) DEBUG : [ 36%] Built target test_subscribe_param 2024-09-05 16:00:42,708 (Wire.java:92) DEBUG : http-outgoing-0 << "5e[\r][\n]" 2024-09-05 16:00:42,708 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 37%] Building C object tests/CMakeFiles/test_with_defaults.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,708 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,709 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,709 (ImageFromDockerfile.java:106) DEBUG : [ 37%] Building C object tests/CMakeFiles/test_with_defaults.dir/np2_test.c.o 2024-09-05 16:00:42,798 (Wire.java:92) DEBUG : http-outgoing-0 << "62[\r][\n]" 2024-09-05 16:00:42,798 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 38%] Building C object tests/CMakeFiles/test_candidate.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,798 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,799 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,799 (ImageFromDockerfile.java:106) DEBUG : [ 38%] Building C object tests/CMakeFiles/test_candidate.dir/np2_other_client.c.o 2024-09-05 16:00:42,843 (Wire.java:92) DEBUG : http-outgoing-0 << "66[\r][\n]" 2024-09-05 16:00:42,844 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 40%] Building C object tests/CMakeFiles/test_with_defaults.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,844 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,844 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,844 (ImageFromDockerfile.java:106) DEBUG : [ 40%] Building C object tests/CMakeFiles/test_with_defaults.dir/np2_other_client.c.o 2024-09-05 16:00:42,874 (Wire.java:92) DEBUG : http-outgoing-0 << "60[\r][\n]" 2024-09-05 16:00:42,875 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 41%] Building C object tests/CMakeFiles/test_candidate.dir/test_candidate.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,875 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,875 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,875 (ImageFromDockerfile.java:106) DEBUG : [ 41%] Building C object tests/CMakeFiles/test_candidate.dir/test_candidate.c.o 2024-09-05 16:00:42,904 (Wire.java:92) DEBUG : http-outgoing-0 << "68[\r][\n]" 2024-09-05 16:00:42,905 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 42%] Building C object tests/CMakeFiles/test_with_defaults.dir/test_with_defaults.c.o\n"}[\r][\n]" 2024-09-05 16:00:42,905 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:42,905 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:42,905 (ImageFromDockerfile.java:106) DEBUG : [ 42%] Building C object tests/CMakeFiles/test_with_defaults.dir/test_with_defaults.c.o 2024-09-05 16:00:43,044 (Wire.java:92) DEBUG : http-outgoing-0 << "3f[\r][\n]" 2024-09-05 16:00:43,044 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 43%] Linking C executable test_with_defaults\n"}[\r][\n]" 2024-09-05 16:00:43,044 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,044 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,044 (ImageFromDockerfile.java:106) DEBUG : [ 43%] Linking C executable test_with_defaults 2024-09-05 16:00:43,093 (Wire.java:92) DEBUG : http-outgoing-0 << "3b[\r][\n]" 2024-09-05 16:00:43,093 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 44%] Linking C executable test_candidate\n"}[\r][\n]" 2024-09-05 16:00:43,093 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,094 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,094 (ImageFromDockerfile.java:106) DEBUG : [ 44%] Linking C executable test_candidate 2024-09-05 16:00:43,164 (Wire.java:92) DEBUG : http-outgoing-0 << "37[\r][\n]" 2024-09-05 16:00:43,164 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 44%] Built target test_with_defaults\n"}[\r][\n]" 2024-09-05 16:00:43,164 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,164 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,165 (ImageFromDockerfile.java:106) DEBUG : [ 44%] Built target test_with_defaults 2024-09-05 16:00:43,195 (Wire.java:92) DEBUG : http-outgoing-0 << "55[\r][\n]" 2024-09-05 16:00:43,195 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 45%] Building C object tests/CMakeFiles/test_nacm.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:43,195 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,195 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,195 (ImageFromDockerfile.java:106) DEBUG : [ 45%] Building C object tests/CMakeFiles/test_nacm.dir/np2_test.c.o 2024-09-05 16:00:43,220 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:43,220 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 45%] Built target test_candidate\n"}[\r][\n]" 2024-09-05 16:00:43,220 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,220 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,220 (ImageFromDockerfile.java:106) DEBUG : [ 45%] Built target test_candidate 2024-09-05 16:00:43,234 (Wire.java:92) DEBUG : http-outgoing-0 << "58[\r][\n]" 2024-09-05 16:00:43,234 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 46%] Building C object tests/CMakeFiles/test_sub_ntf.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:43,234 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,235 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,235 (ImageFromDockerfile.java:106) DEBUG : [ 46%] Building C object tests/CMakeFiles/test_sub_ntf.dir/np2_test.c.o 2024-09-05 16:00:43,324 (Wire.java:92) DEBUG : http-outgoing-0 << "5d[\r][\n]" 2024-09-05 16:00:43,324 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 47%] Building C object tests/CMakeFiles/test_nacm.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:43,324 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,324 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,324 (ImageFromDockerfile.java:106) DEBUG : [ 47%] Building C object tests/CMakeFiles/test_nacm.dir/np2_other_client.c.o 2024-09-05 16:00:43,374 (Wire.java:92) DEBUG : http-outgoing-0 << "60[\r][\n]" 2024-09-05 16:00:43,374 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 48%] Building C object tests/CMakeFiles/test_sub_ntf.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:43,374 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,374 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,374 (ImageFromDockerfile.java:106) DEBUG : [ 48%] Building C object tests/CMakeFiles/test_sub_ntf.dir/np2_other_client.c.o 2024-09-05 16:00:43,381 (Wire.java:92) DEBUG : http-outgoing-0 << "56[\r][\n]" 2024-09-05 16:00:43,381 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 50%] Building C object tests/CMakeFiles/test_nacm.dir/test_nacm.c.o\n"}[\r][\n]" 2024-09-05 16:00:43,381 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,381 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,381 (ImageFromDockerfile.java:106) DEBUG : [ 50%] Building C object tests/CMakeFiles/test_nacm.dir/test_nacm.c.o 2024-09-05 16:00:43,467 (Wire.java:92) DEBUG : http-outgoing-0 << "5c[\r][\n]" 2024-09-05 16:00:43,467 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 51%] Building C object tests/CMakeFiles/test_sub_ntf.dir/test_sub_ntf.c.o\n"}[\r][\n]" 2024-09-05 16:00:43,467 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,467 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,468 (ImageFromDockerfile.java:106) DEBUG : [ 51%] Building C object tests/CMakeFiles/test_sub_ntf.dir/test_sub_ntf.c.o 2024-09-05 16:00:43,659 (Wire.java:92) DEBUG : http-outgoing-0 << "36[\r][\n]" 2024-09-05 16:00:43,659 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 52%] Linking C executable test_nacm\n"}[\r][\n]" 2024-09-05 16:00:43,659 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,659 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,659 (ImageFromDockerfile.java:106) DEBUG : [ 52%] Linking C executable test_nacm 2024-09-05 16:00:43,664 (Wire.java:92) DEBUG : http-outgoing-0 << "39[\r][\n]" 2024-09-05 16:00:43,665 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 53%] Linking C executable test_sub_ntf\n"}[\r][\n]" 2024-09-05 16:00:43,665 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,665 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,665 (ImageFromDockerfile.java:106) DEBUG : [ 53%] Linking C executable test_sub_ntf 2024-09-05 16:00:43,835 (Wire.java:92) DEBUG : http-outgoing-0 << "2e[\r][\n]" 2024-09-05 16:00:43,835 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 53%] Built target test_nacm\n"}[\r][\n]" 2024-09-05 16:00:43,835 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,835 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,836 (ImageFromDockerfile.java:106) DEBUG : [ 53%] Built target test_nacm 2024-09-05 16:00:43,855 (Wire.java:92) DEBUG : http-outgoing-0 << "31[\r][\n]" 2024-09-05 16:00:43,855 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 53%] Built target test_sub_ntf\n"}[\r][\n]" 2024-09-05 16:00:43,855 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,856 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,856 (ImageFromDockerfile.java:106) DEBUG : [ 53%] Built target test_sub_ntf 2024-09-05 16:00:43,863 (Wire.java:92) DEBUG : http-outgoing-0 << "61[\r][\n]" 2024-09-05 16:00:43,863 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 54%] Building C object tests/CMakeFiles/test_sub_ntf_advanced.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:43,863 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,863 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,863 (ImageFromDockerfile.java:106) DEBUG : [ 54%] Building C object tests/CMakeFiles/test_sub_ntf_advanced.dir/np2_test.c.o 2024-09-05 16:00:43,893 (Wire.java:92) DEBUG : http-outgoing-0 << "5f[\r][\n]" 2024-09-05 16:00:43,893 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 55%] Building C object tests/CMakeFiles/test_sub_ntf_filter.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:43,893 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:43,894 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:43,894 (ImageFromDockerfile.java:106) DEBUG : [ 55%] Building C object tests/CMakeFiles/test_sub_ntf_filter.dir/np2_test.c.o 2024-09-05 16:00:44,005 (Wire.java:92) DEBUG : http-outgoing-0 << "69[\r][\n]" 2024-09-05 16:00:44,005 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 56%] Building C object tests/CMakeFiles/test_sub_ntf_advanced.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,005 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,006 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,006 (ImageFromDockerfile.java:106) DEBUG : [ 56%] Building C object tests/CMakeFiles/test_sub_ntf_advanced.dir/np2_other_client.c.o 2024-09-05 16:00:44,024 (Wire.java:92) DEBUG : http-outgoing-0 << "67[\r][\n]" 2024-09-05 16:00:44,024 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 57%] Building C object tests/CMakeFiles/test_sub_ntf_filter.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,024 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,025 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,025 (ImageFromDockerfile.java:106) DEBUG : [ 57%] Building C object tests/CMakeFiles/test_sub_ntf_filter.dir/np2_other_client.c.o 2024-09-05 16:00:44,085 (Wire.java:92) DEBUG : http-outgoing-0 << "6e[\r][\n]" 2024-09-05 16:00:44,085 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 58%] Building C object tests/CMakeFiles/test_sub_ntf_advanced.dir/test_sub_ntf_advanced.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,085 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,086 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,086 (ImageFromDockerfile.java:106) DEBUG : [ 58%] Building C object tests/CMakeFiles/test_sub_ntf_advanced.dir/test_sub_ntf_advanced.c.o 2024-09-05 16:00:44,110 (Wire.java:92) DEBUG : http-outgoing-0 << "6a[\r][\n]" 2024-09-05 16:00:44,110 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 60%] Building C object tests/CMakeFiles/test_sub_ntf_filter.dir/test_sub_ntf_filter.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,110 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,110 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,110 (ImageFromDockerfile.java:106) DEBUG : [ 60%] Building C object tests/CMakeFiles/test_sub_ntf_filter.dir/test_sub_ntf_filter.c.o 2024-09-05 16:00:44,305 (Wire.java:92) DEBUG : http-outgoing-0 << "40[\r][\n]" 2024-09-05 16:00:44,305 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 61%] Linking C executable test_sub_ntf_filter\n"}[\r][\n]" 2024-09-05 16:00:44,305 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,305 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,305 (ImageFromDockerfile.java:106) DEBUG : [ 61%] Linking C executable test_sub_ntf_filter 2024-09-05 16:00:44,394 (Wire.java:92) DEBUG : http-outgoing-0 << "42[\r][\n]" 2024-09-05 16:00:44,394 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 62%] Linking C executable test_sub_ntf_advanced\n"}[\r][\n]" 2024-09-05 16:00:44,394 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,395 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,395 (ImageFromDockerfile.java:106) DEBUG : [ 62%] Linking C executable test_sub_ntf_advanced 2024-09-05 16:00:44,418 (Wire.java:92) DEBUG : http-outgoing-0 << "38[\r][\n]" 2024-09-05 16:00:44,418 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 62%] Built target test_sub_ntf_filter\n"}[\r][\n]" 2024-09-05 16:00:44,418 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,418 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,418 (ImageFromDockerfile.java:106) DEBUG : [ 62%] Built target test_sub_ntf_filter 2024-09-05 16:00:44,450 (Wire.java:92) DEBUG : http-outgoing-0 << "56[\r][\n]" 2024-09-05 16:00:44,450 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 63%] Building C object tests/CMakeFiles/test_error.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,451 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,451 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,451 (ImageFromDockerfile.java:106) DEBUG : [ 63%] Building C object tests/CMakeFiles/test_error.dir/np2_test.c.o 2024-09-05 16:00:44,526 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:44,526 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 63%] Built target test_sub_ntf_advanced\n"}[\r][\n]" 2024-09-05 16:00:44,526 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,526 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,526 (ImageFromDockerfile.java:106) DEBUG : [ 63%] Built target test_sub_ntf_advanced 2024-09-05 16:00:44,554 (Wire.java:92) DEBUG : http-outgoing-0 << "5d[\r][\n]" 2024-09-05 16:00:44,554 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 64%] Building C object tests/CMakeFiles/test_other_client.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,554 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,554 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,554 (ImageFromDockerfile.java:106) DEBUG : [ 64%] Building C object tests/CMakeFiles/test_other_client.dir/np2_test.c.o 2024-09-05 16:00:44,584 (Wire.java:92) DEBUG : http-outgoing-0 << "5e[\r][\n]" 2024-09-05 16:00:44,584 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 65%] Building C object tests/CMakeFiles/test_error.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,584 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,585 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,585 (ImageFromDockerfile.java:106) DEBUG : [ 65%] Building C object tests/CMakeFiles/test_error.dir/np2_other_client.c.o 2024-09-05 16:00:44,657 (Wire.java:92) DEBUG : http-outgoing-0 << "58[\r][\n]" 2024-09-05 16:00:44,657 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 66%] Building C object tests/CMakeFiles/test_error.dir/test_error.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,657 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,658 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,658 (ImageFromDockerfile.java:106) DEBUG : [ 66%] Building C object tests/CMakeFiles/test_error.dir/test_error.c.o 2024-09-05 16:00:44,684 (Wire.java:92) DEBUG : http-outgoing-0 << "65[\r][\n]" 2024-09-05 16:00:44,684 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 67%] Building C object tests/CMakeFiles/test_other_client.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,684 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,685 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,685 (ImageFromDockerfile.java:106) DEBUG : [ 67%] Building C object tests/CMakeFiles/test_other_client.dir/np2_other_client.c.o 2024-09-05 16:00:44,765 (Wire.java:92) DEBUG : http-outgoing-0 << "66[\r][\n]" 2024-09-05 16:00:44,765 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 68%] Building C object tests/CMakeFiles/test_other_client.dir/test_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:44,765 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,765 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,765 (ImageFromDockerfile.java:106) DEBUG : [ 68%] Building C object tests/CMakeFiles/test_other_client.dir/test_other_client.c.o 2024-09-05 16:00:44,882 (Wire.java:92) DEBUG : http-outgoing-0 << "37[\r][\n]" 2024-09-05 16:00:44,882 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 70%] Linking C executable test_error\n"}[\r][\n]" 2024-09-05 16:00:44,882 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,882 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,882 (ImageFromDockerfile.java:106) DEBUG : [ 70%] Linking C executable test_error 2024-09-05 16:00:44,886 (Wire.java:92) DEBUG : http-outgoing-0 << "3e[\r][\n]" 2024-09-05 16:00:44,886 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 71%] Linking C executable test_other_client\n"}[\r][\n]" 2024-09-05 16:00:44,886 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:44,887 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:44,887 (ImageFromDockerfile.java:106) DEBUG : [ 71%] Linking C executable test_other_client 2024-09-05 16:00:45,009 (Wire.java:92) DEBUG : http-outgoing-0 << "36[\r][\n]" 2024-09-05 16:00:45,009 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 71%] Built target test_other_client\n"}[\r][\n]" 2024-09-05 16:00:45,009 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,009 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,009 (ImageFromDockerfile.java:106) DEBUG : [ 71%] Built target test_other_client 2024-09-05 16:00:45,014 (Wire.java:92) DEBUG : http-outgoing-0 << "2f[\r][\n]" 2024-09-05 16:00:45,014 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 71%] Built target test_error\n"}[\r][\n]" 2024-09-05 16:00:45,014 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,014 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,014 (ImageFromDockerfile.java:106) DEBUG : [ 71%] Built target test_error 2024-09-05 16:00:45,032 (Wire.java:92) DEBUG : http-outgoing-0 << "63[\r][\n]" 2024-09-05 16:00:45,032 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 72%] Building C object tests/CMakeFiles/test_yang_push_advanced.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,032 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,032 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,033 (ImageFromDockerfile.java:106) DEBUG : [ 72%] Building C object tests/CMakeFiles/test_yang_push_advanced.dir/np2_test.c.o 2024-09-05 16:00:45,037 (Wire.java:92) DEBUG : http-outgoing-0 << "5a[\r][\n]" 2024-09-05 16:00:45,037 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 73%] Building C object tests/CMakeFiles/test_yang_push.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,037 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,037 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,037 (ImageFromDockerfile.java:106) DEBUG : [ 73%] Building C object tests/CMakeFiles/test_yang_push.dir/np2_test.c.o 2024-09-05 16:00:45,169 (Wire.java:92) DEBUG : http-outgoing-0 << "62[\r][\n]" 2024-09-05 16:00:45,169 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 74%] Building C object tests/CMakeFiles/test_yang_push.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,169 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,170 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,170 (ImageFromDockerfile.java:106) DEBUG : [ 74%] Building C object tests/CMakeFiles/test_yang_push.dir/np2_other_client.c.o 2024-09-05 16:00:45,174 (Wire.java:92) DEBUG : http-outgoing-0 << "6b[\r][\n]" 2024-09-05 16:00:45,174 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 75%] Building C object tests/CMakeFiles/test_yang_push_advanced.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,174 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,174 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,174 (ImageFromDockerfile.java:106) DEBUG : [ 75%] Building C object tests/CMakeFiles/test_yang_push_advanced.dir/np2_other_client.c.o 2024-09-05 16:00:45,250 (Wire.java:92) DEBUG : http-outgoing-0 << "72[\r][\n]" 2024-09-05 16:00:45,250 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 76%] Building C object tests/CMakeFiles/test_yang_push_advanced.dir/test_yang_push_advanced.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,250 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,250 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,250 (ImageFromDockerfile.java:106) DEBUG : [ 76%] Building C object tests/CMakeFiles/test_yang_push_advanced.dir/test_yang_push_advanced.c.o 2024-09-05 16:00:45,254 (Wire.java:92) DEBUG : http-outgoing-0 << "60[\r][\n]" 2024-09-05 16:00:45,254 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 77%] Building C object tests/CMakeFiles/test_yang_push.dir/test_yang_push.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,254 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,255 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,255 (ImageFromDockerfile.java:106) DEBUG : [ 77%] Building C object tests/CMakeFiles/test_yang_push.dir/test_yang_push.c.o 2024-09-05 16:00:45,576 (Wire.java:92) DEBUG : http-outgoing-0 << "44[\r][\n]" 2024-09-05 16:00:45,576 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 78%] Linking C executable test_yang_push_advanced\n"}[\r][\n]" 2024-09-05 16:00:45,576 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,577 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,577 (ImageFromDockerfile.java:106) DEBUG : [ 78%] Linking C executable test_yang_push_advanced 2024-09-05 16:00:45,612 (Wire.java:92) DEBUG : http-outgoing-0 << "3b[\r][\n]" 2024-09-05 16:00:45,612 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 80%] Linking C executable test_yang_push\n"}[\r][\n]" 2024-09-05 16:00:45,612 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,612 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,612 (ImageFromDockerfile.java:106) DEBUG : [ 80%] Linking C executable test_yang_push 2024-09-05 16:00:45,724 (Wire.java:92) DEBUG : http-outgoing-0 << "3c[\r][\n]" 2024-09-05 16:00:45,724 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 80%] Built target test_yang_push_advanced\n"}[\r][\n]" 2024-09-05 16:00:45,724 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,724 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,724 (ImageFromDockerfile.java:106) DEBUG : [ 80%] Built target test_yang_push_advanced 2024-09-05 16:00:45,741 (Wire.java:92) DEBUG : http-outgoing-0 << "61[\r][\n]" 2024-09-05 16:00:45,742 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 81%] Building C object tests/CMakeFiles/test_confirmed_commit.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,742 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,742 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,742 (ImageFromDockerfile.java:106) DEBUG : [ 81%] Building C object tests/CMakeFiles/test_confirmed_commit.dir/np2_test.c.o 2024-09-05 16:00:45,746 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:45,746 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 81%] Built target test_yang_push\n"}[\r][\n]" 2024-09-05 16:00:45,746 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,746 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,746 (ImageFromDockerfile.java:106) DEBUG : [ 81%] Built target test_yang_push 2024-09-05 16:00:45,779 (Wire.java:92) DEBUG : http-outgoing-0 << "54[\r][\n]" 2024-09-05 16:00:45,779 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 82%] Building C object tests/CMakeFiles/test_url.dir/np2_test.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,779 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,780 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,780 (ImageFromDockerfile.java:106) DEBUG : [ 82%] Building C object tests/CMakeFiles/test_url.dir/np2_test.c.o 2024-09-05 16:00:45,874 (Wire.java:92) DEBUG : http-outgoing-0 << "69[\r][\n]" 2024-09-05 16:00:45,875 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 83%] Building C object tests/CMakeFiles/test_confirmed_commit.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,875 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,875 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,875 (ImageFromDockerfile.java:106) DEBUG : [ 83%] Building C object tests/CMakeFiles/test_confirmed_commit.dir/np2_other_client.c.o 2024-09-05 16:00:45,925 (Wire.java:92) DEBUG : http-outgoing-0 << "5c[\r][\n]" 2024-09-05 16:00:45,925 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 84%] Building C object tests/CMakeFiles/test_url.dir/np2_other_client.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,925 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,926 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,926 (ImageFromDockerfile.java:106) DEBUG : [ 84%] Building C object tests/CMakeFiles/test_url.dir/np2_other_client.c.o 2024-09-05 16:00:45,955 (Wire.java:92) DEBUG : http-outgoing-0 << "6e[\r][\n]" 2024-09-05 16:00:45,955 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 85%] Building C object tests/CMakeFiles/test_confirmed_commit.dir/test_confirmed_commit.c.o\n"}[\r][\n]" 2024-09-05 16:00:45,955 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:45,956 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:45,956 (ImageFromDockerfile.java:106) DEBUG : [ 85%] Building C object tests/CMakeFiles/test_confirmed_commit.dir/test_confirmed_commit.c.o 2024-09-05 16:00:46,005 (Wire.java:92) DEBUG : http-outgoing-0 << "54[\r][\n]" 2024-09-05 16:00:46,005 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 86%] Building C object tests/CMakeFiles/test_url.dir/test_url.c.o\n"}[\r][\n]" 2024-09-05 16:00:46,005 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,005 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,005 (ImageFromDockerfile.java:106) DEBUG : [ 86%] Building C object tests/CMakeFiles/test_url.dir/test_url.c.o 2024-09-05 16:00:46,169 (Wire.java:92) DEBUG : http-outgoing-0 << "35[\r][\n]" 2024-09-05 16:00:46,169 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 87%] Linking C executable test_url\n"}[\r][\n]" 2024-09-05 16:00:46,169 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,169 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,169 (ImageFromDockerfile.java:106) DEBUG : [ 87%] Linking C executable test_url 2024-09-05 16:00:46,295 (Wire.java:92) DEBUG : http-outgoing-0 << "2d[\r][\n]" 2024-09-05 16:00:46,295 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 87%] Built target test_url\n"}[\r][\n]" 2024-09-05 16:00:46,295 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,296 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,296 (ImageFromDockerfile.java:106) DEBUG : [ 87%] Built target test_url 2024-09-05 16:00:46,324 (Wire.java:92) DEBUG : http-outgoing-0 << "53[\r][\n]" 2024-09-05 16:00:46,324 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 88%] Building C object cli/CMakeFiles/netopeer2-cli.dir/main.c.o\n"}[\r][\n]" 2024-09-05 16:00:46,324 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,324 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,324 (ImageFromDockerfile.java:106) DEBUG : [ 88%] Building C object cli/CMakeFiles/netopeer2-cli.dir/main.c.o 2024-09-05 16:00:46,347 (Wire.java:92) DEBUG : http-outgoing-0 << "42[\r][\n]" 2024-09-05 16:00:46,347 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 90%] Linking C executable test_confirmed_commit\n"}[\r][\n]" 2024-09-05 16:00:46,347 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,347 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,347 (ImageFromDockerfile.java:106) DEBUG : [ 90%] Linking C executable test_confirmed_commit 2024-09-05 16:00:46,437 (Wire.java:92) DEBUG : http-outgoing-0 << "57[\r][\n]" 2024-09-05 16:00:46,438 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 91%] Building C object cli/CMakeFiles/netopeer2-cli.dir/commands.c.o\n"}[\r][\n]" 2024-09-05 16:00:46,438 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,438 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,438 (ImageFromDockerfile.java:106) DEBUG : [ 91%] Building C object cli/CMakeFiles/netopeer2-cli.dir/commands.c.o 2024-09-05 16:00:46,464 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:46,464 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 91%] Built target test_confirmed_commit\n"}[\r][\n]" 2024-09-05 16:00:46,464 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,464 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,464 (ImageFromDockerfile.java:106) DEBUG : [ 91%] Built target test_confirmed_commit 2024-09-05 16:00:46,494 (Wire.java:92) DEBUG : http-outgoing-0 << "56[\r][\n]" 2024-09-05 16:00:46,494 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 92%] Building C object CMakeFiles/netopeer2-server.dir/src/main.c.o\n"}[\r][\n]" 2024-09-05 16:00:46,494 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,494 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,494 (ImageFromDockerfile.java:106) DEBUG : [ 92%] Building C object CMakeFiles/netopeer2-server.dir/src/main.c.o 2024-09-05 16:00:46,684 (Wire.java:92) DEBUG : http-outgoing-0 << "5b[\r][\n]" 2024-09-05 16:00:46,684 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 93%] Building C object CMakeFiles/netopeer2-server.dir/compat/compat.c.o\n"}[\r][\n]" 2024-09-05 16:00:46,684 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,685 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,685 (ImageFromDockerfile.java:106) DEBUG : [ 93%] Building C object CMakeFiles/netopeer2-server.dir/compat/compat.c.o 2024-09-05 16:00:46,739 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:46,739 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 94%] Linking C executable netopeer2-server\n"}[\r][\n]" 2024-09-05 16:00:46,739 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,739 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,739 (ImageFromDockerfile.java:106) DEBUG : [ 94%] Linking C executable netopeer2-server 2024-09-05 16:00:46,864 (Wire.java:92) DEBUG : http-outgoing-0 << "35[\r][\n]" 2024-09-05 16:00:46,864 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 94%] Built target netopeer2-server\n"}[\r][\n]" 2024-09-05 16:00:46,864 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,864 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,865 (ImageFromDockerfile.java:106) DEBUG : [ 94%] Built target netopeer2-server 2024-09-05 16:00:46,880 (Wire.java:92) DEBUG : http-outgoing-0 << "59[\r][\n]" 2024-09-05 16:00:46,880 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 95%] Building C object cli/CMakeFiles/netopeer2-cli.dir/completion.c.o\n"}[\r][\n]" 2024-09-05 16:00:46,880 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:46,880 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:46,880 (ImageFromDockerfile.java:106) DEBUG : [ 95%] Building C object cli/CMakeFiles/netopeer2-cli.dir/completion.c.o 2024-09-05 16:00:47,039 (Wire.java:92) DEBUG : http-outgoing-0 << "5c[\r][\n]" 2024-09-05 16:00:47,039 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 96%] Building C object cli/CMakeFiles/netopeer2-cli.dir/configuration.c.o\n"}[\r][\n]" 2024-09-05 16:00:47,039 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,040 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,040 (ImageFromDockerfile.java:106) DEBUG : [ 96%] Building C object cli/CMakeFiles/netopeer2-cli.dir/configuration.c.o 2024-09-05 16:00:47,095 (Wire.java:92) DEBUG : http-outgoing-0 << "62[\r][\n]" 2024-09-05 16:00:47,095 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 97%] Building C object cli/CMakeFiles/netopeer2-cli.dir/linenoise/linenoise.c.o\n"}[\r][\n]" 2024-09-05 16:00:47,095 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,095 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,095 (ImageFromDockerfile.java:106) DEBUG : [ 97%] Building C object cli/CMakeFiles/netopeer2-cli.dir/linenoise/linenoise.c.o 2024-09-05 16:00:47,205 (Wire.java:92) DEBUG : http-outgoing-0 << "5f[\r][\n]" 2024-09-05 16:00:47,205 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 98%] Building C object cli/CMakeFiles/netopeer2-cli.dir/__/compat/compat.c.o\n"}[\r][\n]" 2024-09-05 16:00:47,205 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,206 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,206 (ImageFromDockerfile.java:106) DEBUG : [ 98%] Building C object cli/CMakeFiles/netopeer2-cli.dir/__/compat/compat.c.o 2024-09-05 16:00:47,261 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:47,261 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[100%] Linking C executable ../netopeer2-cli\n"}[\r][\n]" 2024-09-05 16:00:47,261 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,262 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,262 (ImageFromDockerfile.java:106) DEBUG : [100%] Linking C executable ../netopeer2-cli 2024-09-05 16:00:47,341 (Wire.java:92) DEBUG : http-outgoing-0 << "32[\r][\n]" 2024-09-05 16:00:47,341 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[100%] Built target netopeer2-cli\n"}[\r][\n]" 2024-09-05 16:00:47,341 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,341 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,341 (ImageFromDockerfile.java:106) DEBUG : [100%] Built target netopeer2-cli 2024-09-05 16:00:47,368 (Wire.java:92) DEBUG : http-outgoing-0 << "50[\r][\n]" 2024-09-05 16:00:47,368 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target serverobj\n"}[\r][\n]" 2024-09-05 16:00:47,368 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,368 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,368 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target serverobj 2024-09-05 16:00:47,376 (Wire.java:92) DEBUG : http-outgoing-0 << "2e[\r][\n]" 2024-09-05 16:00:47,376 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 8%] Built target serverobj\n"}[\r][\n]" 2024-09-05 16:00:47,377 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,377 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,377 (ImageFromDockerfile.java:106) DEBUG : [ 8%] Built target serverobj 2024-09-05 16:00:47,384 (Wire.java:92) DEBUG : http-outgoing-0 << "57[\r][\n]" 2024-09-05 16:00:47,384 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target netopeer2-server\n"}[\r][\n]" 2024-09-05 16:00:47,384 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,384 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,384 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target netopeer2-server 2024-09-05 16:00:47,391 (Wire.java:92) DEBUG : http-outgoing-0 << "35[\r][\n]" 2024-09-05 16:00:47,391 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 12%] Built target netopeer2-server\n"}[\r][\n]" 2024-09-05 16:00:47,391 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,391 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,391 (ImageFromDockerfile.java:106) DEBUG : [ 12%] Built target netopeer2-server 2024-09-05 16:00:47,398 (Wire.java:92) DEBUG : http-outgoing-0 << "4f[\r][\n]" 2024-09-05 16:00:47,398 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_rpc\n"}[\r][\n]" 2024-09-05 16:00:47,398 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,398 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,399 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_rpc 2024-09-05 16:00:47,406 (Wire.java:92) DEBUG : http-outgoing-0 << "2d[\r][\n]" 2024-09-05 16:00:47,406 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 16%] Built target test_rpc\n"}[\r][\n]" 2024-09-05 16:00:47,406 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,406 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,406 (ImageFromDockerfile.java:106) DEBUG : [ 16%] Built target test_rpc 2024-09-05 16:00:47,414 (Wire.java:92) DEBUG : http-outgoing-0 << "50[\r][\n]" 2024-09-05 16:00:47,414 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_edit\n"}[\r][\n]" 2024-09-05 16:00:47,414 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,414 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,414 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_edit 2024-09-05 16:00:47,422 (Wire.java:92) DEBUG : http-outgoing-0 << "2e[\r][\n]" 2024-09-05 16:00:47,422 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 21%] Built target test_edit\n"}[\r][\n]" 2024-09-05 16:00:47,422 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,422 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,422 (ImageFromDockerfile.java:106) DEBUG : [ 21%] Built target test_edit 2024-09-05 16:00:47,430 (Wire.java:92) DEBUG : http-outgoing-0 << "52[\r][\n]" 2024-09-05 16:00:47,430 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_filter\n"}[\r][\n]" 2024-09-05 16:00:47,430 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,430 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,430 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_filter 2024-09-05 16:00:47,437 (Wire.java:92) DEBUG : http-outgoing-0 << "30[\r][\n]" 2024-09-05 16:00:47,437 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 25%] Built target test_filter\n"}[\r][\n]" 2024-09-05 16:00:47,437 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,437 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,437 (ImageFromDockerfile.java:106) DEBUG : [ 25%] Built target test_filter 2024-09-05 16:00:47,444 (Wire.java:92) DEBUG : http-outgoing-0 << "5c[\r][\n]" 2024-09-05 16:00:47,444 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_subscribe_filter\n"}[\r][\n]" 2024-09-05 16:00:47,444 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,444 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,444 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_subscribe_filter 2024-09-05 16:00:47,451 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:47,451 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 30%] Built target test_subscribe_filter\n"}[\r][\n]" 2024-09-05 16:00:47,451 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,451 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,451 (ImageFromDockerfile.java:106) DEBUG : [ 30%] Built target test_subscribe_filter 2024-09-05 16:00:47,459 (Wire.java:92) DEBUG : http-outgoing-0 << "5b[\r][\n]" 2024-09-05 16:00:47,459 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_subscribe_param\n"}[\r][\n]" 2024-09-05 16:00:47,459 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,459 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,459 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_subscribe_param 2024-09-05 16:00:47,466 (Wire.java:92) DEBUG : http-outgoing-0 << "39[\r][\n]" 2024-09-05 16:00:47,466 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 34%] Built target test_subscribe_param\n"}[\r][\n]" 2024-09-05 16:00:47,466 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,466 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,466 (ImageFromDockerfile.java:106) DEBUG : [ 34%] Built target test_subscribe_param 2024-09-05 16:00:47,476 (Wire.java:92) DEBUG : http-outgoing-0 << "5d[\r][\n]" 2024-09-05 16:00:47,476 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_parallel_sessions\n"}[\r][\n]" 2024-09-05 16:00:47,476 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,476 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,476 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_parallel_sessions 2024-09-05 16:00:47,484 (Wire.java:92) DEBUG : http-outgoing-0 << "3b[\r][\n]" 2024-09-05 16:00:47,484 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 38%] Built target test_parallel_sessions\n"}[\r][\n]" 2024-09-05 16:00:47,484 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,484 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,484 (ImageFromDockerfile.java:106) DEBUG : [ 38%] Built target test_parallel_sessions 2024-09-05 16:00:47,491 (Wire.java:92) DEBUG : http-outgoing-0 << "55[\r][\n]" 2024-09-05 16:00:47,491 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_candidate\n"}[\r][\n]" 2024-09-05 16:00:47,491 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,492 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,492 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_candidate 2024-09-05 16:00:47,498 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:47,499 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 43%] Built target test_candidate\n"}[\r][\n]" 2024-09-05 16:00:47,499 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,499 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,499 (ImageFromDockerfile.java:106) DEBUG : [ 43%] Built target test_candidate 2024-09-05 16:00:47,506 (Wire.java:92) DEBUG : http-outgoing-0 << "59[\r][\n]" 2024-09-05 16:00:47,506 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_with_defaults\n"}[\r][\n]" 2024-09-05 16:00:47,506 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,506 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,506 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_with_defaults 2024-09-05 16:00:47,513 (Wire.java:92) DEBUG : http-outgoing-0 << "37[\r][\n]" 2024-09-05 16:00:47,513 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 47%] Built target test_with_defaults\n"}[\r][\n]" 2024-09-05 16:00:47,513 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,513 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,513 (ImageFromDockerfile.java:106) DEBUG : [ 47%] Built target test_with_defaults 2024-09-05 16:00:47,521 (Wire.java:92) DEBUG : http-outgoing-0 << "50[\r][\n]" 2024-09-05 16:00:47,521 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_nacm\n"}[\r][\n]" 2024-09-05 16:00:47,521 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,521 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,521 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_nacm 2024-09-05 16:00:47,528 (Wire.java:92) DEBUG : http-outgoing-0 << "2e[\r][\n]" 2024-09-05 16:00:47,528 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 52%] Built target test_nacm\n"}[\r][\n]" 2024-09-05 16:00:47,528 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,528 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,528 (ImageFromDockerfile.java:106) DEBUG : [ 52%] Built target test_nacm 2024-09-05 16:00:47,536 (Wire.java:92) DEBUG : http-outgoing-0 << "53[\r][\n]" 2024-09-05 16:00:47,536 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_sub_ntf\n"}[\r][\n]" 2024-09-05 16:00:47,536 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,536 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,536 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_sub_ntf 2024-09-05 16:00:47,544 (Wire.java:92) DEBUG : http-outgoing-0 << "31[\r][\n]" 2024-09-05 16:00:47,544 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 56%] Built target test_sub_ntf\n"}[\r][\n]" 2024-09-05 16:00:47,544 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,544 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,544 (ImageFromDockerfile.java:106) DEBUG : [ 56%] Built target test_sub_ntf 2024-09-05 16:00:47,551 (Wire.java:92) DEBUG : http-outgoing-0 << "5c[\r][\n]" 2024-09-05 16:00:47,551 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_sub_ntf_advanced\n"}[\r][\n]" 2024-09-05 16:00:47,551 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,551 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,551 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_sub_ntf_advanced 2024-09-05 16:00:47,557 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:47,557 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 61%] Built target test_sub_ntf_advanced\n"}[\r][\n]" 2024-09-05 16:00:47,557 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,558 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,558 (ImageFromDockerfile.java:106) DEBUG : [ 61%] Built target test_sub_ntf_advanced 2024-09-05 16:00:47,565 (Wire.java:92) DEBUG : http-outgoing-0 << "5a[\r][\n]" 2024-09-05 16:00:47,565 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_sub_ntf_filter\n"}[\r][\n]" 2024-09-05 16:00:47,565 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,565 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,565 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_sub_ntf_filter 2024-09-05 16:00:47,571 (Wire.java:92) DEBUG : http-outgoing-0 << "38[\r][\n]" 2024-09-05 16:00:47,571 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 65%] Built target test_sub_ntf_filter\n"}[\r][\n]" 2024-09-05 16:00:47,571 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,572 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,572 (ImageFromDockerfile.java:106) DEBUG : [ 65%] Built target test_sub_ntf_filter 2024-09-05 16:00:47,579 (Wire.java:92) DEBUG : http-outgoing-0 << "51[\r][\n]" 2024-09-05 16:00:47,579 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_error\n"}[\r][\n]" 2024-09-05 16:00:47,579 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,579 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,579 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_error 2024-09-05 16:00:47,586 (Wire.java:92) DEBUG : http-outgoing-0 << "2f[\r][\n]" 2024-09-05 16:00:47,586 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 70%] Built target test_error\n"}[\r][\n]" 2024-09-05 16:00:47,586 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,586 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,586 (ImageFromDockerfile.java:106) DEBUG : [ 70%] Built target test_error 2024-09-05 16:00:47,594 (Wire.java:92) DEBUG : http-outgoing-0 << "58[\r][\n]" 2024-09-05 16:00:47,594 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_other_client\n"}[\r][\n]" 2024-09-05 16:00:47,594 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,594 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,594 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_other_client 2024-09-05 16:00:47,602 (Wire.java:92) DEBUG : http-outgoing-0 << "36[\r][\n]" 2024-09-05 16:00:47,602 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 74%] Built target test_other_client\n"}[\r][\n]" 2024-09-05 16:00:47,602 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,602 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,602 (ImageFromDockerfile.java:106) DEBUG : [ 74%] Built target test_other_client 2024-09-05 16:00:47,609 (Wire.java:92) DEBUG : http-outgoing-0 << "55[\r][\n]" 2024-09-05 16:00:47,609 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_yang_push\n"}[\r][\n]" 2024-09-05 16:00:47,609 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,609 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,609 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_yang_push 2024-09-05 16:00:47,616 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:47,616 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 78%] Built target test_yang_push\n"}[\r][\n]" 2024-09-05 16:00:47,616 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,616 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,616 (ImageFromDockerfile.java:106) DEBUG : [ 78%] Built target test_yang_push 2024-09-05 16:00:47,624 (Wire.java:92) DEBUG : http-outgoing-0 << "5e[\r][\n]" 2024-09-05 16:00:47,624 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_yang_push_advanced\n"}[\r][\n]" 2024-09-05 16:00:47,624 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,624 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,624 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_yang_push_advanced 2024-09-05 16:00:47,630 (Wire.java:92) DEBUG : http-outgoing-0 << "3c[\r][\n]" 2024-09-05 16:00:47,630 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 83%] Built target test_yang_push_advanced\n"}[\r][\n]" 2024-09-05 16:00:47,630 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,630 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,630 (ImageFromDockerfile.java:106) DEBUG : [ 83%] Built target test_yang_push_advanced 2024-09-05 16:00:47,637 (Wire.java:92) DEBUG : http-outgoing-0 << "5c[\r][\n]" 2024-09-05 16:00:47,637 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_confirmed_commit\n"}[\r][\n]" 2024-09-05 16:00:47,638 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,638 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,638 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_confirmed_commit 2024-09-05 16:00:47,645 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:47,645 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 87%] Built target test_confirmed_commit\n"}[\r][\n]" 2024-09-05 16:00:47,645 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,645 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,645 (ImageFromDockerfile.java:106) DEBUG : [ 87%] Built target test_confirmed_commit 2024-09-05 16:00:47,654 (Wire.java:92) DEBUG : http-outgoing-0 << "4f[\r][\n]" 2024-09-05 16:00:47,654 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target test_url\n"}[\r][\n]" 2024-09-05 16:00:47,654 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,655 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,655 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target test_url 2024-09-05 16:00:47,664 (Wire.java:92) DEBUG : http-outgoing-0 << "2d[\r][\n]" 2024-09-05 16:00:47,665 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[ 92%] Built target test_url\n"}[\r][\n]" 2024-09-05 16:00:47,665 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,665 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,665 (ImageFromDockerfile.java:106) DEBUG : [ 92%] Built target test_url 2024-09-05 16:00:47,675 (Wire.java:92) DEBUG : http-outgoing-0 << "54[\r][\n]" 2024-09-05 16:00:47,675 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Consolidate compiler generated dependencies of target netopeer2-cli\n"}[\r][\n]" 2024-09-05 16:00:47,675 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,675 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,675 (ImageFromDockerfile.java:106) DEBUG : Consolidate compiler generated dependencies of target netopeer2-cli 2024-09-05 16:00:47,683 (Wire.java:92) DEBUG : http-outgoing-0 << "32[\r][\n]" 2024-09-05 16:00:47,683 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"[100%] Built target netopeer2-cli\n"}[\r][\n]" 2024-09-05 16:00:47,683 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,684 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,684 (ImageFromDockerfile.java:106) DEBUG : [100%] Built target netopeer2-cli 2024-09-05 16:00:47,697 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:47,697 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Install the project...\n"}[\r][\n]" 2024-09-05 16:00:47,697 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,697 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,697 (ImageFromDockerfile.java:106) DEBUG : Install the project... 2024-09-05 16:00:47,702 (Wire.java:92) DEBUG : http-outgoing-0 << "34[\r][\n]" 2024-09-05 16:00:47,702 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Install configuration: \"Debug\"\n"}[\r][\n]" 2024-09-05 16:00:47,702 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,703 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,703 (ImageFromDockerfile.java:106) DEBUG : -- Install configuration: "Debug" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "41[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2\n"}[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "59[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-ip@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,703 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,703 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2 2024-09-05 16:00:47,703 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,703 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-ip@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "67[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-network-instance@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,703 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,703 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-network-instance@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "61[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-interfaces@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,703 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,703 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-interfaces@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "60[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-yang-push@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,703 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,704 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,704 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-yang-push@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "63[\r][\n]" 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-netconf-nmda@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,704 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,704 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-netconf-nmda@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "6f[\r][\n]" 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-subscribed-notifications@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,704 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,704 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-subscribed-notifications@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "5f[\r][\n]" 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/notifications@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,704 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,704 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/notifications@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,704 (Wire.java:92) DEBUG : http-outgoing-0 << "61[\r][\n]" 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-yang-patch@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,705 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,705 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-yang-patch@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "62[\r][\n]" 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/nc-notifications@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,705 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,705 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/nc-notifications@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "62[\r][\n]" 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-netconf-acm@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,705 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,705 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-netconf-acm@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "5f[\r][\n]" 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-restconf@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,705 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,705 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-restconf@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,705 (Wire.java:92) DEBUG : http-outgoing-0 << "61[\r][\n]" 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-datastores@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,706 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,706 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-datastores@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "68[\r][\n]" 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-yang-schema-mount@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,706 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,706 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-yang-schema-mount@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "69[\r][\n]" 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-netconf-monitoring@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,706 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,706 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-netconf-monitoring@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "5e[\r][\n]" 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/yang/modules/netopeer2/ietf-netconf@xxxxxxxxxxxxxxx\n"}[\r][\n]" 2024-09-05 16:00:47,706 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,706 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,706 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/yang/modules/netopeer2/ietf-netconf@xxxxxxxxxxxxxxx 2024-09-05 16:00:47,707 (Wire.java:92) DEBUG : http-outgoing-0 << "3c[\r][\n]" 2024-09-05 16:00:47,707 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/netopeer2/scripts\n"}[\r][\n]" 2024-09-05 16:00:47,707 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,707 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,707 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/netopeer2/scripts 2024-09-05 16:00:47,707 (Wire.java:92) DEBUG : http-outgoing-0 << "46[\r][\n]" 2024-09-05 16:00:47,707 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/netopeer2/scripts/common.sh\n"}[\r][\n]" 2024-09-05 16:00:47,707 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,707 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,707 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/netopeer2/scripts/common.sh 2024-09-05 16:00:47,707 (Wire.java:92) DEBUG : http-outgoing-0 << "46[\r][\n]" 2024-09-05 16:00:47,707 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/netopeer2/scripts/remove.sh\n"}[\r][\n]" 2024-09-05 16:00:47,707 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,707 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,707 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/netopeer2/scripts/remove.sh 2024-09-05 16:00:47,708 (Wire.java:92) DEBUG : http-outgoing-0 << "45[\r][\n]" 2024-09-05 16:00:47,708 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/netopeer2/scripts/setup.sh\n"}[\r][\n]" 2024-09-05 16:00:47,708 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,708 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,708 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/netopeer2/scripts/setup.sh 2024-09-05 16:00:47,708 (Wire.java:92) DEBUG : http-outgoing-0 << "4d[\r][\n]" 2024-09-05 16:00:47,708 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/netopeer2/scripts/merge_hostkey.sh\n"}[\r][\n]" 2024-09-05 16:00:47,708 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,708 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,708 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/netopeer2/scripts/merge_hostkey.sh 2024-09-05 16:00:47,708 (Wire.java:92) DEBUG : http-outgoing-0 << "4c[\r][\n]" 2024-09-05 16:00:47,708 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/netopeer2/scripts/merge_config.sh\n"}[\r][\n]" 2024-09-05 16:00:47,708 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,709 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,709 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/netopeer2/scripts/merge_config.sh 2024-09-05 16:00:47,709 (Wire.java:92) DEBUG : http-outgoing-0 << "3a[\r][\n]" 2024-09-05 16:00:47,709 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/sbin/netopeer2-server\n"}[\r][\n]" 2024-09-05 16:00:47,709 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,709 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,709 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/sbin/netopeer2-server 2024-09-05 16:00:47,710 (Wire.java:92) DEBUG : http-outgoing-0 << "4e[\r][\n]" 2024-09-05 16:00:47,710 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Set runtime path of \"/usr/sbin/netopeer2-server\" to \"\"\n"}[\r][\n]" 2024-09-05 16:00:47,710 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,710 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,710 (ImageFromDockerfile.java:106) DEBUG : -- Set runtime path of "/usr/sbin/netopeer2-server" to "" 2024-09-05 16:00:47,711 (Wire.java:92) DEBUG : http-outgoing-0 << "46[\r][\n]" 2024-09-05 16:00:47,711 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/man/man8/netopeer2-server.8\n"}[\r][\n]" 2024-09-05 16:00:47,711 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,711 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,711 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/man/man8/netopeer2-server.8 2024-09-05 16:00:47,711 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:47,711 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/etc/pam.d/netopeer2.conf\n"}[\r][\n]" 2024-09-05 16:00:47,711 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,711 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,711 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/etc/pam.d/netopeer2.conf 2024-09-05 16:00:47,711 (Wire.java:92) DEBUG : http-outgoing-0 << "44[\r][\n]" 2024-09-05 16:00:47,711 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing missing sysrepo modules (setup.sh)...\n"}[\r][\n]" 2024-09-05 16:00:47,711 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:47,711 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:47,711 (ImageFromDockerfile.java:106) DEBUG : -- Installing missing sysrepo modules (setup.sh)... 2024-09-05 16:00:48,183 (Wire.java:92) DEBUG : http-outgoing-0 << "67[\r][\n]" 2024-09-05 16:00:48,183 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Generating a new RSA host key \"genkey\" if not already added (merge_hostkey.sh)...\n"}[\r][\n]" 2024-09-05 16:00:48,183 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,184 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,184 (ImageFromDockerfile.java:106) DEBUG : -- Generating a new RSA host key "genkey" if not already added (merge_hostkey.sh)... 2024-09-05 16:00:48,366 (Wire.java:92) DEBUG : http-outgoing-0 << "65[\r][\n]" 2024-09-05 16:00:48,366 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Merging default server listen configuration if there is none (merge_config.sh)...\n"}[\r][\n]" 2024-09-05 16:00:48,366 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,366 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,366 (ImageFromDockerfile.java:106) DEBUG : -- Merging default server listen configuration if there is none (merge_config.sh)... 2024-09-05 16:00:48,444 (Wire.java:92) DEBUG : http-outgoing-0 << "36[\r][\n]" 2024-09-05 16:00:48,444 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/bin/netopeer2-cli\n"}[\r][\n]" 2024-09-05 16:00:48,444 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,444 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,444 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/bin/netopeer2-cli 2024-09-05 16:00:48,444 (Wire.java:92) DEBUG : http-outgoing-0 << "4a[\r][\n]" 2024-09-05 16:00:48,444 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Set runtime path of \"/usr/bin/netopeer2-cli\" to \"\"\n"}[\r][\n]" 2024-09-05 16:00:48,444 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,444 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,444 (ImageFromDockerfile.java:106) DEBUG : -- Set runtime path of "/usr/bin/netopeer2-cli" to "" 2024-09-05 16:00:48,445 (Wire.java:92) DEBUG : http-outgoing-0 << "43[\r][\n]" 2024-09-05 16:00:48,445 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"-- Installing: /usr/share/man/man1/netopeer2-cli.1\n"}[\r][\n]" 2024-09-05 16:00:48,445 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,445 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,445 (ImageFromDockerfile.java:106) DEBUG : -- Installing: /usr/share/man/man1/netopeer2-cli.1 2024-09-05 16:00:48,790 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:48,790 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container 77c442faaf81\n"}[\r][\n]" 2024-09-05 16:00:48,790 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,790 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,791 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container 77c442faaf81 2024-09-05 16:00:48,791 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:48,791 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 98d4be1e5ef5\n"}[\r][\n]" 2024-09-05 16:00:48,791 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,791 (Wire.java:92) DEBUG : http-outgoing-0 << "2a[\r][\n]" 2024-09-05 16:00:48,791 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 18/28 : ENV EDITOR vim"}[\r][\n]" 2024-09-05 16:00:48,791 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,791 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:48,791 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:48,791 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,791 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,791 (ImageFromDockerfile.java:106) DEBUG : ---> 98d4be1e5ef5 2024-09-05 16:00:48,791 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,791 (ImageFromDockerfile.java:106) DEBUG : Step 18/28 : ENV EDITOR vim 2024-09-05 16:00:48,791 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,791 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:48,820 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:48,821 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in cfe4053249cb\n"}[\r][\n]" 2024-09-05 16:00:48,821 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,821 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,821 (ImageFromDockerfile.java:106) DEBUG : ---> Running in cfe4053249cb 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container cfe4053249cb\n"}[\r][\n]" 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,846 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,846 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container cfe4053249cb 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 78998800954d\n"}[\r][\n]" 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "26[\r][\n]" 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 19/28 : EXPOSE 830"}[\r][\n]" 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:48,846 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:48,847 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,847 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,847 (ImageFromDockerfile.java:106) DEBUG : ---> 78998800954d 2024-09-05 16:00:48,847 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,847 (ImageFromDockerfile.java:106) DEBUG : Step 19/28 : EXPOSE 830 2024-09-05 16:00:48,847 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,847 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:48,877 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:48,877 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in 1dbe0b61a0de\n"}[\r][\n]" 2024-09-05 16:00:48,877 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,877 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,877 (ImageFromDockerfile.java:106) DEBUG : ---> Running in 1dbe0b61a0de 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container 1dbe0b61a0de\n"}[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,913 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,913 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container 1dbe0b61a0de 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e e9158f941fee\n"}[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 20/28 : EXPOSE 6513"}[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:48,913 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,914 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,914 (ImageFromDockerfile.java:106) DEBUG : ---> e9158f941fee 2024-09-05 16:00:48,914 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,914 (ImageFromDockerfile.java:106) DEBUG : Step 20/28 : EXPOSE 6513 2024-09-05 16:00:48,914 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,914 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:48,941 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:48,941 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in dedd99a7c36f\n"}[\r][\n]" 2024-09-05 16:00:48,941 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,941 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,941 (ImageFromDockerfile.java:106) DEBUG : ---> Running in dedd99a7c36f 2024-09-05 16:00:48,966 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:48,966 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container dedd99a7c36f\n"}[\r][\n]" 2024-09-05 16:00:48,966 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,967 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,967 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container dedd99a7c36f 2024-09-05 16:00:48,967 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:48,967 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 4724d0f55116\n"}[\r][\n]" 2024-09-05 16:00:48,967 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,967 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:48,967 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 21/28 : EXPOSE 4334"}[\r][\n]" 2024-09-05 16:00:48,967 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,967 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:48,967 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:48,967 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,967 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,967 (ImageFromDockerfile.java:106) DEBUG : ---> 4724d0f55116 2024-09-05 16:00:48,967 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,967 (ImageFromDockerfile.java:106) DEBUG : Step 21/28 : EXPOSE 4334 2024-09-05 16:00:48,967 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,967 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:48,996 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:48,996 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in 44f1855b093d\n"}[\r][\n]" 2024-09-05 16:00:48,996 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:48,996 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:48,996 (ImageFromDockerfile.java:106) DEBUG : ---> Running in 44f1855b093d 2024-09-05 16:00:49,021 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:49,021 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container 44f1855b093d\n"}[\r][\n]" 2024-09-05 16:00:49,021 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,022 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,022 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container 44f1855b093d 2024-09-05 16:00:49,022 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:49,022 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 17ab2b37b5a4\n"}[\r][\n]" 2024-09-05 16:00:49,022 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,022 (Wire.java:92) DEBUG : http-outgoing-0 << "27[\r][\n]" 2024-09-05 16:00:49,022 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 22/28 : EXPOSE 4335"}[\r][\n]" 2024-09-05 16:00:49,022 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,022 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:49,022 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:49,022 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,022 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,022 (ImageFromDockerfile.java:106) DEBUG : ---> 17ab2b37b5a4 2024-09-05 16:00:49,022 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,022 (ImageFromDockerfile.java:106) DEBUG : Step 22/28 : EXPOSE 4335 2024-09-05 16:00:49,022 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,022 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:49,050 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:49,050 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in 4396c98d5bb4\n"}[\r][\n]" 2024-09-05 16:00:49,050 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,050 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,050 (ImageFromDockerfile.java:106) DEBUG : ---> Running in 4396c98d5bb4 2024-09-05 16:00:49,074 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:49,074 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container 4396c98d5bb4\n"}[\r][\n]" 2024-09-05 16:00:49,074 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,075 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,075 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container 4396c98d5bb4 2024-09-05 16:00:49,075 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:49,075 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 1577ad0ff2ad\n"}[\r][\n]" 2024-09-05 16:00:49,075 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,075 (Wire.java:92) DEBUG : http-outgoing-0 << "475[\r][\n]" 2024-09-05 16:00:49,075 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 23/28 : ENV SSH_LISTEN_XML_CONTENT '\u003cnetconf-server xmlns=\"urn:ietf:params:xml:ns:yang:ietf-netconf-server\"\u003e\u003clisten\u003e\u003cendpoints\u003e\u003cendpoint\u003e\u003cname\u003edefault-ssh\u003c/name\u003e\u003cssh\u003e\u003ctcp-server-parameters\u003e\u003clocal-address\u003e0.0.0.0\u003c/local-address\u003e\u003c/tcp-server-parameters\u003e\u003cssh-server-parameters\u003e\u003cserver-identity\u003e\u003chost-key\u003e\u003cname\u003edefault-key\u003c/name\u003e\u003cpublic-key\u003e\u003ccentral-keystore-reference\u003egenkey\u003c/central-keystore-reference\u003e\u003c/public-key\u003e\u003c/host-key\u003e\u003c/server-identity\u003e\u003cclient-authentication\u003e\u003cusers\u003e\u003cuser\u003e\u003cname\u003enetconf\u003c/name\u003e\u003ckeyboard-interactive xmlns=\"urn:cesnet:libnetconf2-netconf-server\"\u003e\u003cuse-system-auth /\u003e\u003c/keyboard-interactive\u003e\u003c/user\u003e\u003c/users\u003e\u003c/client-authentication\u003e\u003c/ssh-server-parameters\u003e\u003c/ssh\u003e\u003c/endpoint\u003e\u003c/endpoints\u003e\u003c/listen\u003e\u003c/netconf-server\u003e'"}[\r][\n]" 2024-09-05 16:00:49,075 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,075 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:49,075 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:49,075 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,075 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,075 (ImageFromDockerfile.java:106) DEBUG : ---> 1577ad0ff2ad 2024-09-05 16:00:49,075 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,075 (ImageFromDockerfile.java:106) DEBUG : Step 23/28 : ENV SSH_LISTEN_XML_CONTENT '<netconf-server xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-server"><listen><endpoints><endpoint><name>default-ssh</name><ssh><tcp-server-parameters><local-address>0.0.0.0</local-address></tcp-server-parameters><ssh-server-parameters><server-identity><host-key><name>default-key</name><public-key><central-keystore-reference>genkey</central-keystore-reference></public-key></host-key></server-identity><client-authentication><users><user><name>netconf</name><keyboard-interactive xmlns="urn:cesnet:libnetconf2-netconf-server"><use-system-auth /></keyboard-interactive></user></users></client-authentication></ssh-server-parameters></ssh></endpoint></endpoints></listen></netconf-server>' 2024-09-05 16:00:49,075 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,075 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:49,107 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:49,107 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in 350f44425584\n"}[\r][\n]" 2024-09-05 16:00:49,107 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,107 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,107 (ImageFromDockerfile.java:106) DEBUG : ---> Running in 350f44425584 2024-09-05 16:00:49,131 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:49,131 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container 350f44425584\n"}[\r][\n]" 2024-09-05 16:00:49,131 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,131 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,131 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container 350f44425584 2024-09-05 16:00:49,131 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:49,132 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 155f9368f646\n"}[\r][\n]" 2024-09-05 16:00:49,132 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,132 (Wire.java:92) DEBUG : http-outgoing-0 << "88[\r][\n]" 2024-09-05 16:00:49,132 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 24/28 : RUN echo $SSH_LISTEN_XML_CONTENT | /usr/bin/sysrepocfg --edit -d startup -f xml -m ietf-netconf-server -v2"}[\r][\n]" 2024-09-05 16:00:49,132 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,132 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:49,132 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:49,132 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,132 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,132 (ImageFromDockerfile.java:106) DEBUG : ---> 155f9368f646 2024-09-05 16:00:49,132 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,132 (ImageFromDockerfile.java:106) DEBUG : Step 24/28 : RUN echo $SSH_LISTEN_XML_CONTENT | /usr/bin/sysrepocfg --edit -d startup -f xml -m ietf-netconf-server -v2 2024-09-05 16:00:49,132 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,132 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:49,160 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:49,160 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in 6e8ba096179b\n"}[\r][\n]" 2024-09-05 16:00:49,160 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,160 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,160 (ImageFromDockerfile.java:106) DEBUG : ---> Running in 6e8ba096179b 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container 6e8ba096179b\n"}[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,533 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,533 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container 6e8ba096179b 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 35f10d4a6a7a\n"}[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "59[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 25/28 : CMD [\"/usr/sbin/netopeer2-server\", \"-d\", \"-c\", \"SSH\"]"}[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:49,533 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,533 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,533 (ImageFromDockerfile.java:106) DEBUG : ---> 35f10d4a6a7a 2024-09-05 16:00:49,534 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,534 (ImageFromDockerfile.java:106) DEBUG : Step 25/28 : CMD ["/usr/sbin/netopeer2-server", "-d", "-c", "SSH"] 2024-09-05 16:00:49,534 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,534 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:49,563 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:49,563 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in a01b00962927\n"}[\r][\n]" 2024-09-05 16:00:49,563 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,563 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,563 (ImageFromDockerfile.java:106) DEBUG : ---> Running in a01b00962927 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container a01b00962927\n"}[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,588 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,588 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container a01b00962927 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e b17c98f81ea2\n"}[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "39[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 26/28 : LABEL org.testcontainers=true"}[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:49,588 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,589 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,589 (ImageFromDockerfile.java:106) DEBUG : ---> b17c98f81ea2 2024-09-05 16:00:49,589 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,589 (ImageFromDockerfile.java:106) DEBUG : Step 26/28 : LABEL org.testcontainers=true 2024-09-05 16:00:49,589 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,589 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:49,618 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:49,618 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in 17543808dca6\n"}[\r][\n]" 2024-09-05 16:00:49,618 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,618 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,618 (ImageFromDockerfile.java:106) DEBUG : ---> Running in 17543808dca6 2024-09-05 16:00:49,641 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:49,641 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container 17543808dca6\n"}[\r][\n]" 2024-09-05 16:00:49,641 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,641 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,642 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container 17543808dca6 2024-09-05 16:00:49,642 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:49,642 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 9fc382c9392e\n"}[\r][\n]" 2024-09-05 16:00:49,642 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,642 (Wire.java:92) DEBUG : http-outgoing-0 << "3e[\r][\n]" 2024-09-05 16:00:49,642 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 27/28 : LABEL org.testcontainers.lang=java"}[\r][\n]" 2024-09-05 16:00:49,642 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,642 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:49,642 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:49,642 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,642 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,642 (ImageFromDockerfile.java:106) DEBUG : ---> 9fc382c9392e 2024-09-05 16:00:49,642 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,642 (ImageFromDockerfile.java:106) DEBUG : Step 27/28 : LABEL org.testcontainers.lang=java 2024-09-05 16:00:49,642 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,642 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:49,749 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:49,749 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in 84236df5837c\n"}[\r][\n]" 2024-09-05 16:00:49,749 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,749 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,749 (ImageFromDockerfile.java:106) DEBUG : ---> Running in 84236df5837c 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container 84236df5837c\n"}[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,797 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,797 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container 84236df5837c 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 4710a3486800\n"}[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "43[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Step 28/28 : LABEL org.testcontainers.version=1.19.0"}[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "11[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"\n"}[\r][\n]" 2024-09-05 16:00:49,797 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,798 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,798 (ImageFromDockerfile.java:106) DEBUG : ---> 4710a3486800 2024-09-05 16:00:49,798 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,798 (ImageFromDockerfile.java:106) DEBUG : Step 28/28 : LABEL org.testcontainers.version=1.19.0 2024-09-05 16:00:49,798 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,798 (ImageFromDockerfile.java:106) DEBUG : 2024-09-05 16:00:49,826 (Wire.java:92) DEBUG : http-outgoing-0 << "33[\r][\n]" 2024-09-05 16:00:49,826 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e Running in f6269ab1521f\n"}[\r][\n]" 2024-09-05 16:00:49,827 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,827 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,827 (ImageFromDockerfile.java:106) DEBUG : ---> Running in f6269ab1521f 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "3d[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Removing intermediate container f6269ab1521f\n"}[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,855 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,855 (ImageFromDockerfile.java:106) DEBUG : Removing intermediate container f6269ab1521f 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "28[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":" ---\u003e 4f3dd7211b72\n"}[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "5a[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "{"aux":{"ID":"sha256:4f3dd7211b72ef39e2df1a7894dd9ffdd30c7f926b636abc945652620ed71039"}}[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "30[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Successfully built 4f3dd7211b72\n"}[\r][\n]" 2024-09-05 16:00:49,855 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,855 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,855 (ImageFromDockerfile.java:106) DEBUG : ---> 4f3dd7211b72 2024-09-05 16:00:49,856 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,856 (ImageFromDockerfile.java:106) DEBUG : null 2024-09-05 16:00:49,856 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,856 (ImageFromDockerfile.java:106) DEBUG : Successfully built 4f3dd7211b72 2024-09-05 16:00:49,860 (Wire.java:92) DEBUG : http-outgoing-0 << "35[\r][\n]" 2024-09-05 16:00:49,860 (Wire.java:92) DEBUG : http-outgoing-0 << "{"stream":"Successfully tagged netopeer2:latest\n"}[\r][\n]" 2024-09-05 16:00:49,860 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,860 (BuildImageResultCallback.java:34) DEBUG : BuildResponseItem() 2024-09-05 16:00:49,860 (ImageFromDockerfile.java:106) DEBUG : Successfully tagged netopeer2:latest 2024-09-05 16:00:49,860 (Wire.java:92) DEBUG : http-outgoing-0 << "0[\r][\n]" 2024-09-05 16:00:49,860 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,860 (InternalExecRuntime.java:255) DEBUG : ep-00000002: releasing valid endpoint 2024-09-05 16:00:49,860 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000002: releasing endpoint 2024-09-05 16:00:49,860 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000002: connection http-outgoing-0 can be kept alive for 3 MINUTES 2024-09-05 16:00:49,861 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000002: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:49,863 (PrefixingImageNameSubstitutor.java:31) DEBUG : No prefix is configured 2024-09-05 16:00:49,863 (ImageNameSubstitutor.java:113) DEBUG : Did not find a substitute image for netopeer2:latest (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')) 2024-09-05 16:00:49,868 (AbstrDockerCmd.java:32) DEBUG : Cmd: ListImagesCmdImpl[filters=org.testcontainers.shaded.com.github.dockerjava.core.util.FiltersBuilder@0,imageNameFilter=<null>,showAll=false] 2024-09-05 16:00:49,869 (InternalHttpClient.java:172) DEBUG : ex-00000004: preparing request execution 2024-09-05 16:00:49,869 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:49,869 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:49,869 (ProtocolExec.java:161) DEBUG : ex-00000004: target auth state: UNCHALLENGED 2024-09-05 16:00:49,869 (ProtocolExec.java:167) DEBUG : ex-00000004: proxy auth state: UNCHALLENGED 2024-09-05 16:00:49,869 (ConnectExec.java:116) DEBUG : ex-00000004: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:49,869 (InternalExecRuntime.java:101) DEBUG : ex-00000004: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:49,870 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000004: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:49,870 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000004: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:49,870 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000004: acquired ep-00000003 2024-09-05 16:00:49,870 (InternalExecRuntime.java:120) DEBUG : ex-00000004: acquired endpoint ep-00000003 2024-09-05 16:00:49,870 (MainClientExec.java:102) DEBUG : ex-00000004: executing GET /v1.32/images/json HTTP/1.1 2024-09-05 16:00:49,870 (InternalExecRuntime.java:213) DEBUG : ep-00000003: start execution ex-00000004 2024-09-05 16:00:49,870 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000003: executing exchange ex-00000004 over http-outgoing-0 2024-09-05 16:00:49,870 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-0 >> GET /v1.32/images/json HTTP/1.1 2024-09-05 16:00:49,870 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> accept: application/json 2024-09-05 16:00:49,870 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:49,870 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:49,871 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:49,871 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Host: localhost:2375 2024-09-05 16:00:49,871 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Connection: keep-alive 2024-09-05 16:00:49,871 (Wire.java:92) DEBUG : http-outgoing-0 >> "GET /v1.32/images/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:49,871 (Wire.java:92) DEBUG : http-outgoing-0 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:49,871 (Wire.java:92) DEBUG : http-outgoing-0 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:49,871 (Wire.java:92) DEBUG : http-outgoing-0 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:49,871 (Wire.java:92) DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:49,871 (Wire.java:92) DEBUG : http-outgoing-0 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:49,871 (Wire.java:92) DEBUG : http-outgoing-0 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:49,871 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "Date: Thu, 05 Sep 2024 14:00:49 GMT[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,934 (Wire.java:92) DEBUG : http-outgoing-0 << "6f1c[\r][\n]" 2024-09-05 16:00:49,935 (Wire.java:106) DEBUG : http-outgoing-0 << "[{"Containers":-1,"Created":1725544849,"Id":"sha256:4f3dd7211b72ef39e2df1a7894dd9ffdd30c7f926b636abc945652620ed71039","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:4710a348680031b311e6a636246b0116dbb3ea0a7d70296429402cf6b6e2afd9","RepoDigests":null,"RepoTags":["netopeer2:latest"],"SharedSize":-1,"Size":1680052733,"VirtualSize":1680052733},{"Containers":-1,"Created":1725544140,"Id":"sha256:0a377af83f03b60c466b5f2b72bf9f465206c095a0f9d46dd1ab836d8350dfd7","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:b5b2b0595648d20c8edf1cd568c142b4c5eec5d27abfedb50db0138910d3557a","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1680052697,"VirtualSize":1680052697},{"Containers":-1,"Created":1725543697,"Id":"sha256:3abb7d53a16340bc0f5948f134ccf9edb9aa408127911b3f665b674ed3e92e6f","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:81871bf73955700da168c437d59056f18eee3efff52a73b47ce7e6112238b470","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660799489,"VirtualSize":1660799489},{"Containers":-1,"Created":1725543641,"Id":"sha256:37bee575aa6c68670c436fc6ddd8c3d1587b5d30626e7db5e77844471aa102c8","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:81871bf73955700da168c437d59056f18eee3efff52a73b47ce7e6112238b470","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660799466,"VirtualSize":1660799466},{"Containers":-1,"Created":1725536458,"Id":"sha256:fd8f6f8317a16fa38706bf8018d135e5a7ceeee0a5494e5eba6743b0f3d7f974","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:81871bf73955700da168c437d59056f18eee3efff52a73b47ce7e6112238b470","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660799418,"VirtualSize":1660799418},{"Containers":-1,"Created":1725536304,"Id":"sha256:64eadc1cf2e6bd71353aaf44035ad89b246d4dcba41835aa7322ab52ca103f0b","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:81871bf73955700da168c437d59056f18eee3efff52a73b47ce7e6112238b470","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660799417,"VirtualSize":1660799417},{"Containers":-1,"Created":1725536264,"Id":"sha256:eeead4cba05cbbf2f91140bcede6cc4f10574dfd648d36b5ac87d05d3aa0cfea","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:81871bf73955700da168c437d59056f18eee3efff52a73b47ce7e6112238b470","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660799416,"VirtualSize":1660799416},{"Containers":-1,"Created":1725535415,"Id":"sha256:a22ed72bba45b67975aaf2376d3f395b2948993ca397cf95bc751031a03649d5","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:81871bf73955700da168c437d59056f18eee3efff52a73b47ce7e6112238b470","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660799455,"VirtualSize":1660799455},{"Containers":-1,"Created":1725535367,"Id":"sha256:1e6038b77ae5f90aeb6d91919d808912cd88e3286e846f2f63cd8ee9440b86b9","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:81871bf73955700da168c437d59056f18eee3efff52a73b47ce7e6112238b470","RepoDi" 2024-09-05 16:00:49,935 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-0 << HTTP/1.1 200 OK 2024-09-05 16:00:49,935 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Api-Version: 1.43 2024-09-05 16:00:49,935 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Type: application/json 2024-09-05 16:00:49,935 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Docker-Experimental: false 2024-09-05 16:00:49,935 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Ostype: linux 2024-09-05 16:00:49,935 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:49,935 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Date: Thu, 05 Sep 2024 14:00:49 GMT 2024-09-05 16:00:49,935 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Transfer-Encoding: chunked 2024-09-05 16:00:49,936 (MainClientExec.java:126) DEBUG : ex-00000004: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:49,940 (Wire.java:106) DEBUG : http-outgoing-0 << "gests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660799417,"VirtualSize":1660799417},{"Containers":-1,"Created":1725534913,"Id":"sha256:1aea41206a7147c897cccd70d654e4693f4c7c211c5f021e9d3a37dfb376b5f1","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:6462c5ec86adb9fc1a4298ca5d7084adc639719b48439a358b548b6b373b4eab","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1680105775,"VirtualSize":1680105775},{"Containers":-1,"Created":1725459765,"Id":"sha256:7fa3259933f0a2fc398413fb43d93152e7a66c28e728e0f4d9a138d75ef0881e","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:a5fe1ad78b23778d6b6099a6798abbec14fd6fe0fcca9a02d813e52a8ac6f565","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660866958,"VirtualSize":1660866958},{"Containers":-1,"Created":1725458608,"Id":"sha256:17f7da14988c8580fb0bfe6b101076f1a697dd7a2b3ca1a9aa1afcc03a4b40a2","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:449409ef502a722b732d0d93e78a6377faa0b03dfce641b0236aa664db67d0d7","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1678701283,"VirtualSize":1678701283},{"Containers":-1,"Created":1725454491,"Id":"sha256:64132473cbfa5ba1c9aebd4e5525d40f92c48be34c9552ae849b0749e28eef56","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1684659958,"VirtualSize":1684659958},{"Containers":-1,"Created":1725452454,"Id":"sha256:93d1e40e4a537dcc550dcfee41d72c4bcb4b35053199fd1f28f6a471872d5ac7","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:6269e3482f2590800d3d81b59a8a9bbe7ba9c40bc0f375e63a5f119555327fed","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660866854,"VirtualSize":1660866854},{"Containers":-1,"Created":1725451696,"Id":"sha256:84e7c49c9e5b786f7e06cd8a3e69eb681e68b4678cc433117012d421d08248e7","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:44b8579cad07cc58ded9479f80adcb9504028255b50eee7238febc9e7f67318e","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660866963,"VirtualSize":1660866963},{"Containers":-1,"Created":1725451654,"Id":"sha256:438f049bfc56bf86bbb827eeb90a3e7bb0b4b4f50db548763a404229143e5085","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:457e1926309d07c02e128f6935a1235ea2e46c37342fdc1036f15396fcfc131f","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660841818,"VirtualSize":1660841818},{"Containers":-1,"Created":1725450608,"Id":"sha256:a0ba005c42f26178e5589041618c5b73e5b0f684620ce971685132130b1af58f","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:e455e110e5702306614d37e11a392814f6028e62280e61cc27857e6f4dfe51b4","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660866962,"VirtualSize":1660866962},{"Containers":-1,"Created":1725449999,"Id":"sha256:5fb738315313dfe2546124cdc000ead33363c8f98670975dfa3723aecaec4014","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:52a169b08db444d54fc15b9326dcefb81d886445cc5655d621cc48b30b61916f","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1660841816,"VirtualSize":1660841816},{"Containers":-1,"Created":1725438490,"Id":"sha256:ce7244e5ee67ca2f936c3280edd9557de08eb3fef0a02ce049f7021523b23877","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:7cada4a2ef83114e4874956d64e2b4fbdb0d930010e9e50f079cdb4f651e534c","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1678646469,"VirtualSize":1678646469},{"Containers":-1,"Created":1725360945,"Id":"sha256:7dffe2c67e599bfed6a8f771847f8ee41830a01cb8e283c473baed2f46d63e6d","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:a35553e6ce10fdb5e07c30dbfe564dfe394ff3d90ea3a8f950ed25a9555a4a0e","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1680082924,"VirtualSize":1680082924},{"Containers":-1,"Created":1725266251,"Id":"sha256:66dc194af2d4565ceb0265b9dff50cf7a6790861c92c614ae2733b9b5b65d41e","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:fb6ed23a07a2ed398fa9c0362a53fd0f245e514440e1764e11fa711efa7c3f8b","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1678567473,"VirtualSize":1678567473},{"Containers":-1,"Created":1725266168,"Id":"sha256:b46b376b9835e7546a8352a00fa8715fdb34a401f6e947f96034001022e34036","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:ee857c874892906eb04173648c98dc59927ea9e297742c666e67d2b4ccc2e907","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1678567699,"VirtualSize":1678567699},{"Containers":-1,"Created":1725266137,"Id":"sha256:cff915c61e67d96e73750981035a2737f818e392bea1e0e4c8e279b9b032ea87","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:5df492d19ad4a78433a9be3f8e9d63e1f573144fad872608e9c2b9605bc0d097","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1678567699,"VirtualSize":1678567699},{"Containers":-1,"Created":1725266108,"Id":"sha256:f2e079489fe62da1d047d20128d3533fd4a4eb7ef2a3c9c29286de096642323a","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:53267b50306b4a31a3216e08fd9dacfbc20309c75a0de157229ab080075729a5","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1678567699,"VirtualSize":1678567699},{"Containers":-1,"Created":1725265083,"Id":"sha256:7527ca790028691633d21aee0bd15cebe35fa7e394a23aa0cb710ae205e8230a","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:e39055a9715ba896b4ba4c9bd70c31cf375d8a342baecd7a19a82bcb40a1fd01","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1678552529,"VirtualSize":1678552529},{"Containers":-1,"Created":1725264461,"Id":"sha256:46a42a730e04134eeda1e9b6d7540bdbd2919dafad0908fd415bd1f21fc7498d","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:81d4fd1621d0f48fb61289a40d74fac9961596a8e26c891cbf8485765235c93a","RepoDigests"" 2024-09-05 16:00:49,942 (Wire.java:106) DEBUG : http-outgoing-0 << ":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1619328904,"VirtualSize":1619328904},{"Containers":-1,"Created":1725261726,"Id":"sha256:e3004860bd76fecc4ba7de536fd2eb734c28a17eeb14ea15b20ba0054d277799","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:8e4973c797cf5fe6478d055115570b16b3ed5a0cc397c3465cade381218376de","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1617847386,"VirtualSize":1617847386},{"Containers":-1,"Created":1725186035,"Id":"sha256:d050bb05efe432735cf90a2b876c7c278003b20597c1d5d714ccc2c2cb5d5fb0","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"sha256:9035bf1285c349255b05cdd2e74ce5657988ca82eee189a105922f379a3b9e10","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1636597362,"VirtualSize":1636597362},{"Containers":-1,"Created":1725185576,"Id":"sha256:f2ff8fe57ee6076c6a6defe91ed552e977f25ddc41697c9b32a1de3b21be8d45","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:44e212bb220d26d3a4a8c46225d24bdcaba9fcca4c18625617b7a42b6a58daa3","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1648653147,"VirtualSize":1648653147},{"Containers":-1,"Created":1725184334,"Id":"sha256:2723ce9ab380416f66a47c00fadeff1e2d51e0dec2ad18edff4c7b46117ab884","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:9463239d979bfd1af1ee0f4a067b9e5b0435dd624b3e7decdc3a04f6c052d89e","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1642729349,"VirtualSize":1642729349},{"Containers":-1,"Created":1725016617,"Id":"sha256:b42aaea8d708fa38445b88c2a13588310aedbcb254c6742ddb161d549a6e96d4","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:af102f777ae0a83f0464a746b2f444493cbba05272363bdcf1f7072b7edcc7b2","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1642729349,"VirtualSize":1642729349},{"Containers":-1,"Created":1725013581,"Id":"sha256:9bd1ce03e930c4c2d5231a17a4e2362c8b9d2d6801756e450c66e08c39dfcd35","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:0bc1de6ae15ac774f6ad52e3d4fd97d9800f4a0c25b0fdac53b8c2c7a12ae2bb","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1642729349,"VirtualSize":1642729349},{"Containers":-1,"Created":1725010641,"Id":"sha256:9cd95636905c4829f5a794083a4ad23a8d70ed68b75917127fbfa801e807b652","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:e7492fa5db6b2bc7e465f222b127d47274f6829ecfb1b362407a9cf1e9b0f579","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1642729349,"VirtualSize":1642729349},{"Containers":-1,"Created":1724998612,"Id":"sha256:10edf47532390292d200f8918988363aa1fc74a61680d5dad73be671f2a7cac6","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:a5a3d63219ce2de3193273702bbd9ff23f18c186971578db84ab0c15ab00be81","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1642729349,"VirtualSize":1642729349},{"Containers":-1,"Created":1724997453,"Id":"sha256:8caba9c4d464fd83403e6b55089fec84349befe7ab61f1cee6bb416f38b6a4dd","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"","RepoDigests":null,"RepoTags":["netopeer2-build:latest"],"SharedSize":-1,"Size":1642561401,"VirtualSize":1642561401},{"Containers":-1,"Created":1724850676,"Id":"sha256:fdc2697a6431d6af4d2e6dac9a9c153a8ff69f1957662e8a2f1dcf48f67d46dd","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:24d8fee3b6c53314e7402aefdd7df4e706ff7d219e6eaa0968e72c399e92c715","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1643673997,"VirtualSize":1643673997},{"Containers":-1,"Created":1724403342,"Id":"sha256:294db2b0467fe6013fc6726e29e693170760f2f1cee4cb7c0932fa2b2a863c26","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"18.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:69c22f254499ef5aeef985e839fd6b3fdc6347bf65ad25469504d9e67f1face0","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1172245120,"VirtualSize":1172245120},{"Containers":-1,"Created":1724400540,"Id":"sha256:cdbe6cc2629a03be675febbe60d5fb66d4a80a57b5027bd6367355ff11119807","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:316348ed034a139e085688cbb4a661051a067ad21e01fe8cd41ff49f6e9bbe56","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1643672703,"VirtualSize":1643672703},{"Containers":-1,"Created":1724249421,"Id":"sha256:cb7954bf184c1e12a3acbfe182d40946d9c9e4e4770c5c0d80b80a89a7e7095c","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":1663840968,"VirtualSize":1663840968},{"Containers":-1,"Created":1724228301,"Id":"sha256:3b1a786836f734cc46be0732af1cb8abc24fd230795e905575c610dfd6944001","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"ParentId":"sha256:dfb3fa79a4ef4646e1db5bf0bf67debbc9082a86aa7a12de0864c7e8d240298a","RepoDigests":null,"RepoTags":["netopeer2.1:latest"],"SharedSize":-1,"Size":1643014363,"VirtualSize":1643014363},{"Containers":-1,"Created":1723541244,"Id":"sha256:53a843653cbcd9e10be207e951d907dc2481d9c222de57d24cfcac32e5165188","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"","RepoDigests":["ubuntu@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c4731962658"],"RepoTags":["ubuntu:22.04"],"SharedSize":-1,"Size":77863449,"VirtualSize":77863449},{"Containers":-1,"Created":1717422229,"Id":"sha256:217ba2bc633db15c122628d87af2c5fcefa450d1cee0838a46c9336beae7934b","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"18.04"},"ParentId":"","RepoDigests":null,"RepoTags":["openssl_test:latest"],"SharedSize":-1,"Size":475276506,"VirtualSize":475276506},{"Containers":-1,"Created":1714408683,"Id":"sha256:bf3dc08bfed031182827888bb15977e316ad797ee2ccb63b4c7a57fdfe7eb31d","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"24.04"},"ParentId":"","RepoDigests":["ubuntu@sha256:3f85b7caad41a95462cf5b787d8a04604c8262cdcdf9a472b8c52ef83375fe15"],"RepoTags":["ubuntu:24.04"],"SharedSize":-1,"Size":76237470,"Virtual" 2024-09-05 16:00:49,945 (Wire.java:106) DEBUG : http-outgoing-0 << "Size":76237470},{"Containers":-1,"Created":1704867430,"Id":"sha256:14beb975a041b03a8de155826a0bce2aff8d079f449019505e003e8dcec539e3","Labels":{"Description":"Reference ONAP JAVA 11 image based on alpine","maintainer":"ONAP Integration team, morgan.richomme@xxxxxxxxxx"},"ParentId":"","RepoDigests":["nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector@sha256:8093ef9015341f257f8e61a6116c5deebf38b3cce6342cc9535d4c030f7dce30"],"RepoTags":["nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.12.4"],"SharedSize":-1,"Size":350680270,"VirtualSize":350680270},{"Containers":-1,"Created":1703169114,"Id":"sha256:71009a3edde7c6988eb3a3b51c9dc3cacc154494ca7e5e33ed567a38bf75c130","Labels":{"org.testcontainers.ryuk":"true"},"ParentId":"","RepoDigests":["testcontainers/ryuk@sha256:739f19eb83b1710f22ff452d7bec9cdd3f53d0ba5ff4096c6516a85de88eba0c"],"RepoTags":["testcontainers/ryuk:0.6.0"],"SharedSize":-1,"Size":14910170,"VirtualSize":14910170},{"Containers":-1,"Created":1693955072,"Id":"sha256:114405a05c1ea1579eada94100ea1262ec351ce96625fed47684ed05ef48f52f","Labels":null,"ParentId":"","RepoDigests":["docker@sha256:0752ca4e936da012c173c119217c0f9599b3b191c1557e53206d5d06d2627580"],"RepoTags":["docker:latest"],"SharedSize":-1,"Size":331424469,"VirtualSize":331424469},{"Containers":-1,"Created":1685439129,"Id":"sha256:f9a80a55f492e823bf5d51f1bd5f87ea3eed1cb31788686aa99a2fb61a27af6a","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"18.04"},"ParentId":"","RepoDigests":["ubuntu@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98"],"RepoTags":["ubuntu:18.04"],"SharedSize":-1,"Size":63156473,"VirtualSize":63156473},{"Containers":-1,"Created":1684336262,"Id":"sha256:ec913eeff75a6b5ed284cf17e186213a466ec10a8f471798318ffa0813b5d828","Labels":{"org.testcontainers.ryuk":"true"},"ParentId":"","RepoDigests":["testcontainers/ryuk@sha256:533abc56c07b52a26c955d1e7ae428d810582ab01c156384ae79960eb5fa0775"],"RepoTags":["testcontainers/ryuk:0.5.1"],"SharedSize":-1,"Size":12695732,"VirtualSize":12695732},{"Containers":-1,"Created":1683221823,"Id":"sha256:9c7a54a9a43cca047013b82af109fe963fde787f63f9e016fdc3384500c2823d","Labels":null,"ParentId":"","RepoDigests":["hello-world@sha256:dcba6daec718f547568c562956fa47e1b03673dd010fe6ee58ca806767031d1c"],"RepoTags":["hello-world:latest"],"SharedSize":-1,"Size":13256,"VirtualSize":13256},{"Containers":-1,"Created":1662811774,"Id":"sha256:6f6b587bf3f46bcc71f0cd440d8083b80b88a630dc81db55a69f14a80910c086","Labels":{"org.opencontainers.image.created":"2022-09-10T12:09:30Z","org.opencontainers.image.description":"toxiproxy","org.opencontainers.image.licenses":"MIT","org.opencontainers.image.revision":"30ea6dd47f0e853dd4bdd490b003b939aaa3ed9c","org.opencontainers.image.source":"https://github.com/Shopify/toxiproxy","org.opencontainers.image.title":"toxiproxy","org.opencontainers.image.url":"https://github.com/Shopify/toxiproxy","org.opencontainers.image.version":"2.5.0"},"ParentId":"","RepoDigests":["ghcr.io/shopify/toxiproxy@sha256:927c797a2115a193ae3a527e5a36782b938419904ac6706ca0efa029ebea58cb"],"RepoTags":["ghcr.io/shopify/toxiproxy:2.5.0"],"SharedSize":-1,"Size":17838080,"VirtualSize":17838080},{"Containers":-1,"Created":1659017178,"Id":"sha256:7ac27de2f0c441174e7e12a105f876493b902ffd7bbb2a3646aa929c08cc3806","Labels":null,"ParentId":"","RepoDigests":["testcontainers/ryuk@sha256:0c8faa0a3ad1e154f9d8d5d78627b40d7359ff3f7d3f98556aa32157ad8fd924"],"RepoTags":["testcontainers/ryuk:0.3.4"],"SharedSize":-1,"Size":11975796,"VirtualSize":11975796},{"Containers":-1,"Created":1654903374,"Id":"sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227","Labels":null,"ParentId":"","RepoDigests":["testcontainers/sshd@sha256:7d6fdd0bd7e64229c9cf9feabc394a6d0a7fc15a671e84993d86fd91ed52422e"],"RepoTags":["testcontainers/sshd:1.1.0"],"SharedSize":-1,"Size":12003032,"VirtualSize":12003032},{"Containers":-1,"Created":1652924886,"Id":"sha256:97e12aea683d6c835ecdec17c0400e0b773ed5a6babf64c8b93fcbd21016694a","Labels":{"org.label-schema.build-date":"2022-05-19T01:45:11Z","org.label-schema.description":"3810","org.label-schema.license":"Apache-2.0","org.label-schema.name":"opensearch","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://opensearch.org","org.label-schema.vcs-url":"https://github.com/OpenSearch","org.label-schema.vendor":"OpenSearch","org.label-schema.version":"2.0.0"},"ParentId":"","RepoDigests":["opensearchproject/opensearch@sha256:4f49474dcb7345af0afe976221c1885dce2ceb7093516538b08cdd3bdfc33f20"],"RepoTags":["opensearchproject/opensearch:2.0.0"],"SharedSize":-1,"Size":854224230,"VirtualSize":854224230},{"Containers":-1,"Created":1614958090,"Id":"sha256:d240544e0b3ca010b40762b8e0fc2299b149ffc12b1fd3cb89d5c6a7f3851997","Labels":{"io.confluent.docker":"true","io.confluent.docker.build.number":"1","io.confluent.docker.git.id":"5971a94"},"ParentId":"","RepoDigests":["nexus3.onap.org:10001/onap/dmaap/kafka111@sha256:a62d317ea3ceac1368ef01f59c3c9d24ccdceb3f7704a72c42a3fecdcd6d9c60"],"RepoTags":["nexus3.onap.org:10001/onap/dmaap/kafka111:1.0.5"],"SharedSize":-1,"Size":628858920,"VirtualSize":628858920},{"Containers":-1,"Created":1604878882,"Id":"sha256:bc2ee8a9ad555313ddfc2a7f54d9963bd207bceeb10431db50b4babbfb3f2774","Labels":null,"ParentId":"","RepoDigests":["mockserver/mockserver@sha256:c7c0dcee6fb7b0be6252977cf3a00ebf8ae2ff1179de9bf2bd5e6c92c768ea87"],"RepoTags":["mockserver/mockserver:mockserver-5.11.2"],"SharedSize":-1,"Size":215863200,"VirtualSize":215863200},{"Containers":-1,"Created":1600822259,"Id":"sha256:caa7a21ca06ea2376dc2a2b3194795def7bed7cc1a4de18feee0a706518d2c39","Labels":{"org.label-schema.build-date":"2020-09-23T00:45:33.626720Z","org.label-schema.license":"Elastic-License","org.label-schema.name":"Elasticsearch","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://www.elastic.co/products/elasticsearch","org.label-schema.usage":"https://www.elastic.co/guide/en/elasticsearch/reference/index.html","org.label-schema.vcs-ref":"d34da0ea4a966c4e49417f2da2f244e3e97b4e6e","org.label-schema.vcs-url":"https://github.com/elastic/elasticsearch","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.9.2","org.opencontainers.image.created":"2020-09-23T00:45:33.626720Z","org.opencontainers.image.documentation":"https://www.elastic.co/guide/en/elasticsearch/reference/index.html","org.opencontainers.image.licenses":"Elastic-License","org.opencontainers.image.revision":"d34da0ea4a966c4e49417f2da2f244e3e97b4e6e","org.opencontainers.image.source":"https://github.com/elastic/elasticsearch","org.opencontainers.image.title":"Elasticsearch","org.opencontainers.image.url":"https://www.elastic.co/products/elasticsearch","org.opencontainers.image.vendor":"Elastic","org.opencontainers.image.version":"7.9.2"},"ParentId":"","RepoDigests":["docker.elastic.co/elasticsearch/elasticsearch@sha256:2be3302537236874fdeca184c78a49aed17d5aca0f8fc3f6192a80e93e817cb4","elasticsearch@sha256:e3b52403c6fb95eb4dc6092d39c187acfc38e8afd61e4d38801ae323b3eeeff3"],"RepoTags":["docker.elastic.co/elasticsearch/elasticsearch:7.9.2","elasticsearch:7.9.2"],"SharedSize":-1,"Size":762872650,"VirtualSize":762872650},{"Containers":-1,"Created":1585314400,"Id":"sha256:69da3b28b46a7bd6e83621ce549d567340954a2822d699f950df6cec5421dc37","Labels":{"io.confluent.docker":"true","io.confluent.docker.build.number":"1","io.confluent.docker.git.id":"5971a94"},"ParentId":"","RepoDigests":["nexus3.onap.org:10001/onap/dmaap/zookeeper@sha256:4fb66c74e7bd4c7b5570365e00fd76dace4c0abab423d9451bc1e282e7ed695d"],"RepoTags":["nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.3"],"SharedSize":-1,"Size":2040770485,"VirtualSize":2040770485},{"Containers":-1,"Created":1563993280,"Id":"sha256:bdaab402b2200af3743e1fde3260220350e4b886370a4deae0d7ec7c2dd451d6","Labels":{"license":"Elastic License","org.label-schema.build-date":"20190305","org.label-schema.license":"GPLv2" 2024-09-05 16:00:49,947 (Wire.java:92) DEBUG : http-outgoing-0 << "","org.label-schema.name":"elasticsearch","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://www.elastic.co/products/elasticsearch","org.label-schema.vcs-url":"https://github.com/elastic/elasticsearch","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.3.0"},"ParentId":"","RepoDigests":["docker.elastic.co/elasticsearch/elasticsearch@sha256:8c7075b17918a954e34d71ab1661ea14737429426376d045a23e79c3632346ab"],"RepoTags":["docker.elastic.co/elasticsearch/elasticsearch:7.3.0"],"SharedSize":-1,"Size":805780825,"VirtualSize":805780825}][\n]" 2024-09-05 16:00:49,948 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,948 (Wire.java:92) DEBUG : http-outgoing-0 << "0[\r][\n]" 2024-09-05 16:00:49,948 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,948 (InternalExecRuntime.java:255) DEBUG : ep-00000003: releasing valid endpoint 2024-09-05 16:00:49,948 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000003: releasing endpoint 2024-09-05 16:00:49,948 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000003: connection http-outgoing-0 can be kept alive for 3 MINUTES 2024-09-05 16:00:49,948 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000003: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:49,952 (AbstractImagePullPolicy.java:22) DEBUG : netopeer2:latest is not in image name cache, updating... 2024-09-05 16:00:49,953 (AbstrDockerCmd.java:32) DEBUG : Cmd: netopeer2:latest 2024-09-05 16:00:49,954 (InternalHttpClient.java:172) DEBUG : ex-00000005: preparing request execution 2024-09-05 16:00:49,955 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:49,955 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:49,955 (ProtocolExec.java:161) DEBUG : ex-00000005: target auth state: UNCHALLENGED 2024-09-05 16:00:49,955 (ProtocolExec.java:167) DEBUG : ex-00000005: proxy auth state: UNCHALLENGED 2024-09-05 16:00:49,955 (ConnectExec.java:116) DEBUG : ex-00000005: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:49,955 (InternalExecRuntime.java:101) DEBUG : ex-00000005: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:49,955 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000005: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:49,955 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000005: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:49,955 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000005: acquired ep-00000004 2024-09-05 16:00:49,955 (InternalExecRuntime.java:120) DEBUG : ex-00000005: acquired endpoint ep-00000004 2024-09-05 16:00:49,955 (MainClientExec.java:102) DEBUG : ex-00000005: executing GET /v1.32/images/netopeer2:latest/json HTTP/1.1 2024-09-05 16:00:49,955 (InternalExecRuntime.java:213) DEBUG : ep-00000004: start execution ex-00000005 2024-09-05 16:00:49,955 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000004: executing exchange ex-00000005 over http-outgoing-0 2024-09-05 16:00:49,956 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-0 >> GET /v1.32/images/netopeer2:latest/json HTTP/1.1 2024-09-05 16:00:49,956 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> accept: application/json 2024-09-05 16:00:49,956 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:49,956 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:49,956 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:49,956 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Host: localhost:2375 2024-09-05 16:00:49,956 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Connection: keep-alive 2024-09-05 16:00:49,956 (Wire.java:92) DEBUG : http-outgoing-0 >> "GET /v1.32/images/netopeer2:latest/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:49,956 (Wire.java:92) DEBUG : http-outgoing-0 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:49,956 (Wire.java:92) DEBUG : http-outgoing-0 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:49,956 (Wire.java:92) DEBUG : http-outgoing-0 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:49,956 (Wire.java:92) DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:49,956 (Wire.java:92) DEBUG : http-outgoing-0 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:49,956 (Wire.java:92) DEBUG : http-outgoing-0 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:49,956 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "Date: Thu, 05 Sep 2024 14:00:49 GMT[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,958 (Wire.java:92) DEBUG : http-outgoing-0 << "1aa1[\r][\n]" 2024-09-05 16:00:49,959 (Wire.java:106) DEBUG : http-outgoing-0 << "{"Id":"sha256:4f3dd7211b72ef39e2df1a7894dd9ffdd30c7f926b636abc945652620ed71039","RepoTags":["netopeer2:latest"],"RepoDigests":[],"Parent":"sha256:4710a348680031b311e6a636246b0116dbb3ea0a7d70296429402cf6b6e2afd9","Comment":"","Created":"2024-09-05T14:00:49.850295227Z","Container":"f6269ab1521f10a7fed5a6bd6b0a3aa728315859672e832b68501d6ed6f7eb66","ContainerConfig":{"Hostname":"f6269ab1521f","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"4334/tcp":{},"4335/tcp":{},"6513/tcp":{},"830/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","EDITOR=vim","SSH_LISTEN_XML_CONTENT=<netconf-server xmlns=\"urn:ietf:params:xml:ns:yang:ietf-netconf-server\"><listen><endpoints><endpoint><name>default-ssh</name><ssh><tcp-server-parameters><local-address>0.0.0.0</local-address></tcp-server-parameters><ssh-server-parameters><server-identity><host-key><name>default-key</name><public-key><central-keystore-reference>genkey</central-keystore-reference></public-key></host-key></server-identity><client-authentication><users><user><name>netconf</name><keyboard-interactive xmlns=\"urn:cesnet:libnetconf2-netconf-server\"><use-system-auth /></keyboard-interactive></user></users></client-authentication></ssh-server-parameters></ssh></endpoint></endpoints></listen></netconf-server>"],"Cmd":["/bin/sh","-c","#(nop) ","LABEL org.testcontainers.version=1.19.0"],"Image":"sha256:4710a348680031b311e6a636246b0116dbb3ea0a7d70296429402cf6b6e2afd9","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"}},"DockerVersion":"24.0.6","Author":"","Config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"4334/tcp":{},"4335/tcp":{},"6513/tcp":{},"830/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","EDITOR=vim","SSH_LISTEN_XML_CONTENT=<netconf-server xmlns=\"urn:ietf:params:xml:ns:yang:ietf-netconf-server\"><listen><endpoints><endpoint><name>default-ssh</name><ssh><tcp-server-parameters><local-address>0.0.0.0</local-address></tcp-server-parameters><ssh-server-parameters><server-identity><host-key><name>default-key</name><public-key><central-keystore-reference>genkey</central-keystore-reference></public-key></host-key></server-identity><client-authentication><users><user><name>netconf</name><keyboard-interactive xmlns=\"urn:cesnet:libnetconf2-netconf-server\"><use-system-auth /></keyboard-interactive></user></users></client-authentication></ssh-server-parameters></ssh></endpoint></endpoints></listen></netconf-server>"],"Cmd":["/usr/sbin/netopeer2-server","-d","-c","SSH"],"Image":"sha256:4710a348680031b311e6a636246b0116dbb3ea0a7d70296429402cf6b6e2afd9","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"}},"Architecture":"amd64","Os":"linux","Size":1680052733,"VirtualSize":1680052733,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/fa10d9157bb542cccbd7c96550043e82d43851435bf729b392bd03267198e38f/diff:/var/lib/docker/overlay2/7e367105c5497246faf1b330427bc202922d2894edede32228ef353da3b66672/diff:/var/lib/docker/overlay2/ea14272e24561aca94ee60207957bd94b4213ccbc2f83eaa9f7403212646f918/diff:/var/lib/docker/overlay2/da40b919c95987f2194bcfc0c1803b933e106fe4d197b1b8b7ffadf9e4dc56e2/diff:/var/lib/docker/overlay2/8a1f527bca8deb0c5343427d0171097906522d16801a6e9b5" 2024-09-05 16:00:49,959 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-0 << HTTP/1.1 200 OK 2024-09-05 16:00:49,959 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Api-Version: 1.43 2024-09-05 16:00:49,959 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Type: application/json 2024-09-05 16:00:49,959 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Docker-Experimental: false 2024-09-05 16:00:49,959 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Ostype: linux 2024-09-05 16:00:49,959 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:49,959 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Date: Thu, 05 Sep 2024 14:00:49 GMT 2024-09-05 16:00:49,959 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Transfer-Encoding: chunked 2024-09-05 16:00:49,960 (MainClientExec.java:126) DEBUG : ex-00000005: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:49,972 (Wire.java:92) DEBUG : http-outgoing-0 << "a70437473104ef0/diff:/var/lib/docker/overlay2/667c16009e95a4b7d5c3ff26f916548c75e8c65fd0d0d6a7f2177d6d598844fa/diff:/var/lib/docker/overlay2/2e44d3c7c20a9ea6c4e9c615bdac0198419be54c482ebab6a14fa51649c007ca/diff:/var/lib/docker/overlay2/a2d0b870c0f17eea14ade32620e70e1f3afef83d8493a8a242fe8879a39331a2/diff:/var/lib/docker/overlay2/5a6272e6569eafc40072e8a4d862df0e730021f273b525d9e2e76ab4e5f4f0c6/diff:/var/lib/docker/overlay2/36d11b7f08154e5bc7d4d6a33c6d2abb123dec6a9ed393efe262e72f35d78d1b/diff:/var/lib/docker/overlay2/64fd49538ce471e563fab65c353bfde207894aec03e10b2892d4570545ce7616/diff:/var/lib/docker/overlay2/ba2f7c137723b6123383558618d00df8a59ad7f75e2e905be3b0ee9d9a03e0a3/diff:/var/lib/docker/overlay2/d3f4e0a71673529fb2f7d8a989c9247be31aae483583f5a626625dc628c4e055/diff:/var/lib/docker/overlay2/529699c40f54fb41ef0b1d473e01035d586d153a4d8e80e31913cbc236fdc1ce/diff:/var/lib/docker/overlay2/32eaf33b06ade0250187a3c35d35d59ce448280a6df310cb0ee1a59dde9959b3/diff:/var/lib/docker/overlay2/a932ade4b3512afa0bf7f291816db0b963c499cfeb51ece2a303b2a1af347581/diff:/var/lib/docker/overlay2/02f89e2ac7bbc71b91b5079fed3c86920d73f2983077fead52bf50b66d4d36d4/diff","MergedDir":"/var/lib/docker/overlay2/59cafbcceb3ee7882372ce1db875c23216b8584d606621cc21832cb6d1a73e9e/merged","UpperDir":"/var/lib/docker/overlay2/59cafbcceb3ee7882372ce1db875c23216b8584d606621cc21832cb6d1a73e9e/diff","WorkDir":"/var/lib/docker/overlay2/59cafbcceb3ee7882372ce1db875c23216b8584d606621cc21832cb6d1a73e9e/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:1b9b7346fee7abbc7f5538eaa23548bd05a45abe8daf6794024be0c8ad7d60bb","sha256:8c6152afb1cb0dcfa2d5940ec64f2f8064eb745fef8793e0b8380315f4e076a0","sha256:638e4e2c43bc6614cf0265773adae983a93da8b51bca44e884dcb9a89ec29070","sha256:604d593009c040cd3a79943da953c46db9db0a793d832d899cd3dacd403b3122","sha256:baf4d09f8d59ba59a78f87eb65ae7521ef6e280793c72197a85fdfb937b91d90","sha256:23794c0dc55eeb055a16f90c68a46d335ebf5980cf855626a508cc586051dc1e","sha256:9cf2b25dc07d9b811fccb0f8c0da8795efbeb2bdcaeb91bb75a40e9bd7b62518","sha256:d169159b92eb3e2d94d32f4a269bc25de7b0ef3fcd5f79ac149929e09b7b5771","sha256:61ba812a43186bab98d11018becf09df48a8745cc631b633893d6f8edbd1c51f","sha256:2edf2487eb83298e153e5c6aaca730e86f0a89ee509c0a210958a157838e6a86","sha256:7f0a18d336fdc35ef87bfd83a3aae811bebf7ebbf91582386e163494ef380125","sha256:40c89e7fb2c4113f726fe256bc996426ef25548e33e7acaec266e141a0132816","sha256:179bbe9848d57d2e614841fa8d5f7c69a145311edd08101598669614dfc63702","sha256:5f628085a938bd6902059318a458cbb66139f7002fd6a71be8ef62989ca1db0e","sha256:846a912caff55c41287b10d81f2fba4e59b9a75af2445f4beedcfaa77897bbc4","sha256:b2d6520dd00dea5ae3cb1a7929ded0b0490a0558b320772b52aad8a6faa09113","sha256:97c99e2e53c60a6f3b5ce31fdd7b60151962682c97b978c4238e3b6ac2c9c640","sha256:a2f32d9b1f5500212500c06422bd949d8bc94d02e1a0a830b2e6a08667ecb2bd"]},"Metadata":{"LastTagTime":"2024-09-05T16:00:49.867867992+02:00"}}[\n]" 2024-09-05 16:00:49,977 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,977 (Wire.java:92) DEBUG : http-outgoing-0 << "0[\r][\n]" 2024-09-05 16:00:49,977 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:49,977 (InternalExecRuntime.java:255) DEBUG : ep-00000004: releasing valid endpoint 2024-09-05 16:00:49,977 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000004: releasing endpoint 2024-09-05 16:00:49,977 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000004: connection http-outgoing-0 can be kept alive for 3 MINUTES 2024-09-05 16:00:49,977 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000004: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:49,980 (AbstractImagePullPolicy.java:36) DEBUG : Using locally available and not pulling image: netopeer2:latest 2024-09-05 16:00:49,980 (GenericContainer.java:343) DEBUG : Starting container: netopeer2:latest 2024-09-05 16:00:49,982 (GenericContainer.java:350) DEBUG : Trying to start container: netopeer2:latest (attempt 1/1) 2024-09-05 16:00:49,982 (GenericContainer.java:386) DEBUG : Starting container: netopeer2:latest 2024-09-05 16:00:49,982 (GenericContainer.java:388) INFO : Creating container for image: netopeer2:latest 2024-09-05 16:00:49,987 (RegistryAuthLocator.java:121) DEBUG : Looking up auth config for image: netopeer2:latest at registry: https://index.docker.io/v1/ 2024-09-05 16:00:49,988 (RegistryAuthLocator.java:177) DEBUG : RegistryAuthLocator has configFile: C:\Users\eraonel\.docker\config.json (exists) configEnv: DOCKER_AUTH_CONFIG (does not exist) and commandPathPrefix: 2024-09-05 16:00:49,989 (RegistryAuthLocator.java:190) DEBUG : RegistryAuthLocator reading from configFile: C:\Users\eraonel\.docker\config.json 2024-09-05 16:00:49,990 (RegistryAuthLocator.java:144) DEBUG : registryName [https://index.docker.io/v1/] for dockerImageName [netopeer2:latest] 2024-09-05 16:00:49,990 (RegistryAuthLocator.java:278) DEBUG : Executing docker credential provider: docker-credential-wincred to locate auth config for: https://index.docker.io/v1/ 2024-09-05 16:00:49,999 (MessageLoggers.java:42) DEBUG : Executing [cmd, /c, docker-credential-wincred, get]. 2024-09-05 16:00:50,050 (MessageLoggers.java:42) DEBUG : Started Process[pid=34236, exitValue="not exited"] 2024-09-05 16:00:50,246 (MessageLoggers.java:42) DEBUG : Process[pid=34236, exitValue=0] stopped with exit code 0 2024-09-05 16:00:50,249 (RegistryAuthLocator.java:317) DEBUG : Credential helper/store provided auth config for: https://index.docker.io/v1/ 2024-09-05 16:00:50,252 (RegistryAuthLocator.java:155) DEBUG : found creds store auth config [AuthConfig{username=eraonel, password=hidden non-blank value, auth=blank, email=null, registryAddress=https://index.docker.io/v1/, registryToken=blank}] 2024-09-05 16:00:50,252 (RegistryAuthLocator.java:129) DEBUG : Cached auth found: [AuthConfig{username=eraonel, password=hidden non-blank value, auth=blank, email=null, registryAddress=https://index.docker.io/v1/, registryToken=blank}] 2024-09-05 16:00:50,252 (AuthDelegatingDockerClientConfig.java:47) DEBUG : Effective auth config [AuthConfig{username=eraonel, password=hidden non-blank value, auth=blank, email=null, registryAddress=https://index.docker.io/v1/, registryToken=blank}] 2024-09-05 16:00:50,265 (PrefixingImageNameSubstitutor.java:31) DEBUG : No prefix is configured 2024-09-05 16:00:50,265 (ImageNameSubstitutor.java:113) DEBUG : Did not find a substitute image for testcontainers/sshd:1.1.0 (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')) 2024-09-05 16:00:50,265 (AbstractImagePullPolicy.java:36) DEBUG : Using locally available and not pulling image: testcontainers/sshd:1.1.0 2024-09-05 16:00:50,265 (GenericContainer.java:343) DEBUG : Starting container: testcontainers/sshd:1.1.0 2024-09-05 16:00:50,265 (GenericContainer.java:350) DEBUG : Trying to start container: testcontainers/sshd:1.1.0 (attempt 1/1) 2024-09-05 16:00:50,265 (GenericContainer.java:386) DEBUG : Starting container: testcontainers/sshd:1.1.0 2024-09-05 16:00:50,265 (GenericContainer.java:388) INFO : Creating container for image: testcontainers/sshd:1.1.0 2024-09-05 16:00:50,266 (RegistryAuthLocator.java:121) DEBUG : Looking up auth config for image: testcontainers/sshd:1.1.0 at registry: https://index.docker.io/v1/ 2024-09-05 16:00:50,266 (RegistryAuthLocator.java:129) DEBUG : Cached auth found: [AuthConfig{username=eraonel, password=hidden non-blank value, auth=blank, email=null, registryAddress=https://index.docker.io/v1/, registryToken=blank}] 2024-09-05 16:00:50,266 (AuthDelegatingDockerClientConfig.java:47) DEBUG : Effective auth config [AuthConfig{username=eraonel, password=hidden non-blank value, auth=blank, email=null, registryAddress=https://index.docker.io/v1/, registryToken=blank}] 2024-09-05 16:00:50,269 (PrefixingImageNameSubstitutor.java:31) DEBUG : No prefix is configured 2024-09-05 16:00:50,269 (ImageNameSubstitutor.java:113) DEBUG : Did not find a substitute image for testcontainers/ryuk:0.5.1 (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')) 2024-09-05 16:00:50,269 (AbstractImagePullPolicy.java:36) DEBUG : Using locally available and not pulling image: testcontainers/ryuk:0.5.1 2024-09-05 16:00:50,269 (GenericContainer.java:343) DEBUG : Starting container: testcontainers/ryuk:0.5.1 2024-09-05 16:00:50,269 (GenericContainer.java:350) DEBUG : Trying to start container: testcontainers/ryuk:0.5.1 (attempt 1/1) 2024-09-05 16:00:50,269 (GenericContainer.java:386) DEBUG : Starting container: testcontainers/ryuk:0.5.1 2024-09-05 16:00:50,269 (GenericContainer.java:388) INFO : Creating container for image: testcontainers/ryuk:0.5.1 2024-09-05 16:00:50,269 (RegistryAuthLocator.java:121) DEBUG : Looking up auth config for image: testcontainers/ryuk:0.5.1 at registry: https://index.docker.io/v1/ 2024-09-05 16:00:50,270 (RegistryAuthLocator.java:129) DEBUG : Cached auth found: [AuthConfig{username=eraonel, password=hidden non-blank value, auth=blank, email=null, registryAddress=https://index.docker.io/v1/, registryToken=blank}] 2024-09-05 16:00:50,270 (AuthDelegatingDockerClientConfig.java:47) DEBUG : Effective auth config [AuthConfig{username=eraonel, password=hidden non-blank value, auth=blank, email=null, registryAddress=https://index.docker.io/v1/, registryToken=blank}] 2024-09-05 16:00:50,279 (AbstrDockerCmd.java:32) DEBUG : Cmd: org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl@1f51431[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=AuthConfig(username=eraonel, email=null, registryAddress=https://index.docker.io/v1/, stackOrchestrator=null),cmd={},domainName=<null>,entrypoint=<null>,env={},exposedPorts=ExposedPorts(exposedPorts=[8080/tcp]),healthcheck=<null>,hostConfig=HostConfig(binds=[//var/run/docker.sock:/var/run/docker.sock:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=[], groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=true, oomScoreAdj=null, portBindings={8080/tcp=[Lcom.github.dockerjava.api.model.Ports$Binding;@328902d5}, privileged=true, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=[], mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=testcontainers/ryuk:0.5.1,ipv4Address=<null>,ipv6Address=<null>,labels={org.testcontainers=true, org.testcontainers.lang=java, org.testcontainers.version=1.19.0},macAddress=<null>,name=testcontainers-ryuk-e1298d0e-a359-4b1b-834a-b35fb9c1baa0,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=<null>,volumes=Volumes(volumes=[]),workingDir=<null>] 2024-09-05 16:00:50,332 (InternalHttpClient.java:172) DEBUG : ex-00000006: preparing request execution 2024-09-05 16:00:50,332 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:50,333 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:50,333 (ProtocolExec.java:161) DEBUG : ex-00000006: target auth state: UNCHALLENGED 2024-09-05 16:00:50,333 (ProtocolExec.java:167) DEBUG : ex-00000006: proxy auth state: UNCHALLENGED 2024-09-05 16:00:50,333 (ConnectExec.java:116) DEBUG : ex-00000006: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:50,333 (InternalExecRuntime.java:101) DEBUG : ex-00000006: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:50,333 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000006: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,333 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000006: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,334 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000006: acquired ep-00000005 2024-09-05 16:00:50,334 (InternalExecRuntime.java:120) DEBUG : ex-00000006: acquired endpoint ep-00000005 2024-09-05 16:00:50,334 (MainClientExec.java:102) DEBUG : ex-00000006: executing POST /v1.32/containers/create?name=testcontainers-ryuk-e1298d0e-a359-4b1b-834a-b35fb9c1baa0 HTTP/1.1 2024-09-05 16:00:50,334 (InternalExecRuntime.java:213) DEBUG : ep-00000005: start execution ex-00000006 2024-09-05 16:00:50,334 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000005: executing exchange ex-00000006 over http-outgoing-0 2024-09-05 16:00:50,334 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-0 >> POST /v1.32/containers/create?name=testcontainers-ryuk-e1298d0e-a359-4b1b-834a-b35fb9c1baa0 HTTP/1.1 2024-09-05 16:00:50,334 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> X-Registry-Auth: eyJ1c2VybmFtZSI6ImVyYW9uZWwiLCJwYXNzd29yZCI6ImRja3JfcGF0X29kN1FHQ19GMGhfelR5eG5Mc25ROTh4RXlLNCIsImVtYWlsIjpudWxsLCJzZXJ2ZXJhZGRyZXNzIjoiaHR0cHM6Ly9pbmRleC5kb2NrZXIuaW8vdjEvIiwiYXV0aCI6bnVsbCwicmVnaXN0cnl0b2tlbiI6bnVsbCwiaWRlbnRpdHl0b2tlbiI6bnVsbCwic3RhY2tPcmNoZXN0cmF0b3IiOm51bGx9 2024-09-05 16:00:50,334 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> accept: application/json 2024-09-05 16:00:50,334 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> content-type: application/json 2024-09-05 16:00:50,334 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:50,335 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:50,335 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:50,335 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Content-Length: 1955 2024-09-05 16:00:50,335 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Host: localhost:2375 2024-09-05 16:00:50,335 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Connection: keep-alive 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "POST /v1.32/containers/create?name=testcontainers-ryuk-e1298d0e-a359-4b1b-834a-b35fb9c1baa0 HTTP/1.1[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "X-Registry-Auth: eyJ1c2VybmFtZSI6ImVyYW9uZWwiLCJwYXNzd29yZCI6ImRja3JfcGF0X29kN1FHQ19GMGhfelR5eG5Mc25ROTh4RXlLNCIsImVtYWlsIjpudWxsLCJzZXJ2ZXJhZGRyZXNzIjoiaHR0cHM6Ly9pbmRleC5kb2NrZXIuaW8vdjEvIiwiYXV0aCI6bnVsbCwicmVnaXN0cnl0b2tlbiI6bnVsbCwiaWRlbnRpdHl0b2tlbiI6bnVsbCwic3RhY2tPcmNoZXN0cmF0b3IiOm51bGx9[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "Content-Length: 1955[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:50,335 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:50,336 (Wire.java:106) DEBUG : http-outgoing-0 >> "{"Hostname":null,"Domainname":null,"User":null,"AttachStdin":null,"AttachStdout":null,"AttachStderr":null,"PortSpecs":null,"Tty":null,"OpenStdin":null,"StdinOnce":null,"Env":[],"Cmd":[],"Healthcheck":null,"ArgsEscaped":null,"Entrypoint":null,"Image":"testcontainers/ryuk:0.5.1","Volumes":{},"WorkingDir":null,"MacAddress":null,"OnBuild":null,"NetworkDisabled":null,"ExposedPorts":{"8080/tcp":{}},"StopSignal":null,"StopTimeout":null,"HostConfig":{"Binds":["//var/run/docker.sock:/var/run/docker.sock:rw"],"BlkioWeight":null,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"MemorySwappiness":null,"NanoCpus":null,"CapAdd":null,"CapDrop":null,"ContainerIDFile":null,"CpuPeriod":null,"CpuRealtimePeriod":null,"CpuRealtimeRuntime":null,"CpuShares":null,"CpuQuota":null,"CpusetCpus":null,"CpusetMems":null,"Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"DiskQuota":null,"Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":null,"Cgroup":null,"Links":[],"LogConfig":null,"LxcConf":null,"Memory":null,"MemorySwap":null,"MemoryReservation":null,"KernelMemory":null,"NetworkMode":null,"OomKillDisable":null,"Init":null,"AutoRemove":true,"OomScoreAdj":null,"PortBindings":{"8080/tcp":[{"HostIp":"","HostPort":""}]},"Privileged":true,"PublishAllPorts":null,"ReadonlyRootfs":null,"RestartPolicy":null,"Ulimits":null,"CpuCount":null,"CpuPercent":null,"IOMaximumIOps":null,"IOMaximumBandwidth":null,"VolumesFrom":[],"Mounts":null,"PidMode":null,"Isolation":null,"SecurityOpt":null,"StorageOpt":null,"CgroupParent":null,"VolumeDriver":null,"ShmSize":null,"PidsLimit":null,"Runtime":null,"Tmpfs":null,"UTSMode":null,"UsernsMode":null,"Sysctls":null,"ConsoleSize":null,"CgroupnsMode":null},"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"},"Shell":null,"NetworkingConfig":null}" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "HTTP/1.1 201 Created[\r][\n]" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "Date: Thu, 05 Sep 2024 14:00:50 GMT[\r][\n]" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Length: 88[\r][\n]" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,378 (Wire.java:92) DEBUG : http-outgoing-0 << "{"Id":"3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805","Warnings":[]}[\n]" 2024-09-05 16:00:50,378 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-0 << HTTP/1.1 201 Created 2024-09-05 16:00:50,378 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Api-Version: 1.43 2024-09-05 16:00:50,378 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Type: application/json 2024-09-05 16:00:50,378 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Docker-Experimental: false 2024-09-05 16:00:50,378 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Ostype: linux 2024-09-05 16:00:50,378 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:50,378 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Date: Thu, 05 Sep 2024 14:00:50 GMT 2024-09-05 16:00:50,378 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Length: 88 2024-09-05 16:00:50,378 (MainClientExec.java:126) DEBUG : ex-00000006: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:50,380 (InternalExecRuntime.java:255) DEBUG : ep-00000005: releasing valid endpoint 2024-09-05 16:00:50,380 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000005: releasing endpoint 2024-09-05 16:00:50,381 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000005: connection http-outgoing-0 can be kept alive for 3 MINUTES 2024-09-05 16:00:50,381 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000005: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,383 (GenericContainer.java:452) INFO : Container testcontainers/ryuk:0.5.1 is starting: 3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805 2024-09-05 16:00:50,384 (AbstrDockerCmd.java:32) DEBUG : Cmd: 3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805 2024-09-05 16:00:50,385 (InternalHttpClient.java:172) DEBUG : ex-00000007: preparing request execution 2024-09-05 16:00:50,385 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:50,385 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:50,385 (ProtocolExec.java:161) DEBUG : ex-00000007: target auth state: UNCHALLENGED 2024-09-05 16:00:50,385 (ProtocolExec.java:167) DEBUG : ex-00000007: proxy auth state: UNCHALLENGED 2024-09-05 16:00:50,385 (ConnectExec.java:116) DEBUG : ex-00000007: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:50,385 (InternalExecRuntime.java:101) DEBUG : ex-00000007: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:50,386 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000007: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,386 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000007: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,386 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000007: acquired ep-00000006 2024-09-05 16:00:50,386 (InternalExecRuntime.java:120) DEBUG : ex-00000007: acquired endpoint ep-00000006 2024-09-05 16:00:50,386 (MainClientExec.java:102) DEBUG : ex-00000007: executing POST /v1.32/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/start HTTP/1.1 2024-09-05 16:00:50,386 (InternalExecRuntime.java:213) DEBUG : ep-00000006: start execution ex-00000007 2024-09-05 16:00:50,386 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000006: executing exchange ex-00000007 over http-outgoing-0 2024-09-05 16:00:50,386 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-0 >> POST /v1.32/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/start HTTP/1.1 2024-09-05 16:00:50,386 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> accept: application/json 2024-09-05 16:00:50,386 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> content-type: application/json 2024-09-05 16:00:50,386 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:50,386 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:50,386 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:50,387 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Host: localhost:2375 2024-09-05 16:00:50,387 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Connection: keep-alive 2024-09-05 16:00:50,387 (Wire.java:92) DEBUG : http-outgoing-0 >> "POST /v1.32/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/start HTTP/1.1[\r][\n]" 2024-09-05 16:00:50,387 (Wire.java:92) DEBUG : http-outgoing-0 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:50,387 (Wire.java:92) DEBUG : http-outgoing-0 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:50,387 (Wire.java:92) DEBUG : http-outgoing-0 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:50,387 (Wire.java:92) DEBUG : http-outgoing-0 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:50,387 (Wire.java:92) DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:50,387 (Wire.java:92) DEBUG : http-outgoing-0 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:50,387 (Wire.java:92) DEBUG : http-outgoing-0 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:50,387 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:50,673 (Wire.java:92) DEBUG : http-outgoing-0 << "HTTP/1.1 204 No Content[\r][\n]" 2024-09-05 16:00:50,673 (Wire.java:92) DEBUG : http-outgoing-0 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:50,673 (Wire.java:92) DEBUG : http-outgoing-0 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:50,673 (Wire.java:92) DEBUG : http-outgoing-0 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:50,673 (Wire.java:92) DEBUG : http-outgoing-0 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:50,673 (Wire.java:92) DEBUG : http-outgoing-0 << "Date: Thu, 05 Sep 2024 14:00:50 GMT[\r][\n]" 2024-09-05 16:00:50,673 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,673 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-0 << HTTP/1.1 204 No Content 2024-09-05 16:00:50,673 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Api-Version: 1.43 2024-09-05 16:00:50,673 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Docker-Experimental: false 2024-09-05 16:00:50,673 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Ostype: linux 2024-09-05 16:00:50,673 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:50,673 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Date: Thu, 05 Sep 2024 14:00:50 GMT 2024-09-05 16:00:50,673 (MainClientExec.java:126) DEBUG : ex-00000007: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:50,673 (InternalExecRuntime.java:255) DEBUG : ep-00000006: releasing valid endpoint 2024-09-05 16:00:50,673 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000006: releasing endpoint 2024-09-05 16:00:50,674 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000006: connection http-outgoing-0 can be kept alive for 3 MINUTES 2024-09-05 16:00:50,674 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000006: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,681 (AbstrDockerCmd.java:32) DEBUG : Cmd: 3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805,false 2024-09-05 16:00:50,681 (InspectContainerCmdExec.java:29) DEBUG : GET: DefaultWebTarget{path=[/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/json], queryParams={}} 2024-09-05 16:00:50,682 (InternalHttpClient.java:172) DEBUG : ex-00000008: preparing request execution 2024-09-05 16:00:50,682 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:50,682 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:50,682 (ProtocolExec.java:161) DEBUG : ex-00000008: target auth state: UNCHALLENGED 2024-09-05 16:00:50,682 (ProtocolExec.java:167) DEBUG : ex-00000008: proxy auth state: UNCHALLENGED 2024-09-05 16:00:50,682 (ConnectExec.java:116) DEBUG : ex-00000008: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:50,682 (InternalExecRuntime.java:101) DEBUG : ex-00000008: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:50,683 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000008: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,683 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000008: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,683 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000008: acquired ep-00000007 2024-09-05 16:00:50,683 (InternalExecRuntime.java:120) DEBUG : ex-00000008: acquired endpoint ep-00000007 2024-09-05 16:00:50,683 (MainClientExec.java:102) DEBUG : ex-00000008: executing GET /v1.32/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/json HTTP/1.1 2024-09-05 16:00:50,683 (InternalExecRuntime.java:213) DEBUG : ep-00000007: start execution ex-00000008 2024-09-05 16:00:50,683 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000007: executing exchange ex-00000008 over http-outgoing-0 2024-09-05 16:00:50,684 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-0 >> GET /v1.32/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/json HTTP/1.1 2024-09-05 16:00:50,684 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> accept: application/json 2024-09-05 16:00:50,684 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:50,684 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:50,684 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:50,684 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Host: localhost:2375 2024-09-05 16:00:50,684 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Connection: keep-alive 2024-09-05 16:00:50,684 (Wire.java:92) DEBUG : http-outgoing-0 >> "GET /v1.32/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:50,684 (Wire.java:92) DEBUG : http-outgoing-0 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:50,684 (Wire.java:92) DEBUG : http-outgoing-0 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:50,684 (Wire.java:92) DEBUG : http-outgoing-0 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:50,684 (Wire.java:92) DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:50,684 (Wire.java:92) DEBUG : http-outgoing-0 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:50,684 (Wire.java:92) DEBUG : http-outgoing-0 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:50,684 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "Date: Thu, 05 Sep 2024 14:00:50 GMT[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:92) DEBUG : http-outgoing-0 << "1382[\r][\n]" 2024-09-05 16:00:50,685 (Wire.java:106) DEBUG : http-outgoing-0 << "{"Id":"3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805","Created":"2024-09-05T14:00:50.347428428Z","Path":"/bin/ryuk","Args":[],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":21614,"ExitCode":0,"Error":"","StartedAt":"2024-09-05T14:00:50.673928455Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:ec913eeff75a6b5ed284cf17e186213a466ec10a8f471798318ffa0813b5d828","ResolvConfPath":"/var/lib/docker/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/resolv.conf","HostnamePath":"/var/lib/docker/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/hostname","HostsPath":"/var/lib/docker/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/hosts","LogPath":"/var/lib/docker/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805-json.log","Name":"/testcontainers-ryuk-e1298d0e-a359-4b1b-834a-b35fb9c1baa0","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["//var/run/docker.sock:/var/run/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"8080/tcp":[{"HostIp":"","HostPort":""}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":true,"VolumeDriver":"","VolumesFrom":[],"ConsoleSize":[0,0],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":true,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":["label=disable"],"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":null,"ReadonlyPaths":null},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/e6d32944f45d1cb8ad056667bde0a733bae18d2787a368e23d90bfc580b2d929-init/diff:/var/lib/docker/overlay2/c440eb03ac968ed2b9a7a0ea03077f7bfdd1cdc9b51c842cbbd87b2bea24bbe2/diff:/var/lib/docker/overlay2/2547d40147f4580dc3d17adbf80cc002c604f06033b11ae850120eef33343f06/diff:/var/lib/docker/overlay2/b74211cecbd810f1007a0ea85e292342d9c316a5b99661cb3fdbd7dc284fd32e/diff","MergedDir":"/var/lib/docker/overlay2/e6d32944f45d1cb8ad056667bde0a733bae18d2787a368e23d90bfc580b2d929/merged","UpperDir":"/var/lib/docker/overlay2/e6d32944f45d1cb8ad056667bde0a733bae18d2787a368e23d90bfc580b2d929/diff","WorkDir":"/var/lib/docker/overlay2/e6d32944f45d1cb8ad056667bde0a733bae18d2787a368e23d90bfc580b2d929/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"/var/run/docker.sock","Destination":"/var/run/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"3ec5c5295a0e","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"8080/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/ryuk"],"Image":"testcontainers/ryuk:0.5.1","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"" 2024-09-05 16:00:50,685 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-0 << HTTP/1.1 200 OK 2024-09-05 16:00:50,685 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Api-Version: 1.43 2024-09-05 16:00:50,686 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Type: application/json 2024-09-05 16:00:50,686 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Docker-Experimental: false 2024-09-05 16:00:50,686 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Ostype: linux 2024-09-05 16:00:50,686 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:50,686 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Date: Thu, 05 Sep 2024 14:00:50 GMT 2024-09-05 16:00:50,686 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Transfer-Encoding: chunked 2024-09-05 16:00:50,686 (MainClientExec.java:126) DEBUG : ex-00000008: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:50,722 (Wire.java:92) DEBUG : http-outgoing-0 << "java","org.testcontainers.ryuk":"true","org.testcontainers.version":"1.19.0"}},"NetworkSettings":{"Bridge":"","SandboxID":"6d0a2a567884a50a4747ef1c9a32a4dac6f7ef5609eef7fec48d3e8b423a4802","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"8080/tcp":[{"HostIp":"0.0.0.0","HostPort":"32789"},{"HostIp":"::","HostPort":"32789"}]},"SandboxKey":"/var/run/docker/netns/6d0a2a567884","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"13f52615f23c6809a2c13c6d56747555d2cf29cf359a1a527b8ab2bc682ca558","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:02","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8","EndpointID":"13f52615f23c6809a2c13c6d56747555d2cf29cf359a1a527b8ab2bc682ca558","Gateway":"172.17.0.1","IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02","DriverOpts":null}}}}[\n]" 2024-09-05 16:00:50,740 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,740 (Wire.java:92) DEBUG : http-outgoing-0 << "0[\r][\n]" 2024-09-05 16:00:50,740 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,740 (InternalExecRuntime.java:255) DEBUG : ep-00000007: releasing valid endpoint 2024-09-05 16:00:50,740 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000007: releasing endpoint 2024-09-05 16:00:50,740 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000007: connection http-outgoing-0 can be kept alive for 3 MINUTES 2024-09-05 16:00:50,741 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000007: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,744 (AbstrDockerCmd.java:32) DEBUG : Cmd: sha256:ec913eeff75a6b5ed284cf17e186213a466ec10a8f471798318ffa0813b5d828 2024-09-05 16:00:50,744 (InternalHttpClient.java:172) DEBUG : ex-00000009: preparing request execution 2024-09-05 16:00:50,745 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:50,745 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:50,745 (ProtocolExec.java:161) DEBUG : ex-00000009: target auth state: UNCHALLENGED 2024-09-05 16:00:50,745 (ProtocolExec.java:167) DEBUG : ex-00000009: proxy auth state: UNCHALLENGED 2024-09-05 16:00:50,745 (ConnectExec.java:116) DEBUG : ex-00000009: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:50,745 (InternalExecRuntime.java:101) DEBUG : ex-00000009: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:50,745 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000009: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,745 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000009: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,745 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000009: acquired ep-00000008 2024-09-05 16:00:50,746 (InternalExecRuntime.java:120) DEBUG : ex-00000009: acquired endpoint ep-00000008 2024-09-05 16:00:50,746 (MainClientExec.java:102) DEBUG : ex-00000009: executing GET /v1.32/images/sha256:ec913eeff75a6b5ed284cf17e186213a466ec10a8f471798318ffa0813b5d828/json HTTP/1.1 2024-09-05 16:00:50,746 (InternalExecRuntime.java:213) DEBUG : ep-00000008: start execution ex-00000009 2024-09-05 16:00:50,746 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000008: executing exchange ex-00000009 over http-outgoing-0 2024-09-05 16:00:50,746 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-0 >> GET /v1.32/images/sha256:ec913eeff75a6b5ed284cf17e186213a466ec10a8f471798318ffa0813b5d828/json HTTP/1.1 2024-09-05 16:00:50,746 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> accept: application/json 2024-09-05 16:00:50,746 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:50,746 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:50,746 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:50,746 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Host: localhost:2375 2024-09-05 16:00:50,746 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Connection: keep-alive 2024-09-05 16:00:50,746 (Wire.java:92) DEBUG : http-outgoing-0 >> "GET /v1.32/images/sha256:ec913eeff75a6b5ed284cf17e186213a466ec10a8f471798318ffa0813b5d828/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:50,746 (Wire.java:92) DEBUG : http-outgoing-0 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:50,746 (Wire.java:92) DEBUG : http-outgoing-0 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:50,746 (Wire.java:92) DEBUG : http-outgoing-0 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:50,746 (Wire.java:92) DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:50,746 (Wire.java:92) DEBUG : http-outgoing-0 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:50,746 (Wire.java:92) DEBUG : http-outgoing-0 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:50,747 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "Date: Thu, 05 Sep 2024 14:00:50 GMT[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Length: 2001[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,748 (Wire.java:92) DEBUG : http-outgoing-0 << "{"Id":"sha256:ec913eeff75a6b5ed284cf17e186213a466ec10a8f471798318ffa0813b5d828","RepoTags":["testcontainers/ryuk:0.5.1"],"RepoDigests":["testcontainers/ryuk@sha256:533abc56c07b52a26c955d1e7ae428d810582ab01c156384ae79960eb5fa0775"],"Parent":"","Comment":"buildkit.dockerfile.v0","Created":"2023-05-17T15:11:02.784684507Z","Container":"","ContainerConfig":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":null,"Cmd":null,"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":null},"DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/ryuk"],"ArgsEscaped":true,"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.testcontainers.ryuk":"true"}},"Architecture":"amd64","Os":"linux","Size":12695732,"VirtualSize":12695732,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/2547d40147f4580dc3d17adbf80cc002c604f06033b11ae850120eef33343f06/diff:/var/lib/docker/overlay2/b74211cecbd810f1007a0ea85e292342d9c316a5b99661cb3fdbd7dc284fd32e/diff","MergedDir":"/var/lib/docker/overlay2/c440eb03ac968ed2b9a7a0ea03077f7bfdd1cdc9b51c842cbbd87b2bea24bbe2/merged","UpperDir":"/var/lib/docker/overlay2/c440eb03ac968ed2b9a7a0ea03077f7bfdd1cdc9b51c842cbbd87b2bea24bbe2/diff","WorkDir":"/var/lib/docker/overlay2/c440eb03ac968ed2b9a7a0ea03077f7bfdd1cdc9b51c842cbbd87b2bea24bbe2/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:5bc340f6d4f5a3bc999dfbc790a0bdf0920b9103ef794645034de4260ee4e9c8","sha256:399f3aa1fc62064e0be857829b8e7284408be4b60db81996e105a78e2059e5c9","sha256:2ad1a08beb0cf8625d0ffd3d2847150709df6fdb34c6a2ef514106ad08c5d785"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}}[\n]" 2024-09-05 16:00:50,748 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-0 << HTTP/1.1 200 OK 2024-09-05 16:00:50,748 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Api-Version: 1.43 2024-09-05 16:00:50,748 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Type: application/json 2024-09-05 16:00:50,748 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Docker-Experimental: false 2024-09-05 16:00:50,748 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Ostype: linux 2024-09-05 16:00:50,748 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:50,748 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Date: Thu, 05 Sep 2024 14:00:50 GMT 2024-09-05 16:00:50,748 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Length: 2001 2024-09-05 16:00:50,749 (MainClientExec.java:126) DEBUG : ex-00000009: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:50,750 (InternalExecRuntime.java:255) DEBUG : ep-00000008: releasing valid endpoint 2024-09-05 16:00:50,750 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000008: releasing endpoint 2024-09-05 16:00:50,750 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000008: connection http-outgoing-0 can be kept alive for 3 MINUTES 2024-09-05 16:00:50,750 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000008: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,750 (AbstrDockerCmd.java:32) DEBUG : Cmd: 2024-09-05 16:00:50,751 (InternalHttpClient.java:172) DEBUG : ex-0000000A: preparing request execution 2024-09-05 16:00:50,751 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:50,751 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:50,751 (ProtocolExec.java:161) DEBUG : ex-0000000A: target auth state: UNCHALLENGED 2024-09-05 16:00:50,751 (ProtocolExec.java:167) DEBUG : ex-0000000A: proxy auth state: UNCHALLENGED 2024-09-05 16:00:50,751 (ConnectExec.java:116) DEBUG : ex-0000000A: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:50,751 (InternalExecRuntime.java:101) DEBUG : ex-0000000A: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:50,751 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000000A: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,752 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000000A: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,752 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000000A: acquired ep-00000009 2024-09-05 16:00:50,752 (InternalExecRuntime.java:120) DEBUG : ex-0000000A: acquired endpoint ep-00000009 2024-09-05 16:00:50,752 (MainClientExec.java:102) DEBUG : ex-0000000A: executing GET /v1.32/version HTTP/1.1 2024-09-05 16:00:50,752 (InternalExecRuntime.java:213) DEBUG : ep-00000009: start execution ex-0000000A 2024-09-05 16:00:50,752 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000009: executing exchange ex-0000000A over http-outgoing-0 2024-09-05 16:00:50,752 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-0 >> GET /v1.32/version HTTP/1.1 2024-09-05 16:00:50,752 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> accept: application/json 2024-09-05 16:00:50,752 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:50,752 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:50,752 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:50,752 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Host: localhost:2375 2024-09-05 16:00:50,752 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Connection: keep-alive 2024-09-05 16:00:50,752 (Wire.java:92) DEBUG : http-outgoing-0 >> "GET /v1.32/version HTTP/1.1[\r][\n]" 2024-09-05 16:00:50,752 (Wire.java:92) DEBUG : http-outgoing-0 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:50,752 (Wire.java:92) DEBUG : http-outgoing-0 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:50,752 (Wire.java:92) DEBUG : http-outgoing-0 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:50,752 (Wire.java:92) DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:50,753 (Wire.java:92) DEBUG : http-outgoing-0 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:50,753 (Wire.java:92) DEBUG : http-outgoing-0 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:50,753 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "Date: Thu, 05 Sep 2024 14:00:50 GMT[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Length: 856[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,758 (Wire.java:92) DEBUG : http-outgoing-0 << "{"Platform":{"Name":"Docker Engine - Community"},"Components":[{"Name":"Engine","Version":"24.0.6","Details":{"ApiVersion":"1.43","Arch":"amd64","BuildTime":"2023-09-04T12:32:12.000000000+00:00","Experimental":"false","GitCommit":"1a79695","GoVersion":"go1.20.7","KernelVersion":"5.15.133.1-microsoft-standard-WSL2","MinAPIVersion":"1.12","Os":"linux"}},{"Name":"containerd","Version":"1.6.22","Details":{"GitCommit":"8165feabfdfe38c65b599c4993d227328c231fca"}},{"Name":"runc","Version":"1.1.8","Details":{"GitCommit":"v1.1.8-0-g82f18fe"}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":"de40ad0"}}],"Version":"24.0.6","ApiVersion":"1.43","MinAPIVersion":"1.12","GitCommit":"1a79695","GoVersion":"go1.20.7","Os":"linux","Arch":"amd64","KernelVersion":"5.15.133.1-microsoft-standard-WSL2","BuildTime":"2023-09-04T12:32:12.000000000+00:00"}[\n]" 2024-09-05 16:00:50,759 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-0 << HTTP/1.1 200 OK 2024-09-05 16:00:50,759 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Api-Version: 1.43 2024-09-05 16:00:50,759 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Type: application/json 2024-09-05 16:00:50,759 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Docker-Experimental: false 2024-09-05 16:00:50,759 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Ostype: linux 2024-09-05 16:00:50,759 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:50,759 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Date: Thu, 05 Sep 2024 14:00:50 GMT 2024-09-05 16:00:50,759 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Length: 856 2024-09-05 16:00:50,759 (MainClientExec.java:126) DEBUG : ex-0000000A: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:50,760 (InternalExecRuntime.java:255) DEBUG : ep-00000009: releasing valid endpoint 2024-09-05 16:00:50,760 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000009: releasing endpoint 2024-09-05 16:00:50,760 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000009: connection http-outgoing-0 can be kept alive for 3 MINUTES 2024-09-05 16:00:50,760 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000009: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,773 (InternalHttpClient.java:172) DEBUG : ex-0000000B: preparing request execution 2024-09-05 16:00:50,773 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:50,773 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:50,774 (ProtocolExec.java:161) DEBUG : ex-0000000B: target auth state: UNCHALLENGED 2024-09-05 16:00:50,774 (ProtocolExec.java:167) DEBUG : ex-0000000B: proxy auth state: UNCHALLENGED 2024-09-05 16:00:50,774 (ConnectExec.java:116) DEBUG : ex-0000000B: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:50,774 (InternalExecRuntime.java:101) DEBUG : ex-0000000B: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:50,774 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000000B: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,774 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000000B: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:50,775 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000000B: acquired ep-0000000A 2024-09-05 16:00:50,775 (InternalExecRuntime.java:120) DEBUG : ex-0000000B: acquired endpoint ep-0000000A 2024-09-05 16:00:50,775 (MainClientExec.java:102) DEBUG : ex-0000000B: executing GET /v1.32/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1 2024-09-05 16:00:50,775 (InternalExecRuntime.java:213) DEBUG : ep-0000000A: start execution ex-0000000B 2024-09-05 16:00:50,775 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000000A: executing exchange ex-0000000B over http-outgoing-0 2024-09-05 16:00:50,775 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-0 >> GET /v1.32/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1 2024-09-05 16:00:50,775 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:50,775 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:50,775 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:50,775 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Host: localhost:2375 2024-09-05 16:00:50,775 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-0 >> Connection: keep-alive 2024-09-05 16:00:50,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "GET /v1.32/containers/3ec5c5295a0eab7505c3a7a38e5c8dca6b92fedf650227b097f129cf4aa2b805/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1[\r][\n]" 2024-09-05 16:00:50,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:50,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:50,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:50,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:50,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:50,776 (Wire.java:92) DEBUG : http-outgoing-0 >> "[\r][\n]" 2024-09-05 16:00:50,777 (Wire.java:92) DEBUG : http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:50,777 (Wire.java:92) DEBUG : http-outgoing-0 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:50,777 (Wire.java:92) DEBUG : http-outgoing-0 << "Content-Type: application/vnd.docker.raw-stream[\r][\n]" 2024-09-05 16:00:50,777 (Wire.java:92) DEBUG : http-outgoing-0 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:50,777 (Wire.java:92) DEBUG : http-outgoing-0 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:50,777 (Wire.java:92) DEBUG : http-outgoing-0 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:50,777 (Wire.java:92) DEBUG : http-outgoing-0 << "Date: Thu, 05 Sep 2024 14:00:50 GMT[\r][\n]" 2024-09-05 16:00:50,777 (Wire.java:92) DEBUG : http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:50,777 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,777 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-0 << HTTP/1.1 200 OK 2024-09-05 16:00:50,777 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Api-Version: 1.43 2024-09-05 16:00:50,777 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Content-Type: application/vnd.docker.raw-stream 2024-09-05 16:00:50,777 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Docker-Experimental: false 2024-09-05 16:00:50,778 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Ostype: linux 2024-09-05 16:00:50,778 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:50,778 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Date: Thu, 05 Sep 2024 14:00:50 GMT 2024-09-05 16:00:50,778 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-0 << Transfer-Encoding: chunked 2024-09-05 16:00:50,778 (MainClientExec.java:126) DEBUG : ex-0000000B: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "2e[\r][\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]&2024/09/05 14:00:50 Pinging Docker...[\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "38[\r][\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]02024/09/05 14:00:50 Docker daemon is available![\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "35[\r][\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]-2024/09/05 14:00:50 Starting on port 8080...[\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "25[\r][\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1d]2024/09/05 14:00:50 Started![\n]" 2024-09-05 16:00:50,778 (Wire.java:92) DEBUG : http-outgoing-0 << "[\r][\n]" 2024-09-05 16:00:50,781 (WaitingConsumer.java:88) DEBUG : STDERR: 2024/09/05 14:00:50 Pinging Docker... 2024-09-05 16:00:50,781 (WaitingConsumer.java:88) DEBUG : STDERR: 2024/09/05 14:00:50 Started! 2024-09-05 16:00:50,782 (InternalExecRuntime.java:278) DEBUG : ep-0000000A: cancel 2024-09-05 16:00:50,783 (DefaultManagedHttpClientConnection.java:143) DEBUG : http-outgoing-0: close connection IMMEDIATE 2024-09-05 16:00:50,783 (InternalExecRuntime.java:239) DEBUG : ep-0000000A: endpoint closed 2024-09-05 16:00:50,783 (InternalExecRuntime.java:243) DEBUG : ep-0000000A: discarding endpoint 2024-09-05 16:00:50,783 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000000A: releasing endpoint 2024-09-05 16:00:50,783 (PoolingHttpClientConnectionManager.java:372) DEBUG : ep-0000000A: connection is not kept alive 2024-09-05 16:00:50,784 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000000A: connection released [route: {}->http://localhost:2375][total available: 0; route allocated: 0 of 2147483647; total allocated: 0 of 2147483647] 2024-09-05 16:00:50,784 (Wire.java:106) DEBUG : http-outgoing-0 << "[read] I/O error: Socket closed" 2024-09-05 16:00:50,784 (Wire.java:106) DEBUG : http-outgoing-0 << "[read] I/O error: Socket closed" 2024-09-05 16:00:50,784 (ApacheDockerHttpClientImpl.java:260) DEBUG : Failed to close the response java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.ensureOpenAndConnected(NioSocketImpl.java:165) at java.base/sun.nio.ch.NioSocketImpl.beginRead(NioSocketImpl.java:231) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:299) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:976) at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.io.LoggingInputStream.read(LoggingInputStream.java:81) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:149) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.getChunkSize(ChunkedInputStream.java:261) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.nextChunk(ChunkedInputStream.java:222) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.read(ChunkedInputStream.java:147) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.close(ChunkedInputStream.java:314) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.IncomingHttpEntity.close(IncomingHttpEntity.java:111) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.io.entity.HttpEntityWrapper.close(HttpEntityWrapper.java:120) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.message.BasicClassicHttpResponse.close(BasicClassicHttpResponse.java:93) at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.classic.CloseableHttpResponse.close(CloseableHttpResponse.java:200) at com.github.dockerjava.zerodep.ApacheDockerHttpClientImpl$ApacheResponse.close(ApacheDockerHttpClientImpl.java:256) at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$null$0(DefaultInvocationBuilder.java:272) at com.github.dockerjava.api.async.ResultCallbackTemplate.close(ResultCallbackTemplate.java:77) at org.testcontainers.containers.output.FrameConsumerResultCallback.close(FrameConsumerResultCallback.java:69) at org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:49) at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52) at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:978) at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:502) at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:356) at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:334) at org.testcontainers.utility.RyukResourceReaper.maybeStart(RyukResourceReaper.java:78) at org.testcontainers.utility.RyukResourceReaper.register(RyukResourceReaper.java:68) at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:435) at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:356) at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:334) at org.testcontainers.containers.PortForwardingContainer.createSSHSession(PortForwardingContainer.java:46) at org.testcontainers.containers.PortForwardingContainer.getSshConnection(PortForwardingContainer.java:27) at org.testcontainers.containers.PortForwardingContainer.start(PortForwardingContainer.java:77) at org.testcontainers.containers.GenericContainer.applyConfiguration(GenericContainer.java:879) at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:390) at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:356) at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:334) at com.ericsson.commonlibrary.netconf.util.Netopeer2DockerTestConfiguration.initialize(Netopeer2DockerTestConfiguration.java:158) at com.ericsson.commonlibrary.netconf.util.Netopeer2DockerTestConfiguration.<init>(Netopeer2DockerTestConfiguration.java:42) at com.ericsson.commonlibrary.netconf.util.Netopeer2DockerTestConfiguration$Builder.build(Netopeer2DockerTestConfiguration.java:143) at com.ericsson.commonlibrary.netconf.NetconfSshNotificationIT.setup(NetconfSshNotificationIT.java:41) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139) at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69) at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:393) at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:326) at org.testng.internal.invokers.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:180) at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:122) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.testng.TestRunner.privateRun(TestRunner.java:819) at org.testng.TestRunner.run(TestRunner.java:619) at org.testng.SuiteRunner.runTest(SuiteRunner.java:443) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397) at org.testng.SuiteRunner.run(SuiteRunner.java:336) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1301) at org.testng.TestNG.runSuitesLocally(TestNG.java:1228) at org.testng.TestNG.runSuites(TestNG.java:1134) at org.testng.TestNG.run(TestNG.java:1101) at com.microsoft.java.test.runner.testng.TestNGRunner.run(TestNGRunner.java:45) at com.microsoft.java.test.runner.testng.TestNGLauncher.execute(TestNGLauncher.java:32) at com.microsoft.java.test.runner.Launcher.main(Launcher.java:57) 2024-09-05 16:00:50,786 (GenericContainer.java:543) INFO : Container testcontainers/ryuk:0.5.1 started in PT0.5171893S 2024-09-05 16:00:50,791 (RyukResourceReaper.java:120) WARN : Can not connect to Ryuk at localhost:32789 java.net.ConnectException: Connection refused: no further information at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:639) at org.testcontainers.utility.RyukResourceReaper.lambda$null$0(RyukResourceReaper.java:92) at org.rnorth.ducttape.ratelimits.RateLimiter.doWhenReady(RateLimiter.java:27) at org.testcontainers.utility.RyukResourceReaper.lambda$maybeStart$1(RyukResourceReaper.java:88) at java.base/java.lang.Thread.run(Thread.java:833) 2024-09-05 16:00:51,047 (ResourceReaper.java:388) DEBUG : Sending 'label=org.testcontainers%3Dtrue&label=org.testcontainers.lang%3Djava&label=org.testcontainers.version%3D1.19.0&label=org.testcontainers.sessionId%3De1298d0e-a359-4b1b-834a-b35fb9c1baa0' to Ryuk 2024-09-05 16:00:51,048 (RyukResourceReaper.java:111) DEBUG : Received 'ACK' from Ryuk 2024-09-05 16:00:51,049 (AbstrDockerCmd.java:32) DEBUG : Cmd: org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl@514cd540[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=AuthConfig(username=eraonel, email=null, registryAddress=https://index.docker.io/v1/, stackOrchestrator=null),cmd={sh,-c,echo "root:$PASSWORD" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa },domainName=<null>,entrypoint=<null>,env={PASSWORD=02b61382-c977-4def-a6f7-cbc3cc29aa5d},exposedPorts=ExposedPorts(exposedPorts=[22/tcp]),healthcheck=<null>,hostConfig=HostConfig(binds=[], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=[], groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings={22/tcp=[Lcom.github.dockerjava.api.model.Ports$Binding;@186cb891}, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=[], mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=testcontainers/sshd:1.1.0,ipv4Address=<null>,ipv6Address=<null>,labels={org.testcontainers=true, org.testcontainers.lang=java, org.testcontainers.version=1.19.0, org.testcontainers.sessionId=e1298d0e-a359-4b1b-834a-b35fb9c1baa0},macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=<null>,volumes=Volumes(volumes=[]),workingDir=<null>] 2024-09-05 16:00:51,051 (InternalHttpClient.java:172) DEBUG : ex-0000000C: preparing request execution 2024-09-05 16:00:51,051 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,051 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,051 (ProtocolExec.java:161) DEBUG : ex-0000000C: target auth state: UNCHALLENGED 2024-09-05 16:00:51,051 (ProtocolExec.java:167) DEBUG : ex-0000000C: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,051 (ConnectExec.java:116) DEBUG : ex-0000000C: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,051 (InternalExecRuntime.java:101) DEBUG : ex-0000000C: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,051 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000000C: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 0; route allocated: 0 of 2147483647; total allocated: 0 of 2147483647] 2024-09-05 16:00:51,052 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000000C: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,052 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000000C: acquired ep-0000000B 2024-09-05 16:00:51,052 (InternalExecRuntime.java:120) DEBUG : ex-0000000C: acquired endpoint ep-0000000B 2024-09-05 16:00:51,052 (ConnectExec.java:123) DEBUG : ex-0000000C: opening connection {}->http://localhost:2375 2024-09-05 16:00:51,052 (InternalExecRuntime.java:162) DEBUG : ep-0000000B: connecting endpoint (3 MINUTES) 2024-09-05 16:00:51,052 (PoolingHttpClientConnectionManager.java:405) DEBUG : ep-0000000B: connecting endpoint to http://localhost:2375 (3 MINUTES) 2024-09-05 16:00:51,052 (DefaultHttpClientConnectionOperator.java:145) DEBUG : http-outgoing-1: connecting to localhost/127.0.0.1:2375 2024-09-05 16:00:51,053 (DefaultHttpClientConnectionOperator.java:151) DEBUG : http-outgoing-1: connection established 127.0.0.1:54974<->127.0.0.1:2375 2024-09-05 16:00:51,053 (PoolingHttpClientConnectionManager.java:417) DEBUG : ep-0000000B: connected http-outgoing-1 2024-09-05 16:00:51,053 (InternalExecRuntime.java:166) DEBUG : ep-0000000B: endpoint connected 2024-09-05 16:00:51,053 (MainClientExec.java:102) DEBUG : ex-0000000C: executing POST /v1.32/containers/create HTTP/1.1 2024-09-05 16:00:51,053 (InternalExecRuntime.java:213) DEBUG : ep-0000000B: start execution ex-0000000C 2024-09-05 16:00:51,053 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000000B: executing exchange ex-0000000C over http-outgoing-1 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-1 >> POST /v1.32/containers/create HTTP/1.1 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> X-Registry-Auth: eyJ1c2VybmFtZSI6ImVyYW9uZWwiLCJwYXNzd29yZCI6ImRja3JfcGF0X29kN1FHQ19GMGhfelR5eG5Mc25ROTh4RXlLNCIsImVtYWlsIjpudWxsLCJzZXJ2ZXJhZGRyZXNzIjoiaHR0cHM6Ly9pbmRleC5kb2NrZXIuaW8vdjEvIiwiYXV0aCI6bnVsbCwicmVnaXN0cnl0b2tlbiI6bnVsbCwiaWRlbnRpdHl0b2tlbiI6bnVsbCwic3RhY2tPcmNoZXN0cmF0b3IiOm51bGx9 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> accept: application/json 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> content-type: application/json 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Content-Length: 2283 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Host: localhost:2375 2024-09-05 16:00:51,054 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Connection: keep-alive 2024-09-05 16:00:51,054 (Wire.java:92) DEBUG : http-outgoing-1 >> "POST /v1.32/containers/create HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,054 (Wire.java:92) DEBUG : http-outgoing-1 >> "X-Registry-Auth: eyJ1c2VybmFtZSI6ImVyYW9uZWwiLCJwYXNzd29yZCI6ImRja3JfcGF0X29kN1FHQ19GMGhfelR5eG5Mc25ROTh4RXlLNCIsImVtYWlsIjpudWxsLCJzZXJ2ZXJhZGRyZXNzIjoiaHR0cHM6Ly9pbmRleC5kb2NrZXIuaW8vdjEvIiwiYXV0aCI6bnVsbCwicmVnaXN0cnl0b2tlbiI6bnVsbCwiaWRlbnRpdHl0b2tlbiI6bnVsbCwic3RhY2tPcmNoZXN0cmF0b3IiOm51bGx9[\r][\n]" 2024-09-05 16:00:51,054 (Wire.java:92) DEBUG : http-outgoing-1 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,054 (Wire.java:92) DEBUG : http-outgoing-1 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:51,054 (Wire.java:92) DEBUG : http-outgoing-1 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,054 (Wire.java:92) DEBUG : http-outgoing-1 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,055 (Wire.java:92) DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,055 (Wire.java:92) DEBUG : http-outgoing-1 >> "Content-Length: 2283[\r][\n]" 2024-09-05 16:00:51,055 (Wire.java:92) DEBUG : http-outgoing-1 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,055 (Wire.java:92) DEBUG : http-outgoing-1 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,055 (Wire.java:92) DEBUG : http-outgoing-1 >> "[\r][\n]" 2024-09-05 16:00:51,055 (Wire.java:106) DEBUG : http-outgoing-1 >> "{"Hostname":null,"Domainname":null,"User":null,"AttachStdin":null,"AttachStdout":null,"AttachStderr":null,"PortSpecs":null,"Tty":null,"OpenStdin":null,"StdinOnce":null,"Env":["PASSWORD=02b61382-c977-4def-a6f7-cbc3cc29aa5d"],"Cmd":["sh","-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"Healthcheck":null,"ArgsEscaped":null,"Entrypoint":null,"Image":"testcontainers/sshd:1.1.0","Volumes":{},"WorkingDir":null,"MacAddress":null,"OnBuild":null,"NetworkDisabled":null,"ExposedPorts":{"22/tcp":{}},"StopSignal":null,"StopTimeout":null,"HostConfig":{"Binds":[],"BlkioWeight":null,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"MemorySwappiness":null,"NanoCpus":null,"CapAdd":null,"CapDrop":null,"ContainerIDFile":null,"CpuPeriod":null,"CpuRealtimePeriod":null,"CpuRealtimeRuntime":null,"CpuShares":null,"CpuQuota":null,"CpusetCpus":null,"CpusetMems":null,"Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"DiskQuota":null,"Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":null,"Cgroup":null,"Links":[],"LogConfig":null,"LxcConf":null,"Memory":null,"MemorySwap":null,"MemoryReservation":null,"KernelMemory":null,"NetworkMode":null,"OomKillDisable":null,"Init":null,"AutoRemove":null,"OomScoreAdj":null,"PortBindings":{"22/tcp":[{"HostIp":"","HostPort":""}]},"Privileged":null,"PublishAllPorts":null,"ReadonlyRootfs":null,"RestartPolicy":null,"Ulimits":null,"CpuCount":null,"CpuPercent":null,"IOMaximumIOps":null,"IOMaximumBandwidth":null,"VolumesFrom":[],"Mounts":null,"PidMode":null,"Isolation":null,"SecurityOpt":null,"StorageOpt":null,"CgroupParent":null,"VolumeDriver":null,"ShmSize":null,"PidsLimit":null,"Runtime":null,"Tmpfs":null,"UTSMode":null,"UsernsMode":null,"Sysctls":null,"ConsoleSize":null,"CgroupnsMode":null},"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0","org.testcontainers.sessionId":"e1298d0e-a359-4b1b-834a-b35fb9c1baa0"},"Shell":null,"NetworkingConfig":null}" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "HTTP/1.1 201 Created[\r][\n]" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Length: 88[\r][\n]" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,103 (Wire.java:92) DEBUG : http-outgoing-1 << "{"Id":"4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767","Warnings":[]}[\n]" 2024-09-05 16:00:51,103 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-1 << HTTP/1.1 201 Created 2024-09-05 16:00:51,103 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Api-Version: 1.43 2024-09-05 16:00:51,103 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Type: application/json 2024-09-05 16:00:51,103 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Docker-Experimental: false 2024-09-05 16:00:51,104 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Ostype: linux 2024-09-05 16:00:51,104 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,104 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,104 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Length: 88 2024-09-05 16:00:51,104 (MainClientExec.java:126) DEBUG : ex-0000000C: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,104 (InternalExecRuntime.java:255) DEBUG : ep-0000000B: releasing valid endpoint 2024-09-05 16:00:51,104 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000000B: releasing endpoint 2024-09-05 16:00:51,104 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-0000000B: connection http-outgoing-1 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,105 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000000B: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,105 (GenericContainer.java:452) INFO : Container testcontainers/sshd:1.1.0 is starting: 4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767 2024-09-05 16:00:51,105 (AbstrDockerCmd.java:32) DEBUG : Cmd: 4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767 2024-09-05 16:00:51,105 (InternalHttpClient.java:172) DEBUG : ex-0000000D: preparing request execution 2024-09-05 16:00:51,106 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,106 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,106 (ProtocolExec.java:161) DEBUG : ex-0000000D: target auth state: UNCHALLENGED 2024-09-05 16:00:51,106 (ProtocolExec.java:167) DEBUG : ex-0000000D: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,106 (ConnectExec.java:116) DEBUG : ex-0000000D: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,106 (InternalExecRuntime.java:101) DEBUG : ex-0000000D: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,106 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000000D: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,106 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000000D: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,106 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000000D: acquired ep-0000000C 2024-09-05 16:00:51,106 (InternalExecRuntime.java:120) DEBUG : ex-0000000D: acquired endpoint ep-0000000C 2024-09-05 16:00:51,106 (MainClientExec.java:102) DEBUG : ex-0000000D: executing POST /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/start HTTP/1.1 2024-09-05 16:00:51,106 (InternalExecRuntime.java:213) DEBUG : ep-0000000C: start execution ex-0000000D 2024-09-05 16:00:51,106 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000000C: executing exchange ex-0000000D over http-outgoing-1 2024-09-05 16:00:51,107 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-1 >> POST /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/start HTTP/1.1 2024-09-05 16:00:51,107 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> accept: application/json 2024-09-05 16:00:51,107 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> content-type: application/json 2024-09-05 16:00:51,107 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,107 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,107 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,107 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Host: localhost:2375 2024-09-05 16:00:51,107 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Connection: keep-alive 2024-09-05 16:00:51,107 (Wire.java:92) DEBUG : http-outgoing-1 >> "POST /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/start HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,107 (Wire.java:92) DEBUG : http-outgoing-1 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,107 (Wire.java:92) DEBUG : http-outgoing-1 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:51,107 (Wire.java:92) DEBUG : http-outgoing-1 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,107 (Wire.java:92) DEBUG : http-outgoing-1 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,107 (Wire.java:92) DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,107 (Wire.java:92) DEBUG : http-outgoing-1 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,107 (Wire.java:92) DEBUG : http-outgoing-1 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,107 (Wire.java:92) DEBUG : http-outgoing-1 >> "[\r][\n]" 2024-09-05 16:00:51,433 (Wire.java:92) DEBUG : http-outgoing-1 << "HTTP/1.1 204 No Content[\r][\n]" 2024-09-05 16:00:51,433 (Wire.java:92) DEBUG : http-outgoing-1 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,433 (Wire.java:92) DEBUG : http-outgoing-1 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,433 (Wire.java:92) DEBUG : http-outgoing-1 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,433 (Wire.java:92) DEBUG : http-outgoing-1 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,433 (Wire.java:92) DEBUG : http-outgoing-1 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,433 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,433 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-1 << HTTP/1.1 204 No Content 2024-09-05 16:00:51,433 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Api-Version: 1.43 2024-09-05 16:00:51,433 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Docker-Experimental: false 2024-09-05 16:00:51,433 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Ostype: linux 2024-09-05 16:00:51,433 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,433 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,433 (MainClientExec.java:126) DEBUG : ex-0000000D: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,434 (InternalExecRuntime.java:255) DEBUG : ep-0000000C: releasing valid endpoint 2024-09-05 16:00:51,434 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000000C: releasing endpoint 2024-09-05 16:00:51,434 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-0000000C: connection http-outgoing-1 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,434 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000000C: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,434 (AbstrDockerCmd.java:32) DEBUG : Cmd: 4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767,false 2024-09-05 16:00:51,435 (InspectContainerCmdExec.java:29) DEBUG : GET: DefaultWebTarget{path=[/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json], queryParams={}} 2024-09-05 16:00:51,435 (InternalHttpClient.java:172) DEBUG : ex-0000000E: preparing request execution 2024-09-05 16:00:51,435 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,435 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,435 (ProtocolExec.java:161) DEBUG : ex-0000000E: target auth state: UNCHALLENGED 2024-09-05 16:00:51,435 (ProtocolExec.java:167) DEBUG : ex-0000000E: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,435 (ConnectExec.java:116) DEBUG : ex-0000000E: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,435 (InternalExecRuntime.java:101) DEBUG : ex-0000000E: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,435 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000000E: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,436 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000000E: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,436 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000000E: acquired ep-0000000D 2024-09-05 16:00:51,436 (InternalExecRuntime.java:120) DEBUG : ex-0000000E: acquired endpoint ep-0000000D 2024-09-05 16:00:51,436 (MainClientExec.java:102) DEBUG : ex-0000000E: executing GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,436 (InternalExecRuntime.java:213) DEBUG : ep-0000000D: start execution ex-0000000E 2024-09-05 16:00:51,436 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000000D: executing exchange ex-0000000E over http-outgoing-1 2024-09-05 16:00:51,436 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-1 >> GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,436 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> accept: application/json 2024-09-05 16:00:51,436 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,436 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,436 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,436 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Host: localhost:2375 2024-09-05 16:00:51,436 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Connection: keep-alive 2024-09-05 16:00:51,436 (Wire.java:92) DEBUG : http-outgoing-1 >> "GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,436 (Wire.java:92) DEBUG : http-outgoing-1 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,436 (Wire.java:92) DEBUG : http-outgoing-1 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,436 (Wire.java:92) DEBUG : http-outgoing-1 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,436 (Wire.java:92) DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,436 (Wire.java:92) DEBUG : http-outgoing-1 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,436 (Wire.java:92) DEBUG : http-outgoing-1 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,437 (Wire.java:92) DEBUG : http-outgoing-1 >> "[\r][\n]" 2024-09-05 16:00:51,437 (Wire.java:92) DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:92) DEBUG : http-outgoing-1 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:92) DEBUG : http-outgoing-1 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:92) DEBUG : http-outgoing-1 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:92) DEBUG : http-outgoing-1 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:92) DEBUG : http-outgoing-1 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:92) DEBUG : http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:92) DEBUG : http-outgoing-1 << "1567[\r][\n]" 2024-09-05 16:00:51,438 (Wire.java:106) DEBUG : http-outgoing-1 << "{"Id":"4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767","Created":"2024-09-05T14:00:51.067396951Z","Path":"sh","Args":["-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":21704,"ExitCode":0,"Error":"","StartedAt":"2024-09-05T14:00:51.434277073Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227","ResolvConfPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/resolv.conf","HostnamePath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hostname","HostsPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hosts","LogPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767-json.log","Name":"/mystifying_edison","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"22/tcp":[{"HostIp":"","HostPort":""}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"ConsoleSize":[0,0],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc-init/diff:/var/lib/docker/overlay2/e28b30c29b08e2926bda21208ef83d5e74c0aee72ed93fed90538a5267b45ab0/diff:/var/lib/docker/overlay2/4d7cb413ac8d21062fde7ba4a60e9188a5d593092022f21ff5d7764688ed4873/diff","MergedDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/merged","UpperDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/diff","WorkDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/work"},"Name":"overlay2"},"Mounts":[],"Config":{"Hostname":"4c724144ece0","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"22/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PASSWORD=02b61382-c977-4def-a6f7-cbc3cc29aa5d","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" 2024-09-05 16:00:51,438 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-1 << HTTP/1.1 200 OK 2024-09-05 16:00:51,438 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Api-Version: 1.43 2024-09-05 16:00:51,438 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Type: application/json 2024-09-05 16:00:51,438 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Docker-Experimental: false 2024-09-05 16:00:51,438 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Ostype: linux 2024-09-05 16:00:51,438 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,438 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,438 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Transfer-Encoding: chunked 2024-09-05 16:00:51,439 (MainClientExec.java:126) DEBUG : ex-0000000E: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,440 (Wire.java:92) DEBUG : http-outgoing-1 << ":/sbin:/bin"],"Cmd":["sh","-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"Image":"testcontainers/sshd:1.1.0","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"e1298d0e-a359-4b1b-834a-b35fb9c1baa0","org.testcontainers.version":"1.19.0"}},"NetworkSettings":{"Bridge":"","SandboxID":"685cf6c2dd70ea6c3d31a9e9d0d352e15063d31d687b2ea734f91cc49ea655ac","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"22/tcp":[{"HostIp":"0.0.0.0","HostPort":"32790"},{"HostIp":"::","HostPort":"32790"}]},"SandboxKey":"/var/run/docker/netns/685cf6c2dd70","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8","EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]" 2024-09-05 16:00:51,441 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,441 (Wire.java:92) DEBUG : http-outgoing-1 << "0[\r][\n]" 2024-09-05 16:00:51,441 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,441 (InternalExecRuntime.java:255) DEBUG : ep-0000000D: releasing valid endpoint 2024-09-05 16:00:51,441 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000000D: releasing endpoint 2024-09-05 16:00:51,442 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-0000000D: connection http-outgoing-1 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,442 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000000D: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,442 (AbstrDockerCmd.java:32) DEBUG : Cmd: sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227 2024-09-05 16:00:51,443 (InternalHttpClient.java:172) DEBUG : ex-0000000F: preparing request execution 2024-09-05 16:00:51,443 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,443 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,443 (ProtocolExec.java:161) DEBUG : ex-0000000F: target auth state: UNCHALLENGED 2024-09-05 16:00:51,443 (ProtocolExec.java:167) DEBUG : ex-0000000F: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,443 (ConnectExec.java:116) DEBUG : ex-0000000F: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,444 (InternalExecRuntime.java:101) DEBUG : ex-0000000F: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,444 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000000F: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,444 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000000F: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,444 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000000F: acquired ep-0000000E 2024-09-05 16:00:51,444 (InternalExecRuntime.java:120) DEBUG : ex-0000000F: acquired endpoint ep-0000000E 2024-09-05 16:00:51,444 (MainClientExec.java:102) DEBUG : ex-0000000F: executing GET /v1.32/images/sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227/json HTTP/1.1 2024-09-05 16:00:51,444 (InternalExecRuntime.java:213) DEBUG : ep-0000000E: start execution ex-0000000F 2024-09-05 16:00:51,444 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000000E: executing exchange ex-0000000F over http-outgoing-1 2024-09-05 16:00:51,444 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-1 >> GET /v1.32/images/sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227/json HTTP/1.1 2024-09-05 16:00:51,444 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> accept: application/json 2024-09-05 16:00:51,445 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,445 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,445 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,445 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Host: localhost:2375 2024-09-05 16:00:51,445 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Connection: keep-alive 2024-09-05 16:00:51,445 (Wire.java:92) DEBUG : http-outgoing-1 >> "GET /v1.32/images/sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,445 (Wire.java:92) DEBUG : http-outgoing-1 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,445 (Wire.java:92) DEBUG : http-outgoing-1 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,445 (Wire.java:92) DEBUG : http-outgoing-1 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,445 (Wire.java:92) DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,445 (Wire.java:92) DEBUG : http-outgoing-1 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,445 (Wire.java:92) DEBUG : http-outgoing-1 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,445 (Wire.java:92) DEBUG : http-outgoing-1 >> "[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Length: 1781[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,446 (Wire.java:92) DEBUG : http-outgoing-1 << "{"Id":"sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227","RepoTags":["testcontainers/sshd:1.1.0"],"RepoDigests":["testcontainers/sshd@sha256:7d6fdd0bd7e64229c9cf9feabc394a6d0a7fc15a671e84993d86fd91ed52422e"],"Parent":"","Comment":"buildkit.dockerfile.v0","Created":"2022-06-10T23:22:54.163921906Z","Container":"","ContainerConfig":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":null,"Cmd":null,"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":null},"DockerVersion":"","Author":"","Config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/bin/sh"],"Image":"","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":null},"Architecture":"amd64","Os":"linux","Size":12003032,"VirtualSize":12003032,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/4d7cb413ac8d21062fde7ba4a60e9188a5d593092022f21ff5d7764688ed4873/diff","MergedDir":"/var/lib/docker/overlay2/e28b30c29b08e2926bda21208ef83d5e74c0aee72ed93fed90538a5267b45ab0/merged","UpperDir":"/var/lib/docker/overlay2/e28b30c29b08e2926bda21208ef83d5e74c0aee72ed93fed90538a5267b45ab0/diff","WorkDir":"/var/lib/docker/overlay2/e28b30c29b08e2926bda21208ef83d5e74c0aee72ed93fed90538a5267b45ab0/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:24302eb7d9085da80f016e7e4ae55417e412fb7e0a8021e95e3b60c67cde557d","sha256:f708a7a9f7c5c0a96808722953b9f18941b0e97560ce75ab22b955f30903c125"]},"Metadata":{"LastTagTime":"0001-01-01T00:00:00Z"}}[\n]" 2024-09-05 16:00:51,447 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-1 << HTTP/1.1 200 OK 2024-09-05 16:00:51,447 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Api-Version: 1.43 2024-09-05 16:00:51,447 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Type: application/json 2024-09-05 16:00:51,447 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Docker-Experimental: false 2024-09-05 16:00:51,447 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Ostype: linux 2024-09-05 16:00:51,447 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,447 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,447 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Length: 1781 2024-09-05 16:00:51,447 (MainClientExec.java:126) DEBUG : ex-0000000F: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,448 (InternalExecRuntime.java:255) DEBUG : ep-0000000E: releasing valid endpoint 2024-09-05 16:00:51,448 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000000E: releasing endpoint 2024-09-05 16:00:51,448 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-0000000E: connection http-outgoing-1 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,448 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000000E: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,448 (AbstrDockerCmd.java:32) DEBUG : Cmd: 2024-09-05 16:00:51,449 (InternalHttpClient.java:172) DEBUG : ex-00000010: preparing request execution 2024-09-05 16:00:51,449 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,449 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,449 (ProtocolExec.java:161) DEBUG : ex-00000010: target auth state: UNCHALLENGED 2024-09-05 16:00:51,449 (ProtocolExec.java:167) DEBUG : ex-00000010: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,449 (ConnectExec.java:116) DEBUG : ex-00000010: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,449 (InternalExecRuntime.java:101) DEBUG : ex-00000010: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,449 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000010: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,449 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000010: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,449 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000010: acquired ep-0000000F 2024-09-05 16:00:51,449 (InternalExecRuntime.java:120) DEBUG : ex-00000010: acquired endpoint ep-0000000F 2024-09-05 16:00:51,449 (MainClientExec.java:102) DEBUG : ex-00000010: executing GET /v1.32/version HTTP/1.1 2024-09-05 16:00:51,449 (InternalExecRuntime.java:213) DEBUG : ep-0000000F: start execution ex-00000010 2024-09-05 16:00:51,449 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000000F: executing exchange ex-00000010 over http-outgoing-1 2024-09-05 16:00:51,450 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-1 >> GET /v1.32/version HTTP/1.1 2024-09-05 16:00:51,450 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> accept: application/json 2024-09-05 16:00:51,450 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,450 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,450 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,450 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Host: localhost:2375 2024-09-05 16:00:51,450 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Connection: keep-alive 2024-09-05 16:00:51,450 (Wire.java:92) DEBUG : http-outgoing-1 >> "GET /v1.32/version HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,450 (Wire.java:92) DEBUG : http-outgoing-1 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,450 (Wire.java:92) DEBUG : http-outgoing-1 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,450 (Wire.java:92) DEBUG : http-outgoing-1 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,450 (Wire.java:92) DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,450 (Wire.java:92) DEBUG : http-outgoing-1 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,450 (Wire.java:92) DEBUG : http-outgoing-1 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,450 (Wire.java:92) DEBUG : http-outgoing-1 >> "[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Length: 856[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,473 (Wire.java:92) DEBUG : http-outgoing-1 << "{"Platform":{"Name":"Docker Engine - Community"},"Components":[{"Name":"Engine","Version":"24.0.6","Details":{"ApiVersion":"1.43","Arch":"amd64","BuildTime":"2023-09-04T12:32:12.000000000+00:00","Experimental":"false","GitCommit":"1a79695","GoVersion":"go1.20.7","KernelVersion":"5.15.133.1-microsoft-standard-WSL2","MinAPIVersion":"1.12","Os":"linux"}},{"Name":"containerd","Version":"1.6.22","Details":{"GitCommit":"8165feabfdfe38c65b599c4993d227328c231fca"}},{"Name":"runc","Version":"1.1.8","Details":{"GitCommit":"v1.1.8-0-g82f18fe"}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":"de40ad0"}}],"Version":"24.0.6","ApiVersion":"1.43","MinAPIVersion":"1.12","GitCommit":"1a79695","GoVersion":"go1.20.7","Os":"linux","Arch":"amd64","KernelVersion":"5.15.133.1-microsoft-standard-WSL2","BuildTime":"2023-09-04T12:32:12.000000000+00:00"}[\n]" 2024-09-05 16:00:51,473 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-1 << HTTP/1.1 200 OK 2024-09-05 16:00:51,473 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Api-Version: 1.43 2024-09-05 16:00:51,473 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Type: application/json 2024-09-05 16:00:51,473 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Docker-Experimental: false 2024-09-05 16:00:51,473 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Ostype: linux 2024-09-05 16:00:51,473 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,473 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,473 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Length: 856 2024-09-05 16:00:51,474 (MainClientExec.java:126) DEBUG : ex-00000010: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,474 (InternalExecRuntime.java:255) DEBUG : ep-0000000F: releasing valid endpoint 2024-09-05 16:00:51,474 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000000F: releasing endpoint 2024-09-05 16:00:51,475 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-0000000F: connection http-outgoing-1 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,475 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000000F: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,504 (AbstrDockerCmd.java:32) DEBUG : Cmd: 4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767,false 2024-09-05 16:00:51,504 (ExecInContainerPattern.java:146) DEBUG : /mystifying_edison: Running "exec" command: /bin/sh -c while true; do ( true && (grep -i ':0*16' /proc/net/tcp* || nc -vz -w 1 localhost 22 || /bin/bash -c '</dev/tcp/localhost/22') ) && exit 0 || sleep 0.1; done 2024-09-05 16:00:51,504 (InspectContainerCmdExec.java:29) DEBUG : GET: DefaultWebTarget{path=[/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json], queryParams={}} 2024-09-05 16:00:51,505 (InternalHttpClient.java:172) DEBUG : ex-00000011: preparing request execution 2024-09-05 16:00:51,505 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,505 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,505 (ProtocolExec.java:161) DEBUG : ex-00000011: target auth state: UNCHALLENGED 2024-09-05 16:00:51,505 (ProtocolExec.java:167) DEBUG : ex-00000011: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,505 (ConnectExec.java:116) DEBUG : ex-00000011: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,505 (InternalExecRuntime.java:101) DEBUG : ex-00000011: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,505 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000011: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,506 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000011: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,506 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000011: acquired ep-00000010 2024-09-05 16:00:51,506 (InternalExecRuntime.java:120) DEBUG : ex-00000011: acquired endpoint ep-00000010 2024-09-05 16:00:51,506 (MainClientExec.java:102) DEBUG : ex-00000011: executing GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,506 (InternalExecRuntime.java:213) DEBUG : ep-00000010: start execution ex-00000011 2024-09-05 16:00:51,506 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000010: executing exchange ex-00000011 over http-outgoing-1 2024-09-05 16:00:51,506 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-1 >> GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,506 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> accept: application/json 2024-09-05 16:00:51,506 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,506 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,506 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,506 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Host: localhost:2375 2024-09-05 16:00:51,506 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Connection: keep-alive 2024-09-05 16:00:51,506 (Wire.java:92) DEBUG : http-outgoing-1 >> "GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,506 (Wire.java:92) DEBUG : http-outgoing-1 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,506 (Wire.java:92) DEBUG : http-outgoing-1 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,506 (Wire.java:92) DEBUG : http-outgoing-1 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,506 (Wire.java:92) DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,506 (Wire.java:92) DEBUG : http-outgoing-1 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,506 (Wire.java:92) DEBUG : http-outgoing-1 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,506 (Wire.java:92) DEBUG : http-outgoing-1 >> "[\r][\n]" 2024-09-05 16:00:51,507 (Wire.java:92) DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:92) DEBUG : http-outgoing-1 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:92) DEBUG : http-outgoing-1 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:92) DEBUG : http-outgoing-1 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:92) DEBUG : http-outgoing-1 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:92) DEBUG : http-outgoing-1 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:92) DEBUG : http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:92) DEBUG : http-outgoing-1 << "1567[\r][\n]" 2024-09-05 16:00:51,508 (Wire.java:106) DEBUG : http-outgoing-1 << "{"Id":"4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767","Created":"2024-09-05T14:00:51.067396951Z","Path":"sh","Args":["-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":21704,"ExitCode":0,"Error":"","StartedAt":"2024-09-05T14:00:51.434277073Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227","ResolvConfPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/resolv.conf","HostnamePath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hostname","HostsPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hosts","LogPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767-json.log","Name":"/mystifying_edison","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"22/tcp":[{"HostIp":"","HostPort":""}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"ConsoleSize":[0,0],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc-init/diff:/var/lib/docker/overlay2/e28b30c29b08e2926bda21208ef83d5e74c0aee72ed93fed90538a5267b45ab0/diff:/var/lib/docker/overlay2/4d7cb413ac8d21062fde7ba4a60e9188a5d593092022f21ff5d7764688ed4873/diff","MergedDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/merged","UpperDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/diff","WorkDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/work"},"Name":"overlay2"},"Mounts":[],"Config":{"Hostname":"4c724144ece0","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"22/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PASSWORD=02b61382-c977-4def-a6f7-cbc3cc29aa5d","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" 2024-09-05 16:00:51,508 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-1 << HTTP/1.1 200 OK 2024-09-05 16:00:51,508 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Api-Version: 1.43 2024-09-05 16:00:51,508 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Type: application/json 2024-09-05 16:00:51,508 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Docker-Experimental: false 2024-09-05 16:00:51,508 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Ostype: linux 2024-09-05 16:00:51,508 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,508 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,508 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Transfer-Encoding: chunked 2024-09-05 16:00:51,508 (MainClientExec.java:126) DEBUG : ex-00000011: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,509 (Wire.java:92) DEBUG : http-outgoing-1 << ":/sbin:/bin"],"Cmd":["sh","-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"Image":"testcontainers/sshd:1.1.0","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"e1298d0e-a359-4b1b-834a-b35fb9c1baa0","org.testcontainers.version":"1.19.0"}},"NetworkSettings":{"Bridge":"","SandboxID":"685cf6c2dd70ea6c3d31a9e9d0d352e15063d31d687b2ea734f91cc49ea655ac","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"22/tcp":[{"HostIp":"0.0.0.0","HostPort":"32790"},{"HostIp":"::","HostPort":"32790"}]},"SandboxKey":"/var/run/docker/netns/685cf6c2dd70","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8","EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]" 2024-09-05 16:00:51,510 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,510 (Wire.java:92) DEBUG : http-outgoing-1 << "0[\r][\n]" 2024-09-05 16:00:51,510 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,510 (InternalExecRuntime.java:255) DEBUG : ep-00000010: releasing valid endpoint 2024-09-05 16:00:51,511 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000010: releasing endpoint 2024-09-05 16:00:51,511 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000010: connection http-outgoing-1 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,511 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000010: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,512 (AbstrDockerCmd.java:32) DEBUG : Cmd: true,<null>,true,{/bin/sh,-c,while true; do ( true && (grep -i ':0*16' /proc/net/tcp* || nc -vz -w 1 localhost 22 || /bin/bash -c '</dev/tcp/localhost/22') ) && exit 0 || sleep 0.1; done},4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767,<null>,<null>,<null>,<null>,<null> 2024-09-05 16:00:51,515 (InternalHttpClient.java:172) DEBUG : ex-00000012: preparing request execution 2024-09-05 16:00:51,517 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,517 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,517 (ProtocolExec.java:161) DEBUG : ex-00000012: target auth state: UNCHALLENGED 2024-09-05 16:00:51,517 (ProtocolExec.java:167) DEBUG : ex-00000012: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,517 (ConnectExec.java:116) DEBUG : ex-00000012: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,517 (InternalExecRuntime.java:101) DEBUG : ex-00000012: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,517 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000012: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,517 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000012: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,518 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000012: acquired ep-00000011 2024-09-05 16:00:51,518 (InternalExecRuntime.java:120) DEBUG : ex-00000012: acquired endpoint ep-00000011 2024-09-05 16:00:51,518 (MainClientExec.java:102) DEBUG : ex-00000012: executing POST /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/exec HTTP/1.1 2024-09-05 16:00:51,518 (InternalExecRuntime.java:213) DEBUG : ep-00000011: start execution ex-00000012 2024-09-05 16:00:51,518 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000011: executing exchange ex-00000012 over http-outgoing-1 2024-09-05 16:00:51,518 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-1 >> POST /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/exec HTTP/1.1 2024-09-05 16:00:51,518 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> accept: application/json 2024-09-05 16:00:51,518 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> content-type: application/json 2024-09-05 16:00:51,518 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,518 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,518 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,518 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Content-Length: 396 2024-09-05 16:00:51,518 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Host: localhost:2375 2024-09-05 16:00:51,518 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Connection: keep-alive 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "POST /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/exec HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "Content-Length: 396[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:92) DEBUG : http-outgoing-1 >> "[\r][\n]" 2024-09-05 16:00:51,518 (Wire.java:106) DEBUG : http-outgoing-1 >> "{"containerId":"4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767","AttachStdin":null,"AttachStdout":true,"AttachStderr":true,"Tty":null,"Privileged":null,"User":null,"Cmd":["/bin/sh","-c","while true; do ( true && (grep -i ':0*16' /proc/net/tcp* || nc -vz -w 1 localhost 22 || /bin/bash -c '</dev/tcp/localhost/22') ) && exit 0 || sleep 0.1; done"],"Env":null,"WorkingDir":null}" 2024-09-05 16:00:51,519 (Wire.java:92) DEBUG : http-outgoing-1 << "HTTP/1.1 201 Created[\r][\n]" 2024-09-05 16:00:51,519 (Wire.java:92) DEBUG : http-outgoing-1 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,519 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,519 (Wire.java:92) DEBUG : http-outgoing-1 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,519 (Wire.java:92) DEBUG : http-outgoing-1 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,519 (Wire.java:92) DEBUG : http-outgoing-1 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,519 (Wire.java:92) DEBUG : http-outgoing-1 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,520 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Length: 74[\r][\n]" 2024-09-05 16:00:51,520 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,520 (Wire.java:92) DEBUG : http-outgoing-1 << "{"Id":"259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248"}[\n]" 2024-09-05 16:00:51,520 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-1 << HTTP/1.1 201 Created 2024-09-05 16:00:51,520 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Api-Version: 1.43 2024-09-05 16:00:51,520 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Type: application/json 2024-09-05 16:00:51,520 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Docker-Experimental: false 2024-09-05 16:00:51,520 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Ostype: linux 2024-09-05 16:00:51,520 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,520 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,520 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Length: 74 2024-09-05 16:00:51,520 (MainClientExec.java:126) DEBUG : ex-00000012: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,521 (InternalExecRuntime.java:255) DEBUG : ep-00000011: releasing valid endpoint 2024-09-05 16:00:51,522 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000011: releasing endpoint 2024-09-05 16:00:51,522 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000011: connection http-outgoing-1 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,522 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000011: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,569 (InternalHttpClient.java:172) DEBUG : ex-00000013: preparing request execution 2024-09-05 16:00:51,569 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,569 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,569 (ProtocolExec.java:161) DEBUG : ex-00000013: target auth state: UNCHALLENGED 2024-09-05 16:00:51,569 (ProtocolExec.java:167) DEBUG : ex-00000013: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,569 (ConnectExec.java:116) DEBUG : ex-00000013: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,570 (InternalExecRuntime.java:101) DEBUG : ex-00000013: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,570 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000013: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,570 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000013: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,571 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000013: acquired ep-00000012 2024-09-05 16:00:51,571 (InternalExecRuntime.java:120) DEBUG : ex-00000013: acquired endpoint ep-00000012 2024-09-05 16:00:51,571 (MainClientExec.java:102) DEBUG : ex-00000013: executing POST /v1.32/exec/259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248/start HTTP/1.1 2024-09-05 16:00:51,571 (InternalExecRuntime.java:213) DEBUG : ep-00000012: start execution ex-00000013 2024-09-05 16:00:51,571 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000012: executing exchange ex-00000013 over http-outgoing-1 2024-09-05 16:00:51,571 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-1 >> POST /v1.32/exec/259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248/start HTTP/1.1 2024-09-05 16:00:51,571 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> accept: application/json 2024-09-05 16:00:51,572 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> content-type: application/json 2024-09-05 16:00:51,572 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,572 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,572 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,572 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Content-Length: 26 2024-09-05 16:00:51,572 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Host: localhost:2375 2024-09-05 16:00:51,572 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-1 >> Connection: keep-alive 2024-09-05 16:00:51,572 (Wire.java:92) DEBUG : http-outgoing-1 >> "POST /v1.32/exec/259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248/start HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,572 (Wire.java:92) DEBUG : http-outgoing-1 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,572 (Wire.java:92) DEBUG : http-outgoing-1 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:51,573 (Wire.java:92) DEBUG : http-outgoing-1 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,573 (Wire.java:92) DEBUG : http-outgoing-1 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,573 (Wire.java:92) DEBUG : http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,573 (Wire.java:92) DEBUG : http-outgoing-1 >> "Content-Length: 26[\r][\n]" 2024-09-05 16:00:51,573 (Wire.java:92) DEBUG : http-outgoing-1 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,573 (Wire.java:92) DEBUG : http-outgoing-1 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,573 (Wire.java:92) DEBUG : http-outgoing-1 >> "[\r][\n]" 2024-09-05 16:00:51,573 (Wire.java:106) DEBUG : http-outgoing-1 >> "{"Detach":null,"Tty":null}" 2024-09-05 16:00:51,574 (Wire.java:92) DEBUG : http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:51,574 (Wire.java:92) DEBUG : http-outgoing-1 << "Content-Type: application/vnd.docker.raw-stream[\r][\n]" 2024-09-05 16:00:51,574 (Wire.java:92) DEBUG : http-outgoing-1 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,574 (Wire.java:92) DEBUG : http-outgoing-1 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,574 (Wire.java:92) DEBUG : http-outgoing-1 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,574 (Wire.java:92) DEBUG : http-outgoing-1 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,574 (Wire.java:92) DEBUG : http-outgoing-1 << "[\r][\n]" 2024-09-05 16:00:51,574 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-1 << HTTP/1.1 200 OK 2024-09-05 16:00:51,574 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Content-Type: application/vnd.docker.raw-stream 2024-09-05 16:00:51,574 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Api-Version: 1.43 2024-09-05 16:00:51,574 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Docker-Experimental: false 2024-09-05 16:00:51,574 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Ostype: linux 2024-09-05 16:00:51,574 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-1 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,627 (AbstrDockerCmd.java:32) DEBUG : Cmd: 4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767,false 2024-09-05 16:00:51,628 (InspectContainerCmdExec.java:29) DEBUG : GET: DefaultWebTarget{path=[/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json], queryParams={}} 2024-09-05 16:00:51,628 (InternalHttpClient.java:172) DEBUG : ex-00000014: preparing request execution 2024-09-05 16:00:51,628 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,628 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,628 (ProtocolExec.java:161) DEBUG : ex-00000014: target auth state: UNCHALLENGED 2024-09-05 16:00:51,628 (ProtocolExec.java:167) DEBUG : ex-00000014: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,628 (ConnectExec.java:116) DEBUG : ex-00000014: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,628 (InternalExecRuntime.java:101) DEBUG : ex-00000014: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,628 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000014: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,629 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000014: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:51,629 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000014: acquired ep-00000013 2024-09-05 16:00:51,629 (InternalExecRuntime.java:120) DEBUG : ex-00000014: acquired endpoint ep-00000013 2024-09-05 16:00:51,629 (ConnectExec.java:123) DEBUG : ex-00000014: opening connection {}->http://localhost:2375 2024-09-05 16:00:51,629 (InternalExecRuntime.java:162) DEBUG : ep-00000013: connecting endpoint (3 MINUTES) 2024-09-05 16:00:51,629 (PoolingHttpClientConnectionManager.java:405) DEBUG : ep-00000013: connecting endpoint to http://localhost:2375 (3 MINUTES) 2024-09-05 16:00:51,629 (DefaultHttpClientConnectionOperator.java:145) DEBUG : http-outgoing-2: connecting to localhost/127.0.0.1:2375 2024-09-05 16:00:51,631 (DefaultHttpClientConnectionOperator.java:151) DEBUG : http-outgoing-2: connection established 127.0.0.1:54982<->127.0.0.1:2375 2024-09-05 16:00:51,631 (PoolingHttpClientConnectionManager.java:417) DEBUG : ep-00000013: connected http-outgoing-2 2024-09-05 16:00:51,631 (InternalExecRuntime.java:166) DEBUG : ep-00000013: endpoint connected 2024-09-05 16:00:51,631 (MainClientExec.java:102) DEBUG : ex-00000014: executing GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,631 (InternalExecRuntime.java:213) DEBUG : ep-00000013: start execution ex-00000014 2024-09-05 16:00:51,631 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000013: executing exchange ex-00000014 over http-outgoing-2 2024-09-05 16:00:51,631 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,631 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> accept: application/json 2024-09-05 16:00:51,631 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,631 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,631 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,631 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:51,631 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:51,631 (Wire.java:92) DEBUG : http-outgoing-2 >> "GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,631 (Wire.java:92) DEBUG : http-outgoing-2 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,631 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,631 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,631 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,632 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,632 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,632 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:92) DEBUG : http-outgoing-2 << "15a7[\r][\n]" 2024-09-05 16:00:51,635 (Wire.java:106) DEBUG : http-outgoing-2 << "{"Id":"4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767","Created":"2024-09-05T14:00:51.067396951Z","Path":"sh","Args":["-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":21704,"ExitCode":0,"Error":"","StartedAt":"2024-09-05T14:00:51.434277073Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227","ResolvConfPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/resolv.conf","HostnamePath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hostname","HostsPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hosts","LogPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767-json.log","Name":"/mystifying_edison","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":["259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248"],"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"22/tcp":[{"HostIp":"","HostPort":""}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"ConsoleSize":[0,0],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc-init/diff:/var/lib/docker/overlay2/e28b30c29b08e2926bda21208ef83d5e74c0aee72ed93fed90538a5267b45ab0/diff:/var/lib/docker/overlay2/4d7cb413ac8d21062fde7ba4a60e9188a5d593092022f21ff5d7764688ed4873/diff","MergedDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/merged","UpperDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/diff","WorkDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/work"},"Name":"overlay2"},"Mounts":[],"Config":{"Hostname":"4c724144ece0","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"22/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PASSWORD=02b61382-c977-4def-a6f7-cbc3c" 2024-09-05 16:00:51,636 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 200 OK 2024-09-05 16:00:51,636 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:51,636 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Type: application/json 2024-09-05 16:00:51,636 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:51,636 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:51,636 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,636 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,636 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Transfer-Encoding: chunked 2024-09-05 16:00:51,636 (MainClientExec.java:126) DEBUG : ex-00000014: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,636 (Wire.java:92) DEBUG : http-outgoing-2 << "c29aa5d","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["sh","-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"Image":"testcontainers/sshd:1.1.0","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"e1298d0e-a359-4b1b-834a-b35fb9c1baa0","org.testcontainers.version":"1.19.0"}},"NetworkSettings":{"Bridge":"","SandboxID":"685cf6c2dd70ea6c3d31a9e9d0d352e15063d31d687b2ea734f91cc49ea655ac","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"22/tcp":[{"HostIp":"0.0.0.0","HostPort":"32790"},{"HostIp":"::","HostPort":"32790"}]},"SandboxKey":"/var/run/docker/netns/685cf6c2dd70","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8","EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]" 2024-09-05 16:00:51,637 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,638 (Wire.java:92) DEBUG : http-outgoing-2 << "0[\r][\n]" 2024-09-05 16:00:51,638 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,638 (InternalExecRuntime.java:255) DEBUG : ep-00000013: releasing valid endpoint 2024-09-05 16:00:51,638 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000013: releasing endpoint 2024-09-05 16:00:51,638 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000013: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,638 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000013: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:51,654 (Wire.java:92) DEBUG : http-outgoing-1 << "[0x1][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffa4]/proc/net/tcp: 0: 00000000:0016 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0 0 92304 1 0000000000000000 100 0 0 10 0 [\n]" 2024-09-05 16:00:51,655 (Wire.java:106) DEBUG : http-outgoing-1 << "end of stream" 2024-09-05 16:00:51,655 (DefaultManagedHttpClientConnection.java:143) DEBUG : http-outgoing-1: close connection IMMEDIATE 2024-09-05 16:00:51,655 (InternalExecRuntime.java:239) DEBUG : ep-00000012: endpoint closed 2024-09-05 16:00:51,655 (InternalExecRuntime.java:243) DEBUG : ep-00000012: discarding endpoint 2024-09-05 16:00:51,655 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000012: releasing endpoint 2024-09-05 16:00:51,655 (PoolingHttpClientConnectionManager.java:372) DEBUG : ep-00000012: connection is not kept alive 2024-09-05 16:00:51,655 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000012: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,657 (AbstrDockerCmd.java:32) DEBUG : Cmd: 259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248 2024-09-05 16:00:51,658 (InspectExecCmdExec.java:25) DEBUG : GET: DefaultWebTarget{path=[/exec/259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248/json], queryParams={}} 2024-09-05 16:00:51,659 (InternalHttpClient.java:172) DEBUG : ex-00000015: preparing request execution 2024-09-05 16:00:51,659 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,659 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,659 (ProtocolExec.java:161) DEBUG : ex-00000015: target auth state: UNCHALLENGED 2024-09-05 16:00:51,659 (ProtocolExec.java:167) DEBUG : ex-00000015: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,659 (ConnectExec.java:116) DEBUG : ex-00000015: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,659 (InternalExecRuntime.java:101) DEBUG : ex-00000015: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,659 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000015: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,659 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000015: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,660 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000015: acquired ep-00000014 2024-09-05 16:00:51,660 (InternalExecRuntime.java:120) DEBUG : ex-00000015: acquired endpoint ep-00000014 2024-09-05 16:00:51,660 (MainClientExec.java:102) DEBUG : ex-00000015: executing GET /v1.32/exec/259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248/json HTTP/1.1 2024-09-05 16:00:51,660 (InternalExecRuntime.java:213) DEBUG : ep-00000014: start execution ex-00000015 2024-09-05 16:00:51,660 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000014: executing exchange ex-00000015 over http-outgoing-2 2024-09-05 16:00:51,660 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> GET /v1.32/exec/259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248/json HTTP/1.1 2024-09-05 16:00:51,660 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> accept: application/json 2024-09-05 16:00:51,660 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,660 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,660 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,660 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:51,661 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 >> "GET /v1.32/exec/259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Length: 537[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,661 (Wire.java:92) DEBUG : http-outgoing-2 << "{"ID":"259635b71371d7dda711070765c4245919f5edff93b36753a06f8b7a0a11b248","Running":false,"ExitCode":0,"ProcessConfig":{"tty":false,"entrypoint":"/bin/sh","arguments":["-c","while true; do ( true && (grep -i ':0*16' /proc/net/tcp* || nc -vz -w 1 localhost 22 || /bin/bash -c '</dev/tcp/localhost/22') ) && exit 0 || sleep 0.1; done"],"privileged":false},"OpenStdin":false,"OpenStderr":true,"OpenStdout":true,"CanRemove":false,"ContainerID":"4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767","DetachKeys":"","Pid":21746}[\n]" 2024-09-05 16:00:51,662 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 200 OK 2024-09-05 16:00:51,662 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:51,662 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Type: application/json 2024-09-05 16:00:51,662 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:51,662 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:51,662 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,662 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,662 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Length: 537 2024-09-05 16:00:51,662 (MainClientExec.java:126) DEBUG : ex-00000015: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,667 (InternalExecRuntime.java:255) DEBUG : ep-00000014: releasing valid endpoint 2024-09-05 16:00:51,667 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000014: releasing endpoint 2024-09-05 16:00:51,668 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000014: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,668 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000014: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,669 (HostPortWaitStrategy.java:72) DEBUG : Internal port check passed for [22] in PT0.1692295S 2024-09-05 16:00:51,752 (AbstrDockerCmd.java:32) DEBUG : Cmd: 4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767,false 2024-09-05 16:00:51,752 (InspectContainerCmdExec.java:29) DEBUG : GET: DefaultWebTarget{path=[/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json], queryParams={}} 2024-09-05 16:00:51,753 (InternalHttpClient.java:172) DEBUG : ex-00000016: preparing request execution 2024-09-05 16:00:51,753 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,753 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,753 (ProtocolExec.java:161) DEBUG : ex-00000016: target auth state: UNCHALLENGED 2024-09-05 16:00:51,754 (ProtocolExec.java:167) DEBUG : ex-00000016: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,754 (ConnectExec.java:116) DEBUG : ex-00000016: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,754 (InternalExecRuntime.java:101) DEBUG : ex-00000016: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,754 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000016: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,754 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000016: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,754 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000016: acquired ep-00000015 2024-09-05 16:00:51,754 (InternalExecRuntime.java:120) DEBUG : ex-00000016: acquired endpoint ep-00000015 2024-09-05 16:00:51,754 (MainClientExec.java:102) DEBUG : ex-00000016: executing GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,754 (InternalExecRuntime.java:213) DEBUG : ep-00000015: start execution ex-00000016 2024-09-05 16:00:51,754 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000015: executing exchange ex-00000016 over http-outgoing-2 2024-09-05 16:00:51,755 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,755 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> accept: application/json 2024-09-05 16:00:51,755 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,755 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,755 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,755 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:51,755 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:51,755 (Wire.java:92) DEBUG : http-outgoing-2 >> "GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,755 (Wire.java:92) DEBUG : http-outgoing-2 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,755 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,755 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,756 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,757 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,757 (Wire.java:92) DEBUG : http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:51,757 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,757 (Wire.java:92) DEBUG : http-outgoing-2 << "1567[\r][\n]" 2024-09-05 16:00:51,757 (Wire.java:106) DEBUG : http-outgoing-2 << "{"Id":"4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767","Created":"2024-09-05T14:00:51.067396951Z","Path":"sh","Args":["-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":21704,"ExitCode":0,"Error":"","StartedAt":"2024-09-05T14:00:51.434277073Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227","ResolvConfPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/resolv.conf","HostnamePath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hostname","HostsPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hosts","LogPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767-json.log","Name":"/mystifying_edison","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"22/tcp":[{"HostIp":"","HostPort":""}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"ConsoleSize":[0,0],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc-init/diff:/var/lib/docker/overlay2/e28b30c29b08e2926bda21208ef83d5e74c0aee72ed93fed90538a5267b45ab0/diff:/var/lib/docker/overlay2/4d7cb413ac8d21062fde7ba4a60e9188a5d593092022f21ff5d7764688ed4873/diff","MergedDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/merged","UpperDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/diff","WorkDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/work"},"Name":"overlay2"},"Mounts":[],"Config":{"Hostname":"4c724144ece0","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"22/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PASSWORD=02b61382-c977-4def-a6f7-cbc3cc29aa5d","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" 2024-09-05 16:00:51,757 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 200 OK 2024-09-05 16:00:51,757 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:51,757 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Type: application/json 2024-09-05 16:00:51,757 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:51,757 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:51,757 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,757 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,757 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Transfer-Encoding: chunked 2024-09-05 16:00:51,757 (MainClientExec.java:126) DEBUG : ex-00000016: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,758 (Wire.java:92) DEBUG : http-outgoing-2 << ":/sbin:/bin"],"Cmd":["sh","-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"Image":"testcontainers/sshd:1.1.0","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"e1298d0e-a359-4b1b-834a-b35fb9c1baa0","org.testcontainers.version":"1.19.0"}},"NetworkSettings":{"Bridge":"","SandboxID":"685cf6c2dd70ea6c3d31a9e9d0d352e15063d31d687b2ea734f91cc49ea655ac","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"22/tcp":[{"HostIp":"0.0.0.0","HostPort":"32790"},{"HostIp":"::","HostPort":"32790"}]},"SandboxKey":"/var/run/docker/netns/685cf6c2dd70","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8","EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]" 2024-09-05 16:00:51,759 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,759 (Wire.java:92) DEBUG : http-outgoing-2 << "0[\r][\n]" 2024-09-05 16:00:51,759 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,759 (InternalExecRuntime.java:255) DEBUG : ep-00000015: releasing valid endpoint 2024-09-05 16:00:51,759 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000015: releasing endpoint 2024-09-05 16:00:51,759 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000015: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,759 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000015: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,892 (AbstrDockerCmd.java:32) DEBUG : Cmd: 4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767,false 2024-09-05 16:00:51,892 (InspectContainerCmdExec.java:29) DEBUG : GET: DefaultWebTarget{path=[/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json], queryParams={}} 2024-09-05 16:00:51,892 (InternalHttpClient.java:172) DEBUG : ex-00000017: preparing request execution 2024-09-05 16:00:51,893 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:51,893 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:51,893 (ProtocolExec.java:161) DEBUG : ex-00000017: target auth state: UNCHALLENGED 2024-09-05 16:00:51,893 (ProtocolExec.java:167) DEBUG : ex-00000017: proxy auth state: UNCHALLENGED 2024-09-05 16:00:51,893 (ConnectExec.java:116) DEBUG : ex-00000017: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:51,893 (InternalExecRuntime.java:101) DEBUG : ex-00000017: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:51,893 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000017: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,893 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000017: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,894 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000017: acquired ep-00000016 2024-09-05 16:00:51,894 (InternalExecRuntime.java:120) DEBUG : ex-00000017: acquired endpoint ep-00000016 2024-09-05 16:00:51,894 (MainClientExec.java:102) DEBUG : ex-00000017: executing GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,894 (InternalExecRuntime.java:213) DEBUG : ep-00000016: start execution ex-00000017 2024-09-05 16:00:51,895 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000016: executing exchange ex-00000017 over http-outgoing-2 2024-09-05 16:00:51,895 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1 2024-09-05 16:00:51,895 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> accept: application/json 2024-09-05 16:00:51,895 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:51,895 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:51,895 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:51,895 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:51,895 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:51,895 (Wire.java:92) DEBUG : http-outgoing-2 >> "GET /v1.32/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:51,895 (Wire.java:92) DEBUG : http-outgoing-2 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:51,895 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:51,895 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:51,895 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:51,895 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:51,895 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:51,895 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:51,896 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:51,896 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:51,896 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:51,896 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:51,896 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:51,896 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:51,897 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:51 GMT[\r][\n]" 2024-09-05 16:00:51,897 (Wire.java:92) DEBUG : http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:51,897 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,897 (Wire.java:92) DEBUG : http-outgoing-2 << "1567[\r][\n]" 2024-09-05 16:00:51,897 (Wire.java:106) DEBUG : http-outgoing-2 << "{"Id":"4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767","Created":"2024-09-05T14:00:51.067396951Z","Path":"sh","Args":["-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":21704,"ExitCode":0,"Error":"","StartedAt":"2024-09-05T14:00:51.434277073Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:de24b5ae72951a042af5350c701c4e5f18152b42292d8d756f712e67efab3227","ResolvConfPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/resolv.conf","HostnamePath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hostname","HostsPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/hosts","LogPath":"/var/lib/docker/containers/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767/4c724144ece06c5da9e4998b9ce112456daefd7974c73cff821937f8a82a4767-json.log","Name":"/mystifying_edison","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"22/tcp":[{"HostIp":"","HostPort":""}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"ConsoleSize":[0,0],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc-init/diff:/var/lib/docker/overlay2/e28b30c29b08e2926bda21208ef83d5e74c0aee72ed93fed90538a5267b45ab0/diff:/var/lib/docker/overlay2/4d7cb413ac8d21062fde7ba4a60e9188a5d593092022f21ff5d7764688ed4873/diff","MergedDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/merged","UpperDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/diff","WorkDir":"/var/lib/docker/overlay2/48d13920817e00456db0f19b5fddf09326fa2fb66fe3d16e9b13a0f2b86d71bc/work"},"Name":"overlay2"},"Mounts":[],"Config":{"Hostname":"4c724144ece0","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"22/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PASSWORD=02b61382-c977-4def-a6f7-cbc3cc29aa5d","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" 2024-09-05 16:00:51,903 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 200 OK 2024-09-05 16:00:51,903 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:51,903 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Type: application/json 2024-09-05 16:00:51,903 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:51,903 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:51,903 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:51,903 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:51 GMT 2024-09-05 16:00:51,903 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Transfer-Encoding: chunked 2024-09-05 16:00:51,904 (MainClientExec.java:126) DEBUG : ex-00000017: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:51,904 (Wire.java:92) DEBUG : http-outgoing-2 << ":/sbin:/bin"],"Cmd":["sh","-c","echo \"root:$PASSWORD\" | chpasswd && /usr/sbin/sshd -D -o PermitRootLogin=yes -o AddressFamily=inet -o GatewayPorts=yes -o AllowAgentForwarding=yes -o AllowTcpForwarding=yes -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa "],"Image":"testcontainers/sshd:1.1.0","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"e1298d0e-a359-4b1b-834a-b35fb9c1baa0","org.testcontainers.version":"1.19.0"}},"NetworkSettings":{"Bridge":"","SandboxID":"685cf6c2dd70ea6c3d31a9e9d0d352e15063d31d687b2ea734f91cc49ea655ac","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"22/tcp":[{"HostIp":"0.0.0.0","HostPort":"32790"},{"HostIp":"::","HostPort":"32790"}]},"SandboxKey":"/var/run/docker/netns/685cf6c2dd70","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8","EndpointID":"964dedb6955ad86161d1b2edec6e2ed6533125fea3987f0f6009b59201bfab1f","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]" 2024-09-05 16:00:51,905 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,905 (Wire.java:92) DEBUG : http-outgoing-2 << "0[\r][\n]" 2024-09-05 16:00:51,905 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:51,905 (InternalExecRuntime.java:255) DEBUG : ep-00000016: releasing valid endpoint 2024-09-05 16:00:51,905 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000016: releasing endpoint 2024-09-05 16:00:51,906 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000016: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:51,906 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000016: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:51,907 (HostPortWaitStrategy.java:93) DEBUG : External port check passed for [22] mapped as [32790] in PT0.4056501S 2024-09-05 16:00:51,907 (GenericContainer.java:543) INFO : Container testcontainers/sshd:1.1.0 started in PT1.643901S 2024-09-05 16:00:52,120 (AbstrDockerCmd.java:32) DEBUG : Cmd: org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl@2e5ee2c9[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=AuthConfig(username=eraonel, email=null, registryAddress=https://index.docker.io/v1/, stackOrchestrator=null),cmd={},domainName=<null>,entrypoint=<null>,env={},exposedPorts=ExposedPorts(exposedPorts=[830/tcp]),healthcheck=<null>,hostConfig=HostConfig(binds=[], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=[host.testcontainers.internal:172.17.0.3], groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings={830/tcp=[Lcom.github.dockerjava.api.model.Ports$Binding;@4d27d9d}, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=[], mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=netopeer2:latest,ipv4Address=<null>,ipv6Address=<null>,labels={org.testcontainers=true, org.testcontainers.lang=java, org.testcontainers.version=1.19.0, org.testcontainers.sessionId=e1298d0e-a359-4b1b-834a-b35fb9c1baa0},macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=<null>,volumes=Volumes(volumes=[]),workingDir=<null>] 2024-09-05 16:00:52,123 (InternalHttpClient.java:172) DEBUG : ex-00000018: preparing request execution 2024-09-05 16:00:52,123 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,123 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,123 (ProtocolExec.java:161) DEBUG : ex-00000018: target auth state: UNCHALLENGED 2024-09-05 16:00:52,123 (ProtocolExec.java:167) DEBUG : ex-00000018: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,123 (ConnectExec.java:116) DEBUG : ex-00000018: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,123 (InternalExecRuntime.java:101) DEBUG : ex-00000018: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,123 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000018: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,123 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000018: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,123 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000018: acquired ep-00000017 2024-09-05 16:00:52,123 (InternalExecRuntime.java:120) DEBUG : ex-00000018: acquired endpoint ep-00000017 2024-09-05 16:00:52,123 (MainClientExec.java:102) DEBUG : ex-00000018: executing POST /v1.32/containers/create HTTP/1.1 2024-09-05 16:00:52,124 (InternalExecRuntime.java:213) DEBUG : ep-00000017: start execution ex-00000018 2024-09-05 16:00:52,124 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000017: executing exchange ex-00000018 over http-outgoing-2 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> POST /v1.32/containers/create HTTP/1.1 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> X-Registry-Auth: eyJ1c2VybmFtZSI6ImVyYW9uZWwiLCJwYXNzd29yZCI6ImRja3JfcGF0X29kN1FHQ19GMGhfelR5eG5Mc25ROTh4RXlLNCIsImVtYWlsIjpudWxsLCJzZXJ2ZXJhZGRyZXNzIjoiaHR0cHM6Ly9pbmRleC5kb2NrZXIuaW8vdjEvIiwiYXV0aCI6bnVsbCwicmVnaXN0cnl0b2tlbiI6bnVsbCwiaWRlbnRpdHl0b2tlbiI6bnVsbCwic3RhY2tPcmNoZXN0cmF0b3IiOm51bGx9 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> accept: application/json 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> content-type: application/json 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Content-Length: 2008 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:52,124 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:52,124 (Wire.java:92) DEBUG : http-outgoing-2 >> "POST /v1.32/containers/create HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,124 (Wire.java:92) DEBUG : http-outgoing-2 >> "X-Registry-Auth: eyJ1c2VybmFtZSI6ImVyYW9uZWwiLCJwYXNzd29yZCI6ImRja3JfcGF0X29kN1FHQ19GMGhfelR5eG5Mc25ROTh4RXlLNCIsImVtYWlsIjpudWxsLCJzZXJ2ZXJhZGRyZXNzIjoiaHR0cHM6Ly9pbmRleC5kb2NrZXIuaW8vdjEvIiwiYXV0aCI6bnVsbCwicmVnaXN0cnl0b2tlbiI6bnVsbCwiaWRlbnRpdHl0b2tlbiI6bnVsbCwic3RhY2tPcmNoZXN0cmF0b3IiOm51bGx9[\r][\n]" 2024-09-05 16:00:52,124 (Wire.java:92) DEBUG : http-outgoing-2 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,124 (Wire.java:92) DEBUG : http-outgoing-2 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:52,124 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,124 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,124 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,124 (Wire.java:92) DEBUG : http-outgoing-2 >> "Content-Length: 2008[\r][\n]" 2024-09-05 16:00:52,124 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,125 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,125 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:52,125 (Wire.java:106) DEBUG : http-outgoing-2 >> "{"Hostname":null,"Domainname":null,"User":null,"AttachStdin":null,"AttachStdout":null,"AttachStderr":null,"PortSpecs":null,"Tty":null,"OpenStdin":null,"StdinOnce":null,"Env":[],"Cmd":[],"Healthcheck":null,"ArgsEscaped":null,"Entrypoint":null,"Image":"netopeer2:latest","Volumes":{},"WorkingDir":null,"MacAddress":null,"OnBuild":null,"NetworkDisabled":null,"ExposedPorts":{"830/tcp":{}},"StopSignal":null,"StopTimeout":null,"HostConfig":{"Binds":[],"BlkioWeight":null,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"MemorySwappiness":null,"NanoCpus":null,"CapAdd":null,"CapDrop":null,"ContainerIDFile":null,"CpuPeriod":null,"CpuRealtimePeriod":null,"CpuRealtimeRuntime":null,"CpuShares":null,"CpuQuota":null,"CpusetCpus":null,"CpusetMems":null,"Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"DiskQuota":null,"Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":["host.testcontainers.internal:172.17.0.3"],"GroupAdd":null,"IpcMode":null,"Cgroup":null,"Links":[],"LogConfig":null,"LxcConf":null,"Memory":null,"MemorySwap":null,"MemoryReservation":null,"KernelMemory":null,"NetworkMode":null,"OomKillDisable":null,"Init":null,"AutoRemove":null,"OomScoreAdj":null,"PortBindings":{"830/tcp":[{"HostIp":"","HostPort":""}]},"Privileged":null,"PublishAllPorts":null,"ReadonlyRootfs":null,"RestartPolicy":null,"Ulimits":null,"CpuCount":null,"CpuPercent":null,"IOMaximumIOps":null,"IOMaximumBandwidth":null,"VolumesFrom":[],"Mounts":null,"PidMode":null,"Isolation":null,"SecurityOpt":null,"StorageOpt":null,"CgroupParent":null,"VolumeDriver":null,"ShmSize":null,"PidsLimit":null,"Runtime":null,"Tmpfs":null,"UTSMode":null,"UsernsMode":null,"Sysctls":null,"ConsoleSize":null,"CgroupnsMode":null},"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0","org.testcontainers.sessionId":"e1298d0e-a359-4b1b-834a-b35fb9c1baa0"},"Shell":null,"NetworkingConfig":null}" 2024-09-05 16:00:52,172 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 201 Created[\r][\n]" 2024-09-05 16:00:52,173 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,173 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:52,173 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,173 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,173 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,173 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,173 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Length: 88[\r][\n]" 2024-09-05 16:00:52,173 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,173 (Wire.java:92) DEBUG : http-outgoing-2 << "{"Id":"7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f","Warnings":[]}[\n]" 2024-09-05 16:00:52,173 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 201 Created 2024-09-05 16:00:52,173 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:52,173 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Type: application/json 2024-09-05 16:00:52,173 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:52,173 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:52,173 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,173 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,173 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Length: 88 2024-09-05 16:00:52,173 (MainClientExec.java:126) DEBUG : ex-00000018: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,174 (InternalExecRuntime.java:255) DEBUG : ep-00000017: releasing valid endpoint 2024-09-05 16:00:52,174 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000017: releasing endpoint 2024-09-05 16:00:52,174 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000017: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,174 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000017: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,176 (AbstrDockerCmd.java:32) DEBUG : Cmd: 7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f,<null>,ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8 2024-09-05 16:00:52,178 (InternalHttpClient.java:172) DEBUG : ex-00000019: preparing request execution 2024-09-05 16:00:52,178 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,179 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,179 (ProtocolExec.java:161) DEBUG : ex-00000019: target auth state: UNCHALLENGED 2024-09-05 16:00:52,179 (ProtocolExec.java:167) DEBUG : ex-00000019: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,179 (ConnectExec.java:116) DEBUG : ex-00000019: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,179 (InternalExecRuntime.java:101) DEBUG : ex-00000019: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,179 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000019: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,179 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000019: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,180 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000019: acquired ep-00000018 2024-09-05 16:00:52,180 (InternalExecRuntime.java:120) DEBUG : ex-00000019: acquired endpoint ep-00000018 2024-09-05 16:00:52,180 (MainClientExec.java:102) DEBUG : ex-00000019: executing POST /v1.32/networks/ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8/connect HTTP/1.1 2024-09-05 16:00:52,180 (InternalExecRuntime.java:213) DEBUG : ep-00000018: start execution ex-00000019 2024-09-05 16:00:52,180 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000018: executing exchange ex-00000019 over http-outgoing-2 2024-09-05 16:00:52,180 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> POST /v1.32/networks/ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8/connect HTTP/1.1 2024-09-05 16:00:52,180 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> content-type: application/json 2024-09-05 16:00:52,180 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,180 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,180 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,180 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Content-Length: 125 2024-09-05 16:00:52,180 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:52,180 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:52,180 (Wire.java:92) DEBUG : http-outgoing-2 >> "POST /v1.32/networks/ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8/connect HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,180 (Wire.java:92) DEBUG : http-outgoing-2 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:52,180 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,180 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,180 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,180 (Wire.java:92) DEBUG : http-outgoing-2 >> "Content-Length: 125[\r][\n]" 2024-09-05 16:00:52,180 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,180 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,180 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:52,180 (Wire.java:106) DEBUG : http-outgoing-2 >> "{"containerConfig":null,"Container":"7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f","EndpointConfig":null}" 2024-09-05 16:00:52,191 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,191 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,191 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,191 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,191 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,191 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,191 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Length: 0[\r][\n]" 2024-09-05 16:00:52,191 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,192 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 200 OK 2024-09-05 16:00:52,192 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:52,192 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:52,192 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:52,192 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,192 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,192 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Length: 0 2024-09-05 16:00:52,192 (MainClientExec.java:126) DEBUG : ex-00000019: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,192 (InternalExecRuntime.java:255) DEBUG : ep-00000018: releasing valid endpoint 2024-09-05 16:00:52,192 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000018: releasing endpoint 2024-09-05 16:00:52,192 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000018: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,192 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000018: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,193 (GenericContainer.java:452) INFO : Container netopeer2:latest is starting: 7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f 2024-09-05 16:00:52,193 (AbstrDockerCmd.java:32) DEBUG : Cmd: 7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f 2024-09-05 16:00:52,193 (InternalHttpClient.java:172) DEBUG : ex-0000001A: preparing request execution 2024-09-05 16:00:52,193 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,194 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,194 (ProtocolExec.java:161) DEBUG : ex-0000001A: target auth state: UNCHALLENGED 2024-09-05 16:00:52,194 (ProtocolExec.java:167) DEBUG : ex-0000001A: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,194 (ConnectExec.java:116) DEBUG : ex-0000001A: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,194 (InternalExecRuntime.java:101) DEBUG : ex-0000001A: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,194 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000001A: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,194 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000001A: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,194 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000001A: acquired ep-00000019 2024-09-05 16:00:52,194 (InternalExecRuntime.java:120) DEBUG : ex-0000001A: acquired endpoint ep-00000019 2024-09-05 16:00:52,194 (MainClientExec.java:102) DEBUG : ex-0000001A: executing POST /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/start HTTP/1.1 2024-09-05 16:00:52,194 (InternalExecRuntime.java:213) DEBUG : ep-00000019: start execution ex-0000001A 2024-09-05 16:00:52,194 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000019: executing exchange ex-0000001A over http-outgoing-2 2024-09-05 16:00:52,194 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> POST /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/start HTTP/1.1 2024-09-05 16:00:52,195 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> accept: application/json 2024-09-05 16:00:52,195 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> content-type: application/json 2024-09-05 16:00:52,195 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,195 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,195 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,195 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:52,195 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:52,195 (Wire.java:92) DEBUG : http-outgoing-2 >> "POST /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/start HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,195 (Wire.java:92) DEBUG : http-outgoing-2 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,195 (Wire.java:92) DEBUG : http-outgoing-2 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:52,195 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,195 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,195 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,195 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,195 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,195 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:52,452 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 204 No Content[\r][\n]" 2024-09-05 16:00:52,452 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,452 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,452 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,452 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,452 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,452 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,452 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 204 No Content 2024-09-05 16:00:52,452 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:52,452 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:52,452 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:52,452 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,452 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,452 (MainClientExec.java:126) DEBUG : ex-0000001A: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,452 (InternalExecRuntime.java:255) DEBUG : ep-00000019: releasing valid endpoint 2024-09-05 16:00:52,452 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000019: releasing endpoint 2024-09-05 16:00:52,452 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000019: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,452 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000019: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,455 (AbstrDockerCmd.java:32) DEBUG : Cmd: 7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f,false 2024-09-05 16:00:52,455 (InspectContainerCmdExec.java:29) DEBUG : GET: DefaultWebTarget{path=[/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/json], queryParams={}} 2024-09-05 16:00:52,455 (InternalHttpClient.java:172) DEBUG : ex-0000001C: preparing request execution 2024-09-05 16:00:52,455 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,455 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,455 (ProtocolExec.java:161) DEBUG : ex-0000001C: target auth state: UNCHALLENGED 2024-09-05 16:00:52,455 (InternalHttpClient.java:172) DEBUG : ex-0000001B: preparing request execution 2024-09-05 16:00:52,455 (ProtocolExec.java:167) DEBUG : ex-0000001C: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,455 (ConnectExec.java:116) DEBUG : ex-0000001C: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,455 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,455 (InternalExecRuntime.java:101) DEBUG : ex-0000001C: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,456 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,456 (ProtocolExec.java:161) DEBUG : ex-0000001B: target auth state: UNCHALLENGED 2024-09-05 16:00:52,456 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000001C: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,456 (ProtocolExec.java:167) DEBUG : ex-0000001B: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,456 (ConnectExec.java:116) DEBUG : ex-0000001B: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,456 (InternalExecRuntime.java:101) DEBUG : ex-0000001B: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,456 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000001C: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,456 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000001B: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,456 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000001C: acquired ep-0000001A 2024-09-05 16:00:52,456 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000001B: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,456 (InternalExecRuntime.java:120) DEBUG : ex-0000001C: acquired endpoint ep-0000001A 2024-09-05 16:00:52,456 (MainClientExec.java:102) DEBUG : ex-0000001C: executing GET /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/json HTTP/1.1 2024-09-05 16:00:52,456 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000001B: acquired ep-0000001B 2024-09-05 16:00:52,456 (InternalExecRuntime.java:213) DEBUG : ep-0000001A: start execution ex-0000001C 2024-09-05 16:00:52,456 (InternalExecRuntime.java:120) DEBUG : ex-0000001B: acquired endpoint ep-0000001B 2024-09-05 16:00:52,456 (ConnectExec.java:123) DEBUG : ex-0000001B: opening connection {}->http://localhost:2375 2024-09-05 16:00:52,456 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000001A: executing exchange ex-0000001C over http-outgoing-2 2024-09-05 16:00:52,456 (InternalExecRuntime.java:162) DEBUG : ep-0000001B: connecting endpoint (3 MINUTES) 2024-09-05 16:00:52,456 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> GET /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/json HTTP/1.1 2024-09-05 16:00:52,456 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> accept: application/json 2024-09-05 16:00:52,456 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,456 (PoolingHttpClientConnectionManager.java:405) DEBUG : ep-0000001B: connecting endpoint to http://localhost:2375 (3 MINUTES) 2024-09-05 16:00:52,456 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,456 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,456 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:52,456 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:52,456 (Wire.java:92) DEBUG : http-outgoing-2 >> "GET /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,456 (Wire.java:92) DEBUG : http-outgoing-2 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,456 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,457 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,457 (DefaultHttpClientConnectionOperator.java:145) DEBUG : http-outgoing-3: connecting to localhost/127.0.0.1:2375 2024-09-05 16:00:52,457 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,457 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,457 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,457 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:52,457 (DefaultHttpClientConnectionOperator.java:151) DEBUG : http-outgoing-3: connection established 127.0.0.1:54996<->127.0.0.1:2375 2024-09-05 16:00:52,457 (PoolingHttpClientConnectionManager.java:417) DEBUG : ep-0000001B: connected http-outgoing-3 2024-09-05 16:00:52,457 (InternalExecRuntime.java:166) DEBUG : ep-0000001B: endpoint connected 2024-09-05 16:00:52,457 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,457 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,457 (MainClientExec.java:102) DEBUG : ex-0000001B: executing GET /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1 2024-09-05 16:00:52,457 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,458 (InternalExecRuntime.java:213) DEBUG : ep-0000001B: start execution ex-0000001B 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,458 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000001B: executing exchange ex-0000001B over http-outgoing-3 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-2 << "1d22[\r][\n]" 2024-09-05 16:00:52,458 (Wire.java:106) DEBUG : http-outgoing-2 << "{"Id":"7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f","Created":"2024-09-05T14:00:52.137718172Z","Path":"/usr/sbin/netopeer2-server","Args":["-d","-c","SSH"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":21808,"ExitCode":0,"Error":"","StartedAt":"2024-09-05T14:00:52.457411872Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:4f3dd7211b72ef39e2df1a7894dd9ffdd30c7f926b636abc945652620ed71039","ResolvConfPath":"/var/lib/docker/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/resolv.conf","HostnamePath":"/var/lib/docker/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/hostname","HostsPath":"/var/lib/docker/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/hosts","LogPath":"/var/lib/docker/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f-json.log","Name":"/great_williams","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"830/tcp":[{"HostIp":"","HostPort":""}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"ConsoleSize":[0,0],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":["host.testcontainers.internal:172.17.0.3"],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/26280aa5ecdf781c599939af87ca0ec80e8c3305c8b2a3113bdc37cb68ad349d-init/diff:/var/lib/docker/overlay2/59cafbcceb3ee7882372ce1db875c23216b8584d606621cc21832cb6d1a73e9e/diff:/var/lib/docker/overlay2/fa10d9157bb542cccbd7c96550043e82d43851435bf729b392bd03267198e38f/diff:/var/lib/docker/overlay2/7e367105c5497246faf1b330427bc202922d2894edede32228ef353da3b66672/diff:/var/lib/docker/overlay2/ea14272e24561aca94ee60207957bd94b4213ccbc2f83eaa9f7403212646f918/diff:/var/lib/docker/overlay2/da40b919c95987f2194bcfc0c1803b933e106fe4d197b1b8b7ffadf9e4dc56e2/diff:/var/lib/docker/overlay2/8a1f527bca8deb0c5343427d0171097906522d16801a6e9b5a70437473104ef0/diff:/var/lib/docker/overlay2/667c16009e95a4b7d5c3ff26f916548c75e8c65fd0d0d6a7f2177d6d598844fa/diff:/var/lib/docker/overlay2/2e44d3c7c20a9ea6c4e9c615bdac0198419be54c482ebab6a14fa51649c007ca/diff:/var/lib/docker/overlay2/a2d0b870c0f17eea14ade32620e70e1f3afef83d8493a8a242fe8879a39331a2/diff:/var/lib/docker/overlay2/5a6272e6569eafc40072e8a4d862df0e730021f273b525d9e2e76ab4e5f4f0c6/diff:/var/lib/docker/overlay2/36d11b7f08154e5bc7d4d6a33c6d2abb123dec6a9ed393efe262e72f35d78d1b" 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-3 >> GET /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-3 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-3 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-3 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 200 OK 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-3 >> Host: localhost:2375 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-3 >> Connection: keep-alive 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Type: application/json 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-3 >> "GET /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-3 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-3 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-3 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-3 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-3 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,458 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Transfer-Encoding: chunked 2024-09-05 16:00:52,458 (Wire.java:92) DEBUG : http-outgoing-3 >> "[\r][\n]" 2024-09-05 16:00:52,458 (MainClientExec.java:126) DEBUG : ex-0000001C: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,459 (Wire.java:92) DEBUG : http-outgoing-2 << "/diff:/var/lib/docker/overlay2/64fd49538ce471e563fab65c353bfde207894aec03e10b2892d4570545ce7616/diff:/var/lib/docker/overlay2/ba2f7c137723b6123383558618d00df8a59ad7f75e2e905be3b0ee9d9a03e0a3/diff:/var/lib/docker/overlay2/d3f4e0a71673529fb2f7d8a989c9247be31aae483583f5a626625dc628c4e055/diff:/var/lib/docker/overlay2/529699c40f54fb41ef0b1d473e01035d586d153a4d8e80e31913cbc236fdc1ce/diff:/var/lib/docker/overlay2/32eaf33b06ade0250187a3c35d35d59ce448280a6df310cb0ee1a59dde9959b3/diff:/var/lib/docker/overlay2/a932ade4b3512afa0bf7f291816db0b963c499cfeb51ece2a303b2a1af347581/diff:/var/lib/docker/overlay2/02f89e2ac7bbc71b91b5079fed3c86920d73f2983077fead52bf50b66d4d36d4/diff","MergedDir":"/var/lib/docker/overlay2/26280aa5ecdf781c599939af87ca0ec80e8c3305c8b2a3113bdc37cb68ad349d/merged","UpperDir":"/var/lib/docker/overlay2/26280aa5ecdf781c599939af87ca0ec80e8c3305c8b2a3113bdc37cb68ad349d/diff","WorkDir":"/var/lib/docker/overlay2/26280aa5ecdf781c599939af87ca0ec80e8c3305c8b2a3113bdc37cb68ad349d/work"},"Name":"overlay2"},"Mounts":[],"Config":{"Hostname":"7a4ac4ebb3cb","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"4334/tcp":{},"4335/tcp":{},"6513/tcp":{},"830/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","EDITOR=vim","SSH_LISTEN_XML_CONTENT=<netconf-server xmlns=\"urn:ietf:params:xml:ns:yang:ietf-netconf-server\"><listen><endpoints><endpoint><name>default-ssh</name><ssh><tcp-server-parameters><local-address>0.0.0.0</local-address></tcp-server-parameters><ssh-server-parameters><server-identity><host-key><name>default-key</name><public-key><central-keystore-reference>genkey</central-keystore-reference></public-key></host-key></server-identity><client-authentication><users><user><name>netconf</name><keyboard-interactive xmlns=\"urn:cesnet:libnetconf2-netconf-server\"><use-system-auth /></keyboard-interactive></user></users></client-authentication></ssh-server-parameters></ssh></endpoint></endpoints></listen></netconf-server>"],"Cmd":["/usr/sbin/netopeer2-server","-d","-c","SSH"],"Image":"netopeer2:latest","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"e1298d0e-a359-4b1b-834a-b35fb9c1baa0","org.testcontainers.version":"1.19.0"}},"NetworkSettings":{"Bridge":"","SandboxID":"1a975009b01aa59ab3ea97736e049cddaaf5bbfecf2afb86cdc22d2a37f70182","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"4334/tcp":null,"4335/tcp":null,"6513/tcp":null,"830/tcp":[{"HostIp":"0.0.0.0","HostPort":"32791"},{"HostIp":"::","HostPort":"32791"}]},"SandboxKey":"/var/run/docker/netns/1a975009b01a","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"9a1d902da44ab8c5e8fcad855207499666f8dda297a2f00e5aaac8cae2572ab9","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.4","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:04","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"ed8dd862f9191ef18142434a83a30d3fdd1f3a5eb27ad1fc34b3015eefba99e8","EndpointID":"9a1d902da44ab8c5e8fcad855207499666f8dda297a2f00e5aaac8cae2572ab9","Gateway":"172.17.0.1","IPAddress":"172.17.0.4","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:04","DriverOpts":null}}}}[\n]" 2024-09-05 16:00:52,460 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,460 (Wire.java:92) DEBUG : http-outgoing-2 << "0[\r][\n]" 2024-09-05 16:00:52,460 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,460 (InternalExecRuntime.java:255) DEBUG : ep-0000001A: releasing valid endpoint 2024-09-05 16:00:52,460 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000001A: releasing endpoint 2024-09-05 16:00:52,460 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-0000001A: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,461 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000001A: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,461 (Wire.java:92) DEBUG : http-outgoing-3 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,461 (Wire.java:92) DEBUG : http-outgoing-3 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,461 (Wire.java:92) DEBUG : http-outgoing-3 << "Content-Type: application/vnd.docker.raw-stream[\r][\n]" 2024-09-05 16:00:52,461 (Wire.java:92) DEBUG : http-outgoing-3 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,461 (Wire.java:92) DEBUG : http-outgoing-3 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,461 (Wire.java:92) DEBUG : http-outgoing-3 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,461 (Wire.java:92) DEBUG : http-outgoing-3 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,461 (Wire.java:92) DEBUG : http-outgoing-3 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:52,461 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,461 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-3 << HTTP/1.1 200 OK 2024-09-05 16:00:52,461 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-3 << Api-Version: 1.43 2024-09-05 16:00:52,461 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-3 << Content-Type: application/vnd.docker.raw-stream 2024-09-05 16:00:52,461 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-3 << Docker-Experimental: false 2024-09-05 16:00:52,461 (AbstrDockerCmd.java:32) DEBUG : Cmd: sha256:4f3dd7211b72ef39e2df1a7894dd9ffdd30c7f926b636abc945652620ed71039 2024-09-05 16:00:52,461 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-3 << Ostype: linux 2024-09-05 16:00:52,461 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-3 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,461 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-3 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,461 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-3 << Transfer-Encoding: chunked 2024-09-05 16:00:52,461 (MainClientExec.java:126) DEBUG : ex-0000001B: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,461 (InternalHttpClient.java:172) DEBUG : ex-0000001D: preparing request execution 2024-09-05 16:00:52,461 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,462 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,462 (ProtocolExec.java:161) DEBUG : ex-0000001D: target auth state: UNCHALLENGED 2024-09-05 16:00:52,462 (ProtocolExec.java:167) DEBUG : ex-0000001D: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,462 (ConnectExec.java:116) DEBUG : ex-0000001D: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,462 (InternalExecRuntime.java:101) DEBUG : ex-0000001D: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,462 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000001D: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,462 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000001D: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,462 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000001D: acquired ep-0000001C 2024-09-05 16:00:52,462 (InternalExecRuntime.java:120) DEBUG : ex-0000001D: acquired endpoint ep-0000001C 2024-09-05 16:00:52,462 (MainClientExec.java:102) DEBUG : ex-0000001D: executing GET /v1.32/images/sha256:4f3dd7211b72ef39e2df1a7894dd9ffdd30c7f926b636abc945652620ed71039/json HTTP/1.1 2024-09-05 16:00:52,462 (InternalExecRuntime.java:213) DEBUG : ep-0000001C: start execution ex-0000001D 2024-09-05 16:00:52,462 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000001C: executing exchange ex-0000001D over http-outgoing-2 2024-09-05 16:00:52,463 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> GET /v1.32/images/sha256:4f3dd7211b72ef39e2df1a7894dd9ffdd30c7f926b636abc945652620ed71039/json HTTP/1.1 2024-09-05 16:00:52,463 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> accept: application/json 2024-09-05 16:00:52,463 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,463 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,463 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,463 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:52,463 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:52,463 (Wire.java:92) DEBUG : http-outgoing-2 >> "GET /v1.32/images/sha256:4f3dd7211b72ef39e2df1a7894dd9ffdd30c7f926b636abc945652620ed71039/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,463 (Wire.java:92) DEBUG : http-outgoing-2 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,463 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,463 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,463 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,463 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,463 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,463 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:92) DEBUG : http-outgoing-2 << "1aa1[\r][\n]" 2024-09-05 16:00:52,465 (Wire.java:106) DEBUG : http-outgoing-2 << "{"Id":"sha256:4f3dd7211b72ef39e2df1a7894dd9ffdd30c7f926b636abc945652620ed71039","RepoTags":["netopeer2:latest"],"RepoDigests":[],"Parent":"sha256:4710a348680031b311e6a636246b0116dbb3ea0a7d70296429402cf6b6e2afd9","Comment":"","Created":"2024-09-05T14:00:49.850295227Z","Container":"f6269ab1521f10a7fed5a6bd6b0a3aa728315859672e832b68501d6ed6f7eb66","ContainerConfig":{"Hostname":"f6269ab1521f","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"4334/tcp":{},"4335/tcp":{},"6513/tcp":{},"830/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","EDITOR=vim","SSH_LISTEN_XML_CONTENT=<netconf-server xmlns=\"urn:ietf:params:xml:ns:yang:ietf-netconf-server\"><listen><endpoints><endpoint><name>default-ssh</name><ssh><tcp-server-parameters><local-address>0.0.0.0</local-address></tcp-server-parameters><ssh-server-parameters><server-identity><host-key><name>default-key</name><public-key><central-keystore-reference>genkey</central-keystore-reference></public-key></host-key></server-identity><client-authentication><users><user><name>netconf</name><keyboard-interactive xmlns=\"urn:cesnet:libnetconf2-netconf-server\"><use-system-auth /></keyboard-interactive></user></users></client-authentication></ssh-server-parameters></ssh></endpoint></endpoints></listen></netconf-server>"],"Cmd":["/bin/sh","-c","#(nop) ","LABEL org.testcontainers.version=1.19.0"],"Image":"sha256:4710a348680031b311e6a636246b0116dbb3ea0a7d70296429402cf6b6e2afd9","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"}},"DockerVersion":"24.0.6","Author":"","Config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"4334/tcp":{},"4335/tcp":{},"6513/tcp":{},"830/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","EDITOR=vim","SSH_LISTEN_XML_CONTENT=<netconf-server xmlns=\"urn:ietf:params:xml:ns:yang:ietf-netconf-server\"><listen><endpoints><endpoint><name>default-ssh</name><ssh><tcp-server-parameters><local-address>0.0.0.0</local-address></tcp-server-parameters><ssh-server-parameters><server-identity><host-key><name>default-key</name><public-key><central-keystore-reference>genkey</central-keystore-reference></public-key></host-key></server-identity><client-authentication><users><user><name>netconf</name><keyboard-interactive xmlns=\"urn:cesnet:libnetconf2-netconf-server\"><use-system-auth /></keyboard-interactive></user></users></client-authentication></ssh-server-parameters></ssh></endpoint></endpoints></listen></netconf-server>"],"Cmd":["/usr/sbin/netopeer2-server","-d","-c","SSH"],"Image":"sha256:4710a348680031b311e6a636246b0116dbb3ea0a7d70296429402cf6b6e2afd9","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.19.0"}},"Architecture":"amd64","Os":"linux","Size":1680052733,"VirtualSize":1680052733,"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/fa10d9157bb542cccbd7c96550043e82d43851435bf729b392bd03267198e38f/diff:/var/lib/docker/overlay2/7e367105c5497246faf1b330427bc202922d2894edede32228ef353da3b66672/diff:/var/lib/docker/overlay2/ea14272e24561aca94ee60207957bd94b4213ccbc2f83eaa9f7403212646f918/diff:/var/lib/docker/overlay2/da40b919c95987f2194bcfc0c1803b933e106fe4d197b1b8b7ffadf9e4dc56e2/diff:/var/lib/docker/overlay2/8a1f527bca8deb0c5343427d0171097906522d16801a6e9b5" 2024-09-05 16:00:52,465 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 200 OK 2024-09-05 16:00:52,465 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:52,465 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Type: application/json 2024-09-05 16:00:52,465 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:52,465 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:52,465 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,465 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,465 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Transfer-Encoding: chunked 2024-09-05 16:00:52,465 (MainClientExec.java:126) DEBUG : ex-0000001D: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,466 (Wire.java:92) DEBUG : http-outgoing-2 << "a70437473104ef0/diff:/var/lib/docker/overlay2/667c16009e95a4b7d5c3ff26f916548c75e8c65fd0d0d6a7f2177d6d598844fa/diff:/var/lib/docker/overlay2/2e44d3c7c20a9ea6c4e9c615bdac0198419be54c482ebab6a14fa51649c007ca/diff:/var/lib/docker/overlay2/a2d0b870c0f17eea14ade32620e70e1f3afef83d8493a8a242fe8879a39331a2/diff:/var/lib/docker/overlay2/5a6272e6569eafc40072e8a4d862df0e730021f273b525d9e2e76ab4e5f4f0c6/diff:/var/lib/docker/overlay2/36d11b7f08154e5bc7d4d6a33c6d2abb123dec6a9ed393efe262e72f35d78d1b/diff:/var/lib/docker/overlay2/64fd49538ce471e563fab65c353bfde207894aec03e10b2892d4570545ce7616/diff:/var/lib/docker/overlay2/ba2f7c137723b6123383558618d00df8a59ad7f75e2e905be3b0ee9d9a03e0a3/diff:/var/lib/docker/overlay2/d3f4e0a71673529fb2f7d8a989c9247be31aae483583f5a626625dc628c4e055/diff:/var/lib/docker/overlay2/529699c40f54fb41ef0b1d473e01035d586d153a4d8e80e31913cbc236fdc1ce/diff:/var/lib/docker/overlay2/32eaf33b06ade0250187a3c35d35d59ce448280a6df310cb0ee1a59dde9959b3/diff:/var/lib/docker/overlay2/a932ade4b3512afa0bf7f291816db0b963c499cfeb51ece2a303b2a1af347581/diff:/var/lib/docker/overlay2/02f89e2ac7bbc71b91b5079fed3c86920d73f2983077fead52bf50b66d4d36d4/diff","MergedDir":"/var/lib/docker/overlay2/59cafbcceb3ee7882372ce1db875c23216b8584d606621cc21832cb6d1a73e9e/merged","UpperDir":"/var/lib/docker/overlay2/59cafbcceb3ee7882372ce1db875c23216b8584d606621cc21832cb6d1a73e9e/diff","WorkDir":"/var/lib/docker/overlay2/59cafbcceb3ee7882372ce1db875c23216b8584d606621cc21832cb6d1a73e9e/work"},"Name":"overlay2"},"RootFS":{"Type":"layers","Layers":["sha256:1b9b7346fee7abbc7f5538eaa23548bd05a45abe8daf6794024be0c8ad7d60bb","sha256:8c6152afb1cb0dcfa2d5940ec64f2f8064eb745fef8793e0b8380315f4e076a0","sha256:638e4e2c43bc6614cf0265773adae983a93da8b51bca44e884dcb9a89ec29070","sha256:604d593009c040cd3a79943da953c46db9db0a793d832d899cd3dacd403b3122","sha256:baf4d09f8d59ba59a78f87eb65ae7521ef6e280793c72197a85fdfb937b91d90","sha256:23794c0dc55eeb055a16f90c68a46d335ebf5980cf855626a508cc586051dc1e","sha256:9cf2b25dc07d9b811fccb0f8c0da8795efbeb2bdcaeb91bb75a40e9bd7b62518","sha256:d169159b92eb3e2d94d32f4a269bc25de7b0ef3fcd5f79ac149929e09b7b5771","sha256:61ba812a43186bab98d11018becf09df48a8745cc631b633893d6f8edbd1c51f","sha256:2edf2487eb83298e153e5c6aaca730e86f0a89ee509c0a210958a157838e6a86","sha256:7f0a18d336fdc35ef87bfd83a3aae811bebf7ebbf91582386e163494ef380125","sha256:40c89e7fb2c4113f726fe256bc996426ef25548e33e7acaec266e141a0132816","sha256:179bbe9848d57d2e614841fa8d5f7c69a145311edd08101598669614dfc63702","sha256:5f628085a938bd6902059318a458cbb66139f7002fd6a71be8ef62989ca1db0e","sha256:846a912caff55c41287b10d81f2fba4e59b9a75af2445f4beedcfaa77897bbc4","sha256:b2d6520dd00dea5ae3cb1a7929ded0b0490a0558b320772b52aad8a6faa09113","sha256:97c99e2e53c60a6f3b5ce31fdd7b60151962682c97b978c4238e3b6ac2c9c640","sha256:a2f32d9b1f5500212500c06422bd949d8bc94d02e1a0a830b2e6a08667ecb2bd"]},"Metadata":{"LastTagTime":"2024-09-05T16:00:49.867867992+02:00"}}[\n]" 2024-09-05 16:00:52,466 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,467 (Wire.java:92) DEBUG : http-outgoing-2 << "0[\r][\n]" 2024-09-05 16:00:52,467 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,467 (InternalExecRuntime.java:255) DEBUG : ep-0000001C: releasing valid endpoint 2024-09-05 16:00:52,467 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000001C: releasing endpoint 2024-09-05 16:00:52,467 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-0000001C: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,467 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000001C: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,467 (AbstrDockerCmd.java:32) DEBUG : Cmd: 2024-09-05 16:00:52,467 (InternalHttpClient.java:172) DEBUG : ex-0000001E: preparing request execution 2024-09-05 16:00:52,467 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,468 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,468 (ProtocolExec.java:161) DEBUG : ex-0000001E: target auth state: UNCHALLENGED 2024-09-05 16:00:52,468 (ProtocolExec.java:167) DEBUG : ex-0000001E: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,468 (ConnectExec.java:116) DEBUG : ex-0000001E: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,468 (InternalExecRuntime.java:101) DEBUG : ex-0000001E: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,468 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000001E: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,468 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000001E: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,468 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000001E: acquired ep-0000001D 2024-09-05 16:00:52,468 (InternalExecRuntime.java:120) DEBUG : ex-0000001E: acquired endpoint ep-0000001D 2024-09-05 16:00:52,468 (MainClientExec.java:102) DEBUG : ex-0000001E: executing GET /v1.32/version HTTP/1.1 2024-09-05 16:00:52,468 (InternalExecRuntime.java:213) DEBUG : ep-0000001D: start execution ex-0000001E 2024-09-05 16:00:52,468 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000001D: executing exchange ex-0000001E over http-outgoing-2 2024-09-05 16:00:52,468 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> GET /v1.32/version HTTP/1.1 2024-09-05 16:00:52,468 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> accept: application/json 2024-09-05 16:00:52,468 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,469 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,469 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,469 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:52,469 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:52,469 (Wire.java:92) DEBUG : http-outgoing-2 >> "GET /v1.32/version HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,469 (Wire.java:92) DEBUG : http-outgoing-2 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,469 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,469 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,469 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,469 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,469 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,469 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Length: 856[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,481 (Wire.java:92) DEBUG : http-outgoing-2 << "{"Platform":{"Name":"Docker Engine - Community"},"Components":[{"Name":"Engine","Version":"24.0.6","Details":{"ApiVersion":"1.43","Arch":"amd64","BuildTime":"2023-09-04T12:32:12.000000000+00:00","Experimental":"false","GitCommit":"1a79695","GoVersion":"go1.20.7","KernelVersion":"5.15.133.1-microsoft-standard-WSL2","MinAPIVersion":"1.12","Os":"linux"}},{"Name":"containerd","Version":"1.6.22","Details":{"GitCommit":"8165feabfdfe38c65b599c4993d227328c231fca"}},{"Name":"runc","Version":"1.1.8","Details":{"GitCommit":"v1.1.8-0-g82f18fe"}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":"de40ad0"}}],"Version":"24.0.6","ApiVersion":"1.43","MinAPIVersion":"1.12","GitCommit":"1a79695","GoVersion":"go1.20.7","Os":"linux","Arch":"amd64","KernelVersion":"5.15.133.1-microsoft-standard-WSL2","BuildTime":"2023-09-04T12:32:12.000000000+00:00"}[\n]" 2024-09-05 16:00:52,481 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 200 OK 2024-09-05 16:00:52,481 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:52,481 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Type: application/json 2024-09-05 16:00:52,481 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:52,481 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:52,481 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,481 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,481 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Length: 856 2024-09-05 16:00:52,482 (MainClientExec.java:126) DEBUG : ex-0000001E: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,483 (InternalExecRuntime.java:255) DEBUG : ep-0000001D: releasing valid endpoint 2024-09-05 16:00:52,483 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000001D: releasing endpoint 2024-09-05 16:00:52,483 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-0000001D: connection http-outgoing-2 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,483 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000001D: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,484 (InternalHttpClient.java:172) DEBUG : ex-0000001F: preparing request execution 2024-09-05 16:00:52,485 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,485 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,485 (ProtocolExec.java:161) DEBUG : ex-0000001F: target auth state: UNCHALLENGED 2024-09-05 16:00:52,485 (ProtocolExec.java:167) DEBUG : ex-0000001F: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,485 (ConnectExec.java:116) DEBUG : ex-0000001F: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,485 (InternalExecRuntime.java:101) DEBUG : ex-0000001F: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,485 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-0000001F: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,485 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-0000001F: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,485 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-0000001F: acquired ep-0000001E 2024-09-05 16:00:52,485 (InternalExecRuntime.java:120) DEBUG : ex-0000001F: acquired endpoint ep-0000001E 2024-09-05 16:00:52,485 (MainClientExec.java:102) DEBUG : ex-0000001F: executing GET /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1 2024-09-05 16:00:52,485 (InternalExecRuntime.java:213) DEBUG : ep-0000001E: start execution ex-0000001F 2024-09-05 16:00:52,485 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000001E: executing exchange ex-0000001F over http-outgoing-2 2024-09-05 16:00:52,486 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-2 >> GET /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1 2024-09-05 16:00:52,486 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,486 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,486 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,486 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Host: localhost:2375 2024-09-05 16:00:52,486 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-2 >> Connection: keep-alive 2024-09-05 16:00:52,486 (Wire.java:92) DEBUG : http-outgoing-2 >> "GET /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,486 (Wire.java:92) DEBUG : http-outgoing-2 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,486 (Wire.java:92) DEBUG : http-outgoing-2 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,486 (Wire.java:92) DEBUG : http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,486 (Wire.java:92) DEBUG : http-outgoing-2 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,486 (Wire.java:92) DEBUG : http-outgoing-2 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,486 (Wire.java:92) DEBUG : http-outgoing-2 >> "[\r][\n]" 2024-09-05 16:00:52,488 (Wire.java:92) DEBUG : http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,488 (Wire.java:92) DEBUG : http-outgoing-2 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,488 (Wire.java:92) DEBUG : http-outgoing-2 << "Content-Type: application/vnd.docker.raw-stream[\r][\n]" 2024-09-05 16:00:52,488 (Wire.java:92) DEBUG : http-outgoing-2 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,488 (Wire.java:92) DEBUG : http-outgoing-2 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,488 (Wire.java:92) DEBUG : http-outgoing-2 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,488 (Wire.java:92) DEBUG : http-outgoing-2 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,488 (Wire.java:92) DEBUG : http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:52,488 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,489 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-2 << HTTP/1.1 200 OK 2024-09-05 16:00:52,489 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Api-Version: 1.43 2024-09-05 16:00:52,489 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Content-Type: application/vnd.docker.raw-stream 2024-09-05 16:00:52,489 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Docker-Experimental: false 2024-09-05 16:00:52,489 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Ostype: linux 2024-09-05 16:00:52,489 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,489 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,489 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-2 << Transfer-Encoding: chunked 2024-09-05 16:00:52,489 (MainClientExec.java:126) DEBUG : ex-0000001F: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,503 (Wire.java:92) DEBUG : http-outgoing-3 << "41[\r][\n]" 2024-09-05 16:00:52,503 (Wire.java:92) DEBUG : http-outgoing-2 << "41[\r][\n]" 2024-09-05 16:00:52,503 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]9[INF]: SR: Datastore copied from <startup> to <running>.[\n]" 2024-09-05 16:00:52,503 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,503 (Wire.java:92) DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]9[INF]: SR: Datastore copied from <startup> to <running>.[\n]" 2024-09-05 16:00:52,503 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,504 (Wire.java:92) DEBUG : http-outgoing-2 << "29[\r][\n]" 2024-09-05 16:00:52,504 (Wire.java:92) DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]![INF]: SR: Connection 1 created.[\n]" 2024-09-05 16:00:52,504 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,504 (WaitingConsumer.java:88) DEBUG : STDERR: [INF]: SR: Datastore copied from <startup> to <running>. 2024-09-05 16:00:52,504 (WaitingConsumer.java:88) DEBUG : STDERR: [INF]: SR: Connection 1 created. 2024-09-05 16:00:52,504 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: SR: Datastore copied from <startup> to <running>. 2024-09-05 16:00:52,504 (Wire.java:92) DEBUG : http-outgoing-3 << "29[\r][\n]" 2024-09-05 16:00:52,504 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]![INF]: SR: Connection 1 created.[\n]" 2024-09-05 16:00:52,504 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,504 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: SR: Connection 1 created. 2024-09-05 16:00:52,519 (Wire.java:92) DEBUG : http-outgoing-2 << "52[\r][\n]" 2024-09-05 16:00:52,519 (Wire.java:92) DEBUG : http-outgoing-3 << "52[\r][\n]" 2024-09-05 16:00:52,519 (Wire.java:92) DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[INF]: SR: Triggering "ietf-netconf-server" "done" event on enabled data.[\n]" 2024-09-05 16:00:52,519 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[INF]: SR: Triggering "ietf-netconf-server" "done" event on enabled data.[\n]" 2024-09-05 16:00:52,519 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,519 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-2 << "41[\r][\n]" 2024-09-05 16:00:52,520 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: SR: Triggering "ietf-netconf-server" "done" event on enabled data. 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]9[INF]: LN: Listening on 0.0.0.0:830 for SSH connections.[\n]" 2024-09-05 16:00:52,520 (WaitingConsumer.java:88) DEBUG : STDERR: [INF]: SR: Triggering "ietf-netconf-server" "done" event on enabled data. 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-3 << "41[\r][\n]" 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]9[INF]: LN: Listening on 0.0.0.0:830 for SSH connections.[\n]" 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,520 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Listening on 0.0.0.0:830 for SSH connections. 2024-09-05 16:00:52,520 (WaitingConsumer.java:88) DEBUG : STDERR: [INF]: LN: Listening on 0.0.0.0:830 for SSH connections. 2024-09-05 16:00:52,520 (InternalExecRuntime.java:278) DEBUG : ep-0000001E: cancel 2024-09-05 16:00:52,520 (DefaultManagedHttpClientConnection.java:143) DEBUG : http-outgoing-2: close connection IMMEDIATE 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-2 << "4c[\r][\n]" 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-3 << "4c[\r][\n]" 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]D[INF]: SR: Triggering "ietf-keystore" "done" event on enabled data.[\n]" 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]D[INF]: SR: Triggering "ietf-keystore" "done" event on enabled data.[\n]" 2024-09-05 16:00:52,520 (InternalExecRuntime.java:239) DEBUG : ep-0000001E: endpoint closed 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,520 (InternalExecRuntime.java:243) DEBUG : ep-0000001E: discarding endpoint 2024-09-05 16:00:52,520 (Wire.java:92) DEBUG : http-outgoing-2 << "[\r][\n]" 2024-09-05 16:00:52,520 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000001E: releasing endpoint 2024-09-05 16:00:52,520 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: SR: Triggering "ietf-keystore" "done" event on enabled data. 2024-09-05 16:00:52,520 (PoolingHttpClientConnectionManager.java:372) DEBUG : ep-0000001E: connection is not kept alive 2024-09-05 16:00:52,521 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000001E: connection released [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,521 (Wire.java:106) DEBUG : http-outgoing-2 << "[read] I/O error: Socket closed" 2024-09-05 16:00:52,521 (Wire.java:106) DEBUG : http-outgoing-2 << "[read] I/O error: Socket closed" 2024-09-05 16:00:52,521 (Wire.java:106) DEBUG : http-outgoing-2 << "[read] I/O error: Socket closed" 2024-09-05 16:00:52,521 (ApacheDockerHttpClientImpl.java:260) DEBUG : Failed to close the response java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.ensureOpenAndConnected(NioSocketImpl.java:165) at java.base/sun.nio.ch.NioSocketImpl.beginRead(NioSocketImpl.java:231) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:299) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:976) at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.io.LoggingInputStream.read(LoggingInputStream.java:81) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:149) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.getChunkSize(ChunkedInputStream.java:261) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.nextChunk(ChunkedInputStream.java:222) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.read(ChunkedInputStream.java:147) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.close(ChunkedInputStream.java:314) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.IncomingHttpEntity.close(IncomingHttpEntity.java:111) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.io.entity.HttpEntityWrapper.close(HttpEntityWrapper.java:120) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.message.BasicClassicHttpResponse.close(BasicClassicHttpResponse.java:93) at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.classic.CloseableHttpResponse.close(CloseableHttpResponse.java:200) at com.github.dockerjava.zerodep.ApacheDockerHttpClientImpl$ApacheResponse.close(ApacheDockerHttpClientImpl.java:256) at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:277) at java.base/java.lang.Thread.run(Thread.java:833) 2024-09-05 16:00:52,521 (ApacheDockerHttpClientImpl.java:260) DEBUG : Failed to close the response java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.ensureOpenAndConnected(NioSocketImpl.java:165) at java.base/sun.nio.ch.NioSocketImpl.beginRead(NioSocketImpl.java:231) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:299) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:976) at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.io.LoggingInputStream.read(LoggingInputStream.java:81) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:149) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.getChunkSize(ChunkedInputStream.java:261) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.nextChunk(ChunkedInputStream.java:222) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.read(ChunkedInputStream.java:147) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.close(ChunkedInputStream.java:314) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.IncomingHttpEntity.close(IncomingHttpEntity.java:111) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.io.entity.HttpEntityWrapper.close(HttpEntityWrapper.java:120) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48) at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.message.BasicClassicHttpResponse.close(BasicClassicHttpResponse.java:93) at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.classic.CloseableHttpResponse.close(CloseableHttpResponse.java:200) at com.github.dockerjava.zerodep.ApacheDockerHttpClientImpl$ApacheResponse.close(ApacheDockerHttpClientImpl.java:256) at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$null$0(DefaultInvocationBuilder.java:272) at com.github.dockerjava.api.async.ResultCallbackTemplate.close(ResultCallbackTemplate.java:77) at org.testcontainers.containers.output.FrameConsumerResultCallback.close(FrameConsumerResultCallback.java:69) at org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:49) at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52) at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:978) at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:502) at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:356) at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:334) at com.ericsson.commonlibrary.netconf.util.Netopeer2DockerTestConfiguration.initialize(Netopeer2DockerTestConfiguration.java:158) at com.ericsson.commonlibrary.netconf.util.Netopeer2DockerTestConfiguration.<init>(Netopeer2DockerTestConfiguration.java:42) at com.ericsson.commonlibrary.netconf.util.Netopeer2DockerTestConfiguration$Builder.build(Netopeer2DockerTestConfiguration.java:143) at com.ericsson.commonlibrary.netconf.NetconfSshNotificationIT.setup(NetconfSshNotificationIT.java:41) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139) at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69) at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:393) at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:326) at org.testng.internal.invokers.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:180) at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:122) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.testng.TestRunner.privateRun(TestRunner.java:819) at org.testng.TestRunner.run(TestRunner.java:619) at org.testng.SuiteRunner.runTest(SuiteRunner.java:443) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397) at org.testng.SuiteRunner.run(SuiteRunner.java:336) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1301) at org.testng.TestNG.runSuitesLocally(TestNG.java:1228) at org.testng.TestNG.runSuites(TestNG.java:1134) at org.testng.TestNG.run(TestNG.java:1101) at com.microsoft.java.test.runner.testng.TestNGRunner.run(TestNGRunner.java:45) at com.microsoft.java.test.runner.testng.TestNGLauncher.execute(TestNGLauncher.java:32) at com.microsoft.java.test.runner.Launcher.main(Launcher.java:57) 2024-09-05 16:00:52,522 (GenericContainer.java:543) INFO : Container netopeer2:latest started in PT15.8009014S 2024-09-05 16:00:52,523 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:52,523 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[INF]: SR: Triggering "ietf-truststore" "done" event on enabled data.[\n]" 2024-09-05 16:00:52,523 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,523 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: SR: Triggering "ietf-truststore" "done" event on enabled data. 2024-09-05 16:00:52,523 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:00:52,523 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[INF]: SR: Triggering "ietf-netconf-acm" "done" event on enabled data.[\n]" 2024-09-05 16:00:52,524 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,524 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: SR: Triggering "ietf-netconf-acm" "done" event on enabled data. 2024-09-05 16:00:52,526 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:00:52,526 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[INF]: SR: Triggering "ietf-netconf-acm" "done" event on enabled data.[\n]" 2024-09-05 16:00:52,526 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,526 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: SR: Triggering "ietf-netconf-acm" "done" event on enabled data. 2024-09-05 16:00:52,527 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:00:52,527 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[INF]: SR: Triggering "ietf-netconf-acm" "done" event on enabled data.[\n]" 2024-09-05 16:00:52,527 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,527 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: SR: Triggering "ietf-netconf-acm" "done" event on enabled data. 2024-09-05 16:00:52,532 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:00:52,532 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[INF]: SR: Triggering "ietf-netconf-acm" "done" event on enabled data.[\n]" 2024-09-05 16:00:52,532 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:52,532 (AbstrDockerCmd.java:32) DEBUG : Cmd: org.testcontainers.shaded.com.github.dockerjava.core.command.CopyArchiveToContainerCmdImpl@1744a475[cp ,-a=false ,<null>, ,7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f,:,/] 2024-09-05 16:00:52,532 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: SR: Triggering "ietf-netconf-acm" "done" event on enabled data. 2024-09-05 16:00:52,533 (InternalHttpClient.java:172) DEBUG : ex-00000020: preparing request execution 2024-09-05 16:00:52,533 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,533 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,533 (ProtocolExec.java:161) DEBUG : ex-00000020: target auth state: UNCHALLENGED 2024-09-05 16:00:52,533 (ProtocolExec.java:167) DEBUG : ex-00000020: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,533 (ConnectExec.java:116) DEBUG : ex-00000020: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,533 (InternalExecRuntime.java:101) DEBUG : ex-00000020: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,533 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000020: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,533 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000020: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,534 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000020: acquired ep-0000001F 2024-09-05 16:00:52,534 (InternalExecRuntime.java:120) DEBUG : ex-00000020: acquired endpoint ep-0000001F 2024-09-05 16:00:52,534 (ConnectExec.java:123) DEBUG : ex-00000020: opening connection {}->http://localhost:2375 2024-09-05 16:00:52,534 (InternalExecRuntime.java:162) DEBUG : ep-0000001F: connecting endpoint (3 MINUTES) 2024-09-05 16:00:52,534 (PoolingHttpClientConnectionManager.java:405) DEBUG : ep-0000001F: connecting endpoint to http://localhost:2375 (3 MINUTES) 2024-09-05 16:00:52,535 (DefaultHttpClientConnectionOperator.java:145) DEBUG : http-outgoing-4: connecting to localhost/127.0.0.1:2375 2024-09-05 16:00:52,535 (DefaultHttpClientConnectionOperator.java:151) DEBUG : http-outgoing-4: connection established 127.0.0.1:54998<->127.0.0.1:2375 2024-09-05 16:00:52,536 (PoolingHttpClientConnectionManager.java:417) DEBUG : ep-0000001F: connected http-outgoing-4 2024-09-05 16:00:52,536 (InternalExecRuntime.java:166) DEBUG : ep-0000001F: endpoint connected 2024-09-05 16:00:52,536 (MainClientExec.java:102) DEBUG : ex-00000020: executing PUT /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/archive?noOverwriteDirNonDir=false&path=%2F©UIDGID=false HTTP/1.1 2024-09-05 16:00:52,536 (InternalExecRuntime.java:213) DEBUG : ep-0000001F: start execution ex-00000020 2024-09-05 16:00:52,536 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-0000001F: executing exchange ex-00000020 over http-outgoing-4 2024-09-05 16:00:52,536 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-4 >> PUT /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/archive?noOverwriteDirNonDir=false&path=%2F©UIDGID=false HTTP/1.1 2024-09-05 16:00:52,536 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> content-type: APPLICATION_X_TAR 2024-09-05 16:00:52,536 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,536 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,536 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,536 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Transfer-Encoding: chunked 2024-09-05 16:00:52,536 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Host: localhost:2375 2024-09-05 16:00:52,536 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Connection: keep-alive 2024-09-05 16:00:52,536 (Wire.java:92) DEBUG : http-outgoing-4 >> "PUT /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/archive?noOverwriteDirNonDir=false&path=%2F©UIDGID=false HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "content-type: APPLICATION_X_TAR[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "Transfer-Encoding: chunked[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "c00[\r][\n]" 2024-09-05 16:00:52,537 (Wire.java:92) DEBUG : http-outgoing-4 >> "./PaxHeaders.X/opt_dev_nacm.xml[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0100644 0000000 0000000 00000000202 14357007403 015461[0x0] x[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ustar[0x0]00[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0000000 0000000 [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]28 atime=1725544507.4511034[\n]" 2024-09-05 16:00:52,538 (Wire.java:92) DEBUG : http-outgoing-4 >> "28 ctime=1725534511.7141896[\n]" 2024-09-05 16:00:52,538 (Wire.java:92) DEBUG : http-outgoing-4 >> "28 mtime=1673268995.6267748[\n]" 2024-09-05 16:00:52,538 (Wire.java:92) DEBUG : http-outgoing-4 >> "46 LIBARCHIVE.creationtime=1725534511.7141896[\n]" 2024-09-05 16:00:52,538 (Wire.java:92) DEBUG : http-outgoing-4 >> "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]opt/dev/nacm.xml[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0100755 0000000 0000000 00000000151 14357007403 015500[0x0] 0[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]ustar[0x0]00ERICSSON\eraonel[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]0000000 0000000 [0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0]<nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm">[\n]" 2024-09-05 16:00:52,538 (Wire.java:92) DEBUG : http-outgoing-4 >> " <enable-nacm>false</enable-nacm>[\n]" 2024-09-05 16:00:52,538 (Wire.java:92) DEBUG : http-outgoing-4 >> "</nacm>[\n]" 2024-09-05 16:00:52,538 (Wire.java:92) DEBUG : http-outgoing-4 >> "[0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0x0][\r][\n]" 2024-09-05 16:00:52,539 (Wire.java:92) DEBUG : http-outgoing-4 >> "0[\r][\n]" 2024-09-05 16:00:52,539 (Wire.java:92) DEBUG : http-outgoing-4 >> "[\r][\n]" 2024-09-05 16:00:52,541 (Wire.java:92) DEBUG : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,541 (Wire.java:92) DEBUG : http-outgoing-4 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,541 (Wire.java:92) DEBUG : http-outgoing-4 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,541 (Wire.java:92) DEBUG : http-outgoing-4 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,541 (Wire.java:92) DEBUG : http-outgoing-4 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,541 (Wire.java:92) DEBUG : http-outgoing-4 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,542 (Wire.java:92) DEBUG : http-outgoing-4 << "Content-Length: 0[\r][\n]" 2024-09-05 16:00:52,542 (Wire.java:92) DEBUG : http-outgoing-4 << "[\r][\n]" 2024-09-05 16:00:52,542 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-4 << HTTP/1.1 200 OK 2024-09-05 16:00:52,542 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Api-Version: 1.43 2024-09-05 16:00:52,542 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Docker-Experimental: false 2024-09-05 16:00:52,542 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Ostype: linux 2024-09-05 16:00:52,542 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,542 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,542 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Content-Length: 0 2024-09-05 16:00:52,542 (MainClientExec.java:126) DEBUG : ex-00000020: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,542 (InternalExecRuntime.java:255) DEBUG : ep-0000001F: releasing valid endpoint 2024-09-05 16:00:52,542 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-0000001F: releasing endpoint 2024-09-05 16:00:52,542 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-0000001F: connection http-outgoing-4 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,542 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-0000001F: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,542 (ProtocolExec.java:184) DEBUG : ex-00000020: Cannot retry non-repeatable request 2024-09-05 16:00:52,543 (HttpRequestRetryExec.java:130) DEBUG : ex-00000020: cannot retry non-repeatable request 2024-09-05 16:00:52,543 (ExecInContainerPattern.java:146) DEBUG : /great_williams: Running "exec" command: /bin/sh -c test -f /opt/dev/nacm.xml 2024-09-05 16:00:52,543 (AbstrDockerCmd.java:32) DEBUG : Cmd: true,<null>,true,{/bin/sh,-c,test -f /opt/dev/nacm.xml},7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f,<null>,<null>,<null>,<null>,<null> 2024-09-05 16:00:52,544 (InternalHttpClient.java:172) DEBUG : ex-00000021: preparing request execution 2024-09-05 16:00:52,544 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,544 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,544 (ProtocolExec.java:161) DEBUG : ex-00000021: target auth state: UNCHALLENGED 2024-09-05 16:00:52,544 (ProtocolExec.java:167) DEBUG : ex-00000021: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,544 (ConnectExec.java:116) DEBUG : ex-00000021: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,544 (InternalExecRuntime.java:101) DEBUG : ex-00000021: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,544 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000021: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,544 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000021: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,544 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000021: acquired ep-00000020 2024-09-05 16:00:52,544 (InternalExecRuntime.java:120) DEBUG : ex-00000021: acquired endpoint ep-00000020 2024-09-05 16:00:52,545 (MainClientExec.java:102) DEBUG : ex-00000021: executing POST /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/exec HTTP/1.1 2024-09-05 16:00:52,545 (InternalExecRuntime.java:213) DEBUG : ep-00000020: start execution ex-00000021 2024-09-05 16:00:52,545 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000020: executing exchange ex-00000021 over http-outgoing-4 2024-09-05 16:00:52,545 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-4 >> POST /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/exec HTTP/1.1 2024-09-05 16:00:52,545 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> accept: application/json 2024-09-05 16:00:52,545 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> content-type: application/json 2024-09-05 16:00:52,545 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,545 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,545 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,545 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Content-Length: 262 2024-09-05 16:00:52,545 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Host: localhost:2375 2024-09-05 16:00:52,545 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Connection: keep-alive 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "POST /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/exec HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "Content-Length: 262[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:92) DEBUG : http-outgoing-4 >> "[\r][\n]" 2024-09-05 16:00:52,545 (Wire.java:106) DEBUG : http-outgoing-4 >> "{"containerId":"7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f","AttachStdin":null,"AttachStdout":true,"AttachStderr":true,"Tty":null,"Privileged":null,"User":null,"Cmd":["/bin/sh","-c","test -f /opt/dev/nacm.xml"],"Env":null,"WorkingDir":null}" 2024-09-05 16:00:52,546 (Wire.java:92) DEBUG : http-outgoing-4 << "HTTP/1.1 201 Created[\r][\n]" 2024-09-05 16:00:52,547 (Wire.java:92) DEBUG : http-outgoing-4 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,547 (Wire.java:92) DEBUG : http-outgoing-4 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:52,547 (Wire.java:92) DEBUG : http-outgoing-4 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,547 (Wire.java:92) DEBUG : http-outgoing-4 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,547 (Wire.java:92) DEBUG : http-outgoing-4 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,547 (Wire.java:92) DEBUG : http-outgoing-4 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,547 (Wire.java:92) DEBUG : http-outgoing-4 << "Content-Length: 74[\r][\n]" 2024-09-05 16:00:52,547 (Wire.java:92) DEBUG : http-outgoing-4 << "[\r][\n]" 2024-09-05 16:00:52,547 (Wire.java:92) DEBUG : http-outgoing-4 << "{"Id":"0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163"}[\n]" 2024-09-05 16:00:52,547 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-4 << HTTP/1.1 201 Created 2024-09-05 16:00:52,547 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Api-Version: 1.43 2024-09-05 16:00:52,547 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Content-Type: application/json 2024-09-05 16:00:52,547 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Docker-Experimental: false 2024-09-05 16:00:52,547 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Ostype: linux 2024-09-05 16:00:52,547 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,547 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,547 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Content-Length: 74 2024-09-05 16:00:52,548 (MainClientExec.java:126) DEBUG : ex-00000021: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,548 (InternalExecRuntime.java:255) DEBUG : ep-00000020: releasing valid endpoint 2024-09-05 16:00:52,548 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000020: releasing endpoint 2024-09-05 16:00:52,548 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000020: connection http-outgoing-4 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,548 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000020: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,550 (InternalHttpClient.java:172) DEBUG : ex-00000022: preparing request execution 2024-09-05 16:00:52,551 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,551 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,551 (ProtocolExec.java:161) DEBUG : ex-00000022: target auth state: UNCHALLENGED 2024-09-05 16:00:52,551 (ProtocolExec.java:167) DEBUG : ex-00000022: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,551 (ConnectExec.java:116) DEBUG : ex-00000022: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,551 (InternalExecRuntime.java:101) DEBUG : ex-00000022: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,552 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000022: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,552 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000022: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,552 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000022: acquired ep-00000021 2024-09-05 16:00:52,552 (InternalExecRuntime.java:120) DEBUG : ex-00000022: acquired endpoint ep-00000021 2024-09-05 16:00:52,552 (MainClientExec.java:102) DEBUG : ex-00000022: executing POST /v1.32/exec/0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163/start HTTP/1.1 2024-09-05 16:00:52,552 (InternalExecRuntime.java:213) DEBUG : ep-00000021: start execution ex-00000022 2024-09-05 16:00:52,552 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000021: executing exchange ex-00000022 over http-outgoing-4 2024-09-05 16:00:52,552 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-4 >> POST /v1.32/exec/0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163/start HTTP/1.1 2024-09-05 16:00:52,552 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> accept: application/json 2024-09-05 16:00:52,552 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> content-type: application/json 2024-09-05 16:00:52,552 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,552 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,552 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,552 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Content-Length: 26 2024-09-05 16:00:52,552 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Host: localhost:2375 2024-09-05 16:00:52,553 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-4 >> Connection: keep-alive 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "POST /v1.32/exec/0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163/start HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "Content-Length: 26[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:92) DEBUG : http-outgoing-4 >> "[\r][\n]" 2024-09-05 16:00:52,553 (Wire.java:106) DEBUG : http-outgoing-4 >> "{"Detach":null,"Tty":null}" 2024-09-05 16:00:52,556 (Wire.java:92) DEBUG : http-outgoing-4 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,556 (Wire.java:92) DEBUG : http-outgoing-4 << "Content-Type: application/vnd.docker.raw-stream[\r][\n]" 2024-09-05 16:00:52,556 (Wire.java:92) DEBUG : http-outgoing-4 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,556 (Wire.java:92) DEBUG : http-outgoing-4 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,556 (Wire.java:106) DEBUG : http-outgoing-4 << "Ostype" 2024-09-05 16:00:52,556 (Wire.java:92) DEBUG : http-outgoing-4 << ": linux[\r][\n]" 2024-09-05 16:00:52,556 (Wire.java:92) DEBUG : http-outgoing-4 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,556 (Wire.java:92) DEBUG : http-outgoing-4 << "[\r][\n]" 2024-09-05 16:00:52,556 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-4 << HTTP/1.1 200 OK 2024-09-05 16:00:52,556 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Content-Type: application/vnd.docker.raw-stream 2024-09-05 16:00:52,556 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Api-Version: 1.43 2024-09-05 16:00:52,556 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Docker-Experimental: false 2024-09-05 16:00:52,556 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Ostype: linux 2024-09-05 16:00:52,556 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-4 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,665 (Wire.java:106) DEBUG : http-outgoing-4 << "end of stream" 2024-09-05 16:00:52,666 (DefaultManagedHttpClientConnection.java:143) DEBUG : http-outgoing-4: close connection IMMEDIATE 2024-09-05 16:00:52,666 (InternalExecRuntime.java:239) DEBUG : ep-00000021: endpoint closed 2024-09-05 16:00:52,666 (InternalExecRuntime.java:243) DEBUG : ep-00000021: discarding endpoint 2024-09-05 16:00:52,666 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000021: releasing endpoint 2024-09-05 16:00:52,666 (PoolingHttpClientConnectionManager.java:372) DEBUG : ep-00000021: connection is not kept alive 2024-09-05 16:00:52,666 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000021: connection released [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,677 (AbstrDockerCmd.java:32) DEBUG : Cmd: 0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163 2024-09-05 16:00:52,678 (InspectExecCmdExec.java:25) DEBUG : GET: DefaultWebTarget{path=[/exec/0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163/json], queryParams={}} 2024-09-05 16:00:52,678 (InternalHttpClient.java:172) DEBUG : ex-00000023: preparing request execution 2024-09-05 16:00:52,678 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,678 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,678 (ProtocolExec.java:161) DEBUG : ex-00000023: target auth state: UNCHALLENGED 2024-09-05 16:00:52,678 (ProtocolExec.java:167) DEBUG : ex-00000023: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,678 (ConnectExec.java:116) DEBUG : ex-00000023: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,679 (InternalExecRuntime.java:101) DEBUG : ex-00000023: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,679 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000023: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,679 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000023: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,681 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000023: acquired ep-00000022 2024-09-05 16:00:52,681 (InternalExecRuntime.java:120) DEBUG : ex-00000023: acquired endpoint ep-00000022 2024-09-05 16:00:52,681 (ConnectExec.java:123) DEBUG : ex-00000023: opening connection {}->http://localhost:2375 2024-09-05 16:00:52,681 (InternalExecRuntime.java:162) DEBUG : ep-00000022: connecting endpoint (3 MINUTES) 2024-09-05 16:00:52,681 (PoolingHttpClientConnectionManager.java:405) DEBUG : ep-00000022: connecting endpoint to http://localhost:2375 (3 MINUTES) 2024-09-05 16:00:52,681 (DefaultHttpClientConnectionOperator.java:145) DEBUG : http-outgoing-5: connecting to localhost/127.0.0.1:2375 2024-09-05 16:00:52,682 (DefaultHttpClientConnectionOperator.java:151) DEBUG : http-outgoing-5: connection established 127.0.0.1:55000<->127.0.0.1:2375 2024-09-05 16:00:52,682 (PoolingHttpClientConnectionManager.java:417) DEBUG : ep-00000022: connected http-outgoing-5 2024-09-05 16:00:52,682 (InternalExecRuntime.java:166) DEBUG : ep-00000022: endpoint connected 2024-09-05 16:00:52,682 (MainClientExec.java:102) DEBUG : ex-00000023: executing GET /v1.32/exec/0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163/json HTTP/1.1 2024-09-05 16:00:52,682 (InternalExecRuntime.java:213) DEBUG : ep-00000022: start execution ex-00000023 2024-09-05 16:00:52,683 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000022: executing exchange ex-00000023 over http-outgoing-5 2024-09-05 16:00:52,683 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-5 >> GET /v1.32/exec/0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163/json HTTP/1.1 2024-09-05 16:00:52,683 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> accept: application/json 2024-09-05 16:00:52,683 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,683 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,683 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,683 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Host: localhost:2375 2024-09-05 16:00:52,683 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Connection: keep-alive 2024-09-05 16:00:52,683 (Wire.java:92) DEBUG : http-outgoing-5 >> "GET /v1.32/exec/0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,683 (Wire.java:92) DEBUG : http-outgoing-5 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,683 (Wire.java:92) DEBUG : http-outgoing-5 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,683 (Wire.java:92) DEBUG : http-outgoing-5 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,683 (Wire.java:92) DEBUG : http-outgoing-5 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,683 (Wire.java:92) DEBUG : http-outgoing-5 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,683 (Wire.java:92) DEBUG : http-outgoing-5 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,683 (Wire.java:92) DEBUG : http-outgoing-5 >> "[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "Content-Length: 403[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "[\r][\n]" 2024-09-05 16:00:52,695 (Wire.java:92) DEBUG : http-outgoing-5 << "{"ID":"0d60de3b11585010dbc4a422ce9b927a80e96f56aaff0504bec81e4d37475163","Running":false,"ExitCode":0,"ProcessConfig":{"tty":false,"entrypoint":"/bin/sh","arguments":["-c","test -f /opt/dev/nacm.xml"],"privileged":false},"OpenStdin":false,"OpenStderr":true,"OpenStdout":true,"CanRemove":false,"ContainerID":"7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f","DetachKeys":"","Pid":21852}[\n]" 2024-09-05 16:00:52,695 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-5 << HTTP/1.1 200 OK 2024-09-05 16:00:52,695 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Api-Version: 1.43 2024-09-05 16:00:52,695 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Content-Type: application/json 2024-09-05 16:00:52,695 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Docker-Experimental: false 2024-09-05 16:00:52,695 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Ostype: linux 2024-09-05 16:00:52,695 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,696 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,696 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Content-Length: 403 2024-09-05 16:00:52,696 (MainClientExec.java:126) DEBUG : ex-00000023: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,696 (InternalExecRuntime.java:255) DEBUG : ep-00000022: releasing valid endpoint 2024-09-05 16:00:52,696 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000022: releasing endpoint 2024-09-05 16:00:52,696 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000022: connection http-outgoing-5 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,697 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000022: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,697 (Netopeer2DockerTestConfiguration.java:199) INFO : Message'' and result '0' of NACM file imported into docker 2024-09-05 16:00:52,697 (ExecInContainerPattern.java:146) DEBUG : /great_williams: Running "exec" command: /bin/sh -c /usr/bin/sysrepocfg --import=/opt/dev/nacm.xml --datastore running --module ietf-netconf-acm 2024-09-05 16:00:52,697 (AbstrDockerCmd.java:32) DEBUG : Cmd: true,<null>,true,{/bin/sh,-c,/usr/bin/sysrepocfg --import=/opt/dev/nacm.xml --datastore running --module ietf-netconf-acm},7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f,<null>,<null>,<null>,<null>,<null> 2024-09-05 16:00:52,698 (InternalHttpClient.java:172) DEBUG : ex-00000024: preparing request execution 2024-09-05 16:00:52,698 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,698 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,698 (ProtocolExec.java:161) DEBUG : ex-00000024: target auth state: UNCHALLENGED 2024-09-05 16:00:52,698 (ProtocolExec.java:167) DEBUG : ex-00000024: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,698 (ConnectExec.java:116) DEBUG : ex-00000024: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,698 (InternalExecRuntime.java:101) DEBUG : ex-00000024: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,698 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000024: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,698 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000024: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,698 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000024: acquired ep-00000023 2024-09-05 16:00:52,698 (InternalExecRuntime.java:120) DEBUG : ex-00000024: acquired endpoint ep-00000023 2024-09-05 16:00:52,698 (MainClientExec.java:102) DEBUG : ex-00000024: executing POST /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/exec HTTP/1.1 2024-09-05 16:00:52,699 (InternalExecRuntime.java:213) DEBUG : ep-00000023: start execution ex-00000024 2024-09-05 16:00:52,699 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000023: executing exchange ex-00000024 over http-outgoing-5 2024-09-05 16:00:52,699 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-5 >> POST /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/exec HTTP/1.1 2024-09-05 16:00:52,699 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> accept: application/json 2024-09-05 16:00:52,699 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> content-type: application/json 2024-09-05 16:00:52,699 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,699 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,699 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,699 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Content-Length: 329 2024-09-05 16:00:52,699 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Host: localhost:2375 2024-09-05 16:00:52,699 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Connection: keep-alive 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "POST /v1.32/containers/7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f/exec HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "Content-Length: 329[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:92) DEBUG : http-outgoing-5 >> "[\r][\n]" 2024-09-05 16:00:52,699 (Wire.java:106) DEBUG : http-outgoing-5 >> "{"containerId":"7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f","AttachStdin":null,"AttachStdout":true,"AttachStderr":true,"Tty":null,"Privileged":null,"User":null,"Cmd":["/bin/sh","-c","/usr/bin/sysrepocfg --import=/opt/dev/nacm.xml --datastore running --module ietf-netconf-acm"],"Env":null,"WorkingDir":null}" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "HTTP/1.1 201 Created[\r][\n]" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "Content-Length: 74[\r][\n]" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "[\r][\n]" 2024-09-05 16:00:52,700 (Wire.java:92) DEBUG : http-outgoing-5 << "{"Id":"ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc"}[\n]" 2024-09-05 16:00:52,700 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-5 << HTTP/1.1 201 Created 2024-09-05 16:00:52,700 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Api-Version: 1.43 2024-09-05 16:00:52,701 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Content-Type: application/json 2024-09-05 16:00:52,701 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Docker-Experimental: false 2024-09-05 16:00:52,701 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Ostype: linux 2024-09-05 16:00:52,701 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,701 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,701 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Content-Length: 74 2024-09-05 16:00:52,701 (MainClientExec.java:126) DEBUG : ex-00000024: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,701 (InternalExecRuntime.java:255) DEBUG : ep-00000023: releasing valid endpoint 2024-09-05 16:00:52,701 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000023: releasing endpoint 2024-09-05 16:00:52,701 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000023: connection http-outgoing-5 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,702 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000023: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,716 (InternalHttpClient.java:172) DEBUG : ex-00000025: preparing request execution 2024-09-05 16:00:52,717 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,717 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,717 (ProtocolExec.java:161) DEBUG : ex-00000025: target auth state: UNCHALLENGED 2024-09-05 16:00:52,717 (ProtocolExec.java:167) DEBUG : ex-00000025: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,717 (ConnectExec.java:116) DEBUG : ex-00000025: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,718 (InternalExecRuntime.java:101) DEBUG : ex-00000025: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,718 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000025: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,719 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000025: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,719 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000025: acquired ep-00000024 2024-09-05 16:00:52,719 (InternalExecRuntime.java:120) DEBUG : ex-00000025: acquired endpoint ep-00000024 2024-09-05 16:00:52,719 (MainClientExec.java:102) DEBUG : ex-00000025: executing POST /v1.32/exec/ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc/start HTTP/1.1 2024-09-05 16:00:52,719 (InternalExecRuntime.java:213) DEBUG : ep-00000024: start execution ex-00000025 2024-09-05 16:00:52,719 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000024: executing exchange ex-00000025 over http-outgoing-5 2024-09-05 16:00:52,719 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-5 >> POST /v1.32/exec/ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc/start HTTP/1.1 2024-09-05 16:00:52,719 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> accept: application/json 2024-09-05 16:00:52,719 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> content-type: application/json 2024-09-05 16:00:52,719 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,719 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,719 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,719 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Content-Length: 26 2024-09-05 16:00:52,719 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Host: localhost:2375 2024-09-05 16:00:52,719 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-5 >> Connection: keep-alive 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "POST /v1.32/exec/ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc/start HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "content-type: application/json[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "Content-Length: 26[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:92) DEBUG : http-outgoing-5 >> "[\r][\n]" 2024-09-05 16:00:52,720 (Wire.java:106) DEBUG : http-outgoing-5 >> "{"Detach":null,"Tty":null}" 2024-09-05 16:00:52,721 (Wire.java:92) DEBUG : http-outgoing-5 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,721 (Wire.java:92) DEBUG : http-outgoing-5 << "Content-Type: application/vnd.docker.raw-stream[\r][\n]" 2024-09-05 16:00:52,721 (Wire.java:92) DEBUG : http-outgoing-5 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,721 (Wire.java:92) DEBUG : http-outgoing-5 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,721 (Wire.java:106) DEBUG : http-outgoing-5 << "Ostype" 2024-09-05 16:00:52,721 (Wire.java:92) DEBUG : http-outgoing-5 << ": linux[\r][\n]" 2024-09-05 16:00:52,721 (Wire.java:92) DEBUG : http-outgoing-5 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,721 (Wire.java:92) DEBUG : http-outgoing-5 << "[\r][\n]" 2024-09-05 16:00:52,721 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-5 << HTTP/1.1 200 OK 2024-09-05 16:00:52,721 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Content-Type: application/vnd.docker.raw-stream 2024-09-05 16:00:52,721 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Api-Version: 1.43 2024-09-05 16:00:52,721 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Docker-Experimental: false 2024-09-05 16:00:52,721 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Ostype: linux 2024-09-05 16:00:52,721 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-5 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,829 (Wire.java:106) DEBUG : http-outgoing-5 << "end of stream" 2024-09-05 16:00:52,830 (DefaultManagedHttpClientConnection.java:143) DEBUG : http-outgoing-5: close connection IMMEDIATE 2024-09-05 16:00:52,830 (InternalExecRuntime.java:239) DEBUG : ep-00000024: endpoint closed 2024-09-05 16:00:52,830 (InternalExecRuntime.java:243) DEBUG : ep-00000024: discarding endpoint 2024-09-05 16:00:52,830 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000024: releasing endpoint 2024-09-05 16:00:52,830 (PoolingHttpClientConnectionManager.java:372) DEBUG : ep-00000024: connection is not kept alive 2024-09-05 16:00:52,830 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000024: connection released [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,830 (AbstrDockerCmd.java:32) DEBUG : Cmd: ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc 2024-09-05 16:00:52,831 (InspectExecCmdExec.java:25) DEBUG : GET: DefaultWebTarget{path=[/exec/ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc/json], queryParams={}} 2024-09-05 16:00:52,831 (InternalHttpClient.java:172) DEBUG : ex-00000026: preparing request execution 2024-09-05 16:00:52,831 (RequestAddCookies.java:114) DEBUG : Cookie spec selected: strict 2024-09-05 16:00:52,831 (RequestAuthCache.java:76) DEBUG : Auth cache not set in the context 2024-09-05 16:00:52,831 (ProtocolExec.java:161) DEBUG : ex-00000026: target auth state: UNCHALLENGED 2024-09-05 16:00:52,831 (ProtocolExec.java:167) DEBUG : ex-00000026: proxy auth state: UNCHALLENGED 2024-09-05 16:00:52,831 (ConnectExec.java:116) DEBUG : ex-00000026: acquiring connection with route {}->http://localhost:2375 2024-09-05 16:00:52,832 (InternalExecRuntime.java:101) DEBUG : ex-00000026: acquiring endpoint (3 MINUTES) 2024-09-05 16:00:52,832 (PoolingHttpClientConnectionManager.java:258) DEBUG : ex-00000026: endpoint lease request (3 MINUTES) [route: {}->http://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647] 2024-09-05 16:00:52,832 (PoolingHttpClientConnectionManager.java:283) DEBUG : ex-00000026: endpoint leased [route: {}->http://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,832 (PoolingHttpClientConnectionManager.java:319) DEBUG : ex-00000026: acquired ep-00000025 2024-09-05 16:00:52,832 (InternalExecRuntime.java:120) DEBUG : ex-00000026: acquired endpoint ep-00000025 2024-09-05 16:00:52,832 (ConnectExec.java:123) DEBUG : ex-00000026: opening connection {}->http://localhost:2375 2024-09-05 16:00:52,832 (InternalExecRuntime.java:162) DEBUG : ep-00000025: connecting endpoint (3 MINUTES) 2024-09-05 16:00:52,832 (PoolingHttpClientConnectionManager.java:405) DEBUG : ep-00000025: connecting endpoint to http://localhost:2375 (3 MINUTES) 2024-09-05 16:00:52,832 (DefaultHttpClientConnectionOperator.java:145) DEBUG : http-outgoing-6: connecting to localhost/127.0.0.1:2375 2024-09-05 16:00:52,833 (DefaultHttpClientConnectionOperator.java:151) DEBUG : http-outgoing-6: connection established 127.0.0.1:55004<->127.0.0.1:2375 2024-09-05 16:00:52,833 (PoolingHttpClientConnectionManager.java:417) DEBUG : ep-00000025: connected http-outgoing-6 2024-09-05 16:00:52,833 (InternalExecRuntime.java:166) DEBUG : ep-00000025: endpoint connected 2024-09-05 16:00:52,833 (MainClientExec.java:102) DEBUG : ex-00000026: executing GET /v1.32/exec/ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc/json HTTP/1.1 2024-09-05 16:00:52,833 (InternalExecRuntime.java:213) DEBUG : ep-00000025: start execution ex-00000026 2024-09-05 16:00:52,833 (PoolingHttpClientConnectionManager.java:594) DEBUG : ep-00000025: executing exchange ex-00000026 over http-outgoing-6 2024-09-05 16:00:52,834 (DefaultManagedHttpClientConnection.java:169) DEBUG : http-outgoing-6 >> GET /v1.32/exec/ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc/json HTTP/1.1 2024-09-05 16:00:52,834 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-6 >> accept: application/json 2024-09-05 16:00:52,834 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-6 >> x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0 2024-09-05 16:00:52,834 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-6 >> User-Agent: tc-java/1.19.0 2024-09-05 16:00:52,834 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-6 >> Accept-Encoding: gzip, x-gzip, deflate 2024-09-05 16:00:52,834 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-6 >> Host: localhost:2375 2024-09-05 16:00:52,834 (DefaultManagedHttpClientConnection.java:172) DEBUG : http-outgoing-6 >> Connection: keep-alive 2024-09-05 16:00:52,834 (Wire.java:92) DEBUG : http-outgoing-6 >> "GET /v1.32/exec/ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc/json HTTP/1.1[\r][\n]" 2024-09-05 16:00:52,834 (Wire.java:92) DEBUG : http-outgoing-6 >> "accept: application/json[\r][\n]" 2024-09-05 16:00:52,834 (Wire.java:92) DEBUG : http-outgoing-6 >> "x-tc-sid: e1298d0e-a359-4b1b-834a-b35fb9c1baa0[\r][\n]" 2024-09-05 16:00:52,834 (Wire.java:92) DEBUG : http-outgoing-6 >> "User-Agent: tc-java/1.19.0[\r][\n]" 2024-09-05 16:00:52,834 (Wire.java:92) DEBUG : http-outgoing-6 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]" 2024-09-05 16:00:52,834 (Wire.java:92) DEBUG : http-outgoing-6 >> "Host: localhost:2375[\r][\n]" 2024-09-05 16:00:52,834 (Wire.java:92) DEBUG : http-outgoing-6 >> "Connection: keep-alive[\r][\n]" 2024-09-05 16:00:52,834 (Wire.java:92) DEBUG : http-outgoing-6 >> "[\r][\n]" 2024-09-05 16:00:52,836 (Wire.java:92) DEBUG : http-outgoing-6 << "HTTP/1.1 200 OK[\r][\n]" 2024-09-05 16:00:52,836 (Wire.java:92) DEBUG : http-outgoing-6 << "Api-Version: 1.43[\r][\n]" 2024-09-05 16:00:52,836 (Wire.java:92) DEBUG : http-outgoing-6 << "Content-Type: application/json[\r][\n]" 2024-09-05 16:00:52,836 (Wire.java:92) DEBUG : http-outgoing-6 << "Docker-Experimental: false[\r][\n]" 2024-09-05 16:00:52,836 (Wire.java:92) DEBUG : http-outgoing-6 << "Ostype: linux[\r][\n]" 2024-09-05 16:00:52,836 (Wire.java:92) DEBUG : http-outgoing-6 << "Server: Docker/24.0.6 (linux)[\r][\n]" 2024-09-05 16:00:52,836 (Wire.java:92) DEBUG : http-outgoing-6 << "Date: Thu, 05 Sep 2024 14:00:52 GMT[\r][\n]" 2024-09-05 16:00:52,837 (Wire.java:92) DEBUG : http-outgoing-6 << "Content-Length: 470[\r][\n]" 2024-09-05 16:00:52,837 (Wire.java:92) DEBUG : http-outgoing-6 << "[\r][\n]" 2024-09-05 16:00:52,837 (Wire.java:92) DEBUG : http-outgoing-6 << "{"ID":"ae56fc3a9cebfef8e9110fa58fad18157a9ee9037779f54500ec84eff9d5dddc","Running":false,"ExitCode":0,"ProcessConfig":{"tty":false,"entrypoint":"/bin/sh","arguments":["-c","/usr/bin/sysrepocfg --import=/opt/dev/nacm.xml --datastore running --module ietf-netconf-acm"],"privileged":false},"OpenStdin":false,"OpenStderr":true,"OpenStdout":true,"CanRemove":false,"ContainerID":"7a4ac4ebb3cb56940926200cb3d3421ec4bac6d4cc18872ed4cc717f0162fd6f","DetachKeys":"","Pid":21871}[\n]" 2024-09-05 16:00:52,837 (DefaultManagedHttpClientConnection.java:158) DEBUG : http-outgoing-6 << HTTP/1.1 200 OK 2024-09-05 16:00:52,837 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-6 << Api-Version: 1.43 2024-09-05 16:00:52,837 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-6 << Content-Type: application/json 2024-09-05 16:00:52,837 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-6 << Docker-Experimental: false 2024-09-05 16:00:52,837 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-6 << Ostype: linux 2024-09-05 16:00:52,837 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-6 << Server: Docker/24.0.6 (linux) 2024-09-05 16:00:52,837 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-6 << Date: Thu, 05 Sep 2024 14:00:52 GMT 2024-09-05 16:00:52,837 (DefaultManagedHttpClientConnection.java:161) DEBUG : http-outgoing-6 << Content-Length: 470 2024-09-05 16:00:52,837 (MainClientExec.java:126) DEBUG : ex-00000026: connection can be kept alive for 3 MINUTES 2024-09-05 16:00:52,838 (InternalExecRuntime.java:255) DEBUG : ep-00000025: releasing valid endpoint 2024-09-05 16:00:52,838 (PoolingHttpClientConnectionManager.java:349) DEBUG : ep-00000025: releasing endpoint 2024-09-05 16:00:52,838 (PoolingHttpClientConnectionManager.java:368) DEBUG : ep-00000025: connection http-outgoing-6 can be kept alive for 3 MINUTES 2024-09-05 16:00:52,838 (PoolingHttpClientConnectionManager.java:381) DEBUG : ep-00000025: connection released [route: {}->http://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647] 2024-09-05 16:00:52,838 (Netopeer2DockerTestConfiguration.java:203) INFO : Message'' and result '0' of NACM file executed 2024-09-05 16:00:52,957 (NetconfScheduledTaskExecutor.java:36) DEBUG : NetconfScheduledTaskExecutor Using LifeCycle from parameter: AUTOMATIC 2024-09-05 16:00:52,972 (Ssh.java:43) INFO : Creating a SSH connection to localhost:32791 2024-09-05 16:00:52,994 (AbstractCli.java:80) DEBUG : Connecting cli 2024-09-05 16:00:52,994 (ImplSsh.java:468) DEBUG : Creating a ssh connection: localhost:32791_ID5902498 2024-09-05 16:00:53,152 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:00:53,152 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[INF]: LN: Accepted a connection on 0.0.0.0:830 from 172.17.0.1:40640.[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Accepted a connection on 0.0.0.0:830 from 172.17.0.1:40640. 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.160775, 3] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "7e[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]v[2024/09/05 14:00:53.162329, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN POLLOUT ), out buffer 23[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "4d[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]E[2024/09/05 14:00:53.162345, 4] ssh_socket_unbuffered_read: read 29[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "6f[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]g[2024/09/05 14:00:53.162347, 3] callback_receive_banner: Received banner: SSH-2.0-TrileadSSH2Java_213[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:00:53.162349, 3] ssh_server_connection_callback: SSH client banner: SSH-2.0-TrileadSSH2Java_213[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "6b[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]c[2024/09/05 14:00:53.162351, 3] ssh_analyze_banner: Analyzing banner: SSH-2.0-TrileadSSH2Java_213[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "6c[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]d[2024/09/05 14:00:53.162353, 4] ssh_send_kex: Sending KEXINIT packet, first_kex_packet_follows = 0[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "146[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x1]>[2024/09/05 14:00:53.162357, 4] ssh_list_kex: kex algos: curve25519-sha256,curve25519-sha256@xxxxxxxxxx,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,kex-strict-s-v00@xxxxxxxxxxx[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "67[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]_[2024/09/05 14:00:53.162358, 4] ssh_list_kex: server host key algo: rsa-sha2-512,rsa-sha2-256[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "bf[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb7][2024/09/05 14:00:53.162360, 4] ssh_list_kex: encryption client->server: chacha20-poly1305@xxxxxxxxxxx,aes256-gcm@xxxxxxxxxxx,aes128-gcm@xxxxxxxxxxx,aes256-ctr,aes192-ctr,aes128-ctr[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "bf[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb7][2024/09/05 14:00:53.162362, 4] ssh_list_kex: encryption server->client: chacha20-poly1305@xxxxxxxxxxx,aes256-gcm@xxxxxxxxxxx,aes128-gcm@xxxxxxxxxxx,aes256-ctr,aes192-ctr,aes128-ctr[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "a8[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffa0][2024/09/05 14:00:53.162363, 4] ssh_list_kex: mac algo client->server: hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256,hmac-sha2-512[\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "a8[\r][\n]" 2024-09-05 16:00:53,153 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffa0][2024/09/05 14:00:53.162365, 4] ssh_list_kex: mac algo server->client: hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256,hmac-sha2-512[\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "6e[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]f[2024/09/05 14:00:53.162366, 4] ssh_list_kex: compression algo client->server: none,zlib@xxxxxxxxxxx[\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "6e[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]f[2024/09/05 14:00:53.162368, 4] ssh_list_kex: compression algo server->client: none,zlib@xxxxxxxxxxx[\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "52[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[2024/09/05 14:00:53.162370, 4] ssh_list_kex: languages client->server: [\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "52[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[2024/09/05 14:00:53.162372, 4] ssh_list_kex: languages server->client: [\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "7f[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]w[2024/09/05 14:00:53.162379, 3] packet_send2: packet: wrote [type=20, len=788, padding_size=9, comp=778, payload=778][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "4c[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]D[2024/09/05 14:00:53.162381, 3] ssh_send_kex: SSH_MSG_KEXINIT sent[\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.162430, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:00:53.162432, 4] ssh_socket_unbuffered_write: wrote 815[\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.162434, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:00:53,154 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,154 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.160775, 3] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false 2024-09-05 16:00:53,154 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162329, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN POLLOUT ), out buffer 23 2024-09-05 16:00:53,154 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162345, 4] ssh_socket_unbuffered_read: read 29 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162347, 3] callback_receive_banner: Received banner: SSH-2.0-TrileadSSH2Java_213 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162349, 3] ssh_server_connection_callback: SSH client banner: SSH-2.0-TrileadSSH2Java_213 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162351, 3] ssh_analyze_banner: Analyzing banner: SSH-2.0-TrileadSSH2Java_213 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162353, 4] ssh_send_kex: Sending KEXINIT packet, first_kex_packet_follows = 0 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162357, 4] ssh_list_kex: kex algos: curve25519-sha256,curve25519-sha256@xxxxxxxxxx,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,kex-strict-s-v00@xxxxxxxxxxx 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162358, 4] ssh_list_kex: server host key algo: rsa-sha2-512,rsa-sha2-256 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162360, 4] ssh_list_kex: encryption client->server: chacha20-poly1305@xxxxxxxxxxx,aes256-gcm@xxxxxxxxxxx,aes128-gcm@xxxxxxxxxxx,aes256-ctr,aes192-ctr,aes128-ctr 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162362, 4] ssh_list_kex: encryption server->client: chacha20-poly1305@xxxxxxxxxxx,aes256-gcm@xxxxxxxxxxx,aes128-gcm@xxxxxxxxxxx,aes256-ctr,aes192-ctr,aes128-ctr 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162363, 4] ssh_list_kex: mac algo client->server: hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256,hmac-sha2-512 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162365, 4] ssh_list_kex: mac algo server->client: hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256,hmac-sha2-512 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162366, 4] ssh_list_kex: compression algo client->server: none,zlib@xxxxxxxxxxx 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162368, 4] ssh_list_kex: compression algo server->client: none,zlib@xxxxxxxxxxx 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162370, 4] ssh_list_kex: languages client->server: 2024-09-05 16:00:53,155 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162372, 4] ssh_list_kex: languages server->client: 2024-09-05 16:00:53,156 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162379, 3] packet_send2: packet: wrote [type=20, len=788, padding_size=9, comp=778, payload=778] 2024-09-05 16:00:53,156 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162381, 3] ssh_send_kex: SSH_MSG_KEXINIT sent 2024-09-05 16:00:53,156 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162430, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,156 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162432, 4] ssh_socket_unbuffered_write: wrote 815 2024-09-05 16:00:53,156 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.162434, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:00:53.172860, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,163 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.172860, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.172902, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.172905, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.172924, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:00:53,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,163 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.172902, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:00:53,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.172905, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:00:53,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.172924, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:00:53,173 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,173 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.183350, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:00:53,173 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,173 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.183350, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:00:53,184 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,184 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.193799, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:00:53,184 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,184 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.193799, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:00:53,194 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,194 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.204189, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:00:53,194 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,194 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.204189, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:00:53,204 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,204 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.214600, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:00:53,204 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,205 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.214600, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:00:53,215 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,215 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.225089, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:00:53,215 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,215 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.225089, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:00:53,225 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,225 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.235541, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:00:53,225 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,226 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.235541, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:00:53,236 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,236 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.246000, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:00:53,236 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,236 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.246000, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:00:53,246 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,246 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.256394, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,246 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256394, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.256424, 4] ssh_socket_unbuffered_read: read 904[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:00:53.256435, 3] ssh_packet_socket_callback: packet: read type 20 [len=900,padding=6,comp=893,payload=893][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.256437, 3] ssh_packet_process: Dispatching handler for packet type 20[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.256444, 4] ssh_packet_kexinit: KEXINIT received[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "129[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x1]![2024/09/05 14:00:53.256467, 4] ssh_list_kex: kex algos: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,curve25519-sha256,curve25519-sha256@xxxxxxxxxx[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "bf[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb7][2024/09/05 14:00:53.256469, 4] ssh_list_kex: server host key algo: ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-256,rsa-sha2-512,ssh-rsa,ssh-dss[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "c0[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb8][2024/09/05 14:00:53.256471, 4] ssh_list_kex: encryption client->server: aes256-ctr,aes192-ctr,aes128-ctr,blowfish-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-ctr,3des-cbc[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "c0[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb8][2024/09/05 14:00:53.256473, 4] ssh_list_kex: encryption server->client: aes256-ctr,aes192-ctr,aes128-ctr,blowfish-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-ctr,3des-cbc[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "d4[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffcc][2024/09/05 14:00:53.256474, 4] ssh_list_kex: mac algo client->server: hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "d4[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffcc][2024/09/05 14:00:53.256476, 4] ssh_list_kex: mac algo server->client: hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.256478, 4] ssh_list_kex: compression algo client->server: none[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.256480, 4] ssh_list_kex: compression algo server->client: none[\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,247 (Wire.java:92) DEBUG : http-outgoing-3 << "52[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[2024/09/05 14:00:53.256482, 4] ssh_list_kex: languages client->server: [\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "52[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[2024/09/05 14:00:53.256484, 4] ssh_list_kex: languages server->client: [\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "dc[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffd4][2024/09/05 14:00:53.256492, 3] ssh_kex_select_methods: Negotiated diffie-hellman-group-exchange-sha256,rsa-sha2-256,aes256-ctr,aes256-ctr,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,none,none,,[\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "66[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]^[2024/09/05 14:00:53.256495, 3] crypt_set_algorithms_server: Set output algorithm aes256-ctr[\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:00:53.256498, 3] crypt_set_algorithms_server: Set HMAC output algorithm to hmac-sha2-512-etm@xxxxxxxxxxx[\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "65[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]][2024/09/05 14:00:53.256499, 3] crypt_set_algorithms_server: Set input algorithm aes256-ctr[\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:00:53.256501, 3] crypt_set_algorithms_server: Set HMAC input algorithm to hmac-sha2-512-etm@xxxxxxxxxxx[\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.256504, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,248 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,248 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256424, 4] ssh_socket_unbuffered_read: read 904 2024-09-05 16:00:53,248 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256435, 3] ssh_packet_socket_callback: packet: read type 20 [len=900,padding=6,comp=893,payload=893] 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256437, 3] ssh_packet_process: Dispatching handler for packet type 20 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256444, 4] ssh_packet_kexinit: KEXINIT received 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256467, 4] ssh_list_kex: kex algos: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,curve25519-sha256,curve25519-sha256@xxxxxxxxxx 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256469, 4] ssh_list_kex: server host key algo: ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-256,rsa-sha2-512,ssh-rsa,ssh-dss 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256471, 4] ssh_list_kex: encryption client->server: aes256-ctr,aes192-ctr,aes128-ctr,blowfish-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-ctr,3des-cbc 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256473, 4] ssh_list_kex: encryption server->client: aes256-ctr,aes192-ctr,aes128-ctr,blowfish-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-ctr,3des-cbc 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256474, 4] ssh_list_kex: mac algo client->server: hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256476, 4] ssh_list_kex: mac algo server->client: hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256478, 4] ssh_list_kex: compression algo client->server: none 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256480, 4] ssh_list_kex: compression algo server->client: none 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256482, 4] ssh_list_kex: languages client->server: 2024-09-05 16:00:53,249 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256484, 4] ssh_list_kex: languages server->client: 2024-09-05 16:00:53,250 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256492, 3] ssh_kex_select_methods: Negotiated diffie-hellman-group-exchange-sha256,rsa-sha2-256,aes256-ctr,aes256-ctr,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,none,none,, 2024-09-05 16:00:53,250 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256495, 3] crypt_set_algorithms_server: Set output algorithm aes256-ctr 2024-09-05 16:00:53,250 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256498, 3] crypt_set_algorithms_server: Set HMAC output algorithm to hmac-sha2-512-etm@xxxxxxxxxxx 2024-09-05 16:00:53,250 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256499, 3] crypt_set_algorithms_server: Set input algorithm aes256-ctr 2024-09-05 16:00:53,250 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256501, 3] crypt_set_algorithms_server: Set HMAC input algorithm to hmac-sha2-512-etm@xxxxxxxxxxx 2024-09-05 16:00:53,250 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.256504, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.266888, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,257 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.266888, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "4d[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]E[2024/09/05 14:00:53.266933, 4] ssh_socket_unbuffered_read: read 24[\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:00:53.266939, 3] ssh_packet_socket_callback: packet: read type 34 [len=20,padding=6,comp=13,payload=13][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.266943, 3] ssh_packet_process: Dispatching handler for packet type 34[\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:00:53.266961, 3] ssh_packet_server_dhgex_request: dh-gex: DHGEX_REQUEST[1024:2048:4096][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.267042, 3] ssh_retrieve_dhgroup: Unable to open moduli file: No such file or directory[\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.267218, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:00:53.267223, 4] ssh_socket_unbuffered_write: wrote 536[\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "7f[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]w[2024/09/05 14:00:53.267227, 3] packet_send2: packet: wrote [type=31, len=532, padding_size=8, comp=523, payload=523][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,257 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,258 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.267230, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,258 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,258 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.266933, 4] ssh_socket_unbuffered_read: read 24 2024-09-05 16:00:53,258 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.266939, 3] ssh_packet_socket_callback: packet: read type 34 [len=20,padding=6,comp=13,payload=13] 2024-09-05 16:00:53,258 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.266943, 3] ssh_packet_process: Dispatching handler for packet type 34 2024-09-05 16:00:53,258 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.266961, 3] ssh_packet_server_dhgex_request: dh-gex: DHGEX_REQUEST[1024:2048:4096] 2024-09-05 16:00:53,258 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.267042, 3] ssh_retrieve_dhgroup: Unable to open moduli file: No such file or directory 2024-09-05 16:00:53,258 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.267218, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,258 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.267223, 4] ssh_socket_unbuffered_write: wrote 536 2024-09-05 16:00:53,258 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.267227, 3] packet_send2: packet: wrote [type=31, len=532, padding_size=8, comp=523, payload=523] 2024-09-05 16:00:53,259 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.267230, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:00:53.277717, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,267 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.277717, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.277745, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.277747, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.277751, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,267 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,267 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.277745, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:00:53,268 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.277747, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:00:53,268 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.277751, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,278 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,278 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.288167, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,278 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,278 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.288167, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,288 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,288 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.298571, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,288 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,288 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.298571, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,299 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,299 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.308942, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,299 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,299 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.308942, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,309 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,309 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.319356, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,309 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,309 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.319356, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,319 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,319 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.329783, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,319 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,320 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.329783, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,330 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,330 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.340058, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,330 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,330 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.340058, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,340 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,340 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.350576, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,340 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,340 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.350576, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,350 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,351 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.360980, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,351 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,351 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.360980, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,378 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.371391, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,379 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.371391, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.371422, 4] ssh_socket_unbuffered_read: read 528[\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:00:53.371426, 3] ssh_packet_socket_callback: packet: read type 32 [len=524,padding=6,comp=517,payload=517][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.371429, 3] ssh_packet_process: Dispatching handler for packet type 32[\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "67[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]_[2024/09/05 14:00:53.371434, 3] ssh_packet_server_dhgex_init: Received SSH_MSG_KEX_DHGEX_INIT[\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.389504, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "51[\r][\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]I[2024/09/05 14:00:53.389738, 4] ssh_socket_unbuffered_write: wrote 1096[\n]" 2024-09-05 16:00:53,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,379 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.371422, 4] ssh_socket_unbuffered_read: read 528 2024-09-05 16:00:53,379 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.371426, 3] ssh_packet_socket_callback: packet: read type 32 [len=524,padding=6,comp=517,payload=517] 2024-09-05 16:00:53,380 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.371429, 3] ssh_packet_process: Dispatching handler for packet type 32 2024-09-05 16:00:53,380 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.371434, 3] ssh_packet_server_dhgex_init: Received SSH_MSG_KEX_DHGEX_INIT 2024-09-05 16:00:53,380 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.389504, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,380 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.389738, 4] ssh_socket_unbuffered_write: wrote 1096 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:00:53.389878, 3] packet_send2: packet: wrote [type=33, len=1092, padding_size=10, comp=1081, payload=1081][\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.390029, 3] ssh_server_dh_process_init: Sent KEX_DH_[GEX]_REPLY[\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:00:53.390228, 3] packet_send2: packet: wrote [type=21, len=12, padding_size=10, comp=1, payload=1][\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "5a[\r][\n]" 2024-09-05 16:00:53,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]R[2024/09/05 14:00:53.390370, 4] ssh_packet_set_newkeys: called, direction = OUT [\n]" 2024-09-05 16:00:53,381 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,381 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.389878, 3] packet_send2: packet: wrote [type=33, len=1092, padding_size=10, comp=1081, payload=1081] 2024-09-05 16:00:53,382 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.390029, 3] ssh_server_dh_process_init: Sent KEX_DH_[GEX]_REPLY 2024-09-05 16:00:53,382 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.390228, 3] packet_send2: packet: wrote [type=21, len=12, padding_size=10, comp=1, payload=1] 2024-09-05 16:00:53,382 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.390370, 4] ssh_packet_set_newkeys: called, direction = OUT 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "61[\r][\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Y[2024/09/05 14:00:53.390885, 3] ssh_init_rekey_state: Set rekey after 4294967296 blocks[\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "61[\r][\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Y[2024/09/05 14:00:53.391230, 3] ssh_init_rekey_state: Set rekey after 4294967296 blocks[\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "57[\r][\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]O[2024/09/05 14:00:53.391638, 3] ssh_packet_send_newkeys: SSH_MSG_NEWKEYS sent[\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.391857, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,382 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,382 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.390885, 3] ssh_init_rekey_state: Set rekey after 4294967296 blocks 2024-09-05 16:00:53,383 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.391230, 3] ssh_init_rekey_state: Set rekey after 4294967296 blocks 2024-09-05 16:00:53,383 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.391638, 3] ssh_packet_send_newkeys: SSH_MSG_NEWKEYS sent 2024-09-05 16:00:53,383 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.391857, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "77[\r][\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]o[2024/09/05 14:00:53.400318, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 16[\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,390 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.400318, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 16 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.400777, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:00:53.400907, 4] ssh_socket_unbuffered_write: wrote 16[\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.400989, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,390 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.400777, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,390 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.400907, 4] ssh_socket_unbuffered_write: wrote 16 2024-09-05 16:00:53,390 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.400989, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:00:53.410746, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,400 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.410746, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.410977, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.411048, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.411113, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,400 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,400 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.410977, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:00:53,400 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.411048, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:00:53,401 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.411113, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,410 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,411 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.421098, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,411 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,411 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.421098, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,421 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,421 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.431468, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:00:53,421 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,421 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.431468, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:00:53,431 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,431 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.441898, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,431 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,432 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.441898, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "4d[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]E[2024/09/05 14:00:53.442257, 4] ssh_socket_unbuffered_read: read 16[\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "7f[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]w[2024/09/05 14:00:53.442380, 3] ssh_packet_socket_callback: packet: read type 21 [len=12,padding=10,comp=1,payload=1][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.442447, 3] ssh_packet_process: Dispatching handler for packet type 21[\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "56[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]N[2024/09/05 14:00:53.442506, 3] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS[\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "59[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Q[2024/09/05 14:00:53.442585, 4] ssh_packet_set_newkeys: called, direction = IN [\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:00:53.442648, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 7[\n]" 2024-09-05 16:00:53,432 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,432 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.442257, 4] ssh_socket_unbuffered_read: read 16 2024-09-05 16:00:53,432 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.442380, 3] ssh_packet_socket_callback: packet: read type 21 [len=12,padding=10,comp=1,payload=1] 2024-09-05 16:00:53,432 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.442447, 3] ssh_packet_process: Dispatching handler for packet type 21 2024-09-05 16:00:53,432 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.442506, 3] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS 2024-09-05 16:00:53,432 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.442585, 4] ssh_packet_set_newkeys: called, direction = IN 2024-09-05 16:00:53,432 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.442648, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 7 2024-09-05 16:00:53,444 (ImplSsh.java:493) DEBUG : Done creating a ssh connection: localhost:32791_ID5902498 2024-09-05 16:00:53,473 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,473 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.483511, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,473 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,473 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483511, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,474 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,474 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.483740, 4] ssh_socket_unbuffered_read: read 216[\n]" 2024-09-05 16:00:53,474 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,478 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:00:53.483854, 3] ssh_packet_socket_callback: packet: read type 5 [len=32,padding=14,comp=17,payload=17][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "63[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][[2024/09/05 14:00:53.483858, 3] ssh_packet_process: Dispatching handler for packet type 5[\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "79[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]q[2024/09/05 14:00:53.483875, 3] ssh_packet_service_request: Received a SERVICE_REQUEST for service ssh-userauth[\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:00:53.483877, 3] ssh_packet_socket_callback: Processing 116 bytes left in socket buffer[\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:00:53.483895, 3] ssh_packet_socket_callback: packet: read type 50 [len=48,padding=9,comp=38,payload=38][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.483897, 3] ssh_packet_process: Dispatching handler for packet type 50[\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "8e[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff86][2024/09/05 14:00:53.483900, 3] ssh_packet_userauth_request: Auth request for service ssh-connection, method none for user 'netconf'[\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "58[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]P[INF]: LN: Received an SSH message "request-service" of subtype "ssh-userauth".[\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "7e[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]v[2024/09/05 14:00:53.483941, 3] ssh_message_service_reply_success: Sending a SERVICE_ACCEPT for service ssh-userauth[\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.484180, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:00:53.484233, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:00:53.484307, 3] packet_send2: packet: wrote [type=6, len=28, padding_size=14, comp=17, payload=17][\n]" 2024-09-05 16:00:53,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,479 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483740, 4] ssh_socket_unbuffered_read: read 216 2024-09-05 16:00:53,479 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483854, 3] ssh_packet_socket_callback: packet: read type 5 [len=32,padding=14,comp=17,payload=17] 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483858, 3] ssh_packet_process: Dispatching handler for packet type 5 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483875, 3] ssh_packet_service_request: Received a SERVICE_REQUEST for service ssh-userauth 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483877, 3] ssh_packet_socket_callback: Processing 116 bytes left in socket buffer 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483895, 3] ssh_packet_socket_callback: packet: read type 50 [len=48,padding=9,comp=38,payload=38] 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483897, 3] ssh_packet_process: Dispatching handler for packet type 50 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483900, 3] ssh_packet_userauth_request: Auth request for service ssh-connection, method none for user 'netconf' 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-service" of subtype "ssh-userauth". 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.483941, 3] ssh_message_service_reply_success: Sending a SERVICE_ACCEPT for service ssh-userauth 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.484180, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.484233, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:00:53,480 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.484307, 3] packet_send2: packet: wrote [type=6, len=28, padding_size=14, comp=17, payload=17] 2024-09-05 16:00:53,484 (Wire.java:92) DEBUG : http-outgoing-3 << "4d[\r][\n]" 2024-09-05 16:00:53,484 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]E[INF]: LN: Received an SSH message "request-auth" of subtype "none".[\n]" 2024-09-05 16:00:53,484 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,484 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-auth" of subtype "none". 2024-09-05 16:00:53,484 (Wire.java:92) DEBUG : http-outgoing-3 << "89[\r][\n]" 2024-09-05 16:00:53,484 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff81][2024/09/05 14:00:53.494038, 3] ssh_auth_reply_default: Sending a auth failure. methods that can continue: keyboard-interactive[\n]" 2024-09-05 16:00:53,484 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,484 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:00:53,484 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:00:53.494155, 3] packet_send2: packet: wrote [type=51, len=28, padding_size=5, comp=26, payload=26][\n]" 2024-09-05 16:00:53,484 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,484 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.494038, 3] ssh_auth_reply_default: Sending a auth failure. methods that can continue: keyboard-interactive 2024-09-05 16:00:53,484 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.494155, 3] packet_send2: packet: wrote [type=51, len=28, padding_size=5, comp=26, payload=26] 2024-09-05 16:00:53,494 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:00:53,494 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:00:53.504154, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 100[\n]" 2024-09-05 16:00:53,494 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,494 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.504154, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 100 2024-09-05 16:00:53,494 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,494 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.504215, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,494 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,494 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:00:53,494 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:00:53.504218, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:00:53,494 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,494 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.504215, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,494 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.504218, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:00:53,495 (ImplSsh.java:386) DEBUG : Available authentication methods: [keyboard-interactive] 2024-09-05 16:00:53,495 (ImplSsh.java:388) DEBUG : Ignoring authentication methods: [gssapi-with-mic] 2024-09-05 16:00:53,495 (ImplSsh.java:398) DEBUG : Trying to authenticate with method: keyboard-interactive 2024-09-05 16:00:53,504 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:00:53,504 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:00:53.514618, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN POLLOUT ), out buffer 0[\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,505 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.514618, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN POLLOUT ), out buffer 0 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.514650, 4] ssh_socket_unbuffered_read: read 148[\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:00:53.514716, 3] ssh_packet_socket_callback: packet: read type 50 [len=80,padding=17,comp=62,payload=62][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.514719, 3] ssh_packet_process: Dispatching handler for packet type 50[\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "9e[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff96][2024/09/05 14:00:53.514723, 3] ssh_packet_userauth_request: Auth request for service ssh-connection, method keyboard-interactive for user 'netconf'[\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.514726, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.514728, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "54[\r][\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]L[INF]: LN: Received an SSH message "request-auth" of subtype "interactive".[\n]" 2024-09-05 16:00:53,505 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,505 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.514650, 4] ssh_socket_unbuffered_read: read 148 2024-09-05 16:00:53,505 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.514716, 3] ssh_packet_socket_callback: packet: read type 50 [len=80,padding=17,comp=62,payload=62] 2024-09-05 16:00:53,505 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.514719, 3] ssh_packet_process: Dispatching handler for packet type 50 2024-09-05 16:00:53,505 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.514723, 3] ssh_packet_userauth_request: Auth request for service ssh-connection, method keyboard-interactive for user 'netconf' 2024-09-05 16:00:53,505 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.514726, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:00:53,505 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.514728, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:00:53,505 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-auth" of subtype "interactive". 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.520728, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,510 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.520728, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:00:53.520910, 4] ssh_socket_unbuffered_write: wrote 180[\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "7f[\r][\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]w[2024/09/05 14:00:53.520965, 3] packet_send2: packet: wrote [type=60, len=108, padding_size=6, comp=105, payload=105][\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "a5[\r][\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff9d][2024/09/05 14:00:53.521015, 3] ssh_message_auth_interactive_request: Warning: Got a keyboard-interactive response but it seems we didn't send the request.[\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:00:53.521089, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:00:53,510 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,511 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,511 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.521139, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:00:53,511 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,511 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,511 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.521205, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:00:53,511 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,511 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.520910, 4] ssh_socket_unbuffered_write: wrote 180 2024-09-05 16:00:53,511 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.520965, 3] packet_send2: packet: wrote [type=60, len=108, padding_size=6, comp=105, payload=105] 2024-09-05 16:00:53,511 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.521015, 3] ssh_message_auth_interactive_request: Warning: Got a keyboard-interactive response but it seems we didn't send the request. 2024-09-05 16:00:53,511 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.521089, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0 2024-09-05 16:00:53,511 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.521139, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:00:53,511 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.521205, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.525333, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,515 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.525333, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.525627, 4] ssh_socket_unbuffered_read: read 100[\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:00:53.525760, 3] ssh_packet_socket_callback: packet: read type 61 [len=32,padding=15,comp=16,payload=16][\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.525818, 3] ssh_packet_process: Dispatching handler for packet type 61[\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "5e[\r][\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]V[2024/09/05 14:00:53.525871, 3] ssh_packet_userauth_info_response: kbdint: 1 answers[\n]" 2024-09-05 16:00:53,515 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,515 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.525627, 4] ssh_socket_unbuffered_read: read 100 2024-09-05 16:00:53,516 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.525760, 3] ssh_packet_socket_callback: packet: read type 61 [len=32,padding=15,comp=16,payload=16] 2024-09-05 16:00:53,516 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.525818, 3] ssh_packet_process: Dispatching handler for packet type 61 2024-09-05 16:00:53,516 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.525871, 3] ssh_packet_userauth_info_response: kbdint: 1 answers 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.549178, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,539 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.549178, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,539 (ImplSsh.java:412) DEBUG : keyboard-interactive authentication successful? true 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:00:53,539 (ImplSsh.java:424) DEBUG : Authentication Complete: localhost:32791_ID5902498 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:00:53.549459, 4] ssh_socket_unbuffered_write: wrote 84[\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,539 (ImplSsh.java:243) DEBUG : Opening a ssh session: localhost:32791_ID5902498 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:00:53.549557, 3] packet_send2: packet: wrote [type=52, len=12, padding_size=14, comp=1, payload=1][\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "31[\r][\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0])[INF]: LN: User "netconf" authenticated.[\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:00:53.549745, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.549824, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:00:53,539 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,539 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.549459, 4] ssh_socket_unbuffered_write: wrote 84 2024-09-05 16:00:53,540 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.549557, 3] packet_send2: packet: wrote [type=52, len=12, padding_size=14, comp=1, payload=1] 2024-09-05 16:00:53,540 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: User "netconf" authenticated. 2024-09-05 16:00:53,540 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.549745, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0 2024-09-05 16:00:53,540 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.549824, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:00:53,540 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,540 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.549913, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:00:53,540 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,540 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.549913, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.560448, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,550 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.560448, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.560679, 4] ssh_socket_unbuffered_read: read 100[\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:00:53.560797, 3] ssh_packet_socket_callback: packet: read type 90 [len=32,padding=7,comp=24,payload=24][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.560854, 3] ssh_packet_process: Dispatching handler for packet type 90[\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "6a[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]b[2024/09/05 14:00:53.560928, 3] ssh_packet_channel_open: Clients wants to open a session channel[\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:00:53.560979, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=8, in_blocks=8][\n]" 2024-09-05 16:00:53,550 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,550 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.560679, 4] ssh_socket_unbuffered_read: read 100 2024-09-05 16:00:53,550 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.560797, 3] ssh_packet_socket_callback: packet: read type 90 [len=32,padding=7,comp=24,payload=24] 2024-09-05 16:00:53,551 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.560854, 3] ssh_packet_process: Dispatching handler for packet type 90 2024-09-05 16:00:53,551 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.560928, 3] ssh_packet_channel_open: Clients wants to open a session channel 2024-09-05 16:00:53,551 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.560979, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=8, in_blocks=8] 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "58[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]P[INF]: LN: Received an SSH message "request-channel-open" of subtype "session".[\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "8e[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff86][2024/09/05 14:00:53.561173, 3] ssh_message_channel_request_open_reply_accept_channel: Accepting a channel request_open for chan 100[\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:00:53.561245, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.561452, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:00:53.561564, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,551 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-channel-open" of subtype "session". 2024-09-05 16:00:53,551 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.561173, 3] ssh_message_channel_request_open_reply_accept_channel: Accepting a channel request_open for chan 100 2024-09-05 16:00:53,551 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.561245, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9] 2024-09-05 16:00:53,551 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.561452, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,551 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.561564, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:00:53.561670, 3] packet_send2: packet: wrote [type=91, len=28, padding_size=14, comp=17, payload=17][\n]" 2024-09-05 16:00:53,551 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,551 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.561670, 3] packet_send2: packet: wrote [type=91, len=28, padding_size=14, comp=17, payload=17] 2024-09-05 16:00:53,552 (ImplSsh.java:250) DEBUG : Done opening a ssh session: localhost:32791_ID5902498 2024-09-05 16:00:53,552 (ImplSsh.java:279) DEBUG : Starting subsystem: netconf 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:00:53.570904, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN POLLOUT ), out buffer 0[\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,560 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.570904, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN POLLOUT ), out buffer 0 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.571153, 4] ssh_socket_unbuffered_read: read 116[\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:00:53.571277, 3] ssh_packet_socket_callback: packet: read type 98 [len=48,padding=17,comp=30,payload=30][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.571335, 3] ssh_packet_process: Dispatching handler for packet type 98[\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "96[\r][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff8e][2024/09/05 14:00:53.571388, 3] ssh_message_handle_channel_request: Received a subsystem channel_request for channel (43:100) (want_reply=1)[\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,560 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:00:53.571438, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.571488, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.571547, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,561 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.571153, 4] ssh_socket_unbuffered_read: read 116 2024-09-05 16:00:53,561 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.571277, 3] ssh_packet_socket_callback: packet: read type 98 [len=48,padding=17,comp=30,payload=30] 2024-09-05 16:00:53,561 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.571335, 3] ssh_packet_process: Dispatching handler for packet type 98 2024-09-05 16:00:53,561 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.571388, 3] ssh_message_handle_channel_request: Received a subsystem channel_request for channel (43:100) (want_reply=1) 2024-09-05 16:00:53,561 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.571438, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9] 2024-09-05 16:00:53,561 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.571488, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:00:53,561 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.571547, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "55[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]M[INF]: LN: Received an SSH message "request-channel" of subtype "subsystem".[\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "85[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]}[2024/09/05 14:00:53.571733, 3] ssh_message_channel_request_reply_success: Sending a channel_request success to channel 100[\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:00:53.571810, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,561 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.572060, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:00:53.572163, 4] ssh_socket_unbuffered_write: wrote 84[\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:00:53.572234, 3] packet_send2: packet: wrote [type=99, len=12, padding_size=10, comp=5, payload=5][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.572394, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=73, in_blocks=73][\n]" 2024-09-05 16:00:53,561 (ImplSsh.java:286) DEBUG : Done starting netconf session 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:00:53.572525, 3] packet_send2: packet: wrote [type=94, len=1036, padding_size=12, comp=1027, payload=1027][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.572601, 3] channel_write_common: ssh_channel_write wrote 1018 bytes[\n]" 2024-09-05 16:00:53,562 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,562 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-channel" of subtype "subsystem". 2024-09-05 16:00:53,562 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.571733, 3] ssh_message_channel_request_reply_success: Sending a channel_request success to channel 100 2024-09-05 16:00:53,562 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.571810, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9] 2024-09-05 16:00:53,562 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.572060, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,562 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.572163, 4] ssh_socket_unbuffered_write: wrote 84 2024-09-05 16:00:53,562 (AbstractCli.java:84) DEBUG : Done connecting cli 2024-09-05 16:00:53,562 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.572234, 3] packet_send2: packet: wrote [type=99, len=12, padding_size=10, comp=5, payload=5] 2024-09-05 16:00:53,563 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.572394, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=73, in_blocks=73] 2024-09-05 16:00:53,563 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.572525, 3] packet_send2: packet: wrote [type=94, len=1036, padding_size=12, comp=1027, payload=1027] 2024-09-05 16:00:53,563 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.572601, 3] channel_write_common: ssh_channel_write wrote 1018 bytes 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "79[\r][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]q[2024/09/05 14:00:53.572673, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 1108[\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.572810, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "51[\r][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]I[2024/09/05 14:00:53.572894, 4] ssh_socket_unbuffered_write: wrote 1108[\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:00:53.573008, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=136, in_blocks=72][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "82[\r][\n]" 2024-09-05 16:00:53,563 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]z[2024/09/05 14:00:53.573124, 3] packet_send2: packet: wrote [type=94, len=1020, padding_size=8, comp=1015, payload=1015][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.573195, 3] channel_write_common: ssh_channel_write wrote 1006 bytes[\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "79[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]q[2024/09/05 14:00:53.573260, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 1092[\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.573367, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "51[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]I[2024/09/05 14:00:53.573432, 4] ssh_socket_unbuffered_write: wrote 1092[\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:00:53.573504, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=71][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:00:53,564 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:00:53.573606, 3] packet_send2: packet: wrote [type=94, len=1004, padding_size=14, comp=993, payload=993][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "61[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Y[2024/09/05 14:00:53.573686, 3] channel_write_common: ssh_channel_write wrote 984 bytes[\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "79[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]q[2024/09/05 14:00:53.573758, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 1076[\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.573877, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "51[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]I[2024/09/05 14:00:53.573958, 4] ssh_socket_unbuffered_write: wrote 1076[\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.574067, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=9][\n]" 2024-09-05 16:00:53,565 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,565 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.572673, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 1108 2024-09-05 16:00:53,565 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.572810, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.572894, 4] ssh_socket_unbuffered_write: wrote 1108 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573008, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=136, in_blocks=72] 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573124, 3] packet_send2: packet: wrote [type=94, len=1020, padding_size=8, comp=1015, payload=1015] 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573195, 3] channel_write_common: ssh_channel_write wrote 1006 bytes 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573260, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 1092 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573367, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573432, 4] ssh_socket_unbuffered_write: wrote 1092 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573504, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=71] 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573606, 3] packet_send2: packet: wrote [type=94, len=1004, padding_size=14, comp=993, payload=993] 2024-09-05 16:00:53,566 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573686, 3] channel_write_common: ssh_channel_write wrote 984 bytes 2024-09-05 16:00:53,567 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573758, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 1076 2024-09-05 16:00:53,567 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573877, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,567 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.573958, 4] ssh_socket_unbuffered_write: wrote 1076 2024-09-05 16:00:53,567 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.574067, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=9] 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:00:53.574186, 3] packet_send2: packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "5f[\r][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]W[2024/09/05 14:00:53.574261, 3] channel_write_common: ssh_channel_write wrote 6 bytes[\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:00:53.574346, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 100[\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.574460, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:00:53.574536, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:00:53,567 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,568 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:00:53,568 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:00:53.574626, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:00:53,568 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,568 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,568 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.574697, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:00:53,568 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,568 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,568 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.574704, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:00:53,568 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,568 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.574186, 3] packet_send2: packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15] 2024-09-05 16:00:53,568 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.574261, 3] channel_write_common: ssh_channel_write wrote 6 bytes 2024-09-05 16:00:53,568 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.574346, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 100 2024-09-05 16:00:53,568 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.574460, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,568 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.574536, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:00:53,569 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.574626, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0 2024-09-05 16:00:53,569 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.574697, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:00:53,569 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.574704, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:00:53,613 (Ssh.java:82) INFO : Established a SSH connection to localhost:32791 2024-09-05 16:00:53,613 (AbstractTransport.java:546) DEBUG : Starting to exchange the <hello> messages 2024-09-05 16:00:53,625 (PowerLogger.java:328) DEBUG : <hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:candidate:1.0</capability><capability>urn:ietf:params:netconf:capability:confirmed-commit:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:startup:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all,report-all-tagged,trim,explicit</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:interleave:1.0</capability><capability>urn:ietf:params:netconf:capability:url:1.0?scheme=ftp,ftps,http,https,scp,sftp</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-metadata?module=ietf-yang-metadata&revision=2016-08-05</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2018-02-14</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.1?revision=2019-01-04&content-id=2008448144</capability><capability>urn:sysrepo:plugind?module=sysrepo-plugind&revision=2022-08-26</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2013-09-29&features=writable-running,candidate,confirmed-commit,rollback-on-error,validate,startup,url,xpath</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:netconf:notification:1.0?module=notifications&revision=2008-07-14</capability><capability>urn:ietf:params:xml:ns:netmod:notification?module=nc-notifications&revision=2008-07-14</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name?module=ietf-x509-cert-to-name&revision=2014-12-10</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-04-04&features=crypt-hash-md5,crypt-hash-sha-256,crypt-hash-sha-512</capability></capabilities><session-id>1</session-id></hello> 2024-09-05 16:00:53,626 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.636235, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,627 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.636235, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.636283, 4] ssh_socket_unbuffered_read: read 100[\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:00:53.636384, 3] ssh_packet_socket_callback: packet: read type 98 [len=32,padding=9,comp=22,payload=22][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.636393, 3] ssh_packet_process: Dispatching handler for packet type 98[\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "99[\r][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff91][2024/09/05 14:00:53.636401, 3] ssh_message_handle_channel_request: Received a trilead-ping channel_request for channel (43:100) (want_reply=1)[\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:00:53.636408, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=10][\n]" 2024-09-05 16:00:53,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,627 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.636283, 4] ssh_socket_unbuffered_read: read 100 2024-09-05 16:00:53,627 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.636384, 3] ssh_packet_socket_callback: packet: read type 98 [len=32,padding=9,comp=22,payload=22] 2024-09-05 16:00:53,627 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.636393, 3] ssh_packet_process: Dispatching handler for packet type 98 2024-09-05 16:00:53,627 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.636401, 3] ssh_message_handle_channel_request: Received a trilead-ping channel_request for channel (43:100) (want_reply=1) 2024-09-05 16:00:53,627 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.636408, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=10] 2024-09-05 16:00:53,744 (AbstractTransport.java:586) DEBUG : The exchange of <hello> messages phase is completed, the session ID is 1 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.754666, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754666, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.754718, 4] ssh_socket_unbuffered_read: read 340[\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:00:53.754810, 3] ssh_packet_socket_callback: packet: read type 94 [len=272,padding=8,comp=263,payload=263][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.754815, 3] ssh_packet_process: Dispatching handler for packet type 94[\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:00:53.754822, 3] channel_rcv_data: Channel receiving 254 bytes data (local win=32000 remote win=1061946)[\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:00:53.754826, 3] channel_default_bufferize: placing 254 bytes into channel buffer (stdout)[\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:00:53.754829, 3] channel_rcv_data: Channel windows are now (local win=31746 remote win=1061946)[\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:00:53.754833, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=26][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:00:53.754850, 3] ssh_channel_read_timeout: Read (6) buffered : 254 bytes. Window: 31746[\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:00:53.754855, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=26][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:00:53.754897, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:00:53,746 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:00:53.754901, 4] ssh_socket_unbuffered_write: wrote 84[\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.754904, 3] packet_send2: packet: wrote [type=93, len=12, padding_size=6, comp=9, payload=9][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "67[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]_[2024/09/05 14:00:53.754907, 3] grow_window: growing window (channel 43:100) by 2065158 bytes[\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754912, 3] ssh_channel_read_timeout: Read (6) buffered : 248 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754915, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754918, 3] ssh_channel_read_timeout: Read (6) buffered : 242 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754921, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754923, 3] ssh_channel_read_timeout: Read (6) buffered : 236 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754925, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,747 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754928, 3] ssh_channel_read_timeout: Read (6) buffered : 230 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754930, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754932, 3] ssh_channel_read_timeout: Read (6) buffered : 224 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754935, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754937, 3] ssh_channel_read_timeout: Read (6) buffered : 218 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754939, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754942, 3] ssh_channel_read_timeout: Read (6) buffered : 212 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754944, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,748 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754948, 3] ssh_channel_read_timeout: Read (6) buffered : 206 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754952, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754954, 3] ssh_channel_read_timeout: Read (6) buffered : 200 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754956, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754959, 3] ssh_channel_read_timeout: Read (6) buffered : 194 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754961, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754963, 3] ssh_channel_read_timeout: Read (6) buffered : 188 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,749 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754966, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754969, 3] ssh_channel_read_timeout: Read (6) buffered : 182 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754971, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754976, 3] ssh_channel_read_timeout: Read (6) buffered : 176 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754979, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754981, 3] ssh_channel_read_timeout: Read (6) buffered : 170 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754983, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754985, 3] ssh_channel_read_timeout: Read (6) buffered : 164 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754988, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754990, 3] ssh_channel_read_timeout: Read (6) buffered : 158 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,750 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754992, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.754995, 3] ssh_channel_read_timeout: Read (6) buffered : 152 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.754998, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.755000, 3] ssh_channel_read_timeout: Read (6) buffered : 146 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755003, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.755005, 3] ssh_channel_read_timeout: Read (6) buffered : 140 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755008, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.755010, 3] ssh_channel_read_timeout: Read (6) buffered : 134 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755012, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.755015, 3] ssh_channel_read_timeout: Read (6) buffered : 128 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755018, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,751 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,751 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754718, 4] ssh_socket_unbuffered_read: read 340 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754810, 3] ssh_packet_socket_callback: packet: read type 94 [len=272,padding=8,comp=263,payload=263] 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754815, 3] ssh_packet_process: Dispatching handler for packet type 94 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754822, 3] channel_rcv_data: Channel receiving 254 bytes data (local win=32000 remote win=1061946) 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754826, 3] channel_default_bufferize: placing 254 bytes into channel buffer (stdout) 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754829, 3] channel_rcv_data: Channel windows are now (local win=31746 remote win=1061946) 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754833, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=26] 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754850, 3] ssh_channel_read_timeout: Read (6) buffered : 254 bytes. Window: 31746 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754855, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=26] 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754897, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754901, 4] ssh_socket_unbuffered_write: wrote 84 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754904, 3] packet_send2: packet: wrote [type=93, len=12, padding_size=6, comp=9, payload=9] 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754907, 3] grow_window: growing window (channel 43:100) by 2065158 bytes 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754912, 3] ssh_channel_read_timeout: Read (6) buffered : 248 bytes. Window: 2096904 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754915, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754918, 3] ssh_channel_read_timeout: Read (6) buffered : 242 bytes. Window: 2096904 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754921, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754923, 3] ssh_channel_read_timeout: Read (6) buffered : 236 bytes. Window: 2096904 2024-09-05 16:00:53,752 (Netconf.java:25) DEBUG : Created Netconf instance for Netconf1.0 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754925, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754928, 3] ssh_channel_read_timeout: Read (6) buffered : 230 bytes. Window: 2096904 2024-09-05 16:00:53,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754930, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754932, 3] ssh_channel_read_timeout: Read (6) buffered : 224 bytes. Window: 2096904 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754935, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754937, 3] ssh_channel_read_timeout: Read (6) buffered : 218 bytes. Window: 2096904 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754939, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754942, 3] ssh_channel_read_timeout: Read (6) buffered : 212 bytes. Window: 2096904 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754944, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754948, 3] ssh_channel_read_timeout: Read (6) buffered : 206 bytes. Window: 2096904 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754952, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754954, 3] ssh_channel_read_timeout: Read (6) buffered : 200 bytes. Window: 2096904 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754956, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754959, 3] ssh_channel_read_timeout: Read (6) buffered : 194 bytes. Window: 2096904 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754961, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754963, 3] ssh_channel_read_timeout: Read (6) buffered : 188 bytes. Window: 2096904 2024-09-05 16:00:53,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754966, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754969, 3] ssh_channel_read_timeout: Read (6) buffered : 182 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754971, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754976, 3] ssh_channel_read_timeout: Read (6) buffered : 176 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754979, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754981, 3] ssh_channel_read_timeout: Read (6) buffered : 170 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754983, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754985, 3] ssh_channel_read_timeout: Read (6) buffered : 164 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754988, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754990, 3] ssh_channel_read_timeout: Read (6) buffered : 158 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754992, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754995, 3] ssh_channel_read_timeout: Read (6) buffered : 152 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.754998, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755000, 3] ssh_channel_read_timeout: Read (6) buffered : 146 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755003, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755005, 3] ssh_channel_read_timeout: Read (6) buffered : 140 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755008, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755010, 3] ssh_channel_read_timeout: Read (6) buffered : 134 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755012, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755015, 3] ssh_channel_read_timeout: Read (6) buffered : 128 bytes. Window: 2096904 2024-09-05 16:00:53,754 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755018, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,754 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,754 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.755021, 3] ssh_channel_read_timeout: Read (6) buffered : 122 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,754 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,754 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,754 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755023, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.755026, 3] ssh_channel_read_timeout: Read (6) buffered : 116 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755028, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.755031, 3] ssh_channel_read_timeout: Read (6) buffered : 110 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755033, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:00:53.755036, 3] ssh_channel_read_timeout: Read (6) buffered : 104 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755038, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755041, 3] ssh_channel_read_timeout: Read (6) buffered : 98 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755043, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755045, 3] ssh_channel_read_timeout: Read (6) buffered : 92 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755048, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755050, 3] ssh_channel_read_timeout: Read (6) buffered : 86 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755052, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755055, 3] ssh_channel_read_timeout: Read (6) buffered : 80 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755057, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,755 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755060, 3] ssh_channel_read_timeout: Read (6) buffered : 74 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755063, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755066, 3] ssh_channel_read_timeout: Read (6) buffered : 68 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755068, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755071, 3] ssh_channel_read_timeout: Read (6) buffered : 62 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755073, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755075, 3] ssh_channel_read_timeout: Read (6) buffered : 56 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755077, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755080, 3] ssh_channel_read_timeout: Read (6) buffered : 50 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755082, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755085, 3] ssh_channel_read_timeout: Read (6) buffered : 44 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755088, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755091, 3] ssh_channel_read_timeout: Read (6) buffered : 38 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,756 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755094, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755096, 3] ssh_channel_read_timeout: Read (6) buffered : 32 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755099, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755102, 3] ssh_channel_read_timeout: Read (6) buffered : 26 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755104, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755106, 3] ssh_channel_read_timeout: Read (6) buffered : 20 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755109, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:00:53.755111, 3] ssh_channel_read_timeout: Read (6) buffered : 14 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755114, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:00:53.755116, 3] ssh_channel_read_timeout: Read (6) buffered : 8 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755118, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:00:53.755121, 3] ssh_channel_read_timeout: Read (2) buffered : 2 bytes. Window: 2096904[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:00:53.755123, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,757 (Wire.java:92) DEBUG : http-outgoing-3 << "40[\r][\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]8[INF]: NP: Generated new event (netconf-session-start).[\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "5e[\r][\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]V[INF]: LN: Session 1: Received an SSH message "request-channel" of subtype "unknown".[\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:00:53.755425, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:00:53.755428, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:00:53.755430, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:00:53,758 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755021, 3] ssh_channel_read_timeout: Read (6) buffered : 122 bytes. Window: 2096904 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755023, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755026, 3] ssh_channel_read_timeout: Read (6) buffered : 116 bytes. Window: 2096904 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755028, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755031, 3] ssh_channel_read_timeout: Read (6) buffered : 110 bytes. Window: 2096904 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755033, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755036, 3] ssh_channel_read_timeout: Read (6) buffered : 104 bytes. Window: 2096904 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755038, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755041, 3] ssh_channel_read_timeout: Read (6) buffered : 98 bytes. Window: 2096904 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755043, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755045, 3] ssh_channel_read_timeout: Read (6) buffered : 92 bytes. Window: 2096904 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755048, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,758 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755050, 3] ssh_channel_read_timeout: Read (6) buffered : 86 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755052, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755055, 3] ssh_channel_read_timeout: Read (6) buffered : 80 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755057, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755060, 3] ssh_channel_read_timeout: Read (6) buffered : 74 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755063, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755066, 3] ssh_channel_read_timeout: Read (6) buffered : 68 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755068, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755071, 3] ssh_channel_read_timeout: Read (6) buffered : 62 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755073, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755075, 3] ssh_channel_read_timeout: Read (6) buffered : 56 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755077, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755080, 3] ssh_channel_read_timeout: Read (6) buffered : 50 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755082, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755085, 3] ssh_channel_read_timeout: Read (6) buffered : 44 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755088, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755091, 3] ssh_channel_read_timeout: Read (6) buffered : 38 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755094, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755096, 3] ssh_channel_read_timeout: Read (6) buffered : 32 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755099, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755102, 3] ssh_channel_read_timeout: Read (6) buffered : 26 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755104, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755106, 3] ssh_channel_read_timeout: Read (6) buffered : 20 bytes. Window: 2096904 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755109, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,759 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755111, 3] ssh_channel_read_timeout: Read (6) buffered : 14 bytes. Window: 2096904 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755114, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755116, 3] ssh_channel_read_timeout: Read (6) buffered : 8 bytes. Window: 2096904 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755118, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755121, 3] ssh_channel_read_timeout: Read (2) buffered : 2 bytes. Window: 2096904 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755123, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes) 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: NP: Generated new event (netconf-session-start). 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Session 1: Received an SSH message "request-channel" of subtype "unknown". 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755425, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLOUT ), out buffer 0 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755428, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:00:53,760 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.755430, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:00:53,801 (NotificationSubscriptionImpl.java:461) DEBUG : subcription message: <rpc message-id="1" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <urn:create-subscription xmlns:urn="urn:ietf:params:xml:ns:netconf:notification:1.0"/> </rpc> 2024-09-05 16:00:53,852 (NotificationSubscriptionImpl.java:527) DEBUG : Added subscriber com.ericsson.commonlibrary.netconf.util.CombinedTestModelAndConnectionEventsImpl 2024-09-05 16:00:53,965 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:00:53,965 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:00:53.974969, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:00:53,965 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,965 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.974969, 4] ssh_socket_pollcallback: Poll callback on socket 51 (POLLIN ), out buffer 0 2024-09-05 16:00:53,965 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:00:53,965 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:00:53.975009, 4] ssh_socket_unbuffered_read: read 100[\n]" 2024-09-05 16:00:53,965 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:00:53.975085, 3] ssh_packet_socket_callback: packet: read type 98 [len=32,padding=9,comp=22,payload=22][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:00:53.975089, 3] ssh_packet_process: Dispatching handler for packet type 98[\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "99[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff91][2024/09/05 14:00:53.975094, 3] ssh_message_handle_channel_request: Received a trilead-ping channel_request for channel (43:100) (want_reply=1)[\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:00:53.975097, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=27][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "5e[\r][\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]V[INF]: LN: Session 1: Received an SSH message "request-channel" of subtype "unknown".[\n]" 2024-09-05 16:00:53,966 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:00:53,966 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.975009, 4] ssh_socket_unbuffered_read: read 100 2024-09-05 16:00:53,966 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.975085, 3] ssh_packet_socket_callback: packet: read type 98 [len=32,padding=9,comp=22,payload=22] 2024-09-05 16:00:53,966 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.975089, 3] ssh_packet_process: Dispatching handler for packet type 98 2024-09-05 16:00:53,966 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.975094, 3] ssh_message_handle_channel_request: Received a trilead-ping channel_request for channel (43:100) (want_reply=1) 2024-09-05 16:00:53,966 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:00:53.975097, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=27] 2024-09-05 16:00:53,966 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Session 1: Received an SSH message "request-channel" of subtype "unknown". 2024-09-05 16:00:58,860 (NotificationSubscriptionImpl.java:399) WARN : ERROR - Transport connection wasn't started before! 2024-09-05 16:00:59,414 (PrefixingImageNameSubstitutor.java:31) DEBUG : No prefix is configured 2024-09-05 16:00:59,414 (ImageNameSubstitutor.java:113) DEBUG : Did not find a substitute image for netopeer2:latest (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')) 2024-09-05 16:02:25,647 (NetconfScheduledTaskExecutor.java:36) DEBUG : NetconfScheduledTaskExecutor Using LifeCycle from parameter: AUTOMATIC 2024-09-05 16:02:25,647 (AbstractTransport.java:207) DEBUG : Trying to establish NETCONF session to node localhost 2024-09-05 16:02:25,648 (Log.java:220) INFO : The 1 time connecting to node. 2024-09-05 16:02:25,648 (Ssh.java:43) INFO : Creating a SSH connection to localhost:32791 2024-09-05 16:02:25,649 (AbstractCli.java:80) DEBUG : Connecting cli 2024-09-05 16:02:25,649 (ImplSsh.java:468) DEBUG : Creating a ssh connection: localhost:32791_ID2339021 2024-09-05 16:02:25,687 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:02:25,688 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[INF]: LN: Accepted a connection on 0.0.0.0:830 from 172.17.0.1:54740.[\n]" 2024-09-05 16:02:25,688 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,688 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Accepted a connection on 0.0.0.0:830 from 172.17.0.1:54740. 2024-09-05 16:02:25,688 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:25,688 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:25.696993, 3] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false[\n]" 2024-09-05 16:02:25,688 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,688 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.696993, 3] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "7e[\r][\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]v[2024/09/05 14:02:25.706854, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN POLLOUT ), out buffer 23[\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,697 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706854, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN POLLOUT ), out buffer 23 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "4d[\r][\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]E[2024/09/05 14:02:25.706903, 4] ssh_socket_unbuffered_read: read 29[\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "6f[\r][\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]g[2024/09/05 14:02:25.706906, 3] callback_receive_banner: Received banner: SSH-2.0-TrileadSSH2Java_213[\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:25.706910, 3] ssh_server_connection_callback: SSH client banner: SSH-2.0-TrileadSSH2Java_213[\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "6b[\r][\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]c[2024/09/05 14:02:25.706913, 3] ssh_analyze_banner: Analyzing banner: SSH-2.0-TrileadSSH2Java_213[\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,697 (Wire.java:92) DEBUG : http-outgoing-3 << "6c[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]d[2024/09/05 14:02:25.706918, 4] ssh_send_kex: Sending KEXINIT packet, first_kex_packet_follows = 0[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "146[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x1]>[2024/09/05 14:02:25.706923, 4] ssh_list_kex: kex algos: curve25519-sha256,curve25519-sha256@xxxxxxxxxx,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,kex-strict-s-v00@xxxxxxxxxxx[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "67[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]_[2024/09/05 14:02:25.706926, 4] ssh_list_kex: server host key algo: rsa-sha2-512,rsa-sha2-256[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "bf[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb7][2024/09/05 14:02:25.706929, 4] ssh_list_kex: encryption client->server: chacha20-poly1305@xxxxxxxxxxx,aes256-gcm@xxxxxxxxxxx,aes128-gcm@xxxxxxxxxxx,aes256-ctr,aes192-ctr,aes128-ctr[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "bf[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb7][2024/09/05 14:02:25.706931, 4] ssh_list_kex: encryption server->client: chacha20-poly1305@xxxxxxxxxxx,aes256-gcm@xxxxxxxxxxx,aes128-gcm@xxxxxxxxxxx,aes256-ctr,aes192-ctr,aes128-ctr[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "a8[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffa0][2024/09/05 14:02:25.706933, 4] ssh_list_kex: mac algo client->server: hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256,hmac-sha2-512[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "a8[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffa0][2024/09/05 14:02:25.706937, 4] ssh_list_kex: mac algo server->client: hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256,hmac-sha2-512[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "6e[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]f[2024/09/05 14:02:25.706942, 4] ssh_list_kex: compression algo client->server: none,zlib@xxxxxxxxxxx[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "6e[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]f[2024/09/05 14:02:25.706944, 4] ssh_list_kex: compression algo server->client: none,zlib@xxxxxxxxxxx[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "52[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[2024/09/05 14:02:25.706946, 4] ssh_list_kex: languages client->server: [\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "52[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[2024/09/05 14:02:25.706951, 4] ssh_list_kex: languages server->client: [\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "7f[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]w[2024/09/05 14:02:25.706959, 3] packet_send2: packet: wrote [type=20, len=788, padding_size=9, comp=778, payload=778][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "4c[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]D[2024/09/05 14:02:25.706962, 3] ssh_send_kex: SSH_MSG_KEXINIT sent[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:25.707028, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:25.707032, 4] ssh_socket_unbuffered_write: wrote 815[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.707036, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4[\n]" 2024-09-05 16:02:25,698 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,698 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706903, 4] ssh_socket_unbuffered_read: read 29 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706906, 3] callback_receive_banner: Received banner: SSH-2.0-TrileadSSH2Java_213 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706910, 3] ssh_server_connection_callback: SSH client banner: SSH-2.0-TrileadSSH2Java_213 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706913, 3] ssh_analyze_banner: Analyzing banner: SSH-2.0-TrileadSSH2Java_213 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706918, 4] ssh_send_kex: Sending KEXINIT packet, first_kex_packet_follows = 0 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706923, 4] ssh_list_kex: kex algos: curve25519-sha256,curve25519-sha256@xxxxxxxxxx,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,kex-strict-s-v00@xxxxxxxxxxx 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706926, 4] ssh_list_kex: server host key algo: rsa-sha2-512,rsa-sha2-256 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706929, 4] ssh_list_kex: encryption client->server: chacha20-poly1305@xxxxxxxxxxx,aes256-gcm@xxxxxxxxxxx,aes128-gcm@xxxxxxxxxxx,aes256-ctr,aes192-ctr,aes128-ctr 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706931, 4] ssh_list_kex: encryption server->client: chacha20-poly1305@xxxxxxxxxxx,aes256-gcm@xxxxxxxxxxx,aes128-gcm@xxxxxxxxxxx,aes256-ctr,aes192-ctr,aes128-ctr 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706933, 4] ssh_list_kex: mac algo client->server: hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256,hmac-sha2-512 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706937, 4] ssh_list_kex: mac algo server->client: hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256,hmac-sha2-512 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706942, 4] ssh_list_kex: compression algo client->server: none,zlib@xxxxxxxxxxx 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706944, 4] ssh_list_kex: compression algo server->client: none,zlib@xxxxxxxxxxx 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706946, 4] ssh_list_kex: languages client->server: 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706951, 4] ssh_list_kex: languages server->client: 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706959, 3] packet_send2: packet: wrote [type=20, len=788, padding_size=9, comp=778, payload=778] 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.706962, 3] ssh_send_kex: SSH_MSG_KEXINIT sent 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.707028, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.707032, 4] ssh_socket_unbuffered_write: wrote 815 2024-09-05 16:02:25,699 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.707036, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 4 2024-09-05 16:02:25,709 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:02:25.719441, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719441, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN POLLOUT ), out buffer 0 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:25.719488, 4] ssh_socket_unbuffered_read: read 904[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:02:25.719496, 3] ssh_packet_socket_callback: packet: read type 20 [len=900,padding=6,comp=893,payload=893][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:25.719499, 3] ssh_packet_process: Dispatching handler for packet type 20[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:25.719503, 4] ssh_packet_kexinit: KEXINIT received[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "129[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x1]![2024/09/05 14:02:25.719514, 4] ssh_list_kex: kex algos: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,curve25519-sha256,curve25519-sha256@xxxxxxxxxx[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "bf[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb7][2024/09/05 14:02:25.719517, 4] ssh_list_kex: server host key algo: ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-256,rsa-sha2-512,ssh-rsa,ssh-dss[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "c0[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb8][2024/09/05 14:02:25.719519, 4] ssh_list_kex: encryption client->server: aes256-ctr,aes192-ctr,aes128-ctr,blowfish-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-ctr,3des-cbc[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "c0[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffb8][2024/09/05 14:02:25.719521, 4] ssh_list_kex: encryption server->client: aes256-ctr,aes192-ctr,aes128-ctr,blowfish-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-ctr,3des-cbc[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "d4[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffcc][2024/09/05 14:02:25.719523, 4] ssh_list_kex: mac algo client->server: hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "d4[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffcc][2024/09/05 14:02:25.719525, 4] ssh_list_kex: mac algo server->client: hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:25.719528, 4] ssh_list_kex: compression algo client->server: none[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:25.719530, 4] ssh_list_kex: compression algo server->client: none[\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "52[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[2024/09/05 14:02:25.719532, 4] ssh_list_kex: languages client->server: [\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "52[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]J[2024/09/05 14:02:25.719534, 4] ssh_list_kex: languages server->client: [\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,710 (Wire.java:92) DEBUG : http-outgoing-3 << "dc[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffd4][2024/09/05 14:02:25.719550, 3] ssh_kex_select_methods: Negotiated diffie-hellman-group-exchange-sha256,rsa-sha2-256,aes256-ctr,aes256-ctr,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,none,none,,[\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "66[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]^[2024/09/05 14:02:25.719555, 3] crypt_set_algorithms_server: Set output algorithm aes256-ctr[\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:02:25.719558, 3] crypt_set_algorithms_server: Set HMAC output algorithm to hmac-sha2-512-etm@xxxxxxxxxxx[\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "65[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]][2024/09/05 14:02:25.719561, 3] crypt_set_algorithms_server: Set input algorithm aes256-ctr[\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:02:25.719563, 3] crypt_set_algorithms_server: Set HMAC input algorithm to hmac-sha2-512-etm@xxxxxxxxxxx[\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:25.719568, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:25.719570, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.719573, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,711 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719488, 4] ssh_socket_unbuffered_read: read 904 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719496, 3] ssh_packet_socket_callback: packet: read type 20 [len=900,padding=6,comp=893,payload=893] 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719499, 3] ssh_packet_process: Dispatching handler for packet type 20 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719503, 4] ssh_packet_kexinit: KEXINIT received 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719514, 4] ssh_list_kex: kex algos: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,curve25519-sha256,curve25519-sha256@xxxxxxxxxx 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719517, 4] ssh_list_kex: server host key algo: ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-256,rsa-sha2-512,ssh-rsa,ssh-dss 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719519, 4] ssh_list_kex: encryption client->server: aes256-ctr,aes192-ctr,aes128-ctr,blowfish-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-ctr,3des-cbc 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719521, 4] ssh_list_kex: encryption server->client: aes256-ctr,aes192-ctr,aes128-ctr,blowfish-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-ctr,3des-cbc 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719523, 4] ssh_list_kex: mac algo client->server: hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719525, 4] ssh_list_kex: mac algo server->client: hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-256-etm@xxxxxxxxxxx,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719528, 4] ssh_list_kex: compression algo client->server: none 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719530, 4] ssh_list_kex: compression algo server->client: none 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719532, 4] ssh_list_kex: languages client->server: 2024-09-05 16:02:25,711 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719534, 4] ssh_list_kex: languages server->client: 2024-09-05 16:02:25,712 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719550, 3] ssh_kex_select_methods: Negotiated diffie-hellman-group-exchange-sha256,rsa-sha2-256,aes256-ctr,aes256-ctr,hmac-sha2-512-etm@xxxxxxxxxxx,hmac-sha2-512-etm@xxxxxxxxxxx,none,none,, 2024-09-05 16:02:25,712 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719555, 3] crypt_set_algorithms_server: Set output algorithm aes256-ctr 2024-09-05 16:02:25,712 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719558, 3] crypt_set_algorithms_server: Set HMAC output algorithm to hmac-sha2-512-etm@xxxxxxxxxxx 2024-09-05 16:02:25,712 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719561, 3] crypt_set_algorithms_server: Set input algorithm aes256-ctr 2024-09-05 16:02:25,712 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719563, 3] crypt_set_algorithms_server: Set HMAC input algorithm to hmac-sha2-512-etm@xxxxxxxxxxx 2024-09-05 16:02:25,712 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719568, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:25,712 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719570, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:25,712 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.719573, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,720 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:02:25,720 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:02:25.730286, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:25,720 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,720 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.730286, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0 2024-09-05 16:02:25,720 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:25,720 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:25.730318, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:25,720 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,721 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:25,721 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:25.730321, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:25,721 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,721 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,721 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.730324, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,721 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,721 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.730318, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:25,721 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.730321, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:25,721 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.730324, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,731 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,731 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.740902, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,731 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,731 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.740902, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,741 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:25.751443, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,742 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751443, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "4d[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]E[2024/09/05 14:02:25.751487, 4] ssh_socket_unbuffered_read: read 24[\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:02:25.751492, 3] ssh_packet_socket_callback: packet: read type 34 [len=20,padding=6,comp=13,payload=13][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:25.751496, 3] ssh_packet_process: Dispatching handler for packet type 34[\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:02:25.751504, 3] ssh_packet_server_dhgex_request: dh-gex: DHGEX_REQUEST[1024:2048:4096][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:25.751516, 3] ssh_retrieve_dhgroup: Unable to open moduli file: No such file or directory[\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:25.751654, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:25.751660, 4] ssh_socket_unbuffered_write: wrote 536[\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "7f[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]w[2024/09/05 14:02:25.751667, 3] packet_send2: packet: wrote [type=31, len=532, padding_size=8, comp=523, payload=523][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.751671, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,742 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,743 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751487, 4] ssh_socket_unbuffered_read: read 24 2024-09-05 16:02:25,743 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751492, 3] ssh_packet_socket_callback: packet: read type 34 [len=20,padding=6,comp=13,payload=13] 2024-09-05 16:02:25,743 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751496, 3] ssh_packet_process: Dispatching handler for packet type 34 2024-09-05 16:02:25,743 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751504, 3] ssh_packet_server_dhgex_request: dh-gex: DHGEX_REQUEST[1024:2048:4096] 2024-09-05 16:02:25,743 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751516, 3] ssh_retrieve_dhgroup: Unable to open moduli file: No such file or directory 2024-09-05 16:02:25,743 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751654, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:25,743 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751660, 4] ssh_socket_unbuffered_write: wrote 536 2024-09-05 16:02:25,743 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751667, 3] packet_send2: packet: wrote [type=31, len=532, padding_size=8, comp=523, payload=523] 2024-09-05 16:02:25,743 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.751671, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:02:25.762155, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.762155, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:25.762193, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:25.762196, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.762200, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,752 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,752 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.762193, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:25,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.762196, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:25,753 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.762200, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,763 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,763 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.772774, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,763 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,763 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.772774, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,773 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,773 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.783262, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,773 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,773 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.783262, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,783 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,784 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.793709, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,784 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,784 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.793709, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,793 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,793 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.804198, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,793 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,794 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.804198, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,821 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:25,821 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:25.814677, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:25,821 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,822 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.814677, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:25.814723, 4] ssh_socket_unbuffered_read: read 528[\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:02:25.814728, 3] ssh_packet_socket_callback: packet: read type 32 [len=524,padding=5,comp=518,payload=518][\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:25.814733, 3] ssh_packet_process: Dispatching handler for packet type 32[\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "67[\r][\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]_[2024/09/05 14:02:25.814737, 3] ssh_packet_server_dhgex_init: Received SSH_MSG_KEX_DHGEX_INIT[\n]" 2024-09-05 16:02:25,822 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,822 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.814723, 4] ssh_socket_unbuffered_read: read 528 2024-09-05 16:02:25,822 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.814728, 3] ssh_packet_socket_callback: packet: read type 32 [len=524,padding=5,comp=518,payload=518] 2024-09-05 16:02:25,822 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.814733, 3] ssh_packet_process: Dispatching handler for packet type 32 2024-09-05 16:02:25,822 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.814737, 3] ssh_packet_server_dhgex_init: Received SSH_MSG_KEX_DHGEX_INIT 2024-09-05 16:02:25,836 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:25,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:25.846749, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:25,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,837 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.846749, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "51[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]I[2024/09/05 14:02:25.847369, 4] ssh_socket_unbuffered_write: wrote 1096[\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,845 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.847369, 4] ssh_socket_unbuffered_write: wrote 1096 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:02:25.856096, 3] packet_send2: packet: wrote [type=33, len=1092, padding_size=10, comp=1081, payload=1081][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:25.856135, 3] ssh_server_dh_process_init: Sent KEX_DH_[GEX]_REPLY[\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:25.856141, 3] packet_send2: packet: wrote [type=21, len=12, padding_size=10, comp=1, payload=1][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "5a[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]R[2024/09/05 14:02:25.856145, 4] ssh_packet_set_newkeys: called, direction = OUT [\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "61[\r][\n]" 2024-09-05 16:02:25,845 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Y[2024/09/05 14:02:25.856205, 3] ssh_init_rekey_state: Set rekey after 4294967296 blocks[\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "61[\r][\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Y[2024/09/05 14:02:25.856210, 3] ssh_init_rekey_state: Set rekey after 4294967296 blocks[\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "57[\r][\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]O[2024/09/05 14:02:25.856224, 3] ssh_packet_send_newkeys: SSH_MSG_NEWKEYS sent[\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.856230, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,846 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,846 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.856096, 3] packet_send2: packet: wrote [type=33, len=1092, padding_size=10, comp=1081, payload=1081] 2024-09-05 16:02:25,846 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.856135, 3] ssh_server_dh_process_init: Sent KEX_DH_[GEX]_REPLY 2024-09-05 16:02:25,846 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.856141, 3] packet_send2: packet: wrote [type=21, len=12, padding_size=10, comp=1, payload=1] 2024-09-05 16:02:25,846 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.856145, 4] ssh_packet_set_newkeys: called, direction = OUT 2024-09-05 16:02:25,846 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.856205, 3] ssh_init_rekey_state: Set rekey after 4294967296 blocks 2024-09-05 16:02:25,846 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.856210, 3] ssh_init_rekey_state: Set rekey after 4294967296 blocks 2024-09-05 16:02:25,846 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.856224, 3] ssh_packet_send_newkeys: SSH_MSG_NEWKEYS sent 2024-09-05 16:02:25,846 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.856230, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,858 (Wire.java:92) DEBUG : http-outgoing-3 << "77[\r][\n]" 2024-09-05 16:02:25,858 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]o[2024/09/05 14:02:25.868577, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 16[\n]" 2024-09-05 16:02:25,858 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,859 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.868577, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 16 2024-09-05 16:02:25,859 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:25,859 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:25.868696, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:25,859 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,859 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:02:25,859 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:02:25.868703, 4] ssh_socket_unbuffered_write: wrote 16[\n]" 2024-09-05 16:02:25,859 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,859 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,859 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.868708, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,859 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,859 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.868696, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:25,859 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.868703, 4] ssh_socket_unbuffered_write: wrote 16 2024-09-05 16:02:25,859 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.868708, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,868 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:02:25,868 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:02:25.879167, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,869 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.879167, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:25.879201, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:25.879204, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.879208, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,869 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,869 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.879201, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:25,869 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.879204, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:25,869 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.879208, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,879 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,879 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.889611, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,879 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,879 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.889611, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,889 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,889 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.900059, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6[\n]" 2024-09-05 16:02:25,889 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,889 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.900059, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 6 2024-09-05 16:02:25,897 (ImplSsh.java:493) DEBUG : Done creating a ssh connection: localhost:32791_ID2339021 2024-09-05 16:02:25,900 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:25,900 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:25.910516, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:25,900 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,900 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.910516, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "4d[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]E[2024/09/05 14:02:25.910563, 4] ssh_socket_unbuffered_read: read 16[\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "7f[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]w[2024/09/05 14:02:25.910570, 3] ssh_packet_socket_callback: packet: read type 21 [len=12,padding=10,comp=1,payload=1][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:25.910574, 3] ssh_packet_process: Dispatching handler for packet type 21[\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "56[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]N[2024/09/05 14:02:25.910578, 3] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS[\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "59[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Q[2024/09/05 14:02:25.910582, 4] ssh_packet_set_newkeys: called, direction = IN [\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "6d[\r][\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]e[2024/09/05 14:02:25.910593, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 7[\n]" 2024-09-05 16:02:25,901 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,901 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.910563, 4] ssh_socket_unbuffered_read: read 16 2024-09-05 16:02:25,901 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.910570, 3] ssh_packet_socket_callback: packet: read type 21 [len=12,padding=10,comp=1,payload=1] 2024-09-05 16:02:25,901 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.910574, 3] ssh_packet_process: Dispatching handler for packet type 21 2024-09-05 16:02:25,901 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.910578, 3] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS 2024-09-05 16:02:25,901 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.910582, 4] ssh_packet_set_newkeys: called, direction = IN 2024-09-05 16:02:25,901 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.910593, 3] ssh_handle_key_exchange: ssh_handle_key_exchange: current state : 7 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:25.962879, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,953 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.962879, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:25.962931, 4] ssh_socket_unbuffered_read: read 216[\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:02:25.963020, 3] ssh_packet_socket_callback: packet: read type 5 [len=32,padding=14,comp=17,payload=17][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "63[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][[2024/09/05 14:02:25.963024, 3] ssh_packet_process: Dispatching handler for packet type 5[\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "79[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]q[2024/09/05 14:02:25.963029, 3] ssh_packet_service_request: Received a SERVICE_REQUEST for service ssh-userauth[\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:02:25.963033, 3] ssh_packet_socket_callback: Processing 116 bytes left in socket buffer[\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:02:25.963054, 3] ssh_packet_socket_callback: packet: read type 50 [len=48,padding=9,comp=38,payload=38][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:25,953 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:25.963059, 3] ssh_packet_process: Dispatching handler for packet type 50[\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "8e[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff86][2024/09/05 14:02:25.963062, 3] ssh_packet_userauth_request: Auth request for service ssh-connection, method none for user 'netconf'[\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "58[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]P[INF]: LN: Received an SSH message "request-service" of subtype "ssh-userauth".[\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "7e[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]v[2024/09/05 14:02:25.963115, 3] ssh_message_service_reply_success: Sending a SERVICE_ACCEPT for service ssh-userauth[\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:25.963211, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:25.963217, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:25.963220, 3] packet_send2: packet: wrote [type=6, len=28, padding_size=14, comp=17, payload=17][\n]" 2024-09-05 16:02:25,954 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.962931, 4] ssh_socket_unbuffered_read: read 216 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963020, 3] ssh_packet_socket_callback: packet: read type 5 [len=32,padding=14,comp=17,payload=17] 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963024, 3] ssh_packet_process: Dispatching handler for packet type 5 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963029, 3] ssh_packet_service_request: Received a SERVICE_REQUEST for service ssh-userauth 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963033, 3] ssh_packet_socket_callback: Processing 116 bytes left in socket buffer 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963054, 3] ssh_packet_socket_callback: packet: read type 50 [len=48,padding=9,comp=38,payload=38] 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963059, 3] ssh_packet_process: Dispatching handler for packet type 50 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963062, 3] ssh_packet_userauth_request: Auth request for service ssh-connection, method none for user 'netconf' 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-service" of subtype "ssh-userauth". 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963115, 3] ssh_message_service_reply_success: Sending a SERVICE_ACCEPT for service ssh-userauth 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963211, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963217, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:02:25,954 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.963220, 3] packet_send2: packet: wrote [type=6, len=28, padding_size=14, comp=17, payload=17] 2024-09-05 16:02:25,963 (Wire.java:92) DEBUG : http-outgoing-3 << "4d[\r][\n]" 2024-09-05 16:02:25,963 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]E[INF]: LN: Received an SSH message "request-auth" of subtype "none".[\n]" 2024-09-05 16:02:25,963 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,963 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-auth" of subtype "none". 2024-09-05 16:02:25,963 (Wire.java:92) DEBUG : http-outgoing-3 << "89[\r][\n]" 2024-09-05 16:02:25,964 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff81][2024/09/05 14:02:25.973731, 3] ssh_auth_reply_default: Sending a auth failure. methods that can continue: keyboard-interactive[\n]" 2024-09-05 16:02:25,964 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,964 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:25,964 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:25.973862, 3] packet_send2: packet: wrote [type=51, len=28, padding_size=5, comp=26, payload=26][\n]" 2024-09-05 16:02:25,964 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,964 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.973731, 3] ssh_auth_reply_default: Sending a auth failure. methods that can continue: keyboard-interactive 2024-09-05 16:02:25,964 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.973862, 3] packet_send2: packet: wrote [type=51, len=28, padding_size=5, comp=26, payload=26] 2024-09-05 16:02:25,974 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:25,974 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:25.984319, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 100[\n]" 2024-09-05 16:02:25,974 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,974 (ImplSsh.java:386) DEBUG : Available authentication methods: [keyboard-interactive] 2024-09-05 16:02:25,974 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.984319, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 100 2024-09-05 16:02:25,974 (ImplSsh.java:388) DEBUG : Ignoring authentication methods: [gssapi-with-mic] 2024-09-05 16:02:25,974 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:25,974 (ImplSsh.java:398) DEBUG : Trying to authenticate with method: keyboard-interactive 2024-09-05 16:02:25,974 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:25.984425, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:25,974 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,974 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:25,974 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:25.984430, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:02:25,974 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,974 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.984425, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:25,974 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.984430, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:02:25,984 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:02:25,984 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:02:25.994817, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:25,984 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,985 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.994817, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN POLLOUT ), out buffer 0 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:25.994873, 4] ssh_socket_unbuffered_read: read 148[\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:02:25.994966, 3] ssh_packet_socket_callback: packet: read type 50 [len=80,padding=17,comp=62,payload=62][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:25.994971, 3] ssh_packet_process: Dispatching handler for packet type 50[\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "9e[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff96][2024/09/05 14:02:25.994977, 3] ssh_packet_userauth_request: Auth request for service ssh-connection, method keyboard-interactive for user 'netconf'[\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:25.994984, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:25.994987, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "54[\r][\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]L[INF]: LN: Received an SSH message "request-auth" of subtype "interactive".[\n]" 2024-09-05 16:02:25,985 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:25,985 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.994873, 4] ssh_socket_unbuffered_read: read 148 2024-09-05 16:02:25,985 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.994966, 3] ssh_packet_socket_callback: packet: read type 50 [len=80,padding=17,comp=62,payload=62] 2024-09-05 16:02:25,985 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.994971, 3] ssh_packet_process: Dispatching handler for packet type 50 2024-09-05 16:02:25,985 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.994977, 3] ssh_packet_userauth_request: Auth request for service ssh-connection, method keyboard-interactive for user 'netconf' 2024-09-05 16:02:25,985 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.994984, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:25,985 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:25.994987, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:25,985 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-auth" of subtype "interactive". 2024-09-05 16:02:26,005 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.016077, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,006 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.016077, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:26.016104, 4] ssh_socket_unbuffered_write: wrote 180[\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "7f[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]w[2024/09/05 14:02:26.016110, 3] packet_send2: packet: wrote [type=60, len=108, padding_size=6, comp=105, payload=105][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "a5[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff9d][2024/09/05 14:02:26.016113, 3] ssh_message_auth_interactive_request: Warning: Got a keyboard-interactive response but it seems we didn't send the request.[\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:02:26.016124, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:26.016127, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:26.016130, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:26,006 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,006 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.016104, 4] ssh_socket_unbuffered_write: wrote 180 2024-09-05 16:02:26,006 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.016110, 3] packet_send2: packet: wrote [type=60, len=108, padding_size=6, comp=105, payload=105] 2024-09-05 16:02:26,006 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.016113, 3] ssh_message_auth_interactive_request: Warning: Got a keyboard-interactive response but it seems we didn't send the request. 2024-09-05 16:02:26,006 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.016124, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0 2024-09-05 16:02:26,006 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.016127, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:26,006 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.016130, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:26,029 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:26,029 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:26.020080, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:26,029 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,029 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.020080, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:26,029 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:26,029 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:26.020125, 4] ssh_socket_unbuffered_read: read 100[\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:02:26.020214, 3] ssh_packet_socket_callback: packet: read type 61 [len=32,padding=15,comp=16,payload=16][\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:26.020219, 3] ssh_packet_process: Dispatching handler for packet type 61[\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "5e[\r][\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]V[2024/09/05 14:02:26.020225, 3] ssh_packet_userauth_info_response: kbdint: 1 answers[\n]" 2024-09-05 16:02:26,030 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,030 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.020125, 4] ssh_socket_unbuffered_read: read 100 2024-09-05 16:02:26,030 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.020214, 3] ssh_packet_socket_callback: packet: read type 61 [len=32,padding=15,comp=16,payload=16] 2024-09-05 16:02:26,030 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.020219, 3] ssh_packet_process: Dispatching handler for packet type 61 2024-09-05 16:02:26,030 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.020225, 3] ssh_packet_userauth_info_response: kbdint: 1 answers 2024-09-05 16:02:26,034 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,034 (ImplSsh.java:412) DEBUG : keyboard-interactive authentication successful? true 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.045329, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:26,035 (ImplSsh.java:424) DEBUG : Authentication Complete: localhost:32791_ID2339021 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,035 (ImplSsh.java:243) DEBUG : Opening a ssh session: localhost:32791_ID2339021 2024-09-05 16:02:26,035 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.045329, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:02:26.045590, 4] ssh_socket_unbuffered_write: wrote 84[\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:26.045690, 3] packet_send2: packet: wrote [type=52, len=12, padding_size=14, comp=1, payload=1][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "31[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0])[INF]: LN: User "netconf" authenticated.[\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:02:26.045893, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,035 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.045590, 4] ssh_socket_unbuffered_write: wrote 84 2024-09-05 16:02:26,035 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.045690, 3] packet_send2: packet: wrote [type=52, len=12, padding_size=14, comp=1, payload=1] 2024-09-05 16:02:26,035 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: User "netconf" authenticated. 2024-09-05 16:02:26,035 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.045893, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:26.045971, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:26.046051, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:26,035 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,035 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.045971, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:26,035 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.046051, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:26.050500, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,040 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.050500, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:26.050879, 4] ssh_socket_unbuffered_read: read 100[\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:02:26.051122, 3] ssh_packet_socket_callback: packet: read type 90 [len=32,padding=7,comp=24,payload=24][\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:26.051225, 3] ssh_packet_process: Dispatching handler for packet type 90[\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "6a[\r][\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]b[2024/09/05 14:02:26.051323, 3] ssh_packet_channel_open: Clients wants to open a session channel[\n]" 2024-09-05 16:02:26,040 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,040 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.050879, 4] ssh_socket_unbuffered_read: read 100 2024-09-05 16:02:26,040 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.051122, 3] ssh_packet_socket_callback: packet: read type 90 [len=32,padding=7,comp=24,payload=24] 2024-09-05 16:02:26,040 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.051225, 3] ssh_packet_process: Dispatching handler for packet type 90 2024-09-05 16:02:26,041 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.051323, 3] ssh_packet_channel_open: Clients wants to open a session channel 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:26.051402, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=8, in_blocks=8][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "58[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]P[INF]: LN: Received an SSH message "request-channel-open" of subtype "session".[\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "8e[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff86][2024/09/05 14:02:26.051636, 3] ssh_message_channel_request_open_reply_accept_channel: Accepting a channel request_open for chan 100[\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:26.051724, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,041 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.051402, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=8, in_blocks=8] 2024-09-05 16:02:26,041 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-channel-open" of subtype "session". 2024-09-05 16:02:26,041 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.051636, 3] ssh_message_channel_request_open_reply_accept_channel: Accepting a channel request_open for chan 100 2024-09-05 16:02:26,041 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.051724, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9] 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.051986, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,041 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.051986, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:26.052085, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,041 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.052085, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:02:26.052265, 3] packet_send2: packet: wrote [type=91, len=28, padding_size=14, comp=17, payload=17][\n]" 2024-09-05 16:02:26,041 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,041 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.052265, 3] packet_send2: packet: wrote [type=91, len=28, padding_size=14, comp=17, payload=17] 2024-09-05 16:02:26,049 (ImplSsh.java:250) DEBUG : Done opening a ssh session: localhost:32791_ID2339021 2024-09-05 16:02:26,049 (ImplSsh.java:279) DEBUG : Starting subsystem: netconf 2024-09-05 16:02:26,050 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:02:26,050 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:02:26.061077, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:26,050 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,050 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.061077, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN POLLOUT ), out buffer 0 2024-09-05 16:02:26,050 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:26,050 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:26.061327, 4] ssh_socket_unbuffered_read: read 116[\n]" 2024-09-05 16:02:26,050 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,050 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:02:26,050 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:02:26.061493, 3] ssh_packet_socket_callback: packet: read type 98 [len=48,padding=17,comp=30,payload=30][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:26.061576, 3] ssh_packet_process: Dispatching handler for packet type 98[\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "96[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff8e][2024/09/05 14:02:26.061650, 3] ssh_message_handle_channel_request: Received a subsystem channel_request for channel (43:100) (want_reply=1)[\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.061327, 4] ssh_socket_unbuffered_read: read 116 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.061493, 3] ssh_packet_socket_callback: packet: read type 98 [len=48,padding=17,comp=30,payload=30] 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.061576, 3] ssh_packet_process: Dispatching handler for packet type 98 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.061650, 3] ssh_message_handle_channel_request: Received a subsystem channel_request for channel (43:100) (want_reply=1) 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:26.061718, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:26.061785, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:26.061878, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "55[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]M[INF]: LN: Received an SSH message "request-channel" of subtype "subsystem".[\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.061718, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9] 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.061785, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.061878, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Received an SSH message "request-channel" of subtype "subsystem". 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "85[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]}[2024/09/05 14:02:26.062053, 3] ssh_message_channel_request_reply_success: Sending a channel_request success to channel 100[\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:26.062122, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.062053, 3] ssh_message_channel_request_reply_success: Sending a channel_request success to channel 100 2024-09-05 16:02:26,051 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.062122, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9] 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.062312, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:02:26.062408, 4] ssh_socket_unbuffered_write: wrote 84[\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:26,051 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:26.062477, 3] packet_send2: packet: wrote [type=99, len=12, padding_size=10, comp=5, payload=5][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.062312, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.062408, 4] ssh_socket_unbuffered_write: wrote 84 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.062477, 3] packet_send2: packet: wrote [type=99, len=12, padding_size=10, comp=5, payload=5] 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:26.062608, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=73, in_blocks=73][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:02:26.062727, 3] packet_send2: packet: wrote [type=94, len=1036, padding_size=12, comp=1027, payload=1027][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.062608, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=73, in_blocks=73] 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.062727, 3] packet_send2: packet: wrote [type=94, len=1036, padding_size=12, comp=1027, payload=1027] 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.062800, 3] channel_write_common: ssh_channel_write wrote 1018 bytes[\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "79[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]q[2024/09/05 14:02:26.062917, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 1108[\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.063040, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.062800, 3] channel_write_common: ssh_channel_write wrote 1018 bytes 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.062917, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 1108 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063040, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "51[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]I[2024/09/05 14:02:26.063114, 4] ssh_socket_unbuffered_write: wrote 1108[\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:26.063192, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=136, in_blocks=72][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "82[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]z[2024/09/05 14:02:26.063306, 3] packet_send2: packet: wrote [type=94, len=1020, padding_size=8, comp=1015, payload=1015][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063114, 4] ssh_socket_unbuffered_write: wrote 1108 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063192, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=136, in_blocks=72] 2024-09-05 16:02:26,052 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063306, 3] packet_send2: packet: wrote [type=94, len=1020, padding_size=8, comp=1015, payload=1015] 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.063383, 3] channel_write_common: ssh_channel_write wrote 1006 bytes[\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "79[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]q[2024/09/05 14:02:26.063453, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 1092[\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,052 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.063558, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063383, 3] channel_write_common: ssh_channel_write wrote 1006 bytes 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063453, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 1092 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063558, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "51[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]I[2024/09/05 14:02:26.063627, 4] ssh_socket_unbuffered_write: wrote 1092[\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:26.063702, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=71][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:02:26.063807, 3] packet_send2: packet: wrote [type=94, len=1004, padding_size=14, comp=993, payload=993][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063627, 4] ssh_socket_unbuffered_write: wrote 1092 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063702, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=71] 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063807, 3] packet_send2: packet: wrote [type=94, len=1004, padding_size=14, comp=993, payload=993] 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "61[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Y[2024/09/05 14:02:26.063902, 3] channel_write_common: ssh_channel_write wrote 984 bytes[\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "79[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]q[2024/09/05 14:02:26.063966, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 1076[\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.064087, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "51[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]I[2024/09/05 14:02:26.064167, 4] ssh_socket_unbuffered_write: wrote 1076[\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063902, 3] channel_write_common: ssh_channel_write wrote 984 bytes 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.063966, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 1076 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064087, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:26,053 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064167, 4] ssh_socket_unbuffered_write: wrote 1076 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:26,053 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:26.064252, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=9][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:02:26.064422, 3] packet_send2: packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "5f[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]W[2024/09/05 14:02:26.064503, 3] channel_write_common: ssh_channel_write wrote 6 bytes[\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:26.064567, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 100[\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,054 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064252, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=9] 2024-09-05 16:02:26,054 (ImplSsh.java:286) DEBUG : Done starting netconf session 2024-09-05 16:02:26,054 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064422, 3] packet_send2: packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15] 2024-09-05 16:02:26,054 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064503, 3] channel_write_common: ssh_channel_write wrote 6 bytes 2024-09-05 16:02:26,054 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064567, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 100 2024-09-05 16:02:26,054 (AbstractCli.java:84) DEBUG : Done connecting cli 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.064640, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:26.064693, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:02:26.064710, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:26.064713, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,054 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:26,054 (Ssh.java:82) INFO : Established a SSH connection to localhost:32791 2024-09-05 16:02:26,094 (AbstractTransport.java:546) DEBUG : Starting to exchange the <hello> messages 2024-09-05 16:02:26,094 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:26.064716, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:26,094 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,094 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064640, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:26,094 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064693, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:02:26,094 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064710, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0 2024-09-05 16:02:26,094 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064713, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:26,094 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.064716, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:26,113 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:26.124081, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,114 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.124081, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:26.124123, 4] ssh_socket_unbuffered_read: read 100[\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:02:26.124218, 3] ssh_packet_socket_callback: packet: read type 98 [len=32,padding=9,comp=22,payload=22][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:26.124224, 3] ssh_packet_process: Dispatching handler for packet type 98[\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "99[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff91][2024/09/05 14:02:26.124232, 3] ssh_message_handle_channel_request: Received a trilead-ping channel_request for channel (43:100) (want_reply=1)[\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:26.124236, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=10][\n]" 2024-09-05 16:02:26,114 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,114 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.124123, 4] ssh_socket_unbuffered_read: read 100 2024-09-05 16:02:26,114 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.124218, 3] ssh_packet_socket_callback: packet: read type 98 [len=32,padding=9,comp=22,payload=22] 2024-09-05 16:02:26,114 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.124224, 3] ssh_packet_process: Dispatching handler for packet type 98 2024-09-05 16:02:26,114 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.124232, 3] ssh_message_handle_channel_request: Received a trilead-ping channel_request for channel (43:100) (want_reply=1) 2024-09-05 16:02:26,114 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.124236, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=10] 2024-09-05 16:02:26,115 (PowerLogger.java:328) DEBUG : <hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:candidate:1.0</capability><capability>urn:ietf:params:netconf:capability:confirmed-commit:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:startup:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&also-supported=report-all,report-all-tagged,trim,explicit</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:interleave:1.0</capability><capability>urn:ietf:params:netconf:capability:url:1.0?scheme=ftp,ftps,http,https,scp,sftp</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-metadata?module=ietf-yang-metadata&revision=2016-08-05</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&revision=2018-02-14</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.1?revision=2019-01-04&content-id=2008448144</capability><capability>urn:sysrepo:plugind?module=sysrepo-plugind&revision=2022-08-26</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&revision=2013-09-29&features=writable-running,candidate,confirmed-commit,rollback-on-error,validate,startup,url,xpath</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications?module=ietf-netconf-notifications&revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:netconf:notification:1.0?module=notifications&revision=2008-07-14</capability><capability>urn:ietf:params:xml:ns:netmod:notification?module=nc-notifications&revision=2008-07-14</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name?module=ietf-x509-cert-to-name&revision=2014-12-10</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&revision=2014-04-04&features=crypt-hash-md5,crypt-hash-sha-256,crypt-hash-sha-512</capability></capabilities><session-id>2</session-id></hello> 2024-09-05 16:02:26,121 (AbstractTransport.java:586) DEBUG : The exchange of <hello> messages phase is completed, the session ID is 2 2024-09-05 16:02:26,121 (AbstractTransport.java:243) INFO : Established NETCONF session to node 'localhost' in '473' milliseconds. 2024-09-05 16:02:26,121 (PowerLogger.java:338) DEBUG : startKeepAliveThread() on session 2 2024-09-05 16:02:26,121 (PowerLogger.java:328) DEBUG : KeepAlive not started since either not enabled or keepalive period is set to 0 or both. 2024-09-05 16:02:26,121 (Netconf.java:25) DEBUG : Created Netconf instance for Netconf1.0 2024-09-05 16:02:26,160 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:26,160 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:26.170130, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:26,160 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,160 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170130, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:26,160 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:26.170167, 4] ssh_socket_unbuffered_read: read 404[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:02:26.170233, 3] ssh_packet_socket_callback: packet: read type 94 [len=336,padding=9,comp=326,payload=326][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:26.170236, 3] ssh_packet_process: Dispatching handler for packet type 94[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/05 14:02:26.170241, 3] channel_rcv_data: Channel receiving 317 bytes data (local win=32000 remote win=1061946)[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:26.170243, 3] channel_default_bufferize: placing 317 bytes into channel buffer (stdout)[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:26.170246, 3] channel_rcv_data: Channel windows are now (local win=31683 remote win=1061946)[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:26.170248, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=30][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:02:26.170254, 3] ssh_channel_read_timeout: Read (6) buffered : 317 bytes. Window: 31683[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:26.170256, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=30][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:26.170287, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:02:26.170289, 4] ssh_socket_unbuffered_write: wrote 84[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:26.170291, 3] packet_send2: packet: wrote [type=93, len=12, padding_size=6, comp=9, payload=9][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "67[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]_[2024/09/05 14:02:26.170294, 3] grow_window: growing window (channel 43:100) by 2065158 bytes[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170296, 3] ssh_channel_read_timeout: Read (6) buffered : 311 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170299, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170301, 3] ssh_channel_read_timeout: Read (6) buffered : 305 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170302, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170304, 3] ssh_channel_read_timeout: Read (6) buffered : 299 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170306, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170308, 3] ssh_channel_read_timeout: Read (6) buffered : 293 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170310, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170312, 3] ssh_channel_read_timeout: Read (6) buffered : 287 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,161 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170313, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170315, 3] ssh_channel_read_timeout: Read (6) buffered : 281 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170317, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170319, 3] ssh_channel_read_timeout: Read (6) buffered : 275 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170321, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170323, 3] ssh_channel_read_timeout: Read (6) buffered : 269 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170325, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170326, 3] ssh_channel_read_timeout: Read (6) buffered : 263 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170328, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170330, 3] ssh_channel_read_timeout: Read (6) buffered : 257 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170331, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170333, 3] ssh_channel_read_timeout: Read (6) buffered : 251 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170335, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170337, 3] ssh_channel_read_timeout: Read (6) buffered : 245 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170338, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170342, 3] ssh_channel_read_timeout: Read (6) buffered : 239 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170343, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170345, 3] ssh_channel_read_timeout: Read (6) buffered : 233 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170347, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,162 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170349, 3] ssh_channel_read_timeout: Read (6) buffered : 227 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170351, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170352, 3] ssh_channel_read_timeout: Read (6) buffered : 221 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170354, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170356, 3] ssh_channel_read_timeout: Read (6) buffered : 215 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170357, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170359, 3] ssh_channel_read_timeout: Read (6) buffered : 209 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170361, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170363, 3] ssh_channel_read_timeout: Read (6) buffered : 203 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170364, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170366, 3] ssh_channel_read_timeout: Read (6) buffered : 197 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170368, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170370, 3] ssh_channel_read_timeout: Read (6) buffered : 191 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170371, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170374, 3] ssh_channel_read_timeout: Read (6) buffered : 185 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170375, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170377, 3] ssh_channel_read_timeout: Read (6) buffered : 179 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170379, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170381, 3] ssh_channel_read_timeout: Read (6) buffered : 173 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170382, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170384, 3] ssh_channel_read_timeout: Read (6) buffered : 167 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,163 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,164 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,164 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170386, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,164 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,164 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,164 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170388, 3] ssh_channel_read_timeout: Read (6) buffered : 161 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,164 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,164 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,164 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170390, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : no" 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170167, 4] ssh_socket_unbuffered_read: read 404 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170233, 3] ssh_packet_socket_callback: packet: read type 94 [len=336,padding=9,comp=326,payload=326] 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170236, 3] ssh_packet_process: Dispatching handler for packet type 94 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170241, 3] channel_rcv_data: Channel receiving 317 bytes data (local win=32000 remote win=1061946) 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170243, 3] channel_default_bufferize: placing 317 bytes into channel buffer (stdout) 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170246, 3] channel_rcv_data: Channel windows are now (local win=31683 remote win=1061946) 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170248, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=30] 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170254, 3] ssh_channel_read_timeout: Read (6) buffered : 317 bytes. Window: 31683 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170256, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=30] 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170287, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170289, 4] ssh_socket_unbuffered_write: wrote 84 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170291, 3] packet_send2: packet: wrote [type=93, len=12, padding_size=6, comp=9, payload=9] 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170294, 3] grow_window: growing window (channel 43:100) by 2065158 bytes 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170296, 3] ssh_channel_read_timeout: Read (6) buffered : 311 bytes. Window: 2096841 2024-09-05 16:02:26,164 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170299, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170301, 3] ssh_channel_read_timeout: Read (6) buffered : 305 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170302, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170304, 3] ssh_channel_read_timeout: Read (6) buffered : 299 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170306, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170308, 3] ssh_channel_read_timeout: Read (6) buffered : 293 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170310, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170312, 3] ssh_channel_read_timeout: Read (6) buffered : 287 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170313, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170315, 3] ssh_channel_read_timeout: Read (6) buffered : 281 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170317, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170319, 3] ssh_channel_read_timeout: Read (6) buffered : 275 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170321, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170323, 3] ssh_channel_read_timeout: Read (6) buffered : 269 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170325, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170326, 3] ssh_channel_read_timeout: Read (6) buffered : 263 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170328, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170330, 3] ssh_channel_read_timeout: Read (6) buffered : 257 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170331, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170333, 3] ssh_channel_read_timeout: Read (6) buffered : 251 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170335, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170337, 3] ssh_channel_read_timeout: Read (6) buffered : 245 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170338, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170342, 3] ssh_channel_read_timeout: Read (6) buffered : 239 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170343, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170345, 3] ssh_channel_read_timeout: Read (6) buffered : 233 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170347, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170349, 3] ssh_channel_read_timeout: Read (6) buffered : 227 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170351, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170352, 3] ssh_channel_read_timeout: Read (6) buffered : 221 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170354, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170356, 3] ssh_channel_read_timeout: Read (6) buffered : 215 bytes. Window: 2096841 2024-09-05 16:02:26,165 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170357, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170359, 3] ssh_channel_read_timeout: Read (6) buffered : 209 bytes. Window: 2096841 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170361, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170363, 3] ssh_channel_read_timeout: Read (6) buffered : 203 bytes. Window: 2096841 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170364, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170366, 3] ssh_channel_read_timeout: Read (6) buffered : 197 bytes. Window: 2096841 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170368, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170370, 3] ssh_channel_read_timeout: Read (6) buffered : 191 bytes. Window: 2096841 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170371, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170374, 3] ssh_channel_read_timeout: Read (6) buffered : 185 bytes. Window: 2096841 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170375, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170377, 3] ssh_channel_read_timeout: Read (6) buffered : 179 bytes. Window: 2096841 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170379, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170381, 3] ssh_channel_read_timeout: Read (6) buffered : 173 bytes. Window: 2096841 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170382, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170384, 3] ssh_channel_read_timeout: Read (6) buffered : 167 bytes. Window: 2096841 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170386, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,166 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170388, 3] ssh_channel_read_timeout: Read (6) buffered : 161 bytes. Window: 2096841 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "t needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170392, 3] ssh_channel_read_timeout: Read (6) buffered : 155 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170393, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170395, 3] ssh_channel_read_timeout: Read (6) buffered : 149 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170397, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170398, 3] ssh_channel_read_timeout: Read (6) buffered : 143 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170400, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170402, 3] ssh_channel_read_timeout: Read (6) buffered : 137 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170404, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,166 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170406, 3] ssh_channel_read_timeout: Read (6) buffered : 131 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170408, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170409, 3] ssh_channel_read_timeout: Read (6) buffered : 125 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170411, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170413, 3] ssh_channel_read_timeout: Read (6) buffered : 119 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170415, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170416, 3] ssh_channel_read_timeout: Read (6) buffered : 113 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170418, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170420, 3] ssh_channel_read_timeout: Read (6) buffered : 107 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170422, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:26.170423, 3] ssh_channel_read_timeout: Read (6) buffered : 101 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170425, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170427, 3] ssh_channel_read_timeout: Read (6) buffered : 95 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170428, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170430, 3] ssh_channel_read_timeout: Read (6) buffered : 89 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170432, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170434, 3] ssh_channel_read_timeout: Read (6) buffered : 83 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170435, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170437, 3] ssh_channel_read_timeout: Read (6) buffered : 77 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170439, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170441, 3] ssh_channel_read_timeout: Read (6) buffered : 71 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,167 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170443, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170444, 3] ssh_channel_read_timeout: Read (6) buffered : 65 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170446, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170448, 3] ssh_channel_read_timeout: Read (6) buffered : 59 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170449, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170451, 3] ssh_channel_read_timeout: Read (6) buffered : 53 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170453, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170455, 3] ssh_channel_read_timeout: Read (6) buffered : 47 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170457, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170459, 3] ssh_channel_read_timeout: Read (6) buffered : 41 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170460, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170462, 3] ssh_channel_read_timeout: Read (6) buffered : 35 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170464, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170465, 3] ssh_channel_read_timeout: Read (6) buffered : 29 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170467, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170469, 3] ssh_channel_read_timeout: Read (6) buffered : 23 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170471, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170473, 3] ssh_channel_read_timeout: Read (6) buffered : 17 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170475, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:26.170477, 3] ssh_channel_read_timeout: Read (6) buffered : 11 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170478, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:02:26.170481, 3] ssh_channel_read_timeout: Read (5) buffered : 5 bytes. Window: 2096841[\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:26,168 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:26.170483, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes)[\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "40[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]8[INF]: NP: Generated new event (netconf-session-start).[\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "5e[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]V[INF]: LN: Session 2: Received an SSH message "request-channel" of subtype "unknown".[\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:02:26.170671, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:26.170674, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:26.170676, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:26,169 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170390, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170392, 3] ssh_channel_read_timeout: Read (6) buffered : 155 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170393, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170395, 3] ssh_channel_read_timeout: Read (6) buffered : 149 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170397, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170398, 3] ssh_channel_read_timeout: Read (6) buffered : 143 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170400, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170402, 3] ssh_channel_read_timeout: Read (6) buffered : 137 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170404, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170406, 3] ssh_channel_read_timeout: Read (6) buffered : 131 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170408, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170409, 3] ssh_channel_read_timeout: Read (6) buffered : 125 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170411, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170413, 3] ssh_channel_read_timeout: Read (6) buffered : 119 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170415, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170416, 3] ssh_channel_read_timeout: Read (6) buffered : 113 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170418, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170420, 3] ssh_channel_read_timeout: Read (6) buffered : 107 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170422, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170423, 3] ssh_channel_read_timeout: Read (6) buffered : 101 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170425, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170427, 3] ssh_channel_read_timeout: Read (6) buffered : 95 bytes. Window: 2096841 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170428, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,169 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170430, 3] ssh_channel_read_timeout: Read (6) buffered : 89 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170432, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170434, 3] ssh_channel_read_timeout: Read (6) buffered : 83 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170435, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170437, 3] ssh_channel_read_timeout: Read (6) buffered : 77 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170439, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170441, 3] ssh_channel_read_timeout: Read (6) buffered : 71 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170443, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170444, 3] ssh_channel_read_timeout: Read (6) buffered : 65 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170446, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170448, 3] ssh_channel_read_timeout: Read (6) buffered : 59 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170449, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170451, 3] ssh_channel_read_timeout: Read (6) buffered : 53 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170453, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170455, 3] ssh_channel_read_timeout: Read (6) buffered : 47 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170457, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170459, 3] ssh_channel_read_timeout: Read (6) buffered : 41 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170460, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170462, 3] ssh_channel_read_timeout: Read (6) buffered : 35 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170464, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170465, 3] ssh_channel_read_timeout: Read (6) buffered : 29 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170467, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170469, 3] ssh_channel_read_timeout: Read (6) buffered : 23 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170471, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170473, 3] ssh_channel_read_timeout: Read (6) buffered : 17 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170475, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170477, 3] ssh_channel_read_timeout: Read (6) buffered : 11 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170478, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170481, 3] ssh_channel_read_timeout: Read (5) buffered : 5 bytes. Window: 2096841 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170483, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2096841 bytes) 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: NP: Generated new event (netconf-session-start). 2024-09-05 16:02:26,170 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: LN: Session 2: Received an SSH message "request-channel" of subtype "unknown". 2024-09-05 16:02:26,171 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170671, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0 2024-09-05 16:02:26,171 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170674, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:26,171 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:26.170676, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:26,573 (PrefixingImageNameSubstitutor.java:31) DEBUG : No prefix is configured 2024-09-05 16:02:26,574 (ImageNameSubstitutor.java:113) DEBUG : Did not find a substitute image for netopeer2:latest (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')) 2024-09-05 16:02:28,494 (PowerLogger.java:328) DEBUG : <rpc message-id="2" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <edit-config> <target> <running/> </target> <config> <netconf-server xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-server"> <listen> <idle-timeout>180</idle-timeout> <endpoints> <endpoint> <name>default-ssh</name> <ssh> <tcp-server-parameters> <local-address>0.0.0.0</local-address> <local-port>830</local-port> <keepalives> <idle-time>7200</idle-time> <max-probes>9</max-probes> <probe-interval>3</probe-interval> </keepalives> </tcp-server-parameters> <ssh-server-parameters> <server-identity> <host-key> <name>default-key</name> <public-key> <central-keystore-reference>genkey</central-keystore-reference> </public-key> </host-key> </server-identity> <client-authentication> <users> <user> <name>netconf</name> <keyboard-interactive xmlns="urn:cesnet:libnetconf2-netconf-server"> <use-system-auth/> </keyboard-interactive> </user> </users> </client-authentication> </ssh-server-parameters> </ssh> </endpoint> </endpoints> </listen> </netconf-server> </config> </edit-config> </rpc> ]]>]]> 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:28.597457, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,587 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.597457, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:02:28.597741, 4] ssh_socket_unbuffered_read: read 1988[\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "87[\r][\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x7f][2024/09/05 14:02:28.597895, 3] ssh_packet_socket_callback: packet: read type 94 [len=1920,padding=19,comp=1900,payload=1900][\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:28.597950, 3] ssh_packet_process: Dispatching handler for packet type 94[\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,587 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.598005, 3] channel_rcv_data: Channel receiving 1891 bytes data (local win=2096841 remote win=1061946)[\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "74[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]l[2024/09/05 14:02:28.598064, 3] channel_default_bufferize: placing 1891 bytes into channel buffer (stdout)[\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:28.598113, 3] channel_rcv_data: Channel windows are now (local win=2094950 remote win=1061946)[\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.598174, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=148][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.598228, 3] ssh_channel_read_timeout: Read (6) buffered : 1891 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,588 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.597741, 4] ssh_socket_unbuffered_read: read 1988 2024-09-05 16:02:28,588 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.597895, 3] ssh_packet_socket_callback: packet: read type 94 [len=1920,padding=19,comp=1900,payload=1900] 2024-09-05 16:02:28,588 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.597950, 3] ssh_packet_process: Dispatching handler for packet type 94 2024-09-05 16:02:28,588 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598005, 3] channel_rcv_data: Channel receiving 1891 bytes data (local win=2096841 remote win=1061946) 2024-09-05 16:02:28,588 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598064, 3] channel_default_bufferize: placing 1891 bytes into channel buffer (stdout) 2024-09-05 16:02:28,588 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598113, 3] channel_rcv_data: Channel windows are now (local win=2094950 remote win=1061946) 2024-09-05 16:02:28,588 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598174, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=148] 2024-09-05 16:02:28,588 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598228, 3] ssh_channel_read_timeout: Read (6) buffered : 1891 bytes. Window: 2094950 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.598285, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.598366, 3] ssh_channel_read_timeout: Read (6) buffered : 1885 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.598431, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.598499, 3] ssh_channel_read_timeout: Read (6) buffered : 1879 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.598565, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,588 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.598627, 3] ssh_channel_read_timeout: Read (6) buffered : 1873 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.598691, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.598783, 3] ssh_channel_read_timeout: Read (6) buffered : 1867 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.598853, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.598924, 3] ssh_channel_read_timeout: Read (6) buffered : 1861 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.598988, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599054, 3] ssh_channel_read_timeout: Read (6) buffered : 1855 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599119, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599187, 3] ssh_channel_read_timeout: Read (6) buffered : 1849 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599252, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,589 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,589 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598285, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,589 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598366, 3] ssh_channel_read_timeout: Read (6) buffered : 1885 bytes. Window: 2094950 2024-09-05 16:02:28,589 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598431, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,589 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598499, 3] ssh_channel_read_timeout: Read (6) buffered : 1879 bytes. Window: 2094950 2024-09-05 16:02:28,589 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598565, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,589 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598627, 3] ssh_channel_read_timeout: Read (6) buffered : 1873 bytes. Window: 2094950 2024-09-05 16:02:28,589 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598691, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,589 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598783, 3] ssh_channel_read_timeout: Read (6) buffered : 1867 bytes. Window: 2094950 2024-09-05 16:02:28,589 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598853, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598924, 3] ssh_channel_read_timeout: Read (6) buffered : 1861 bytes. Window: 2094950 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.598988, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599054, 3] ssh_channel_read_timeout: Read (6) buffered : 1855 bytes. Window: 2094950 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599119, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599187, 3] ssh_channel_read_timeout: Read (6) buffered : 1849 bytes. Window: 2094950 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599252, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599327, 3] ssh_channel_read_timeout: Read (6) buffered : 1843 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599400, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599472, 3] ssh_channel_read_timeout: Read (6) buffered : 1837 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599538, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599607, 3] ssh_channel_read_timeout: Read (6) buffered : 1831 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599686, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599780, 3] ssh_channel_read_timeout: Read (6) buffered : 1825 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599843, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,590 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599327, 3] ssh_channel_read_timeout: Read (6) buffered : 1843 bytes. Window: 2094950 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599400, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599472, 3] ssh_channel_read_timeout: Read (6) buffered : 1837 bytes. Window: 2094950 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599538, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599607, 3] ssh_channel_read_timeout: Read (6) buffered : 1831 bytes. Window: 2094950 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599686, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599780, 3] ssh_channel_read_timeout: Read (6) buffered : 1825 bytes. Window: 2094950 2024-09-05 16:02:28,590 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599843, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,594 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,594 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599905, 3] ssh_channel_read_timeout: Read (6) buffered : 1819 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,594 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,594 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599905, 3] ssh_channel_read_timeout: Read (6) buffered : 1819 bytes. Window: 2094950 2024-09-05 16:02:28,596 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,596 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599911, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,596 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599911, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599914, 3] ssh_channel_read_timeout: Read (6) buffered : 1813 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599916, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599918, 3] ssh_channel_read_timeout: Read (6) buffered : 1807 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599922, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599924, 3] ssh_channel_read_timeout: Read (6) buffered : 1801 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599926, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599929, 3] ssh_channel_read_timeout: Read (6) buffered : 1795 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599931, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599933, 3] ssh_channel_read_timeout: Read (6) buffered : 1789 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599935, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599938, 3] ssh_channel_read_timeout: Read (6) buffered : 1783 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599940, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599943, 3] ssh_channel_read_timeout: Read (6) buffered : 1777 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599946, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599948, 3] ssh_channel_read_timeout: Read (6) buffered : 1771 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599951, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599954, 3] ssh_channel_read_timeout: Read (6) buffered : 1765 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599956, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,598 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599958, 3] ssh_channel_read_timeout: Read (6) buffered : 1759 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599961, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599963, 3] ssh_channel_read_timeout: Read (6) buffered : 1753 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599965, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599967, 3] ssh_channel_read_timeout: Read (6) buffered : 1747 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599969, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599972, 3] ssh_channel_read_timeout: Read (6) buffered : 1741 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599974, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599977, 3] ssh_channel_read_timeout: Read (6) buffered : 1735 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599980, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599983, 3] ssh_channel_read_timeout: Read (6) buffered : 1729 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599985, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599987, 3] ssh_channel_read_timeout: Read (6) buffered : 1723 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599991, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.599994, 3] ssh_channel_read_timeout: Read (6) buffered : 1717 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,599 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599914, 3] ssh_channel_read_timeout: Read (6) buffered : 1813 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599916, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599918, 3] ssh_channel_read_timeout: Read (6) buffered : 1807 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599922, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599924, 3] ssh_channel_read_timeout: Read (6) buffered : 1801 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599926, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599929, 3] ssh_channel_read_timeout: Read (6) buffered : 1795 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599931, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599933, 3] ssh_channel_read_timeout: Read (6) buffered : 1789 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599935, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599938, 3] ssh_channel_read_timeout: Read (6) buffered : 1783 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599940, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599943, 3] ssh_channel_read_timeout: Read (6) buffered : 1777 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599946, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599948, 3] ssh_channel_read_timeout: Read (6) buffered : 1771 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599951, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599954, 3] ssh_channel_read_timeout: Read (6) buffered : 1765 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599956, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599958, 3] ssh_channel_read_timeout: Read (6) buffered : 1759 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599961, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599963, 3] ssh_channel_read_timeout: Read (6) buffered : 1753 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599965, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599967, 3] ssh_channel_read_timeout: Read (6) buffered : 1747 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599969, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599972, 3] ssh_channel_read_timeout: Read (6) buffered : 1741 bytes. Window: 2094950 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599974, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,599 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599977, 3] ssh_channel_read_timeout: Read (6) buffered : 1735 bytes. Window: 2094950 2024-09-05 16:02:28,600 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599980, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,600 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599983, 3] ssh_channel_read_timeout: Read (6) buffered : 1729 bytes. Window: 2094950 2024-09-05 16:02:28,600 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599985, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,600 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599987, 3] ssh_channel_read_timeout: Read (6) buffered : 1723 bytes. Window: 2094950 2024-09-05 16:02:28,600 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599991, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,600 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599994, 3] ssh_channel_read_timeout: Read (6) buffered : 1717 bytes. Window: 2094950 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.599996, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600000, 3] ssh_channel_read_timeout: Read (6) buffered : 1711 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600002, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600005, 3] ssh_channel_read_timeout: Read (6) buffered : 1705 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600007, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600010, 3] ssh_channel_read_timeout: Read (6) buffered : 1699 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600012, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600015, 3] ssh_channel_read_timeout: Read (6) buffered : 1693 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600017, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600020, 3] ssh_channel_read_timeout: Read (6) buffered : 1687 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600023, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600026, 3] ssh_channel_read_timeout: Read (6) buffered : 1681 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600028, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600030, 3] ssh_channel_read_timeout: Read (6) buffered : 1675 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600033, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600035, 3] ssh_channel_read_timeout: Read (6) buffered : 1669 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,600 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600037, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600040, 3] ssh_channel_read_timeout: Read (6) buffered : 1663 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600042, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600044, 3] ssh_channel_read_timeout: Read (6) buffered : 1657 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600046, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600048, 3] ssh_channel_read_timeout: Read (6) buffered : 1651 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600050, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600053, 3] ssh_channel_read_timeout: Read (6) buffered : 1645 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600056, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600058, 3] ssh_channel_read_timeout: Read (6) buffered : 1639 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600060, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600063, 3] ssh_channel_read_timeout: Read (6) buffered : 1633 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600065, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600068, 3] ssh_channel_read_timeout: Read (6) buffered : 1627 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600071, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600073, 3] ssh_channel_read_timeout: Read (6) buffered : 1621 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600075, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600078, 3] ssh_channel_read_timeout: Read (6) buffered : 1615 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600081, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600084, 3] ssh_channel_read_timeout: Read (6) buffered : 1609 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,601 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600086, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600089, 3] ssh_channel_read_timeout: Read (6) buffered : 1603 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600091, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600094, 3] ssh_channel_read_timeout: Read (6) buffered : 1597 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600097, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600099, 3] ssh_channel_read_timeout: Read (6) buffered : 1591 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600102, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600105, 3] ssh_channel_read_timeout: Read (6) buffered : 1585 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600107, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600110, 3] ssh_channel_read_timeout: Read (6) buffered : 1579 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600112, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600115, 3] ssh_channel_read_timeout: Read (6) buffered : 1573 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600118, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600122, 3] ssh_channel_read_timeout: Read (6) buffered : 1567 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600126, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600129, 3] ssh_channel_read_timeout: Read (6) buffered : 1561 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600132, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600135, 3] ssh_channel_read_timeout: Read (6) buffered : 1555 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600138, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,602 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600142, 3] ssh_channel_read_timeout: Read (6) buffered : 1549 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600144, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600147, 3] ssh_channel_read_timeout: Read (6) buffered : 1543 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600150, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600153, 3] ssh_channel_read_timeout: Read (6) buffered : 1537 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600156, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600159, 3] ssh_channel_read_timeout: Read (6) buffered : 1531 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600161, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,603 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 1" 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.599996, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600000, 3] ssh_channel_read_timeout: Read (6) buffered : 1711 bytes. Window: 2094950 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600002, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600005, 3] ssh_channel_read_timeout: Read (6) buffered : 1705 bytes. Window: 2094950 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600007, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600010, 3] ssh_channel_read_timeout: Read (6) buffered : 1699 bytes. Window: 2094950 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600012, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600015, 3] ssh_channel_read_timeout: Read (6) buffered : 1693 bytes. Window: 2094950 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600017, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600020, 3] ssh_channel_read_timeout: Read (6) buffered : 1687 bytes. Window: 2094950 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600023, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600026, 3] ssh_channel_read_timeout: Read (6) buffered : 1681 bytes. Window: 2094950 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600028, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600030, 3] ssh_channel_read_timeout: Read (6) buffered : 1675 bytes. Window: 2094950 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600033, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,603 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600035, 3] ssh_channel_read_timeout: Read (6) buffered : 1669 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600037, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600040, 3] ssh_channel_read_timeout: Read (6) buffered : 1663 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600042, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600044, 3] ssh_channel_read_timeout: Read (6) buffered : 1657 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600046, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600048, 3] ssh_channel_read_timeout: Read (6) buffered : 1651 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600050, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600053, 3] ssh_channel_read_timeout: Read (6) buffered : 1645 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600056, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600058, 3] ssh_channel_read_timeout: Read (6) buffered : 1639 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600060, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600063, 3] ssh_channel_read_timeout: Read (6) buffered : 1633 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600065, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600068, 3] ssh_channel_read_timeout: Read (6) buffered : 1627 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600071, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600073, 3] ssh_channel_read_timeout: Read (6) buffered : 1621 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600075, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600078, 3] ssh_channel_read_timeout: Read (6) buffered : 1615 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600081, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600084, 3] ssh_channel_read_timeout: Read (6) buffered : 1609 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600086, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600089, 3] ssh_channel_read_timeout: Read (6) buffered : 1603 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600091, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600094, 3] ssh_channel_read_timeout: Read (6) buffered : 1597 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600097, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600099, 3] ssh_channel_read_timeout: Read (6) buffered : 1591 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600102, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600105, 3] ssh_channel_read_timeout: Read (6) buffered : 1585 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600107, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600110, 3] ssh_channel_read_timeout: Read (6) buffered : 1579 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600112, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600115, 3] ssh_channel_read_timeout: Read (6) buffered : 1573 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600118, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600122, 3] ssh_channel_read_timeout: Read (6) buffered : 1567 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600126, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600129, 3] ssh_channel_read_timeout: Read (6) buffered : 1561 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600132, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600135, 3] ssh_channel_read_timeout: Read (6) buffered : 1555 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600138, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600142, 3] ssh_channel_read_timeout: Read (6) buffered : 1549 bytes. Window: 2094950 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600144, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,604 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600147, 3] ssh_channel_read_timeout: Read (6) buffered : 1543 bytes. Window: 2094950 2024-09-05 16:02:28,605 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600150, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,605 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600153, 3] ssh_channel_read_timeout: Read (6) buffered : 1537 bytes. Window: 2094950 2024-09-05 16:02:28,605 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600156, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,605 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600159, 3] ssh_channel_read_timeout: Read (6) buffered : 1531 bytes. Window: 2094950 2024-09-05 16:02:28,605 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600161, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "4:02:28.600164, 3] ssh_channel_read_timeout: Read (6) buffered : 1525 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600166, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600169, 3] ssh_channel_read_timeout: Read (6) buffered : 1519 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600172, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600174, 3] ssh_channel_read_timeout: Read (6) buffered : 1513 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600177, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600180, 3] ssh_channel_read_timeout: Read (6) buffered : 1507 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600183, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600186, 3] ssh_channel_read_timeout: Read (6) buffered : 1501 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600189, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600191, 3] ssh_channel_read_timeout: Read (6) buffered : 1495 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600194, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600196, 3] ssh_channel_read_timeout: Read (6) buffered : 1489 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600199, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600202, 3] ssh_channel_read_timeout: Read (6) buffered : 1483 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,605 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600204, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600207, 3] ssh_channel_read_timeout: Read (6) buffered : 1477 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600209, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600211, 3] ssh_channel_read_timeout: Read (6) buffered : 1471 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600213, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600216, 3] ssh_channel_read_timeout: Read (6) buffered : 1465 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600218, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600220, 3] ssh_channel_read_timeout: Read (6) buffered : 1459 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600223, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600225, 3] ssh_channel_read_timeout: Read (6) buffered : 1453 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600228, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600230, 3] ssh_channel_read_timeout: Read (6) buffered : 1447 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600233, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600235, 3] ssh_channel_read_timeout: Read (6) buffered : 1441 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600238, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600241, 3] ssh_channel_read_timeout: Read (6) buffered : 1435 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600244, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600247, 3] ssh_channel_read_timeout: Read (6) buffered : 1429 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600250, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600253, 3] ssh_channel_read_timeout: Read (6) buffered : 1423 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,606 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600255, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600258, 3] ssh_channel_read_timeout: Read (6) buffered : 1417 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600261, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600263, 3] ssh_channel_read_timeout: Read (6) buffered : 1411 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600266, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600269, 3] ssh_channel_read_timeout: Read (6) buffered : 1405 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600272, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600274, 3] ssh_channel_read_timeout: Read (6) buffered : 1399 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600277, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600279, 3] ssh_channel_read_timeout: Read (6) buffered : 1393 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600282, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600285, 3] ssh_channel_read_timeout: Read (6) buffered : 1387 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600288, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600292, 3] ssh_channel_read_timeout: Read (6) buffered : 1381 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600295, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600298, 3] ssh_channel_read_timeout: Read (6) buffered : 1375 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,607 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,608 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600300, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,608 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,608 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,608 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600303, 3] ssh_channel_read_timeout: Read (6) buffered : 1369 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,608 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,608 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,608 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600305, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,608 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,608 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600307, 3] ssh_channel_read_timeout: Read (6) buffered : 1363 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600309, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600313, 3] ssh_channel_read_timeout: Read (6) buffered : 1357 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600315, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600318, 3] ssh_channel_read_timeout: Read (6) buffered : 1351 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600320, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600323, 3] ssh_channel_read_timeout: Read (6) buffered : 1345 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600325, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600328, 3] ssh_channel_read_timeout: Read (6) buffered : 1339 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,609 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600331, 3] grow_window: growing w" 2024-09-05 16:02:28,609 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600164, 3] ssh_channel_read_timeout: Read (6) buffered : 1525 bytes. Window: 2094950 2024-09-05 16:02:28,609 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600166, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600169, 3] ssh_channel_read_timeout: Read (6) buffered : 1519 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600172, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600174, 3] ssh_channel_read_timeout: Read (6) buffered : 1513 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600177, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600180, 3] ssh_channel_read_timeout: Read (6) buffered : 1507 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600183, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600186, 3] ssh_channel_read_timeout: Read (6) buffered : 1501 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600189, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600191, 3] ssh_channel_read_timeout: Read (6) buffered : 1495 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600194, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600196, 3] ssh_channel_read_timeout: Read (6) buffered : 1489 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600199, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600202, 3] ssh_channel_read_timeout: Read (6) buffered : 1483 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600204, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600207, 3] ssh_channel_read_timeout: Read (6) buffered : 1477 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600209, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600211, 3] ssh_channel_read_timeout: Read (6) buffered : 1471 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600213, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600216, 3] ssh_channel_read_timeout: Read (6) buffered : 1465 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600218, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600220, 3] ssh_channel_read_timeout: Read (6) buffered : 1459 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600223, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600225, 3] ssh_channel_read_timeout: Read (6) buffered : 1453 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600228, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600230, 3] ssh_channel_read_timeout: Read (6) buffered : 1447 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600233, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600235, 3] ssh_channel_read_timeout: Read (6) buffered : 1441 bytes. Window: 2094950 2024-09-05 16:02:28,610 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600238, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600241, 3] ssh_channel_read_timeout: Read (6) buffered : 1435 bytes. Window: 2094950 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600244, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600247, 3] ssh_channel_read_timeout: Read (6) buffered : 1429 bytes. Window: 2094950 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600250, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600253, 3] ssh_channel_read_timeout: Read (6) buffered : 1423 bytes. Window: 2094950 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600255, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600258, 3] ssh_channel_read_timeout: Read (6) buffered : 1417 bytes. Window: 2094950 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600261, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600263, 3] ssh_channel_read_timeout: Read (6) buffered : 1411 bytes. Window: 2094950 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600266, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,611 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600269, 3] ssh_channel_read_timeout: Read (6) buffered : 1405 bytes. Window: 2094950 2024-09-05 16:02:28,612 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600272, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600274, 3] ssh_channel_read_timeout: Read (6) buffered : 1399 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600277, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600279, 3] ssh_channel_read_timeout: Read (6) buffered : 1393 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600282, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600285, 3] ssh_channel_read_timeout: Read (6) buffered : 1387 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600288, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600292, 3] ssh_channel_read_timeout: Read (6) buffered : 1381 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600295, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600298, 3] ssh_channel_read_timeout: Read (6) buffered : 1375 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600300, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600303, 3] ssh_channel_read_timeout: Read (6) buffered : 1369 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600305, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600307, 3] ssh_channel_read_timeout: Read (6) buffered : 1363 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600309, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600313, 3] ssh_channel_read_timeout: Read (6) buffered : 1357 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600315, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600318, 3] ssh_channel_read_timeout: Read (6) buffered : 1351 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600320, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600323, 3] ssh_channel_read_timeout: Read (6) buffered : 1345 bytes. Window: 2094950 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600325, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,613 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600328, 3] ssh_channel_read_timeout: Read (6) buffered : 1339 bytes. Window: 2094950 2024-09-05 16:02:28,613 (PowerLogger.java:338) DEBUG : The reply is <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="2"><ok/></rpc-reply> 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "indow (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600333, 3] ssh_channel_read_timeout: Read (6) buffered : 1333 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600336, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600339, 3] ssh_channel_read_timeout: Read (6) buffered : 1327 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600342, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600344, 3] ssh_channel_read_timeout: Read (6) buffered : 1321 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,613 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600347, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600350, 3] ssh_channel_read_timeout: Read (6) buffered : 1315 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600353, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600355, 3] ssh_channel_read_timeout: Read (6) buffered : 1309 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600358, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600361, 3] ssh_channel_read_timeout: Read (6) buffered : 1303 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600363, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600366, 3] ssh_channel_read_timeout: Read (6) buffered : 1297 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600368, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600371, 3] ssh_channel_read_timeout: Read (6) buffered : 1291 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600373, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600376, 3] ssh_channel_read_timeout: Read (6) buffered : 1285 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600378, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600381, 3] ssh_channel_read_timeout: Read (6) buffered : 1279 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600384, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600387, 3] ssh_channel_read_timeout: Read (6) buffered : 1273 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,614 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600390, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600393, 3] ssh_channel_read_timeout: Read (6) buffered : 1267 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600395, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600398, 3] ssh_channel_read_timeout: Read (6) buffered : 1261 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600400, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600403, 3] ssh_channel_read_timeout: Read (6) buffered : 1255 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600405, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600408, 3] ssh_channel_read_timeout: Read (6) buffered : 1249 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600411, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600414, 3] ssh_channel_read_timeout: Read (6) buffered : 1243 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600417, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600420, 3] ssh_channel_read_timeout: Read (6) buffered : 1237 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600422, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600425, 3] ssh_channel_read_timeout: Read (6) buffered : 1231 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600428, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600431, 3] ssh_channel_read_timeout: Read (6) buffered : 1225 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600433, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,615 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600436, 3] ssh_channel_read_timeout: Read (6) buffered : 1219 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600438, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600441, 3] ssh_channel_read_timeout: Read (6) buffered : 1213 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600444, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600446, 3] ssh_channel_read_timeout: Read (6) buffered : 1207 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600449, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600452, 3] ssh_channel_read_timeout: Read (6) buffered : 1201 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600455, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600457, 3] ssh_channel_read_timeout: Read (6) buffered : 1195 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600460, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600462, 3] ssh_channel_read_timeout: Read (6) buffered : 1189 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600465, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600467, 3] ssh_channel_read_timeout: Read (6) buffered : 1183 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600469, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600472, 3] ssh_channel_read_timeout: Read (6) buffered : 1177 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600475, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600478, 3] ssh_channel_read_timeout: Read (6) buffered : 1171 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600481, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,616 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600484, 3] ssh_channel_read_timeout: Read (6) buffered : 1165 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600487, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600490, 3] ssh_channel_read_timeout: Read (6) buffered : 1159 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600493, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600496, 3] ssh_channel_read_timeout: Read (6) buffered : 1153 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600503, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,617 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600505, 3] ssh_channel_read_timeout: Read (6) buffered : 1" 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600331, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600333, 3] ssh_channel_read_timeout: Read (6) buffered : 1333 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600336, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600339, 3] ssh_channel_read_timeout: Read (6) buffered : 1327 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600342, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600344, 3] ssh_channel_read_timeout: Read (6) buffered : 1321 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600347, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600350, 3] ssh_channel_read_timeout: Read (6) buffered : 1315 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600353, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600355, 3] ssh_channel_read_timeout: Read (6) buffered : 1309 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600358, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600361, 3] ssh_channel_read_timeout: Read (6) buffered : 1303 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600363, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600366, 3] ssh_channel_read_timeout: Read (6) buffered : 1297 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600368, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600371, 3] ssh_channel_read_timeout: Read (6) buffered : 1291 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600373, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600376, 3] ssh_channel_read_timeout: Read (6) buffered : 1285 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600378, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600381, 3] ssh_channel_read_timeout: Read (6) buffered : 1279 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600384, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600387, 3] ssh_channel_read_timeout: Read (6) buffered : 1273 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600390, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600393, 3] ssh_channel_read_timeout: Read (6) buffered : 1267 bytes. Window: 2094950 2024-09-05 16:02:28,617 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600395, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600398, 3] ssh_channel_read_timeout: Read (6) buffered : 1261 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600400, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600403, 3] ssh_channel_read_timeout: Read (6) buffered : 1255 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600405, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600408, 3] ssh_channel_read_timeout: Read (6) buffered : 1249 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600411, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600414, 3] ssh_channel_read_timeout: Read (6) buffered : 1243 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600417, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600420, 3] ssh_channel_read_timeout: Read (6) buffered : 1237 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600422, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600425, 3] ssh_channel_read_timeout: Read (6) buffered : 1231 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600428, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600431, 3] ssh_channel_read_timeout: Read (6) buffered : 1225 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600433, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600436, 3] ssh_channel_read_timeout: Read (6) buffered : 1219 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600438, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600441, 3] ssh_channel_read_timeout: Read (6) buffered : 1213 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600444, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600446, 3] ssh_channel_read_timeout: Read (6) buffered : 1207 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600449, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600452, 3] ssh_channel_read_timeout: Read (6) buffered : 1201 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600455, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600457, 3] ssh_channel_read_timeout: Read (6) buffered : 1195 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600460, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600462, 3] ssh_channel_read_timeout: Read (6) buffered : 1189 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600465, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600467, 3] ssh_channel_read_timeout: Read (6) buffered : 1183 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600469, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600472, 3] ssh_channel_read_timeout: Read (6) buffered : 1177 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600475, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600478, 3] ssh_channel_read_timeout: Read (6) buffered : 1171 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600481, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600484, 3] ssh_channel_read_timeout: Read (6) buffered : 1165 bytes. Window: 2094950 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600487, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,618 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600490, 3] ssh_channel_read_timeout: Read (6) buffered : 1159 bytes. Window: 2094950 2024-09-05 16:02:28,619 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600493, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,619 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600496, 3] ssh_channel_read_timeout: Read (6) buffered : 1153 bytes. Window: 2094950 2024-09-05 16:02:28,619 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600503, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "147 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600508, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600512, 3] ssh_channel_read_timeout: Read (6) buffered : 1141 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600515, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600518, 3] ssh_channel_read_timeout: Read (6) buffered : 1135 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600520, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600524, 3] ssh_channel_read_timeout: Read (6) buffered : 1129 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600527, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,619 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600530, 3] ssh_channel_read_timeout: Read (6) buffered : 1123 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600533, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600535, 3] ssh_channel_read_timeout: Read (6) buffered : 1117 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600538, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600542, 3] ssh_channel_read_timeout: Read (6) buffered : 1111 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600545, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600548, 3] ssh_channel_read_timeout: Read (6) buffered : 1105 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600550, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600554, 3] ssh_channel_read_timeout: Read (6) buffered : 1099 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600557, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600560, 3] ssh_channel_read_timeout: Read (6) buffered : 1093 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600563, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600567, 3] ssh_channel_read_timeout: Read (6) buffered : 1087 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600570, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,620 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600573, 3] ssh_channel_read_timeout: Read (6) buffered : 1081 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600577, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600580, 3] ssh_channel_read_timeout: Read (6) buffered : 1075 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600584, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600587, 3] ssh_channel_read_timeout: Read (6) buffered : 1069 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,621 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600589, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,623 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,624 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,624 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600592, 3] ssh_channel_read_timeout: Read (6) buffered : 1063 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,624 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,624 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600595, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600598, 3] ssh_channel_read_timeout: Read (6) buffered : 1057 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600601, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600604, 3] ssh_channel_read_timeout: Read (6) buffered : 1051 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600607, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600610, 3] ssh_channel_read_timeout: Read (6) buffered : 1045 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,625 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600613, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600616, 3] ssh_channel_read_timeout: Read (6) buffered : 1039 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600619, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600623, 3] ssh_channel_read_timeout: Read (6) buffered : 1033 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600626, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,626 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600629, 3] ssh_channel_read_timeout: Read (6) buffered : 1027 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600632, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600635, 3] ssh_channel_read_timeout: Read (6) buffered : 1021 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600638, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600642, 3] ssh_channel_read_timeout: Read (6) buffered : 1015 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,627 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600644, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600648, 3] ssh_channel_read_timeout: Read (6) buffered : 1009 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600651, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.600654, 3] ssh_channel_read_timeout: Read (6) buffered : 1003 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600657, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600660, 3] ssh_channel_read_timeout: Read (6) buffered : 997 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,628 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600663, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600666, 3] ssh_channel_read_timeout: Read (6) buffered : 991 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600669, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600672, 3] ssh_channel_read_timeout: Read (6) buffered : 985 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600675, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600678, 3] ssh_channel_read_timeout: Read (6) buffered : 979 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600681, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600684, 3] ssh_channel_read_timeout: Read (6) buffered : 973 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600687, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,629 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600691, 3] ssh_channel_read_timeout: Read (6) buffered : 967 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600694, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600720, 3] ssh_channel_read_timeout: Read (6) buffered : 961 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600725, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,630 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,630 (Wire.java:106) DEBUG : http-outgoing-3 << "72[\r]" 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600505, 3] ssh_channel_read_timeout: Read (6) buffered : 1147 bytes. Window: 2094950 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600508, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600512, 3] ssh_channel_read_timeout: Read (6) buffered : 1141 bytes. Window: 2094950 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600515, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600518, 3] ssh_channel_read_timeout: Read (6) buffered : 1135 bytes. Window: 2094950 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600520, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600524, 3] ssh_channel_read_timeout: Read (6) buffered : 1129 bytes. Window: 2094950 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600527, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600530, 3] ssh_channel_read_timeout: Read (6) buffered : 1123 bytes. Window: 2094950 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600533, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,630 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600535, 3] ssh_channel_read_timeout: Read (6) buffered : 1117 bytes. Window: 2094950 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600538, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600542, 3] ssh_channel_read_timeout: Read (6) buffered : 1111 bytes. Window: 2094950 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600545, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600548, 3] ssh_channel_read_timeout: Read (6) buffered : 1105 bytes. Window: 2094950 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600550, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600554, 3] ssh_channel_read_timeout: Read (6) buffered : 1099 bytes. Window: 2094950 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600557, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600560, 3] ssh_channel_read_timeout: Read (6) buffered : 1093 bytes. Window: 2094950 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600563, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600567, 3] ssh_channel_read_timeout: Read (6) buffered : 1087 bytes. Window: 2094950 2024-09-05 16:02:28,631 (PowerLogger.java:328) DEBUG : <rpc message-id="3" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <close-session/> </rpc> ]]>]]> 2024-09-05 16:02:28,631 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600570, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,632 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600573, 3] ssh_channel_read_timeout: Read (6) buffered : 1081 bytes. Window: 2094950 2024-09-05 16:02:28,632 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600577, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,632 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600580, 3] ssh_channel_read_timeout: Read (6) buffered : 1075 bytes. Window: 2094950 2024-09-05 16:02:28,632 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600584, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,632 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600587, 3] ssh_channel_read_timeout: Read (6) buffered : 1069 bytes. Window: 2094950 2024-09-05 16:02:28,632 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600589, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,633 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600592, 3] ssh_channel_read_timeout: Read (6) buffered : 1063 bytes. Window: 2094950 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600595, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600598, 3] ssh_channel_read_timeout: Read (6) buffered : 1057 bytes. Window: 2094950 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600601, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600604, 3] ssh_channel_read_timeout: Read (6) buffered : 1051 bytes. Window: 2094950 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600607, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600610, 3] ssh_channel_read_timeout: Read (6) buffered : 1045 bytes. Window: 2094950 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600613, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600616, 3] ssh_channel_read_timeout: Read (6) buffered : 1039 bytes. Window: 2094950 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600619, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600623, 3] ssh_channel_read_timeout: Read (6) buffered : 1033 bytes. Window: 2094950 2024-09-05 16:02:28,634 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600626, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600629, 3] ssh_channel_read_timeout: Read (6) buffered : 1027 bytes. Window: 2094950 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600632, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600635, 3] ssh_channel_read_timeout: Read (6) buffered : 1021 bytes. Window: 2094950 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600638, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600642, 3] ssh_channel_read_timeout: Read (6) buffered : 1015 bytes. Window: 2094950 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600644, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600648, 3] ssh_channel_read_timeout: Read (6) buffered : 1009 bytes. Window: 2094950 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600651, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600654, 3] ssh_channel_read_timeout: Read (6) buffered : 1003 bytes. Window: 2094950 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600657, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600660, 3] ssh_channel_read_timeout: Read (6) buffered : 997 bytes. Window: 2094950 2024-09-05 16:02:28,635 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600663, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600666, 3] ssh_channel_read_timeout: Read (6) buffered : 991 bytes. Window: 2094950 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600669, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600672, 3] ssh_channel_read_timeout: Read (6) buffered : 985 bytes. Window: 2094950 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600675, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600678, 3] ssh_channel_read_timeout: Read (6) buffered : 979 bytes. Window: 2094950 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600681, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600684, 3] ssh_channel_read_timeout: Read (6) buffered : 973 bytes. Window: 2094950 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600687, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600691, 3] ssh_channel_read_timeout: Read (6) buffered : 967 bytes. Window: 2094950 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600694, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600720, 3] ssh_channel_read_timeout: Read (6) buffered : 961 bytes. Window: 2094950 2024-09-05 16:02:28,636 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600725, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,636 (Wire.java:92) DEBUG : http-outgoing-3 << "[\n]" 2024-09-05 16:02:28,636 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600731, 3] ssh_channel_read_timeout: Read (6) buffered : 955 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,636 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,636 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,636 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600734, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600738, 3] ssh_channel_read_timeout: Read (6) buffered : 949 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600740, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600743, 3] ssh_channel_read_timeout: Read (6) buffered : 943 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600746, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600749, 3] ssh_channel_read_timeout: Read (6) buffered : 937 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600752, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600754, 3] ssh_channel_read_timeout: Read (6) buffered : 931 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600757, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600760, 3] ssh_channel_read_timeout: Read (6) buffered : 925 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600763, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600765, 3] ssh_channel_read_timeout: Read (6) buffered : 919 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600768, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600771, 3] ssh_channel_read_timeout: Read (6) buffered : 913 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600775, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,637 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600778, 3] ssh_channel_read_timeout: Read (6) buffered : 907 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600781, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600783, 3] ssh_channel_read_timeout: Read (6) buffered : 901 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600786, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600789, 3] ssh_channel_read_timeout: Read (6) buffered : 895 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600792, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600794, 3] ssh_channel_read_timeout: Read (6) buffered : 889 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600797, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600799, 3] ssh_channel_read_timeout: Read (6) buffered : 883 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600802, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600805, 3] ssh_channel_read_timeout: Read (6) buffered : 877 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600807, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600811, 3] ssh_channel_read_timeout: Read (6) buffered : 871 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600814, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600817, 3] ssh_channel_read_timeout: Read (6) buffered : 865 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600820, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600823, 3] ssh_channel_read_timeout: Read (6) buffered : 859 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,638 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600825, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600828, 3] ssh_channel_read_timeout: Read (6) buffered : 853 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600831, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600834, 3] ssh_channel_read_timeout: Read (6) buffered : 847 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600837, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600840, 3] ssh_channel_read_timeout: Read (6) buffered : 841 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,639 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600842, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600845, 3] ssh_channel_read_timeout: Read (6) buffered : 835 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600848, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600851, 3] ssh_channel_read_timeout: Read (6) buffered : 829 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600853, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600855, 3] ssh_channel_read_timeout: Read (6) buffered : 823 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600857, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,640 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600860, 3] ssh_channel_read_timeout: Read (6) buffered : 817 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600863, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600866, 3] ssh_channel_read_timeout: Read (6) buffered : 811 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600869, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600872, 3] ssh_channel_read_timeout: Read (6) buffered : 805 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600874, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600877, 3] ssh_channel_read_timeout: Read (6) buffered : 799 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600880, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600883, 3] ssh_channel_read_timeout: Read (6) buffered : 793 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600886, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600889, 3] ssh_channel_read_timeout: Read (6) buffered : 787 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,641 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600891, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600894, 3] ssh_channel_read_timeout: Read (6) buffered : 781 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600896, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600898, 3] ssh_channel_read_timeout: Read (6) buffered : 775 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600901, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600904, 3] ssh_channel_read_timeout: Read (6) buffered : 769 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,642 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,643 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,643 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600906, 3] grow_window: growing window (cha" 2024-09-05 16:02:28,643 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600731, 3] ssh_channel_read_timeout: Read (6) buffered : 955 bytes. Window: 2094950 2024-09-05 16:02:28,643 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600734, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,643 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600738, 3] ssh_channel_read_timeout: Read (6) buffered : 949 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600740, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600743, 3] ssh_channel_read_timeout: Read (6) buffered : 943 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600746, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600749, 3] ssh_channel_read_timeout: Read (6) buffered : 937 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600752, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600754, 3] ssh_channel_read_timeout: Read (6) buffered : 931 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600757, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600760, 3] ssh_channel_read_timeout: Read (6) buffered : 925 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600763, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600765, 3] ssh_channel_read_timeout: Read (6) buffered : 919 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600768, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600771, 3] ssh_channel_read_timeout: Read (6) buffered : 913 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600775, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600778, 3] ssh_channel_read_timeout: Read (6) buffered : 907 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600781, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600783, 3] ssh_channel_read_timeout: Read (6) buffered : 901 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600786, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600789, 3] ssh_channel_read_timeout: Read (6) buffered : 895 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600792, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600794, 3] ssh_channel_read_timeout: Read (6) buffered : 889 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600797, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600799, 3] ssh_channel_read_timeout: Read (6) buffered : 883 bytes. Window: 2094950 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600802, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,644 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600805, 3] ssh_channel_read_timeout: Read (6) buffered : 877 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600807, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600811, 3] ssh_channel_read_timeout: Read (6) buffered : 871 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600814, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600817, 3] ssh_channel_read_timeout: Read (6) buffered : 865 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600820, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600823, 3] ssh_channel_read_timeout: Read (6) buffered : 859 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600825, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600828, 3] ssh_channel_read_timeout: Read (6) buffered : 853 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600831, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600834, 3] ssh_channel_read_timeout: Read (6) buffered : 847 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600837, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600840, 3] ssh_channel_read_timeout: Read (6) buffered : 841 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600842, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600845, 3] ssh_channel_read_timeout: Read (6) buffered : 835 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600848, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600851, 3] ssh_channel_read_timeout: Read (6) buffered : 829 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600853, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600855, 3] ssh_channel_read_timeout: Read (6) buffered : 823 bytes. Window: 2094950 2024-09-05 16:02:28,645 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600857, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600860, 3] ssh_channel_read_timeout: Read (6) buffered : 817 bytes. Window: 2094950 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600863, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600866, 3] ssh_channel_read_timeout: Read (6) buffered : 811 bytes. Window: 2094950 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600869, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600872, 3] ssh_channel_read_timeout: Read (6) buffered : 805 bytes. Window: 2094950 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600874, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600877, 3] ssh_channel_read_timeout: Read (6) buffered : 799 bytes. Window: 2094950 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600880, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600883, 3] ssh_channel_read_timeout: Read (6) buffered : 793 bytes. Window: 2094950 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600886, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600889, 3] ssh_channel_read_timeout: Read (6) buffered : 787 bytes. Window: 2094950 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600891, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600894, 3] ssh_channel_read_timeout: Read (6) buffered : 781 bytes. Window: 2094950 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600896, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600898, 3] ssh_channel_read_timeout: Read (6) buffered : 775 bytes. Window: 2094950 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600901, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,646 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600904, 3] ssh_channel_read_timeout: Read (6) buffered : 769 bytes. Window: 2094950 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "nnel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600910, 3] ssh_channel_read_timeout: Read (6) buffered : 763 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600912, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600914, 3] ssh_channel_read_timeout: Read (6) buffered : 757 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600917, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600919, 3] ssh_channel_read_timeout: Read (6) buffered : 751 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600922, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600924, 3] ssh_channel_read_timeout: Read (6) buffered : 745 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,646 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600927, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600929, 3] ssh_channel_read_timeout: Read (6) buffered : 739 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600931, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600934, 3] ssh_channel_read_timeout: Read (6) buffered : 733 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600936, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600940, 3] ssh_channel_read_timeout: Read (6) buffered : 727 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600942, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600945, 3] ssh_channel_read_timeout: Read (6) buffered : 721 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600947, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600949, 3] ssh_channel_read_timeout: Read (6) buffered : 715 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600952, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600955, 3] ssh_channel_read_timeout: Read (6) buffered : 709 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600958, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600960, 3] ssh_channel_read_timeout: Read (6) buffered : 703 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600962, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600965, 3] ssh_channel_read_timeout: Read (6) buffered : 697 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600967, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600969, 3] ssh_channel_read_timeout: Read (6) buffered : 691 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600972, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600974, 3] ssh_channel_read_timeout: Read (6) buffered : 685 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,647 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600976, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600979, 3] ssh_channel_read_timeout: Read (6) buffered : 679 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600983, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600985, 3] ssh_channel_read_timeout: Read (6) buffered : 673 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600988, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600991, 3] ssh_channel_read_timeout: Read (6) buffered : 667 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.600993, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.600996, 3] ssh_channel_read_timeout: Read (6) buffered : 661 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601000, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601003, 3] ssh_channel_read_timeout: Read (6) buffered : 655 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601005, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601008, 3] ssh_channel_read_timeout: Read (6) buffered : 649 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601010, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601012, 3] ssh_channel_read_timeout: Read (6) buffered : 643 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601014, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601017, 3] ssh_channel_read_timeout: Read (6) buffered : 637 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601020, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601022, 3] ssh_channel_read_timeout: Read (6) buffered : 631 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601024, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601026, 3] ssh_channel_read_timeout: Read (6) buffered : 625 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601028, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,648 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601031, 3] ssh_channel_read_timeout: Read (6) buffered : 619 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601033, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601036, 3] ssh_channel_read_timeout: Read (6) buffered : 613 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601039, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601041, 3] ssh_channel_read_timeout: Read (6) buffered : 607 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601043, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601045, 3] ssh_channel_read_timeout: Read (6) buffered : 601 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601048, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601050, 3] ssh_channel_read_timeout: Read (6) buffered : 595 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601053, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601055, 3] ssh_channel_read_timeout: Read (6) buffered : 589 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601057, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601060, 3] ssh_channel_read_timeout: Read (6) buffered : 583 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601062, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601064, 3] ssh_channel_read_timeout: Read (6) buffered : 577 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,649 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[" 2024-09-05 16:02:28,649 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600906, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600910, 3] ssh_channel_read_timeout: Read (6) buffered : 763 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600912, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600914, 3] ssh_channel_read_timeout: Read (6) buffered : 757 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600917, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600919, 3] ssh_channel_read_timeout: Read (6) buffered : 751 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600922, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600924, 3] ssh_channel_read_timeout: Read (6) buffered : 745 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600927, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600929, 3] ssh_channel_read_timeout: Read (6) buffered : 739 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600931, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600934, 3] ssh_channel_read_timeout: Read (6) buffered : 733 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600936, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600940, 3] ssh_channel_read_timeout: Read (6) buffered : 727 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600942, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600945, 3] ssh_channel_read_timeout: Read (6) buffered : 721 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600947, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600949, 3] ssh_channel_read_timeout: Read (6) buffered : 715 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600952, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600955, 3] ssh_channel_read_timeout: Read (6) buffered : 709 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600958, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600960, 3] ssh_channel_read_timeout: Read (6) buffered : 703 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600962, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600965, 3] ssh_channel_read_timeout: Read (6) buffered : 697 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600967, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600969, 3] ssh_channel_read_timeout: Read (6) buffered : 691 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600972, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600974, 3] ssh_channel_read_timeout: Read (6) buffered : 685 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600976, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600979, 3] ssh_channel_read_timeout: Read (6) buffered : 679 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600983, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600985, 3] ssh_channel_read_timeout: Read (6) buffered : 673 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600988, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600991, 3] ssh_channel_read_timeout: Read (6) buffered : 667 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600993, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.600996, 3] ssh_channel_read_timeout: Read (6) buffered : 661 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601000, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601003, 3] ssh_channel_read_timeout: Read (6) buffered : 655 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601005, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601008, 3] ssh_channel_read_timeout: Read (6) buffered : 649 bytes. Window: 2094950 2024-09-05 16:02:28,650 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601010, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601012, 3] ssh_channel_read_timeout: Read (6) buffered : 643 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601014, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601017, 3] ssh_channel_read_timeout: Read (6) buffered : 637 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601020, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601022, 3] ssh_channel_read_timeout: Read (6) buffered : 631 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601024, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601026, 3] ssh_channel_read_timeout: Read (6) buffered : 625 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601028, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601031, 3] ssh_channel_read_timeout: Read (6) buffered : 619 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601033, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601036, 3] ssh_channel_read_timeout: Read (6) buffered : 613 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601039, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601041, 3] ssh_channel_read_timeout: Read (6) buffered : 607 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601043, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601045, 3] ssh_channel_read_timeout: Read (6) buffered : 601 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601048, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601050, 3] ssh_channel_read_timeout: Read (6) buffered : 595 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601053, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601055, 3] ssh_channel_read_timeout: Read (6) buffered : 589 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601057, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601060, 3] ssh_channel_read_timeout: Read (6) buffered : 583 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601062, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,651 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601064, 3] ssh_channel_read_timeout: Read (6) buffered : 577 bytes. Window: 2094950 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "2024/09/05 14:02:28.601067, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601069, 3] ssh_channel_read_timeout: Read (6) buffered : 571 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601072, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601074, 3] ssh_channel_read_timeout: Read (6) buffered : 565 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601077, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601079, 3] ssh_channel_read_timeout: Read (6) buffered : 559 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601081, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601084, 3] ssh_channel_read_timeout: Read (6) buffered : 553 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,651 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601086, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601088, 3] ssh_channel_read_timeout: Read (6) buffered : 547 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601091, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601093, 3] ssh_channel_read_timeout: Read (6) buffered : 541 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601096, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601098, 3] ssh_channel_read_timeout: Read (6) buffered : 535 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601100, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601103, 3] ssh_channel_read_timeout: Read (6) buffered : 529 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601106, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601109, 3] ssh_channel_read_timeout: Read (6) buffered : 523 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601112, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601114, 3] ssh_channel_read_timeout: Read (6) buffered : 517 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601118, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601120, 3] ssh_channel_read_timeout: Read (6) buffered : 511 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601123, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601126, 3] ssh_channel_read_timeout: Read (6) buffered : 505 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601129, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601131, 3] ssh_channel_read_timeout: Read (6) buffered : 499 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601134, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601137, 3] ssh_channel_read_timeout: Read (6) buffered : 493 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601140, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,652 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601143, 3] ssh_channel_read_timeout: Read (6) buffered : 487 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601145, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601148, 3] ssh_channel_read_timeout: Read (6) buffered : 481 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601151, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601154, 3] ssh_channel_read_timeout: Read (6) buffered : 475 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601156, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601159, 3] ssh_channel_read_timeout: Read (6) buffered : 469 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601163, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601166, 3] ssh_channel_read_timeout: Read (6) buffered : 463 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601168, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601171, 3] ssh_channel_read_timeout: Read (6) buffered : 457 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601174, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601177, 3] ssh_channel_read_timeout: Read (6) buffered : 451 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601179, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601182, 3] ssh_channel_read_timeout: Read (6) buffered : 445 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601185, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601204, 3] ssh_channel_read_timeout: Read (6) buffered : 439 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601209, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601213, 3] ssh_channel_read_timeout: Read (6) buffered : 433 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601216, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601219, 3] ssh_channel_read_timeout: Read (6) buffered : 427 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,653 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601223, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601226, 3] ssh_channel_read_timeout: Read (6) buffered : 421 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601229, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601232, 3] ssh_channel_read_timeout: Read (6) buffered : 415 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601235, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601238, 3] ssh_channel_read_timeout: Read (6) buffered : 409 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601240, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601243, 3] ssh_channel_read_timeout: Read (6) buffered : 403 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601246, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601248, 3] ssh_channel_read_timeout: Read (6) buffered : 397 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601251, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601254, 3] ssh_channel_read_timeout: Read (6) buffered : 391 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601257, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,654 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601259, 3] ssh_channel_read_timeout:" 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601067, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601069, 3] ssh_channel_read_timeout: Read (6) buffered : 571 bytes. Window: 2094950 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601072, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601074, 3] ssh_channel_read_timeout: Read (6) buffered : 565 bytes. Window: 2094950 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601077, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601079, 3] ssh_channel_read_timeout: Read (6) buffered : 559 bytes. Window: 2094950 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601081, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601084, 3] ssh_channel_read_timeout: Read (6) buffered : 553 bytes. Window: 2094950 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601086, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601088, 3] ssh_channel_read_timeout: Read (6) buffered : 547 bytes. Window: 2094950 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601091, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601093, 3] ssh_channel_read_timeout: Read (6) buffered : 541 bytes. Window: 2094950 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601096, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,654 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601098, 3] ssh_channel_read_timeout: Read (6) buffered : 535 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601100, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601103, 3] ssh_channel_read_timeout: Read (6) buffered : 529 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601106, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601109, 3] ssh_channel_read_timeout: Read (6) buffered : 523 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601112, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601114, 3] ssh_channel_read_timeout: Read (6) buffered : 517 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601118, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601120, 3] ssh_channel_read_timeout: Read (6) buffered : 511 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601123, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601126, 3] ssh_channel_read_timeout: Read (6) buffered : 505 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601129, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601131, 3] ssh_channel_read_timeout: Read (6) buffered : 499 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601134, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601137, 3] ssh_channel_read_timeout: Read (6) buffered : 493 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601140, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601143, 3] ssh_channel_read_timeout: Read (6) buffered : 487 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601145, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601148, 3] ssh_channel_read_timeout: Read (6) buffered : 481 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601151, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601154, 3] ssh_channel_read_timeout: Read (6) buffered : 475 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601156, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601159, 3] ssh_channel_read_timeout: Read (6) buffered : 469 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601163, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601166, 3] ssh_channel_read_timeout: Read (6) buffered : 463 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601168, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601171, 3] ssh_channel_read_timeout: Read (6) buffered : 457 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601174, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601177, 3] ssh_channel_read_timeout: Read (6) buffered : 451 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601179, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601182, 3] ssh_channel_read_timeout: Read (6) buffered : 445 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601185, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601204, 3] ssh_channel_read_timeout: Read (6) buffered : 439 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601209, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601213, 3] ssh_channel_read_timeout: Read (6) buffered : 433 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601216, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601219, 3] ssh_channel_read_timeout: Read (6) buffered : 427 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601223, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601226, 3] ssh_channel_read_timeout: Read (6) buffered : 421 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601229, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601232, 3] ssh_channel_read_timeout: Read (6) buffered : 415 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601235, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601238, 3] ssh_channel_read_timeout: Read (6) buffered : 409 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601240, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601243, 3] ssh_channel_read_timeout: Read (6) buffered : 403 bytes. Window: 2094950 2024-09-05 16:02:28,655 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601246, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,656 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601248, 3] ssh_channel_read_timeout: Read (6) buffered : 397 bytes. Window: 2094950 2024-09-05 16:02:28,656 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601251, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,656 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601254, 3] ssh_channel_read_timeout: Read (6) buffered : 391 bytes. Window: 2094950 2024-09-05 16:02:28,656 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601257, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << " Read (6) buffered : 385 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601262, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601265, 3] ssh_channel_read_timeout: Read (6) buffered : 379 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601268, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601270, 3] ssh_channel_read_timeout: Read (6) buffered : 373 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601274, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601277, 3] ssh_channel_read_timeout: Read (6) buffered : 367 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601279, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601282, 3] ssh_channel_read_timeout: Read (6) buffered : 361 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601285, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601288, 3] ssh_channel_read_timeout: Read (6) buffered : 355 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601290, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601293, 3] ssh_channel_read_timeout: Read (6) buffered : 349 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601296, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601298, 3] ssh_channel_read_timeout: Read (6) buffered : 343 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,656 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601301, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601304, 3] ssh_channel_read_timeout: Read (6) buffered : 337 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601307, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601310, 3] ssh_channel_read_timeout: Read (6) buffered : 331 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601312, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601315, 3] ssh_channel_read_timeout: Read (6) buffered : 325 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601319, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601322, 3] ssh_channel_read_timeout: Read (6) buffered : 319 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601324, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601327, 3] ssh_channel_read_timeout: Read (6) buffered : 313 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601330, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601333, 3] ssh_channel_read_timeout: Read (6) buffered : 307 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601335, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601338, 3] ssh_channel_read_timeout: Read (6) buffered : 301 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601341, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601344, 3] ssh_channel_read_timeout: Read (6) buffered : 295 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601346, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601349, 3] ssh_channel_read_timeout: Read (6) buffered : 289 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601352, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601355, 3] ssh_channel_read_timeout: Read (6) buffered : 283 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601357, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,657 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601360, 3] ssh_channel_read_timeout: Read (6) buffered : 277 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601363, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601366, 3] ssh_channel_read_timeout: Read (6) buffered : 271 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601369, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601372, 3] ssh_channel_read_timeout: Read (6) buffered : 265 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601374, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601377, 3] ssh_channel_read_timeout: Read (6) buffered : 259 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601380, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601383, 3] ssh_channel_read_timeout: Read (6) buffered : 253 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601385, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601388, 3] ssh_channel_read_timeout: Read (6) buffered : 247 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601391, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601394, 3] ssh_channel_read_timeout: Read (6) buffered : 241 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601397, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601399, 3] ssh_channel_read_timeout: Read (6) buffered : 235 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601402, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601405, 3] ssh_channel_read_timeout: Read (6) buffered : 229 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601409, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601411, 3] ssh_channel_read_timeout: Read (6) buffered : 223 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601414, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601417, 3] ssh_channel_read_timeout: Read (6) buffered : 217 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,658 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601420, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601422, 3] ssh_channel_read_timeout: Read (6) buffered : 211 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601425, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601428, 3] ssh_channel_read_timeout: Read (6) buffered : 205 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601431, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601433, 3] ssh_channel_read_timeout: Read (6) buffered : 199 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601436, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,659 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2]" 2024-09-05 16:02:28,659 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601259, 3] ssh_channel_read_timeout: Read (6) buffered : 385 bytes. Window: 2094950 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601262, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601265, 3] ssh_channel_read_timeout: Read (6) buffered : 379 bytes. Window: 2094950 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601268, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601270, 3] ssh_channel_read_timeout: Read (6) buffered : 373 bytes. Window: 2094950 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601274, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601277, 3] ssh_channel_read_timeout: Read (6) buffered : 367 bytes. Window: 2094950 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601279, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601282, 3] ssh_channel_read_timeout: Read (6) buffered : 361 bytes. Window: 2094950 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601285, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601288, 3] ssh_channel_read_timeout: Read (6) buffered : 355 bytes. Window: 2094950 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601290, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601293, 3] ssh_channel_read_timeout: Read (6) buffered : 349 bytes. Window: 2094950 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601296, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,660 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601298, 3] ssh_channel_read_timeout: Read (6) buffered : 343 bytes. Window: 2094950 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601301, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601304, 3] ssh_channel_read_timeout: Read (6) buffered : 337 bytes. Window: 2094950 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601307, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601310, 3] ssh_channel_read_timeout: Read (6) buffered : 331 bytes. Window: 2094950 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601312, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601315, 3] ssh_channel_read_timeout: Read (6) buffered : 325 bytes. Window: 2094950 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601319, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601322, 3] ssh_channel_read_timeout: Read (6) buffered : 319 bytes. Window: 2094950 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601324, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601327, 3] ssh_channel_read_timeout: Read (6) buffered : 313 bytes. Window: 2094950 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601330, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601333, 3] ssh_channel_read_timeout: Read (6) buffered : 307 bytes. Window: 2094950 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601335, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,661 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601338, 3] ssh_channel_read_timeout: Read (6) buffered : 301 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601341, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601344, 3] ssh_channel_read_timeout: Read (6) buffered : 295 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601346, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601349, 3] ssh_channel_read_timeout: Read (6) buffered : 289 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601352, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601355, 3] ssh_channel_read_timeout: Read (6) buffered : 283 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601357, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601360, 3] ssh_channel_read_timeout: Read (6) buffered : 277 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601363, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601366, 3] ssh_channel_read_timeout: Read (6) buffered : 271 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601369, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601372, 3] ssh_channel_read_timeout: Read (6) buffered : 265 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601374, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601377, 3] ssh_channel_read_timeout: Read (6) buffered : 259 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601380, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601383, 3] ssh_channel_read_timeout: Read (6) buffered : 253 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601385, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601388, 3] ssh_channel_read_timeout: Read (6) buffered : 247 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601391, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601394, 3] ssh_channel_read_timeout: Read (6) buffered : 241 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601397, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601399, 3] ssh_channel_read_timeout: Read (6) buffered : 235 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601402, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601405, 3] ssh_channel_read_timeout: Read (6) buffered : 229 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601409, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601411, 3] ssh_channel_read_timeout: Read (6) buffered : 223 bytes. Window: 2094950 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601414, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,662 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601417, 3] ssh_channel_read_timeout: Read (6) buffered : 217 bytes. Window: 2094950 2024-09-05 16:02:28,663 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601420, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,663 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601422, 3] ssh_channel_read_timeout: Read (6) buffered : 211 bytes. Window: 2094950 2024-09-05 16:02:28,663 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601425, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,663 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601428, 3] ssh_channel_read_timeout: Read (6) buffered : 205 bytes. Window: 2094950 2024-09-05 16:02:28,663 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601431, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,663 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601433, 3] ssh_channel_read_timeout: Read (6) buffered : 199 bytes. Window: 2094950 2024-09-05 16:02:28,663 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601436, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601439, 3] ssh_channel_read_timeout: Read (6) buffered : 193 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601442, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601445, 3] ssh_channel_read_timeout: Read (6) buffered : 187 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601448, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601451, 3] ssh_channel_read_timeout: Read (6) buffered : 181 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601454, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601457, 3] ssh_channel_read_timeout: Read (6) buffered : 175 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,663 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601460, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601463, 3] ssh_channel_read_timeout: Read (6) buffered : 169 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601466, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601469, 3] ssh_channel_read_timeout: Read (6) buffered : 163 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601472, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601475, 3] ssh_channel_read_timeout: Read (6) buffered : 157 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601478, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601481, 3] ssh_channel_read_timeout: Read (6) buffered : 151 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601484, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601487, 3] ssh_channel_read_timeout: Read (6) buffered : 145 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601490, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601493, 3] ssh_channel_read_timeout: Read (6) buffered : 139 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601496, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601499, 3] ssh_channel_read_timeout: Read (6) buffered : 133 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.601502, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.601505, 3] ssh_channel_read_timeout: Read (6) buffered : 127 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.604922, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.604954, 3] ssh_channel_read_timeout: Read (6) buffered : 121 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.604958, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.604961, 3] ssh_channel_read_timeout: Read (6) buffered : 115 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.604963, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,664 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.604966, 3] ssh_channel_read_timeout: Read (6) buffered : 109 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.604968, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.604971, 3] ssh_channel_read_timeout: Read (6) buffered : 103 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.604974, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.604976, 3] ssh_channel_read_timeout: Read (6) buffered : 97 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.604979, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.604981, 3] ssh_channel_read_timeout: Read (6) buffered : 91 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.604984, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.604986, 3] ssh_channel_read_timeout: Read (6) buffered : 85 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.604992, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.604994, 3] ssh_channel_read_timeout: Read (6) buffered : 79 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.604997, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605000, 3] ssh_channel_read_timeout: Read (6) buffered : 73 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605002, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605004, 3] ssh_channel_read_timeout: Read (6) buffered : 67 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605006, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605008, 3] ssh_channel_read_timeout: Read (6) buffered : 61 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,665 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605010, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605013, 3] ssh_channel_read_timeout: Read (6) buffered : 55 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605016, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605018, 3] ssh_channel_read_timeout: Read (6) buffered : 49 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605021, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605024, 3] ssh_channel_read_timeout: Read (6) buffered : 43 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605026, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605029, 3] ssh_channel_read_timeout: Read (6) buffered : 37 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605033, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605035, 3] ssh_channel_read_timeout: Read (6) buffered : 31 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605037, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605040, 3] ssh_channel_read_timeout: Read (6) buffered : 25 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605042, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605045, 3] ssh_channel_read_timeout: Read (6) buffered : 19 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605048, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.605050, 3] ssh_channel_read_timeout: Read (6) buffered : 13 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605052, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:02:28.605054, 3] ssh_channel_read_timeout: Read (6) buffered : 7 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,666 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605057, 3] grow_window: growing window (channel 43:100) to 209" 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601439, 3] ssh_channel_read_timeout: Read (6) buffered : 193 bytes. Window: 2094950 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601442, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601445, 3] ssh_channel_read_timeout: Read (6) buffered : 187 bytes. Window: 2094950 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601448, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601451, 3] ssh_channel_read_timeout: Read (6) buffered : 181 bytes. Window: 2094950 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601454, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601457, 3] ssh_channel_read_timeout: Read (6) buffered : 175 bytes. Window: 2094950 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601460, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601463, 3] ssh_channel_read_timeout: Read (6) buffered : 169 bytes. Window: 2094950 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601466, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601469, 3] ssh_channel_read_timeout: Read (6) buffered : 163 bytes. Window: 2094950 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601472, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601475, 3] ssh_channel_read_timeout: Read (6) buffered : 157 bytes. Window: 2094950 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601478, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601481, 3] ssh_channel_read_timeout: Read (6) buffered : 151 bytes. Window: 2094950 2024-09-05 16:02:28,667 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601484, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601487, 3] ssh_channel_read_timeout: Read (6) buffered : 145 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601490, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601493, 3] ssh_channel_read_timeout: Read (6) buffered : 139 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601496, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601499, 3] ssh_channel_read_timeout: Read (6) buffered : 133 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601502, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.601505, 3] ssh_channel_read_timeout: Read (6) buffered : 127 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604922, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604954, 3] ssh_channel_read_timeout: Read (6) buffered : 121 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604958, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604961, 3] ssh_channel_read_timeout: Read (6) buffered : 115 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604963, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604966, 3] ssh_channel_read_timeout: Read (6) buffered : 109 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604968, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604971, 3] ssh_channel_read_timeout: Read (6) buffered : 103 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604974, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604976, 3] ssh_channel_read_timeout: Read (6) buffered : 97 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604979, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604981, 3] ssh_channel_read_timeout: Read (6) buffered : 91 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604984, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604986, 3] ssh_channel_read_timeout: Read (6) buffered : 85 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604992, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604994, 3] ssh_channel_read_timeout: Read (6) buffered : 79 bytes. Window: 2094950 2024-09-05 16:02:28,668 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.604997, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605000, 3] ssh_channel_read_timeout: Read (6) buffered : 73 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605002, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605004, 3] ssh_channel_read_timeout: Read (6) buffered : 67 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605006, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605008, 3] ssh_channel_read_timeout: Read (6) buffered : 61 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605010, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605013, 3] ssh_channel_read_timeout: Read (6) buffered : 55 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605016, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605018, 3] ssh_channel_read_timeout: Read (6) buffered : 49 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605021, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605024, 3] ssh_channel_read_timeout: Read (6) buffered : 43 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605026, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605029, 3] ssh_channel_read_timeout: Read (6) buffered : 37 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605033, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605035, 3] ssh_channel_read_timeout: Read (6) buffered : 31 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605037, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605040, 3] ssh_channel_read_timeout: Read (6) buffered : 25 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605042, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605045, 3] ssh_channel_read_timeout: Read (6) buffered : 19 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605048, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605050, 3] ssh_channel_read_timeout: Read (6) buffered : 13 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605052, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,669 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605054, 3] ssh_channel_read_timeout: Read (6) buffered : 7 bytes. Window: 2094950 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "7152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:02:28.605059, 3] ssh_channel_read_timeout: Read (1) buffered : 1 bytes. Window: 2094950[\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.605062, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes)[\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[INF]: NP: edit-config error-option "stop-on-error" not supported, rollback-on-error will be performed.[\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.619014, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=204, in_blocks=154][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,669 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:28.619185, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:28.619193, 4] ssh_socket_unbuffered_write: wrote 180[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:02:28.619197, 3] packet_send2: packet: wrote [type=94, len=108, padding_size=11, comp=100, payload=100][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "60[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]X[2024/09/05 14:02:28.619202, 3] channel_write_common: ssh_channel_write wrote 91 bytes[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.619207, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=204, in_blocks=148][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:02:28.619233, 3] packet_send2: packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "5f[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]W[2024/09/05 14:02:28.619236, 3] channel_write_common: ssh_channel_write wrote 6 bytes[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:28.619241, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 100[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:28.619251, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:28.619254, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "36[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0].[INF]: NP: Session 2: thread 1 event new RPC.[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "76[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]n[2024/09/05 14:02:28.629136, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "5d[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]U[2024/09/05 14:02:28.629168, 4] ssh_socket_pollcallback: sending control flow event[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:28.629172, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback[\n]" 2024-09-05 16:02:28,670 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,670 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605057, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,670 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605059, 3] ssh_channel_read_timeout: Read (1) buffered : 1 bytes. Window: 2094950 2024-09-05 16:02:28,670 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.605062, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094950 bytes) 2024-09-05 16:02:28,670 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: NP: edit-config error-option "stop-on-error" not supported, rollback-on-error will be performed. 2024-09-05 16:02:28,670 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619014, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=204, in_blocks=154] 2024-09-05 16:02:28,670 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619185, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:28,670 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619193, 4] ssh_socket_unbuffered_write: wrote 180 2024-09-05 16:02:28,670 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619197, 3] packet_send2: packet: wrote [type=94, len=108, padding_size=11, comp=100, payload=100] 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619202, 3] channel_write_common: ssh_channel_write wrote 91 bytes 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619207, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=204, in_blocks=148] 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619233, 3] packet_send2: packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15] 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619236, 3] channel_write_common: ssh_channel_write wrote 6 bytes 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619241, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 100 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619251, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.619254, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: NP: Session 2: thread 1 event new RPC. 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.629136, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 0 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.629168, 4] ssh_socket_pollcallback: sending control flow event 2024-09-05 16:02:28,671 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.629172, 4] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "75[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]m[2024/09/05 14:02:28.839504, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839504, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLIN ), out buffer 0 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "4e[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]F[2024/09/05 14:02:28.839560, 4] ssh_socket_unbuffered_read: read 196[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839666, 3] ssh_packet_socket_callback: packet: read type 94 [len=128,padding=15,comp=112,payload=112][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:28.839674, 3] ssh_packet_process: Dispatching handler for packet type 94[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/05 14:02:28.839681, 3] channel_rcv_data: Channel receiving 103 bytes data (local win=2094950 remote win=1061849)[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/05 14:02:28.839684, 3] channel_default_bufferize: placing 103 bytes into channel buffer (stdout)[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/05 14:02:28.839687, 3] channel_rcv_data: Channel windows are now (local win=2094847 remote win=1061849)[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.839691, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=204, in_blocks=155][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/05 14:02:28.839699, 3] ssh_channel_read_timeout: Read (6) buffered : 103 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839702, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839706, 3] ssh_channel_read_timeout: Read (6) buffered : 97 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839709, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839711, 3] ssh_channel_read_timeout: Read (6) buffered : 91 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839714, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839717, 3] ssh_channel_read_timeout: Read (6) buffered : 85 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,833 (PowerLogger.java:338) DEBUG : stopKeepAliveThread() on session 2 2024-09-05 16:02:28,833 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839721, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839724, 3] ssh_channel_read_timeout: Read (6) buffered : 79 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839726, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839729, 3] ssh_channel_read_timeout: Read (6) buffered : 73 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839731, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839734, 3] ssh_channel_read_timeout: Read (6) buffered : 67 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839736, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839738, 3] ssh_channel_read_timeout: Read (6) buffered : 61 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839741, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839743, 3] ssh_channel_read_timeout: Read (6) buffered : 55 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839747, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,832 (ImplSsh.java:226) DEBUG : Failed to ping the session(localhost:32791_ID2339021) to verify that it is up and running. Session has probably been lost.isConnected failure reason: java.io.IOException: The ping request failed. at com.trilead.ssh2.channel.ChannelManager.requestChannelTrileadPing(ChannelManager.java:638) at com.trilead.ssh2.Session.ping(Session.java:388) at com.ericsson.commonlibrary.remotecli.ImplSsh.isConnectedImpl(ImplSsh.java:222) at com.ericsson.commonlibrary.remotecli.AbstractCli.isConnected(AbstractCli.java:182) at com.ericsson.commonlibrary.remotecli.DecoratorCore$Core.isConnected(DecoratorCore.java:118) at com.ericsson.commonlibrary.remotecli.Decorator.isConnected(Decorator.java:97) at com.ericsson.commonlibrary.remotecli.DecoratorKeepAlive.lambda$startKeepAliveThread$0(DecoratorKeepAlive.java:56) at com.ericsson.commonlibrary.remotecli.ThreadUtil.lambda$decorateWithMDC$1(ThreadUtil.java:184) at com.ericsson.commonlibrary.remotecli.ThreadUtil.lambda$decorateWithThreadNaming$3(ThreadUtil.java:203) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.io.IOException: This SSH2 channel is not open. state: 4 at com.trilead.ssh2.channel.ChannelManager.ioException(ChannelManager.java:1542) at com.trilead.ssh2.channel.ChannelManager.waitForChannelRequestResult(ChannelManager.java:169) at com.trilead.ssh2.channel.ChannelManager.requestChannelTrileadPing(ChannelManager.java:631) ... 13 more Caused by: java.io.IOException: Close requested by remote at com.trilead.ssh2.channel.Channel.setReasonClosed(Channel.java:333) at com.trilead.ssh2.channel.ChannelManager.msgChannelClose(ChannelManager.java:1253) at com.trilead.ssh2.channel.ChannelManager.handleMessage(ChannelManager.java:1474) at com.trilead.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:817) at com.trilead.ssh2.transport.TransportManager$1.run(TransportManager.java:508) ... 1 more 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839749, 3] ssh_channel_read_timeout: Read (6) buffered : 49 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839752, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839755, 3] ssh_channel_read_timeout: Read (6) buffered : 43 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839758, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839762, 3] ssh_channel_read_timeout: Read (6) buffered : 37 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839764, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839767, 3] ssh_channel_read_timeout: Read (6) buffered : 31 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,834 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839770, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839773, 3] ssh_channel_read_timeout: Read (6) buffered : 25 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839775, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839777, 3] ssh_channel_read_timeout: Read (6) buffered : 19 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839781, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/05 14:02:28.839783, 3] ssh_channel_read_timeout: Read (6) buffered : 13 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839786, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:02:28.839789, 3] ssh_channel_read_timeout: Read (6) buffered : 7 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,835 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839560, 4] ssh_socket_unbuffered_read: read 196 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839666, 3] ssh_packet_socket_callback: packet: read type 94 [len=128,padding=15,comp=112,payload=112] 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839674, 3] ssh_packet_process: Dispatching handler for packet type 94 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839681, 3] channel_rcv_data: Channel receiving 103 bytes data (local win=2094950 remote win=1061849) 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839684, 3] channel_default_bufferize: placing 103 bytes into channel buffer (stdout) 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839687, 3] channel_rcv_data: Channel windows are now (local win=2094847 remote win=1061849) 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839691, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=204, in_blocks=155] 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839699, 3] ssh_channel_read_timeout: Read (6) buffered : 103 bytes. Window: 2094847 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839702, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839706, 3] ssh_channel_read_timeout: Read (6) buffered : 97 bytes. Window: 2094847 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839709, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839711, 3] ssh_channel_read_timeout: Read (6) buffered : 91 bytes. Window: 2094847 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839714, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839717, 3] ssh_channel_read_timeout: Read (6) buffered : 85 bytes. Window: 2094847 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839721, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839724, 3] ssh_channel_read_timeout: Read (6) buffered : 79 bytes. Window: 2094847 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839726, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,835 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839729, 3] ssh_channel_read_timeout: Read (6) buffered : 73 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839731, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839734, 3] ssh_channel_read_timeout: Read (6) buffered : 67 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839736, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839738, 3] ssh_channel_read_timeout: Read (6) buffered : 61 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839741, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839743, 3] ssh_channel_read_timeout: Read (6) buffered : 55 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839747, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839749, 3] ssh_channel_read_timeout: Read (6) buffered : 49 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839752, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839755, 3] ssh_channel_read_timeout: Read (6) buffered : 43 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839758, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839762, 3] ssh_channel_read_timeout: Read (6) buffered : 37 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839764, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839767, 3] ssh_channel_read_timeout: Read (6) buffered : 31 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839770, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839773, 3] ssh_channel_read_timeout: Read (6) buffered : 25 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839775, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839777, 3] ssh_channel_read_timeout: Read (6) buffered : 19 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839781, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839783, 3] ssh_channel_read_timeout: Read (6) buffered : 13 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839786, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,836 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839789, 3] ssh_channel_read_timeout: Read (6) buffered : 7 bytes. Window: 2094847 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839793, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/05 14:02:28.839796, 3] ssh_channel_read_timeout: Read (1) buffered : 1 bytes. Window: 2094847[\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/05 14:02:28.839798, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes)[\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.839871, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=210, in_blocks=161][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:28.840196, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:28.840215, 4] ssh_socket_unbuffered_write: wrote 180[\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]" 2024-09-05 16:02:28,836 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/05 14:02:28.840219, 3] packet_send2: packet: wrote [type=94, len=108, padding_size=11, comp=100, payload=100][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "60[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]X[2024/09/05 14:02:28.840223, 3] channel_write_common: ssh_channel_write wrote 91 bytes[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.840229, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=210, in_blocks=155][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/05 14:02:28.840289, 3] packet_send2: packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "5f[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]W[2024/09/05 14:02:28.840294, 3] channel_write_common: ssh_channel_write wrote 6 bytes[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/05 14:02:28.840304, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 100[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:28.840329, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "50[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]H[2024/09/05 14:02:28.840332, 4] ssh_socket_unbuffered_write: wrote 100[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "36[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0].[INF]: NP: Session 2: thread 2 event new RPC.[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "41[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]9[INF]: NP: Session 2: thread 2 event session terminated.[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "3e[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]6[INF]: NP: Generated new event (netconf-session-end).[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.840631, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=210, in_blocks=155][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:28.840675, 3] packet_send2: packet: wrote [type=96, len=12, padding_size=10, comp=5, payload=5][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "65[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]][2024/09/05 14:02:28.840679, 3] ssh_channel_send_eof: Sent a EOF on client channel (43:100)[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "77[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]o[2024/09/05 14:02:28.840684, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 84[\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:28,837 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:28.840703, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:02:28.840707, 4] ssh_socket_unbuffered_write: wrote 84[\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.840716, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=210, in_blocks=155][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/05 14:02:28.840737, 3] packet_send2: packet: wrote [type=97, len=12, padding_size=10, comp=5, payload=5][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/05 14:02:28.840742, 3] ssh_channel_close: Sent a close on client channel (43:100)[\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "77[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]o[2024/09/05 14:02:28.840745, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 84[\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/05 14:02:28.840753, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket[\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "4f[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]G[2024/09/05 14:02:28.840755, 4] ssh_socket_unbuffered_write: wrote 84[\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.840764, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=211, in_blocks=156][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "7c[\r][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]t[2024/09/05 14:02:28.840783, 3] packet_send2: packet: wrote [type=1, len=28, padding_size=11, comp=20, payload=20][\n]" 2024-09-05 16:02:28,839 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]" 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839793, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839796, 3] ssh_channel_read_timeout: Read (1) buffered : 1 bytes. Window: 2094847 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839798, 3] grow_window: growing window (channel 43:100) to 2097152 bytes : not needed (2094847 bytes) 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.839871, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=210, in_blocks=161] 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840196, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840215, 4] ssh_socket_unbuffered_write: wrote 180 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840219, 3] packet_send2: packet: wrote [type=94, len=108, padding_size=11, comp=100, payload=100] 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840223, 3] channel_write_common: ssh_channel_write wrote 91 bytes 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840229, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=210, in_blocks=155] 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840289, 3] packet_send2: packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15] 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840294, 3] channel_write_common: ssh_channel_write wrote 6 bytes 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840304, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 100 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840329, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840332, 4] ssh_socket_unbuffered_write: wrote 100 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: NP: Session 2: thread 2 event new RPC. 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: NP: Session 2: thread 2 event session terminated. 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [INF]: NP: Generated new event (netconf-session-end). 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840631, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=210, in_blocks=155] 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840675, 3] packet_send2: packet: wrote [type=96, len=12, padding_size=10, comp=5, payload=5] 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840679, 3] ssh_channel_send_eof: Sent a EOF on client channel (43:100) 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840684, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 84 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840703, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840707, 4] ssh_socket_unbuffered_write: wrote 84 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840716, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=210, in_blocks=155] 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840737, 3] packet_send2: packet: wrote [type=97, len=12, padding_size=10, comp=5, payload=5] 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840742, 3] ssh_channel_close: Sent a close on client channel (43:100) 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840745, 4] ssh_socket_pollcallback: Poll callback on socket 52 (POLLOUT ), out buffer 84 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840753, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840755, 4] ssh_socket_unbuffered_write: wrote 84 2024-09-05 16:02:28,839 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840764, 3] ssh_packet_need_rekey: rekey: [data_rekey_needed=0, out_blocks=211, in_blocks=156] 2024-09-05 16:02:28,840 (Slf4jLogConsumer.java:73) INFO : STDERR: [2024/09/05 14:02:28.840783, 3] packet_send2: packet: wrote [type=1, len=28, padding_size=11, comp=20, payload=20] 2024-09-05 16:02:28,858 (AbstractCli.java:90) DEBUG : Disconnecting cli 2024-09-05 16:02:28,858 (ImplSsh.java:163) DEBUG : Disconnecting ssh connection: localhost:32791_ID2339021 2024-09-05 16:02:28,859 (ImplSsh.java:179) DEBUG : Done disconnecting ssh connection: localhost:32791_ID2339021 2024-09-05 16:02:28,859 (AbstractCli.java:92) DEBUG : Done disconnecting cli 2024-09-05 16:02:28,859 (Ssh.java:119) DEBUG : The SSH session,'2', is successfully closed
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Jakub Jelen <jjelen@xxxxxxxxxx> |
Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Mikael Petterson <mikael.petterson@xxxxxxxxxxxx> |
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Jakub Jelen <jjelen@xxxxxxxxxx> |
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Jakub Jelen <jjelen@xxxxxxxxxx> |
RE: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Mikael Petterson <mikael.petterson@xxxxxxxxxxxx> |
RE: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Mikael Petterson <mikael.petterson@xxxxxxxxxxxx> |
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Jakub Jelen <jjelen@xxxxxxxxxx> |
RE: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Mikael Petterson <mikael.petterson@xxxxxxxxxxxx> |
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Jakub Jelen <jjelen@xxxxxxxxxx> |
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Michal Vasko <mvasko@xxxxxxxxx> |
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown | Jakub Jelen <jjelen@xxxxxxxxxx> |