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 #2784

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

Changes:

[Anna Wojtowicz] First pass at converting ResourceComponent to a subclass of

[Anna Wojtowicz] Removed unused imports and adding tester class.

[Anna Wojtowicz] Did away with generic inheritance for ResourceComponent. Everything

[Anna Wojtowicz] Updated JobLauncher to use Item.getResource() to get ICEResources.

[Anna Wojtowicz] ResourceComponent now keeps a copy of the list's source locally for JAXB

[Anna Wojtowicz] Removed redundant code from ResourceComponent and its tester whose

[Anna Wojtowicz] Typo...

[Anna Wojtowicz] Removed the jaxbSourceList member from ResourceComponent. Added some

[Anna Wojtowicz] MOOSE Model now has a ResourceComponent on it, and attempts to

[Anna Wojtowicz] Refactored the mesh finder function into its own method to avoid

[Anna Wojtowicz] MOOSEModel now converts the Mesh block's "file" entry into a File Entry.

[Anna Wojtowicz] Fixed MOOSE Model unit tests.

[Anna Wojtowicz] MOOSE Model now updates its ResourceComponent whenever the Mesh block's

[Anna Wojtowicz] Got the MOOSE Job Launcher plotting CSV results in the resources page

[Anna Wojtowicz] ICEResourcePage now listens to updates from its ResourceComponent. When

[Anna Wojtowicz] Added a CSVPlot.hasValidProvider() method which checks if the plot has a

[Anna Wojtowicz] Removed a line where the ICEFormEditor was printing just a number with

[Anna Wojtowicz] Was able to finally fix the widget disposed error I was getting when

[Anna Wojtowicz] Removed the CSVPlot.hasValidProvider() method, and instead added a

[Anna Wojtowicz] Removed isValidPlot() from the IPlot interface and implementations.

[Jordan Deyton] Rewrote parts of the ICEResourcePage to handle drawing plots only when

[Anna Wojtowicz] I was pretty certain I had added VizResource to the ICEJAXBClassProvider

[Jordan Deyton] Changed the ICEResourceView to use the SelectiveComponentVisitor since

[Jordan Deyton] Simplified some of the code that listened for the current ICEFormEditor.

[Jordan Deyton] Updated the ICEResourceView to populate based on the currently active

[Jordan Deyton] Relocated some code from the ICEResourcePage that belongs in the

[Jordan Deyton] Fixed a possible index out of bounds exception.

[Jordan] Fixing an NPE bug introduced with one of my recent commits.

[Anna Wojtowicz] Fixed the CSVPlot.load() thread's uncaught exception handler so the

[Anna Wojtowicz] I staged and committed the wrong version of CSVPlot, this is the right

[Anna Wojtowicz] ICEResourcePage will now try to first render resources via a plotting

[Anna Wojtowicz] ICEResourcePage now toggles between editor tabs when a resource is

[Anna Wojtowicz] Refactored the editor toggling in ICEResourcePage a little bit. Also,

[Anna Wojtowicz] Removed the default resource selection for when the browser is created.

[Anna Wojtowicz] Fixed ICEResourceView so it correctly sets its editor when the resource

[Anna Wojtowicz] Resolved a conflicting file in merge.

------------------------------------------
[...truncated 5693 lines...]
[../]
[]

MOOSEFileHandler Message: Block output read from GetPot file /home/NiCE/ICETests/itemData/MOOSEModelTesterWorkspace/input_coarse10.i follows.
[Dampers]
[./limitT]
type = MaxIncrement
max_increment = 100.0
variable = temp
[../]
[./limitX]
type = MaxIncrement
max_increment = 1e-5
variable = disp_x
[../]
[]

MOOSEFileHandler Message: Block output read from GetPot file /home/NiCE/ICETests/itemData/MOOSEModelTesterWorkspace/input_coarse10.i follows.
[Executioner]
type = Transient
solve_type = 'PJFNK'
petsc_options = '-ksp_gmres_modifiedgramschmidt'
petsc_options_iname = '-ksp_gmres_restart -pc_type  -pc_composite_pcs -sub_0_pc_hypre_type -sub_0_pc_hypre_boomeramg_max_iter -sub_0_pc_hypre_boomeramg_grid_sweeps_all -sub_1_sub_pc_type -pc_composite_type -ksp_type -mat_mffd_type'
petsc_options_value = '201                 composite hypre,asm         boomeramg            2                                  2                                         lu                 multiplicative     fgmres    ds'
line_search = 'none'
l_max_its = 100
l_tol = 8e-3
nl_max_its = 15
nl_rel_tol = 1e-4
nl_abs_tol = 1e-10
start_time = -200
n_startup_steps = 1
end_time = 3.0e7
num_steps = 5000
dtmax = 2e6
dtmin = 1
[./TimeStepper]
type = IterationAdaptiveDT
dt = 2e2
optimal_iterations = 6
iteration_window = 2
linear_iteration_ratio = 100
[../]
[]

MOOSEFileHandler Message: Block output read from GetPot file /home/NiCE/ICETests/itemData/MOOSEModelTesterWorkspace/input_coarse10.i follows.
[Postprocessors]
[./ave_temp_interior]            # average temperature of the cladding interior and all pellet exteriors
type = SideAverageValue
boundary = 9
variable = temp
[../]
[./clad_inner_vol]              # volume inside of cladding
type = InternalVolume
boundary = 7
output = file
[../]
[./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/NiCE/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.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
Running org.eclipse.ice.item.test.JobProfileBuilderTester
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec

Results :

Failed tests:   checkProfileWriting(org.eclipse.ice.item.test.JobProfileTester)

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.202s]
[INFO] org.eclipse.ice.dependencies ...................... SUCCESS [1.451s]
[INFO] org.eclipse.ice.datastructures .................... SUCCESS [2.678s]
[INFO] org.eclipse.ice.io ................................ SUCCESS [0.615s]
[INFO] org.eclipse.ice.materials ......................... SUCCESS [0.267s]
[INFO] org.eclipse.ice.item .............................. SUCCESS [1.157s]
[INFO] org.eclipse.ice.core .............................. SUCCESS [0.405s]
[INFO] org.eclipse.ice.client ............................ SUCCESS [0.350s]
[INFO] org.eclipse.ice.analysistool ...................... SUCCESS [0.218s]
[INFO] org.eclipse.ice.client.compatibility .............. SUCCESS [0.160s]
[INFO] org.eclipse.ice.reactor.plant ..................... SUCCESS [0.647s]
[INFO] org.eclipse.ice.client.widgets.rcp ................ SUCCESS [1.702s]
[INFO] org.eclipse.ice.reactor ........................... SUCCESS [0.531s]
[INFO] org.eclipse.ice.client.widgets .................... SUCCESS [1.269s]
[INFO] org.eclipse.ice.client.test ....................... SUCCESS [9.992s]
[INFO] org.eclipse.ice.client.widgets.moose .............. SUCCESS [0.702s]
[INFO] org.eclipse.ice.reactor.sfr ....................... SUCCESS [0.426s]
[INFO] org.eclipse.ice.reactorAnalyzer ................... SUCCESS [0.307s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor ...... SUCCESS [0.543s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.test . SUCCESS [12.470s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.grid . SUCCESS [0.630s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.grid.test  SUCCESS [0.362s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.lwr .. SUCCESS [0.654s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.lwr.test  SUCCESS [7.288s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.sfr .. SUCCESS [0.571s]
[INFO] org.eclipse.ice.client.widgets.reactoreditor.sfr.test  SUCCESS [6.896s]
[INFO] org.eclipse.ice.client.widgets.test ............... SUCCESS [0.440s]
[INFO] org.eclipse.ice.client.widgets.rcp.test ........... SUCCESS [0.397s]
[INFO] org.eclipse.ice.client.rcp ........................ SUCCESS [0.421s]
[INFO] org.eclipse.ice.datastructures.test ............... SUCCESS [32.889s]
[INFO] org.eclipse.ice.core.test ......................... SUCCESS [4.916s]
[INFO] org.eclipse.ice.persistence.xml ................... SUCCESS [0.277s]
[INFO] org.eclipse.ice.item.test ......................... FAILURE [17.061s]
[INFO] org.eclipse.ice.caebat ............................ 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.caebat.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] gov.lbnl.visit.swt ................................ SKIPPED
[INFO] org.eclipse.ice.viz ............................... SKIPPED
[INFO] org.eclipse.ice.viz.test .......................... SKIPPED
[INFO] org.eclipse.ice.viz.service ....................... SKIPPED
[INFO] org.eclipse.ice.viz.service.test .................. SKIPPED
[INFO] org.eclipse.ice.viz.service.visit ................. SKIPPED
[INFO] org.eclipse.ice.viz.service.visit.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:25.078s
[INFO] Finished at: Thu Mar 05 15:12:46 EST 2015
[INFO] Final Memory: 235M/3833M
[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/


Back to the top