-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Weekly release 2.352/2.353/2.354 is failing #2978
Comments
First issue was the "global weekly release job (defined by https://github.com/jenkins-infra/release/blob/master/Jenkinsfile.d/core/weekly) that failed to allocate a pod agent. Root cause was jenkins-infra/kubernetes-management#2468 (Jenkins URL defined in the configuration was changed to map with what was done in infra.ci but DNS configuration are different between clusters). |
Then, the "release" job (defined by https://github.com/jenkins-infra/release/blob/master/Jenkinsfile.d/core/release) was also failing to start a pod agent. Root cause is https://github.com/jenkins-infra/docker-packaging/pull/36/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R96 : the |
Then, we had an issue when preparing the signing system with the following kind of error message, during the release job execution: + openssl pkcs12 <redacted>
Error outputting keys and certificates
40270330917F0000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:../crypto/evp/evp_fetch.c:349:Global default library context, Algorithm (RC2-40-CBC : 0), Properties () Root cause is https://github.com/jenkins-infra/docker-packaging/pull/33/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R7 which changes the Docker image Ubuntu version from 18.04 to 22.04. |
Some preliminary work was done before the release by @timja in jenkinsci/packaging#317 that caught the following elements before the failing release:
|
Next release pipeline failed during the "Push Commits" stage while the script Notified and explained by @basil in jenkins-infra/docker-packaging#33 (comment)
|
Then, a set of Maven issues happenned. First of all, thanks @basil for https://github.com/jenkins-infra/release/pull/240/files that helped (and will help) to diagnose \o/ Issue was related with the Javadoc, not generated as expected due to the behavioral change after the JDK8 -> JDK11 upgrade |
Next issue occured during the packaging step:
|
|
Opened jenkins-infra/release#248 to backport on the LTS line |
The weekly release 2.352, planned for the 6th of June 2022 failed.
Given that they were multiple causes, this issue is to track these causes and associated changes to share knowledge and for audit purposes.
The text was updated successfully, but these errors were encountered: