GoogleContainerTools / jib

🏗 Build container images for your Java applications.
Apache License 2.0
13.5k stars 1.42k forks source link

test: verify jibCli integration test on macos #4269

Open mpeddada1 opened 1 month ago

mpeddada1 commented 1 month ago

Thank you for your interest in contributing! For general guidelines, please refer to the contributing guide.

Please follow the guidelines below before opening an issue or a PR:

Fixes # 🛠️

mpeddada1 commented 1 month ago

Stacktrace:

com.google.cloud.tools.jib.cli.WarCommandTest > testWar_jetty STANDARD_ERROR
    [ERROR] I/O error for image [[registry-1.docker.io/library/jetty](https://www.google.com/url?q=http://registry-1.docker.io/library/jetty&sa=D)]:
    [ERROR]     org.apache.http.ConnectionClosedException
    [ERROR]     Premature end of Content-Length delimited message body (expected: 158,511,802; received: 45,361,445)
    [ERROR] java.util.concurrent.ExecutionException: org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 158,511,802; received: 45,361,445)
mpeddada1 commented 1 month ago

On the other hand, com.google.cloud.tools.jib.cli.WarCommandTest > testWar_customJettySpecified passed. This failure is restricted to the jetty:latest docker image