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

Failure while running plugin BOM processes #4517

Closed
darinpope opened this issue Jan 28, 2025 · 1 comment
Closed

Failure while running plugin BOM processes #4517

darinpope opened this issue Jan 28, 2025 · 1 comment

Comments

@darinpope
Copy link
Collaborator

darinpope commented Jan 28, 2025

Service(s)

ci.jenkins.io

Summary

I've been successful in adding a plugin to the plugin BOM today (2025-01-28). However, starting around 10:55p UTC, I started having issues with:

https://ci.jenkins.io/job/Tools/job/bom/view/change-requests/job/PR-4342/

The first run failed with:

[ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.44.1:check (default) on project parent: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.44.1:check failed: java.io.IOException: Failed to load eclipse groovy formatter: java.lang.RuntimeException: org.tukaani.xz.XZFormatException: Input is not in the XZ format -> [Help 1]

The 2nd and 3rd runs failed with:

[2025-01-28T23:12:34.938Z] [ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.44.1:check (default) on project parent: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.44.1:check failed: java.io.IOException: Failed to load eclipse groovy formatter: java.lang.UnsupportedOperationException: We could not parse the content at https://download.eclipse.org/eclipse/updates/4.32/categories/p2.index:
[2025-01-28T23:12:34.938Z] [ERROR] 
[2025-01-28T23:12:34.938Z] [ERROR] <html>
[2025-01-28T23:12:34.938Z] [ERROR]   <head>
[2025-01-28T23:12:34.938Z] [ERROR]     <meta name="viewport" content="width=device-width, initial-scale=1">
[2025-01-28T23:12:34.938Z] [ERROR] 
[2025-01-28T23:12:34.938Z] [ERROR]     <style type="text/css">
[2025-01-28T23:12:34.938Z] [ERROR]       body {
[2025-01-28T23:12:34.938Z] [ERROR]         font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
[2025-01-28T23:12:34.938Z] [ERROR]         line-height: 1.66666667;
[2025-01-28T23:12:34.938Z] [ERROR]         font-size: 16px;
[2025-01-28T23:12:34.938Z] [ERROR]         color: #333;
[2025-01-28T23:12:34.938Z] [ERROR]         background-color: #fff;
[2025-01-28T23:12:34.938Z] [ERROR]         margin: 2em 1em;
[2025-01-28T23:12:34.938Z] [ERROR]       }
[2025-01-28T23:12:34.938Z] [ERROR]       h1 {
[2025-01-28T23:12:34.938Z] [ERROR]         font-size: 28px;
[2025-01-28T23:12:34.938Z] [ERROR]         font-weight: 400;
[2025-01-28T23:12:34.938Z] [ERROR]       }
[2025-01-28T23:12:34.938Z] [ERROR]       p {
[2025-01-28T23:12:34.938Z] [ERROR]         margin: 0 0 10px;
[2025-01-28T23:12:34.938Z] [ERROR]       }
[2025-01-28T23:12:34.938Z] [ERROR]       .alert.alert-info {
[2025-01-28T23:12:34.938Z] [ERROR]         background-color: #F0F0F0;
[2025-01-28T23:12:34.938Z] [ERROR]         margin-top: 30px;
[2025-01-28T23:12:34.938Z] [ERROR]         padding: 30px;
[2025-01-28T23:12:34.939Z] [ERROR]       }
[2025-01-28T23:12:34.939Z] [ERROR]       .alert p {
[2025-01-28T23:12:34.939Z] [ERROR]         padding-left: 35px;
[2025-01-28T23:12:34.939Z] [ERROR]       }
[2025-01-28T23:12:34.939Z] [ERROR]       ul {
[2025-01-28T23:12:34.939Z] [ERROR]         padding-left: 51px;
[2025-01-28T23:12:34.939Z] [ERROR]         position: relative;
[2025-01-28T23:12:34.939Z] [ERROR]       }
[2025-01-28T23:12:34.939Z] [ERROR]       li {
[2025-01-28T23:12:34.939Z] [ERROR]         font-size: 14px;
[2025-01-28T23:12:34.939Z] [ERROR]         margin-bottom: 1em;
[2025-01-28T23:12:34.939Z] [ERROR]       }
[2025-01-28T23:12:34.939Z] [ERROR]       p.info {
[2025-01-28T23:12:34.939Z] [ERROR]         position: relative;
[2025-01-28T23:12:34.939Z] [ERROR]         font-size: 20px;
[2025-01-28T23:12:34.939Z] [ERROR]       }
[2025-01-28T23:12:34.939Z] [ERROR]       p.info:before, p.info:after {
[2025-01-28T23:12:34.939Z] [ERROR]         content: "";
[2025-01-28T23:12:34.939Z] [ERROR]         left: 0;
[2025-01-28T23:12:34.939Z] [ERROR]         position: absolute;
[2025-01-28T23:12:34.939Z] [ERROR]         top: 0;
[2025-01-28T23:12:34.939Z] [ERROR]       }
[2025-01-28T23:12:34.939Z] [ERROR]       p.info:before {
[2025-01-28T23:12:34.939Z] [ERROR]         background: #0066CC;
[2025-01-28T23:12:34.939Z] [ERROR]         border-radius: 16px;
[2025-01-28T23:12:34.939Z] [ERROR]         color: #fff;
[2025-01-28T23:12:34.939Z] [ERROR]         content: "i";
[2025-01-28T23:12:34.939Z] [ERROR]         font: bold 16px/24px serif;
[2025-01-28T23:12:34.939Z] [ERROR]         height: 24px;
[2025-01-28T23:12:34.939Z] [ERROR]         left: 0px;
[2025-01-28T23:12:34.939Z] [ERROR]         text-align: center;
[2025-01-28T23:12:34.939Z] [ERROR]         top: 4px;
[2025-01-28T23:12:34.939Z] [ERROR]         width: 24px;
[2025-01-28T23:12:34.939Z] [ERROR]       }
[2025-01-28T23:12:34.939Z] [ERROR] 
[2025-01-28T23:12:34.939Z] [ERROR]       @media (min-width: 768px) {
[2025-01-28T23:12:34.939Z] [ERROR]         body {
[2025-01-28T23:12:34.939Z] [ERROR]           margin: 6em;
[2025-01-28T23:12:34.939Z] [ERROR]         }
[2025-01-28T23:12:34.939Z] [ERROR]       }
[2025-01-28T23:12:34.939Z] [ERROR]     </style>
[2025-01-28T23:12:34.939Z] [ERROR]   </head>
[2025-01-28T23:12:34.939Z] [ERROR]   <body>
[2025-01-28T23:12:34.939Z] [ERROR]     <div>
[2025-01-28T23:12:34.939Z] [ERROR]       <h1>Application is not available</h1>
[2025-01-28T23:12:34.940Z] [ERROR]       <p>The application is currently not serving requests at this endpoint. It may not have been started or is still starting.</p>
[2025-01-28T23:12:34.940Z] [ERROR] 
[2025-01-28T23:12:34.940Z] [ERROR]       <div class="alert alert-info">
[2025-01-28T23:12:34.940Z] [ERROR]         <p class="info">
[2025-01-28T23:12:34.940Z] [ERROR]           Possible reasons you are seeing this page:
[2025-01-28T23:12:34.940Z] [ERROR]         </p>
[2025-01-28T23:12:34.940Z] [ERROR]         <ul>
[2025-01-28T23:12:34.940Z] [ERROR]           <li>
[2025-01-28T23:12:34.940Z] [ERROR]             <strong>The host doesn't exist.</strong>
[2025-01-28T23:12:34.940Z] [ERROR]             Make sure the hostname was typed correctly and that a route matching this hostname exists.
[2025-01-28T23:12:34.940Z] [ERROR]           </li>
[2025-01-28T23:12:34.940Z] [ERROR]           <li>
[2025-01-28T23:12:34.940Z] [ERROR]             <strong>The host exists, but doesn't have a matching path.</strong>
[2025-01-28T23:12:34.940Z] [ERROR]             Check if the URL path was typed correctly and that the route was created using the desired path.
[2025-01-28T23:12:34.940Z] [ERROR]           </li>
[2025-01-28T23:12:34.940Z] [ERROR]           <li>
[2025-01-28T23:12:34.940Z] [ERROR]             <strong>Route and path matches, but all pods are down.</strong>
[2025-01-28T23:12:34.940Z] [ERROR]             Make sure that the resources exposed by this route (pods, services, deployment configs, etc) have at least one pod running.
[2025-01-28T23:12:34.940Z] [ERROR]           </li>
[2025-01-28T23:12:34.940Z] [ERROR]         </ul>
[2025-01-28T23:12:34.940Z] [ERROR]       </div>
[2025-01-28T23:12:34.940Z] [ERROR]     </div>
[2025-01-28T23:12:34.940Z] [ERROR]   </body>
[2025-01-28T23:12:34.940Z] [ERROR] </html>: No match found
[2025-01-28T23:12:34.940Z] [ERROR] -> [Help 1]

I confirmed that page does not exist. I'm not sure if this is a transient issue with Eclipse or if it's something bigger.

The earlier job that was successful (might be gone by the time you see this):

Reproduction steps

No response

@darinpope darinpope added the triage Incoming issues that need review label Jan 28, 2025
@darinpope
Copy link
Collaborator Author

Looks to have been a transient DNS issue within the cluster. Build number 4 worked fine when run at 1151p UTC.

@dduportal dduportal removed the triage Incoming issues that need review label Jan 30, 2025
@dduportal dduportal closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2025
@dduportal dduportal added this to the infra-team-sync-2025-02-11 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants