Build: #2 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Test results

  • 7 tests in total
  • 3 tests failed
  • 3 failures are new
  • 28 seconds taken in total.

Build 2 has the following 3 errors: 3 new failure(s) occurred since the previous build.

New test failures 3
Status Test Duration
Collapse Failed SoftwareServerTest test4
2 secs
java.lang.AssertionError: Error: Did not get answer from URL []
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at edu.illinois.ncsa.isda.softwareserver.SoftwareServerTest.test4(SoftwareServerTest.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
(27 more lines...)
Collapse Failed SoftwareServerTest test5
4 secs
java.lang.AssertionError: Error: Did not get answer from URL []
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at edu.illinois.ncsa.isda.softwareserver.SoftwareServerTest.test5(SoftwareServerTest.java:188)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
(27 more lines...)
Collapse Failed PolyglotTest test2
8 secs
java.lang.AssertionError: Did not get answer from URL []
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at edu.illinois.ncsa.isda.softwareserver.polyglot.PolyglotTest.test2(PolyglotTest.java:76)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
(25 more lines...)