Adapt to New credentials dialog (don't merge)
#2565
ci.jenkins.io / Tests / latest-linux-jdk25-firefox-split2
failed
Jan 14, 2026
failed: 5, passed: 25
failed: 5, passed: 25
Details
plugins.SSHCredentialsTest.manageSystemScopedSSHCredentialsTest
Expected condition failed: Element matching By.xpath: .//option[normalize-space(.)='SYSTEM' or @value='SYSTEM'] is present (tried for 120 second(s) with 500 milliseconds interval)
Stack trace
org.openqa.selenium.TimeoutException: Expected condition failed: Element matching By.xpath: .//option[normalize-space(.)='SYSTEM' or @value='SYSTEM'] is present (tried for 120 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:265)
at org.jenkinsci.test.acceptance.junit.Wait.timeoutException(Wait.java:191)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
at org.jenkinsci.test.acceptance.junit.Wait.until(Wait.java:120)
at org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl.waitFor(CapybaraPortingLayerImpl.java:146)
at org.jenkinsci.test.acceptance.plugins.credentials.AbstractCredentialsTest.createCredentials(AbstractCredentialsTest.java:113)
at org.jenkinsci.test.acceptance.plugins.credentials.AbstractCredentialsTest.createCredentials(AbstractCredentialsTest.java:84)
at plugins.SSHCredentialsTest.createUpdateDeleteSSHCredentialsTest(SSHCredentialsTest.java:70)
at plugins.SSHCredentialsTest.manageSystemScopedSSHCredentialsTest(SSHCredentialsTest.java:53)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.jenkinsci.test.acceptance.junit.WithPlugins$RuleImpl$1.evaluate(WithPlugins.java:159)
at org.jenkinsci.test.acceptance.junit.CspRule$1.evaluate(CspRule.java:29)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.jenkinsci.test.acceptance.junit.JenkinsAcceptanceTestRule$1$1.evaluate(JenkinsAcceptanceTestRule.java:175)
at org.jenkinsci.test.acceptance.junit.FilterRule$1.evaluate(FilterRule.java:61)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.jenkinsci.test.acceptance.junit.JenkinsAcceptanceTestRule$1.evaluate(JenkinsAcceptanceTestRule.java:58)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate By.xpath: .//option[normalize-space(.)='SYSTEM' or @value='SYSTEM'] in http://mvn:39633/credentials/store/system/domain/_/
at org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl.find(CapybaraPortingLayerImpl.java:206)
at org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl.lambda$waitFor$1(CapybaraPortingLayerImpl.java:146)
at org.jenkinsci.test.acceptance.junit.Wait$1.apply(Wait.java:124)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:203)
... 42 more
Caused by: org.openqa.selenium.TimeoutException: Expected condition failed: waiting for Wait for the element (By.xpath: .//option[normalize-space(.)='SYSTEM' or @value='SYSTEM']) to become visible (tried for 1 second(s) with 500 milliseconds interval)
Build info: version: '4.39.0', revision: '126f156aee'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1044-aws', java.version: '25.0.1'
Driver info: driver.version: unknown
at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:265)
at org.jenkinsci.test.acceptance.junit.Wait.timeoutException(Wait.java:191)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
at org.jenkinsci.test.acceptance.junit.Wait.until(Wait.java:120)
at org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl.find(CapybaraPortingLayerImpl.java:186)
... 45 more
Standard error
Jan 14, 2026 10:47:11 PM org.jenkinsci.test.acceptance.Config createController
WARNING: No pooled jenkins controller listening on socket /home/ath-user/jenkins.sock
Jan 14, 2026 10:47:11 PM org.jenkinsci.test.acceptance.controller.LocalController postConstruct
INFO: Running with given plugins: []
Jan 14, 2026 10:47:14 PM org.openqa.selenium.bidi.BiDiProvider getImplementation
INFO: WebDriver augmented with BiDi interface; connection will not be verified until first use.
Jan 14, 2026 10:47:14 PM org.jenkinsci.test.acceptance.controller.WinstoneController startProcess
INFO: Starting Jenkins: JAVA_HOME=/usr/lib/jvm/java-25-openjdk-amd64 JENKINS_HOME=/home/ath-user/sources/target/jenkinshome17677552177771227284 jenkins.install.state=TEST /usr/lib/jvm/java-25-openjdk-amd64/bin/java -Duser.language=en -Djenkins.formelementpath.FormElementPathPageDecorator.enabled=true -Dwinstone.portFileName=/tmp/jenkins-port15520870488695001916.txt -jar target/jenkins-war.war --httpPort=0
Jan 14, 2026 10:47:14 PM org.jenkinsci.test.acceptance.controller.LocalController startNow
INFO: Waiting for Jenkins (master1317171156) to become running in http://mvn:0/
Jan 14, 2026 10:47:20 PM org.jenkinsci.test.acceptance.controller.LocalController onReady
INFO: Jenkins (master1317171156) is running in http://mvn:39633/
Jan 14, 2026 10:47:25 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter ensureRunning
INFO: editing JSON with 2047 plugins to reflect 2047 possible overrides
Jan 14, 2026 10:47:25 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter updating
INFO: for credentials updating version from 1480.v2246fd131e83 to 1561.v172b_32e210ef
Jan 14, 2026 10:47:25 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter updating
INFO: for credentials updating gav from org.jenkins-ci.plugins:credentials:1480.v2246fd131e83 to org.jenkins-ci.plugins:credentials:1561.v172b_32e210ef
Jan 14, 2026 10:47:25 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter updating
INFO: for credentials updating requiredCore from 2.504.3 to 2.516.3
Jan 14, 2026 10:47:25 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter ensureRunning
INFO: replacing update site https://updates.jenkins.io/update-center.json with http://0.0.0.0:45791/update-center.json
Jan 14, 2026 10:47:27 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter lambda$ensureRunning$4
INFO: redirect to https://updates.jenkins.io/updates/hudson.tasks.Maven.MavenInstaller.json.html?id=hudson.tasks.Maven.MavenInstaller&version=2.544
Jan 14, 2026 10:47:28 PM org.jenkinsci.test.acceptance.junit.WithPlugins$RuleImpl$1 installPlugins
INFO: ssh-credentials is not installed
Jan 14, 2026 10:47:28 PM org.jenkinsci.test.acceptance.junit.WithPlugins$RuleImpl$1 installPlugins
INFO: credentials is not installed
Jan 14, 2026 10:47:28 PM org.jenkinsci.test.acceptance.junit.WithPlugins$RuleImpl$1 installPlugins
INFO: Installing plugins for test: [ssh-credentials, credentials]
Jan 14, 2026 10:47:30 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter lambda$ensureRunning$3
INFO: serving target/credentials.hpi
Jan 14, 2026 10:47:30 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter lambda$ensureRunning$3
INFO: serving /home/ath-user/.m2/repository/org/jenkins-ci/plugins/variant/70.va_d9f17f859e0/variant-70.va_d9f17f859e0.hpi
Jan 14, 2026 10:47:30 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter lambda$ensureRunning$3
INFO: serving /home/ath-user/.m2/repository/org/jenkins-ci/plugins/ssh-credentials/361.vb_f6760818e8c/ssh-credentials-361.vb_f6760818e8c.hpi
Jan 14, 2026 10:47:36 PM org.jenkinsci.test.acceptance.utils.pluginreporter.ConsoleExercisedPluginReporter log
INFO: Plugin ssh-credentials@361.vb_f6760818e8c is installed
Jan 14, 2026 10:47:36 PM org.jenkinsci.test.acceptance.utils.pluginreporter.ConsoleExercisedPluginReporter log
INFO: Plugin credentials@1561.v172b_32e210ef is installed
Jan 14, 2026 10:49:38 PM org.jenkinsci.test.acceptance.recorder.SupportBundle failed
INFO: Support bundle collection disabled.
Jan 14, 2026 10:49:39 PM org.jenkinsci.test.acceptance.guice.Cleaner performCleanUp
INFO: Performing cleanup tasks in order: [Close WebDriver after test]
Jan 14, 2026 10:49:41 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter close
INFO: stopping MockUpdateCenter on http://0.0.0.0:45791/update-center.json
Jan 14, 2026 10:49:46 PM org.jenkinsci.test.acceptance.controller.LocalController stopNow
INFO: Stopping Jenkins (master1317171156) in http://mvn:39633/
Jan 14, 2026 10:49:46 PM org.jenkinsci.test.acceptance.log.LogReader run
INFO: Jenkins is stopped
Standard out
master1317171156|Running from: /home/ath-user/sources/target/jenkins-war.war
master1317171156|webroot: /home/ath-user/sources/target/jenkinshome17677552177771227284/war
master1317171156|2026-01-14 22:47:15.618+0000 [id=3] INFO winstone.Logger#logInternal: Beginning extraction from war file
master1317171156|2026-01-14 22:47:16.873+0000 [id=3] WARNING o.e.j.ee9.nested.ContextHandler#setContextPath: Empty contextPath
master1317171156|2026-01-14 22:47:16.945+0000 [id=3] INFO org.eclipse.jetty.server.Server#doStart: jetty-12.1.5; built: 2025-12-03T22:18:24.732Z; git: 4905d09d7b6801e792d7b73946cf7b66e4be25d6; jvm 25.0.1+8-Ubuntu-124.04
master1317171156|2026-01-14 22:47:17.536+0000 [id=3] INFO o.e.j.e.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.ee9.jsp.JettyJspServlet
master1317171156|2026-01-14 22:47:17.609+0000 [id=3] INFO o.e.j.s.DefaultSessionIdManager#doStart: Session workerName=node0
master1317171156|WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
master1317171156|WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider (file:/home/ath-user/sources/target/jenkinshome17677552177771227284/war/WEB-INF/lib/xstream-1.4.21.jar)
master1317171156|WARNING: Please consider reporting this to the maintainers of class com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider
master1317171156|WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
master1317171156|2026-01-14 22:47:18.230+0000 [id=3] INFO hudson.WebAppMain#contextInitialized: Jenkins home directory: /home/ath-user/sources/target/jenkinshome17677552177771227284 found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
master1317171156|2026-01-14 22:47:18.353+0000 [id=3] INFO o.e.j.s.handler.ContextHandler#doStart: Started oeje9n.ContextHandler$CoreContextHandler@7abe27bf{Jenkins v2.544,/,b=file:///home/ath-user/sources/target/jenkinshome17677552177771227284/war/,a=AVAILABLE,h=oeje9n.ContextHandler$CoreContextHandler$CoreToNestedHandler@5b94ccbc{STARTED}}
master1317171156|2026-01-14 22:47:18.370+0000 [id=3] INFO o.e.j.server.AbstractConnector#doStart: Started oejs.ServerConnector@546621c4{HTTP/1.1, (http/1.1)}{0.0.0.0:39633}
master1317171156|2026-01-14 22:47:18.371+0000 [id=3] INFO org.eclipse.jetty.server.Server#doStart: Started oejs.Server@53e3a87a{STARTING}[12.1.5,sto=0] @1428ms
master1317171156|2026-01-14 22:47:18.373+0000 [id=44] INFO winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
master1317171156|2026-01-14 22:47:18.555+0000 [id=43] INFO jenkins.model.Jenkins#<init>: Starting version 2.544
master1317171156|2026-01-14 22:47:18.682+0000 [id=54] INFO jenkins.InitReactorRunner$1#onAttained: Started initialization
master1317171156|2026-01-14 22:47:18.691+0000 [id=58] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins
master1317171156|2026-01-14 22:47:19.861+0000 [id=58] INFO jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
master1317171156|2026-01-14 22:47:19.867+0000 [id=59] INFO jenkins.InitReactorRunner$1#onAttained: Started all plugins
master1317171156|2026-01-14 22:47:19.869+0000 [id=66] INFO jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
master1317171156|2026-01-14 22:47:20.065+0000 [id=56] INFO jenkins.InitReactorRunner$1#onAttained: System config loaded
master1317171156|2026-01-14 22:47:20.066+0000 [id=56] INFO jenkins.InitReactorRunner$1#onAttained: System config adapted
master1317171156|2026-01-14 22:47:20.067+0000 [id=65] INFO jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
master1317171156|2026-01-14 22:47:20.069+0000 [id=67] INFO jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
master1317171156|2026-01-14 22:47:20.106+0000 [id=81] INFO hudson.util.Retrier#start: Attempt #1 to do the action check updates server
master1317171156|2026-01-14 22:47:20.324+0000 [id=67] INFO jenkins.InitReactorRunner$1#onAttained: Completed initialization
master1317171156|2026-01-14 22:47:20.422+0000 [id=43] INFO hudson.lifecycle.Lifecycle#onReady: Jenkins is fully up and running
master1317171156|2026-01-14 22:47:23.754+0000 [id=81] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller
master1317171156|2026-01-14 22:47:23.755+0000 [id=81] INFO hudson.util.Retrier#start: Performed the action check updates server successfully at the attempt #1
master1317171156|2026-01-14 22:47:27.224+0000 [id=94] INFO hudson.util.Retrier#start: Attempt #1 to do the action check updates server
master1317171156|2026-01-14 22:47:28.017+0000 [id=94] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller
master1317171156|2026-01-14 22:47:28.019+0000 [id=94] INFO hudson.util.Retrier#start: Performed the action check updates server successfully at the attempt #1
master1317171156|2026-01-14 22:47:28.961+0000 [id=93] INFO hudson.PluginManager#install: Starting installation of a batch of 2 plugins plus their dependencies
master1317171156|2026-01-14 22:47:28.963+0000 [id=93] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of ionicons-api for plugin credentials
master1317171156|2026-01-14 22:47:28.963+0000 [id=93] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of commons-lang3-api for plugin ionicons-api
master1317171156|2026-01-14 22:47:28.966+0000 [id=93] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of structs for plugin credentials
master1317171156|2026-01-14 22:47:28.967+0000 [id=93] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of commons-text-api for plugin credentials
master1317171156|2026-01-14 22:47:28.968+0000 [id=93] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of bouncycastle-api for plugin credentials
master1317171156|2026-01-14 22:47:28.969+0000 [id=93] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of variant for plugin ssh-credentials
master1317171156|WARNING: A restricted method in java.lang.System has been called
master1317171156|WARNING: java.lang.System::load has been called by com.sun.jna.Native in an unnamed module (file:/home/ath-user/sources/target/jenkinshome17677552177771227284/war/WEB-INF/lib/jna-5.18.1.jar)
master1317171156|WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
master1317171156|WARNING: Restricted methods will be blocked in a future release unless native access is enabled
master1317171156|
master1317171156|2026-01-14 22:47:29.133+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of commons-lang3-api on behalf of anonymous
master1317171156|2026-01-14 22:47:29.365+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: commons-lang3-api
master1317171156|2026-01-14 22:47:29.368+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of ionicons-api on behalf of anonymous
Plugins to be updated: []
master1317171156|2026-01-14 22:47:29.443+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: ionicons-api
master1317171156|2026-01-14 22:47:29.444+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of structs on behalf of anonymous
master1317171156|2026-01-14 22:47:29.466+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: structs
master1317171156|2026-01-14 22:47:29.469+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of commons-text-api on behalf of anonymous
master1317171156|2026-01-14 22:47:29.502+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: commons-text-api
master1317171156|2026-01-14 22:47:29.502+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of bouncycastle-api on behalf of anonymous
master1317171156|2026-01-14 22:47:30.149+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: bouncycastle-api
master1317171156|2026-01-14 22:47:30.149+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of credentials on behalf of anonymous
master1317171156|2026-01-14 22:47:30.151+0000 [id=106] INFO h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading credentials
master1317171156|2026-01-14 22:47:30.191+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: credentials
master1317171156|2026-01-14 22:47:30.191+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of variant on behalf of anonymous
master1317171156|2026-01-14 22:47:30.194+0000 [id=106] INFO h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading variant
master1317171156|2026-01-14 22:47:30.204+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: variant
master1317171156|2026-01-14 22:47:30.205+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of ssh-credentials on behalf of anonymous
master1317171156|2026-01-14 22:47:30.207+0000 [id=106] INFO h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading ssh-credentials
master1317171156|2026-01-14 22:47:30.219+0000 [id=106] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: ssh-credentials
master1317171156|2026-01-14 22:47:30.219+0000 [id=106] INFO h.m.UpdateCenter$CompleteBatchJob#run: Completing installing of plugin batch…
master1317171156|2026-01-14 22:47:30.459+0000 [id=111] INFO jenkins.InitReactorRunner$1#onAttained: Started initialization
master1317171156|2026-01-14 22:47:30.461+0000 [id=116] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins
master1317171156|2026-01-14 22:47:30.463+0000 [id=121] INFO jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
master1317171156|2026-01-14 22:47:30.465+0000 [id=124] INFO jenkins.InitReactorRunner$1#onAttained: Started all plugins
master1317171156|2026-01-14 22:47:30.465+0000 [id=124] INFO jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
master1317171156|2026-01-14 22:47:30.466+0000 [id=119] INFO jenkins.InitReactorRunner$1#onAttained: System config loaded
master1317171156|2026-01-14 22:47:30.466+0000 [id=119] INFO jenkins.InitReactorRunner$1#onAttained: System config adapted
master1317171156|2026-01-14 22:47:30.467+0000 [id=112] INFO jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
master1317171156|2026-01-14 22:47:30.468+0000 [id=122] INFO jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
master1317171156|2026-01-14 22:47:30.479+0000 [id=112] INFO jenkins.InitReactorRunner$1#onAttained: Completed initialization
master1317171156|2026-01-14 22:47:30.480+0000 [id=106] INFO h.m.UpdateCenter$CompleteBatchJob#run: Completed installation of 8 plugins in 1.5 sec
[[ATTACHMENT|/home/jenkins/agent/workspace/_acceptance-test-harness_PR-2565/target/diagnostics/manageSystemScopedSSHCredentialsTest(plugins.SSHCredentialsTest)/screenshot.png]]
[[ATTACHMENT|/home/jenkins/agent/workspace/_acceptance-test-harness_PR-2565/target/diagnostics/manageSystemScopedSSHCredentialsTest(plugins.SSHCredentialsTest)/last-page.html]]
[[ATTACHMENT|/home/jenkins/agent/workspace/_acceptance-test-harness_PR-2565/target/diagnostics/manageSystemScopedSSHCredentialsTest(plugins.SSHCredentialsTest)/threaddump.log]]
[[ATTACHMENT|/home/jenkins/agent/workspace/_acceptance-test-harness_PR-2565/target/diagnostics/manageSystemScopedSSHCredentialsTest(plugins.SSHCredentialsTest)/ui-recording.mp4]]
master1317171156|2026-01-14 22:49:46.388+0000 [id=45] INFO winstone.Logger#logInternal: JVM is terminating. Shutting down Jetty
master1317171156|2026-01-14 22:49:46.389+0000 [id=45] INFO org.eclipse.jetty.server.Server#doStop: Stopped oejs.Server@53e3a87a{STOPPING}[12.1.5,sto=0]
master1317171156|2026-01-14 22:49:46.391+0000 [id=45] INFO o.e.j.server.AbstractConnector#doStop: Stopped oejs.ServerConnector@546621c4{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
master1317171156|2026-01-14 22:49:46.395+0000 [id=45] INFO hudson.lifecycle.Lifecycle#onStatusUpdate: Stopping Jenkins
master1317171156|2026-01-14 22:49:46.398+0000 [id=45] INFO jenkins.model.Jenkins$17#onAttained: Started termination
master1317171156|2026-01-14 22:49:46.405+0000 [id=45] INFO jenkins.model.Jenkins$17#onAttained: Completed termination
master1317171156|2026-01-14 22:49:46.405+0000 [id=45] INFO jenkins.model.Jenkins#_cleanUpDisconnectComputers: Starting node disconnection
master1317171156|2026-01-14 22:49:46.415+0000 [id=45] INFO jenkins.model.Jenkins#_cleanUpShutdownPluginManager: Stopping plugin manager
master1317171156|2026-01-14 22:49:46.416+0000 [id=45] INFO jenkins.model.Jenkins#_cleanUpPersistQueue: Persisting build queue
master1317171156|2026-01-14 22:49:46.420+0000 [id=45] INFO jenkins.model.Jenkins#_cleanUpAwaitDisconnects: Waiting for node disconnection completion
master1317171156|2026-01-14 22:49:46.421+0000 [id=45] INFO hudson.lifecycle.Lifecycle#onStatusUpdate: Jenkins stopped
plugins.SSHCredentialsTest.manageDomainSSHCredentialsTest
Expected condition failed: Element matching By.xpath: .//option[normalize-space(.)='SYSTEM' or @value='SYSTEM'] is present (tried for 120 second(s) with 500 milliseconds interval)
Stack trace
org.openqa.selenium.TimeoutException: Expected condition failed: Element matching By.xpath: .//option[normalize-space(.)='SYSTEM' or @value='SYSTEM'] is present (tried for 120 second(s) with 500 milliseconds interval)
at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:265)
at org.jenkinsci.test.acceptance.junit.Wait.timeoutException(Wait.java:191)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
at org.jenkinsci.test.acceptance.junit.Wait.until(Wait.java:120)
at org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl.waitFor(CapybaraPortingLayerImpl.java:146)
at org.jenkinsci.test.acceptance.plugins.credentials.AbstractCredentialsTest.createCredentials(AbstractCredentialsTest.java:113)
at org.jenkinsci.test.acceptance.plugins.credentials.AbstractCredentialsTest.createCredentials(AbstractCredentialsTest.java:84)
at plugins.SSHCredentialsTest.manageDomainSSHCredentialsTest(SSHCredentialsTest.java:104)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.jenkinsci.test.acceptance.junit.WithPlugins$RuleImpl$1.evaluate(WithPlugins.java:159)
at org.jenkinsci.test.acceptance.junit.CspRule$1.evaluate(CspRule.java:29)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.jenkinsci.test.acceptance.junit.JenkinsAcceptanceTestRule$1$1.evaluate(JenkinsAcceptanceTestRule.java:175)
at org.jenkinsci.test.acceptance.junit.FilterRule$1.evaluate(FilterRule.java:61)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at org.jenkinsci.test.acceptance.junit.JenkinsAcceptanceTestRule$1.evaluate(JenkinsAcceptanceTestRule.java:58)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate By.xpath: .//option[normalize-space(.)='SYSTEM' or @value='SYSTEM'] in http://mvn:35721/credentials/store/system/domain/_/
at org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl.find(CapybaraPortingLayerImpl.java:206)
at org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl.lambda$waitFor$1(CapybaraPortingLayerImpl.java:146)
at org.jenkinsci.test.acceptance.junit.Wait$1.apply(Wait.java:124)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:203)
... 41 more
Caused by: org.openqa.selenium.TimeoutException: Expected condition failed: waiting for Wait for the element (By.xpath: .//option[normalize-space(.)='SYSTEM' or @value='SYSTEM']) to become visible (tried for 1 second(s) with 500 milliseconds interval)
Build info: version: '4.39.0', revision: '126f156aee'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.8.0-1044-aws', java.version: '25.0.1'
Driver info: driver.version: unknown
at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:265)
at org.jenkinsci.test.acceptance.junit.Wait.timeoutException(Wait.java:191)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
at org.jenkinsci.test.acceptance.junit.Wait.until(Wait.java:120)
at org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl.find(CapybaraPortingLayerImpl.java:186)
... 44 more
Standard error
Jan 14, 2026 10:49:46 PM org.jenkinsci.test.acceptance.Config createController
WARNING: No pooled jenkins controller listening on socket /home/ath-user/jenkins.sock
Jan 14, 2026 10:49:46 PM org.jenkinsci.test.acceptance.controller.LocalController postConstruct
INFO: Running with given plugins: []
Jan 14, 2026 10:49:49 PM org.openqa.selenium.bidi.BiDiProvider getImplementation
INFO: WebDriver augmented with BiDi interface; connection will not be verified until first use.
Jan 14, 2026 10:49:49 PM org.jenkinsci.test.acceptance.controller.WinstoneController startProcess
INFO: Starting Jenkins: JAVA_HOME=/usr/lib/jvm/java-25-openjdk-amd64 JENKINS_HOME=/home/ath-user/sources/target/jenkinshome17400384837862224835 jenkins.install.state=TEST /usr/lib/jvm/java-25-openjdk-amd64/bin/java -Duser.language=en -Djenkins.formelementpath.FormElementPathPageDecorator.enabled=true -Dwinstone.portFileName=/tmp/jenkins-port8136633166668962390.txt -jar target/jenkins-war.war --httpPort=0
Jan 14, 2026 10:49:49 PM org.jenkinsci.test.acceptance.controller.LocalController startNow
INFO: Waiting for Jenkins (master1258478670) to become running in http://mvn:0/
Jan 14, 2026 10:49:55 PM org.jenkinsci.test.acceptance.controller.LocalController onReady
INFO: Jenkins (master1258478670) is running in http://mvn:35721/
Jan 14, 2026 10:50:00 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter ensureRunning
INFO: editing JSON with 2047 plugins to reflect 2047 possible overrides
Jan 14, 2026 10:50:00 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter updating
INFO: for credentials updating version from 1480.v2246fd131e83 to 1561.v172b_32e210ef
Jan 14, 2026 10:50:00 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter updating
INFO: for credentials updating gav from org.jenkins-ci.plugins:credentials:1480.v2246fd131e83 to org.jenkins-ci.plugins:credentials:1561.v172b_32e210ef
Jan 14, 2026 10:50:00 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter updating
INFO: for credentials updating requiredCore from 2.504.3 to 2.516.3
Jan 14, 2026 10:50:00 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter ensureRunning
INFO: replacing update site https://updates.jenkins.io/update-center.json with http://0.0.0.0:46685/update-center.json
Jan 14, 2026 10:50:03 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter lambda$ensureRunning$4
INFO: redirect to https://updates.jenkins.io/updates/hudson.tasks.Maven.MavenInstaller.json.html?id=hudson.tasks.Maven.MavenInstaller&version=2.544
Jan 14, 2026 10:50:03 PM org.jenkinsci.test.acceptance.junit.WithPlugins$RuleImpl$1 installPlugins
INFO: ssh-credentials is not installed
Jan 14, 2026 10:50:03 PM org.jenkinsci.test.acceptance.junit.WithPlugins$RuleImpl$1 installPlugins
INFO: credentials is not installed
Jan 14, 2026 10:50:03 PM org.jenkinsci.test.acceptance.junit.WithPlugins$RuleImpl$1 installPlugins
INFO: Installing plugins for test: [ssh-credentials, credentials]
Jan 14, 2026 10:50:05 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter lambda$ensureRunning$3
INFO: serving target/credentials.hpi
Jan 14, 2026 10:50:05 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter lambda$ensureRunning$3
INFO: serving /home/ath-user/.m2/repository/org/jenkins-ci/plugins/variant/70.va_d9f17f859e0/variant-70.va_d9f17f859e0.hpi
Jan 14, 2026 10:50:05 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter lambda$ensureRunning$3
INFO: serving /home/ath-user/.m2/repository/org/jenkins-ci/plugins/ssh-credentials/361.vb_f6760818e8c/ssh-credentials-361.vb_f6760818e8c.hpi
Jan 14, 2026 10:50:12 PM org.jenkinsci.test.acceptance.utils.pluginreporter.ConsoleExercisedPluginReporter log
INFO: Plugin ssh-credentials@361.vb_f6760818e8c is installed
Jan 14, 2026 10:50:12 PM org.jenkinsci.test.acceptance.utils.pluginreporter.ConsoleExercisedPluginReporter log
INFO: Plugin credentials@1561.v172b_32e210ef is installed
Jan 14, 2026 10:52:15 PM org.jenkinsci.test.acceptance.recorder.SupportBundle failed
INFO: Support bundle collection disabled.
Jan 14, 2026 10:52:16 PM org.jenkinsci.test.acceptance.guice.Cleaner performCleanUp
INFO: Performing cleanup tasks in order: [Close WebDriver after test]
Jan 14, 2026 10:52:18 PM org.jenkinsci.test.acceptance.update_center.MockUpdateCenter close
INFO: stopping MockUpdateCenter on http://0.0.0.0:46685/update-center.json
Jan 14, 2026 10:52:23 PM org.jenkinsci.test.acceptance.controller.LocalController stopNow
INFO: Stopping Jenkins (master1258478670) in http://mvn:35721/
Jan 14, 2026 10:52:23 PM org.jenkinsci.test.acceptance.log.LogReader run
INFO: Jenkins is stopped
Standard out
master1258478670|Running from: /home/ath-user/sources/target/jenkins-war.war
master1258478670|webroot: /home/ath-user/sources/target/jenkinshome17400384837862224835/war
master1258478670|2026-01-14 22:49:50.550+0000 [id=3] INFO winstone.Logger#logInternal: Beginning extraction from war file
master1258478670|2026-01-14 22:49:51.848+0000 [id=3] WARNING o.e.j.ee9.nested.ContextHandler#setContextPath: Empty contextPath
master1258478670|2026-01-14 22:49:51.924+0000 [id=3] INFO org.eclipse.jetty.server.Server#doStart: jetty-12.1.5; built: 2025-12-03T22:18:24.732Z; git: 4905d09d7b6801e792d7b73946cf7b66e4be25d6; jvm 25.0.1+8-Ubuntu-124.04
master1258478670|2026-01-14 22:49:52.534+0000 [id=3] INFO o.e.j.e.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.ee9.jsp.JettyJspServlet
master1258478670|2026-01-14 22:49:52.613+0000 [id=3] INFO o.e.j.s.DefaultSessionIdManager#doStart: Session workerName=node0
master1258478670|WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
master1258478670|WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider (file:/home/ath-user/sources/target/jenkinshome17400384837862224835/war/WEB-INF/lib/xstream-1.4.21.jar)
master1258478670|WARNING: Please consider reporting this to the maintainers of class com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider
master1258478670|WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
master1258478670|2026-01-14 22:49:53.271+0000 [id=3] INFO hudson.WebAppMain#contextInitialized: Jenkins home directory: /home/ath-user/sources/target/jenkinshome17400384837862224835 found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
master1258478670|2026-01-14 22:49:53.401+0000 [id=3] INFO o.e.j.s.handler.ContextHandler#doStart: Started oeje9n.ContextHandler$CoreContextHandler@7abe27bf{Jenkins v2.544,/,b=file:///home/ath-user/sources/target/jenkinshome17400384837862224835/war/,a=AVAILABLE,h=oeje9n.ContextHandler$CoreContextHandler$CoreToNestedHandler@5b94ccbc{STARTED}}
master1258478670|2026-01-14 22:49:53.418+0000 [id=3] INFO o.e.j.server.AbstractConnector#doStart: Started oejs.ServerConnector@546621c4{HTTP/1.1, (http/1.1)}{0.0.0.0:35721}
master1258478670|2026-01-14 22:49:53.419+0000 [id=3] INFO org.eclipse.jetty.server.Server#doStart: Started oejs.Server@f339eae{STARTING}[12.1.5,sto=0] @1497ms
master1258478670|2026-01-14 22:49:53.422+0000 [id=44] INFO winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
master1258478670|2026-01-14 22:49:53.620+0000 [id=43] INFO jenkins.model.Jenkins#<init>: Starting version 2.544
master1258478670|2026-01-14 22:49:53.751+0000 [id=54] INFO jenkins.InitReactorRunner$1#onAttained: Started initialization
master1258478670|2026-01-14 22:49:53.762+0000 [id=60] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins
master1258478670|2026-01-14 22:49:54.917+0000 [id=52] INFO jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
master1258478670|2026-01-14 22:49:54.922+0000 [id=53] INFO jenkins.InitReactorRunner$1#onAttained: Started all plugins
master1258478670|2026-01-14 22:49:54.923+0000 [id=67] INFO jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
master1258478670|2026-01-14 22:49:55.116+0000 [id=65] INFO jenkins.InitReactorRunner$1#onAttained: System config loaded
master1258478670|2026-01-14 22:49:55.117+0000 [id=55] INFO jenkins.InitReactorRunner$1#onAttained: System config adapted
master1258478670|2026-01-14 22:49:55.118+0000 [id=56] INFO jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
master1258478670|2026-01-14 22:49:55.120+0000 [id=56] INFO jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
master1258478670|2026-01-14 22:49:55.158+0000 [id=81] INFO hudson.util.Retrier#start: Attempt #1 to do the action check updates server
master1258478670|2026-01-14 22:49:55.396+0000 [id=56] INFO jenkins.InitReactorRunner$1#onAttained: Completed initialization
master1258478670|2026-01-14 22:49:55.497+0000 [id=43] INFO hudson.lifecycle.Lifecycle#onReady: Jenkins is fully up and running
master1258478670|2026-01-14 22:49:58.284+0000 [id=81] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller
master1258478670|2026-01-14 22:49:58.285+0000 [id=81] INFO hudson.util.Retrier#start: Performed the action check updates server successfully at the attempt #1
master1258478670|2026-01-14 22:50:02.346+0000 [id=97] INFO hudson.util.Retrier#start: Attempt #1 to do the action check updates server
master1258478670|2026-01-14 22:50:03.380+0000 [id=97] INFO h.m.DownloadService$Downloadable#load: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller
master1258478670|2026-01-14 22:50:03.380+0000 [id=97] INFO hudson.util.Retrier#start: Performed the action check updates server successfully at the attempt #1
master1258478670|2026-01-14 22:50:04.709+0000 [id=94] INFO hudson.PluginManager#install: Starting installation of a batch of 2 plugins plus their dependencies
master1258478670|2026-01-14 22:50:04.713+0000 [id=94] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of ionicons-api for plugin credentials
master1258478670|2026-01-14 22:50:04.714+0000 [id=94] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of commons-lang3-api for plugin ionicons-api
master1258478670|2026-01-14 22:50:04.716+0000 [id=94] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of structs for plugin credentials
master1258478670|2026-01-14 22:50:04.717+0000 [id=94] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of commons-text-api for plugin credentials
master1258478670|2026-01-14 22:50:04.717+0000 [id=94] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of bouncycastle-api for plugin credentials
master1258478670|2026-01-14 22:50:04.718+0000 [id=94] INFO hudson.model.UpdateSite$Plugin#deploy: Adding dependent install of variant for plugin ssh-credentials
master1258478670|WARNING: A restricted method in java.lang.System has been called
master1258478670|WARNING: java.lang.System::load has been called by com.sun.jna.Native in an unnamed module (file:/home/ath-user/sources/target/jenkinshome17400384837862224835/war/WEB-INF/lib/jna-5.18.1.jar)
master1258478670|WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
master1258478670|WARNING: Restricted methods will be blocked in a future release unless native access is enabled
master1258478670|
master1258478670|2026-01-14 22:50:04.885+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of commons-lang3-api on behalf of anonymous
Plugins to be updated: []
master1258478670|2026-01-14 22:50:05.127+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: commons-lang3-api
master1258478670|2026-01-14 22:50:05.127+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of ionicons-api on behalf of anonymous
master1258478670|2026-01-14 22:50:05.171+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: ionicons-api
master1258478670|2026-01-14 22:50:05.171+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of structs on behalf of anonymous
master1258478670|2026-01-14 22:50:05.193+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: structs
master1258478670|2026-01-14 22:50:05.193+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of commons-text-api on behalf of anonymous
master1258478670|2026-01-14 22:50:05.215+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: commons-text-api
master1258478670|2026-01-14 22:50:05.216+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of bouncycastle-api on behalf of anonymous
master1258478670|2026-01-14 22:50:05.863+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: bouncycastle-api
master1258478670|2026-01-14 22:50:05.864+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of credentials on behalf of anonymous
master1258478670|2026-01-14 22:50:05.866+0000 [id=107] INFO h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading credentials
master1258478670|2026-01-14 22:50:05.907+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: credentials
master1258478670|2026-01-14 22:50:05.908+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of variant on behalf of anonymous
master1258478670|2026-01-14 22:50:05.911+0000 [id=107] INFO h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading variant
master1258478670|2026-01-14 22:50:05.921+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: variant
master1258478670|2026-01-14 22:50:05.921+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Starting the installation of ssh-credentials on behalf of anonymous
master1258478670|2026-01-14 22:50:05.924+0000 [id=107] INFO h.m.UpdateCenter$UpdateCenterConfiguration#download: Downloading ssh-credentials
master1258478670|2026-01-14 22:50:05.935+0000 [id=107] INFO h.model.UpdateCenter$DownloadJob#run: Installation successful: ssh-credentials
master1258478670|2026-01-14 22:50:05.935+0000 [id=107] INFO h.m.UpdateCenter$CompleteBatchJob#run: Completing installing of plugin batch…
master1258478670|2026-01-14 22:50:06.179+0000 [id=112] INFO jenkins.InitReactorRunner$1#onAttained: Started initialization
master1258478670|2026-01-14 22:50:06.181+0000 [id=117] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins
master1258478670|2026-01-14 22:50:06.183+0000 [id=123] INFO jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
master1258478670|2026-01-14 22:50:06.184+0000 [id=127] INFO jenkins.InitReactorRunner$1#onAttained: Started all plugins
master1258478670|2026-01-14 22:50:06.185+0000 [id=127] INFO jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
master1258478670|2026-01-14 22:50:06.185+0000 [id=127] INFO jenkins.InitReactorRunner$1#onAttained: System config loaded
master1258478670|2026-01-14 22:50:06.186+0000 [id=124] INFO jenkins.InitReactorRunner$1#onAttained: System config adapted
master1258478670|2026-01-14 22:50:06.186+0000 [id=113] INFO jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
master1258478670|2026-01-14 22:50:06.187+0000 [id=119] INFO jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
master1258478670|2026-01-14 22:50:06.196+0000 [id=120] INFO jenkins.InitReactorRunner$1#onAttained: Completed initialization
master1258478670|2026-01-14 22:50:06.197+0000 [id=107] INFO h.m.UpdateCenter$CompleteBatchJob#run: Completed installation of 8 plugins in 1.4 sec
[[ATTACHMENT|/home/jenkins/agent/workspace/_acceptance-test-harness_PR-2565/target/diagnostics/manageDomainSSHCredentialsTest(plugins.SSHCredentialsTest)/screenshot.png]]
[[ATTACHMENT|/home/jenkins/agent/workspace/_acceptance-test-harness_PR-2565/target/diagnostics/manageDomainSSHCredentialsTest(plugins.SSHCredentialsTest)/last-page.html]]
[[ATTACHMENT|/home/jenkins/agent/workspace/_acceptance-test-harness_PR-2565/target/diagnostics/manageDomainSSHCredentialsTest(plugins.SSHCredentialsTest)/threaddump.log]]
[[ATTACHMENT|/home/jenkins/agent/workspace/_acceptance-test-harness_PR-2565/target/diagnostics/manageDomainSSHCredentialsTest(plugins.SSHCredentialsTest)/ui-recording.mp4]]
master1258478670|2026-01-14 22:52:23.350+0000 [id=45] INFO winstone.Logger#logInternal: JVM is terminating. Shutting down Jetty
master1258478670|2026-01-14 22:52:23.351+0000 [id=45] INFO org.eclipse.jetty.server.Server#doStop: Stopped oejs.Server@f339eae{STOPPING}[12.1.5,sto=0]
master1258478670|2026-01-14 22:52:23.353+0000 [id=45] INFO o.e.j.server.AbstractConnector#doStop: Stopped oejs.ServerConnector@546621c4{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
master1258478670|2026-01-14 22:52:23.357+0000 [id=45] INFO hudson.lifecycle.Lifecycle#onStatusUpdate: Stopping Jenkins
master1258478670|2026-01-14 22:52:23.360+0000 [id=45] INFO jenkins.model.Jenkins$17#onAttained: Started termination
master1258478670|2026-01-14 22:52:23.367+0000 [id=45] INFO jenkins.model.Jenkins$17#onAttained: Completed termination
master1258478670|2026-01-14 22:52:23.367+0000 [id=45] INFO jenkins.model.Jenkins#_cleanUpDisconnectComputers: Starting node disconnection
master1258478670|2026-01-14 22:52:23.379+0000 [id=45] INFO jenkins.model.Jenkins#_cleanUpShutdownPluginManager: Stopping plugin manager
master1258478670|2026-01-14 22:52:23.380+0000 [id=45] INFO jenkins.model.Jenkins#_cleanUpPersistQueue: Persisting build queue
master1258478670|2026-01-14 22:52:23.384+0000 [id=45] INFO jenkins.model.Jenkins#_cleanUpAwaitDisconnects: Waiting for node disconnection completion
master1258478670|2026-01-14 22:52:23.385+0000 [id=45] INFO hudson.lifecycle.Lifecycle#onStatusUpdate: Jenkins stopped
more test results are not shown here, view them on Jenkins
Loading