Skip to content

Conversation

@gesellix
Copy link
Contributor

@gesellix gesellix commented Nov 2, 2025

Test with TTY=false for now, fix TTY=true later

@github-actions
Copy link
Contributor

github-actions bot commented Nov 2, 2025

Test Results

 34 files  +17   34 suites  +17   17m 6s ⏱️ + 14m 28s
 99 tests ± 0   92 ✅  -  5   2 💤 ±0  5 ❌ +5 
198 runs  +99  182 ✅ +85  11 💤 +9  5 ❌ +5 

For more details on these failures, see this check.

Results for commit 60b0517. ± Comparison against base commit a4cf0be.

♻️ This comment has been updated with latest results.

@gesellix
Copy link
Contributor Author

gesellix commented Nov 2, 2025

The failing Windows build is unrelated to the "attach" integration test:

...

2025-11-02T18:40:27.6968751Z ContainerApiIntegrationTest > containerAttachInteractive() STANDARD_OUT
2025-11-02T18:40:27.6970277Z     18:40:27.654 [Test worker @coroutine#73] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=2025-07-27T22-12-00, error=null, errorDetail=null, status=Pulling from ***/echo-server, progress=null, progressDetail=null)
2025-11-02T18:40:27.6972144Z     18:40:27.682 [Test worker @coroutine#73] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=null, error=null, errorDetail=null, status=Digest: sha256:e07c7a757334d40c56035c74d4e46a6c4b0295fe6cb8fd22c0db81b5f8670365, progress=null, progressDetail=null)
2025-11-02T18:40:27.6975272Z     18:40:27.682 [Test worker @coroutine#73] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=null, error=null, errorDetail=null, status=Status: Image is up to date for ***/echo-server:2025-07-27T22-12-00, progress=null, progressDetail=null)
2025-11-02T18:40:27.7954019Z     ignoring Client error : 404 Not Found
2025-11-02T18:40:28.4028447Z     18:40:28.335 [Test worker @coroutine#75] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=2025-07-27T22-12-00, error=null, errorDetail=null, status=Pulling from ***/echo-server, progress=null, progressDetail=null)
2025-11-02T18:40:28.4030811Z     18:40:28.361 [Test worker @coroutine#75] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=null, error=null, errorDetail=null, status=Digest: sha256:e07c7a757334d40c56035c74d4e46a6c4b0295fe6cb8fd22c0db81b5f8670365, progress=null, progressDetail=null)
2025-11-02T18:40:28.4032762Z     18:40:28.361 [Test worker @coroutine#75] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=null, error=null, errorDetail=null, status=Status: Image is up to date for ***/echo-server:2025-07-27T22-12-00, progress=null, progressDetail=null)
2025-11-02T18:40:29.6096530Z     attachInput, sending data...
2025-11-02T18:40:29.6098856Z     ... data sent
2025-11-02T18:40:29.6100047Z     18:40:29.596 [Thread-15 @coroutine#77] INFO  d.g.d.r.a.c.LogFrameStreamCallback - next: Frame{streamType=STDOUT, payload=#hello echo#}
2025-11-02T18:40:35.2963062Z 

...

2025-11-02T18:43:17.0000028Z ServiceApiIntegrationTest > serviceList() FAILED
2025-11-02T18:43:17.0001535Z     {"message":"Get \"https://registry-1.docker.io/v2/\": read tcp 10.1.0.138:55415->3.226.174.74:443: wsarecv: An established connection was aborted by the software in your host machine."}
2025-11-02T18:43:17.0003291Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt:616)
2025-11-02T18:43:17.0004145Z         at de.***.docker.remote.api.client.ImageApi.imageCreate$default(ImageApi.kt:557)
2025-11-02T18:43:17.0004771Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt)
2025-11-02T18:43:17.0005372Z         at de.***.docker.remote.api.testutil.TestImage.prepare(TestImage.java:26)
2025-11-02T18:43:17.0005952Z         at de.***.docker.remote.api.testutil.TestImage.<init>(TestImage.java:22)
2025-11-02T18:43:17.0006732Z         at de.***.docker.remote.api.client.ServiceApiIntegrationTest.setup(ServiceApiIntegrationTest.java:74)
2025-11-02T18:43:22.6032691Z 
2025-11-02T18:43:22.6033473Z ServiceApiIntegrationTest > serviceLogs() SKIPPED
2025-11-02T18:43:29.0965946Z 
2025-11-02T18:43:29.0966912Z ServiceApiIntegrationTest > serviceCreateInspectUpdateDelete() FAILED
2025-11-02T18:43:29.0968576Z     {"message":"Head \"https://registry-1.docker.io/v2/***/echo-server/manifests/2025-07-27T22-12-00\": read tcp 10.1.0.138:55742->18.211.64.178:443: wsarecv: An established connection was aborted by the software in your host machine."}
2025-11-02T18:43:29.0969842Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt:616)
2025-11-02T18:43:29.0970612Z         at de.***.docker.remote.api.client.ImageApi.imageCreate$default(ImageApi.kt:557)
2025-11-02T18:43:29.0971338Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt)
2025-11-02T18:43:29.0972050Z         at de.***.docker.remote.api.testutil.TestImage.prepare(TestImage.java:26)
2025-11-02T18:43:29.0972756Z         at de.***.docker.remote.api.testutil.TestImage.<init>(TestImage.java:22)
2025-11-02T18:43:29.0973670Z         at de.***.docker.remote.api.client.ServiceApiIntegrationTest.setup(ServiceApiIntegrationTest.java:74)
2025-11-02T18:43:52.8022680Z 
2025-11-02T18:43:52.8023701Z SystemApiIntegrationTest > systemPingHead() STANDARD_OUT
2025-11-02T18:43:52.8024910Z     18:43:52.728 [Test worker @coroutine#159] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=2025-07-27T22-12-00, error=null, errorDetail=null, status=Pulling from ***/echo-server, progress=null, progressDetail=null)
2025-11-02T18:43:52.8026610Z     18:43:52.764 [Test worker @coroutine#159] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=null, error=null, errorDetail=null, status=Digest: sha256:e07c7a757334d40c56035c74d4e46a6c4b0295fe6cb8fd22c0db81b5f8670365, progress=null, progressDetail=null)
2025-11-02T18:43:52.8028225Z     18:43:52.764 [Test worker @coroutine#159] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=null, error=null, errorDetail=null, status=Status: Image is up to date for ***/echo-server:2025-07-27T22-12-00, progress=null, progressDetail=null)
2025-11-02T18:43:53.5516462Z 
2025-11-02T18:43:53.5517561Z SystemApiIntegrationTest > systemVersion() STANDARD_OUT
2025-11-02T18:43:53.5520720Z     18:43:53.384 [Test worker @coroutine#161] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=2025-07-27T22-12-00, error=null, errorDetail=null, status=Pulling from ***/echo-server, progress=null, progressDetail=null)
2025-11-02T18:43:53.5525559Z     18:43:53.416 [Test worker @coroutine#161] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=null, error=null, errorDetail=null, status=Digest: sha256:e07c7a757334d40c56035c74d4e46a6c4b0295fe6cb8fd22c0db81b5f8670365, progress=null, progressDetail=null)
2025-11-02T18:43:53.5529799Z     18:43:53.416 [Test worker @coroutine#161] INFO  d.g.d.r.api.core.LoggingCallback - CreateImageInfo(id=null, error=null, errorDetail=null, status=Status: Image is up to date for ***/echo-server:2025-07-27T22-12-00, progress=null, progressDetail=null)
2025-11-02T18:43:53.6016567Z 
2025-11-02T18:43:53.6017783Z SystemApiIntegrationTest > systemAuthWhenAuthorized() FAILED
2025-11-02T18:43:53.6019985Z     {"message":"Get \"https://registry-1.docker.io/v2/\": dial tcp 44.206.182.249:443: connectex: An established connection was aborted by the software in your host machine."}
2025-11-02T18:43:53.6022488Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt:616)
2025-11-02T18:43:53.6023692Z         at de.***.docker.remote.api.client.ImageApi.imageCreate$default(ImageApi.kt:557)
2025-11-02T18:43:53.6024798Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt)
2025-11-02T18:43:53.6026265Z         at de.***.docker.remote.api.testutil.TestImage.prepare(TestImage.java:26)
2025-11-02T18:43:53.6027774Z         at de.***.docker.remote.api.testutil.TestImage.<init>(TestImage.java:22)
2025-11-02T18:43:53.6029465Z         at de.***.docker.remote.api.client.SystemApiIntegrationTest.setup(SystemApiIntegrationTest.java:57)
2025-11-02T18:43:53.6959205Z 
2025-11-02T18:43:53.6959966Z SystemApiIntegrationTest > systemEvents() FAILED
2025-11-02T18:43:53.6961260Z     {"message":"Get \"https://registry-1.docker.io/v2/\": dial tcp: lookup registry-1.docker.io: no such host"}
2025-11-02T18:43:53.6964248Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt:616)
2025-11-02T18:43:53.6993827Z         at de.***.docker.remote.api.client.ImageApi.imageCreate$default(ImageApi.kt:557)
2025-11-02T18:43:53.6995045Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt)
2025-11-02T18:43:53.6996430Z         at de.***.docker.remote.api.testutil.TestImage.prepare(TestImage.java:26)
2025-11-02T18:43:53.6997950Z         at de.***.docker.remote.api.testutil.TestImage.<init>(TestImage.java:22)
2025-11-02T18:43:53.7003853Z         at de.***.docker.remote.api.client.SystemApiIntegrationTest.setup(SystemApiIntegrationTest.java:57)
2025-11-02T18:43:53.7004516Z 
2025-11-02T18:43:53.7005043Z SystemApiIntegrationTest > systemDataUsage() FAILED
2025-11-02T18:43:53.7005848Z     {"message":"Get \"https://registry-1.docker.io/v2/\": dial tcp: lookup registry-1.docker.io: no such host"}
2025-11-02T18:43:53.7006534Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt:616)
2025-11-02T18:43:53.7007152Z         at de.***.docker.remote.api.client.ImageApi.imageCreate$default(ImageApi.kt:557)
2025-11-02T18:43:53.7007745Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt)
2025-11-02T18:43:53.7008307Z         at de.***.docker.remote.api.testutil.TestImage.prepare(TestImage.java:26)
2025-11-02T18:43:53.7008888Z         at de.***.docker.remote.api.testutil.TestImage.<init>(TestImage.java:22)
2025-11-02T18:43:53.7009725Z         at de.***.docker.remote.api.client.SystemApiIntegrationTest.setup(SystemApiIntegrationTest.java:57)
2025-11-02T18:43:53.7010104Z 
2025-11-02T18:43:53.7010231Z SystemApiIntegrationTest > systemInfo() FAILED
2025-11-02T18:43:53.7010976Z     {"message":"Get \"https://registry-1.docker.io/v2/\": dial tcp: lookup registry-1.docker.io: no such host"}
2025-11-02T18:43:53.7011941Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt:616)
2025-11-02T18:43:53.7012549Z         at de.***.docker.remote.api.client.ImageApi.imageCreate$default(ImageApi.kt:557)
2025-11-02T18:43:53.7013415Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt)
2025-11-02T18:43:53.7013991Z         at de.***.docker.remote.api.testutil.TestImage.prepare(TestImage.java:26)
2025-11-02T18:43:53.7014550Z         at de.***.docker.remote.api.testutil.TestImage.<init>(TestImage.java:22)
2025-11-02T18:43:53.7015243Z         at de.***.docker.remote.api.client.SystemApiIntegrationTest.setup(SystemApiIntegrationTest.java:57)
2025-11-02T18:43:53.7959240Z 
2025-11-02T18:43:53.7960458Z SystemApiIntegrationTest > systemPing() FAILED
2025-11-02T18:43:53.7962102Z     {"message":"Get \"https://registry-1.docker.io/v2/\": dial tcp: lookup registry-1.docker.io: no such host"}
2025-11-02T18:43:53.7963530Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt:616)
2025-11-02T18:43:53.7994231Z         at de.***.docker.remote.api.client.ImageApi.imageCreate$default(ImageApi.kt:557)
2025-11-02T18:43:53.7995263Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt)
2025-11-02T18:43:53.7995863Z         at de.***.docker.remote.api.testutil.TestImage.prepare(TestImage.java:26)
2025-11-02T18:43:53.7996450Z         at de.***.docker.remote.api.testutil.TestImage.<init>(TestImage.java:22)
2025-11-02T18:43:53.7997163Z         at de.***.docker.remote.api.client.SystemApiIntegrationTest.setup(SystemApiIntegrationTest.java:57)
2025-11-02T18:43:53.7997522Z 
2025-11-02T18:43:53.7997720Z SystemApiIntegrationTest > systemAuthWhenUnauthorized() FAILED
2025-11-02T18:43:53.7998425Z     {"message":"Get \"https://registry-1.docker.io/v2/\": dial tcp: lookup registry-1.docker.io: no such host"}
2025-11-02T18:43:53.7999125Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt:616)
2025-11-02T18:43:53.7999748Z         at de.***.docker.remote.api.client.ImageApi.imageCreate$default(ImageApi.kt:557)
2025-11-02T18:43:53.8000325Z         at de.***.docker.remote.api.client.ImageApi.imageCreate(ImageApi.kt)
2025-11-02T18:43:53.8000894Z         at de.***.docker.remote.api.testutil.TestImage.prepare(TestImage.java:26)
2025-11-02T18:43:53.8001455Z         at de.***.docker.remote.api.testutil.TestImage.<init>(TestImage.java:22)
2025-11-02T18:43:53.8002363Z         at de.***.docker.remote.api.client.SystemApiIntegrationTest.setup(SystemApiIntegrationTest.java:57)
2025-11-02T18:43:55.2065728Z 

...

Test with TTY=false for now, fix TTY=true later
@gesellix gesellix marked this pull request as ready for review November 2, 2025 19:26
@gesellix gesellix merged commit 3abc4f7 into main Nov 2, 2025
5 of 8 checks passed
@gesellix gesellix deleted the attach-windows branch November 2, 2025 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants