Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure in some dataman tests in macos #4273

Open
vicentebolea opened this issue Jul 29, 2024 · 2 comments
Open

Failure in some dataman tests in macos #4273

vicentebolea opened this issue Jul 29, 2024 · 2 comments

Comments

@vicentebolea
Copy link
Collaborator

vicentebolea commented Jul 29, 2024

Same error in Test.Engine.DataManSingleValues and Test.Engine.DataMan1xN.Serial.

E
======================================================================
ERROR: test_run (__main__.TestDataMan1D)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/runner/work/ADIOS2/ADIOS2/source/testing/adios2/engine/dataman/TestDataManSingleValues.py", line 34, in test_run
    s.start()
  File "/Users/runner/miniconda3/envs/adios2/lib/python3.10/multiprocessing/process.py", line 121, in start
    self._popen = self._Popen(self)
  File "/Users/runner/miniconda3/envs/adios2/lib/python3.10/multiprocessing/context.py", line 224, in _Popen
    return _default_context.get_context().Process._Popen(process_obj)
  File "/Users/runner/miniconda3/envs/adios2/lib/python3.10/multiprocessing/context.py", line 288, in _Popen
    return Popen(process_obj)
  File "/Users/runner/miniconda3/envs/adios2/lib/python3.10/multiprocessing/popen_spawn_posix.py", line 32, in __init__
    super().__init__(process_obj)
  File "/Users/runner/miniconda3/envs/adios2/lib/python3.10/multiprocessing/popen_fork.py", line 19, in __init__
    self._launch(process_obj)
  File "/Users/runner/miniconda3/envs/adios2/lib/python3.10/multiprocessing/popen_spawn_posix.py", line 47, in _launch
    reduction.dump(process_obj, fp)
  File "/Users/runner/miniconda3/envs/adios2/lib/python3.10/multiprocessing/reduction.py", line 60, in dump
    ForkingPickler(file, protocol).dump(obj)
TypeError: cannot pickle '_io.TextIOWrapper' object

----------------------------------------------------------------------
Ran 1 test in 0.015s

FAILED (errors=1)

https://open.cdash.org/tests/1660020829

@eisenhauer
Copy link
Member

I've seen this, but it's a python thing, not Dataman. Something about multiprocessing if I recall, but I'd have to go back and see if I remember what the fix for this was.

@eisenhauer
Copy link
Member

#3687

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants