Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [Hudson] Build failed in Hudson: ICE Build #3763

See <http://habilis.ornl.gov:8080/job/ICE%20Build/3763/changes>

Changes:

[Jay Jay Billings] Added the AbstractModelBuilder and updated the Model and other classes

[Jay Jay Billings] Removed 588 lines of useless comments.

[Jay Jay Billings] Added Item.setupFormWithServices() and made sure it was hooked up

[Jay Jay Billings] Finished connecting the XMLMaterialsDatabase up to the ReflectivityModel

[Jay Jay Billings] Cleaned up the documentation in the ItemProcessor.

[Jay Jay Billings] Fixed a bug in the Material that threw null pointer exceptions when the

[Jay Jay Billings] Hooked up the element source stuff to the UI (mostly, selections

[Jay Jay Billings] Finished wiring up the Add button for the table, only to find that the

[Jay Jay Billings] Fixed an overdraw bug in the ICEResourcePage.

[Jay Jay Billings] Updated the material database to contain all of the actual atomic data.

[Jay Jay Billings] Committing updated userMatDB from materials updates.

[Jay Jay Billings] Made some minor documentation updates.

[Jay Jay Billings] Started working on a CSVWriter for the IOService to be used by the

[Jay Jay Billings] Cleaned up the CSVReader test a bit.

[Jay Jay Billings] Finished the initial implementation of CSVReader.

[Jay Jay Billings] Hooked up the CSV project space to the reflectivity calculator test.

[Jay Jay Billings] Committing progress on refInt port.

[Jay Jay Billings] CSqr is a sqrt operation in John's code, so I fixed that here.

[Jay Jay Billings] Loosened the error tolerance by 3.3x so that it would pass. 3.3x10^-4 is

[Jay Jay Billings] Fixed a bug in the ReflectivityCalculator and added a test.

[Jay Jay Billings] ManConFixedLambda is implemented and passes its test!

[Jay Jay Billings] Finished the port of ExtResFixedLambda.

[Jay Jay Billings] Added Slab class for the slabs that are used to produce Tiles.

[Jay Jay Billings] Cleaned up some documentation.

[Jay Jay Billings] Fixed bugs in the computation of the error in the

[Jay Jay Billings] Finished the port of GenErf in the ReflectivityCalculator.

[Jay Jay Billings] Beefed up the tolerance for the GenErf tests.

[Jay Jay Billings] Messing around with documentation and loop bounds.

[Jay Jay Billings] Added Apache's math library to the launch configuration.

[Jay Jay Billings] Updated README.md with a sentence about committing.

[Jay Jay Billings] Made it about 40% of the way through the GenTiles routine.

[Jay Jay Billings] Finished transcribing GenTiles. Need to get its tests working still.

[Jay Jay Billings] Fixed memory allocation for primary path for tile generation routine. It

[Jay Jay Billings] Finished GenTiles! That was a beast of a routine, but now the tile

[Jay Jay Billings] Started reflectivity convolution implementation.

[Jay Jay Billings] Finished the port of ConvoluteReflectivityTileFixedLambda. It is off by

[Jay Jay Billings] Finished PlotProfile port.

[Jay Jay Billings] Finished the reflectivity math! Everything works!

[Jay Jay Billings] Added Nattable to the target.

------------------------------------------
[...truncated 8975 lines...]
Tile = 159
Tile = 160
Tile = 161
Tile = 162
Tile = 163
Tile = 164
Tile = 165
Tile = 166
Tile = 167
Tile = 168
Tile = 169
Tile = 170
Tile = 171
Tile = 172
173 173
1.0002385910542233 0.999852520984978
RERR = 3.8612701487711977E-4
0.0469114768465 4.25 0.00127975901360446
0.0012787037527630949 0.00127975901360446
RERR = -8.245777760868164E-4
org.eclipse.core.internal.resources.ResourceException: Resource '/CSVLoaderTesterWorkspace/plotProfile.csv' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:341)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:215)
	at org.eclipse.core.internal.resources.File.getContents(File.java:287)
	at org.eclipse.core.internal.resources.File.getContents(File.java:278)
	at org.eclipse.ice.io.csv.CSVReader.read(CSVReader.java:70)
	at org.eclipse.ice.reflectivity.test.ReflectivityCalculatorTester.testGetProfile(ReflectivityCalculatorTester.java:541)
	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:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	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.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:85)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	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.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
	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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
org.eclipse.core.internal.resources.ResourceException: Resource '/CSVLoaderTesterWorkspace/plotProfile.csv' does not exist.
	at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:341)
	at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:215)
	at org.eclipse.core.internal.resources.File.getContents(File.java:287)
	at org.eclipse.core.internal.resources.File.getContents(File.java:278)
	at org.eclipse.ice.io.csv.CSVReader.read(CSVReader.java:70)
	at org.eclipse.ice.reflectivity.test.ReflectivityCalculatorTester.testGetReflectivityProfile(ReflectivityCalculatorTester.java:608)
	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:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	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.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:85)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	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.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
	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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.716 sec <<< FAILURE!
Running org.eclipse.ice.reflectivity.test.ReflectivityModelBuilderTester
Model Message: IMaterialsDatabase Registered!
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Tests in error: 
  testGetProfile(org.eclipse.ice.reflectivity.test.ReflectivityCalculatorTester)
  testGetReflectivityProfile(org.eclipse.ice.reflectivity.test.ReflectivityCalculatorTester)

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.ice.build ............................. SUCCESS [0.471s]
[INFO] org.eclipse.ice.target.kepler ..................... SUCCESS [0.200s]
[INFO] org.eclipse.ice.dependencies ...................... SUCCESS [1.475s]
[INFO] org.eclipse.ice.datastructures .................... SUCCESS [3.181s]
[INFO] org.eclipse.ice.io ................................ SUCCESS [0.647s]
[INFO] org.eclipse.ice.materials ......................... SUCCESS [0.314s]
[INFO] org.eclipse.ice.item .............................. SUCCESS [1.170s]
[INFO] org.eclipse.ice.core .............................. SUCCESS [0.429s]
[INFO] org.eclipse.ice.client ............................ SUCCESS [0.346s]
[INFO] org.eclipse.ice.analysistool ...................... SUCCESS [0.215s]
[INFO] org.eclipse.ice.client.compatibility .............. SUCCESS [0.169s]
[INFO] org.eclipse.ice.reactor.plant ..................... SUCCESS [0.655s]
[INFO] org.eclipse.ice.client.widgets.rcp ................ SUCCESS [1.645s]
[INFO] org.eclipse.ice.reactor ........................... SUCCESS [0.533s]
[INFO] org.eclipse.ice.client.widgets .................... SUCCESS [1.344s]
[INFO] org.eclipse.ice.client.test ....................... SUCCESS [9.943s]
[INFO] gov.lbnl.visit.swt ................................ SUCCESS [0.414s]
[INFO] org.eclipse.ice.viz ............................... SUCCESS [0.799s]
[INFO] org.eclipse.ice.viz.service ....................... SUCCESS [0.661s]
[INFO] org.eclipse.ice.viz.service.visit ................. SUCCESS [0.417s]
[INFO] org.eclipse.ice.client.widgets.moose .............. SUCCESS [0.655s]
[INFO] org.eclipse.ice.reactor.sfr ....................... SUCCESS [0.394s]
[INFO] org.eclipse.ice.reactorAnalyzer ................... SUCCESS [0.286s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor ...... SUCCESS [0.516s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.test . SUCCESS [12.228s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.grid . SUCCESS [0.387s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.grid.test  SUCCESS [0.337s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.lwr .. SUCCESS [0.643s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.lwr.test  SUCCESS [7.135s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.sfr .. SUCCESS [0.554s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.sfr.test  SUCCESS [6.948s]
[INFO] org.eclipse.ice.client.widgets.test ............... SUCCESS [0.433s]
[INFO] org.eclipse.ice.client.widgets.rcp.test ........... SUCCESS [0.394s]
[INFO] org.eclipse.ice.client.rcp ........................ SUCCESS [0.400s]
[INFO] org.eclipse.ice.datastructures.test ............... SUCCESS [34.617s]
[INFO] org.eclipse.ice.core.test ......................... SUCCESS [4.828s]
[INFO] org.eclipse.ice.persistence.xml ................... SUCCESS [0.271s]
[INFO] org.eclipse.ice.item.test ......................... SUCCESS [14.576s]
[INFO] org.eclipse.ice.vibe .............................. SUCCESS [0.283s]
[INFO] org.eclipse.ice.persistence.xml.test .............. SUCCESS [23.527s]
[INFO] org.eclipse.ice.io.test ........................... SUCCESS [4.086s]
[INFO] org.eclipse.ice.reactor.test ...................... SUCCESS [7.278s]
[INFO] org.eclipse.ice.reactor.sfr.test .................. SUCCESS [14.969s]
[INFO] org.eclipse.ice.reactor.plant.test ................ SUCCESS [10.722s]
[INFO] org.eclipse.ice.reactor.perspective ............... SUCCESS [0.450s]
[INFO] org.eclipse.ice.reactorAnalyzer.test .............. SUCCESS [4.219s]
[INFO] org.eclipse.ice.vibe.test ......................... SUCCESS [4.225s]
[INFO] org.eclipse.ice.kdd ............................... SUCCESS [0.320s]
[INFO] org.eclipse.ice.kdd.test .......................... SUCCESS [4.985s]
[INFO] org.eclipse.ice.proteus ........................... SUCCESS [0.253s]
[INFO] org.eclipse.ice.proteus.test ...................... SUCCESS [5.870s]
[INFO] org.eclipse.ice.mesh .............................. SUCCESS [0.198s]
[INFO] org.eclipse.ice.mesh.test ......................... SUCCESS [3.357s]
[INFO] org.eclipse.ice.nek5000 ........................... SUCCESS [0.301s]
[INFO] org.eclipse.ice.nek5000.test ...................... SUCCESS [5.792s]
[INFO] org.eclipse.ice.viz.test .......................... SUCCESS [6.839s]
[INFO] org.eclipse.ice.viz.service.test .................. SUCCESS [19.341s]
[INFO] org.eclipse.ice.viz.service.visit.test ............ SUCCESS [6.783s]
[INFO] org.eclipse.ice.viz.service.paraview .............. SUCCESS [0.250s]
[INFO] org.eclipse.ice.viz.service.paraview.test ......... SUCCESS [14.884s]
[INFO] org.eclipse.ice.xolotl ............................ SUCCESS [0.197s]
[INFO] org.eclipse.ice.materials.test .................... SUCCESS [3.254s]
[INFO] org.eclipse.ice.materials.ui ...................... SUCCESS [0.319s]
[INFO] org.eclipse.ice.caebat.batml ...................... SUCCESS [0.202s]
[INFO] org.eclipse.ice.caebat.batml.test ................. SUCCESS [7.609s]
[INFO] org.eclipse.ice.sassena ........................... SUCCESS [0.211s]
[INFO] org.eclipse.ice.sassena.test ...................... SUCCESS [5.555s]
[INFO] org.eclipse.ice.reflectivity ...................... SUCCESS [0.234s]
[INFO] org.eclipse.ice.reflectivity.test ................. FAILURE [4.418s]
[INFO] ICE Feature ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:22.274s
[INFO] Finished at: Wed Apr 15 15:15:13 EDT 2015
[INFO] Final Memory: 255M/3564M
[INFO] ------------------------------------------------------------------------
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.eclipse.ice.reflectivity.test: There are test failures.

Please refer to <http://habilis.ornl.gov:8080/job/ICE%20Build/ws/ice/tests/org.eclipse.ice.reflectivity.test/target/surefire-reports> for the individual test results.
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.eclipse.ice.reflectivity.test: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://habilis.ornl.gov:8080/job/ICE%20Build/ws/ice/tests/org.eclipse.ice.reflectivity.test/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.ice.reflectivity.test
[DEBUG] Waiting for process to finish
[DEBUG] Result: 1
Taking screenshot.
[workspace] $ import -window root -display :20 screenshot.jpg
Terminating xvnc.
Archiving artifacts

--
This message is automatically generated by Hudson. 
For more information on Hudson, see: http://hudson-ci.org/


Back to the top