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

mark mamba 1.4.8 as broken #756

Merged
merged 1 commit into from
Jul 11, 2023
Merged

mark mamba 1.4.8 as broken #756

merged 1 commit into from
Jul 11, 2023

Conversation

jaimergp
Copy link
Member

Guidelines for marking packages as broken:

  • We prefer to patch the repo data (see here)
    instead of marking packages as broken. This alternative workflow makes environments more reproducible.
  • Packages with requirements/metadata that are too strict but otherwise work are
    not technically broken and should not be marked as such.
  • Packages with missing metadata can be marked as broken on a temporary basis
    but should be patched in the repo data and be marked unbroken later.
  • In some cases where the number of users of a package is small or it is used by
    the maintainers only, we can allow packages to be marked broken more liberally.
  • We (conda-forge/core) try to make a decision on these requests within 24 hours.

What will happen when a package is marked broken?

  • Our bots will add the broken label to the package. The main label will remain on the package and this is normal.
  • Our bots will rebuild our repodata patches to remove this package from the repodata.
  • In a few hours after the anaconda.org CDN picks up the new patches, you will no longer be able to install the package from the main channel.

Checklist:

  • I want to mark a package as broken (or not broken):

    • Make sure your package is in the right spot (broken/* for adding the
      broken label, not_broken/* for removing the broken label, or token_reset/*
      for token resets)
    • Added a description of the problem with the package in the PR description.
    • Pinged the team for the package for their input.
  • I want to archive a feedstock:

    • Pinged the team for that feedstock for their input.
    • Make sure you have opened an issue on the feedstock explaining why it was archived.
    • Linked that issue in this PR description.
    • Added links to any other relevant issues/PRs in the PR description.

@conda-forge/mamba @wolfv @beckermr - this should fix the problems we are seeing in the libcfgraph workflows. They started failing shortly after mamba 1.4.8 was released, with:

missing key conda-forge in channels: {'https://conda.anaconda.org/conda-forge/linux-64': {'platform': 'linux-64', 'url': 'https://conda.anaconda.org/conda-forge/linux-64', 'channel': conda-forge[linux-64,noarch], 'needs_finalising': False}, 'https://conda.anaconda.org/conda-forge/noarch': {'platform': 'noarch', 'url': 'https://conda.anaconda.org/conda-forge/noarch', 'channel': conda-forge[linux-64,noarch], 'needs_finalising': False}}

# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<

    Traceback (most recent call last):
      File "/opt/conda/lib/python3.10/site-packages/conda/exception_[handler.py](http://handler.py/)", line 16, in __call__
        return func(*args, **kwargs)
      File "/opt/conda/lib/python3.10/site-packages/mamba/[mamba.py](http://mamba.py/)", line 926, in exception_converter
        raise e
      File "/opt/conda/lib/python3.10/site-packages/mamba/[mamba.py](http://mamba.py/)", line 919, in exception_converter
        exit_code = _wrapped_main(*args, **kwargs)
      File "/opt/conda/lib/python3.10/site-packages/mamba/[mamba.py](http://mamba.py/)", line 877, in _wrapped_main
        result = do_call(parsed_args, p)
      File "/opt/conda/lib/python3.10/site-packages/mamba/[mamba.py](http://mamba.py/)", line 748, in do_call
        exit_code = install(args, parser, "install")
      File "/opt/conda/lib/python3.10/site-packages/mamba/[mamba.py](http://mamba.py/)", line 559, in install
        conda_transaction = to_txn(
      File "/opt/conda/lib/python3.10/site-packages/mamba/[utils.py](http://utils.py/)", line 464, in to_txn
        final_precs = compute_final_precs(
      File "/opt/conda/lib/python3.10/site-packages/mamba/[utils.py](http://utils.py/)", line 410, in compute_final_precs
        raise ValueError("missing key {} in channels: {}".format(key, lookup_dict))
    ValueError: missing key conda-forge in channels: {'https://conda.anaconda.org/conda-forge/linux-64': {'platform': 'linux-64', 'url': 'https://conda.anaconda.org/conda-forge/linux-64', 'channel': conda-forge[linux-64,noarch], 'needs_finalising': False}, 'https://conda.anaconda.org/conda-forge/noarch': {'platform': 'noarch', 'url': 'https://conda.anaconda.org/conda-forge/noarch', 'channel': conda-forge[linux-64,noarch], 'needs_finalising': False}}

@jaimergp jaimergp requested a review from a team as a code owner July 11, 2023 13:21
@jaimergp jaimergp mentioned this pull request Jul 11, 2023
5 tasks
@beckermr beckermr merged commit 2e19978 into conda-forge:main Jul 11, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants