You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/05/23 18:04:49 UTC

Build failed in Jenkins: Geode-spark-connector #160

See <https://builds.apache.org/job/Geode-spark-connector/160/display/redirect>

------------------------------------------
Started by upstream project "Geode-nightly" build number 844
originally caused by:
 Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on couchdb-macos1 (couchdb) in workspace <https://builds.apache.org/job/Geode-spark-connector/ws/>
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/Geode-spark-connector/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1169)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1279)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Retrying after 10 seconds
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/Geode-spark-connector/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1169)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1279)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Retrying after 10 seconds
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/Geode-spark-connector/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1169)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1279)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Recording test results
ERROR: Build step failed with exception
<https://builds.apache.org/job/Geode-spark-connector/ws/> does not exist.
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:483)
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:460)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:127)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:107)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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 hudson.remoting.Engine$1$1.run(Engine.java:94)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to JNLP4-connect connection from 91.65.50.62/91.65.50.62:51038(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:985)
	at hudson.FilePath.act(FilePath.java:974)
	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:103)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:128)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:149)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
	at hudson.model.Run.execute(Run.java:1753)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Build step 'Publish JUnit test result report' marked build as failure
Skipped archiving because build is not successful

Jenkins build is back to normal : Geode-spark-connector #163

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Geode-spark-connector/163/display/redirect?page=changes>


Build failed in Jenkins: Geode-spark-connector #162

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Geode-spark-connector/162/display/redirect?page=changes>

Changes:

[kmiller] GEODE-2777 Update docs to be for Geode version 1.2

[jiliao] GEODE-2730: refactor rules

[klund] GEODE-2762: fix varargs warnings

[klund] GEODE-2647: remove unnecessary client puts from

[nnag] GEODE-2764: Addition checks on region name

[dschneider] GEODE-2097: check offheap limit during recovery

[gzhou] GEODE-2787: When distribution happened, it calls startOperation() to

[jiliao] GEODE-2730: refactor rules - review changes

[jstewart] GEODE-2686: Remove JarClassLoader

[jstewart] GEODE-2705: Jars undeployed from cluster configuration will not be

[jstewart] GEODE-2686: Add more logging to JarDeployer

[jstewart] GEODE-2290: Limit scanning of deployed jars

[jiliao] GEODE-2770 - Move the shutdown of the rest interface to the same place

[jiliao] GEODE-2775: Corrected setting of Pulse SSL Manager flag from System

[jstewart] GEODE-2290: Add license headers to rest resources

[jstewart] GEODE-2290: Fix DeployCommandRedeployDUnitTest

[huynhja] GEODE-2768: Lucene Queries executed before index is fully created should

[klund] GEODE-2632: refactor code to use InternalCache and

[huynhja] GEODE-2703: Improve exception message when executing lucene within a

[ukohlmeyer] GEODE-2653: Fix testRemoveMember and remove FlakyTest. This closes #437

[kmiller] GEODE-2103 Update gfsh start server|locator command reference page.

[klund] GEODE-2632: refactor code to use interfaces instead of impls

[kmiller] GEODE-2103 Revise http-service-port defn per review

[boglesby] GEODE-2605: Modified gfsh search lucene to require DATA:WRITE privilege

[bschuchardt] GEODE-510 Bug48571DUnitTest.testStatsMatchWithSize failed

[upthewaterspout] GEODE-728: Rename Execution.withArgs to Execution.setArguments

[jstewart] GEODE-2796: ClassPathLoader does not blow up with null TCCL

[upthewaterspout] GEODE-728: Using the correct parameter in withArgs

[bschuchardt] GEODE-576 & GEODE-516: GemFireDeadlockDetectorDUnitTest failures

[gzhou] GEODE-2806: if the batch is dispatched, even the bucket is no longer

[klund] GEODE-2632: refactor code to use InternalCache instead of

[eshu] GEODE-2799: Handle different types of KeyInfo set when creating the

[klund] GEODE-2632: refactor code to reduce GemFireCacheImpl dependencies

[upthewaterspout] GEODE-2808 - Fixing lock ordering issues in DeltaSession

[dschneider] GEODE-2097: fix flaky test

[dbarnes] GEODE-2809 Geode docs: Clarify SSL setup for client This closes #473

[eshu] GEODE-2785: Fix a test issue to allow certain additional afterSecondary

[adongre] GEODE-289: Removed depcreated LicenseException class This closes #471

[adongre] GEODE-267: Removed deprecated ThreadInterruptedException class This

[adongre] GEODE-236: Removed deprecated CacheEvent methods

[bschuchardt] GEODE-2752: FixedPRSinglehopDUnitTest.test_FPAmetadataFetch fails on

[bschuchardt] GEODE-1228:

[lgallinat] GEODE-2398: fix oplog corruption in overflow oplogs

[adongre] GEODE-266: Remove the deprecated ObjectSizerImpl class This closes #469

[adongre] GEODE-260: Removed deprecated and not used RemoteTransactionException

[adongre] GEODE-255: Removed deprecated DataSerializer.register(Class,byte) This

[adongre] GEODE-253: Removed depreated and not used EntryNotFoundInRegion class

[khowe] GEODE-2681: prevent synchronization hang on getAnyInstance

[boglesby] GEODE-2689: Modified to ignore duplicate index definition

[klund] GEODE-2632: cleanup GemFireCacheImpl

[klund] GEODE-2632: fix ParallelQueueRemovalMessageJUnitTest

[Anil] GEODE-2802 Tombstone version vector to contain only the members that

[dbarnes] GEODE-2821 - Geode User Guide: Add running heads with logo

[nag] GEODE-2816: Redundancy recovery inititated even if redundancy set to 0

[dschneider] GEODE-2801: change krfIds to be thread safe

[dschneider] GEODE-2811: close OffHeapEvictor when cache is closed

[jiliao] GEODE-1597: use Spring shell's parser and delete our own parsing code

[klund] GEODE-2632: make GemFireCacheImpl.getRegion(String) non-final

[klund] GEODE-2632: minor fixes from code review

[adongre] GEODE-2723: Removed localCacheEnabled field, and associated dead code.

[jstewart] GEODE-2795: Clean up DUnit VMs after dynamically changing 'user.dir'

[jiliao] GEODE-2840: add a DUnit test to test concurrent deploy

[boglesby] GEODE-2823: The listener now forces a copy of the value to be made

[klund] GEODE-2632: prevent ClassCastException from ConnectionCountProbe to

[klund] GEODE-2857: add getProcess to ProcessWrapper for tests

[dbarnes] GEODE-2843 User Guide - example should specify <client-cache>

[dbarnes] User Guide typo repair (no JIRA ticket) secuirty => security

[dbarnes] GEODE-2778: gfsh help now uses log4j log levels: update user guide This

[huynhja] GEODE-2825: Lucene query function will wait until index is returned if

[dbarnes] GEODE-2830 Required permission for executing a function should be

[nnag] GEODE-2828: AEQ created before the Lucene user regions

[eshu] GEODE-2847: Get correct version tags for retried bulk operations

[eshu] GEODE-2847: Get correct version tags for retried bulk operation

[gzhou] geode-2848: when found all the partitioned region is destroyed, add back

[bschuchardt] GEODE-2875  shutdown is taking as long as 20 seconds

[dschneider] GEODE-2864: remove meaningless tx warning message

[jstewart] GEODE-2837: Start server creates specified working dir if necessary

[jstewart] GEODE-2837: Test relative path as argument to --dir

[adongre] GEODE-254: Removed deprecated Region.keys and Region.entries This closes

[lhughesgodfrey] GEODE-2852: Enforce lucene waitUntilFlushed timeout for all buckets

[huynhja] GEODE-2870: Local node function execution failure correctly returns

[mbretl] GEODE-2708: Update Gradle Wrapper To 3.4.1

[mbretl] GEODE-2708: Update Minimum Gradle Version To 3.4.1

[nnag] GEODE-2879: LonerDistributionManager shutdown called from close

[dbarnes] GEODE-1996 Confusing references to "multicast" for locators ports

[nnag] Revert "GEODE-2879: LonerDistributionManager shutdown called from close"

[Anil] GEODE-2776: Setting version tag on the client event from the current

[gzhou] GEODE-2824: When advisor cannot found target nodes for bucket id, should

[nnag] GEODE-2881: Wait for waitForFlushBeforeExecuteTextSearch to complete

[eshu] GEODE-2882: Check if region is destroyed before throw

[dbarnes] GEODE-2352 Document that REST API requires two properties

[dbarnes] GEODE-2815 Incorrect Error Message in REST API docs for {region}/{key}

[jstewart] GEODE-2876: Add logging to diagnose CI failure

[klund] GEODE-2858: Add test for parsing of simple XML file w pool

[klund] GEODE-2884: fix NPE when calling getLatestAsClassLoader before getLatest

[klund] GEODE-2887: exclude build-* output directories from rat

[klund] GEODE-2738: Corrected misspellibng of "occured" to "occurred"

[jstewart] GEODE-2876: Revert 65821d1 due to broken tests

[nnag] GEODE-2879: Shutdown() called from close() in LonerDistributionManager

[nnag] GEODE-2754: Changed the name of unknown host

[upthewaterspout] GEODE-1728: Http session filter should not be applied to FORWARDS

[bschuchardt] GEODE-2875 shutdown is taking as long as 20 seconds

[ukohlmeyer] GEODE-2875: SpotlessApply

[klund] Revert "GEODE-2708: Update Minimum Gradle Version To 3.4.1"

[klund] Revert "GEODE-2708: Update Gradle Wrapper To 3.4.1"

[nnag] GEODE-2896: Changing the test category to IntegrationTest

[dschneider] GEODE-236: fix javadoc warnings

[upthewaterspout] GEODE-2889: Update the last access time of native sessions

[dschneider] GEODE-2895: fix flaky test

[adongre] GEODE-2866: Removing the unused files and the corresponding test. This

[deepakdixit2011] GEODE-269 : Removing deprecated API's from FunctionService.

[jiliao] GEODE-2876: add logging to diagnose test failure

[dschneider] GEODE-2902: fix intermittent unit test failure

[bschuchardt] GEODE-2898 A non-responsive SSL client can block a server's "acceptor"

[gzhou] GEODE-1775: Run a few hundreds times and not reproducable any more. No

[abaker] GEODE-2897 Add PR template for github

[bschuchardt] GEODE-2812: Add API to get list of live locators

[bschuchardt] GEODE-2812: Add API to get list of live locators

[bschuchardt] Change "LiveLocator", "ActiveLocator" to "OnlineLocator".

[jstewart] GEODE-2883: Fix GFSH gc heap size output

[kmiller] GEODE-2909  CTR fix of 2 typos in Lucene documentation

[nnag] GEODE-2907: Removed @Experimental tag from the Lucene module

[jstewart] GEODE-2859: Fix race in ShowDeadlockDUnitTest

[gzhou] GEODE-11: add unit test for soundex analyzer

[boglesby] GEODE-1130: Removed log message

[jiliao] GEODE-2876: add logging and testing to diagnose test failure

[adongre] GEODE-254: Addressing review comments from PR #488 Replacing all

[adongre] GEODE-237: Removed deprecated API from EntryEvent This closes #496

[deepakdixit2011] GEODE-269 : Resolving conflicts with develop.

[nag] GEODE-2637: Refactored LuceneQueryFactory.setResultLimit()

[bschuchardt] GEODE-2875 shutdown is taking as long as 20 seconds

[huynhja] GEODE-2914: Tidy up LuceneService javadoc

[abarve] GEODE-2890: Corrected debug log location in

[jiliao] GEODE-2880: fix help, hint, regionName, filePath value completions

[jiliao] GEODE-2876: reset isGfshVM flag to false when tearing down tests using

[nnag] GEODE-2905: Added extra logging to determine the cause of failure.

[jstewart] GEODE:2859: Fix ShowDeadlockDUnitTest jenkins failure

[bschuchardt] GEODE-2853: Change of locator list request interval

[bschuchardt] Move the startBridgeClient method added to LocatorTestBase to

[bschuchardt] GEODE-2853: Change of locator list request interval

[bschuchardt] GEODE-2853: Change of locator list request interval

[klund] GEODE-1930: add FlakyTest categories to flickering tests

[huynhja] GEODE-2900:  push shadow key back into the front of the eventSeqNumber

[huynhja] GEODE-2787: StateFlushOperation will now wait for in flight operations

[klund] GEODE-2632: change dependencies on GemFireCacheImpl to InternalCache

[bschuchardt] GEODE-2865 data loss in initial-image replication with multicast

[jstewart] GEODE-2912: Hot deploy for functions in deployed Jars

[klund] GEODE-2929: remove superfluous uses of final from internal classes

[bschuchardt] GEODE-2915 Messages rejected due to unknown "vmkind"

[upthewaterspout] LuceneClientSecurityDUnitTest was not testing anything

[jstewart] GEODE-2836: CacheCallback now extends Declarable

[jstewart] GEODE-2836: Fix compilation error introduced by rebase

[nnag] GEODE-2914: Fixed few javadoc formatting issues.

[klund] GEODE-1279: rename Bug51193DUnitTest to

[klund] GEODE-2934: refactor AnalyzeSerializablesJUnitTest and subclasses

[klund] GEODE-2934: fix typos

[nnag] GEODE-2587: Refactored the OrderByComparator's compare method

[jiliao] GEODE-2927: fix pulse logging and useLocator, SSL flags

[bschuchardt] GEODE-2875 shutdown is taking as long as 20 seconds

[jstewart] GEODE-2874: Fix StringIndexOutOfBoundsException while initializing

[hkhamesra] GEODE-2804 Update InetSocketAddress, when there is IOException.

[huynhja] GEODE-2937: Restore removeFromQueueOnException

[nnag] GEODE-2938: Removed the deprecated tag

[jiliao] GEODE-2662: Gfsh displays field value on wrong line when receiving

[jiliao] GEODE-1994: Overhaul of internal.lang.StringUtils to extend and heavily

[klund] GEODE-1930: temporarily disable verifySystemNotifications

[klund] GEODE-2929: remove superfluous final from methods

[klund] GEODE-2959: add pre-condition assertion to LocatorLauncherTest

[klund] GEODE-2959: remove DistributedSystem instance in tearDown

[huynhja] GEODE-269: spotlessApply on merge resolution

[nnag] Revert "GEODE-269: spotlessApply on merge resolution"

[nnag] Revert "Merge branch 'feature/GEODE-269' of

[huynhja] GEODE-269: Removing deprecated API's from FunctionService.

[huynhja] Revert "GEODE-269: Removing deprecated API's from FunctionService."

[jiliao] GEODE-1597: fix auto-complete when user input ends with space

[eshu] GEODE-2916: Fix a flaky timing issue.

[nag] GEODE-2956: Trimmed analyzer strings in create index

[nag] GEODE-269 :  Removing deprecated API's from FunctionService.

[khowe] GEODE-2420: Enable export logs size estimation and user warning

[khowe] GEODE-2420: Resolve conflicts with recent checkin

[khowe] GEODE-2420: Renamed methods that had signatures changed

[Anil] GEODE-2918 Close cache when ConflictingPersistentDataException is

[boglesby] GEODE-2943: Wildcard and space queries are now handled correctly

[boglesby] GEODE-2951: Removed --pageSize option

[nnag] GEODE-2967: ResultCollection instead of StructCollection

[nnag] GEODE-2961: Fixed distinct multiple OR query returning partial results

[jiliao] GEODE-2964: add common-collections to gfsh dependencies

------------------------------------------
[...truncated 115.09 KB...]
M[info] Resolving org.apache.spark#spark-network-shuffle_2.10;1.3.0 ...
M[info] Resolving net.java.dev.jets3t#jets3t;0.7.1 ...
M[info] Resolving org.apache.curator#curator-recipes;2.4.0 ...
M[info] Resolving org.apache.curator#curator-framework;2.4.0 ...
M[info] Resolving org.apache.curator#curator-client;2.4.0 ...
M[info] Resolving org.apache.zookeeper#zookeeper;3.4.5 ...
M[info] Resolving jline#jline;0.9.94 ...
M[info] Resolving com.google.guava#guava;14.0.1 ...
M[info] Resolving org.eclipse.jetty.orbit#javax.servlet;3.0.0.v201112011016 ...
M[info] Resolving org.apache.commons#commons-lang3;3.3.2 ...
M[info] Resolving org.apache.commons#commons-math3;3.1.1 ...
M[info] Resolving org.slf4j#slf4j-api;1.7.10 ...
M[info] Resolving org.slf4j#jul-to-slf4j;1.7.10 ...
M[info] Resolving org.slf4j#jcl-over-slf4j;1.7.10 ...
M[info] Resolving org.slf4j#slf4j-log4j12;1.7.10 ...
M[info] Resolving com.ning#compress-lzf;1.0.0 ...
M[info] Resolving org.xerial.snappy#snappy-java;1.1.1.6 ...
M[info] Resolving net.jpountz.lz4#lz4;1.2.0 ...
M[info] Resolving org.roaringbitmap#RoaringBitmap;0.4.5 ...
M[info] Resolving commons-net#commons-net;2.2 ...
M[info] Resolving org.spark-project.akka#akka-remote_2.10;2.3.4-spark ...
M[info] Resolving org.spark-project.akka#akka-actor_2.10;2.3.4-spark ...
M[info] Resolving com.typesafe#config;1.2.1 ...
M[info] Resolving io.netty#netty;3.8.0.Final ...
M[info] Resolving org.spark-project.protobuf#protobuf-java;2.5.0-spark ...
M[info] Resolving org.uncommons.maths#uncommons-maths;1.2.2a ...
M[info] Resolving org.spark-project.akka#akka-slf4j_2.10;2.3.4-spark ...
M[info] Resolving org.json4s#json4s-jackson_2.10;3.2.10 ...
M[info] Resolving org.json4s#json4s-core_2.10;3.2.10 ...
M[info] Resolving org.json4s#json4s-ast_2.10;3.2.10 ...
M[info] Resolving com.thoughtworks.paranamer#paranamer;2.6 ...
M[info] Resolving org.scala-lang#scalap;2.10.0 ...
M[info] Resolving org.scala-lang#scala-compiler;2.10.0 ...
M[info] Resolving org.scala-lang#scala-reflect;2.10.0 ...
M[info] Resolving org.apache.mesos#mesos;0.21.0 ...
M[info] Resolving com.clearspring.analytics#stream;2.7.0 ...
M[info] Resolving io.dropwizard.metrics#metrics-core;3.1.0 ...
M[info] Resolving io.dropwizard.metrics#metrics-jvm;3.1.0 ...
M[info] Resolving io.dropwizard.metrics#metrics-json;3.1.0 ...
M[info] Resolving io.dropwizard.metrics#metrics-graphite;3.1.0 ...
M[info] Resolving com.fasterxml.jackson.module#jackson-module-scala_2.10;2.4.4 ...
M[info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
M[info] Resolving org.apache.ivy#ivy;2.4.0 ...
M[info] Resolving oro#oro;2.0.8 ...
M[info] Resolving org.tachyonproject#tachyon-client;0.5.0 ...
M[info] Resolving org.tachyonproject#tachyon;0.5.0 ...
M[info] Resolving commons-io#commons-io;2.4 ...
M[info] Resolving org.spark-project#pyrolite;2.0.1 ...
M[info] Resolving net.sf.py4j#py4j;0.8.2.1 ...
M[info] Resolving org.apache.hadoop#hadoop-yarn-server-nodemanager;2.2.0 ...
M[info] Resolving org.apache.spark#spark-sql_2.10;1.3.0 ...
M[info] Resolving org.apache.spark#spark-catalyst_2.10;1.3.0 ...
M[info] Resolving org.scala-lang#scala-compiler;2.10.4 ...
M[info] Resolving org.scalamacros#quasiquotes_2.10;2.0.1 ...
M[info] Resolving com.twitter#parquet-column;1.6.0rc3 ...
M[info] Resolving com.twitter#parquet-common;1.6.0rc3 ...
M[info] Resolving com.twitter#parquet-encoding;1.6.0rc3 ...
M[info] Resolving com.twitter#parquet-generator;1.6.0rc3 ...
M[info] Resolving commons-codec#commons-codec;1.5 ...
M[info] Resolving com.twitter#parquet-hadoop;1.6.0rc3 ...
M[info] Resolving com.twitter#parquet-format;2.2.0-rc1 ...
M[info] Resolving com.twitter#parquet-jackson;1.6.0rc3 ...
M[info] Resolving org.codehaus.jackson#jackson-mapper-asl;1.9.11 ...
M[info] Resolving org.codehaus.jackson#jackson-core-asl;1.9.11 ...
M[info] Resolving org.jodd#jodd-core;3.6.3 ...
M[info] Resolving org.scalatest#scalatest_2.10;2.2.1 ...
M[info] Resolving org.mockito#mockito-all;1.10.19 ...
M[info] Resolving junit#junit;4.11 ...
M[info] Resolving org.hamcrest#hamcrest-core;1.3 ...
M[info] Resolving com.novocode#junit-interface;0.11 ...
M[info] Resolving org.scala-sbt#test-interface;1.0 ...
M[info] Resolving org.scoverage#scalac-scoverage-runtime_2.10;1.0.4 ...
M[info] Resolving org.scoverage#scalac-scoverage-plugin_2.10;1.0.4 ...
M[info] Resolving org.scala-lang#jline;2.10.4 ...
M[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Updating {<https://builds.apache.org/job/Geode-spark-connector/ws/geode-spark-connector/}basic-demos...>
[info] Resolving org.scala-lang#scala-library;2.10.4 ...
M[info] Resolving org.apache.geode.spark#geode-spark-connector_2.10;0.5.0 ...
M[info] Resolving org.apache.geode.spark#geode-functions_2.10;0.5.0 ...
M[info] Resolving org.apache.geode#geode-core;1.0.0-incubating ...
M[info] Resolving com.github.stephenc.findbugs#findbugs-annotations;1.3.9-1 ...
M[info] Resolving org.jgroups#jgroups;3.6.10.Final ...
M[info] Resolving antlr#antlr;2.7.7 ...
M[info] Resolving com.fasterxml.jackson.core#jackson-databind;2.8.2 ...
M[info] Resolving com.fasterxml.jackson.core#jackson-annotations;2.8.0 ...
M[info] Resolving com.fasterxml.jackson.core#jackson-core;2.8.2 ...
M[info] Resolving commons-io#commons-io;2.3 ...
M[info] Resolving commons-lang#commons-lang;2.5 ...
M[info] Resolving it.unimi.dsi#fastutil;7.0.2 ...
M[info] Resolving javax.resource#javax.resource-api;1.7 ...
M[info] Resolving javax.transaction#javax.transaction-api;1.2 ...
M[info] Resolving net.java.dev.jna#jna;4.0.0 ...
M[info] Resolving net.sf.jopt-simple#jopt-simple;5.0.1 ...
M[info] Resolving org.apache.logging.log4j#log4j-api;2.6.1 ...
M[info] Resolving org.apache.logging.log4j#log4j-core;2.6.1 ...
M[info] Resolving org.apache.shiro#shiro-core;1.3.1 ...
M[info] Resolving org.slf4j#slf4j-api;1.6.4 ...
M[info] Resolving commons-beanutils#commons-beanutils;1.8.3 ...
M[info] Resolving org.apache.geode#geode-common;1.0.0-incubating ...
M[info] Resolving org.apache.geode#geode-json;1.0.0-incubating ...
M[info] Resolving org.apache.spark#spark-streaming_2.10;1.3.0 ...
M[info] Resolving org.apache.spark#spark-core_2.10;1.3.0 ...
M[info] Resolving com.twitter#chill_2.10;0.5.0 ...
M[info] Resolving com.twitter#chill-java;0.5.0 ...
M[info] Resolving com.esotericsoftware.kryo#kryo;2.21 ...
M[info] Resolving com.esotericsoftware.reflectasm#reflectasm;1.07 ...
M[info] Resolving com.esotericsoftware.minlog#minlog;1.2 ...
M[info] Resolving org.objenesis#objenesis;1.2 ...
M[info] Resolving org.apache.hadoop#hadoop-client;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-common;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-annotations;2.2.0 ...
M[info] Resolving com.google.guava#guava;11.0.2 ...
M[info] Resolving com.google.code.findbugs#jsr305;1.3.9 ...
M[info] Resolving commons-cli#commons-cli;1.2 ...
M[info] Resolving org.apache.commons#commons-math;2.1 ...
M[info] Resolving xmlenc#xmlenc;0.52 ...
M[info] Resolving commons-httpclient#commons-httpclient;3.1 ...
M[info] Resolving commons-codec#commons-codec;1.4 ...
M[info] Resolving commons-logging#commons-logging;1.1.1 ...
M[info] Resolving log4j#log4j;1.2.17 ...
M[info] Resolving commons-configuration#commons-configuration;1.6 ...
M[info] Resolving commons-collections#commons-collections;3.2.1 ...
M[info] Resolving commons-digester#commons-digester;1.8 ...
M[info] Resolving commons-beanutils#commons-beanutils-core;1.8.0 ...
M[info] Resolving org.codehaus.jackson#jackson-core-asl;1.8.8 ...
M[info] Resolving org.codehaus.jackson#jackson-mapper-asl;1.8.8 ...
M[info] Resolving org.apache.avro#avro;1.7.4 ...
M[info] Resolving com.thoughtworks.paranamer#paranamer;2.3 ...
M[info] Resolving org.xerial.snappy#snappy-java;1.0.4.1 ...
M[info] Resolving org.apache.commons#commons-compress;1.4.1 ...
M[info] Resolving org.tukaani#xz;1.0 ...
M[info] Resolving com.google.protobuf#protobuf-java;2.5.0 ...
M[info] Resolving org.apache.hadoop#hadoop-auth;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-hdfs;2.2.0 ...
M[info] Resolving org.mortbay.jetty#jetty-util;6.1.26 ...
M[info] Resolving org.apache.hadoop#hadoop-mapreduce-client-app;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-mapreduce-client-common;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-yarn-common;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-yarn-api;2.2.0 ...
M[info] Resolving com.google.inject#guice;3.0 ...
M[info] Resolving javax.inject#javax.inject;1 ...
M[info] Resolving aopalliance#aopalliance;1.0 ...
M[info] Resolving org.sonatype.sisu.inject#cglib;2.2.1-v20090111 ...
M[info] Resolving asm#asm;3.1 ...
M[info] Resolving com.sun.jersey.jersey-test-framework#jersey-test-framework-grizzly2;1.9 ...
M[info] Resolving com.sun.jersey#jersey-server;1.9 ...
M[info] Resolving com.sun.jersey#jersey-json;1.9 ...
M[info] Resolving org.codehaus.jettison#jettison;1.1 ...
M[info] Resolving stax#stax-api;1.0.1 ...
M[info] Resolving com.sun.xml.bind#jaxb-impl;2.2.3-1 ...
M[info] Resolving javax.xml.bind#jaxb-api;2.2.2 ...
M[info] Resolving javax.activation#activation;1.1 ...
M[info] Resolving org.codehaus.jackson#jackson-jaxrs;1.8.3 ...
M[info] Resolving org.codehaus.jackson#jackson-xc;1.8.3 ...
M[info] Resolving com.sun.jersey.contribs#jersey-guice;1.9 ...
M[info] Resolving org.apache.hadoop#hadoop-yarn-client;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-mapreduce-client-core;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-yarn-server-common;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-mapreduce-client-shuffle;2.2.0 ...
M[info] Resolving org.apache.hadoop#hadoop-mapreduce-client-jobclient;2.2.0 ...
M[info] Resolving org.apache.spark#spark-network-common_2.10;1.3.0 ...
M[info] Resolving io.netty#netty-all;4.0.23.Final ...
M[info] Resolving org.spark-project.spark#unused;1.0.0 ...
M[info] Resolving org.apache.spark#spark-network-shuffle_2.10;1.3.0 ...
M[info] Resolving net.java.dev.jets3t#jets3t;0.7.1 ...
M[info] Resolving org.apache.curator#curator-recipes;2.4.0 ...
M[info] Resolving org.apache.curator#curator-framework;2.4.0 ...
M[info] Resolving org.apache.curator#curator-client;2.4.0 ...
M[info] Resolving org.apache.zookeeper#zookeeper;3.4.5 ...
M[info] Resolving jline#jline;0.9.94 ...
M[info] Resolving com.google.guava#guava;14.0.1 ...
M[info] Resolving org.eclipse.jetty.orbit#javax.servlet;3.0.0.v201112011016 ...
M[info] Resolving org.apache.commons#commons-lang3;3.3.2 ...
M[info] Resolving org.apache.commons#commons-math3;3.1.1 ...
M[info] Resolving org.slf4j#slf4j-api;1.7.10 ...
M[info] Resolving org.slf4j#jul-to-slf4j;1.7.10 ...
M[info] Resolving org.slf4j#jcl-over-slf4j;1.7.10 ...
M[info] Resolving org.slf4j#slf4j-log4j12;1.7.10 ...
M[info] Resolving com.ning#compress-lzf;1.0.0 ...
M[info] Resolving org.xerial.snappy#snappy-java;1.1.1.6 ...
M[info] Resolving net.jpountz.lz4#lz4;1.2.0 ...
M[info] Resolving org.roaringbitmap#RoaringBitmap;0.4.5 ...
M[info] Resolving commons-net#commons-net;2.2 ...
M[info] Resolving org.spark-project.akka#akka-remote_2.10;2.3.4-spark ...
M[info] Resolving org.spark-project.akka#akka-actor_2.10;2.3.4-spark ...
M[info] Resolving com.typesafe#config;1.2.1 ...
M[info] Resolving io.netty#netty;3.8.0.Final ...
M[info] Resolving org.spark-project.protobuf#protobuf-java;2.5.0-spark ...
M[info] Resolving org.uncommons.maths#uncommons-maths;1.2.2a ...
M[info] Resolving org.spark-project.akka#akka-slf4j_2.10;2.3.4-spark ...
M[info] Resolving org.json4s#json4s-jackson_2.10;3.2.10 ...
M[info] Resolving org.json4s#json4s-core_2.10;3.2.10 ...
M[info] Resolving org.json4s#json4s-ast_2.10;3.2.10 ...
M[info] Resolving com.thoughtworks.paranamer#paranamer;2.6 ...
M[info] Resolving org.scala-lang#scalap;2.10.0 ...
M[info] Resolving org.scala-lang#scala-compiler;2.10.0 ...
M[info] Resolving org.scala-lang#scala-reflect;2.10.0 ...
M[info] Resolving org.apache.mesos#mesos;0.21.0 ...
M[info] Resolving com.clearspring.analytics#stream;2.7.0 ...
M[info] Resolving io.dropwizard.metrics#metrics-core;3.1.0 ...
M[info] Resolving io.dropwizard.metrics#metrics-jvm;3.1.0 ...
M[info] Resolving io.dropwizard.metrics#metrics-json;3.1.0 ...
M[info] Resolving io.dropwizard.metrics#metrics-graphite;3.1.0 ...
M[info] Resolving com.fasterxml.jackson.module#jackson-module-scala_2.10;2.4.4 ...
M[info] Resolving org.scala-lang#scala-reflect;2.10.4 ...
M[info] Resolving org.apache.ivy#ivy;2.4.0 ...
M[info] Resolving oro#oro;2.0.8 ...
M[info] Resolving org.tachyonproject#tachyon-client;0.5.0 ...
M[info] Resolving org.tachyonproject#tachyon;0.5.0 ...
M[info] Resolving commons-io#commons-io;2.4 ...
M[info] Resolving org.spark-project#pyrolite;2.0.1 ...
M[info] Resolving net.sf.py4j#py4j;0.8.2.1 ...
M[info] Resolving org.apache.hadoop#hadoop-yarn-server-nodemanager;2.2.0 ...
M[info] Resolving org.apache.spark#spark-sql_2.10;1.3.0 ...
M[info] Resolving org.apache.spark#spark-catalyst_2.10;1.3.0 ...
M[info] Resolving org.scala-lang#scala-compiler;2.10.4 ...
M[info] Resolving org.scalamacros#quasiquotes_2.10;2.0.1 ...
M[info] Resolving com.twitter#parquet-column;1.6.0rc3 ...
M[info] Resolving com.twitter#parquet-common;1.6.0rc3 ...
M[info] Resolving com.twitter#parquet-encoding;1.6.0rc3 ...
M[info] Resolving com.twitter#parquet-generator;1.6.0rc3 ...
M[info] Resolving commons-codec#commons-codec;1.5 ...
M[info] Resolving com.twitter#parquet-hadoop;1.6.0rc3 ...
M[info] Resolving com.twitter#parquet-format;2.2.0-rc1 ...
M[info] Resolving com.twitter#parquet-jackson;1.6.0rc3 ...
M[info] Resolving org.codehaus.jackson#jackson-mapper-asl;1.9.11 ...
M[info] Resolving org.codehaus.jackson#jackson-core-asl;1.9.11 ...
M[info] Resolving org.jodd#jodd-core;3.6.3 ...
M[info] Resolving org.scoverage#scalac-scoverage-runtime_2.10;1.0.4 ...
M[info] Resolving org.scoverage#scalac-scoverage-plugin_2.10;1.0.4 ...
M[info] Resolving org.scala-lang#jline;2.10.4 ...
M[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[error] (geode-functions/compile:compile) javac returned nonzero exit code
[error] Total time: 11 s, completed May 24, 2017 3:29:01 PM
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Skipped archiving because build is not successful
Not sending mail to unregistered user lhughesgodfrey@pivotal.io
Not sending mail to unregistered user nag@cs.wisc.edu
Not sending mail to unregistered user jiliao@pivotal.io
Not sending mail to unregistered user eshu@pivotal.io
Not sending mail to unregistered user deepakdixit2011@gmail.com
Not sending mail to unregistered user hkhamesra@pivotal.io
Not sending mail to unregistered user gzhou@pivotal.io
Not sending mail to unregistered user huynhja@gmail.com
Not sending mail to unregistered user ukohlmeyer@pivotal.io

Build failed in Jenkins: Geode-spark-connector #161

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Geode-spark-connector/161/display/redirect>

------------------------------------------
Started by user abaker
[EnvInject] - Loading node environment variables.
Building remotely on couchdb-macos1 (couchdb) in workspace <https://builds.apache.org/job/Geode-spark-connector/ws/>
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/Geode-spark-connector/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1169)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1279)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Retrying after 10 seconds
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/Geode-spark-connector/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1169)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1279)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Retrying after 10 seconds
java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/Geode-spark-connector/ws/>
	at hudson.FilePath.mkdirs(FilePath.java:1169)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1279)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Recording test results
ERROR: Build step failed with exception
<https://builds.apache.org/job/Geode-spark-connector/ws/> does not exist.
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:483)
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:460)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:127)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:107)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2731)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	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 hudson.remoting.Engine$1$1.run(Engine.java:94)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to JNLP4-connect connection from 91.65.50.62/91.65.50.62:51038(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:985)
	at hudson.FilePath.act(FilePath.java:974)
	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:103)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:128)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:149)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
	at hudson.model.Run.execute(Run.java:1753)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:405)
Build step 'Publish JUnit test result report' marked build as failure
Skipped archiving because build is not successful