Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Build problem

I just tried building Jetty 7 at svn revision 2060 and one test testPutWrongPassword(org.eclipse.jetty.client.SslSecuredErrorStatusTest) failed, details below [1].

Next I tried another machine and this build failed after 18 minutes with a download failure, details below [2]. After a few more attempts on both machines, it seems that this problem is persistent.

Any suggestions?

Thanks,
Glyn

[1] -------------------------------------------------------------------------------
Test set: org.eclipse.jetty.client.SslSecuredErrorStatusTest
-------------------------------------------------------------------------------
Tests run: 20, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.359 sec <<< FAILURE!
testPutWrongPassword(org.eclipse.jetty.client.SslSecuredErrorStatusTest)  Time elapsed: 0.111 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<401> but was:<0>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:283)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:195)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at org.eclipse.jetty.client.ErrorStatusTest.doPutFail(ErrorStatusTest.java:140)
	at org.eclipse.jetty.client.SslSecuredErrorStatusTest.testPutWrongPassword(SslSecuredErrorStatusTest.java:58)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)

[2] [get] Getting: http://mirror.cc.vt.edu/pub/eclipse/eclipse/downloads/drops/S-3.6RC4-201006031500/ecj-3.6RC4.jar
      [get] To: /Users/glynnormington/.m2/eclipse-orbit/S-3.6RC4-201006031500/ecj-3.6RC4.jar
      [get] Error opening connection java.io.FileNotFoundException: http://mirror.cc.vt.edu/pub/eclipse/eclipse/downloads/drops/S-3.6RC4-201006031500/ecj-3.6RC4.jar
      [get] Error opening connection java.io.FileNotFoundException: http://mirror.cc.vt.edu/pub/eclipse/eclipse/downloads/drops/S-3.6RC4-201006031500/ecj-3.6RC4.jar
      [get] Error opening connection java.io.FileNotFoundException: http://mirror.cc.vt.edu/pub/eclipse/eclipse/downloads/drops/S-3.6RC4-201006031500/ecj-3.6RC4.jar
      [get] Can't get http://mirror.cc.vt.edu/pub/eclipse/eclipse/downloads/drops/S-3.6RC4-201006031500/ecj-3.6RC4.jar to /Users/glynnormington/.m2/eclipse-orbit/S-3.6RC4-201006031500/ecj-3.6RC4.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: Can't get http://mirror.cc.vt.edu/pub/eclipse/eclipse/downloads/drops/S-3.6RC4-201006031500/ecj-3.6RC4.jar to /Users/glynnormington/.m2/eclipse-orbit/S-3.6RC4-201006031500/ecj-3.6RC4.jar



Back to the top