Description of problem: the jenkins e2e's in openshift/origin in e2e-builds has started consistently failing We are seeing Authentication required when trying to contact Jenkins. In the jenkins log dump, we see Exception in thread "main" java.lang.NoClassDefFoundError: org/acegisecurity/providers/encoding/ShaPasswordEncoder at com.redhat.openshift.PasswordEncoder.main(PasswordEncoder.java:20) Caused by: java.lang.ClassNotFoundException: org.acegisecurity.providers.encoding.ShaPasswordEncoder at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ... 1 more And I noticed that Vibhav changed the jenkins version and matrix auth plugin yesterday with PRs 1249 and 1251 ... since we just started seeing these failures, and run the e2e-build suites regularly, my guess is those changes have some bearing. Seen in two PRs, but https://github.com/openshift/origin/pull/26082 is the most important Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438