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

[CI][C++][AppVeyor] mamba update failed #44234

Closed
kou opened this issue Sep 26, 2024 · 1 comment
Closed

[CI][C++][AppVeyor] mamba update failed #44234

kou opened this issue Sep 26, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Sep 26, 2024

Describe the bug, including details regarding any error messages, version, and platform.

https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/50678631#L299

C:\projects\arrow>mamba update -q -y -c conda-forge --all   || exit /B 
info     libmamba ****************** Backtrace Start ******************
debug    libmamba Loading configuration
trace    libmamba Compute configurable 'create_base'
trace    libmamba Compute configurable 'no_env'
trace    libmamba Compute configurable 'no_rc'
trace    libmamba Compute configurable 'rc_files'
trace    libmamba Compute configurable 'root_prefix'
trace    libmamba Get RC files configuration from locations up to HomeDir
trace    libmamba Configuration not found at 'C:\Users\appveyor\.mambarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.mamba\mambarc.d'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.mamba\mambarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.mamba\.mambarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\mambarc.d'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\mambarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\.mambarc'
trace    libmamba Configuration found at 'C:\Users\appveyor\.condarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.conda\condarc.d'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.conda\condarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.conda\.condarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\condarc.d'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\condarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\.condarc'
trace    libmamba Configuration not found at 'C:\Miniconda38-x64\Library\.mambarc'
trace    libmamba Configuration not found at 'C:\Miniconda38-x64\Library\condarc.d'
trace    libmamba Configuration not found at 'C:\Miniconda38-x64\Library\condarc'
trace    libmamba Configuration not found at 'C:\Miniconda38-x64\Library\.condarc'
trace    libmamba Configuration not found at 'C:\ProgramData\conda\.mambarc'
trace    libmamba Configuration not found at 'C:\ProgramData\conda\condarc.d'
trace    libmamba Configuration not found at 'C:\ProgramData\conda\condarc'
trace    libmamba Configuration not found at 'C:\ProgramData\conda\.condarc'
trace    libmamba Update configurable 'no_env'
trace    libmamba Compute configurable 'envs_dirs'
trace    libmamba Compute configurable 'file_specs'
trace    libmamba Compute configurable 'spec_file_env_name'
trace    libmamba Compute configurable 'env_name'
trace    libmamba Compute configurable 'use_default_prefix_fallback'
trace    libmamba Compute configurable 'use_root_prefix_fallback'
trace    libmamba Compute configurable 'use_target_prefix_fallback'
trace    libmamba Compute configurable 'target_prefix'
trace    libmamba Get RC files configuration from locations up to TargetPrefix
trace    libmamba Configuration not found at 'C:\Users\appveyor\.mambarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.mamba\mambarc.d'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.mamba\mambarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.mamba\.mambarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\mambarc.d'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\mambarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\.mambarc'
trace    libmamba Configuration found at 'C:\Users\appveyor\.condarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.conda\condarc.d'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.conda\condarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\.conda\.condarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\condarc.d'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\condarc'
trace    libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\.condarc'
trace    libmamba Configuration not found at 'C:\Miniconda38-x64\Library\.mambarc'
trace    libmamba Configuration not found at 'C:\Miniconda38-x64\Library\condarc.d'
trace    libmamba Configuration not found at 'C:\Miniconda38-x64\Library\condarc'
trace    libmamba Configuration not found at 'C:\Miniconda38-x64\Library\.condarc'
trace    libmamba Configuration not found at 'C:\ProgramData\conda\.mambarc'
trace    libmamba Configuration not found at 'C:\ProgramData\conda\condarc.d'
trace    libmamba Configuration not found at 'C:\ProgramData\conda\condarc'
trace    libmamba Configuration not found at 'C:\ProgramData\conda\.condarc'
trace    libmamba Update configurable 'no_env'
trace    libmamba Compute configurable 'relocate_prefix'
trace    libmamba Compute configurable 'target_prefix_checks'
error    libmamba Expected environment not found at prefix: C:\Miniconda38-x64\Library
critical libmamba Aborting.
info     libmamba ****************** Backtrace End ********************

Mamba 2.0.0 may be related.

Component(s)

C++, Continuous Integration

@kou kou added the Type: bug label Sep 26, 2024
kou added a commit to kou/arrow that referenced this issue Sep 26, 2024
kou added a commit to kou/arrow that referenced this issue Sep 26, 2024
kou added a commit that referenced this issue Sep 27, 2024
### Rationale for this change

`mamba update` with Mamba 2.0.0 failed.

### What changes are included in this PR?

Use conda instead of Mamba. "conda-libmamba-solver" isn't used too. "classic" solver is used.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #44234

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 18.0.0 milestone Sep 27, 2024
@kou
Copy link
Member Author

kou commented Sep 27, 2024

Issue resolved by pull request 44235
#44235

@kou kou closed this as completed Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant