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

DLpack interface for Kokkos to pytorch #975

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from

Clean clutter

2756080
Select commit
Loading
Failed to load commit list.
Draft

DLpack interface for Kokkos to pytorch #975

Clean clutter
2756080
Select commit
Loading
Failed to load commit list.
Azure Pipelines / XFEL CI branch failed Mar 16, 2024 in 3h 8m 40s

Build #20240316.1 had test failures

Details

Tests

  • Failed: 21 (5.60%, 0 new, 21 recurring)
  • Passed: 317 (84.53%)
  • Other: 37 (9.87%)
  • Total: 375

Annotations

Check failure on line 2961 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI branch

Build log #L2961

Bash exited with code '1'.

Check failure on line 103 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI branch

Build log #L103

The Operation will be canceled. The next steps may not contain expected logs.

Check failure on line 105 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI branch

Build log #L105

The operation was canceled.

Check failure on line 1 in tst_xfel_merge.all_1

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI branch

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 118, in run
      self.parse_input()
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 56, in parse_input
      from xfel.merging.application.phil.phil import phil_scope
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/phil/phil.py", line 672, in <module>
      phil_scope = parse(master_phil, process_includes = True)
    File "/Users/runner/work/1/modules/cctbx_project/iotbx/phil.py", line 79, in parse
      return libtbx.phil.parse(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2195, in parse
      result = result.process_includes(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2004, in process_includes
      result.append(object.process_includes(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 1994, in process_includes
      result.extend(process_include_scope(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2035, in process_include_scope
      imported = import_python_object(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/utils.py", line 1615, in __init__
      raise ImportError("%sno module %s%s or possibly import errors in "
  ImportError: include scope: no module simtbx.command_line.hopper (input line 604) or possibly import errors in module simtbx.command_line.hopper
  

Check failure on line 1 in tst_xfel_merge.all_2

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI branch

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 118, in run
      self.parse_input()
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 56, in parse_input
      from xfel.merging.application.phil.phil import phil_scope
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/phil/phil.py", line 672, in <module>
      phil_scope = parse(master_phil, process_includes = True)
    File "/Users/runner/work/1/modules/cctbx_project/iotbx/phil.py", line 79, in parse
      return libtbx.phil.parse(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2195, in parse
      result = result.process_includes(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2004, in process_includes
      result.append(object.process_includes(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 1994, in process_includes
      result.extend(process_include_scope(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2035, in process_include_scope
      imported = import_python_object(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/utils.py", line 1615, in __init__
      raise ImportError("%sno module %s%s or possibly import errors in "
  ImportError: include scope: no module simtbx.command_line.hopper (input line 604) or possibly import errors in module simtbx.command_line.hopper
  

Check failure on line 1 in tst_xfel_merge.input

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI branch

tst_xfel_merge.input

Test failed
Raw output
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 118, in run
      self.parse_input()
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 56, in parse_input
      from xfel.merging.application.phil.phil import phil_scope
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/phil/phil.py", line 672, in <module>
      phil_scope = parse(master_phil, process_includes = True)
    File "/Users/runner/work/1/modules/cctbx_project/iotbx/phil.py", line 79, in parse
      return libtbx.phil.parse(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2195, in parse
      result = result.process_includes(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2004, in process_includes
      result.append(object.process_includes(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 1994, in process_includes
      result.extend(process_include_scope(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2035, in process_include_scope
      imported = import_python_object(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/utils.py", line 1615, in __init__
      raise ImportError("%sno module %s%s or possibly import errors in "
  ImportError: include scope: no module simtbx.command_line.hopper (input line 604) or possibly import errors in module simtbx.command_line.hopper
  

Check failure on line 1 in tst_xfel_merge.model_scaling

See this annotation in the file changed.

@azure-pipelines azure-pipelines / XFEL CI branch

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 118, in run
      self.parse_input()
    File "/Users/runner/work/1/build/../modules/cctbx_project/xfel/merging/command_line/merge.py", line 56, in parse_input
      from xfel.merging.application.phil.phil import phil_scope
    File "/Users/runner/work/1/modules/cctbx_project/xfel/merging/application/phil/phil.py", line 672, in <module>
      phil_scope = parse(master_phil, process_includes = True)
    File "/Users/runner/work/1/modules/cctbx_project/iotbx/phil.py", line 79, in parse
      return libtbx.phil.parse(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2195, in parse
      result = result.process_includes(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2004, in process_includes
      result.append(object.process_includes(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 1994, in process_includes
      result.extend(process_include_scope(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/phil/__init__.py", line 2035, in process_include_scope
      imported = import_python_object(
    File "/Users/runner/work/1/modules/cctbx_project/libtbx/utils.py", line 1615, in __init__
      raise ImportError("%sno module %s%s or possibly import errors in "
  ImportError: include scope: no module simtbx.command_line.hopper (input line 604) or possibly import errors in module simtbx.command_line.hopper