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

zip_key specifications are not order invariant #4987

Open
2 tasks done
jjerphan opened this issue Aug 25, 2023 · 2 comments
Open
2 tasks done

zip_key specifications are not order invariant #4987

jjerphan opened this issue Aug 25, 2023 · 2 comments
Labels
source::community catch-all for issues filed by community members stale::recovered [bot] recovered after being marked as stale type::bug describes erroneous operation, use severity::* to classify the type

Comments

@jjerphan
Copy link

jjerphan commented Aug 25, 2023

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

According to the specification of zip_keys, such a specification:

fmt:
  - "9"
  - "9"
  - "10"
libevent:
  - "2.1.10"
  - "2.1.12"
  - "2.1.12"
zip_keys:
  - fmt
  - libevent

must build for:

  • fmt 9 + libevent 2.1.10
  • fmt 9 + libevent 2.1.12
  • fmt 10 + libevent 2.1.12

but in practice, it built for:

  • fmt 10 + libevent 2.1.10
  • fmt 10 + libevent 2.1.12
  • fmt 9 + libevent 2.1.12

However this specification leads to correct builds:

fmt:
  - "10"
  - "9"
  - "9"
libevent:
  - "2.1.12"
  - "2.1.10"
  - "2.1.12"
zip_keys:
  - fmt
  - libevent

Conda Info

2023-08-25T12:31:01.8386022Z ++ conda info
2023-08-25T12:31:02.6263662Z 
2023-08-25T12:31:02.6265608Z      active environment : base
2023-08-25T12:31:02.6266111Z     active env location : /opt/conda
2023-08-25T12:31:02.6266500Z             shell level : 1
2023-08-25T12:31:02.6266862Z        user config file : /home/conda/.condarc
2023-08-25T12:31:02.6267256Z  populated config files : /opt/conda/.condarc
2023-08-25T12:31:02.6267628Z                           /home/conda/.condarc
2023-08-25T12:31:02.6267989Z           conda version : 23.3.1
2023-08-25T12:31:02.6268601Z     conda-build version : 3.25.0
2023-08-25T12:31:02.6269030Z          python version : 3.10.12.final.0
2023-08-25T12:31:02.6269414Z        virtual packages : __archspec=1=x86_64
2023-08-25T12:31:02.6270032Z                           __glibc=2.17=0
2023-08-25T12:31:02.6270545Z                           __linux=5.15.0=0
2023-08-25T12:31:02.6271132Z                           __unix=0=0
2023-08-25T12:31:02.6271502Z        base environment : /opt/conda  (writable)
2023-08-25T12:31:02.6271889Z       conda av data dir : /opt/conda/etc/conda
2023-08-25T12:31:02.6272239Z   conda av metadata url : None
2023-08-25T12:31:02.6272773Z            channel URLs : https://conda.anaconda.org/conda-forge/linux-64
2023-08-25T12:31:02.6273346Z                           https://conda.anaconda.org/conda-forge/noarch
2023-08-25T12:31:02.6273798Z           package cache : /home/conda/feedstock_root/build_artifacts/pkg_cache
2023-08-25T12:31:02.6274193Z                           /opt/conda/pkgs
2023-08-25T12:31:02.6274532Z        envs directories : /opt/conda/envs
2023-08-25T12:31:02.6274894Z                           /home/conda/.conda/envs
2023-08-25T12:31:02.6275245Z                platform : linux-64
2023-08-25T12:31:02.6275848Z              user-agent : conda/23.3.1 requests/2.31.0 CPython/3.10.12 Linux/5.15.0-1041-azure centos/7.9.2009 glibc/2.17
2023-08-25T12:31:02.6276355Z                 UID:GID : 1001:1001
2023-08-25T12:31:02.6276725Z              netrc file : None
2023-08-25T12:31:02.6277072Z            offline mode : False

Conda Config

2023-08-25T12:31:02.6796466Z ++ conda config --env --show-sources
2023-08-25T12:31:03.0710569Z ==> /opt/conda/.condarc <==
2023-08-25T12:31:03.0712093Z add_pip_as_python_dependency: False
2023-08-25T12:31:03.0712560Z auto_update_conda: False
2023-08-25T12:31:03.0712968Z aggressive_update_packages:
2023-08-25T12:31:03.0713651Z   - ca-certificates
2023-08-25T12:31:03.0714156Z   - certifi
2023-08-25T12:31:03.0714516Z channel_priority: strict
2023-08-25T12:31:03.0714940Z channels:
2023-08-25T12:31:03.0715336Z   - conda-forge
2023-08-25T12:31:03.0715715Z show_channel_urls: True
2023-08-25T12:31:03.0716048Z conda_build:
2023-08-25T12:31:03.0716398Z   pkg_format: 2
2023-08-25T12:31:03.0716764Z   zstd_compression_level: 19
2023-08-25T12:31:03.0717008Z 
2023-08-25T12:31:03.0717336Z ==> /home/conda/.condarc <==
2023-08-25T12:31:03.0717699Z pkgs_dirs:
2023-08-25T12:31:03.0718158Z   - /home/conda/feedstock_root/build_artifacts/pkg_cache
2023-08-25T12:31:03.0718626Z   - /opt/conda/pkgs
2023-08-25T12:31:03.0719042Z conda-build:
2023-08-25T12:31:03.0719517Z   root-dir: /home/conda/feedstock_root/build_artifacts
2023-08-25T12:31:03.0719799Z 
2023-08-25T12:31:03.0720112Z ==> envvars <==
2023-08-25T12:31:03.0720621Z bld_path: /home/conda/feedstock_root/build_artifacts
2023-08-25T12:31:03.0721000Z

Conda list

2023-08-25T12:31:03.1295849Z ++ conda list --show-channel-urls
2023-08-25T12:31:04.3570402Z # packages in environment at /opt/conda:
2023-08-25T12:31:04.3571007Z #
2023-08-25T12:31:04.3571233Z # Name                    Version                   Build  Channel
2023-08-25T12:31:04.3571828Z _libgcc_mutex             0.1                 conda_forge    conda-forge
2023-08-25T12:31:04.3572277Z _openmp_mutex             4.5                       2_gnu    conda-forge
2023-08-25T12:31:04.3572692Z anaconda-client           1.12.0             pyhd8ed1ab_1    conda-forge
2023-08-25T12:31:04.3573115Z anaconda-project          0.11.1             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3573511Z anyio                     3.7.1              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3573884Z attrs                     23.1.0             pyh71513ae_1    conda-forge
2023-08-25T12:31:04.3574277Z backports                 1.0                pyhd8ed1ab_3    conda-forge
2023-08-25T12:31:04.3574688Z backports.functools_lru_cache 1.6.5              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3575110Z beautifulsoup4            4.12.2             pyha770c72_0    conda-forge
2023-08-25T12:31:04.3575506Z boa                       0.15.1             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3576001Z boltons                   23.0.0             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3576784Z brotli-python             1.0.9           py310hd8f1fbe_9    conda-forge
2023-08-25T12:31:04.3577379Z brotlipy                  0.7.0           py310h5764c6d_1005    conda-forge
2023-08-25T12:31:04.3578025Z bzip2                     1.0.8                h7f98852_4    conda-forge
2023-08-25T12:31:04.3578435Z c-ares                    1.19.1               hd590300_0    conda-forge
2023-08-25T12:31:04.3578863Z ca-certificates           2023.7.22            hbcca054_0    conda-forge
2023-08-25T12:31:04.3579295Z certifi                   2023.7.22          pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3579963Z cffi                      1.15.1          py310h255011f_3    conda-forge
2023-08-25T12:31:04.3580371Z chardet                   5.2.0           py310hff52083_0    conda-forge
2023-08-25T12:31:04.3580765Z charset-normalizer        3.2.0              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3581185Z click                     8.1.7           unix_pyh707e725_0    conda-forge
2023-08-25T12:31:04.3581596Z clyent                    1.2.2                      py_1    conda-forge
2023-08-25T12:31:04.3581999Z colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3582413Z conda                     23.3.1          py310hff52083_0    conda-forge
2023-08-25T12:31:04.3582805Z conda-build               3.25.0          py310hff52083_0    conda-forge
2023-08-25T12:31:04.3583315Z conda-env                 2.6.0                         1    conda-forge
2023-08-25T12:31:04.3583719Z conda-forge-ci-setup      3.32.5          py310h7a2d8a0_100    conda-forge
2023-08-25T12:31:04.3584138Z conda-forge-metadata      0.5.2              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3584539Z conda-index               0.2.3              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3584927Z conda-libmamba-solver     23.3.0             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3585335Z conda-oci-mirror          0.1.0              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3585737Z conda-pack                0.7.1              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3586388Z conda-package-handling    2.2.0              pyh38be061_0    conda-forge
2023-08-25T12:31:04.3586820Z conda-package-streaming   0.9.0              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3587260Z cryptography              41.0.3          py310h75e40e8_0    conda-forge
2023-08-25T12:31:04.3587686Z curl                      8.2.1                hca28451_0    conda-forge
2023-08-25T12:31:04.3588102Z dataclasses               0.8                pyhc8e2a94_3    conda-forge
2023-08-25T12:31:04.3588521Z defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3588934Z exceptiongroup            1.1.3              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3589359Z filelock                  3.12.2             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3589995Z fmt                       9.1.0                h924138e_0    conda-forge
2023-08-25T12:31:04.3590390Z freetype                  2.12.1               hca18f0e_1    conda-forge
2023-08-25T12:31:04.3590780Z gettext                   0.21.1               h27087fc_0    conda-forge
2023-08-25T12:31:04.3591165Z git                       2.41.0          pl5321h86e50cf_0    conda-forge
2023-08-25T12:31:04.3591553Z glob2                     0.7                        py_0    conda-forge
2023-08-25T12:31:04.3591929Z icu                       72.1                 hcb278e6_0    conda-forge
2023-08-25T12:31:04.3592307Z idna                      3.4                pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3592699Z importlib_resources       6.0.1              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3593079Z jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
2023-08-25T12:31:04.3593466Z joblib                    1.3.2              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3593850Z jq                        1.6               h36c2ea0_1000    conda-forge
2023-08-25T12:31:04.3594340Z json5                     0.9.14             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3594778Z jsonpatch                 1.32               pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3595317Z jsonpointer               2.0                        py_0    conda-forge
2023-08-25T12:31:04.3595719Z jsonschema                4.19.0             pyhd8ed1ab_1    conda-forge
2023-08-25T12:31:04.3596380Z jsonschema-specifications 2023.7.1           pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3596825Z jupyter_core              5.3.1           py310hff52083_0    conda-forge
2023-08-25T12:31:04.3597232Z keyutils                  1.6.1                h166bdaf_0    conda-forge
2023-08-25T12:31:04.3597647Z krb5                      1.21.2               h659d440_0    conda-forge
2023-08-25T12:31:04.3598063Z lcms2                     2.15                 haa2dc70_1    conda-forge
2023-08-25T12:31:04.3598488Z ld_impl_linux-64          2.40                 h41732ed_0    conda-forge
2023-08-25T12:31:04.3598910Z lerc                      4.0.0                h27087fc_0    conda-forge
2023-08-25T12:31:04.3599309Z libarchive                3.6.2                h039dbb9_1    conda-forge
2023-08-25T12:31:04.3599955Z libcurl                   8.2.1                hca28451_0    conda-forge
2023-08-25T12:31:04.3600346Z libdeflate                1.18                 h0b41bf4_0    conda-forge
2023-08-25T12:31:04.3600937Z libedit                   3.1.20191231         he28a2e2_2    conda-forge
2023-08-25T12:31:04.3601340Z libev                     4.33                 h516909a_1    conda-forge
2023-08-25T12:31:04.3601711Z libexpat                  2.5.0                hcb278e6_1    conda-forge
2023-08-25T12:31:04.3602106Z libffi                    3.4.2                h7f98852_5    conda-forge
2023-08-25T12:31:04.3602497Z libgcc-ng                 13.1.0               he5830b7_0    conda-forge
2023-08-25T12:31:04.3602890Z libgomp                   13.1.0               he5830b7_0    conda-forge
2023-08-25T12:31:04.3603268Z libiconv                  1.17                 h166bdaf_0    conda-forge
2023-08-25T12:31:04.3603658Z libjpeg-turbo             2.1.5.1              h0b41bf4_0    conda-forge
2023-08-25T12:31:04.3604064Z liblief                   0.12.3               h27087fc_0    conda-forge
2023-08-25T12:31:04.3604454Z libmamba                  1.4.2                hcea66bb_0    conda-forge
2023-08-25T12:31:04.3604850Z libmambapy                1.4.2           py310h1428755_0    conda-forge
2023-08-25T12:31:04.3605236Z libnghttp2                1.52.0               h61bc06f_0    conda-forge
2023-08-25T12:31:04.3605631Z libnsl                    2.0.0                h7f98852_0    conda-forge
2023-08-25T12:31:04.3606145Z libpng                    1.6.39               h753d276_0    conda-forge
2023-08-25T12:31:04.3606673Z libsolv                   0.7.24               hfc55251_1    conda-forge
2023-08-25T12:31:04.3608422Z libsqlite                 3.42.0               h2797004_0    conda-forge
2023-08-25T12:31:04.3608883Z libssh2                   1.11.0               h0841786_0    conda-forge
2023-08-25T12:31:04.3609328Z libstdcxx-ng              13.1.0               hfd8a6a1_0    conda-forge
2023-08-25T12:31:04.3609771Z libtiff                   4.5.1                h8b53f26_0    conda-forge
2023-08-25T12:31:04.3610189Z libuuid                   2.38.1               h0b41bf4_0    conda-forge
2023-08-25T12:31:04.3610593Z libwebp-base              1.3.1                hd590300_0    conda-forge
2023-08-25T12:31:04.3611014Z libxcb                    1.15                 h0b41bf4_0    conda-forge
2023-08-25T12:31:04.3611434Z libxml2                   2.11.5               h0d562d8_0    conda-forge
2023-08-25T12:31:04.3611854Z libzlib                   1.2.13               hd590300_5    conda-forge
2023-08-25T12:31:04.3612266Z lz4-c                     1.9.4                hcb278e6_0    conda-forge
2023-08-25T12:31:04.3612666Z lzo                       2.10              h516909a_1000    conda-forge
2023-08-25T12:31:04.3613189Z mamba                     1.4.2           py310h51d5547_0    conda-forge
2023-08-25T12:31:04.3613897Z markdown-it-py            3.0.0              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3614509Z markupsafe                2.1.3           py310h2372a71_0    conda-forge
2023-08-25T12:31:04.3614934Z mdurl                     0.1.0              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3615344Z more-itertools            10.1.0             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3615768Z nbformat                  5.9.2              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3616182Z ncurses                   6.4                  hcb278e6_0    conda-forge
2023-08-25T12:31:04.3616599Z oniguruma                 6.9.8                h166bdaf_0    conda-forge
2023-08-25T12:31:04.3617015Z openjpeg                  2.5.0                hfec8fc6_2    conda-forge
2023-08-25T12:31:04.3617419Z openssl                   3.1.2                hd590300_0    conda-forge
2023-08-25T12:31:04.3617834Z oras-py                   0.1.14             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3618256Z packaging                 23.1               pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3618683Z patch                     2.7.6             h7f98852_1002    conda-forge
2023-08-25T12:31:04.3619087Z patchelf                  0.17.2               h58526e2_0    conda-forge
2023-08-25T12:31:04.3619505Z pcre2                     10.40                hc3806b6_0    conda-forge
2023-08-25T12:31:04.3619925Z perl                      5.32.1          4_hd590300_perl5    conda-forge
2023-08-25T12:31:04.3620351Z pillow                    10.0.0          py310h582fbeb_0    conda-forge
2023-08-25T12:31:04.3621014Z pip                       23.2.1             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3621385Z pkginfo                   1.9.6              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3621788Z pkgutil-resolve-name      1.3.10             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3622193Z platformdirs              3.10.0             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3622637Z pluggy                    1.2.0              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3623049Z prompt-toolkit            3.0.39             pyha770c72_0    conda-forge
2023-08-25T12:31:04.3623433Z prompt_toolkit            3.0.39               hd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3623835Z psutil                    5.9.5           py310h1fa729e_0    conda-forge
2023-08-25T12:31:04.3624236Z pthread-stubs             0.4               h36c2ea0_1001    conda-forge
2023-08-25T12:31:04.3624634Z py-lief                   0.12.3          py310hd8f1fbe_0    conda-forge
2023-08-25T12:31:04.3625022Z pybind11-abi              4                    hd8ed1ab_3    conda-forge
2023-08-25T12:31:04.3625451Z pycosat                   0.6.4           py310h5764c6d_1    conda-forge
2023-08-25T12:31:04.3625964Z pycparser                 2.21               pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3626496Z pygments                  2.16.1             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3626922Z pyopenssl                 23.2.0             pyhd8ed1ab_1    conda-forge
2023-08-25T12:31:04.3627331Z pysocks                   1.7.1              pyha2e5f31_6    conda-forge
2023-08-25T12:31:04.3627755Z python                    3.10.12         hd12c33a_0_cpython    conda-forge
2023-08-25T12:31:04.3628188Z python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3628622Z python-fastjsonschema     2.18.0             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3629061Z python-libarchive-c       5.0             py310hff52083_1    conda-forge
2023-08-25T12:31:04.3629578Z python_abi                3.10                    3_cp310    conda-forge
2023-08-25T12:31:04.3630097Z pytz                      2023.3             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3630487Z pyyaml                    6.0             py310h5764c6d_5    conda-forge
2023-08-25T12:31:04.3630877Z readline                  8.2                  h8228510_1    conda-forge
2023-08-25T12:31:04.3631383Z referencing               0.30.2             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3631876Z reproc                    14.2.4               h0b41bf4_0    conda-forge
2023-08-25T12:31:04.3632282Z reproc-cpp                14.2.4               hcb278e6_0    conda-forge
2023-08-25T12:31:04.3632679Z requests                  2.31.0             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3633074Z requests-toolbelt         1.0.0              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3633460Z rich                      13.5.1             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3633855Z ripgrep                   13.0.0               h2f28480_2    conda-forge
2023-08-25T12:31:04.3634245Z rpds-py                   0.9.2           py310hcb5633a_0    conda-forge
2023-08-25T12:31:04.3634650Z ruamel.yaml               0.17.32         py310h2372a71_0    conda-forge
2023-08-25T12:31:04.3635061Z ruamel.yaml.clib          0.2.7           py310h1fa729e_1    conda-forge
2023-08-25T12:31:04.3635468Z ruamel_yaml               0.15.80         py310h5764c6d_1008    conda-forge
2023-08-25T12:31:04.3636011Z setuptools                68.1.2             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3636542Z shyaml                    0.6.2              pyhd3deb0d_0    conda-forge
2023-08-25T12:31:04.3636951Z six                       1.16.0             pyh6c4a22f_0    conda-forge
2023-08-25T12:31:04.3637364Z sniffio                   1.3.0              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3637770Z soupsieve                 2.3.2.post1        pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3638190Z su-exec                   0.2               h166bdaf_1003    conda-forge
2023-08-25T12:31:04.3638608Z tini                      0.19.0               h166bdaf_1    conda-forge
2023-08-25T12:31:04.3639017Z tk                        8.6.12               h27826a3_0    conda-forge
2023-08-25T12:31:04.3639534Z tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3640042Z toolz                     0.12.0             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3640677Z tornado                   6.3.3           py310h2372a71_0    conda-forge
2023-08-25T12:31:04.3641147Z tqdm                      4.66.1             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3641546Z traitlets                 5.9.0              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3641925Z typing-extensions         4.7.1                hd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3642927Z typing_extensions         4.7.1              pyha770c72_0    conda-forge
2023-08-25T12:31:04.3643543Z tzdata                    2023c                h71feb2d_0    conda-forge
2023-08-25T12:31:04.3643917Z urllib3                   1.26.15            pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3644270Z watchgod                  0.8.2              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3644607Z wcwidth                   0.2.6              pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3644961Z wheel                     0.41.1             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3645320Z xorg-libxau               1.0.11               hd590300_0    conda-forge
2023-08-25T12:31:04.3645674Z xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
2023-08-25T12:31:04.3646017Z xz                        5.2.6                h166bdaf_0    conda-forge
2023-08-25T12:31:04.3646340Z yaml                      0.2.5                h7f98852_2    conda-forge
2023-08-25T12:31:04.3646681Z yaml-cpp                  0.7.0                h27087fc_2    conda-forge
2023-08-25T12:31:04.3647026Z zipp                      3.16.2             pyhd8ed1ab_0    conda-forge
2023-08-25T12:31:04.3647376Z zstandard                 0.19.0          py310h1275a96_2    conda-forge
2023-08-25T12:31:04.3647723Z zstd                      1.5.2                hfc55251_7    conda-forge

Additional Context

@jjerphan jjerphan added the type::bug describes erroneous operation, use severity::* to classify the type label Aug 25, 2023
@dholth dholth added the source::community catch-all for issues filed by community members label Sep 26, 2023
Copy link

Hi there, thank you for your contribution!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this issue to remain open please:

  1. Verify that you can still reproduce the issue at hand
  2. Comment that the issue is still reproducible and include:
    - What OS and version you reproduced the issue on
    - What steps you followed to reproduce the issue

NOTE: If this issue was closed prematurely, please leave a comment.

Thanks!

@github-actions github-actions bot added the stale [bot] marked as stale due to inactivity label Sep 26, 2024
@jjerphan
Copy link
Author

The issue is still reproducible as indicated in its description.

@github-actions github-actions bot added stale::recovered [bot] recovered after being marked as stale and removed stale [bot] marked as stale due to inactivity labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source::community catch-all for issues filed by community members stale::recovered [bot] recovered after being marked as stale type::bug describes erroneous operation, use severity::* to classify the type
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants