Skip to main content

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

That's on me. I thought this test passed when I tried it? In any case, it should be a relatively simple fix.

Jordan

Jordan Deyton
Oak Ridge National Laboratory
Telephone: (865) 574-1091
Email: deytonjh@xxxxxxxx

On 4/8/2015 3:12 PM, billingsjj@xxxxxxxx wrote:
See <http://habilis.ornl.gov:8080/job/ICE%20Build/3595/changes>

Changes:

[Jordan Deyton] Commented out some code to let the ICEFormEditor render the MOOSE app

[Jordan Deyton] Removed the previously-commented out code as it is no longer needed.

[Jordan Deyton] Removed the MOOSE input file widgets from the MOOSEFormEditor's header.

[Jordan Deyton] Migrated some code from the MOOSETreeCompositeView to the

[Jordan Deyton] Commented out code that attempted to force the MOOSETreeCompositeView's

[Jordan Deyton] Updated the Mesh and Plant page IDs so that the Mesh View page does not

[Jordan Deyton] Removing previously commented out code from MOOSETreeCompositeView

[Jordan Deyton] Adding some missing documentation and removing some commented out code

[Jordan Deyton] Added code to make the ICEFormEditor dirty if the properties in the

[Jordan Deyton] Fixed a bug where the ICEResourceView would only sync with

[Jordan Deyton] Removed the custom embedded Mesh View from the MOOSEFormEditor. The same

[Jordan Deyton] Auto-formatted the text and collapsed a couple of repetitive calls.

[Jordan Deyton] Added code to the ICEResourcePage that, when the current ICEResource is

[Jordan Deyton] Removed the "MOOSE app..." value from the MOOSE app selection in the

[Anna Wojtowicz] Added documentation.

[Jordan Deyton] Changed the MOOSE Model Builder's MOOSE apps to be upper case. This

------------------------------------------
[...truncated 5877 lines...]
[./pellet_volume]               # fuel pellet total volume
type = InternalVolume
boundary = 8
output = file
[../]
[./avg_clad_temp]               # average temperature of cladding interior
type = SideAverageValue
boundary = 7
variable = temp
[../]
[./fis_gas_produced]           # fission gas produced (moles)
type = ElementIntegralFisGasGeneratedSifgrs
variable = temp
block = pellet_type_1
[../]
[./fis_gas_released]           # fission gas released to plenum (moles)
type = ElementIntegralFisGasReleasedSifgrs
variable = temp
block = pellet_type_1
[../]
[./fis_gas_grain]
type = ElementIntegralFisGasGrainSifgrs
variable = temp
block = pellet_type_1
output = file
[../]
[./fis_gas_boundary]
type = ElementIntegralFisGasBoundarySifgrs
variable = temp
block = pellet_type_1
output = file
[../]
[./gas_volume]                # gas volume
type = InternalVolume
boundary = 9
[../]
[./flux_from_clad]           # area integrated heat flux from the cladding
type = SideFluxIntegral
variable = temp
boundary = 5
diffusivity = thermal_conductivity
[../]
[./flux_from_fuel]          # area integrated heat flux from the fuel
type = SideFluxIntegral
variable = temp
boundary = 10
diffusivity = thermal_conductivity
[../]
[./_dt]                     # time step
type = TimestepSize
[../]
[./nonlinear_its]           # number of nonlinear iterations at each timestep
type = NumNonlinearIterations
[../]
[./rod_total_power]
type = ElementIntegralPower
variable = temp
fission_rate = fission_rate
block = pellet_type_1
[../]
[./rod_input_power]
type = PlotFunction
function = power_history
scale_factor = 0.1186 # rod height
[../]
[]

MOOSEFileHandler Message: Block output read from GetPot file /home/hudson/ICETests/itemData/MOOSEModelTesterWorkspace/input_coarse10.i follows.
[Outputs]
interval = 1
output_initial = true
exodus = true
[./console]
type = Console
perf_log = true
linear_residuals = true
max_rows = 25
[../]
[]
Item Message: Form submitted for review.
java.io.IOException: MOOSEModel Exception: MOOSE directory is empty. Run YAML/action syntax generator to populate with necessary data.
	at org.eclipse.ice.item.nuclear.MOOSEModel.loadTreeContents(MOOSEModel.java:394)
	at org.eclipse.ice.item.nuclear.MOOSEModel.reviewEntries(MOOSEModel.java:474)
	at org.eclipse.ice.item.Item.submitForm(Item.java:1062)
	at org.eclipse.ice.item.test.nuclear.MOOSEModelTester.checkProcessing(MOOSEModelTester.java:233)
	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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec <<< FAILURE!
Running org.eclipse.ice.item.test.JobProfileBuilderTester
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Failed tests:   checkConstruction(org.eclipse.ice.item.test.nuclear.MOOSEModelTester): expected:<[MOOSE app..].> but was:<[No MOOSE apps were found].>

Tests run: 76, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] org.eclipse.ice.build ............................. SUCCESS [0.453s]
[INFO] org.eclipse.ice.target.kepler ..................... SUCCESS [0.197s]
[INFO] org.eclipse.ice.dependencies ...................... SUCCESS [1.473s]
[INFO] org.eclipse.ice.datastructures .................... SUCCESS [2.658s]
[INFO] org.eclipse.ice.io ................................ SUCCESS [0.592s]
[INFO] org.eclipse.ice.materials ......................... SUCCESS [0.259s]
[INFO] org.eclipse.ice.item .............................. SUCCESS [1.161s]
[INFO] org.eclipse.ice.core .............................. SUCCESS [0.436s]
[INFO] org.eclipse.ice.client ............................ SUCCESS [0.352s]
[INFO] org.eclipse.ice.analysistool ...................... SUCCESS [0.226s]
[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.663s]
[INFO] org.eclipse.ice.reactor ........................... SUCCESS [0.530s]
[INFO] org.eclipse.ice.client.widgets .................... SUCCESS [1.269s]
[INFO] org.eclipse.ice.client.test ....................... SUCCESS [9.965s]
[INFO] gov.lbnl.visit.swt ................................ SUCCESS [0.414s]
[INFO] org.eclipse.ice.viz ............................... SUCCESS [0.806s]
[INFO] org.eclipse.ice.viz.service ....................... SUCCESS [0.469s]
[INFO] org.eclipse.ice.viz.service.visit ................. SUCCESS [0.408s]
[INFO] org.eclipse.ice.client.widgets.moose .............. SUCCESS [0.642s]
[INFO] org.eclipse.ice.reactor.sfr ....................... SUCCESS [0.623s]
[INFO] org.eclipse.ice.reactorAnalyzer ................... SUCCESS [0.293s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor ...... SUCCESS [0.507s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.test . SUCCESS [12.518s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.grid . SUCCESS [0.377s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.grid.test  SUCCESS [0.329s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.lwr .. SUCCESS [0.639s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.lwr.test  SUCCESS [7.046s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.sfr .. SUCCESS [0.558s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.sfr.test  SUCCESS [7.044s]
[INFO] org.eclipse.ice.client.widgets.test ............... SUCCESS [0.416s]
[INFO] org.eclipse.ice.client.widgets.rcp.test ........... SUCCESS [0.376s]
[INFO] org.eclipse.ice.client.rcp ........................ SUCCESS [0.396s]
[INFO] org.eclipse.ice.datastructures.test ............... SUCCESS [35.048s]
[INFO] org.eclipse.ice.core.test ......................... SUCCESS [4.894s]
[INFO] org.eclipse.ice.persistence.xml ................... SUCCESS [0.270s]
[INFO] org.eclipse.ice.item.test ......................... FAILURE [14.610s]
[INFO] org.eclipse.ice.vibe .............................. SKIPPED
[INFO] org.eclipse.ice.persistence.xml.test .............. SKIPPED
[INFO] org.eclipse.ice.io.test ........................... SKIPPED
[INFO] org.eclipse.ice.reactor.test ...................... SKIPPED
[INFO] org.eclipse.ice.reactor.sfr.test .................. SKIPPED
[INFO] org.eclipse.ice.reactor.plant.test ................ SKIPPED
[INFO] org.eclipse.ice.reactor.perspective ............... SKIPPED
[INFO] org.eclipse.ice.reactorAnalyzer.test .............. SKIPPED
[INFO] org.eclipse.ice.vibe.test ......................... SKIPPED
[INFO] org.eclipse.ice.kdd ............................... SKIPPED
[INFO] org.eclipse.ice.kdd.test .......................... SKIPPED
[INFO] org.eclipse.ice.proteus ........................... SKIPPED
[INFO] org.eclipse.ice.proteus.test ...................... SKIPPED
[INFO] org.eclipse.ice.mesh .............................. SKIPPED
[INFO] org.eclipse.ice.mesh.test ......................... SKIPPED
[INFO] org.eclipse.ice.nek5000 ........................... SKIPPED
[INFO] org.eclipse.ice.nek5000.test ...................... SKIPPED
[INFO] org.eclipse.ice.viz.test .......................... SKIPPED
[INFO] org.eclipse.ice.viz.service.test .................. SKIPPED
[INFO] org.eclipse.ice.viz.service.visit.test ............ SKIPPED
[INFO] org.eclipse.ice.viz.service.paraview .............. SKIPPED
[INFO] org.eclipse.ice.viz.service.paraview.test ......... SKIPPED
[INFO] org.eclipse.ice.xolotl ............................ SKIPPED
[INFO] org.eclipse.ice.materials.test .................... SKIPPED
[INFO] org.eclipse.ice.materials.ui ...................... SKIPPED
[INFO] org.eclipse.ice.caebat.batml ...................... SKIPPED
[INFO] org.eclipse.ice.caebat.batml.test ................. SKIPPED
[INFO] org.eclipse.ice.sassena ........................... SKIPPED
[INFO] org.eclipse.ice.sassena.test ...................... SKIPPED
[INFO] org.eclipse.ice.reflectivity ...................... SKIPPED
[INFO] org.eclipse.ice.reflectivity.test ................. SKIPPED
[INFO] ICE Feature ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:32.837s
[INFO] Finished at: Wed Apr 08 15:12:03 EDT 2015
[INFO] Final Memory: 260M/4399M
[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.item.test: There are test failures.

Please refer to <http://habilis.ornl.gov:8080/job/ICE%20Build/ws/ice/tests/org.eclipse.ice.item.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.item.test: There are test failures.
[ERROR]
[ERROR] Please refer to <http://habilis.ornl.gov:8080/job/ICE%20Build/ws/ice/tests/org.eclipse.ice.item.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.item.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/
_______________________________________________
ice-build mailing list
ice-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-build




Back to the top