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

Update README.md #10

Merged
merged 2 commits into from
Nov 17, 2023

doc(README): Clarify CSV format

04ec05a
Select commit
Loading
Failed to load commit list.
Merged

Update README.md #10

doc(README): Clarify CSV format
04ec05a
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Tests / windows-8 / Build (windows-8) failed Nov 15, 2023 in 0s

io.jenkins.plugins.benchmark.BenchmarkBuilderTest.desriptorTest failed

Send us feedback

Details

io.jenkins.plugins.benchmark.BenchmarkBuilderTest.desriptorTest

Stack trace
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:87)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertTrue(Assert.java:53)
	at io.jenkins.plugins.benchmark.BenchmarkBuilderTest.desriptorTest(BenchmarkBuilderTest.java:582)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.jvnet.hudson.test.JenkinsRule$1.evaluate(JenkinsRule.java:601)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:750)
Standard error
0.008 [id=784]	INFO	o.jvnet.hudson.test.JenkinsRule#createWebServer: Running on http://localhost:50194/jenkins/
   0.018 [id=797]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization
   0.019 [id=800]	INFO	jenkins.InitReactorRunner$1#onAttained: Listed all plugins
   0.085 [id=799]	INFO	jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
   0.086 [id=799]	INFO	jenkins.InitReactorRunner$1#onAttained: Started all plugins
   0.086 [id=803]	INFO	jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
   0.668 [id=796]	INFO	jenkins.InitReactorRunner$1#onAttained: System config loaded
   0.668 [id=796]	INFO	jenkins.InitReactorRunner$1#onAttained: System config adapted
   0.668 [id=797]	INFO	jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
   0.668 [id=803]	INFO	jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
   0.681 [id=803]	INFO	jenkins.InitReactorRunner$1#onAttained: Completed initialization
java.net.ConnectException: Connection timed out: connect
	at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
	at java.net.Socket.connect(Socket.java:607)
	at sun.net.ftp.impl.FtpClient.doConnect(FtpClient.java:1062)
	at sun.net.ftp.impl.FtpClient.tryConnect(FtpClient.java:1024)
	at sun.net.ftp.impl.FtpClient.connect(FtpClient.java:1119)
	at sun.net.ftp.impl.FtpClient.connect(FtpClient.java:1105)
	at sun.net.www.protocol.ftp.FtpURLConnection.connect(FtpURLConnection.java:311)
	at sun.net.www.protocol.ftp.FtpURLConnection.getInputStream(FtpURLConnection.java:417)
	at java.net.URL.openStream(URL.java:1093)
	at io.jenkins.plugins.benchmark.data.Reader.getBufferedReader(Reader.java:24)
	at io.jenkins.plugins.benchmark.data.CSVReader.read(CSVReader.java:23)
	at io.jenkins.plugins.benchmark.data.BenchmarkResults.read(BenchmarkResults.java:29)
	at io.jenkins.plugins.benchmark.BenchmarkBuilder$DescriptorImpl.doCheckFilepath(BenchmarkBuilder.java:286)
	at io.jenkins.plugins.benchmark.BenchmarkBuilderTest.desriptorTest(BenchmarkBuilderTest.java:581)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.jvnet.hudson.test.JenkinsRule$1.evaluate(JenkinsRule.java:601)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:750)
  22.324 [id=784]	INFO	jenkins.model.Jenkins#cleanUp: Stopping Jenkins
  22.367 [id=784]	INFO	jenkins.model.Jenkins#cleanUp: Jenkins stopped
Standard out
=== Starting desriptorTest(io.jenkins.plugins.benchmark.BenchmarkBuilderTest)