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

failure in tests when running mvn install clean on Windows 8 #797

Closed
ecemandirac opened this issue Nov 21, 2013 · 1 comment
Closed

failure in tests when running mvn install clean on Windows 8 #797

ecemandirac opened this issue Nov 21, 2013 · 1 comment

Comments

@ecemandirac
Copy link

Hi,

I try to do mvn clean install under repose-master folder after I cloned it from github. It gives various failure messages as below:


T E S T S

Running com.rackspace.papi.service.httpclient.impl.ClientDecommissionerTest
port1: 49559
port2: 49560
log4j:WARN No appenders could be found for logger (com.rackspace.papi.service.httpclient.impl.ClientDecommissionManager).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
GET /blah HTTP/1.1
Request: One
host: localhost:49559
connection: close
User-Agent: Apache-HttpClient/4.2.3 (java 1.5)
Exception in thread "Thread-5" java.io.InterruptedIOException
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:458)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.479 sec
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)Running com.rackspace.papi.service.httpclient.impl.HttpConnectionPoolProviderTest

at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
at org.apache.http.client.HttpClient$execute.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at com.rackspace.papi.service.httpclient.impl.ClientDecommissionerTest$_testAddClientToBeDecommissioned_closure4.doCall(ClientDecommissionerTest.groovy:170)
at com.rackspace.papi.service.httpclient.impl.ClientDecommissionerTest$_testAddClientToBeDecommissioned_closure4.doCall(ClientDecommissionerTest.groovy)
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)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:909)
at groovy.lang.Closure.call(Closure.java:411)
at groovy.lang.Closure.call(Closure.java:405)
at groovy.lang.Closure.run(Closure.java:492)
at java.lang.Thread.run(Thread.java:744)

Caused by: java.lang.InterruptedException
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2017)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2052)
at org.apache.http.pool.PoolEntryFuture.await(PoolEntryFuture.java:131)
at org.apache.http.pool.AbstractConnPool.getPoolEntryBlocking(AbstractConnPool.java:281)
at org.apache.http.pool.AbstractConnPool.access$000(AbstractConnPool.java:62)
at org.apache.http.pool.AbstractConnPool$2.getPoolEntry(AbstractConnPool.java:176)
at org.apache.http.pool.AbstractConnPool$2.getPoolEntry(AbstractConnPool.java:172)
at org.apache.http.pool.PoolEntryFuture.get(PoolEntryFuture.java:100)
at org.apache.http.impl.conn.PoolingClientConnectionManager.leaseConnection(PoolingClientConnectionManager.java:212)
at org.apache.http.impl.conn.PoolingClientConnectionManager$1.getConnection(PoolingClientConnectionManager.java:199)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:456)
... 21 more
closing...

another one:


T E S T S

Running com.rackspace.papi.commons.util.arrays.ByteArrayComparatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running com.rackspace.papi.commons.util.digest.impl.MD5MessageDigesterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running com.rackspace.papi.commons.util.digest.impl.SHA1MessageDigesterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.rackspace.papi.commons.util.digest.MessageDigestResourceContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec
Running com.rackspace.papi.commons.util.http.CommonHttpHeaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.rackspace.papi.commons.util.http.EndpointsHeaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec
Running com.rackspace.papi.commons.util.http.ExtendedHttpHeaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.rackspace.papi.commons.util.http.header.HeaderFieldParserTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.http.header.HeaderValueImplTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.rackspace.papi.commons.util.http.header.HeaderValueParserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.http.header.QualityFactorHeaderChooserTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.015 sec
Running com.rackspace.papi.commons.util.http.header.QualityFactorUtilityTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running com.rackspace.papi.commons.util.http.header.SplittableHeaderUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.rackspace.papi.commons.util.http.HttpDateTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE!
Running com.rackspace.papi.commons.util.http.HttpStatusCodeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.http.media.MediaRangeParserTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.rackspace.papi.commons.util.http.media.MediaTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.http.media.MimeTypeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.http.media.servlet.RequestMediaRangeInterrogatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running com.rackspace.papi.commons.util.http.media.VariantParserTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running com.rackspace.papi.commons.util.http.normal.QueryStringNormalizerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.io.buffer.CyclicByteBufferTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.rackspace.papi.commons.util.io.buffer.SynchronizedByteBufferTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.rackspace.papi.commons.util.io.BufferCapacityExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.rackspace.papi.commons.util.io.ByteBufferInputStreamTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.035 sec
Running com.rackspace.papi.commons.util.io.ByteBufferOutputStreamTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.io.ByteBufferServletOutputStreamTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.io.charset.CharacterSetSupportTest
0 [main] ERROR com.rackspace.papi.commons.util.io.charset.CharacterSets - The character set encoding UFT-33 is not avaiable on this system but is required to run Repose. This is a fatal system exception. Exiting.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running com.rackspace.papi.commons.util.io.FilePathReaderImplTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.rackspace.papi.commons.util.io.FileReaderImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running com.rackspace.papi.commons.util.io.InputStreamMergerTest
Stream1Stream2
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running com.rackspace.papi.commons.util.io.MessageDigesterOutputStreamTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.io.ObjectSerializerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec
Running com.rackspace.papi.commons.util.io.OutputStreamSplitterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.rackspace.papi.commons.util.io.RawInputStreamReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.io.SimpleBufferInputStreamTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.rackspace.papi.commons.util.io.stream.LimitedReadInputStreamTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.io.stream.ServletInputStreamWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running com.rackspace.papi.commons.util.logging.apache.constraint.StatusCodeConstraintTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.logging.apache.format.converters.DateConversionFormatTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running com.rackspace.papi.commons.util.logging.apache.format.converters.DateTimeFormatConverterTest
112 [main] WARN com.rackspace.papi.commons.util.logging.apache.format.converters.DateTimeFormatConverter - Invalid date conversion parameters: not a date/ISO_8601/RFC_1123
java.text.ParseException: Unparseable date: "not a date"
at java.text.DateFormat.parse(DateFormat.java:357)
at com.rackspace.papi.commons.util.logging.apache.format.converters.DateTimeFormatConverter.convert(DateTimeFormatConverter.java:23)
at com.rackspace.papi.commons.util.logging.apache.format.converters.FormatConverter$convert.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
at com.rackspace.papi.commons.util.logging.apache.format.converters.DateTimeFormatConverterTest.invalid input value with valid formats passes through(DateTimeFormatConverterTest.groovy:37)
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)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
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)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)
122 [main] WARN com.rackspace.papi.commons.util.logging.apache.format.converters.DateTimeFormatConverter - Invalid date conversion parameters: Sat, 05 Nov 1994 13:15:30 GMT/squirrel noises/ISO_8601
java.text.ParseException: Unparseable date: "Sat, 05 Nov 1994 13:15:30 GMT"
at java.text.DateFormat.parse(DateFormat.java:357)
at com.rackspace.papi.commons.util.logging.apache.format.converters.DateTimeFormatConverter.convert(DateTimeFormatConverter.java:23)
at com.rackspace.papi.commons.util.logging.apache.format.converters.FormatConverter$convert.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
at com.rackspace.papi.commons.util.logging.apache.format.converters.DateTimeFormatConverterTest.valid input value with a bad input format defaults to rfc-1123(DateTimeFormatConverterTest.groovy:68)
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)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
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)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)
Tests run: 8, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 0 sec <<< FAILURE!

another:

Running com.rackspace.papi.commons.util.xslt.LogErrorListenerTest
3114 [main] WARN com.rackspace.papi.commons.util.xslt.LogErrorListener - This is simply a warning
3120 [main] WARN com.rackspace.papi.commons.util.xslt.LogErrorListener - Throwing Error!
3121 [main] ERROR com.rackspace.papi.commons.util.xslt.LogErrorListener - Fatal error while processing XSLT, see previous LogErrorListener WARN for a hint. MSG : Termination forced by an xsl:message instruction
javax.xml.transform.TransformerException: Termination forced by an xsl:message instruction
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.postErrorToListener(TransformerImpl.java:811)
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:754)
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:359)
at com.rackspace.papi.commons.util.xslt.LogErrorListenerTest$WhenTransformingXSLWithErrors.shouldThrowRuntimeExceptionOnFailXML(LogErrorListenerTest.java:37)
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)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:22)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
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)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)

Results :

Failed tests: shouldOutputCorrectFormat(com.rackspace.papi.commons.util.http.HttpDateTest$WhenMarshallingToRFC1123): Date format did not match expected expected:<[Sun, 06 N]ov 1994 08:49:37 GMT> but was:<[sö, 06 n]ov 1994 08:49:37 GMT>
valid input value with a bad input format defaults to rfc-1123(com.rackspace.papi.commons.util.logging.apache.format.converters.DateTimeFormatConverterTest): assert (result.equals('1994-11-05T13:15:30Z'))

Tests run: 445, Failures: 2, Errors: 0, Skipped: 10

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Repose ............................................ SUCCESS [0.099s]
[INFO] Repose - Build Support Profiles ................... SUCCESS [0.375s]
[INFO] Repose - External Library Support ................. SUCCESS [0.015s]
[INFO] JavaEE 6 - XML Schema Library ..................... SUCCESS [3.478s]
[INFO] Repose - Servlet API Spec ......................... SUCCESS [1.438s]
[INFO] OpenStack Auth XML Schemas ........................ SUCCESS [2.973s]
[INFO] Rackspace Cloud Auth 1.1 XML Schemas .............. SUCCESS [6.195s]
[INFO] Repose Services ................................... SUCCESS [0.014s]
[INFO] Repose Services - HttpClient Support .............. SUCCESS [0.012s]
[INFO] Repose Services - HttpClient API .................. SUCCESS [1.464s]
[INFO] Repose Services - HttpClient Connection Pool Impl . SUCCESS [8.484s]
[INFO] Repose Commons - Commons Support .................. SUCCESS [0.083s]
[INFO] Repose Commons - Utilities ........................ FAILURE [7.688s]
[INFO] Repose Services - ServiceClient Support ........... SKIPPED
[INFO] Repose Services - AuthClient API .................. SKIPPED
[INFO] Repose Service Clients - Service Clients Support .. SKIPPED
[INFO] Repose Service Clients - Auth Service ............. SKIPPED
[INFO] Repose Commons - Configuration Management ......... SKIPPED
[INFO] Repose Commons - Class Loader ..................... SKIPPED
[INFO] Repose Services - AuthClient Akka Impl ............ SKIPPED
[INFO] Repose Core - Core Support ........................ SKIPPED
[INFO] Repose Core - Power API Core Library .............. SKIPPED
[INFO] Repose Services - Rate Limiting ................... SKIPPED
[INFO] Repose Commons - Jetty Container Support .......... SKIPPED
[INFO] Repose Components - Components Support ............ SKIPPED
[INFO] Repose Components - Distributed Datastore ......... SKIPPED
[INFO] Repose Components - Rate Limiting ................. SKIPPED
[INFO] Repose Test - Testing Service and Mocks ........... SKIPPED
[INFO] PlanetJ CompressingFilter ......................... SKIPPED
[INFO] Repose Services - Configuration Support ........... SKIPPED
[INFO] Repose Services - Configuration API ............... SKIPPED
[INFO] Repose Services - Configuration Impl .............. SKIPPED
[INFO] Repose Core - Root Web Application ................ SKIPPED
[INFO] Repose Components - Versioning .................... SKIPPED
[INFO] Repose Components - Client Authentication ......... SKIPPED
[INFO] Repose Valve - Integration Proxy Container ........ SKIPPED
[INFO] Repose Components - Default Request Routing Component SKIPPED
[INFO] Repose Components - URI Normalization ............. SKIPPED
[INFO] Repose Components - Content Normalization ......... SKIPPED
[INFO] Repose Components - Header Normalization .......... SKIPPED
[INFO] Repose Components - Client Identity By Header ..... SKIPPED
[INFO] Repose Components - Client Header Identity Mapping SKIPPED
[INFO] Repose Components - Client Identity By URI ........ SKIPPED
[INFO] Repose Components - Client Identity By Content - Auth 1.1 SKIPPED
[INFO] Repose Components - Client Identity By Content - Auth 2.0 SKIPPED
[INFO] Repose Components - Service Authentication ........ SKIPPED
[INFO] Repose Components - Destination Router ............ SKIPPED
[INFO] Repose Components - HTTP Logging .................. SKIPPED
[INFO] Repose Components - Replicated Datastore .......... SKIPPED
[INFO] Repose Components - Translation ................... SKIPPED
[INFO] Repose Components - Testing Echo Filter ........... SKIPPED
[INFO] Repose Components - Client Authorization .......... SKIPPED
[INFO] Repose Components - Client Identity By IP ......... SKIPPED
[INFO] Repose Components - Flush Output Stream ........... SKIPPED
[INFO] Repose Components - Compression ................... SKIPPED
[INFO] Repose Components - Header Translation ............ SKIPPED
[INFO] Repose Components - URI Stripper .................. SKIPPED
[INFO] Repose Components - EAR Bundle .................... SKIPPED
[INFO] Repose Components - Command Line Utilities ........ SKIPPED
[INFO] Repose Components - Extensions Support ............ SKIPPED
[INFO] Repose Components - API Validator ................. SKIPPED
[INFO] Repose Components - Extensions EAR Bundle ......... SKIPPED
[INFO] Repose - Installation ............................. SKIPPED
[INFO] Repose - Installation RPM ......................... SKIPPED
[INFO] Repose - Installation ROOT.WAR RPM ................ SKIPPED
[INFO] Repose - Installation Filters RPM ................. SKIPPED
[INFO] Repose - Installation Extension Filters RPM ....... SKIPPED
[INFO] Repose - Valve Installation RPM ................... SKIPPED
[INFO] Repose - Installation Cloud Integration CLI-Utils RPM SKIPPED
[INFO] Repose - Installation Utility Grid Filters RPM .... SKIPPED
[INFO] Repose - Installation Utility Grid Valve RPM ...... SKIPPED
[INFO] Repose - Installation DEB ......................... SKIPPED
[INFO] Repose - Installation Cloud Integration CLI-Utilities DEB SKIPPED
[INFO] Repose - Installation Repose Filter Bundle DEB .... SKIPPED
[INFO] Repose - Installation Extension Filters DEB ....... SKIPPED
[INFO] Repose - Installation Repose Valve DEB ............ SKIPPED
[INFO] Repose - Management ............................... SKIPPED
[INFO] Repose - Functional Test Support .................. SKIPPED
[INFO] Repose Test - Testing embedded support for Repose . SKIPPED
[INFO] Repose Test - Testing Repose with Embedded Glassfish SKIPPED
[INFO] Repose Test - Testing Repose with Embedded Tomcat . SKIPPED
[INFO] Repose Tests - Spock Functional Tests ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.011s
[INFO] Finished at: Thu Nov 21 16:52:24 CET 2013
[INFO] Final Memory: 62M/149M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project utilities: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Users\ece\repose-master\repose-aggregator\commons\utilities\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project utilities: There are test failures.

Please refer to C:\Users\ece\repose-master\repose-aggregator\commons\utilities\target\surefire-reports for the individual test results.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
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)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to C:\Users\ece\repose-master\repose-aggregator\commons\utilities\target\surefire-reports for the individual test results.
at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87)
at org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:631)
at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:605)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:136)
at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :utilities

@wdschei
Copy link
Contributor

wdschei commented Dec 30, 2014

We don't currently support building on Windows platforms. This issue has been entered into our backlog for review by our stakeholders. You can view the status of this at:

https://repose.atlassian.net/browse/REP-1585

@wdschei wdschei closed this as completed Dec 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants