You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/07/19 03:35:04 UTC

Build failed in Jenkins: ManifoldCF-mvn #224

See <https://builds.apache.org/job/ManifoldCF-mvn/224/changes>

Changes:

[kwright] Simplify the IProcessActivity interface, so that connectors do not need to doubly inform the framework about their activities (or lack thereof)

------------------------------------------
[...truncated 2028 lines...]
Fetching 5/76
Fetching 1/64
Fetching 6/71
Fetching 4/72
Fetching 8/76
Fetching 9/60
Fetching 3/72
Fetching 2/74
Fetching 7/77
Fetching 0/73
Fetching 5/75
Fetching 1/78
Fetching 6/67
Fetching 9/76
Fetching 8/70
Fetching 4/66
Fetching 2/67
Fetching 3/61
Fetching 7/65
Fetching 0/67
Fetching 6/60
Fetching 4/71
Fetching 9/66
Fetching 8/69
Fetching 5/68
Fetching 1/60
Fetching 3/77
Fetching 2/65
Fetching 7/61
Fetching 7/67
Fetching 8/66
Fetching 0/60
Fetching 6/79
Fetching 0/63
Fetching 5/62
Fetching 1/71
Fetching 1/69
Fetching 0/79
Fetching 8/63
Fetching 3/79
Fetching 3/65
Fetching 5/79
Fetching 4/68
Fetching 8/60
Fetching 5/74
Fetching 9/73
Fetching 2/60
Fetching 4/61
Fetching 6/72
Fetching 4/73
Fetching 9/79
Fetching 3/64
Fetching 7/73
Fetching 1/67
Fetching 0/68
Fetching 6/62
Fetching 7/68
Fetching 2/63
Fetching 2/71
Fetching 9/77
Fetching 9/72
Fetching 4/78
Fetching 5/66
Fetching 6/75
Fetching 8/74
Fetching 1/62
Fetching 3/68
Fetching 2/73
Fetching 7/70
Fetching 9/69
Fetching 0/76
Fetching 0/72
Fetching 4/77
Fetching 6/74
Fetching 6/77
Fetching 8/65
Fetching 5/61
Fetching 1/65
Fetching 3/63
Fetching 2/70
Fetching 7/63
Fetching 9/64
Fetching 5/64
Fetching 8/71
Fetching 4/60
Fetching 1/79
Fetching 2/76
Fetching 7/72
Fetching 3/71
Fetching 9/63
Fetching 0/75
Fetching 5/69
Fetching 6/61
Fetching 8/73
Fetching 1/68
Fetching 6/63
Fetching 0/64
Fetching 3/67
Fetching 6/68
Fetching 4/67
Fetching 7/74
Fetching 2/64
Fetching 9/67
Fetching 5/60
Fetching 9/68
Fetching 7/71
Fetching 3/70
Fetching 2/77
Fetching 1/77
Fetching 4/65
Fetching 0/70
Fetching 1/72
Fetching 8/75
Fetching 4/74
Fetching 5/65
Fetching 3/78
Fetching 8/62
Fetching 8/61
Fetching 2/62
Fetching 0/69
Fetching 7/64
Fetching 2/78
Fetching 8/77
Fetching 5/71
Fetching 8/78
Fetching 6/73
Fetching 0/62
Fetching 7/79
Fetching 1/74
Fetching 9/71
Fetching 3/74
Fetching 2/72
Fetching 4/64
Fetching 6/65
Fetching 7/66
Fetching 0/61
Fetching 1/73
Fetching 9/70
Fetching 3/60
Fetching 5/67
Fetching 9/62
Fetching 2/68
Fetching 4/70
Fetching 6/76
Fetching 2/66
Fetching 0/78
Fetching 3/62
Fetching 7/76
Fetching 8/67
Fetching 5/72
Fetching 5/73
Fetching 1/70
Fetching 4/62
Fetching 0/77
Fetching 6/66
Fetching 8/72
Fetching 8/68
Fetching 9/65
Fetching 3/69
Fetching 1/76
Fetching 4/63
Fetching 9/75
Fetching 2/79
Fetching 6/64
Fetching 0/74
Fetching 2/75
Fetching 1/61
Fetching 9/78
Fetching 6/70
Fetching 7/75
Fetching 3/75
Fetching 7/78
Fetching 5/77
Fetching 5/63
Fetching 1/75
Fetching 3/73
Fetching 7/62
Fetching 3/66
Fetching 4/79
Fetching 0/65
Fetching 1/66
Fetching 6/69
Fetching 4/76
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Can't delete repository connection 'SchedulerTest Connection': existing jobs refer to it
	at org.apache.manifoldcf.crawler.repository.RepositoryConnectionManager.delete(RepositoryConnectionManager.java:528)
	at org.apache.manifoldcf.crawler.tests.ConnectorBaseHSQLDB.localCleanUp(ConnectorBaseHSQLDB.java:235)
	at org.apache.manifoldcf.crawler.tests.SchedulerHSQLDBTest.cleanUp(SchedulerHSQLDBTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
	at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:74)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 172.559 sec <<< FAILURE!
Running org.apache.manifoldcf.crawler.tests.SanityHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.525 sec
Running org.apache.manifoldcf.crawler.tests.InterruptionHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.116 sec
Running org.apache.manifoldcf.crawler.tests.SanityDerbyTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.257 sec

Results :

Tests in error: 

Tests run: 5, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/framework/pull-agent/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 34 seconds
[INFO] Finished at: Sat Jul 19 01:35:04 UTC 2014
[INFO] Final Memory: 45M/386M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Jenkins build is back to normal : ManifoldCF-mvn #229

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ManifoldCF-mvn/229/>


Build failed in Jenkins: ManifoldCF-mvn #228

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ManifoldCF-mvn/228/changes>

Changes:

[kwright] Find out just how long schedule tester is taking on Jenkins

[kwright] Remove debugging output

[kwright] removeDocument wasn't quite right before; worked more like deleteDocument

------------------------------------------
[...truncated 3279 lines...]
Fetching 6/186
Fetching 7/195
Fetching 5/197
Fetching 7/191
Fetching 4/195
Fetching 0/196
Fetching 0/195
Fetching 8/190
Fetching 2/185
Fetching 3/190
Fetching 5/186
Fetching 2/190
Fetching 0/170
Fetching 4/189
Fetching 1/189
Fetching 4/172
Fetching 3/183
Fetching 9/181
Fetching 6/191
Fetching 2/175
Fetching 3/170
Fetching 7/161
Fetching 1/185
Fetching 9/191
Fetching 8/193
Fetching 6/187
Fetching 1/174
Fetching 9/167
Fetching 5/177
Fetching 6/160
Fetching 8/173
Fetching 6/165
Fetching 9/197
Fetching 8/191
Fetching 0/187
Fetching 2/186
Fetching 7/188
Fetching 1/190
Fetching 4/181
Fetching 6/180
Fetching 5/196
Fetching 3/189
Fetching 9/187
Fetching 9/196
Fetching 8/195
Fetching 2/197
Fetching 7/182
Fetching 1/186
Fetching 0/183
Fetching 5/183
Fetching 3/199
Fetching 6/193
Fetching 2/183
Fetching 4/186
Fetching 4/183
Fetching 0/182
Fetching 8/184
Fetching 6/198
Fetching 7/183
Fetching 1/183
Fetching 5/194
Fetching 3/182
Fetching 8/185
Fetching 6/199
Fetching 0/185
Fetching 3/195
Fetching 7/190
Fetching 9/184
Fetching 5/181
Fetching 0/190
Fetching 4/192
Fetching 6/195
Fetching 9/190
Fetching 8/186
Fetching 2/188
Fetching 5/188
Fetching 2/196
Fetching 8/182
Fetching 5/184
Fetching 4/188
Fetching 9/189
Fetching 6/196
Fetching 0/191
Fetching 3/188
Fetching 1/195
Fetching 1/196
Fetching 4/182
Fetching 3/186
Fetching 7/199
Fetching 2/180
Fetching 7/194
Fetching 1/182
Fetching 3/194
Fetching 9/195
Fetching 5/182
Fetching 5/195
Fetching 2/192
Fetching 7/189
Fetching 6/189
Fetching 8/180
Fetching 8/198
Fetching 3/180
Fetching 0/193
Fetching 1/191
Fetching 4/199
Fetching 9/182
Fetching 7/192
Fetching 2/199
Fetching 6/185
Fetching 1/193
Fetching 3/196
Fetching 0/199
Fetching 4/196
Fetching 9/180
Fetching 9/183
Fetching 7/185
Fetching 8/189
Fetching 5/199
Fetching 6/182
Fetching 2/193
Fetching 3/198
Fetching 1/194
Fetching 4/180
Fetching 0/188
Fetching 1/180
Fetching 4/190
Fetching 0/197
Fetching 8/183
Fetching 2/182
Fetching 3/197
Fetching 3/181
Fetching 6/184
Fetching 4/187
Fetching 5/189
Fetching 7/186
Fetching 0/192
Fetching 6/188
Fetching 2/194
Fetching 6/192
Fetching 1/188
Fetching 8/188
Fetching 7/193
Fetching 7/184
Fetching 5/185
Fetching 9/194
Fetching 9/188
Fetching 5/187
Fetching 1/181
Fetching 8/197
Fetching 2/195
Fetching 0/189
Fetching 7/196
Fetching 0/181
Fetching 4/191
Fetching 8/181
Fetching 5/198
Fetching 1/198
Fetching 2/189
Fetching 6/194
Fetching 7/187
Fetching 3/184
Fetching 9/185
Fetching 4/197
Fetching 0/198
Fetching 8/187
Fetching 1/192
Fetching 5/191
Fetching 6/197
Fetching 2/181
Fetching 7/181
Fetching 4/194
Fetching 0/180
Fetching 9/186
Fetching 3/187
Fetching 3/191
Fetching 8/194
Fetching 2/184
Fetching 1/199
Fetching 6/183
Fetching 5/192
Fetching 9/192
Fetching 4/185
Crawl took 315575 milliseconds
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Can't delete repository connection 'SchedulerTest Connection': existing jobs refer to it
	at org.apache.manifoldcf.crawler.repository.RepositoryConnectionManager.delete(RepositoryConnectionManager.java:528)
	at org.apache.manifoldcf.crawler.tests.ConnectorBaseHSQLDB.localCleanUp(ConnectorBaseHSQLDB.java:235)
	at org.apache.manifoldcf.crawler.tests.SchedulerHSQLDBTest.cleanUp(SchedulerHSQLDBTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
	at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:74)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 332.994 sec <<< FAILURE!
Running org.apache.manifoldcf.crawler.tests.SanityHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.008 sec
Running org.apache.manifoldcf.crawler.tests.InterruptionHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.609 sec
Running org.apache.manifoldcf.crawler.tests.SanityDerbyTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.874 sec

Results :

Tests in error: 

Tests run: 5, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/framework/pull-agent/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 minutes 59 seconds
[INFO] Finished at: Mon Jul 21 14:34:16 UTC 2014
[INFO] Final Memory: 45M/386M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Build failed in Jenkins: ManifoldCF-mvn #227

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ManifoldCF-mvn/227/changes>

Changes:

[kwright] Try to fix maven failure

[kwright] Fix for CONNECTORS-989.  Introduce component document concept.

------------------------------------------
[...truncated 2646 lines...]
Fetching 7/118
Fetching 4/115
Fetching 2/108
Fetching 9/101
Fetching 5/105
Fetching 0/108
Fetching 6/100
Fetching 8/107
Fetching 9/119
Fetching 3/103
Fetching 3/118
Fetching 8/112
Fetching 3/104
Fetching 2/112
Fetching 6/101
Fetching 5/116
Fetching 5/101
Fetching 0/115
Fetching 7/117
Fetching 1/101
Fetching 6/105
Fetching 4/117
Fetching 4/104
Fetching 4/105
Fetching 8/125
Fetching 4/136
Fetching 3/137
Fetching 9/122
Fetching 2/129
Fetching 2/121
Fetching 7/127
Fetching 1/128
Fetching 5/139
Fetching 5/138
Fetching 6/139
Fetching 6/134
Fetching 0/138
Fetching 0/126
Fetching 8/137
Fetching 0/127
Fetching 4/132
Fetching 3/120
Fetching 1/138
Fetching 9/129
Fetching 7/121
Fetching 4/123
Fetching 3/131
Fetching 8/122
Fetching 5/136
Fetching 6/123
Fetching 1/131
Fetching 2/137
Fetching 9/138
Fetching 1/123
Fetching 9/132
Fetching 2/136
Fetching 3/123
Fetching 5/131
Fetching 5/130
Fetching 0/128
Fetching 7/128
Fetching 2/125
Fetching 9/127
Fetching 9/120
Fetching 3/126
Fetching 8/128
Fetching 3/139
Fetching 4/139
Fetching 5/125
Fetching 4/122
Fetching 6/120
Fetching 4/121
Fetching 1/137
Fetching 1/129
Fetching 2/128
Fetching 8/123
Fetching 0/131
Fetching 7/120
Fetching 6/137
Fetching 8/131
Fetching 7/137
Fetching 0/137
Fetching 7/131
Fetching 6/131
Fetching 0/133
Fetching 2/124
Fetching 4/137
Fetching 8/126
Fetching 5/126
Fetching 6/127
Fetching 3/136
Fetching 9/123
Fetching 9/136
Fetching 1/132
Fetching 2/127
Fetching 7/123
Fetching 0/124
Fetching 4/120
Fetching 4/131
Fetching 2/135
Fetching 5/135
Fetching 6/132
Fetching 1/135
Fetching 8/136
Fetching 3/125
Fetching 0/130
Fetching 7/138
Fetching 2/120
Fetching 5/128
Fetching 1/130
Fetching 6/130
Fetching 9/126
Fetching 8/134
Fetching 3/124
Fetching 7/129
Fetching 0/125
Fetching 8/133
Fetching 8/127
Fetching 4/127
Fetching 2/139
Fetching 1/127
Fetching 1/136
Fetching 1/139
Fetching 1/125
Fetching 4/134
Fetching 7/125
Fetching 8/135
Fetching 7/134
Fetching 2/133
Fetching 6/121
Fetching 5/133
Fetching 9/135
Fetching 3/133
Fetching 7/126
Fetching 4/125
Fetching 9/134
Fetching 9/121
Fetching 3/135
Fetching 6/129
Fetching 3/128
Fetching 0/132
Fetching 5/123
Fetching 0/134
Fetching 6/128
Fetching 5/121
Fetching 5/134
Fetching 2/159
Fetching 6/140
Fetching 1/152
Fetching 4/126
Fetching 5/137
Fetching 8/129
Fetching 3/127
Fetching 0/122
Fetching 7/133
Fetching 7/132
Fetching 8/138
Fetching 2/132
Fetching 1/134
Fetching 0/120
Fetching 7/135
Fetching 3/121
Fetching 5/120
Fetching 3/129
Fetching 6/122
Fetching 7/122
Fetching 9/137
Fetching 4/128
Fetching 7/139
Fetching 9/131
Fetching 4/124
Fetching 6/126
Fetching 4/130
Fetching 9/128
Fetching 9/139
Fetching 7/124
Fetching 1/120
Fetching 2/138
Fetching 5/124
Fetching 8/124
Fetching 6/138
Fetching 0/136
Fetching 2/134
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Can't delete repository connection 'SchedulerTest Connection': existing jobs refer to it
	at org.apache.manifoldcf.crawler.repository.RepositoryConnectionManager.delete(RepositoryConnectionManager.java:528)
	at org.apache.manifoldcf.crawler.tests.ConnectorBaseHSQLDB.localCleanUp(ConnectorBaseHSQLDB.java:235)
	at org.apache.manifoldcf.crawler.tests.SchedulerHSQLDBTest.cleanUp(SchedulerHSQLDBTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
	at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:74)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 183.018 sec <<< FAILURE!
Running org.apache.manifoldcf.crawler.tests.SanityHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.37 sec
Running org.apache.manifoldcf.crawler.tests.InterruptionHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.057 sec
Running org.apache.manifoldcf.crawler.tests.SanityDerbyTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.252 sec

Results :

Tests in error: 

Tests run: 5, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/framework/pull-agent/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 45 seconds
[INFO] Finished at: Mon Jul 21 01:36:11 UTC 2014
[INFO] Final Memory: 45M/386M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Build failed in Jenkins: ManifoldCF-mvn #226

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ManifoldCF-mvn/226/changes>

Changes:

[kwright] Add comments about versioning

[kwright] Update comment to make CHAINED model reference extraction requirements clear

------------------------------------------
[...truncated 2613 lines...]
Fetching 1/80
Fetching 8/90
Fetching 5/89
Fetching 1/98
Fetching 6/81
Fetching 5/117
Fetching 0/118
Fetching 2/107
Fetching 7/105
Fetching 9/117
Fetching 4/106
Fetching 4/119
Fetching 8/101
Fetching 3/106
Fetching 6/104
Fetching 1/100
Fetching 5/103
Fetching 0/113
Fetching 7/107
Fetching 9/108
Fetching 2/100
Fetching 8/104
Fetching 3/110
Fetching 9/118
Fetching 6/113
Fetching 6/106
Fetching 1/106
Fetching 5/119
Fetching 7/110
Fetching 4/100
Fetching 2/116
Fetching 3/114
Fetching 8/106
Fetching 0/106
Fetching 0/105
Fetching 5/110
Fetching 2/114
Fetching 2/105
Fetching 2/104
Fetching 1/117
Fetching 5/113
Fetching 9/109
Fetching 7/115
Fetching 6/114
Fetching 6/115
Fetching 6/117
Fetching 6/111
Fetching 7/116
Fetching 5/104
Fetching 4/109
Fetching 4/102
Fetching 9/116
Fetching 9/104
Fetching 0/101
Fetching 3/100
Fetching 3/111
Fetching 8/119
Fetching 1/110
Fetching 0/109
Fetching 8/116
Fetching 8/102
Fetching 4/114
Fetching 1/108
Fetching 1/112
Fetching 3/117
Fetching 7/103
Fetching 5/115
Fetching 3/101
Fetching 3/109
Fetching 7/112
Fetching 0/104
Fetching 8/110
Fetching 9/114
Fetching 2/113
Fetching 4/108
Fetching 1/103
Fetching 6/107
Fetching 5/111
Fetching 5/109
Fetching 9/106
Fetching 0/119
Fetching 5/112
Fetching 2/119
Fetching 6/109
Fetching 1/113
Fetching 2/118
Fetching 9/100
Fetching 8/113
Fetching 5/114
Fetching 7/106
Fetching 7/109
Fetching 3/113
Fetching 8/103
Fetching 0/107
Fetching 4/113
Fetching 4/112
Fetching 3/105
Fetching 1/111
Fetching 6/103
Fetching 1/104
Fetching 0/111
Fetching 0/103
Fetching 7/104
Fetching 8/100
Fetching 4/103
Fetching 0/112
Fetching 6/118
Fetching 2/109
Fetching 0/110
Fetching 1/102
Fetching 5/118
Fetching 2/115
Fetching 8/117
Fetching 4/118
Fetching 8/115
Fetching 3/115
Fetching 4/107
Fetching 9/107
Fetching 5/102
Fetching 6/110
Fetching 7/113
Fetching 3/119
Fetching 9/105
Fetching 1/107
Fetching 7/101
Fetching 6/102
Fetching 7/100
Fetching 8/139
Fetching 9/133
Fetching 4/138
Fetching 1/122
Fetching 0/139
Fetching 2/122
Fetching 3/122
Fetching 7/130
Fetching 5/129
Fetching 6/135
Fetching 5/122
Fetching 8/130
Fetching 4/129
Fetching 1/124
Fetching 2/123
Fetching 3/134
Fetching 7/136
Fetching 9/124
Fetching 0/117
Fetching 6/108
Fetching 8/111
Fetching 3/107
Fetching 5/100
Fetching 2/103
Fetching 9/110
Fetching 7/119
Fetching 6/100
Fetching 1/109
Fetching 0/114
Fetching 4/115
Fetching 4/117
Fetching 4/104
Fetching 4/105
Fetching 2/111
Fetching 2/117
Fetching 3/103
Fetching 3/118
Fetching 3/104
Fetching 8/108
Fetching 1/118
Fetching 1/105
Fetching 7/108
Fetching 1/101
Fetching 6/101
Fetching 6/105
Fetching 2/108
Fetching 9/113
Fetching 5/116
Fetching 0/108
Fetching 8/109
Fetching 2/112
Fetching 7/118
Fetching 9/102
Fetching 5/105
Fetching 5/101
Fetching 7/117
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Can't delete repository connection 'SchedulerTest Connection': existing jobs refer to it
	at org.apache.manifoldcf.crawler.repository.RepositoryConnectionManager.delete(RepositoryConnectionManager.java:528)
	at org.apache.manifoldcf.crawler.tests.ConnectorBaseHSQLDB.localCleanUp(ConnectorBaseHSQLDB.java:235)
	at org.apache.manifoldcf.crawler.tests.SchedulerHSQLDBTest.cleanUp(SchedulerHSQLDBTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
	at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:74)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 177.795 sec <<< FAILURE!
Running org.apache.manifoldcf.crawler.tests.SanityHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.791 sec
Running org.apache.manifoldcf.crawler.tests.InterruptionHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.482 sec
Running org.apache.manifoldcf.crawler.tests.SanityDerbyTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.66 sec

Results :

Tests in error: 

Tests run: 5, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/framework/pull-agent/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 43 seconds
[INFO] Finished at: Sun Jul 20 01:35:07 UTC 2014
[INFO] Final Memory: 45M/386M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Re: Build failed in Jenkins: ManifoldCF-mvn #225

Posted by Karl Wright <da...@gmail.com>.
This failure seems to be due to load on the Jenkins machine; tests pass
fine run on an unloaded box.  The test in question requires finishing in a
narrow time window, so loosening the constraints will make the test weaker.

Karl



On Sat, Jul 19, 2014 at 1:56 AM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <https://builds.apache.org/job/ManifoldCF-mvn/225/>
>
> ------------------------------------------
> [...truncated 2347 lines...]
> Fetching 3/69
> Fetching 5/88
> Fetching 7/75
> Fetching 1/76
> Fetching 4/92
> Fetching 1/61
> Fetching 6/88
> Fetching 4/95
> Fetching 4/94
> Fetching 0/78
> Fetching 8/67
> Fetching 9/65
> Fetching 7/62
> Fetching 3/66
> Fetching 5/98
> Fetching 5/94
> Fetching 8/72
> Fetching 2/79
> Fetching 0/77
> Fetching 0/74
> Fetching 6/94
> Fetching 6/97
> Fetching 2/75
> Fetching 4/88
> Fetching 0/65
> Fetching 5/86
> Fetching 4/87
> Fetching 4/110
> Fetching 3/96
> Fetching 5/108
> Fetching 2/93
> Fetching 8/84
> Fetching 7/86
> Fetching 9/82
> Fetching 0/96
> Fetching 1/90
> Fetching 6/112
> Fetching 2/84
> Fetching 4/111
> Fetching 3/83
> Fetching 7/87
> Fetching 5/107
> Fetching 9/84
> Fetching 0/83
> Fetching 1/82
> Fetching 8/99
> Fetching 6/119
> Fetching 2/88
> Fetching 3/80
> Fetching 7/88
> Fetching 4/116
> Fetching 8/91
> Fetching 1/84
> Fetching 5/106
> Fetching 0/99
> Fetching 9/94
> Fetching 8/97
> Fetching 2/83
> Fetching 6/116
> Fetching 2/91
> Fetching 0/98
> Fetching 1/75
> Fetching 1/66
> Fetching 6/104
> Fetching 4/106
> Fetching 4/81
> Fetching 1/83
> Fetching 4/101
> Fetching 7/82
> Fetching 7/78
> Fetching 5/117
> Fetching 5/103
> Fetching 7/60
> Fetching 3/94
> Fetching 3/82
> Fetching 9/80
> Fetching 0/92
> Fetching 9/78
> Fetching 8/68
> Fetching 9/61
> Fetching 8/64
> Fetching 5/89
> Fetching 0/71
> Fetching 6/96
> Fetching 6/81
> Fetching 2/61
> Fetching 3/75
> Fetching 3/73
> Fetching 2/86
> Fetching 7/96
> Fetching 8/94
> Fetching 5/119
> Fetching 4/119
> Fetching 1/91
> Fetching 3/92
> Fetching 9/90
> Fetching 0/86
> Fetching 6/113
> Fetching 7/85
> Fetching 2/99
> Fetching 8/85
> Fetching 1/87
> Fetching 5/110
> Fetching 4/100
> Fetching 9/85
> Fetching 0/82
> Fetching 3/89
> Fetching 6/106
> Fetching 6/114
> Fetching 2/97
> Fetching 7/84
> Fetching 8/83
> Fetching 5/113
> Fetching 1/88
> Fetching 4/109
> Fetching 0/81
> Fetching 3/86
> Fetching 9/98
> Fetching 6/115
> Fetching 5/104
> Fetching 8/81
> Fetching 2/95
> Fetching 6/117
> Fetching 9/92
> Fetching 3/81
> Fetching 6/111
> Fetching 7/92
> Fetching 2/90
> Fetching 3/98
> Fetching 7/83
> Fetching 9/99
> Fetching 1/92
> Fetching 8/98
> Fetching 3/99
> Fetching 1/94
> Fetching 0/91
> Fetching 7/81
> Fetching 5/115
> Fetching 8/82
> Fetching 0/84
> Fetching 2/87
> Fetching 4/102
> Fetching 4/114
> Fetching 0/88
> Fetching 4/108
> Fetching 1/97
> Fetching 9/91
> Fetching 8/89
> Fetching 1/96
> Fetching 7/80
> Fetching 7/98
> Fetching 2/80
> Fetching 1/95
> Fetching 5/114
> Fetching 0/80
> Fetching 0/90
> Fetching 3/88
> Fetching 8/88
> Fetching 4/112
> Fetching 4/113
> Fetching 9/95
> Fetching 6/107
> Fetching 2/98
> Fetching 5/109
> Fetching 3/97
> Fetching 8/96
> Fetching 6/109
> Fetching 9/96
> Fetching 1/93
> Fetching 7/91
> Fetching 2/94
> Fetching 5/111
> Fetching 3/90
> Fetching 0/95
> Fetching 8/80
> Fetching 6/103
> Fetching 1/99
> Fetching 9/86
> Fetching 4/103
> Fetching 4/118
> Fetching 0/94
> Fetching 0/97
> Fetching 2/92
> org.apache.manifoldcf.core.interfaces.ManifoldCFException: Can't delete
> repository connection 'SchedulerTest Connection': existing jobs refer to it
>         at
> org.apache.manifoldcf.crawler.repository.RepositoryConnectionManager.delete(RepositoryConnectionManager.java:528)
>         at
> org.apache.manifoldcf.crawler.tests.ConnectorBaseHSQLDB.localCleanUp(ConnectorBaseHSQLDB.java:235)
>         at
> org.apache.manifoldcf.crawler.tests.SchedulerHSQLDBTest.cleanUp(SchedulerHSQLDBTest.java:127)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>         at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>         at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>         at
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
>         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>         at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>         at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>         at
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at
> org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>         at com.sun.proxy.$Proxy0.invoke(Unknown Source)
>         at
> org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
>         at
> org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:74)
>         at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 177.978
> sec <<< FAILURE!
> Running org.apache.manifoldcf.crawler.tests.SanityHSQLDBTest
> Configuration file successfully read
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.005 sec
> Running org.apache.manifoldcf.crawler.tests.InterruptionHSQLDBTest
> Configuration file successfully read
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.174 sec
> Running org.apache.manifoldcf.crawler.tests.SanityDerbyTest
> Configuration file successfully read
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.049 sec
>
> Results :
>
> Tests in error:
>
> Tests run: 5, Failures: 0, Errors: 2, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> Please refer to
> /x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/framework/pull-agent/target/surefire-reports
> for the individual test results.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 8 minutes 40 seconds
> [INFO] Finished at: Sat Jul 19 05:56:58 UTC 2014
> [INFO] Final Memory: 45M/387M
> [INFO]
> ------------------------------------------------------------------------
> Build step 'Invoke top-level Maven targets' marked build as failure
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
>

Build failed in Jenkins: ManifoldCF-mvn #225

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ManifoldCF-mvn/225/>

------------------------------------------
[...truncated 2347 lines...]
Fetching 3/69
Fetching 5/88
Fetching 7/75
Fetching 1/76
Fetching 4/92
Fetching 1/61
Fetching 6/88
Fetching 4/95
Fetching 4/94
Fetching 0/78
Fetching 8/67
Fetching 9/65
Fetching 7/62
Fetching 3/66
Fetching 5/98
Fetching 5/94
Fetching 8/72
Fetching 2/79
Fetching 0/77
Fetching 0/74
Fetching 6/94
Fetching 6/97
Fetching 2/75
Fetching 4/88
Fetching 0/65
Fetching 5/86
Fetching 4/87
Fetching 4/110
Fetching 3/96
Fetching 5/108
Fetching 2/93
Fetching 8/84
Fetching 7/86
Fetching 9/82
Fetching 0/96
Fetching 1/90
Fetching 6/112
Fetching 2/84
Fetching 4/111
Fetching 3/83
Fetching 7/87
Fetching 5/107
Fetching 9/84
Fetching 0/83
Fetching 1/82
Fetching 8/99
Fetching 6/119
Fetching 2/88
Fetching 3/80
Fetching 7/88
Fetching 4/116
Fetching 8/91
Fetching 1/84
Fetching 5/106
Fetching 0/99
Fetching 9/94
Fetching 8/97
Fetching 2/83
Fetching 6/116
Fetching 2/91
Fetching 0/98
Fetching 1/75
Fetching 1/66
Fetching 6/104
Fetching 4/106
Fetching 4/81
Fetching 1/83
Fetching 4/101
Fetching 7/82
Fetching 7/78
Fetching 5/117
Fetching 5/103
Fetching 7/60
Fetching 3/94
Fetching 3/82
Fetching 9/80
Fetching 0/92
Fetching 9/78
Fetching 8/68
Fetching 9/61
Fetching 8/64
Fetching 5/89
Fetching 0/71
Fetching 6/96
Fetching 6/81
Fetching 2/61
Fetching 3/75
Fetching 3/73
Fetching 2/86
Fetching 7/96
Fetching 8/94
Fetching 5/119
Fetching 4/119
Fetching 1/91
Fetching 3/92
Fetching 9/90
Fetching 0/86
Fetching 6/113
Fetching 7/85
Fetching 2/99
Fetching 8/85
Fetching 1/87
Fetching 5/110
Fetching 4/100
Fetching 9/85
Fetching 0/82
Fetching 3/89
Fetching 6/106
Fetching 6/114
Fetching 2/97
Fetching 7/84
Fetching 8/83
Fetching 5/113
Fetching 1/88
Fetching 4/109
Fetching 0/81
Fetching 3/86
Fetching 9/98
Fetching 6/115
Fetching 5/104
Fetching 8/81
Fetching 2/95
Fetching 6/117
Fetching 9/92
Fetching 3/81
Fetching 6/111
Fetching 7/92
Fetching 2/90
Fetching 3/98
Fetching 7/83
Fetching 9/99
Fetching 1/92
Fetching 8/98
Fetching 3/99
Fetching 1/94
Fetching 0/91
Fetching 7/81
Fetching 5/115
Fetching 8/82
Fetching 0/84
Fetching 2/87
Fetching 4/102
Fetching 4/114
Fetching 0/88
Fetching 4/108
Fetching 1/97
Fetching 9/91
Fetching 8/89
Fetching 1/96
Fetching 7/80
Fetching 7/98
Fetching 2/80
Fetching 1/95
Fetching 5/114
Fetching 0/80
Fetching 0/90
Fetching 3/88
Fetching 8/88
Fetching 4/112
Fetching 4/113
Fetching 9/95
Fetching 6/107
Fetching 2/98
Fetching 5/109
Fetching 3/97
Fetching 8/96
Fetching 6/109
Fetching 9/96
Fetching 1/93
Fetching 7/91
Fetching 2/94
Fetching 5/111
Fetching 3/90
Fetching 0/95
Fetching 8/80
Fetching 6/103
Fetching 1/99
Fetching 9/86
Fetching 4/103
Fetching 4/118
Fetching 0/94
Fetching 0/97
Fetching 2/92
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Can't delete repository connection 'SchedulerTest Connection': existing jobs refer to it
	at org.apache.manifoldcf.crawler.repository.RepositoryConnectionManager.delete(RepositoryConnectionManager.java:528)
	at org.apache.manifoldcf.crawler.tests.ConnectorBaseHSQLDB.localCleanUp(ConnectorBaseHSQLDB.java:235)
	at org.apache.manifoldcf.crawler.tests.SchedulerHSQLDBTest.cleanUp(SchedulerHSQLDBTest.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
	at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
	at com.sun.proxy.$Proxy0.invoke(Unknown Source)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:74)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 177.978 sec <<< FAILURE!
Running org.apache.manifoldcf.crawler.tests.SanityHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.005 sec
Running org.apache.manifoldcf.crawler.tests.InterruptionHSQLDBTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.174 sec
Running org.apache.manifoldcf.crawler.tests.SanityDerbyTest
Configuration file successfully read
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.049 sec

Results :

Tests in error: 

Tests run: 5, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /x1/jenkins/jenkins-slave/workspace/ManifoldCF-mvn/framework/pull-agent/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 minutes 40 seconds
[INFO] Finished at: Sat Jul 19 05:56:58 UTC 2014
[INFO] Final Memory: 45M/387M
[INFO] ------------------------------------------------------------------------
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released