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

Add icons to Command Palette #10049

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Merge branch 'master' into add-icons-to-command-palette

489bdec
Select commit
Loading
Failed to load commit list.
Open

Add icons to Command Palette #10049

Merge branch 'master' into add-icons-to-command-palette
489bdec
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Tests / windows-jdk17 / Windows - JDK 17 - Build / Test failed Dec 14, 2024 in 1h 43m 28s

hudson.model.ViewTest.privateView failed

Send us feedback

Details

hudson.model.ViewTest.privateView

Could not retrieve XPath >//div[@class='tabBar']//div[@class='tab active']/a/text()< on HtmlPage(http://localhost:50025/jenkins/user/me/my-views/view/all/)@1189519172
Stack trace
java.lang.RuntimeException: Could not retrieve XPath >//div[@class='tabBar']//div[@class='tab active']/a/text()< on HtmlPage(http://localhost:50025/jenkins/user/me/my-views/view/all/)@1189519172
	at org.htmlunit.html.xpath.XPathHelper.getByXPath(XPathHelper.java:91)
	at org.htmlunit.html.DomNode.getByXPath(DomNode.java:1849)
	at org.htmlunit.html.DomNode.getFirstByXPath(DomNode.java:1879)
	at org.htmlunit.html.DomNode.getFirstByXPath(DomNode.java:1863)
	at hudson.model.ViewTest.privateView(ViewTest.java:191)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.jvnet.hudson.test.JenkinsRule$1.evaluate(JenkinsRule.java:658)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: javax.xml.transform.TransformerException: Cannot invoke "org.w3c.dom.Node.getNextSibling()" because "pos" is null
	at org.htmlunit.html.xpath.XPathAdapter.execute(XPathAdapter.java:223)
	at org.htmlunit.html.xpath.XPathHelper.getByXPath(XPathHelper.java:103)
	at org.htmlunit.html.xpath.XPathHelper.getByXPath(XPathHelper.java:88)
	... 8 more
Caused by: java.lang.NullPointerException: Cannot invoke "org.w3c.dom.Node.getNextSibling()" because "pos" is null
	at org.htmlunit.xpath.xml.dtm.ref.dom2dtm.DOM2DTM.nextNode(DOM2DTM.java:328)
	at org.htmlunit.xpath.xml.dtm.ref.DTMDefaultBase._nextsib(DTMDefaultBase.java:465)
	at org.htmlunit.xpath.xml.dtm.ref.DTMDefaultBase.getNextSibling(DTMDefaultBase.java:903)
	at org.htmlunit.xpath.xml.dtm.ref.DTMDefaultBaseTraversers$ChildTraverser.next(DTMDefaultBaseTraversers.java:291)
	at org.htmlunit.xpath.axes.AxesWalker.getNextNode(AxesWalker.java:237)
	at org.htmlunit.xpath.axes.AxesWalker.nextNode(AxesWalker.java:265)
	at org.htmlunit.xpath.axes.WalkingIterator.nextNode(WalkingIterator.java:132)
	at org.htmlunit.xpath.axes.NodeSequence.nextNode(NodeSequence.java:247)
	at org.htmlunit.xpath.axes.NodeSequence.runTo(NodeSequence.java:352)
	at org.htmlunit.xpath.axes.NodeSequence.setRoot(NodeSequence.java:190)
	at org.htmlunit.xpath.axes.LocPathIterator.execute(LocPathIterator.java:109)
	at org.htmlunit.html.xpath.XPathAdapter.execute(XPathAdapter.java:201)
	... 10 more
Standard error
0.085 [id=1573]	INFO	o.jvnet.hudson.test.JenkinsRule#createWebServer2: Running on http://localhost:50025/jenkins/
   0.153 [id=1573]	INFO	jenkins.model.Jenkins#<init>: Starting version 2.490-rc35724.489b_dec4c431
   0.207 [id=1586]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization
   0.257 [id=1592]	INFO	jenkins.InitReactorRunner$1#onAttained: Listed all plugins
   0.260 [id=1590]	INFO	j.b.api.BouncyCastlePlugin#start: C:\Jenkins\agent\workspace\Core_jenkins_PR-10049\test\target\j h14279434895280402038\plugins\bouncycastle-api\WEB-INF\optional-lib not found; for non RealJenkinsRule this is fine and can be ignored.
   0.701 [id=1591]	INFO	jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
   0.703 [id=1590]	INFO	jenkins.InitReactorRunner$1#onAttained: Started all plugins
   0.707 [id=1588]	INFO	jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
   1.190 [id=1585]	INFO	jenkins.InitReactorRunner$1#onAttained: System config loaded
   1.191 [id=1585]	INFO	jenkins.InitReactorRunner$1#onAttained: System config adapted
   1.191 [id=1585]	INFO	jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
   1.192 [id=1590]	INFO	jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
   1.361 [id=1592]	INFO	jenkins.InitReactorRunner$1#onAttained: Completed initialization
  12.095 [id=1573]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Stopping Jenkins
  12.213 [id=1573]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Jenkins stopped
  13.120 [id=1573]	INFO	o.j.h.t.TemporaryDirectoryAllocator#dispose: deleting C:\Jenkins\agent\workspace\Core_jenkins_PR-10049\test\target\j h14279434895280402038
Standard out
=== Starting privateView(hudson.model.ViewTest)
WARN: The method class org.apache.commons.logging.impl.SLF4JLogFactory#release() was invoked.
WARN: Please see http://www.slf4j.org/codes.html#release for an explanation.