|
From: <mo...@bo...> - 2018-11-08 18:24:32
|
See <https://build.geoserver.org/job/geowebcache-master/2042/display/redirect?page=changes> Changes: [tbarsballe] Support new mapbox vector mime on Demo page [tbarsballe] Update Demo page to OL 5.3.0 (From 3.17.1) ------------------------------------------ [...truncated 854.63 KB...] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.968 s - in org.geowebcache.s3.S3BlobStoreConfigSerializeTest [INFO] Running org.geowebcache.s3.OfflineS3BlobStoreIntegrationTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 08 Nov 18:23:54 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:23:57 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:23:57 WARN [internal.S3AbortableInputStream] - Not all bytes were read from the S3ObjectInputStream, aborting HTTP connection. This is likely an error and may result in sub-optimal behavior. Request only the bytes you need via a ranged GET or drain the input stream after use. 08 Nov 18:23:57 WARN [internal.S3AbortableInputStream] - Not all bytes were read from the S3ObjectInputStream, aborting HTTP connection. This is likely an error and may result in sub-optimal behavior. Request only the bytes you need via a ranged GET or drain the input stream after use. 08 Nov 18:23:57 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:23:58 WARN [s3.S3BlobStore] - Unknown error performing bulk S3 delete of 'testbucket/topp:world/EPSG:4326/' com.amazonaws.AbortedException: at com.amazonaws.internal.SdkFilterInputStream.abortIfNeeded(SdkFilterInputStream.java:53) at com.amazonaws.internal.SdkFilterInputStream.markSupported(SdkFilterInputStream.java:117) at com.amazonaws.http.RepeatableInputStreamRequestEntity.isRepeatable(RepeatableInputStreamRequestEntity.java:139) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.shouldRetry(AmazonHttpClient.java:1475) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleRetryableException(AmazonHttpClient.java:1120) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1066) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:743) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:717) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:699) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:667) at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:649) at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:513) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4368) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4315) at com.amazonaws.services.s3.AmazonS3Client.deleteObjects(AmazonS3Client.java:2136) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:408) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:351) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) 08 Nov 18:23:58 WARN [s3.S3BlobStore] - Unknown error performing bulk S3 delete of 'testbucket/topp:world/' com.amazonaws.AbortedException: at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleInterruptedException(AmazonHttpClient.java:795) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:701) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:667) at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:649) at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:513) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4368) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4315) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4309) at com.amazonaws.services.s3.AmazonS3Client.listObjects(AmazonS3Client.java:841) at com.amazonaws.services.s3.iterable.S3Objects$S3ObjectIterator.prepareCurrentListing(S3Objects.java:192) at com.amazonaws.services.s3.iterable.S3Objects$S3ObjectIterator.hasNext(S3Objects.java:165) at java.util.Iterator.forEachRemaining(Iterator.java:115) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:386) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:351) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Caused by: com.amazonaws.http.timers.client.SdkInterruptedException at com.amazonaws.http.AmazonHttpClient$RequestExecutor.checkInterrupted(AmazonHttpClient.java:842) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.checkInterrupted(AmazonHttpClient.java:828) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1021) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:743) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:717) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:699) ... 22 more 08 Nov 18:24:08 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:08 WARN [s3.S3BlobStore] - Unknown error performing bulk S3 delete of 'testbucket/topp:world/EPSG:4326/' com.amazonaws.AbortedException: at com.amazonaws.internal.SdkFilterInputStream.abortIfNeeded(SdkFilterInputStream.java:53) at com.amazonaws.internal.SdkFilterInputStream.markSupported(SdkFilterInputStream.java:117) at com.amazonaws.http.RepeatableInputStreamRequestEntity.isRepeatable(RepeatableInputStreamRequestEntity.java:139) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.shouldRetry(AmazonHttpClient.java:1475) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleRetryableException(AmazonHttpClient.java:1120) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1066) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:743) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:717) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:699) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:667) at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:649) at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:513) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4368) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4315) at com.amazonaws.services.s3.AmazonS3Client.deleteObjects(AmazonS3Client.java:2136) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:408) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:351) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) 08 Nov 18:24:08 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:08 WARN [s3.S3BlobStore] - Unknown error performing bulk S3 delete of 'testbucket/topp:world/' com.amazonaws.AbortedException: at com.amazonaws.internal.SdkFilterInputStream.abortIfNeeded(SdkFilterInputStream.java:53) at com.amazonaws.internal.SdkFilterInputStream.read(SdkFilterInputStream.java:81) at org.apache.http.entity.InputStreamEntity.writeTo(InputStreamEntity.java:140) at com.amazonaws.http.RepeatableInputStreamRequestEntity.writeTo(RepeatableInputStreamRequestEntity.java:160) at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:156) at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160) at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238) at com.amazonaws.http.protocol.SdkHttpRequestExecutor.doSendRequest(SdkHttpRequestExecutor.java:63) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at com.amazonaws.http.apache.client.impl.SdkHttpClient.execute(SdkHttpClient.java:72) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeOneRequest(AmazonHttpClient.java:1238) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1058) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:743) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:717) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:699) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:667) at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:649) at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:513) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4368) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4315) at com.amazonaws.services.s3.AmazonS3Client.deleteObjects(AmazonS3Client.java:2136) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:408) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:351) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) [ERROR] [11/08/2018 18:24:08.405] [s3mock-akka.actor.default-dispatcher-15] [akka.actor.ActorSystemImpl(s3mock)] Error during processing of request: 'Substream Source cannot be materialized more than once'. Completing with 500 Internal Server Error response. To change default exception handling behavior, provide a custom ExceptionHandler. java.lang.IllegalStateException: Substream Source cannot be materialized more than once at akka.stream.impl.fusing.SubSource$$anon$4.setCB(StreamOfStreams.scala:716) at akka.stream.impl.fusing.SubSource$$anon$4.preStart(StreamOfStreams.scala:726) at akka.stream.impl.fusing.GraphInterpreter.init(GraphInterpreter.scala:290) at akka.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:540) at akka.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:662) at akka.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:710) at akka.actor.Actor.aroundPreStart(Actor.scala:528) at akka.actor.Actor.aroundPreStart$(Actor.scala:528) at akka.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:653) at akka.actor.ActorCell.create(ActorCell.scala:591) at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:462) at akka.actor.ActorCell.systemInvoke(ActorCell.scala:484) at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282) at akka.dispatch.Mailbox.run(Mailbox.scala:223) at akka.dispatch.Mailbox.exec(Mailbox.scala:234) at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) 08 Nov 18:24:08 WARN [s3.S3BlobStore] - Unknown error performing bulk S3 delete of 'testbucket/topp:world/' com.amazonaws.services.s3.model.MultiObjectDeleteException: One or more objects could not be deleted (Service: null; Status Code: 200; Error Code: null; Request ID: null; S3 Extended Request ID: null), S3 Extended Request ID: null at com.amazonaws.services.s3.AmazonS3Client.deleteObjects(AmazonS3Client.java:2146) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:408) at org.geowebcache.s3.S3Ops$BulkDelete.call(S3Ops.java:351) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) 08 Nov 18:24:08 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:08 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context 08 Nov 18:24:08 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset. 08 Nov 18:24:08 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:09 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context 08 Nov 18:24:09 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset. 08 Nov 18:24:09 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:09 WARN [grid.GridSetBroker] - GridSetBroker.initialize() called without having set application context 08 Nov 18:24:09 FATAL [geowebcache.GeoWebCacheExtensions] - Extension lookup occured, but ApplicationContext is unset. 08 Nov 18:24:09 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:09 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:09 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties [ERROR] Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 22.377 s <<< FAILURE! - in org.geowebcache.s3.OfflineS3BlobStoreIntegrationTest [ERROR] testTruncateOptimizationIfNoListeners(org.geowebcache.s3.OfflineS3BlobStoreIntegrationTest) Time elapsed: 0.464 s <<< ERROR! com.amazonaws.services.s3.model.MultiObjectDeleteException: One or more objects could not be deleted (Service: null; Status Code: 200; Error Code: null; Request ID: null; S3 Extended Request ID: null) [INFO] [11/08/2018 18:24:09.669] [s3mock-shutdown-hook-1] [CoordinatedShutdown(akka://s3mock)] Starting coordinated shutdown from JVM shutdown hook [INFO] Running org.geowebcache.s3.S3BlobStoreConfigProviderTest Security framework of XStream not initialized, XStream is probably vulnerable. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.162 s - in org.geowebcache.s3.S3BlobStoreConfigProviderTest [INFO] Running org.geowebcache.s3.OnlineS3BlobStoreIntegrationTest 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties 08 Nov 18:24:13 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.449 s - in org.geowebcache.s3.OnlineS3BlobStoreIntegrationTest [INFO] Running org.geowebcache.s3.S3BlobStoreConfigTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s - in org.geowebcache.s3.S3BlobStoreConfigTest [INFO] Running org.geowebcache.config.S3BlobStoreConfigStoreLoadTest 08 Nov 18:24:15 WARN [s3.PropertiesLoader] - S3 storage config file not found. GWC S3 tests will be ignored. /var/jenkins/.gwc_s3_tests.properties [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.665 s - in org.geowebcache.config.S3BlobStoreConfigStoreLoadTest [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] OfflineS3BlobStoreIntegrationTest>AbstractS3BlobStoreIntegrationTest.testTruncateOptimizationIfNoListeners:450 » MultiObjectDelete [INFO] [ERROR] Tests run: 61, Failures: 0, Errors: 1, Skipped: 41 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] geowebcache ........................................ SUCCESS [ 3.382 s] [INFO] gwc-core ........................................... SUCCESS [02:18 min] [INFO] gwc-georss ......................................... SUCCESS [ 5.363 s] [INFO] gwc-gmaps .......................................... SUCCESS [ 2.211 s] [INFO] gwc-kml ............................................ SUCCESS [ 1.038 s] [INFO] gwc-rest ........................................... SUCCESS [ 16.173 s] [INFO] gwc-tms ............................................ SUCCESS [ 2.418 s] [INFO] gwc-ve ............................................. SUCCESS [ 0.978 s] [INFO] gwc-wms ............................................ SUCCESS [ 14.554 s] [INFO] gwc-wmts ........................................... SUCCESS [ 25.473 s] [INFO] Disk Quota management module ....................... SUCCESS [ 0.163 s] [INFO] Disk Quota management module - core service ........ SUCCESS [ 9.569 s] [INFO] Disk Quota management module - BerkeleyDB backend .. SUCCESS [ 7.061 s] [INFO] Disk Quota management module - JDBC backends ....... SUCCESS [ 10.909 s] [INFO] ArcGIS Server tile cache support ................... SUCCESS [ 14.718 s] [INFO] gwc-distributed .................................... SUCCESS [ 17.854 s] [INFO] AWS S3 Storage ..................................... FAILURE [ 33.795 s] [INFO] SQLite Storage ..................................... SKIPPED [INFO] Web module ......................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:05 min [INFO] Finished at: 2018-11-08T18:24:16+00:00 [INFO] Final Memory: 70M/496M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project gwc-aws-s3: There are test failures. [ERROR] [ERROR] Please refer to <https://build.geoserver.org/job/geowebcache-master/ws/geowebcache/s3storage/target/surefire-reports> for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [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 <goals> -rf :gwc-aws-s3 Build step 'Invoke top-level Maven targets' marked build as failure Not sending mail to unregistered user tba...@bo... |