Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docker): Update jetty base image #124

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

set the same jetty version in both Dockerfiles

81b21f1
Select commit
Loading
Failed to load commit list.
Open

chore(docker): Update jetty base image #124

set the same jetty version in both Dockerfiles
81b21f1
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Jenkins failed Nov 7, 2023 in 3m 51s

Verify Container: error in 'sh' step

Verify Container / Shell Script

Error in sh step, with arguments wget --debug -O /dev/null --retry-connrefused --timeout 120 --tries=15 http://localhost:8080/versions.

script returned exit code 8
Build log
[2023-11-07T16:55:16.829Z] + wget --debug -O /dev/null --retry-connrefused --timeout 120 --tries=15 http://localhost:8080/versions
[2023-11-07T16:55:17.030Z] Setting --output-document (outputdocument) to /dev/null
[2023-11-07T16:55:17.030Z] Setting --retry-connrefused (retryconnrefused) to 1
[2023-11-07T16:55:17.030Z] Setting --timeout (timeout) to 120
[2023-11-07T16:55:17.030Z] Setting --tries (tries) to 15
[2023-11-07T16:55:17.030Z] DEBUG output created by Wget 1.21.2 on linux-gnu.
[2023-11-07T16:55:17.030Z] 
[2023-11-07T16:55:17.031Z] Reading HSTS entries from /home/jenkins/.wget-hsts
[2023-11-07T16:55:17.031Z] URI encoding = ‘UTF-8’
[2023-11-07T16:55:17.031Z] --2023-11-07 16:55:16--  http://localhost:8080/versions
[2023-11-07T16:55:17.031Z] Resolving localhost (localhost)... 127.0.0.1
[2023-11-07T16:55:17.031Z] Caching localhost => 127.0.0.1
[2023-11-07T16:55:17.031Z] Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
[2023-11-07T16:55:17.031Z] Created socket 4.
[2023-11-07T16:55:17.031Z] Releasing 0x000055cfcf4eebc0 (new refcount 1).
[2023-11-07T16:55:17.031Z] 
[2023-11-07T16:55:17.031Z] ---request begin---
[2023-11-07T16:55:17.031Z] GET /versions HTTP/1.1
[2023-11-07T16:55:17.031Z] Host: localhost:8080
[2023-11-07T16:55:17.031Z] User-Agent: Wget/1.21.2
[2023-11-07T16:55:17.031Z] Accept: */*
[2023-11-07T16:55:17.032Z] Accept-Encoding: identity
[2023-11-07T16:55:17.032Z] Connection: Keep-Alive
[2023-11-07T16:55:17.032Z] 
[2023-11-07T16:55:17.032Z] ---request end---
[2023-11-07T16:55:17.032Z] HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
[2023-11-07T16:55:17.032Z] Closed fd 4
[2023-11-07T16:55:17.032Z] Retrying.
[2023-11-07T16:55:17.032Z] 
[2023-11-07T16:55:18.034Z] --2023-11-07 16:55:17--  (try: 2)  http://localhost:8080/versions
[2023-11-07T16:55:18.034Z] Found localhost in host_name_addresses_map (0x55cfcf4eebc0)
[2023-11-07T16:55:18.034Z] Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
[2023-11-07T16:55:18.034Z] Created socket 4.
[2023-11-07T16:55:18.034Z] Releasing 0x000055cfcf4eebc0 (new refcount 1).
[2023-11-07T16:55:18.034Z] 
[2023-11-07T16:55:18.034Z] ---request begin---
[2023-11-07T16:55:18.034Z] GET /versions HTTP/1.1
[2023-11-07T16:55:18.034Z] Host: localhost:8080
[2023-11-07T16:55:18.034Z] User-Agent: Wget/1.21.2
[2023-11-07T16:55:18.034Z] Accept: */*
[2023-11-07T16:55:18.034Z] Accept-Encoding: identity
[2023-11-07T16:55:18.034Z] Connection: Keep-Alive
[2023-11-07T16:55:18.034Z] 
[2023-11-07T16:55:18.035Z] ---request end---
[2023-11-07T16:55:18.035Z] HTTP request sent, awaiting response... 
[2023-11-07T16:55:18.035Z] ---response begin---
[2023-11-07T16:55:18.035Z] HTTP/1.1 404 Not Found
[2023-11-07T16:55:18.035Z] Server: Jetty(12.0.1)
[2023-11-07T16:55:18.035Z] Cache-Control: must-revalidate,no-cache,no-store
[2023-11-07T16:55:18.035Z] Content-Type: text/html;charset=iso-8859-1
[2023-11-07T16:55:18.035Z] Content-Length: 427
[2023-11-07T16:55:18.035Z] 
[2023-11-07T16:55:18.035Z] ---response end---
[2023-11-07T16:55:18.035Z] 404 Not Found
[2023-11-07T16:55:18.035Z] Registered socket 4 for persistent reuse.
[2023-11-07T16:55:18.035Z] URI content encoding = ‘iso-8859-1’
[2023-11-07T16:55:18.035Z] Skipping 427 bytes of body: [<html>
[2023-11-07T16:55:18.035Z] <head>
[2023-11-07T16:55:18.035Z] <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
[2023-11-07T16:55:18.035Z] <title>Error 404 Not Found</title>
[2023-11-07T16:55:18.035Z] </head>
[2023-11-07T16:55:18.035Z] <body>
[2023-11-07T16:55:18.035Z] <h2>HTTP ERROR 404 Not Found</h2>
[2023-11-07T16:55:18.035Z] <table>
[2023-11-07T16:55:18.035Z] <tr><th>URI:</th><td>http://localhost:8080/versions</td></tr>
[2023-11-07T16:55:18.035Z] <tr><th>STATUS:</th><td>404</td></tr>
[2023-11-07T16:55:18.036Z] <tr><th>MESSAGE:</th><td>Not Found</td></tr>
[2023-11-07T16:55:18.036Z] </table>
[2023-11-07T16:55:18.036Z] <hr/><a href="https://eclipse.org/jetty">Powered by Jetty:// 12.0.1</a><hr/>
[2023-11-07T16:55:18.036Z] 
[2023-11-07T16:55:18.036Z] </body>
[2023-11-07T16:55:18.036Z] </html>
[2023-11-07T16:55:18.036Z] ] done.
[2023-11-07T16:55:18.036Z] 2023-11-07 16:55:18 ERROR 404: Not Found.
[2023-11-07T16:55:18.036Z] 

Details

  • Checkout (11 sec)
    • Generate Plugin Data (52 sec)
    • Build (2 min 21 sec)
    • Containerize (16 sec)
    • Verify Container (3.1 sec)
      Error: script returned exit code 8