-
Notifications
You must be signed in to change notification settings - Fork 66
Pipeline build failed with Error during kubernetes apply: java.lang.NullPointerException #4517
Comments
Happened multiple times over the weekend:
|
Appeared 5 times today (100% of test failures), most recent one is https://ci.centos.org/job/devtools-test-e2e-openshift.io-smoketest-us-east-2a-released/1010/ |
Does it work outside the tests, when tried out manually? |
yes. Somehow its intermittent ATM. |
@ppitonak I suspect(rare chance though) new Jenkins image could be breaking it. Could you try |
How can I do that? |
By editing Eaither by OpenShift web console or |
@hrishin that isn't an option when running e2e tests. |
@ppitonak we can see some failures for |
@ppitonak @ljelinkova Note : a Jenkins update is available with new tenant deployments. |
Last failure had these versions:
What is the new version? |
@ppitonak v541889d is the new version. |
OK, we are using the latest version of Jenkins, what's next? |
@ppitonak we working on this issue. Appears like the new image might have broken some plugins dependencies which in turn causing this issue. |
Still failing in production e2e tests |
@ppitonak @ljelinkova Update on this issue, this is coming from upstream plugin and waiting for this PR jenkinsci/kubernetes-pipeline-plugin#70 to get merged cc @hrishin @sthaha |
`apply` step is failing intermediately with NullPointerException (NPE) in devops-steps plugin This patch fixes NPE issue in devops-step plugin Build: - jenkinsci/kubernetes-pipeline-plugin@bb6d52b Fixes - openshiftio/openshift.io#4517
`apply` step is failing intermediately with NullPointerException (NPE) in devops-steps plugin This patch fixes NPE issue in devops-step plugin Devops Step plugin build: - jenkinsci/kubernetes-pipeline-plugin@bb6d52b Fixes - openshiftio/openshift.io#4517 new build test test pr-build for plugin fixes ansicolor dependency fixes ansicolor dependency
`apply` step is failing intermediately with NullPointerException (NPE) in devops-steps plugin This patch fixes NPE issue in devops-step plugin Devops Step plugin build: - jenkinsci/kubernetes-pipeline-plugin@bb6d52b Fixes - openshiftio/openshift.io#4517
This has been fixed with openshiftio/saas-openshiftio#1145 |
UpdateThis issue has been fixed in Meanwhile to test this patch could you do Thanks @chmouel @piyush-garg |
Is the fix already in production? I didn't do any tenant update but we do reset the environment every run. Jenkins version is 9a1fbb4. E2E tests are unusually green in the last few days and I haven't seen this issue anymore. So if you confirm that the fix is in production we can close this issue. |
@ljelinkova This PR has been moved to prod, but it's still not available for every user. Any user who does reset environment or update tenant, the user will get these changes. Jenkins image tag should be |
Is mass tenant update done? |
@ppitonak Cluster-wide tenant update is still pending. |
UpdateTenant update is scheduled for |
The E2E tests do not encounter this issue any more so I am closing this issue now and not waiting for tenant update. |
@ljelinkova Whenever you do reset environment, then Jenkins comes up with latest tenant properties. This is not the case for all users, we need do that for all user. In e2e test, we reset the environment that's why no error is shown there. Ideally, we should wait for tenant update to reflect the changes for all users. Thanks |
@piyush-garg makes sense. However, @hrishin wrote earlier that tenant update was scheduled on Dec 3, was it postponed? |
Any updates? |
Not yet Pavol. Give us day or two will give an update.
…On Tue, Dec 18, 2018 at 4:44 PM Pavol Pitonak ***@***.***> wrote:
Any updates?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4517 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbSj-nDiA-M2zBEmDYZ8Q2hwTFy8GwdAks5u6M4qgaJpZM4YLY3A>
.
--
Hrishikesh | +91 7276 342274 | IRC: hshinde
|
Issue Overview
One e2e test failed on cluster 2a when building pipeline with Spring Boot booster with the following error
You can see the whole Jenkins log here:
http://artifacts.ci.centos.org/devtools/e2e/devtools-test-e2e-openshift.io-smoketest-us-east-2a-released/973/05-05-jenkins-log.html
And more artifacts and logs here
http://artifacts.ci.centos.org/devtools/e2e/devtools-test-e2e-openshift.io-smoketest-us-east-2a-released/973/
The text was updated successfully, but these errors were encountered: