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

Unpin openmpi Once Build Issues are Resolved #4474

Closed
2 tasks done
nv-rliu opened this issue Jun 7, 2024 · 1 comment · Fixed by #4496
Closed
2 tasks done

Unpin openmpi Once Build Issues are Resolved #4474

nv-rliu opened this issue Jun 7, 2024 · 1 comment · Fixed by #4496
Assignees
Labels
bug Something isn't working

Comments

@nv-rliu
Copy link
Contributor

nv-rliu commented Jun 7, 2024

Version

24.08

Which installation method(s) does this occur on?

Source

Describe the bug.

Currently openmpi=5.0.3-hfd7b305_105 is blocking our CI cpp_build job.

Most likely introduced by this PR: conda-forge/openmpi-feedstock#158

A PR to unblock this issue is up here (#4473) to unblock cugraph development until the issues are fixed. Once that happens, the version pinning should be removed.

Minimum reproducible example

No response

Relevant log output

-- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_WORKS) 
-- Configuring incomplete, errors occurred!
Traceback (most recent call last):
  File "/opt/conda/bin/conda-mambabuild", line 10, in <module>
    sys.exit(main())
  File "/opt/conda/lib/python3.10/site-packages/boa/cli/mambabuild.py", line 301, in main
    call_conda_build(action, config)
  File "/opt/conda/lib/python3.10/site-packages/boa/cli/mambabuild.py", line 273, in call_conda_build
    result = api.build(
  File "/opt/conda/lib/python3.10/site-packages/conda_build/api.py", line 250, in build
    return build_tree(
  File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 3762, in build_tree
    packages_from_this = build(
  File "/opt/conda/lib/python3.10/site-packages/conda_build/build.py", line 2634, in build
    utils.check_call_env(
  File "/opt/conda/lib/python3.10/site-packages/conda_build/utils.py", line 408, in check_call_env
    return _func_defaulting_env_to_os_environ("call", *popenargs, **kwargs)
  File "/opt/conda/lib/python3.10/site-packages/conda_build/utils.py", line 384, in _func_defaulting_env_to_os_environ
    raise subprocess.CalledProcessError(proc.returncode, _args)
subprocess.CalledProcessError: Command '['/bin/bash', '-o', 'errexit', '/opt/conda/conda-bld/work/conda_build.sh']' returned non-zero exit status 1.
[rapids-conda-retry] conda returned exit code: 1
[rapids-conda-retry] Exiting, no retryable conda errors detected: 'ChecksumMismatchError:', 'ChunkedEncodingError:', 'CondaHTTPError:', 'CondaMultiError:', 'Connection broken:', 'ConnectionError:', 'EOFError:', 'JSONDecodeError:', 'Multi-download failed', 'Timeout was reached', segfault exit code 139
[rapids-conda-retry]

Environment details

mpi:     1.0-openmpi                  conda-forge
...
openmpi: 5.0.3-hfd7b305_104           conda-forge

Other/Misc.

cc: @jameslamb

Thank you for helping me look into this issue :)

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@nv-rliu nv-rliu added bug Something isn't working ? - Needs Triage Need team to review and classify labels Jun 7, 2024
raydouglass pushed a commit that referenced this issue Jun 10, 2024
Addresses #4474 

Currently `openmpi=5.0.3-hfd7b305_105` is blocking our CI `cpp_build`
job.

Most likely introduced by this PR:
conda-forge/openmpi-feedstock#158

This PR will unblock cugraph development until the issues are fixed.
Once that happens, the version pinning should be removed.
@BradReesWork BradReesWork removed the ? - Needs Triage Need team to review and classify label Jun 13, 2024
@jameslamb
Copy link
Member

@nv-rliu there is a new release of the openmpi package on conda-forge, with these changes in it: conda-forge/openmpi-feedstock#159

We should try removing the pins on openmpi here after branch-24.08 is up to date (i.e. after #4487 is merged).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants