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

Cannot find the python package in conda-forge #3784

Open
3 tasks done
marcofrancis opened this issue Jan 29, 2025 · 7 comments
Open
3 tasks done

Cannot find the python package in conda-forge #3784

marcofrancis opened this issue Jan 29, 2025 · 7 comments
Labels
status::cannot-reproduce The bug could not be reproduced type::bug Something isn't working

Comments

@marcofrancis
Copy link

Troubleshooting docs

  • My problem is not solved in the Troubleshooting docs

Anaconda default channels

  • I do NOT use the Anaconda default channels (pkgs/* etc.)

How did you install Mamba?

Micromamba

Search tried in issue tracker

micromamba cannot install

Latest version of Mamba

  • My problem is not solved with the latest version

Tried in Conda?

I didn't try

Describe your issue

I cannot find any package in conda-forge despite being able to download the json files of the repo. Here's the output of micromamba search python -vv:

debug    libmamba Loading configuration
debug    libmamba 118 configurables computed
Getting repodata from channels...

debug    libmamba Checking if '/home/ubuntu/micromamba/pkgs' is writable
debug    libmamba '/home/ubuntu/micromamba/pkgs' writable
info     libmamba Searching index cache file for repo 'conda-forge/linux-64'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'conda-forge/noarch'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'nodefaults/linux-64'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'nodefaults/noarch'
info     libmamba No valid cache found
info     libmamba Using OpenSSL backend
debug    libmamba Preparing download...
[+] 0.0s
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
[+] 0.1s
nodefaults/linux-64 (check zst) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.0s
nodefaults/noarch (check zst)   --------------------------------------------------------------------------------------------------------------   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.0sinfo     libcurl  * Host conda.anaconda.org:443 was resolved.
info     libcurl  * IPv6: 2606:4700::6813:9025, 2606:4700::6813:9125
info     libcurl  * IPv4: 104.19.145.37, 104.19.144.37
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  *  CAfile: /etc/ssl/certs/ca-certificates.crt
info     libcurl  *  CApath: none
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > HEAD /nodefaults/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > HEAD /nodefaults/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0
[+] 0.4s
nodefaults/linux-64 (check zst) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━╸━━━━━   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.3s
nodefaults/noarch (check zst)   --------------------------------------------------------------------------------------------------------------   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.3sinfo     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Wed, 29 Jan 2025 22:27:11 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 125
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909ca5e90cb8ed4a-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: binstar.a=750104cfc270089b7571ba9a672d2e67c35fd29d; Expires=Thu, 29 Jan 2026 21:30:29 GMT; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: x_csrf_token=Ijk3OGU4ZjMzNWI0ZWVkMWY1ZDZjNWUzNmQ5YTBiMjMwM2MxNWY4MmMi.Z5qrPw.lG_B7OjeyLjsz2tePORhNlOuEZc; Path=/
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiOTc4ZThmMzM1YjRlZWQxZjVkNmM1ZTM2ZDlhMGIyMzAzYzE1ZjgyYyJ9.Z5qrPw.xc5bQNOxdwY28IgV3r4lSleCgeA; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=19zeITbU0tAEXosQBLcQtZxrkUnDUgwXcnyj0H5n0e0-1738189631-1.0.1.1-5CSHMenAWQYr_pxpCZ5lAFM9xcWEwWMbkZhl.5ZwWt981ssKPCKY7v6dp.UFoEi5b3x7z4eKWUrSYUcouFkA5GS1pm35rF3kizHl7CwdMDA; path=/; expires=Wed, 29-Jan-25 22:57:11 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #0 to host conda.anaconda.org left intact
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Wed, 29 Jan 2025 22:27:11 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 116
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909ca5e90a7fedcf-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: binstar.a=f5b44a3581d08d61ec02bbbd7171095ca067f567; Expires=Thu, 29 Jan 2026 22:11:24 GMT; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: x_csrf_token=ImZjYjg2NGU3NzZhODE3MzQ5ZDgyYmJjNjlhNTU3YTZlYjA4OGFkMDQi.Z5qrPw.XMaAMH1xnJH2JLAg7zApD7SG6rA; Path=/
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiZmNiODY0ZTc3NmE4MTczNDlkODJiYmM2OWE1NTdhNmViMDg4YWQwNCJ9.Z5qrPw.5LcYOxrJr3PhDLHsfthICUf9zZY; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=xDIkvfZweOJTiJAV541LmOD2gHbv4bvffAbsuSGGP2w-1738189631-1.0.1.1-q1C.ap4RZYyscALForxPJOXBHUBigGyty6CEl2kVegI_69j6F9ZzkpbVyWylAp6aUgb1uaEO0mBjEihBQhiOVo3fX7tuZ3SS_mIT_bdNId0; path=/; expires=Wed, 29-Jan-25 22:57:11 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #1 to host conda.anaconda.org left intact
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
[+] 0.0s
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Host conda.anaconda.org:443 was resolved.
info     libcurl  * IPv6: 2606:4700::6813:9125, 2606:4700::6813:9025
info     libcurl  * IPv4: 104.19.144.37, 104.19.145.37
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.144.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.144.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.144.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.144.37:443...
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  *  CAfile: /etc/ssl/certs/ca-certificates.crt
info     libcurl  *  CApath: none
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.144.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /conda-forge/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.144.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /nodefaults/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.144.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /conda-forge/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.144.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /nodefaults/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Wed, 29 Jan 2025 22:27:11 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 41597247
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909ca5eb9ae7ed4e-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 1092
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "f230f67f847da47c2e43868857681eab"
info     libcurl  < Expires: Wed, 29 Jan 2025 22:47:11 GMT
info     libcurl  < Last-Modified: Wed, 29 Jan 2025 22:07:57 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: 5Lt9zyGmYUlgWzjOoav1oLXSoFOvWuNDFWHa5/XXRJ8IauT1lPYvNwgXZL7NaWoJOcWpJKcoLxU=
info     libcurl  < x-amz-request-id: AVXWT9W0W6X2MYRY
info     libcurl  < x-amz-version-id: BTQ3PjiX2zVzlRUVhNtx2i8pzAFKpL6H
info     libcurl  < Set-Cookie: __cf_bm=oCppXKBdbtkx7z0UfJ07v7IVfGhIZRbe_eVX6EOzRk4-1738189631-1.0.1.1-UKjkzHA2A7PyLSxQrsvFj2YNu9v6Xclc8TOs3us3maoA5VgOqJlVRF7jUfGLLe5FjYgcX3EVn.u5SWvGEW1orKJCKJ8BBWtJqG6YVR1ftDs; path=/; expires=Wed, 29-Jan-25 22:57:11 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Wed, 29 Jan 2025 22:27:11 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 18854848
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909ca5eba9244c46-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 248
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "119938d926eadf32201e09024a608d92"
info     libcurl  < Expires: Wed, 29 Jan 2025 22:47:11 GMT
info     libcurl  < Last-Modified: Wed, 29 Jan 2025 22:21:06 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: evGpOxmScLxagVszD28fB45tx5wfVqXMmidvMsZP4XheGjuYNgj36gNkBv1DxLc3I86KrGUHeok=
info     libcurl  < x-amz-request-id: 7W2BMMHZVEEGC81W
info     libcurl  < x-amz-version-id: n0VCqF7tgEBLLkSB9pEVebyzg.zRDrzv
info     libcurl  < Set-Cookie: __cf_bm=HWa1qtYVCKG6JdhCx2INy2AvtNuUpGY8dvayEVfL4os-1738189631-1.0.1.1-gVrTOBl8QztNZbRv0Fs02iqBdIBC0p3AIcR0.c48sMQ8ABcFl9gXkA6414IHrVP_kzNQcdvGk7_GwoGOC78RR.oKl5RfgT75_JruzG917qE; path=/; expires=Wed, 29-Jan-25 22:57:11 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
debug    libmamba Preparing download...
debug    libmamba Preparing download...
debug    libmamba Preparing download...
[+] 0.3s
conda-forge/linux-64 ----------------------------------------------------------------------------------------------------------------------------------   3.2MB /  41.6MB @  12.7MB/s  0.2s
conda-forge/noarch   ----------------------------------------------------------------------------------------------------------------------------------   1.1MB /  18.9MB @   4.3MB/s  0.2s
nodefaults/linux-64  ----------------------------------------------------------------------------------------------------------------------------------   0.0 B /  ??.?MB @  ??.?MB/s  0.2s
nodefaults/noarch    ----------------------------------------------------------------------------------------------------------------------------------   0.0 B /  ??.?MB @  ??.?MB/s  0.2sinfo     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Wed, 29 Jan 2025 22:27:11 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 116
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909ca5eb9c9aed17-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: x_csrf_token=IjA3NzliZDhmNWY5ZmM1NzAyMjE3MmY5Mzk1Y2Q1MjQxYjc5MmViYmQi.Z5qrPw.O8AKQIsV1CwzJKnf32u0zy3KxcQ; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiMDc3OWJkOGY1ZjlmYzU3MDIyMTcyZjkzOTVjZDUyNDFiNzkyZWJiZCJ9.Z5qrPw.qhKjRzlbd_8zrET1mn9jKH1xkAc; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=8I6wWXESGI7v8VD5ngde6t1xeSf0lB9esXk_9AYPGg8-1738189631-1.0.1.1-5THgk4F1w0Ao9JRiu.ytVv9GZ8b2DlRvA41hhHpSLOX2UGSOMz0kqe0DU54Uh1_Pla9T5MZ56wHeIpaHk.ebT79LRqK5rxZlEIRnIGzxfjg; path=/; expires=Wed, 29-Jan-25 22:57:11 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #3 to host conda.anaconda.org left intact
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Wed, 29 Jan 2025 22:27:11 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 125
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909ca5ebaf660e53-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: binstar.a=44f3a83933363c425b49794955715ae436b9f7af; Expires=Thu, 29 Jan 2026 21:49:08 GMT; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: x_csrf_token=IjFiZTRlZDI1ZGRlMjE2Zjg5NmJhYTMzZmQ4YTE4OTQ3ZjhiZWY0MTki.Z5qrPw.z7n1ETGXKKm-k3vIIbWz5vO_Nuo; Path=/
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiMWJlNGVkMjVkZGUyMTZmODk2YmFhMzNmZDhhMTg5NDdmOGJlZjQxOSJ9.Z5qrPw.91tO7O1Dk2WE1dMlhBf2Uiwx3KY; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=bAYUagTNd5TXjiR9_RBsiIfKqLpmAHwnyy3gjWxE_PM-1738189631-1.0.1.1-j8wX5qX4YAJI4IksoeAQQp9LfWUivFhQBkYyMouVyxYKo1e2PGKSuBM3vyr_VsYS8bqbkEcs9uqeFYAWgI9aFPG2Fd.W2jmDV4ocIDkoYFw; path=/; expires=Wed, 29-Jan-25 22:57:11 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #2 to host conda.anaconda.org left intact
debug    libmamba Finalized transfer of 'https://conda.anaconda.org/nodefaults/noarch/repodata.json.zst'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
nodefaults/noarch                                   ??.?MB @  ??.?MB/s  0.3s
nodefaults/linux-64                                 ??.?MB @  ??.?MB/s  0.3s
[+] 5.1s
conda-forge/linux-64 ----------------------------------------------------------------------------------------------------------------------------------  14.6MB /  41.6MB @   2.9MB/s  5.0s
conda-forge/noarch   ----------------------------------------------------------------------------------------------------------------------------------  18.6MB /  18.9MB @   3.7MB/s  5.0sinfo     libcurl  * Connection #1 to host conda.anaconda.org left intact
debug    libmamba Finalized transfer of 'https://conda.anaconda.org/conda-forge/noarch/repodata.json.zst'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
conda-forge/noarch                                  18.9MB @   3.7MB/s  5.1s
[+] 9.5s
conda-forge/linux-64 ----------------------------------------------------------------------------------------------------------------------------------  41.0MB /  41.6MB @   4.3MB/s  9.4s[+] 9.9s
conda-forge/linux-64 ----------------------------------------------------------------------------------------------------------------------------------  41.3MB /  41.6MB @   4.3MB/s  9.8sdebug    libmamba Finalized transfer of 'https://conda.anaconda.org/conda-forge/linux-64/repodata.json.zst'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
conda-forge/linux-64                                41.6MB @   4.3MB/s  9.9s
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json" for repo https://conda.anaconda.org/conda-forge/linux-64 using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/88ec62ec.solv" for repo https://conda.anaconda.org/conda-forge/linux-64
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json" for repo https://conda.anaconda.org/conda-forge/noarch using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/eb045dd1.solv" for repo https://conda.anaconda.org/conda-forge/noarch
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json" for repo https://conda.anaconda.org/nodefaults/linux-64 using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.solv" for repo https://conda.anaconda.org/nodefaults/linux-64
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json" for repo https://conda.anaconda.org/nodefaults/noarch using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/758dc0ed.solv" for repo https://conda.anaconda.org/nodefaults/noarch
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
No entries matching "python" found
Try looking in a different channel with '--channel'.

mamba info / micromamba info

libmamba version : 2.0.5
     micromamba version : 2.0.5
           curl version : libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0
     libarchive version : libarchive 3.7.7 zlib/1.3.1 bz2lib/1.0.8 libzstd/1.5.6
       envs directories : /home/ubuntu/micromamba/envs
          package cache : /home/ubuntu/micromamba/pkgs
                          /home/ubuntu/.mamba/pkgs
            environment : base
           env location : /home/ubuntu/micromamba
      user config files : /home/ubuntu/.mambarc
 populated config files : /home/ubuntu/.condarc
       virtual packages : __unix=0=0
                          __linux=6.8.0=0
                          __glibc=2.39=0
                          __archspec=1=x86_64_v3
               channels : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://conda.anaconda.org/nodefaults/linux-64
                          https://conda.anaconda.org/nodefaults/noarch
       base environment : /home/ubuntu/micromamba
               platform : linux-64

Logs

environment.yml

~/.condarc

channels:
  - conda-forge
  - nodefaults
@marcofrancis marcofrancis changed the title Cannot find python package Cannot find the python package in conda-forge Jan 29, 2025
@jjerphan
Copy link
Member

jjerphan commented Jan 30, 2025

Can you provide the CLI command you are using?

Could you also try clearing the caches using:

micromamba clean --all

and rerunning the command?

@marcofrancis
Copy link
Author

Hi, sorry I'll format the command better now since it got lost in the original post. I'm giving the command micromamba search python -vv. I don't know if it helps but I'm running it from a Ubuntu minimal 24.04 from an Oracle vps.
After clearing the cache I get the following output:

ubuntu@bernardo:~$ micromamba clean -all
Collect information..
Cleaning index cache..
Cleaning lock files..
Cleaning tarballs..
Cleaning packages..
ubuntu@bernardo:~$ micromamba search python -vv
debug    libmamba Loading configuration
debug    libmamba 118 configurables computed
Getting repodata from channels...

debug    libmamba Checking if '/home/ubuntu/micromamba/pkgs' is writable
debug    libmamba '/home/ubuntu/micromamba/pkgs' writable
info     libmamba Searching index cache file for repo 'conda-forge/linux-64'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'conda-forge/noarch'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'nodefaults/linux-64'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'nodefaults/noarch'
info     libmamba No valid cache found
info     libmamba Using OpenSSL backend
[+] 0.0s
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Host conda.anaconda.org:443 was resolved.
info     libcurl  * IPv6: 2606:4700::6813:9125, 2606:4700::6813:9025
info     libcurl  * IPv4: 104.19.144.37, 104.19.145.37
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.144.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.144.37:443...
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  *  CAfile: /etc/ssl/certs/ca-certificates.crt
info     libcurl  *  CApath: none
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.144.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > HEAD /nodefaults/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.144.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > HEAD /nodefaults/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
debug    libmamba Preparing download...
[+] 0.3s
nodefaults/linux-64 (check zst) ━╸━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.1s
nodefaults/noarch (check zst)   ------------------------------------------   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.1sinfo     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 07:19:28 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 125
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909fb1a31e2bbafd-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: binstar.a=d71d58180aaf0be70b36fbdbe54d5662df5a6cbb; Expires=Fri, 30 Jan 2026 06:47:32 GMT; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: x_csrf_token=IjNmMDY1MzY3MGJmYTQ2Yjc2YjVmZmVmYTg2NzQ1YTNlNWNlZmNkNmQi.Z5soAA.d-a-gIE7jfsIhQ1BvuIkIqcEC-k; Path=/
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiM2YwNjUzNjcwYmZhNDZiNzZiNWZmZWZhODY3NDVhM2U1Y2VmY2Q2ZCJ9.Z5soAA.ImvdchOC2TNyBLqFNq-Wi_BQztQ; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=A3Y5Vy2VZURoWOJC6M_jkTvBI2GBF6eEkxbgfrfGXg8-1738221568-1.0.1.1-Q9TZHex45L4T9p6J59oCLkBwlVJ7cXrteL1vibfpcZwiZ3flJ2EkFIsc.V70G2iOtCs32ljagTIlJJQJLMsgnh2N.5_MP2s4jJ07H9SVb.s; path=/; expires=Thu, 30-Jan-25 07:49:28 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #0 to host conda.anaconda.org left intact
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 07:19:28 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 116
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909fb1a318e8badf-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: binstar.a=6d907f0a4b2328875b381d1456bf2e7755077b5f; Expires=Fri, 30 Jan 2026 06:36:13 GMT; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: x_csrf_token=IjI2ZGEwNWI5ZWMzZDI0YjBjYmRhNjZhOGI4YjZjYTdlZGViMTFhMmUi.Z5soAA.E4omSjYzVAJ5W89KNkaJmdWHYxc; Path=/
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiMjZkYTA1YjllYzNkMjRiMGNiZGE2NmE4YjhiNmNhN2VkZWIxMWEyZSJ9.Z5soAA.uNYKA8lypnopEkvJUE8luQmRIxA; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=KCtc26iBoC8KmMI7TaIQ_JGERFhd71EIRQAnuxlg1ys-1738221568-1.0.1.1-a3XmW77V9bnkhVx32yZZYRq.BWwZkhAsQI3sh7DsYleizCgz07Y3c_NSFTIheUQCnzpkL1TqVuy7jrkb0GRaAap.Cli38dDULd4IOz2825s; path=/; expires=Thu, 30-Jan-25 07:49:28 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #1 to host conda.anaconda.org left intact
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
[+] 0.0s
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Host conda.anaconda.org:443 was resolved.
info     libcurl  * IPv6: 2606:4700::6813:9125, 2606:4700::6813:9025
info     libcurl  * IPv4: 104.19.145.37, 104.19.144.37
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  *  CAfile: /etc/ssl/certs/ca-certificates.crt
info     libcurl  *  CApath: none
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /conda-forge/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /nodefaults/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /nodefaults/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /conda-forge/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 07:19:28 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 18864267
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909fb1a5ae4ded46-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 912
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "02177dabe3f67baefbf08a6dfce0f4e4"
info     libcurl  < Expires: Thu, 30 Jan 2025 07:39:28 GMT
info     libcurl  < Last-Modified: Thu, 30 Jan 2025 07:00:59 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: BWsq7wz3t7jOWY1+0AYZy0FUjUlPS6IM5kAcnGVog027RhzMxhVx8HJw3TtVaSstBjHewSWguuZjB/T4udcFVy5QlbKAaUeZgRVcxZzSAMw=
info     libcurl  < x-amz-request-id: MAWHVAW0QJB31Q8H
info     libcurl  < x-amz-version-id: oOxVOeFxmquSiRjXWQOwf5ZKm.LGxlvd
info     libcurl  < Set-Cookie: __cf_bm=YG05NpO9E7SCbgMP9QP5BRc0zXCEI2dfJYm8pAjkDSY-1738221568-1.0.1.1-9ybC9HUVzuLXK_7oeQJ14YEQ4UAnaTH10lFv.guZMjKXh8oyEo6io8EkS14sBxYl3PHT0tcb_fZ5EHiBzC6GvgkZXnZFU8vPycU6COaFFw0; path=/; expires=Thu, 30-Jan-25 07:49:28 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 07:19:28 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 41600946
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909fb1a5bb8cee8a-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 211
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "14d5f6e842725e9b3d3db16789053412"
info     libcurl  < Expires: Thu, 30 Jan 2025 07:39:28 GMT
info     libcurl  < Last-Modified: Thu, 30 Jan 2025 07:14:50 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: O1+xtaGTzTUL35voUqedsY/6MA7Tm8eqS3WKns6/qzfMBfvzWwAu1K0dcg9OQF5I/Sy1lxRIqBKUE/uoEfOfjg==
info     libcurl  < x-amz-request-id: P5RG11FEJK4F7T58
info     libcurl  < x-amz-version-id: be0ui7QhSpfVsgxiYxxJjI0RvER5_b1K
info     libcurl  < Set-Cookie: __cf_bm=7pEuFgtgcznrBnbRNhU1kNbdwCQ2Q19BhbOntgr4ULI-1738221568-1.0.1.1-ht0nrG02dMXxx6AlX5i300QiorlAS2cruIQkREiSy3Sw23uijhlpJUwu7Hir6MovgL9mYUp5RkUTk5XsdpXs__RdSKZ9IYcJjhHRC9TPhVo; path=/; expires=Thu, 30-Jan-25 07:49:28 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
debug    libmamba Preparing download...
debug    libmamba Preparing download...
debug    libmamba Preparing download...
[+] 0.3s
conda-forge/linux-64 -------------------------------------------------------------- 573.4kB /  41.6MB @   2.2MB/s  0.2s
conda-forge/noarch   --------------------------------------------------------------   3.7MB /  18.9MB @  14.4MB/s  0.3s
nodefaults/linux-64  --------------------------------------------------------------   0.0 B /  ??.?MB @  ??.?MB/s  0.3s
nodefaults/noarch    --------------------------------------------------------------   0.0 B /  ??.?MB @  ??.?MB/s  0.3sinfo     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 07:19:29 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 125
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909fb1a5ac7eba91-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: binstar.a=aaa415be176d080ef9cc6f11a7c0a8283de09f10; Expires=Fri, 30 Jan 2026 07:17:01 GMT; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: x_csrf_token=ImVhZjI4ZmEzZGZjZWQ2Nzc5YmY1YmFjYjEwZTJjZGNmMzVmYTA0MDEi.Z5soAQ.Fo-R2ncCcwMZwI5c-hRle00wz7A; Path=/
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiZWFmMjhmYTNkZmNlZDY3NzliZjViYWNiMTBlMmNkY2YzNWZhMDQwMSJ9.Z5soAQ.ZsjuWEP_jvnqhuMLWJYkphcMik8; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=P52tj0tg9tdLMEinkqEzKN3u6uImhyFyK8h4_JTlf98-1738221569-1.0.1.1-dIqId9yJAzYu0UvlMO4sF._mEA2T0739bXIL7IEUyx7.xYzFni8V9UO4YsNljdKVKMcGCBOpUrFciMf0SI11n_uvbRNJWyBaw0zZL75RwC0; path=/; expires=Thu, 30-Jan-25 07:49:29 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #2 to host conda.anaconda.org left intact
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 07:19:29 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 116
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 909fb1a5bcd24c3c-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: binstar.a=a241d25751179c850f3045da88065a84914480bb; Expires=Fri, 30 Jan 2026 06:50:58 GMT; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: x_csrf_token=ImIyY2E0YjhiM2VkOGI2YTJjYjFiNTgwYjg3MDFmNmFhNjBhNGM1Mjci.Z5soAQ.6opNegz7-apuYdppu7casLXfmCU; Path=/
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiYjJjYTRiOGIzZWQ4YjZhMmNiMWI1ODBiODcwMWY2YWE2MGE0YzUyNyJ9.Z5soAQ.dtnpkwpJQCzB0JTSCZffnSJSQR4; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=YM_cT02lna2v3tEgIjY4EgJvsDt6NmdK_EMr_KCElh0-1738221569-1.0.1.1-gjj.zMFUasVWgl6HdC4ctAgb81EiQY1Xu6Gkg.8TW0m5BXMWsouUweHHvgUrnx6MnxYRZ_Et9QJg47j_YIYv34NgqCHYq.8tXLLJfbd.BOU; path=/; expires=Thu, 30-Jan-25 07:49:29 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #3 to host conda.anaconda.org left intact
debug    libmamba Finalized transfer of 'https://conda.anaconda.org/nodefaults/linux-64/repodata.json.zst'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
nodefaults/linux-64                                 ??.?MB @  ??.?MB/s  0.3s
nodefaults/noarch                                   ??.?MB @  ??.?MB/s  0.3s
[+] 4.8s
conda-forge/linux-64 --------------------------------------------------------------  13.1MB /  41.6MB @   2.7MB/s  4.7s
[+] 5.2s
conda-forge/linux-64 --------------------------------------------------------------  13.3MB /  41.6MB @   2.7MB/s  5.1s
conda-forge/noarch   --------------------------------------------------------------  18.8MB /  18.9MB @   3.9MB/s  5.2sdebug    libmamba Finalized transfer of 'https://conda.anaconda.org/conda-forge/noarch/repodata.json.zst'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
conda-forge/noarch                                  18.9MB @   3.9MB/s  5.2s
[+] 9.5s
conda-forge/linux-64 --------------------------------------------------------------  40.9MB /  41.6MB @   4.3MB/s  9.4s[+] 10.2s
conda-forge/linux-64 --------------------------------------------------------------  41.3MB /  41.6MB @   4.3MB/s 10.1sdebug    libmamba Finalized transfer of 'https://conda.anaconda.org/conda-forge/linux-64/repodata.json.zst'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
conda-forge/linux-64                                41.6MB @   4.3MB/s 10.2s
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json" for repo https://conda.anaconda.org/conda-forge/linux-64 using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/88ec62ec.solv" for repo https://conda.anaconda.org/conda-forge/linux-64
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json" for repo https://conda.anaconda.org/conda-forge/noarch using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/eb045dd1.solv" for repo https://conda.anaconda.org/conda-forge/noarch
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json" for repo https://conda.anaconda.org/nodefaults/linux-64 using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.solv" for repo https://conda.anaconda.org/nodefaults/linux-64
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json" for repo https://conda.anaconda.org/nodefaults/noarch using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/758dc0ed.solv" for repo https://conda.anaconda.org/nodefaults/noarch
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
No entries matching "python" found
Try looking in a different channel with '--channel'.

@jjerphan jjerphan added status::cannot-reproduce The bug could not be reproduced type::bug Something isn't working labels Jan 30, 2025
@jjerphan
Copy link
Member

I cannot reproduce the problem.

Can you try another channel, for instance:

micromamba search -c bioconda bioconda-utils

?

@marcofrancis
Copy link
Author

Yeah I cannot reproduce it either on my local machine ._.'
Soo somehow it finds bioconda-utils. Of course if I do micromamba search -c conda-forge python instead it finds nothing.

ubuntu@bernardo:~$ micromamba search -c bioconda bioconda-utils -vv
debug    libmamba Loading configuration
debug    libmamba 118 configurables computed
Getting repodata from channels...

debug    libmamba Checking if '/home/ubuntu/micromamba/pkgs' is writable
debug    libmamba '/home/ubuntu/micromamba/pkgs' writable
info     libmamba Searching index cache file for repo 'bioconda/linux-64'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'bioconda/noarch'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'conda-forge/linux-64'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'conda-forge/noarch'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'nodefaults/linux-64'
info     libmamba No valid cache found
info     libmamba Searching index cache file for repo 'nodefaults/noarch'
info     libmamba No valid cache found
info     libmamba Using OpenSSL backend
[+] 0.0s
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Host conda.anaconda.org:443 was resolved.
info     libcurl  * IPv6: 2606:4700::6813:9025, 2606:4700::6813:9125
info     libcurl  * IPv4: 104.19.145.37, 104.19.144.37
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  *  CAfile: /etc/ssl/certs/ca-certificates.crt
info     libcurl  *  CApath: none
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > HEAD /bioconda/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > HEAD /nodefaults/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > HEAD /nodefaults/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > HEAD /bioconda/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:53 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 4991793
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054d9ef02bad0-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 6987
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "75f5f377617968f49e6c31191ee910eb"
info     libcurl  < Expires: Thu, 30 Jan 2025 09:30:53 GMT
info     libcurl  < Last-Modified: Thu, 30 Jan 2025 00:02:49 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: L+ZhMIIoD4vCgmdlEPyDhOl6JBaRnrAZ6O/tVtoQPnncu+dcsjXQC3xD2mTem0CqCC4CZt5lFpU=
info     libcurl  < x-amz-request-id: N44E1JZ5A2FVE26F
info     libcurl  < x-amz-version-id: uG0bEQ43y9fZDXn_yDBxOPsaDokbg2W8
info     libcurl  < Set-Cookie: __cf_bm=4yiDduMmi06Z2wy7eV1d2I0242pkIwMHorBFyOc2Xgo-1738228253-1.0.1.1-LM1zh4epjQlgZNjCqxyYHSQiwOy.5EtjKT9fox3I__qNkVAk8yMsIUmMuZ_mgNOpVw5vckPkYggb86Bp53.RDkd8bF_Qb7iSPuiSMg7kFP4; path=/; expires=Thu, 30-Jan-25 09:40:53 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #0 to host conda.anaconda.org left intact
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:53 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 4700878
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054d9fd120e3f-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 6987
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "31ead094593c1ddc907103e16a7cd739"
info     libcurl  < Expires: Thu, 30 Jan 2025 09:30:53 GMT
info     libcurl  < Last-Modified: Thu, 30 Jan 2025 00:42:48 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: s/a4jnsFBj1DOkg8iNo2cnFydbSVs+DVdi7eFvwejd+rS9Z/qOVuCQ4lTwNTLfs/X4DcIzDAQ5A=
info     libcurl  < x-amz-request-id: Z9TEB7VC7F262AXW
info     libcurl  < x-amz-version-id: FrJNQXElP03Bhqs2BU_7U1HN5xnM83Va
info     libcurl  < Set-Cookie: __cf_bm=AyKtGtFyEJ.MK7XD8vDlo..xh1sJD8Dfzx4UGPBRq40-1738228253-1.0.1.1-ZFyNXj0.0eqlt05vszccse3t5eR76j4vTxer7ZLhmoxHJK.us_T0X8uc3a6K0O86tKN2tFJlGwZKRFCKM7C7oAwO.RooJ0BIozYRQQdU1fo; path=/; expires=Thu, 30-Jan-25 09:40:53 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #1 to host conda.anaconda.org left intact
debug    libmamba Preparing download...
debug    libmamba Preparing download...
debug    libmamba Preparing download...
debug    libmamba Preparing download...
info     libmamba Checked: https://conda.anaconda.org/bioconda/linux-64/repodata.json.zst [200]
[+] 0.1s
nodefaults/linux-64 (check zst) ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.0s
nodefaults/noarch (check zst)   ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.0sinfo     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:53 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 116
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054d9fd715271-MXP
[+] 0.2s
nodefaults/linux-64 (check zst) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.1s
nodefaults/noarch (check zst)   ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.1sinfo     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: binstar.a=7b9d6f446545fd82879c07c646bc66ad3476756f; Expires=Fri, 30 Jan 2026 08:52:42 GMT; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: x_csrf_token=ImU5Yjk1NmMzMGQ1NTBkMGFiZTM1MmU0ZGZhYWEyOWI0OTFlYzc2YzIi.Z5tCHQ.Dw-PwxDKGg3xL8fGOS5aqbOa-mA; Path=/
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiZTliOTU2YzMwZDU1MGQwYWJlMzUyZTRkZmFhYTI5YjQ5MWVjNzZjMiJ9.Z5tCHQ.E56rOUbpTAPFh7xUTRStVSzV4dE; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=3pOPKQ_mnPSjNq5HATVxCepBPJgLDz1Gy2rHqttZz0Y-1738228253-1.0.1.1-AWYqizjeAhhw4kcMlneP0YRIp1dY7oKSCuKJVvci_FoRiCgMwIi_yXuE93nVnmywMwl0je_n7XA0.DniqNy07NHew5paZwBvibAXhH15X_w; path=/; expires=Thu, 30-Jan-25 09:40:53 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
[+] 0.3s
nodefaults/linux-64 (check zst) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s Checking  0.2s
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:54 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 125
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054d9faa1ee7a-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: x_csrf_token=IjA4ZTM2ZWI0MzAyNmE1MjAzYmQwY2Y4NDczNTc4MTc4MDJhYjkwZjUi.Z5tCHg.UtJv_MZKofqrxayA1y20hGGaWc8; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiMDhlMzZlYjQzMDI2YTUyMDNiZDBjZjg0NzM1NzgxNzgwMmFiOTBmNSJ9.Z5tCHg.WCkFAsVfGyE44oPrkX8YJEH1HEg; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=svwCk6aPvBdm9X14evJoa1iOCEFuQ5Nqg5C8az.hxHI-1738228254-1.0.1.1-9mDhs0XVT1.W4Ht1N2beF6FtSagKAd0fOA3IA1cpuBmnfXPxZEKFMlL1wjdx11478pHtxmkWj1AsyPkn8zAh_wokxCHxd05uRATdSN9WbuI; path=/; expires=Thu, 30-Jan-25 09:40:54 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #2 to host conda.anaconda.org left intact
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
[+] 0.0s
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Host conda.anaconda.org:443 was resolved.
info     libcurl  * IPv6: 2606:4700::6813:9125, 2606:4700::6813:9025
info     libcurl  * IPv4: 104.19.145.37, 104.19.144.37
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  * Hostname 'conda.anaconda.org' was found in DNS cache
info     libcurl  *   Trying [2606:4700::6813:9125]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9125: Network is unreachable
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  *   Trying [2606:4700::6813:9025]:443...
info     libcurl  * Immediate connect fail for 2606:4700::6813:9025: Network is unreachable
info     libcurl  *   Trying 104.19.145.37:443...
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  *  CAfile: /etc/ssl/certs/ca-certificates.crt
info     libcurl  *  CApath: none
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * ALPN: curl offers http/1.1
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /bioconda/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /conda-forge/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /nodefaults/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /bioconda/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Server hello (2):
info     libcurl  * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Certificate (11):
info     libcurl  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Finished (20):
info     libcurl  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
info     libcurl  * TLSv1.3 (OUT), TLS handshake, Finished (20):
info     libcurl  * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
info     libcurl  * ALPN: server accepted http/1.1
info     libcurl  * Server certificate:
info     libcurl  *  subject: CN=anaconda.org
info     libcurl  *  start date: Dec 24 22:34:14 2024 GMT
info     libcurl  *  expire date: Mar 24 22:34:13 2025 GMT
info     libcurl  *  subjectAltName: host "conda.anaconda.org" matched cert's "*.anaconda.org"
info     libcurl  *  issuer: C=US; O=Let's Encrypt; CN=E6
info     libcurl  *  SSL certificate verify ok.
info     libcurl  *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
info     libcurl  *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
info     libcurl  * Connected to conda.anaconda.org (104.19.145.37) port 443
info     libcurl  * using HTTP/1.x
info     libcurl  > GET /conda-forge/linux-64/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:54 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 18866028
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054dc8e02ed46-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 649
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "24c3d41c05327169b609a5f2ec175d00"
info     libcurl  < Expires: Thu, 30 Jan 2025 09:30:54 GMT
info     libcurl  < Last-Modified: Thu, 30 Jan 2025 08:59:17 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: ZcGIUM8khV/H7aKrKei7C4ExQfkd63OAqDYFyAts+pirs2oDSEf2EKX/YShoIApxdxsaBOdH05k=
info     libcurl  < x-amz-request-id: SN40ZS7V4SFXV67X
info     libcurl  < x-amz-version-id: EAB7Hgok8wmGntl9wfKHFya.4BGUKB.P
info     libcurl  < Set-Cookie: __cf_bm=fOYWMmvzPDF6maOXBapAC4GH2lL.s9BLlgMNUVTOeFk-1738228254-1.0.1.1-tfxlEqMNY6fU9mb4cmZBiMGnARgk7LAA3UZf0ui5P.yL4gQ0ZsZ_J3sWN_.6rpF0mdDP_4N1EH1qyZ120M3jf_AydtWmEA1fr.n4iO0JZuI; path=/; expires=Thu, 30-Jan-25 09:40:54 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:54 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 4700878
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054dc7e4aed5b-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 6988
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "31ead094593c1ddc907103e16a7cd739"
info     libcurl  < Expires: Thu, 30 Jan 2025 09:30:54 GMT
info     libcurl  < Last-Modified: Thu, 30 Jan 2025 00:42:48 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: s/a4jnsFBj1DOkg8iNo2cnFydbSVs+DVdi7eFvwejd+rS9Z/qOVuCQ4lTwNTLfs/X4DcIzDAQ5A=
info     libcurl  < x-amz-request-id: Z9TEB7VC7F262AXW
info     libcurl  < x-amz-version-id: FrJNQXElP03Bhqs2BU_7U1HN5xnM83Va
info     libcurl  < Set-Cookie: __cf_bm=YGyzf.Ykkn0SIGnXQI4TUyoT7zjmpF0zjIjlnEtIa_Y-1738228254-1.0.1.1-sBHi8Jj8cdjHBNY0uTaH8GWYG.AT4MGdnrOflZofxZMtvwYUyhwhxrLhzXKUkrq5TiH4pcttr22daaA9V1wF2y3jN_FuS1ckZ0Ss1e1FxQU; path=/; expires=Thu, 30-Jan-25 09:40:54 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:54 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 41609807
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054dc8c18bb23-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 651
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "855522d55648799c48fa4d25f330f3b2"
info     libcurl  < Expires: Thu, 30 Jan 2025 09:30:54 GMT
info     libcurl  < Last-Modified: Thu, 30 Jan 2025 08:58:50 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: pCpR2FqbduTsCfKL5N3msNPUXgAYEiY1QSBSC1tqBsY0RR+aUjT9UhJWcAgfUirhgjhnbmlt37c=
info     libcurl  < x-amz-request-id: SN46Z8H4QCAARMVE
info     libcurl  < x-amz-version-id: Ty3oX14Uh3zVddlsNdT1OyLGp8LJivvb
info     libcurl  < Set-Cookie: __cf_bm=7hJxMGc9AGM92v3BNam4l8QGpos.IP5ABfZfrF9tgX0-1738228254-1.0.1.1-r1DDuFRk0fvTj0WB6TZ_FioMpprZI9iytquHBLvgLxXQBZ7hoJEv.hC7edscEzI1OX0gYjiGvmtZMLImVmxFenZz_oX_8TOiX902GvolYII; path=/; expires=Thu, 30-Jan-25 09:40:54 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
debug    libmamba Preparing download...
debug    libmamba Preparing download...
debug    libmamba Preparing download...
[+] 0.1s
bioconda/linux-64    --------------------------------------------------------------   0.0 B /  ??.?MB @  ??.?MB/s  0.0s
bioconda/noarch      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s  0.0s
conda-forge/linux-64 --------------------------------------------------------------   0.0 B /  ??.?MB @  ??.?MB/s  0.0s
conda-forge/noarch   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  14.1kB /  18.9MB @ 169.6kB/s  0.0s
nodefaults/linux-64  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━╸━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s  0.0sinfo     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:54 GMT
info     libcurl  < Content-Type: binary/octet-stream
info     libcurl  < Content-Length: 4991793
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054dc8dc0bac7-MXP
info     libcurl  < CF-Cache-Status: HIT
info     libcurl  < Accept-Ranges: bytes
info     libcurl  < Age: 6988
info     libcurl  < Cache-Control: public, max-age=1200
info     libcurl  < ETag: "75f5f377617968f49e6c31191ee910eb"
info     libcurl  < Expires: Thu, 30 Jan 2025 09:30:54 GMT
info     libcurl  < Last-Modified: Thu, 30 Jan 2025 00:02:49 GMT
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Accept-Encoding
info     libcurl  < x-amz-id-2: L+ZhMIIoD4vCgmdlEPyDhOl6JBaRnrAZ6O/tVtoQPnncu+dcsjXQC3xD2mTem0CqCC4CZt5lFpU=
info     libcurl  < x-amz-request-id: N44E1JZ5A2FVE26F
info     libcurl  < x-amz-version-id: uG0bEQ43y9fZDXn_yDBxOPsaDokbg2W8
info     libcurl  < Set-Cookie: __cf_bm=jq.kOuBIs_YAHfb8oJ10jiFgX0ao4RPa7HO_qPMpV4A-1738228254-1.0.1.1-ZuMrZfOSwUw5V.JIiN4hjD8QUz_Lmfre.Iws2eJxVYz8ku0zkurE6smqjnztuQuAdFXYiyHUKiyXhfjpzx0z.AsZW_ROqZyDL4VYDT03g_s; path=/; expires=Thu, 30-Jan-25 09:40:54 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
info     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:54 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 125
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054dc894aee8e-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: x_csrf_token=ImM0ZDhkZTA0ODAzNmQ1MDU4YTM3MTc1ODc3NmM5N2NkOGM0NTkyZDEi.Z5tCHg.YgbPUpLVDDUmP-q0wRUFvsWUmpM; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiYzRkOGRlMDQ4MDM2ZDUwNThhMzcxNzU4Nzc2Yzk3Y2Q4YzQ1OTJkMSJ9.Z5tCHg.B-HXEAgHaL5_tz7BQcPCaArFsC4; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=XwVmNas5ZBX2a4DrCR6k7D0M0AHUr9GFa72.8XRad8g-1738228254-1.0.1.1-VSOzOTX6RIGVWDvovINzi7NFssVRvnv_A2kTLDi2LadC2rPwMkAQkGe1a5BW.zLPJC4wbsIsgfuvIvHl3Aeh59Q0JghmhBSFXGIS1ZSoAmA; path=/; expires=Thu, 30-Jan-25 09:40:54 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
info     libcurl  * Connection #4 to host conda.anaconda.org left intact
info     libcurl  * Couldn't find host conda.anaconda.org in the .netrc file; using defaults
info     libcurl  * Re-using existing connection with host conda.anaconda.org
info     libcurl  > GET /nodefaults/noarch/repodata.json.zst HTTP/1.1
Host: conda.anaconda.org
Accept: */*
User-Agent: mamba/2.0.5 libcurl/8.11.1 OpenSSL/3.4.0 zlib/1.3.1 zstd/1.5.6 libssh2/1.11.1 nghttp2/1.64.0

info     libcurl  * Request completely sent off
nodefaults/linux-64                                125.0 B @ 657.0 B/s  0.1s
[+] 0.3s
bioconda/linux-64    -------------------------------------------------------------- 409.6kB /   5.0MB @   1.4MB/s  0.2s
bioconda/noarch      ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 867.3kB /   4.7MB @   2.9MB/s  0.2s
conda-forge/linux-64 --------------------------------------------------------------   2.1MB /  41.6MB @   8.3MB/s  0.2s
conda-forge/noarch   ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 982.0kB /  18.9MB @   3.4MB/s  0.2s
nodefaults/noarch    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━╸━━━━━━━━━   0.0 B /  ??.?MB @  ??.?MB/s  0.1sinfo     libcurl  < HTTP/1.1 200 OK
info     libcurl  < Date: Thu, 30 Jan 2025 09:10:54 GMT
info     libcurl  < Content-Type: application/octet-stream
info     libcurl  < Content-Length: 116
info     libcurl  < Connection: keep-alive
info     libcurl  < CF-Ray: 90a054dd9b3aee8e-MXP
info     libcurl  < CF-Cache-Status: DYNAMIC
info     libcurl  < Cache-Control: max-age=60, public
info     libcurl  < Content-Disposition: attachment; filename=repodata.json.zst
info     libcurl  < Last-Modified: Wed, 24 Aug 2016 16:31:12 GMT
info     libcurl  < Set-Cookie: binstar.a=7b9d6f446545fd82879c07c646bc66ad3476756f; Expires=Fri, 30 Jan 2026 08:52:42 GMT; Path=/
info     libcurl  < Strict-Transport-Security: max-age=15552000
info     libcurl  < Vary: Cookie
info     libcurl  < content-security-policy: frame-ancestors 'self';
info     libcurl  < referrer-policy: no-referrer
info     libcurl  < x-content-type-options: nosniff
info     libcurl  < x-download-options: noopen
info     libcurl  < Set-Cookie: x_csrf_token=ImRiMWNjMTdiOWJjZmJiNGYzZTRiNWY4NDU5OGM0NWZiM2E5MmZhOGYi.Z5tCHg.jSLEJMP-y0qXXRCtiTRmkqtG8oU; Path=/
info     libcurl  < Set-Cookie: session=eyJjc3JmX3Rva2VuIjoiZGIxY2MxN2I5YmNmYmI0ZjNlNGI1Zjg0NTk4YzQ1ZmIzYTkyZmE4ZiJ9.Z5tCHg.3GcL1SA5kofKQHUwFzOZ9gfmMp8; Domain=anaconda.org; Secure; HttpOnly; Path=/
info     libcurl  < Set-Cookie: __cf_bm=240bk.zki02OcTZDrupLXdz0EnZxulgC50oFjLsDxOY-1738228254-1.0.1.1-VSA965KGCMv7K0a3fYt6uOEqapaRUBXsI94AdkxZ5q1.Z40n9rEFf0lSiV2SdYA6n1pR2poIt9QXLKb28D7N9SssjJBFSE_ODDRqOQve0Lw; path=/; expires=Thu, 30-Jan-25 09:40:54 GMT; domain=.anaconda.org; HttpOnly; Secure; SameSite=None
info     libcurl  < Server: cloudflare
info     libcurl  <
nodefaults/noarch                                   ??.?MB @  ??.?MB/s  0.2s
[+] 1.7s
bioconda/linux-64    --------------------------------------------------------------   4.9MB /   5.0MB @   2.9MB/s  1.6s
bioconda/noarch      ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 900.1kB /   4.7MB @ 536.0kB/s  1.6s
conda-forge/linux-64 --------------------------------------------------------------   4.7MB /  41.6MB @   2.8MB/s  1.6s
conda-forge/noarch   ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━   2.4MB /  18.9MB @   1.4MB/s  1.6sinfo     libcurl  * Connection #0 to host conda.anaconda.org left intact
bioconda/linux-64                                    5.0MB @   2.9MB/s  1.7s
[+] 2.9s
bioconda/noarch      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━   4.5MB /   4.7MB @   1.6MB/s  2.8s
conda-forge/linux-64 --------------------------------------------------------------   6.5MB /  41.6MB @   2.2MB/s  2.8s
conda-forge/noarch   ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━   4.1MB /  18.9MB @   1.4MB/s  2.8sinfo     libcurl  * Connection #1 to host conda.anaconda.org left intact
debug    libmamba Finalized transfer of 'https://conda.anaconda.org/bioconda/noarch/repodata.json.zst'
bioconda/noarch                                      4.7MB @   1.6MB/s  2.9s
[+] 7.9s
conda-forge/linux-64 --------------------------------------------------------------  21.8MB /  41.6MB @   2.8MB/s  7.8s
conda-forge/noarch   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━  18.7MB /  18.9MB @   2.4MB/s  7.8sinfo     libcurl  * Connection #3 to host conda.anaconda.org left intact
debug    libmamba Finalized transfer of 'https://conda.anaconda.org/conda-forge/noarch/repodata.json.zst'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
conda-forge/noarch                                  18.9MB @   2.4MB/s  7.8s
[+] 11.2s
conda-forge/linux-64 --------------------------------------------------------------  41.6MB /  41.6MB @   3.7MB/s 11.1sinfo     libcurl  * Connection pool is full, closing the oldest one
[+] 11.6s
conda-forge/linux-64 --------------------------------------------------------------  41.6MB /  41.6MB @   3.7MB/s 11.5sdebug    libmamba Finalized transfer of 'https://conda.anaconda.org/conda-forge/linux-64/repodata.json.zst'
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
conda-forge/linux-64                                41.6MB @   3.7MB/s 11.6s
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/004b720f.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/004b720f.json" for repo https://conda.anaconda.org/bioconda/linux-64 using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/004b720f.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/004b720f.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/004b720f.solv" for repo https://conda.anaconda.org/bioconda/linux-64
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/2cba1db7.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/2cba1db7.json" for repo https://conda.anaconda.org/bioconda/noarch using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/2cba1db7.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/2cba1db7.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/2cba1db7.solv" for repo https://conda.anaconda.org/bioconda/noarch
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json" for repo https://conda.anaconda.org/conda-forge/linux-64 using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/88ec62ec.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/88ec62ec.solv" for repo https://conda.anaconda.org/conda-forge/linux-64
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json" for repo https://conda.anaconda.org/conda-forge/noarch using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/eb045dd1.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/eb045dd1.solv" for repo https://conda.anaconda.org/conda-forge/noarch
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json" for repo https://conda.anaconda.org/nodefaults/linux-64 using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/c7b05ae9.solv" for repo https://conda.anaconda.org/nodefaults/linux-64
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
info     libmamba Trying to load repo from json file "/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json"
info     libmamba Reading repodata.json file "/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json" for repo https://conda.anaconda.org/nodefaults/noarch using mamba
debug    libmamba Locking file '/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json'
debug    libmamba Successfully locked
debug    libmamba No signatures available or requested. Downloading without verifying artifacts.
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache/758dc0ed.json'
info     libmamba Writing libsolv solv file "/home/ubuntu/micromamba/pkgs/cache/758dc0ed.solv" for repo https://conda.anaconda.org/nodefaults/noarch
debug    libmamba Locking directory '/home/ubuntu/micromamba/pkgs/cache'
debug    libmamba Successfully locked
debug    libmamba Unlocking '/home/ubuntu/micromamba/pkgs/cache'
 Name           Version Build                     Channel  Subdir
────────────────────────────────────────────────────────────────────
 bioconda-utils 3.7.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 3.7.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 3.6.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 3.6.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 3.5.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 3.4.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 3.4.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 3.3.2   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 3.3.1   pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 3.3.0   pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 3.2.0   pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 3.0.0   pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.9.0   pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.8.0   pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.4.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 2.3.4   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 2.3.3   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 2.3.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 2.2.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 2.2.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 2.15.1  pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.15.0  pyh7cba7a3_0 (+ 1 builds) bioconda bioconda
 bioconda-utils 2.14.0  pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.13.2  pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.13.0  pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.12.0  pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.11.1  pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.11.0  pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.10.0  pyh7cba7a3_0              bioconda bioconda
 bioconda-utils 2.1.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 2.0.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.7.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.7.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.6.2   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.6.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.5.7   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.5.6   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.5.5   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.5.4   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.5.3   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.5.2   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.5.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.5.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.3.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.3.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.2.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.1.5   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.1.3   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.1.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.1.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.0.1   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 1.0.0   pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.20.0  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.19.4  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.19.3  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.19.2  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.19.1  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.19.0  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.18.6  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.18.5  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.18.4  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.18.1  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.17.9  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.17.8  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.17.6  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.17.5  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.17.4  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.17.3  pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.17.2  py_0                      bioconda bioconda
 bioconda-utils 0.17.10 pyhdfd78af_0              bioconda bioconda
 bioconda-utils 0.17.1  py_0                      bioconda bioconda
 bioconda-utils 0.17.0  py_0                      bioconda bioconda
 bioconda-utils 0.16.8  py_2         (+ 1 builds) bioconda bioconda
 bioconda-utils 0.16.7  py_0         (+ 1 builds) bioconda bioconda
 bioconda-utils 0.16.6  py_0                      bioconda bioconda
 bioconda-utils 0.16.5  py_0                      bioconda bioconda
 bioconda-utils 0.16.3  py_0                      bioconda bioconda
 bioconda-utils 0.16.23 py_0                      bioconda bioconda
 bioconda-utils 0.16.22 py_0         (+ 1 builds) bioconda bioconda
 bioconda-utils 0.16.21 py_0                      bioconda bioconda
 bioconda-utils 0.16.20 py_0                      bioconda bioconda
 bioconda-utils 0.16.2  py_0                      bioconda bioconda
 bioconda-utils 0.16.19 py_0                      bioconda bioconda
 bioconda-utils 0.16.18 py_0                      bioconda bioconda
 bioconda-utils 0.16.17 py_0                      bioconda bioconda
 bioconda-utils 0.16.16 py_0                      bioconda bioconda
 bioconda-utils 0.16.15 py_0                      bioconda bioconda
 bioconda-utils 0.16.14 py_0                      bioconda bioconda
 bioconda-utils 0.16.13 py_0                      bioconda bioconda
 bioconda-utils 0.16.12 py_0                      bioconda bioconda
 bioconda-utils 0.16.11 py_0                      bioconda bioconda
 bioconda-utils 0.16.10 py_0         (+ 1 builds) bioconda bioconda
 bioconda-utils 0.15.8  py_0                      bioconda bioconda
 bioconda-utils 0.15.7  py_0                      bioconda bioconda
 bioconda-utils 0.15.3  py_0                      bioconda bioconda
 bioconda-utils 0.15.2  py_0                      bioconda bioconda
 bioconda-utils 0.15.13 py_0                      bioconda bioconda
 bioconda-utils 0.15.12 py_0                      bioconda bioconda
 bioconda-utils 0.15.11 py_0                      bioconda bioconda
 bioconda-utils 0.15.10 py_0         (+ 1 builds) bioconda bioconda
 bioconda-utils 0.15.1  py_0                      bioconda bioconda
 bioconda-utils 0.14.9  py_0                      bioconda bioconda
 bioconda-utils 0.14.3  py_0                      bioconda bioconda
 bioconda-utils 0.14.2  py_0                      bioconda bioconda
 bioconda-utils 0.12.3  np114py35_0  (+ 3 builds) bioconda bioconda
 bioconda-utils 0.12.0  np114py35_0  (+ 1 builds) bioconda bioconda
 bioconda-utils 0.11.4  np114py35_0  (+ 3 builds) bioconda bioconda
 bioconda-utils 0.11.3  np114py35_0               bioconda bioconda
 bioconda-utils 0.11.2  np114py35_0               bioconda bioconda
 bioconda-utils 0.11.1  np112py35_0               bioconda bioconda

@jjerphan
Copy link
Member

Do you have aliases for conda-forge? Can you try without zst (i.e. repodata_use_zst: false in the configuration)?

@marcofrancis
Copy link
Author

To be honest I don't know how to set an alias for conda-forge. I disabled zst by calling: micromamba config set repodata_use_zst false Now if I call micromamba config list I get:

channels:
  - conda-forge
  - nodefaults
repodata_use_zst: false

Still, if I do micromamba search -c conda-forge python I get:

Getting repodata from channels...

nodefaults/linux-64                                 ??.?MB @  ??.?MB/s  0.1s
nodefaults/noarch                                  130.0 B @ 533.0 B/s  0.2s
conda-forge/noarch                                  21.8MB @   3.0MB/s  7.6s
conda-forge/linux-64                                48.8MB @   4.3MB/s 11.3s
No entries matching "python" found

@jjerphan
Copy link
Member

Might this issue and #3690 have the same root cause?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status::cannot-reproduce The bug could not be reproduced type::bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants