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

Replace (unmaintained) orderedset with ordered_set #1020

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Replace (unmaintained) orderedset with ordered_set

abb2814
Select commit
Loading
Failed to load commit list.
Open

Replace (unmaintained) orderedset with ordered_set #1020

Replace (unmaintained) orderedset with ordered_set
abb2814
Select commit
Loading
Failed to load commit list.
Azure Pipelines / XFEL CI failed Sep 27, 2024 in 1h 1m 46s

Build #20240927.1 had test failures

Details

Tests

  • Failed: 46 (11.22%)
  • Passed: 326 (79.51%)
  • Other: 38 (9.27%)
  • Total: 410

Annotations

Check failure on line 65 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI

Build log #L65

Bash exited with code '1'.

Check failure on line 123 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI

Build log #L123

Bash exited with code '1'.

Check failure on line 181 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI

Build log #L181

Bash exited with code '1'.

Check failure on line 239 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI

Build log #L239

Bash exited with code '1'.

Check failure on line 1 in tst_xfel_merge.all_1

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI

tst_xfel_merge.all_1

Test failed
Raw output
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 228, in <module>
      result = script.run()
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 146, in run
      factory = importlib.import_module('xfel.merging.application.' + step_factory_name + '.factory')
    File "/Users/runner/work/1/miniforge/envs/py39/lib/python3.9/importlib/__init__.py", line 127, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
    File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
    File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
    File "<frozen importlib._bootstrap_external>", line 850, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/factory.py", line 2, in <module>
      from xfel.merging.application.input.file_loader import simple_file_loader
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/file_loader.py", line 7, in <module>
      from xfel.merging.application.input.file_lister import list_input_pairs
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/file_lister.py", line 9, in <module>
      from ordered_set import OrderedSet
  ModuleNotFoundError: No module named 'ordered_set'
  

Check failure on line 1 in tst_xfel_merge.all_2

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI

tst_xfel_merge.all_2

Test failed
Raw output
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 228, in <module>
      result = script.run()
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 146, in run
      factory = importlib.import_module('xfel.merging.application.' + step_factory_name + '.factory')
    File "/Users/runner/work/1/miniforge/envs/py39/lib/python3.9/importlib/__init__.py", line 127, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
    File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
    File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
    File "<frozen importlib._bootstrap_external>", line 850, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/factory.py", line 2, in <module>
      from xfel.merging.application.input.file_loader import simple_file_loader
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/file_loader.py", line 7, in <module>
      from xfel.merging.application.input.file_lister import list_input_pairs
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/file_lister.py", line 9, in <module>
      from ordered_set import OrderedSet
  ModuleNotFoundError: No module named 'ordered_set'
  

Check failure on line 1 in tst_xfel_merge.input

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI

tst_xfel_merge.input

Test failed
Raw output
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 228, in <module>
      result = script.run()
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 146, in run
      factory = importlib.import_module('xfel.merging.application.' + step_factory_name + '.factory')
    File "/Users/runner/work/1/miniforge/envs/py39/lib/python3.9/importlib/__init__.py", line 127, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
    File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
    File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
    File "<frozen importlib._bootstrap_external>", line 850, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/factory.py", line 2, in <module>
      from xfel.merging.application.input.file_loader import simple_file_loader
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/file_loader.py", line 7, in <module>
      from xfel.merging.application.input.file_lister import list_input_pairs
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/file_lister.py", line 9, in <module>
      from ordered_set import OrderedSet
  ModuleNotFoundError: No module named 'ordered_set'
  

Check failure on line 1 in tst_xfel_merge.model_scaling

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI

tst_xfel_merge.model_scaling

Test failed
Raw output
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 228, in <module>
      result = script.run()
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 146, in run
      factory = importlib.import_module('xfel.merging.application.' + step_factory_name + '.factory')
    File "/Users/runner/work/1/miniforge/envs/py39/lib/python3.9/importlib/__init__.py", line 127, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
    File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
    File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
    File "<frozen importlib._bootstrap_external>", line 850, in exec_module
    File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/factory.py", line 2, in <module>
      from xfel.merging.application.input.file_loader import simple_file_loader
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/file_loader.py", line 7, in <module>
      from xfel.merging.application.input.file_lister import list_input_pairs
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/input/file_lister.py", line 9, in <module>
      from ordered_set import OrderedSet
  ModuleNotFoundError: No module named 'ordered_set'