Skip to content

[DEFECT] failing to pickle #2482

Closed
@joshua-cogliati-inl

Description

@joshua-cogliati-inl

Thank you for the defect report

Defect Description

RAVEN is failing with the following problem:

(    0.39 sec) STEP ROM TRAINER         : Message         -> ***       Beginning run       ***
(    0.39 sec) FEATURE SELECTION - RFE  : DEBUG           -> Sending large data objects to Workers for parallel
(    0.40 sec) FEATURE SELECTION - RFE  : DEBUG           -> Large data objects have been sent to workers
(    0.40 sec) FEATURE SELECTION - RFE  : Message         -> Sub-groupping with targets: SES_Electric_Power,SES_Firing_Temperature
(    0.40 sec) FEATURE SELECTION - RFE  : Message         -> Sub-groupping with targets: BOP_Electric_Power,BOP_Turbine_Pressure
(    0.48 sec) <ravenframework.Runners.D: Warning         -> DaskRunner job subgroup_0 failed with error:Object <ravenframework.SupervisedLearning.DMD.DynamicModeDecompositionControl.DMDC object at 0x7fe48f079f90> cannot be deterministically hashed. This likely indicates that the object cannot be serialized deterministically. ! ExceptedError
(    0.48 sec) FEATURE SELECTION - RFE  : Message         -> Sub-groupping with targets: TES_HotTank_Level,TES_HT_Level_Ramprate
(    0.54 sec) <ravenframework.Runners.D: Warning         -> DaskRunner job subgroup_1 failed with error:Object <ravenframework.SupervisedLearning.DMD.DynamicModeDecompositionControl.DMDC object at 0x7fe48f079f90> cannot be deterministically hashed. This likely indicates that the object cannot be serialized deterministically. ! ExceptedError
(    0.60 sec) <ravenframework.Runners.D: Warning         -> DaskRunner job subgroup_2 failed with error:Object <ravenframework.SupervisedLearning.DMD.DynamicModeDecompositionControl.DMDC object at 0x7fe48f079f90> cannot be deterministically hashed. This likely indicates that the object cannot be serialized deterministically. ! ExceptedError
/home/civet/.conda/envs/raven_libraries/lib/python3.11/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 72 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '

Timed Out
(626F1/920) Timeout(400.17sec)tests/framework/ROM/FeatureSelection/DMDcRFESubgroupCrossCorrelation

Steps to Reproduce

Run the regression tests.

Expected Behavior

The regression tests will pass.

Screenshots and Input Files

No response

OS

Linux

OS Version

No response

Dependency Manager

CONDA

For Change Control Board: Issue Review

  • Is it tagged with a type: defect or task?
  • Is it tagged with a priority: critical, normal or minor?
  • If it will impact requirements or requirements tests, is it tagged with requirements?
  • If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users.
  • Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.)

For Change Control Board: Issue Closure

  • If the issue is a defect, is the defect fixed?
  • If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.)
  • If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)?
  • If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)?
  • If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions