Skip to content

Correct UFS_utils' ccpp path #6

Correct UFS_utils' ccpp path

Correct UFS_utils' ccpp path #6

GitHub Actions / Test Results failed Sep 2, 2024 in 0s

2 errors in 0s

2 tests  +2   0 ✅ ±0   0s ⏱️ ±0s
1 suites +1   0 💤 ±0 
1 files   +1   0 ❌ ±0   2 🔥 +2 

Results for commit 96afedc. ± Comparison against earlier commit db9ca0b.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_rocotostat with error

ci/scripts/tests/test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/global-workflow/global-workflow/ci/scripts/tests/test_rocotostat.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.8/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test_rocotostat.py:9: in <module>
    from rocotostat import rocoto_statcount, rocotostat_summary, is_done, is_stalled, CommandNotFoundError
../utils/rocotostat.py:8: in <module>
    from wxflow import which, Logger, CommandNotFoundError, ProcessError
E   ImportError: cannot import name 'ProcessError' from 'wxflow' (/home/runner/work/global-workflow/global-workflow/ci/scripts/tests/wxflow/__init__.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_setup with error

ci/scripts/tests/test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/global-workflow/global-workflow/ci/scripts/tests/test_setup.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.8/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test_setup.py:1: in <module>
    from wxflow import Executable, Configuration, ProcessError
E   ImportError: cannot import name 'ProcessError' from 'wxflow' (/home/runner/work/global-workflow/global-workflow/ci/scripts/tests/wxflow/__init__.py)