See <https://builds.apache.org/job/Geode-nightly/962/display/redirect?page=changes>
Changes: [abaker] Update dockerfile for 1.2.1 [github] GEODE-2788 Document defn of pool attr socket-connect-timeout (#798) [klund] GEODE-3205: add FlakyTest category [klund] GEODE-3552: delete TestSuite that does not belong in package [klund] GEODE-3552: delete unused testing classes [klund] GEODE-3552: move and rename TypedJson tests [klund] GEODE-3552: cleanup more MXBean tests [dbarnes] GEODE-3378: Document Snapshot Improvements [dbarnes] Incorporate reviewer corrections (jmcallister) [dbarnes] Incorporate reviewer corrections (kmiller) ------------------------------------------ [...truncated 21.88 MB...] at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Thread.java:748) at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:961) at io.netty.channel.epoll.EpollDomainSocketChannel$EpollDomainUnsafe.epollInReady(EpollDomainSocketChannel.java:140) at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:386) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:302) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:877) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Thread.java:748) com.github.dockerjava.api.exception.NotFoundException: {"message":"No such image: apachegeode/geode-build:latest"} at com.github.dockerjava.netty.handler.HttpResponseHandler.channelRead0(HttpResponseHandler.java:103) at com.github.dockerjava.netty.handler.HttpResponseHandler.channelRead0(HttpResponseHandler.java:33) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:358) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:350) at io.netty.handler.logging.LoggingHandler.channelRead(LoggingHandler.java:233) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:358) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:350) at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:435) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267) at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:250) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:358) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:350) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:358) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:961) at io.netty.channel.epoll.EpollDomainSocketChannel$EpollDomainUnsafe.epollInReady(EpollDomainSocketChannel.java:140) at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:386) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:302) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:877) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Thread.java:748) Could not stop org.gradle.internal.actor.internal.DefaultActorFactory$NonBlockingActor@31af983d. org.gradle.internal.dispatch.DispatchException: Could not dispatch message [MethodInvocation method: processTestClass(org.gradle.api.internal.tasks.testing.DefaultTestClassRunInfo@2faae1a0)]. at org.gradle.internal.dispatch.ExceptionTrackingFailureHandler.dispatchFailed(ExceptionTrackingFailureHandler.java:34) at org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:31) at org.gradle.internal.dispatch.AsyncDispatch.dispatchMessages(AsyncDispatch.java:132) at org.gradle.internal.dispatch.AsyncDispatch.access$000(AsyncDispatch.java:33) at org.gradle.internal.dispatch.AsyncDispatch$1.run(AsyncDispatch.java:72) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:46) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.IllegalStateException: Cannot abort process 'Gradle Test Executor 5644' because it is not in started or detached state at com.pedjak.gradle.plugins.dockerizedtest.DockerizedExecHandle.abort(DockerizedExecHandle.java:334) at org.gradle.process.internal.ExecHandle$abort$4.call(Unknown Source) at com.pedjak.gradle.plugins.dockerizedtest.ExitCodeTolerantExecHandle.abort(ExitCodeTolerantExecHandle.groovy:33) at org.gradle.process.internal.worker.DefaultWorkerProcess.cleanup(DefaultWorkerProcess.java:198) at org.gradle.process.internal.worker.DefaultWorkerProcess.start(DefaultWorkerProcess.java:145) at org.gradle.process.internal.worker.DefaultWorkerProcessBuilder$MemoryRequestingWorkerProcess.start(DefaultWorkerProcessBuilder.java:218) at com.pedjak.gradle.plugins.dockerizedtest.ForkingTestClassProcessor.forkProcess(ForkingTestClassProcessor.java:80) at com.pedjak.gradle.plugins.dockerizedtest.ForkingTestClassProcessor.processTestClass(ForkingTestClassProcessor.java:56) at org.gradle.api.internal.tasks.testing.processors.RestartEveryNTestClassProcessor.processTestClass(RestartEveryNTestClassProcessor.java:47) at sun.reflect.GeneratedMethodAccessor581.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:29) ... 8 more FAILED :geode-web-api:integrationTest :combineReports All test reports at <https://builds.apache.org/job/Geode-nightly/ws/build/reports/combined> :extensions/geode-modules:precheckin :extensions/geode-modules-assembly:precheckin :extensions/geode-modules-session:precheckin :extensions/geode-modules-session-internal:precheckin :extensions/geode-modules-tomcat7:precheckin :extensions/geode-modules-tomcat8:precheckin :extensions/session-testing-war:precheckin :geode-assembly:precheckin :geode-benchmarks:precheckin :geode-common:precheckin :geode-core:precheckin :geode-json:precheckin :geode-old-versions:precheckin :compileJava NO-SOURCE :processResources NO-SOURCE :classes UP-TO-DATE :jar :uploadArchives :extensions/geode-modules:uploadArchives SKIPPED :extensions/geode-modules-assembly:uploadArchives :extensions/geode-modules-session:uploadArchives SKIPPED :extensions/geode-modules-session-internal:uploadArchives SKIPPED :extensions/geode-modules-tomcat7:uploadArchives SKIPPED :extensions/geode-modules-tomcat8:uploadArchives SKIPPED :extensions/session-testing-war:uploadArchives SKIPPED :geode-assembly:uploadArchives :geode-benchmarks:uploadArchives SKIPPED :geode-common:uploadArchives :geode-core:uploadArchives :geode-cq:uploadArchives :geode-json:uploadArchives :geode-junit:uploadArchives :geode-lucene:uploadArchives :geode-old-client-support:uploadArchives :geode-old-versions:uploadArchives SKIPPED :geode-protobuf:uploadArchives :geode-pulse:uploadArchives :geode-rebalancer:uploadArchives :geode-wan:uploadArchives :geode-web:uploadArchives :geode-web-api:uploadArchives FAILURE: Build completed with 11 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-cq:distributedTest'. > Cannot abort process 'Gradle Test Executor 1649' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-junit:distributedTest'. > Cannot abort process 'Gradle Test Executor 2321' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-lucene:distributedTest'. > Cannot abort process 'Gradle Test Executor 3377' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 4: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-old-client-support:distributedTest'. > Cannot abort process 'Gradle Test Executor 4103' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 5: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-protobuf:distributedTest'. > Cannot abort process 'Gradle Test Executor 4125' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 6: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-protobuf:integrationTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly/ws/geode-protobuf/build/reports/integrationTest/index.html> * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 7: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-pulse:distributedTest'. > Cannot abort process 'Gradle Test Executor 4382' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 8: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-rebalancer:distributedTest'. > Cannot abort process 'Gradle Test Executor 4491' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 9: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-wan:distributedTest'. > Cannot abort process 'Gradle Test Executor 4518' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 10: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-web:distributedTest'. > Cannot abort process 'Gradle Test Executor 5433' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 11: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-web-api:distributedTest'. > Cannot abort process 'Gradle Test Executor 5643' because it is not in started > or detached state * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== BUILD FAILED Total time: 6 hrs 48 mins 42.412 secs Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Archiving artifacts [Fast Archiver] Compressed 336.08 MB of artifacts by 35.3% relative to #914 Recording test results Not sending mail to unregistered user jil...@pivotal.io Not sending mail to unregistered user e...@pivotal.io Not sending mail to unregistered user dcaven...@pivotal.io Not sending mail to unregistered user jde...@gopivotal.com Not sending mail to unregistered user sje...@pivotal.io Not sending mail to unregistered user gz...@pivotal.io Not sending mail to unregistered user nre...@pivotal.io Not sending mail to unregistered user hitesh...@yahoo.com Not sending mail to unregistered user hkhame...@pivotal.io Not sending mail to unregistered user git...@nakomis.com Not sending mail to unregistered user huyn...@gmail.com Not sending mail to unregistered user lhughesgodf...@pivotal.io Not sending mail to unregistered user ukohlme...@pivotal.io Not sending mail to unregistered user metat...@users.noreply.github.com Not sending mail to unregistered user kohlmu-pivo...@users.noreply.github.com