Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

CD Release Pipeline libmxnet.so Symbol Error #19917

@Zha0q1

Description

@Zha0q1

After #19870 master cd cu112 was able to build. However we have this symbol error in the test stage now

[2021-02-18T20:46:02.546Z] ImportError while loading conftest '/work/mxnet/tests/python/conftest.py'.

[2021-02-18T20:46:02.547Z] tests/python/conftest.py:22: in <module>

[2021-02-18T20:46:02.547Z]     import mxnet as mx

[2021-02-18T20:46:02.547Z] python/mxnet/__init__.py:23: in <module>

[2021-02-18T20:46:02.547Z]     from .context import Context, current_context, cpu, gpu, cpu_pinned

[2021-02-18T20:46:02.547Z] python/mxnet/context.py:20: in <module>

[2021-02-18T20:46:02.547Z]     from .base import _LIB

[2021-02-18T20:46:02.547Z] python/mxnet/base.py:293: in <module>

[2021-02-18T20:46:02.547Z]     _LIB = _load_lib()

[2021-02-18T20:46:02.547Z] python/mxnet/base.py:284: in _load_lib

[2021-02-18T20:46:02.547Z]     lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)

[2021-02-18T20:46:02.547Z] /opt/rh/rh-python36/root/usr/lib64/python3.6/ctypes/__init__.py:343: in __init__

[2021-02-18T20:46:02.547Z]     self._handle = _dlopen(self._name, mode)

[2021-02-18T20:46:02.547Z] E   OSError: /work/mxnet/python/mxnet/../../lib/libmxnet.so: undefined symbol: nvmlDeviceGetComputeRunningProcesses_v2

https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/restricted-mxnet-cd%2Fmxnet-cd-release-job/detail/mxnet-cd-release-job/2523/pipeline/401

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions