Skip to content

mamba installation fails in updated ubuntu-20.04 (20230109.1) #6910

@nicornk

Description

@nicornk

Description

We are using conda install --yes -c conda-forge mamba to install mamba in Azure Devops Pipelines. This has been working for so far.

Since this update
5501170
the command fails to solve the updated environment and all our pipelines are broken. (See next comment for the failure log)

I tried to analyze if it is due to a change in miniconda, however the command works in the official docker container `docker run -it --rm continuumio/miniconda3:22.11.1 /bin/bash -c "conda install --yes -c conda-forge mamba"``

Output from Docker
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /opt/conda

  added / updated specs:
    - mamba


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    _libgcc_mutex-0.1          |      conda_forge           3 KB  conda-forge
    _openmp_mutex-4.5          |       2_kmp_llvm           6 KB  conda-forge
    c-ares-1.18.1              |       h7f98852_0         113 KB  conda-forge
    ca-certificates-2022.12.7  |       ha878542_0         143 KB  conda-forge
    certifi-2022.12.7          |     pyhd8ed1ab_0         147 KB  conda-forge
    conda-22.11.1              |  py310hff52083_1         913 KB  conda-forge
    fmt-9.1.0                  |       h924138e_0         185 KB  conda-forge
    icu-58.2                   |    hf484d3e_1000        22.6 MB  conda-forge
    keyutils-1.6.1             |       h166bdaf_0         115 KB  conda-forge
    krb5-1.19.3                |       h3790be6_0         1.4 MB  conda-forge
    libarchive-3.5.2           |       hccf745f_1         1.6 MB  conda-forge
    libcurl-7.86.0             |       h91b91d3_0         368 KB
    libedit-3.1.20191231       |       he28a2e2_2         121 KB  conda-forge
    libev-4.33                 |       h516909a_1         104 KB  conda-forge
    libgcc-ng-12.2.0           |      h65d4601_19         931 KB  conda-forge
    libiconv-1.17              |       h166bdaf_0         1.4 MB  conda-forge
    libmamba-1.1.0             |       h2c5f835_2         1.4 MB  conda-forge
    libmambapy-1.1.0           |  py310h5976e0f_2         308 KB  conda-forge
    libnghttp2-1.46.0          |       hce63b2e_0         680 KB
    libsolv-0.7.22             |       he621ea3_0         436 KB
    libssh2-1.10.0             |       ha56f1ee_2         233 KB  conda-forge
    libstdcxx-ng-12.2.0        |      h46fd767_19         4.3 MB  conda-forge
    libxml2-2.9.14             |       h74e7548_0         718 KB
    llvm-openmp-14.0.6         |       h9e868ea_0         4.4 MB
    lz4-c-1.9.3                |       h9c3ff4c_1         179 KB  conda-forge
    lzo-2.10                   |    h516909a_1000         314 KB  conda-forge
    mamba-1.1.0                |  py310hf87f941_2          47 KB  conda-forge
    openssl-1.1.1s             |       h0b41bf4_1         1.9 MB  conda-forge
    pcre2-10.37                |       h032f7d1_0         1.1 MB  conda-forge
    pybind11-abi-4             |       hd8ed1ab_3          10 KB  conda-forge
    python_abi-3.10            |          2_cp310           4 KB  conda-forge
    reproc-14.2.4              |       h0b41bf4_0          30 KB  conda-forge
    reproc-cpp-14.2.4          |       hcb278e6_0          21 KB  conda-forge
    yaml-cpp-0.7.0             |       h27087fc_2         215 KB  conda-forge
    zstd-1.5.2                 |       ha4553b6_0         488 KB
    ------------------------------------------------------------
                                           Total:        46.7 MB

The following NEW packages will be INSTALLED:

  c-ares             conda-forge/linux-64::c-ares-1.18.1-h7f98852_0
  fmt                conda-forge/linux-64::fmt-9.1.0-h924138e_0
  icu                conda-forge/linux-64::icu-58.2-hf484d3e_1000
  keyutils           conda-forge/linux-64::keyutils-1.6.1-h166bdaf_0
  krb5               conda-forge/linux-64::krb5-1.19.3-h3790be6_0
  libarchive         conda-forge/linux-64::libarchive-3.5.2-hccf745f_1
  libcurl            pkgs/main/linux-64::libcurl-7.86.0-h91b91d3_0
  libedit            conda-forge/linux-64::libedit-3.1.20191231-he28a2e2_2
  libev              conda-forge/linux-64::libev-4.33-h516909a_1
  libiconv           conda-forge/linux-64::libiconv-1.17-h166bdaf_0
  libmamba           conda-forge/linux-64::libmamba-1.1.0-h2c5f835_2
  libmambapy         conda-forge/linux-64::libmambapy-1.1.0-py310h5976e0f_2
  libnghttp2         pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0
  libsolv            pkgs/main/linux-64::libsolv-0.7.22-he621ea3_0
  libssh2            conda-forge/linux-64::libssh2-1.10.0-ha56f1ee_2
  libxml2            pkgs/main/linux-64::libxml2-2.9.14-h74e7548_0
  llvm-openmp        pkgs/main/linux-64::llvm-openmp-14.0.6-h9e868ea_0
  lz4-c              conda-forge/linux-64::lz4-c-1.9.3-h9c3ff4c_1
  lzo                conda-forge/linux-64::lzo-2.10-h516909a_1000
  mamba              conda-forge/linux-64::mamba-1.1.0-py310hf87f941_2
  pcre2              conda-forge/linux-64::pcre2-10.37-h032f7d1_0
  pybind11-abi       conda-forge/noarch::pybind11-abi-4-hd8ed1ab_3
  python_abi         conda-forge/linux-64::python_abi-3.10-2_cp310
  reproc             conda-forge/linux-64::reproc-14.2.4-h0b41bf4_0
  reproc-cpp         conda-forge/linux-64::reproc-cpp-14.2.4-hcb278e6_0
  yaml-cpp           conda-forge/linux-64::yaml-cpp-0.7.0-h27087fc_2
  zstd               pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0

The following packages will be REMOVED:

  libgomp-11.2.0-h1234567_1

The following packages will be UPDATED:

  ca-certificates    pkgs/main::ca-certificates-2022.10.11~ --> conda-forge::ca-certificates-2022.12.7-ha878542_0
  libgcc-ng          pkgs/main::libgcc-ng-11.2.0-h1234567_1 --> conda-forge::libgcc-ng-12.2.0-h65d4601_19
  libstdcxx-ng       pkgs/main::libstdcxx-ng-11.2.0-h12345~ --> conda-forge::libstdcxx-ng-12.2.0-h46fd767_19
  openssl              pkgs/main::openssl-1.1.1s-h7f8727e_0 --> conda-forge::openssl-1.1.1s-h0b41bf4_1

The following packages will be SUPERSEDED by a higher-priority channel:

  _libgcc_mutex           pkgs/main::_libgcc_mutex-0.1-main --> conda-forge::_libgcc_mutex-0.1-conda_forge
  _openmp_mutex          pkgs/main::_openmp_mutex-5.1-1_gnu --> conda-forge::_openmp_mutex-4.5-2_kmp_llvm
  certifi            pkgs/main/linux-64::certifi-2022.12.7~ --> conda-forge/noarch::certifi-2022.12.7-pyhd8ed1ab_0
  conda              pkgs/main::conda-22.11.1-py310h06a430~ --> conda-forge::conda-22.11.1-py310hff52083_1



Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Version: 20230109.1 / I don't have a public link to our failed builds.

Is it regression?

Yes, worked fine with version 20221212.2

Expected behavior

Logs from version 20221212.2 ``` 2023-01-10T19:47:03.6610057Z Collecting package metadata (current_repodata.json): ...working... done 2023-01-10T19:47:07.3092603Z Solving environment: ...working... done 2023-01-10T19:47:07.3493245Z 2023-01-10T19:47:07.3496873Z 2023-01-10T19:47:07.3497922Z ==> WARNING: A newer version of conda exists. <== 2023-01-10T19:47:07.3498712Z current version: 4.12.0 2023-01-10T19:47:07.3499393Z latest version: 22.11.1 2023-01-10T19:47:07.3500655Z 2023-01-10T19:47:07.3503511Z Please update conda by running 2023-01-10T19:47:07.3504091Z 2023-01-10T19:47:07.3505845Z $ conda update -n base -c defaults conda 2023-01-10T19:47:07.3506206Z 2023-01-10T19:47:07.3506458Z 2023-01-10T19:47:07.8284865Z 2023-01-10T19:47:07.8285693Z ## Package Plan ## 2023-01-10T19:47:07.8285873Z 2023-01-10T19:47:07.8286103Z environment location: /usr/share/miniconda 2023-01-10T19:47:07.8286247Z 2023-01-10T19:47:07.8286432Z added / updated specs: 2023-01-10T19:47:07.8287165Z - mamba 2023-01-10T19:47:07.8287261Z 2023-01-10T19:47:07.8287327Z 2023-01-10T19:47:07.8287551Z The following packages will be downloaded: 2023-01-10T19:47:07.8287677Z 2023-01-10T19:47:07.8287875Z package | build 2023-01-10T19:47:07.8288270Z ---------------------------|----------------- 2023-01-10T19:47:07.8288733Z bzip2-1.0.8 | h7f98852_4 484 KB conda-forge 2023-01-10T19:47:07.8289216Z c-ares-1.18.1 | h7f98852_0 113 KB conda-forge 2023-01-10T19:47:07.8289703Z ca-certificates-2022.12.7 | ha878542_0 143 KB conda-forge 2023-01-10T19:47:07.8290205Z certifi-2022.12.7 | pyhd8ed1ab_0 147 KB conda-forge 2023-01-10T19:47:07.8290677Z icu-58.2 | hf484d3e_1000 22.6 MB conda-forge 2023-01-10T19:47:07.8291154Z keyutils-1.6.1 | h166bdaf_0 115 KB conda-forge 2023-01-10T19:47:07.8291620Z krb5-1.19.3 | h3790be6_0 1.4 MB conda-forge 2023-01-10T19:47:07.8292105Z libarchive-3.5.2 | hccf745f_1 1.6 MB conda-forge 2023-01-10T19:47:07.8292554Z libcurl-7.84.0 | h91b91d3_0 337 KB 2023-01-10T19:47:07.8293017Z libedit-3.1.20191231 | he28a2e2_2 121 KB conda-forge 2023-01-10T19:47:07.8293495Z libev-4.33 | h516909a_1 104 KB conda-forge 2023-01-10T19:47:07.8294143Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2023-01-10T19:47:07.8294588Z libgomp-11.2.0 | h1234567_1 474 KB 2023-01-10T19:47:07.8295038Z libiconv-1.17 | h166bdaf_0 1.4 MB conda-forge 2023-01-10T19:47:07.8295498Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2023-01-10T19:47:07.8295931Z libsolv-0.7.22 | he621ea3_0 436 KB 2023-01-10T19:47:07.8296389Z libssh2-1.10.0 | ha56f1ee_2 233 KB conda-forge 2023-01-10T19:47:07.8296894Z libstdcxx-ng-12.2.0 | h46fd767_19 4.3 MB conda-forge 2023-01-10T19:47:07.8297637Z libxml2-2.9.14 | h74e7548_0 718 KB 2023-01-10T19:47:07.8298105Z lz4-c-1.9.3 | h9c3ff4c_1 179 KB conda-forge 2023-01-10T19:47:07.8298577Z lzo-2.10 | h516909a_1000 314 KB conda-forge 2023-01-10T19:47:07.8299063Z mamba-0.15.3 | py39h951de11_0 734 KB conda-forge 2023-01-10T19:47:07.8299518Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2023-01-10T19:47:07.8299974Z pcre2-10.37 | h032f7d1_0 1.1 MB conda-forge 2023-01-10T19:47:07.8300448Z python_abi-3.9 | 2_cp39 4 KB conda-forge 2023-01-10T19:47:07.8300886Z reproc-14.2.4 | h295c915_1 30 KB 2023-01-10T19:47:07.8301329Z reproc-cpp-14.2.4 | h295c915_1 22 KB 2023-01-10T19:47:07.8301860Z zstd-1.5.2 | ha4553b6_0 488 KB 2023-01-10T19:47:07.8302299Z ------------------------------------------------------------ 2023-01-10T19:47:07.8302574Z Total: 47.1 MB 2023-01-10T19:47:07.8302680Z 2023-01-10T19:47:07.8302894Z The following NEW packages will be INSTALLED: 2023-01-10T19:47:07.8303032Z 2023-01-10T19:47:07.8303476Z bzip2 conda-forge/linux-64::bzip2-1.0.8-h7f98852_4 2023-01-10T19:47:07.8303971Z c-ares conda-forge/linux-64::c-ares-1.18.1-h7f98852_0 2023-01-10T19:47:07.8304460Z icu conda-forge/linux-64::icu-58.2-hf484d3e_1000 2023-01-10T19:47:07.8304940Z keyutils conda-forge/linux-64::keyutils-1.6.1-h166bdaf_0 2023-01-10T19:47:07.8305432Z krb5 conda-forge/linux-64::krb5-1.19.3-h3790be6_0 2023-01-10T19:47:07.8305921Z libarchive conda-forge/linux-64::libarchive-3.5.2-hccf745f_1 2023-01-10T19:47:07.8306427Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 2023-01-10T19:47:07.8306934Z libedit conda-forge/linux-64::libedit-3.1.20191231-he28a2e2_2 2023-01-10T19:47:07.8307423Z libev conda-forge/linux-64::libev-4.33-h516909a_1 2023-01-10T19:47:07.8307909Z libiconv conda-forge/linux-64::libiconv-1.17-h166bdaf_0 2023-01-10T19:47:07.8308405Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2023-01-10T19:47:07.8308904Z libsolv pkgs/main/linux-64::libsolv-0.7.22-he621ea3_0 2023-01-10T19:47:07.8309392Z libssh2 conda-forge/linux-64::libssh2-1.10.0-ha56f1ee_2 2023-01-10T19:47:07.8309889Z libxml2 pkgs/main/linux-64::libxml2-2.9.14-h74e7548_0 2023-01-10T19:47:07.8310370Z lz4-c conda-forge/linux-64::lz4-c-1.9.3-h9c3ff4c_1 2023-01-10T19:47:07.8310843Z lzo conda-forge/linux-64::lzo-2.10-h516909a_1000 2023-01-10T19:47:07.8311333Z mamba conda-forge/linux-64::mamba-0.15.3-py39h951de11_0 2023-01-10T19:47:07.8311826Z pcre2 conda-forge/linux-64::pcre2-10.37-h032f7d1_0 2023-01-10T19:47:07.8312315Z python_abi conda-forge/linux-64::python_abi-3.9-2_cp39 2023-01-10T19:47:07.8312796Z reproc pkgs/main/linux-64::reproc-14.2.4-h295c915_1 2023-01-10T19:47:07.8313297Z reproc-cpp pkgs/main/linux-64::reproc-cpp-14.2.4-h295c915_1 2023-01-10T19:47:07.8313777Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2023-01-10T19:47:07.8313925Z 2023-01-10T19:47:07.8314143Z The following packages will be UPDATED: 2023-01-10T19:47:07.8314263Z 2023-01-10T19:47:07.8314824Z ca-certificates pkgs/main::ca-certificates-2022.3.29-~ --> conda-forge::ca-certificates-2022.12.7-ha878542_0 2023-01-10T19:47:07.8315515Z certifi pkgs/main/linux-64::certifi-2021.10.8~ --> conda-forge/noarch::certifi-2022.12.7-pyhd8ed1ab_0 2023-01-10T19:47:07.8316093Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 2023-01-10T19:47:07.8316601Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 2023-01-10T19:47:07.8317360Z libstdcxx-ng pkgs/main::libstdcxx-ng-9.3.0-hd4cf53~ --> conda-forge::libstdcxx-ng-12.2.0-h46fd767_19 2023-01-10T19:47:07.8317951Z openssl 1.1.1n-h7f8727e_0 --> 1.1.1s-h7f8727e_0 2023-01-10T19:47:07.8318105Z 2023-01-10T19:47:07.8318172Z 2023-01-10T19:47:07.8318238Z 2023-01-10T19:47:07.8318441Z Downloading and Extracting Packages 2023-01-10T19:47:07.8318568Z 2023-01-10T19:47:08.5017733Z libstdcxx-ng-12.2.0 | 4.3 MB | | 0% 2023-01-10T19:47:08.5021033Z libstdcxx-ng-12.2.0 | 4.3 MB | ########## | 100% 2023-01-10T19:47:08.5021751Z libstdcxx-ng-12.2.0 | 4.3 MB | ########## | 100% 2023-01-10T19:47:08.5022012Z 2023-01-10T19:47:08.5987292Z lzo-2.10 | 314 KB | | 0% 2023-01-10T19:47:08.5988093Z lzo-2.10 | 314 KB | ########## | 100% 2023-01-10T19:47:08.5988591Z 2023-01-10T19:47:08.6993349Z icu-58.2 | 22.6 MB | | 0% 2023-01-10T19:47:11.7575106Z icu-58.2 | 22.6 MB | ###6 | 37% 2023-01-10T19:47:11.7587945Z icu-58.2 | 22.6 MB | ########## | 100% 2023-01-10T19:47:11.7588482Z icu-58.2 | 22.6 MB | ########## | 100% 2023-01-10T19:47:11.7588615Z 2023-01-10T19:47:12.0287246Z libarchive-3.5.2 | 1.6 MB | | 0% 2023-01-10T19:47:12.0287810Z libarchive-3.5.2 | 1.6 MB | ########## | 100% 2023-01-10T19:47:12.0288236Z libarchive-3.5.2 | 1.6 MB | ########## | 100% 2023-01-10T19:47:12.0288371Z 2023-01-10T19:47:12.2504471Z pcre2-10.37 | 1.1 MB | | 0% 2023-01-10T19:47:12.2505020Z pcre2-10.37 | 1.1 MB | ########## | 100% 2023-01-10T19:47:12.2505440Z pcre2-10.37 | 1.1 MB | ########## | 100% 2023-01-10T19:47:12.2505574Z 2023-01-10T19:47:12.4146972Z certifi-2022.12.7 | 147 KB | | 0% 2023-01-10T19:47:12.4152289Z certifi-2022.12.7 | 147 KB | ########## | 100% 2023-01-10T19:47:12.4156350Z certifi-2022.12.7 | 147 KB | ########## | 100% 2023-01-10T19:47:12.4156722Z 2023-01-10T19:47:12.5521200Z openssl-1.1.1s | 3.6 MB | | 0% 2023-01-10T19:47:12.5523458Z openssl-1.1.1s | 3.6 MB | ########## | 100% 2023-01-10T19:47:12.5526917Z openssl-1.1.1s | 3.6 MB | ########## | 100% 2023-01-10T19:47:12.5527311Z 2023-01-10T19:47:12.6019273Z reproc-cpp-14.2.4 | 22 KB | | 0% 2023-01-10T19:47:12.6020247Z reproc-cpp-14.2.4 | 22 KB | ########## | 100% 2023-01-10T19:47:12.6020571Z 2023-01-10T19:47:12.6375691Z python_abi-3.9 | 4 KB | | 0% 2023-01-10T19:47:12.6380954Z python_abi-3.9 | 4 KB | ########## | 100% 2023-01-10T19:47:12.6381280Z 2023-01-10T19:47:12.7110776Z libssh2-1.10.0 | 233 KB | | 0% 2023-01-10T19:47:12.7112581Z libssh2-1.10.0 | 233 KB | ########## | 100% 2023-01-10T19:47:12.7112971Z 2023-01-10T19:47:12.9951175Z krb5-1.19.3 | 1.4 MB | | 0% 2023-01-10T19:47:12.9953339Z krb5-1.19.3 | 1.4 MB | ########## | 100% 2023-01-10T19:47:12.9954007Z krb5-1.19.3 | 1.4 MB | ########## | 100% 2023-01-10T19:47:12.9954520Z 2023-01-10T19:47:13.1863506Z libiconv-1.17 | 1.4 MB | | 0% 2023-01-10T19:47:13.1864013Z libiconv-1.17 | 1.4 MB | ########## | 100% 2023-01-10T19:47:13.1864408Z libiconv-1.17 | 1.4 MB | ########## | 100% 2023-01-10T19:47:13.1864527Z 2023-01-10T19:47:13.2409904Z c-ares-1.18.1 | 113 KB | | 0% 2023-01-10T19:47:13.2410377Z c-ares-1.18.1 | 113 KB | ########## | 100% 2023-01-10T19:47:13.2410500Z 2023-01-10T19:47:13.3016837Z libgomp-11.2.0 | 474 KB | | 0% 2023-01-10T19:47:13.3021295Z libgomp-11.2.0 | 474 KB | ########## | 100% 2023-01-10T19:47:13.3021707Z 2023-01-10T19:47:13.4603722Z libgcc-ng-11.2.0 | 5.3 MB | | 0% 2023-01-10T19:47:13.4608573Z libgcc-ng-11.2.0 | 5.3 MB | ########## | 100% 2023-01-10T19:47:13.4613560Z libgcc-ng-11.2.0 | 5.3 MB | ########## | 100% 2023-01-10T19:47:13.4614260Z 2023-01-10T19:47:13.5280198Z libcurl-7.84.0 | 337 KB | | 0% 2023-01-10T19:47:13.5284892Z libcurl-7.84.0 | 337 KB | ########## | 100% 2023-01-10T19:47:13.5285375Z 2023-01-10T19:47:13.6634947Z mamba-0.15.3 | 734 KB | | 0% 2023-01-10T19:47:13.6635463Z mamba-0.15.3 | 734 KB | ########## | 100% 2023-01-10T19:47:13.6642855Z mamba-0.15.3 | 734 KB | ########## | 100% 2023-01-10T19:47:13.6643006Z 2023-01-10T19:47:13.7086074Z libev-4.33 | 104 KB | | 0% 2023-01-10T19:47:13.7086539Z libev-4.33 | 104 KB | ########## | 100% 2023-01-10T19:47:13.7086660Z 2023-01-10T19:47:13.8166311Z bzip2-1.0.8 | 484 KB | | 0% 2023-01-10T19:47:13.8167025Z bzip2-1.0.8 | 484 KB | ########## | 100% 2023-01-10T19:47:13.8167498Z bzip2-1.0.8 | 484 KB | ########## | 100% 2023-01-10T19:47:13.8167615Z 2023-01-10T19:47:13.8597099Z keyutils-1.6.1 | 115 KB | | 0% 2023-01-10T19:47:13.8597556Z keyutils-1.6.1 | 115 KB | ########## | 100% 2023-01-10T19:47:13.8597672Z 2023-01-10T19:47:13.9164159Z libxml2-2.9.14 | 718 KB | | 0% 2023-01-10T19:47:13.9167150Z libxml2-2.9.14 | 718 KB | ########## | 100% 2023-01-10T19:47:13.9167535Z 2023-01-10T19:47:13.9836614Z libedit-3.1.20191231 | 121 KB | | 0% 2023-01-10T19:47:13.9838267Z libedit-3.1.20191231 | 121 KB | ########## | 100% 2023-01-10T19:47:13.9838626Z 2023-01-10T19:47:14.0445139Z libsolv-0.7.22 | 436 KB | | 0% 2023-01-10T19:47:14.0449838Z libsolv-0.7.22 | 436 KB | ########## | 100% 2023-01-10T19:47:14.0450156Z 2023-01-10T19:47:14.0984824Z lz4-c-1.9.3 | 179 KB | | 0% 2023-01-10T19:47:14.0986771Z lz4-c-1.9.3 | 179 KB | ########## | 100% 2023-01-10T19:47:14.0987138Z 2023-01-10T19:47:14.1406501Z reproc-14.2.4 | 30 KB | | 0% 2023-01-10T19:47:14.1410992Z reproc-14.2.4 | 30 KB | ########## | 100% 2023-01-10T19:47:14.1411364Z 2023-01-10T19:47:14.2159850Z libnghttp2-1.46.0 | 680 KB | | 0% 2023-01-10T19:47:14.2161801Z libnghttp2-1.46.0 | 680 KB | ########## | 100% 2023-01-10T19:47:14.2162194Z 2023-01-10T19:47:14.2753591Z zstd-1.5.2 | 488 KB | | 0% 2023-01-10T19:47:14.2757967Z zstd-1.5.2 | 488 KB | ########## | 100% 2023-01-10T19:47:14.2758354Z 2023-01-10T19:47:14.3382999Z ca-certificates-2022 | 143 KB | | 0% 2023-01-10T19:47:14.3389661Z ca-certificates-2022 | 143 KB | ########## | 100% 2023-01-10T19:47:14.3957171Z Preparing transaction: ...working... done 2023-01-10T19:47:14.6233418Z Verifying transaction: ...working... done 2023-01-10T19:47:15.4737281Z Executing transaction: ...working... done
</details>

### Actual behavior

I am going to post this as a comment since the initial bug report is too long already.

### Repro steps

pool:
vmImage: ubuntu-20.04
stages:

  • stage: mambaInstall
    jobs:
    • job: mambaInstall
      steps:
      • bash: |
        conda install --yes -c conda-forge mamba
        displayName: Install mamba

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions