You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/09/09 12:11:02 UTC

Build failed in Jenkins: Jena_Development_Test_Windows #199

See <https://builds.apache.org/job/Jena_Development_Test_Windows/199/changes>

Changes:

[andy] Fix javadoc warnings

[andy] Put back aspectj plugin

[andy] 

[andy] Stray file

[andy] Supress expected warnings in the tests.

[andy] Configure surefire to pick up log4j.properties from src/test/resources

[andy] Add Apache header

[andy] log4j.properties for testing

[andy] Put logging control in src/test/resources\nSupress expected log messages (and exception dumps) from the build.

[andy] Add Apache License header

[andy] Remove @author's

[andy] Update parent apache POM version

[andy] Control logging in testing from src/test/resources\nAvoid putting a log4j.properties in the main jar

[andy] Tweak DEPENDENCIES

[andy] Switch to TriG that follows the draft RDF 1.1 syntax.

[andy] Add testing log4.properties.

------------------------------------------
Started by an SCM change
Building remotely on windows1 in workspace <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/>
Cleaning up <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/trunk>
Updating http://svn.apache.org/repos/asf/jena/trunk at revision '2013-09-09T11:09:30.617 +0100'
D         BUILD
A         jena-security\src\test\resources\log4j.properties
U         jena-security\pom.xml
U         pom.xml
U         jena-arq\src\test\java\org\apache\jena\riot\lang\TestLangTrig.java
U         jena-arq\src\main\java\org\apache\jena\riot\lang\LangTriG.java
U         jena-arq\ReleaseNotes.txt
U         jena-arq\log4j.properties
U         jena-core\src\main\java\com\hp\hpl\jena\rdf\model\Model.java
U         jena-core\src\main\java\com\hp\hpl\jena\reasoner\rulesys\impl\RETEQueue.java
U         jena-core\src\main\java\com\hp\hpl\jena\reasoner\rulesys\impl\BindingVectorMultiSet.java
U         jena-parent\pom.xml
D         jena-spatial\log4j.properties
U         jena-spatial\DEPENDENCIES
U         jena-spatial\src\test\resources\log4j.properties
U         jena-spatial\src\test\java\org\apache\jena\query\spatial\AbstractTestIndexingSpatialData.java
U         jena-spatial\src\test\java\org\apache\jena\query\spatial\TS_Spatial.java
D         jena-spatial\src\main\java\log4j.properties
U         jena-spatial\pom.xml
A         jena-jdbc\jena-jdbc-driver-bundle\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-driver-bundle\pom.xml
U         jena-jdbc\jena-jdbc-driver-tdb\src\test\java\org\apache\jena\jdbc\tdb\metadata\TestTdbConnectionMetadata.java
A         jena-jdbc\jena-jdbc-driver-tdb\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-driver-tdb\pom.xml
A         jena-jdbc\jena-jdbc-driver-remote\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-driver-remote\pom.xml
A         jena-jdbc\jena-jdbc-driver-mem\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-driver-mem\src\test\java\org\apache\jena\jdbc\mem\connections\TestDatasetConnection.java
U         jena-jdbc\jena-jdbc-driver-mem\pom.xml
A         jena-jdbc\jena-jdbc-core\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-core\src\test\java\org\apache\jena\jdbc\TestCompatibility.java
U         jena-jdbc\jena-jdbc-core\src\test\java\org\apache\jena\jdbc\AbstractJenaDriverTests.java
U         jena-jdbc\jena-jdbc-core\src\test\java\org\apache\jena\jdbc\results\AbstractResultSetTests.java
U         jena-jdbc\jena-jdbc-core\src\test\java\org\apache\jena\jdbc\connections\AbstractJenaConnectionTests.java
U         jena-jdbc\jena-jdbc-core\pom.xml
U         jena-jdbc\pom.xml
At revision 1521022
Parsing POMs
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/trunk> at hudson.remoting.Channel@5dfd6a9b:windows1
	at hudson.FilePath.act(FilePath.java:905)
	at hudson.FilePath.act(FilePath.java:882)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:920)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:652)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:567)
	at hudson.model.Run.execute(Run.java:1603)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:246)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jena:jena-parent:pom:7-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 27, column 11

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1323)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1058)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2423)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jena:jena-parent:pom:7-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 27, column 11

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1260)
	... 12 more

Fwd: Jenkins build is unstable: Jena_Development_Test_Windows #203

Posted by Andy Seaborne <an...@apache.org>.
The windows job hasn't run in quite some while due to several other 
things (mostly no server, then it couldn't find the snapshot parent as 
it was so far out of step); it now has run.

The full console output is:
https://builds.apache.org/job/Jena_Development_Test_Windows/203/consoleFull

tl;dr: Windows+TDB+mmap needs special handling in testing.

I'm ignoring this for the build (unless someone shouts).

- - - - - - -

It looks to me like the JDBC/TDB tests are trying to delete a mmap 
database and reuse the directory.   TDB itself does different things on 
Windows to *nix.  It uses a different directory for every test database 
- they are deleted as usual and go away when the JVM exits.

See for example TestDatasetTDBPersist.

	Andy




-------- Original Message --------
Subject: Jenkins build is unstable: Jena_Development_Test_Windows #203
Date: Wed, 11 Sep 2013 19:47:31 +0000 (UTC)
From: Apache Jenkins Server  <je...@builds.apache.org>
Reply-To: dev@jena.apache.org
To: commits@jena.apache.org

See 
<https://builds.apache.org/job/Jena_Development_Test_Windows/203/changes>



Jenkins build is back to stable : Jena_Development_Test_Windows #209

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/209/changes>


Jenkins build is still unstable: Jena_Development_Test_Windows #208

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/changes>


Jenkins build is still unstable: Jena_Development_Test_Windows #207

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/changes>


Jenkins build is still unstable: Jena_Development_Test_Windows #206

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/changes>


Jenkins build is still unstable: Jena_Development_Test_Windows #205

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/changes>


Jenkins build is still unstable: Jena_Development_Test_Windows #204

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/changes>


Jenkins build is unstable: Jena_Development_Test_Windows #203

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/203/changes>


Build failed in Jenkins: Jena_Development_Test_Windows #202

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/202/changes>

Changes:

[andy] Fix script

------------------------------------------
Started by an SCM change
Building remotely on windows1 in workspace <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/>
Cleaning up <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/trunk>
Updating http://svn.apache.org/repos/asf/jena/trunk at revision '2013-09-11T10:52:40.153 +0100'
U         jena-tdb\bin\tdbloader2
U         apache-jena\bin\tdbloader2
At revision 1521771
Parsing POMs
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/trunk> at hudson.remoting.Channel@5dfd6a9b:windows1
	at hudson.FilePath.act(FilePath.java:905)
	at hudson.FilePath.act(FilePath.java:882)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:920)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:652)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:567)
	at hudson.model.Run.execute(Run.java:1603)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:246)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jena:jena-parent:pom:7-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 27, column 11

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1323)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1058)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2423)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jena:jena-parent:pom:7-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 27, column 11

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1260)
	... 12 more

Build failed in Jenkins: Jena_Development_Test_Windows #201

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/201/>

------------------------------------------
[...truncated 11458 lines...]
A         jena-core\testing\arp\i18n\macroman.rdf
AU        jena-core\testing\arp\i18n\badbom16be.rdf
A         jena-core\testing\arp\i18n\arabic-windows-1256.rdf
AU        jena-core\testing\arp\i18n\bom16le.rdf
AU        jena-core\testing\arp\i18n\bom8.rdf
A         jena-core\testing\arp\i18n\arabic-utf8.rdf
A         jena-core\testing\arp\i18n\icubugtwo.rdf
A         jena-core\testing\arp\i18n\eq-bug73_0.rdf
A         jena-core\testing\arp\i18n\eq-bug73_1.rdf
AU        jena-core\testing\arp\i18n\eq-bug73_2.rdf
A         jena-core\testing\arp\i18n\t9000.rdf
AU        jena-core\testing\arp\i18n\badbom16le.rdf
AU        jena-core\testing\arp\i18n\badbom8.rdf
AU        jena-core\testing\arp\i18n\icubug.rdf
A         jena-core\testing\arp\dom
A         jena-core\testing\arp\dom\README_LICENSE
A         jena-core\testing\arp\dom\domtest.nt
A         jena-core\testing\arp\dom\domtest.rdf
A         jena-core\testing\arp\Manifest.rdf
A         jena-core\testing\arp\rfc2396-issue
AU        jena-core\testing\arp\rfc2396-issue\fileURI.rdf
A         jena-core\testing\arp\rfc2396-issue\bug51_0.rdf
A         jena-core\testing\arp\rfc2396-issue\README_LICENSE
AU        jena-core\testing\arp\rfc2396-issue\fileURI.nt
A         jena-core\testing\arp\rfc2396-issue\bug51_0.nt
A         jena-core\testing\arp\comments
A         jena-core\testing\arp\comments\test01.rdf
A         jena-core\testing\arp\comments\test10.rdf
A         jena-core\testing\arp\comments\test02.rdf
A         jena-core\testing\arp\comments\test11.rdf
A         jena-core\testing\arp\comments\test03.rdf
A         jena-core\testing\arp\comments\test12.rdf
A         jena-core\testing\arp\comments\test04.rdf
A         jena-core\testing\arp\comments\test13.rdf
A         jena-core\testing\arp\comments\test05.rdf
A         jena-core\testing\arp\comments\README_LICENSE
A         jena-core\testing\arp\comments\test06.rdf
A         jena-core\testing\arp\comments\test07.rdf
A         jena-core\testing\arp\comments\test08.rdf
A         jena-core\testing\arp\comments\test09.rdf
A         jena-core\testing\arp\comments\test0X.nt
A         jena-core\testing\arp\comments\test1X.nt
A         jena-core\testing\arp\xml-prop.rdf
A         jena-core\testing\arp\relative-namespaces
A         jena-core\testing\arp\relative-namespaces\README_LICENSE
A         jena-core\testing\arp\relative-namespaces\bad-bug50_0.rdf
A         jena-core\testing\arp\gc
A         jena-core\testing\arp\gc\README_LICENSE
A         jena-core\testing\arp\gc\someWordNet.rdf
A         jena-core\testing\arp\xmlbase
A         jena-core\testing\arp\xmlbase\README_LICENSE
A         jena-core\testing\arp\xmlbase\danbri.nt
A         jena-core\testing\arp\xmlbase\danbri.rdf
A         jena-core\testing\cmd
A         jena-core\testing\cmd\rdfcat.n3
A         jena-core\testing\cmd\rdfcat.xml
A         jena-core\testing\cmd\rdfcat_1.xml
A         jena-core\testing\cmd\rdfcat.nt
A         jena-core\testing\cmd\rdfcat_1_n3
A         jena-core\testing\cmd\rdfcat_2.xml
A         jena-core\testing\cmd\sg-test-config.rdf
A         jena-core\testing\cmd\rdfcat_2_n3
A         jena-core\testing\cmd\README_LICENSE
A         jena-core\vocabularies
A         jena-core\vocabularies\jena-model-spec.n3
A         jena-core\vocabularies\ont-manager.rdf
A         jena-core\vocabularies\rdf-schema.rdf
A         jena-core\vocabularies\dublin-core_types.xml
A         jena-core\vocabularies\result-set.n3
AU        jena-core\vocabularies\ont-event.rdf
AU        jena-core\vocabularies\owl.owl
A         jena-core\vocabularies\test-query.n3
AU        jena-core\vocabularies\jenavocab.rdf
A         jena-core\vocabularies\test-manifest.n3
A         jena-core\vocabularies\dublin-core_11.xml
A         jena-core\vocabularies\daml+oil-2000-12.daml
A         jena-core\vocabularies\test-manifest-x.n3
A         jena-core\vocabularies\daml+oil.daml
A         jena-core\vocabularies\dublin-core_terms.xml
A         jena-core\vocabularies\location-mapping-rdfs.n3
A         jena-parent
A         jena-parent\NOTICE
A         jena-parent\LICENSE
A         jena-parent\DEPENDENCIES
AU        jena-parent\pom.xml
A         jena-spatial
AU        jena-spatial\pom.xml
AU        jena-spatial\README.txt
A         jena-spatial\NOTICE
A         jena-spatial\LICENSE
A         jena-spatial\DEPENDENCIES
AU        jena-spatial\ReleaseNotes.txt
A         jena-spatial\src
A         jena-spatial\src\test
A         jena-spatial\src\test\java
A         jena-spatial\src\test\java\org
A         jena-spatial\src\test\java\org\apache
A         jena-spatial\src\test\java\org\apache\jena
A         jena-spatial\src\test\java\org\apache\jena\query
A         jena-spatial\src\test\java\org\apache\jena\query\spatial
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\TS_Spatial.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\TestIndexingSpatialDataWithLucene.java
A         jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction
A         jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\lucene
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\lucene\TestNorthPFWithLuceneSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\lucene\TestEastPFWithLuceneSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\lucene\TestIntersectsBoxPFWithLuceneSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\lucene\TestIsNearByPFWithLuceneSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\lucene\TestIsWithinCirclePFWithLuceneSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\lucene\TestSouthPFWithLuceneSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\lucene\TestWestPFWithLuceneSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\lucene\TestIsWithinBoxPFWithLuceneSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\AbstractTestSouthPF.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\AbstractTestWestPF.java
A         jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\solr
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\solr\TestIsWithinBoxPFWithEmbeddedSolrSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\solr\TestNorthPFWithEmbeddedSolrSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\solr\TestEastPFWithEmbeddedSolrSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\solr\TestIntersectsBoxPFWithEmbeddedSolrSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\solr\TestIsNearByPFWithEmbeddedSolrSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\solr\TestIsWithinCirclePFWithEmbeddedSolrSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\solr\TestSouthPFWithEmbeddedSolrSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\solr\TestWestPFWithEmbeddedSolrSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\AbstractTestIsWithinBoxPF.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\AbstractTestNorthPF.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\AbstractTestEastPF.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\AbstractTestIntersectsBoxPF.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\AbstractTestIsNearByPF.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\pfunction\AbstractTestIsWithinCirclePF.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\TestSpatialPredicatePairValue.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\TestIndexingSpatialDataWithSolr.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\AbstractTestDatasetWithSpatialIndex.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\TestTDBDatasetWithLuceneSpatialIndex.java
A         jena-spatial\src\test\java\org\apache\jena\query\spatial\assembler
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\assembler\AbstractTestSpatialAssembler.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\assembler\TestSpatialIndexLuceneAssembler.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\assembler\TestSpatialDatasetAssembler.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\assembler\TestEntityDefinitionAssembler.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\assembler\TestSpatialIndexSolrAssembler.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\AbstractTestIndexingSpatialData.java
AU        jena-spatial\src\test\java\org\apache\jena\query\spatial\SpatialSearchUtil.java
A         jena-spatial\src\test\resources
A         jena-spatial\src\test\resources\SolrHome
A         jena-spatial\src\test\resources\SolrHome\SolrARQCollection
A         jena-spatial\src\test\resources\SolrHome\SolrARQCollection\conf
AU        jena-spatial\src\test\resources\SolrHome\SolrARQCollection\conf\schema.xml
AU        jena-spatial\src\test\resources\SolrHome\SolrARQCollection\conf\solrconfig.xml
AU        jena-spatial\src\test\resources\SolrHome\solr.xml
AU        jena-spatial\src\test\resources\log4j.properties
A         jena-spatial\src\test\resources\spatial-config-spatialindexer.ttl
A         jena-spatial\src\test\resources\spatial-solr-config.ttl
A         jena-spatial\src\test\resources\geoarq-query-1.rq
A         jena-spatial\src\test\resources\spatial-config.ttl
A         jena-spatial\src\test\resources\geoarq-data-1.ttl
A         jena-spatial\src\main
A         jena-spatial\src\main\java
A         jena-spatial\src\main\java\jena
AU        jena-spatial\src\main\java\jena\spatialindexdump.java
AU        jena-spatial\src\main\java\jena\spatialindexer.java
A         jena-spatial\src\main\java\examples
AU        jena-spatial\src\main\java\examples\JenaSpatialExample1.java
A         jena-spatial\src\main\java\org
A         jena-spatial\src\main\java\org\apache
A         jena-spatial\src\main\java\org\apache\jena
A         jena-spatial\src\main\java\org\apache\jena\query
A         jena-spatial\src\main\java\org\apache\jena\query\spatial
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialDocProducer.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialPredicatePairValue.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialValueUtil.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialDocProducerTriples.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialIndexContext.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialPredicatePair.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialDatasetFactory.java
A         jena-spatial\src\main\java\org\apache\jena\query\spatial\assembler
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\assembler\SpatialIndexLuceneAssembler.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\assembler\SpatialDatasetAssembler.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\assembler\EntityDefinitionAssembler.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\assembler\SpatialIndexSolrAssembler.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\assembler\SpatialVocab.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\assembler\SpatialAssembler.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\DistanceUnitsUtils.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialIndexException.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialIndexLucene.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialQuery.java
A         jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\SpatialOperationPFBase.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\SpatialOperationWithBoxPFBase.java
A         jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\library
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\library\NorthPF.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\library\EastPF.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\library\IntersectsBoxPF.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\library\IsNearByPF.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\library\IsWithinCirclePF.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\library\SouthPF.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\library\WestPF.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\library\IsWithinBoxPF.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\DirectionWithPointPFBase.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\SpatialOperationWithCircleBase.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\pfunction\SpatialMatch.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\DatasetGraphSpatial.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\EntityDefinition.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialIndex.java
AU        jena-spatial\src\main\java\org\apache\jena\query\spatial\SpatialIndexSolr.java
A         jena-spatial\src\main\resources
A         jena-spatial\src\main\resources\org
A         jena-spatial\src\main\resources\org\apache
A         jena-spatial\src\main\resources\org\apache\jena
A         jena-spatial\src\main\resources\org\apache\jena\query
A         jena-spatial\src\main\resources\org\apache\jena\query\spatial
AU        jena-spatial\src\main\resources\org\apache\jena\query\spatial\properties.xml
 U        .
At revision 1521497
no change for http://svn.apache.org/repos/asf/jena/trunk since the previous build
Parsing POMs
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/trunk> at hudson.remoting.Channel@5dfd6a9b:windows1
	at hudson.FilePath.act(FilePath.java:905)
	at hudson.FilePath.act(FilePath.java:882)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:920)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:652)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:567)
	at hudson.model.Run.execute(Run.java:1603)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:246)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jena:jena-parent:pom:7-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 27, column 11

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1323)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1058)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2423)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jena:jena-parent:pom:7-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 27, column 11

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1260)
	... 12 more

Build failed in Jenkins: Jena_Development_Test_Windows #200

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Jena_Development_Test_Windows/200/changes>

Changes:

[claude] Fix for JENA-532
Added code to convert internal variables to arguments to keep the stack in sync.

[andy] Remove pause as it does not seem to make the build more reliable.

[andy] Settings for executing tests

[andy] Logging via log4j.properties.

[andy] Don't print internal Jetty log messages (dev)

[andy] Don't print internal Jetty log messages

[andy] Control test logging via log4j.properties only

[andy] Switch to logging control via testing log4j.properties

[andy] Reset logging after tests.

[andy] Logging settings for testing

[andy] Remove logging configuration by code.

[andy] Change javadoc:  jena:jdbc: -> jdbc:jena:

[andy] Remove stray log4j.properties from the Fuseki jar.

------------------------------------------
Started by an SCM change
Building remotely on windows1 in workspace <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/>
Cleaning up <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/trunk>
Updating http://svn.apache.org/repos/asf/jena/trunk at revision '2013-09-10T11:20:11.715 +0100'
A         jena-fuseki\src\test\resources
A         jena-fuseki\src\test\resources\log4j.properties
U         jena-fuseki\src\test\java\org\apache\jena\fuseki\ServerTest.java
U         jena-fuseki\src\main\java\org\apache\jena\fuseki\FusekiCmd.java
D         jena-fuseki\src\main\resources\log4j.properties
U         jena-fuseki\log4j.properties
U         jena-jdbc\jena-jdbc-driver-bundle\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-driver-tdb\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-driver-remote\src\test\java\org\apache\jena\jdbc\remote\results\TestRemoteEndpointResultsWithAuth.java
U         jena-jdbc\jena-jdbc-driver-remote\src\test\java\org\apache\jena\jdbc\remote\connections\TestRemoteEndpointConnectionWithAuth.java
U         jena-jdbc\jena-jdbc-driver-remote\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-driver-mem\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-driver-mem\src\test\java\org\apache\jena\jdbc\mem\TestMemDriverWithLogging.java
U         jena-jdbc\jena-jdbc-core\src\main\java\org\apache\jena\jdbc\JenaDriver.java
U         jena-jdbc\jena-jdbc-core\src\test\resources\log4j.properties
U         jena-jdbc\jena-jdbc-core\src\test\java\org\apache\jena\jdbc\metadata\results\AbstractDatabaseMetadataTests.java
U         jena-security\src\main\java\org\apache\jena\security\query\rewriter\SecuredFunction.java
At revision 1521423
Parsing POMs
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/job/Jena_Development_Test_Windows/ws/trunk> at hudson.remoting.Channel@5dfd6a9b:windows1
	at hudson.FilePath.act(FilePath.java:905)
	at hudson.FilePath.act(FilePath.java:882)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:920)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:652)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:567)
	at hudson.model.Run.execute(Run.java:1603)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:506)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:246)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jena:jena-parent:pom:7-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 27, column 11

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1323)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1058)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2423)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)
Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.jena:jena-parent:pom:7-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 27, column 11

	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364)
	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1260)
	... 12 more