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

Windows CI can crashes with a negative exit code (e.g. -1073741819) #334

Open
conda-bot opened this issue Oct 25, 2023 · 3 comments
Open
Labels
type::bug describes erroneous operation, use severity::* to classify the type type::testing issues about tests or the test infrastructure

Comments

@conda-bot
Copy link
Contributor

The Tests workflow failed on 2023-10-25 07:19 UTC

Full run: https://github.com/conda/conda-libmamba-solver/actions/runs/6636549482

(This post will be updated if another test fails, as long as this issue remains open.)

@conda-bot conda-bot added type::bug describes erroneous operation, use severity::* to classify the type type::testing issues about tests or the test infrastructure labels Oct 25, 2023
@jaimergp
Copy link
Contributor

jaimergp commented Oct 25, 2023

The Linux error is a connection error, but the Windows one is a segfault which I've seen during testing in other PRs too, so let's leave an open ticket with details so this is investigated properly. It's not very consistent either (i.e. the failing test is different every time) but it's happening a bit more often lately, so let's keep an eye.


From an answer in this question:

The exit code -1073741819 in hex is 0xC0000005. If you look up this code in Microsoft's documentation (NTSTATUS Values) you will see that it indicates that your program was terminated due to an access violation. This error can occur for a variety of reasons, including de-referencing a NULL pointer or referencing an invalid address.

@jaimergp jaimergp changed the title Scheduled tests failed Windows CI can crashes with a negative exit code (e.g. -1073741819) Oct 25, 2023
@jaimergp
Copy link
Contributor

Observed in Python 3.8 x Windows x conda-forge on 2023-10-25:

..\conda-libmamba-solver\tests\test_modified_upstream.py::test_update_all_1 PASSED [ 20%]
Windows fatal exception: access violation

Thread 0x00001014 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\lib\threading.py", line 306 in wait
  File "C:\conda_bin\envs\conda-test-env\lib\threading.py", line 558 in wait
  File "C:\conda_bin\envs\conda-test-env\lib\threading.py", line 1252 in run
  File "C:\conda_bin\envs\conda-test-env\lib\threading.py", line 932 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\lib\threading.py", line 890 in _bootstrap

Thread 0x00001504 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\lib\socket.py", line 292 in accept
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pytest_rerunfailures.py", line 500 in run_server
  File "C:\conda_bin\envs\conda-test-env\lib\threading.py", line 870 in run
  File "C:\conda_bin\envs\conda-test-env\lib\threading.py", line 932 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\lib\threading.py", line 890 in _bootstrap

Current thread 0x00000bd4 (most recent call first):
  File "D:\a\conda-libmamba-solver\conda-libmamba-solver\conda-libmamba-solver\conda_libmamba_solver\solver.py", line 399 in _solve_attempt
  File "D:\a\conda-libmamba-solver\conda-libmamba-solver\conda-libmamba-solver\conda_libmamba_solver\solver.py", line 272 in _solving_loop
  File "D:\a\conda-libmamba-solver\conda-libmamba-solver\conda-libmamba-solver\conda_libmamba_solver\solver.py", line 220 in solve_final_state
  File "D:\a\conda-libmamba-solver\conda-libmamba-solver\conda\conda\core\solve.py", line 200 in solve_for_diff
  File "D:\a\conda-libmamba-solver\conda-libmamba-solver\conda-libmamba-solver\tests\test_modified_upstream.py", line 796 in test_conda_downgrade
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\python.py", line 194 in pytest_pyfunc_call
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\python.py", line 1792 in runtest
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\runner.py", line 169 in pytest_runtest_call
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\runner.py", line 262 in <lambda>
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\runner.py", line 341 in from_call
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\runner.py", line 261 in call_runtest_hook
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\runner.py", line 222 in call_and_report
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\runner.py", line 133 in runtestprotocol
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\runner.py", line 114 in pytest_runtest_protocol
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\main.py", line 350 in pytest_runtestloop
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\main.py", line 325 in _main
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\main.py", line 271 in wrap_session
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\main.py", line 318 in pytest_cmdline_main
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\config\__init__.py", line 169 in main
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\_pytest\config\__init__.py", line 192 in console_main
  File "C:\conda_bin\envs\conda-test-env\lib\site-packages\pytest\__main__.py", line 5 in <module>
  File "C:\conda_bin\envs\conda-test-env\lib\runpy.py", line 87 in _run_code
  File "C:\conda_bin\envs\conda-test-env\lib\runpy.py", line 194 in _run_module_as_main
..\conda-libmamba-solver\tests\test_modified_upstream.py::test_conda_downgrade 
Error: Process completed with exit code -1073741819.

Python 3.11 x Windows x conda-forge (on conda/conda):

tests/test_create.py::test_conda_run_prefix_not_a_conda_env[classic] PASSED [ 40%]
Windows fatal exception: access violation

Thread 0x00001274 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pexpect\popen_spawn.py", line 106 in _read_incoming
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Thread 0x00001a8c (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pexpect\popen_spawn.py", line 106 in _read_incoming
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Thread 0x00001230 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pexpect\popen_spawn.py", line 106 in _read_incoming
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Thread 0x000018d4 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pexpect\popen_spawn.py", line 106 in _read_incoming
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Thread 0x00000424 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\socket.py", line 294 in accept
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pytest_rerunfailures.py", line 500 in run_server
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Current thread 0x000001e0 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\conda_libmamba_solver\solver.py", line 399 in _solve_attempt
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\conda_libmamba_solver\solver.py", line 272 in _solving_loop
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\conda_libmamba_solver\solver.py", line 220 in solve_final_state
  File "C:\conda_src\conda\core\solve.py", line 200 in solve_for_diff
  File "C:\conda_src\conda\core\solve.py", line 139 in solve_for_transaction
  File "C:\conda_src\conda\cli\install.py", line 360 in install
  File "C:\conda_src\conda\cli\main_install.py", line 26 in execute
  File "C:\conda_src\conda\notices\core.py", line 124 in wrapper
  File "C:\conda_src\conda\cli\conda_argparse.py", line 164 in do_call
  File "C:\conda_src\conda\testing\integration.py", line 288 in run_command
  File "C:\conda_src\conda\deprecations.py", line 71 in inner
  File "C:\conda_src\tests\test_create.py", line 1458 in test_clone_offline_multichannel_with_untracked
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\python.py", line 194 in pytest_pyfunc_call
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\python.py", line 1792 in runtest
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 169 in pytest_runtest_call
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 262 in <lambda>
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 341 in from_call
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 261 in call_runtest_hook
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 222 in call_and_report
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 133 in runtestprotocol
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 114 in pytest_runtest_protocol
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 350 in pytest_runtestloop
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 325 in _main
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 271 in wrap_session
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 318 in pytest_cmdline_main
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\config\__init__.py", line 169 in main
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\config\__init__.py", line 192 in console_main
  File "C:\conda_bin\envs\conda-test-env\Scripts\pytest-script.py", line 9 in <module>
tests/test_create.py::test_clone_offline_multichannel_with_untracked[libmamba] Failed with error #-1073741819.
Error: Process completed with exit code -1073741819.

Python 3.11 x Windows x conda-forge (on conda/conda):

tests/test_create.py::test_conda_run_prefix_not_a_conda_env[classic] PASSED [ 40%]
Windows fatal exception: access violation

Thread 0x000019d0 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pexpect\popen_spawn.py", line 106 in _read_incoming
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Thread 0x000019e8 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pexpect\popen_spawn.py", line 106 in _read_incoming
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Thread 0x00001b70 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pexpect\popen_spawn.py", line 106 in _read_incoming
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Thread 0x00001b38 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pexpect\popen_spawn.py", line 106 in _read_incoming
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Thread 0x00000968 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\socket.py", line 294 in accept
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pytest_rerunfailures.py", line 500 in run_server
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Current thread 0x00001230 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\conda_libmamba_solver\solver.py", line 399 in _solve_attempt
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\conda_libmamba_solver\solver.py", line 272 in _solving_loop
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\conda_libmamba_solver\solver.py", line 220 in solve_final_state
  File "C:\conda_src\conda\core\solve.py", line 200 in solve_for_diff
  File "C:\conda_src\conda\core\solve.py", line 139 in solve_for_transaction
  File "C:\conda_src\conda\cli\install.py", line 360 in install
  File "C:\conda_src\conda\cli\main_install.py", line 26 in execute
  File "C:\conda_src\conda\notices\core.py", line 124 in wrapper
  File "C:\conda_src\conda\cli\conda_argparse.py", line 164 in do_call
  File "C:\conda_src\conda\testing\integration.py", line 288 in run_command
  File "C:\conda_src\conda\deprecations.py", line 71 in inner
  File "C:\conda_src\tests\test_create.py", line 1458 in test_clone_offline_multichannel_with_untracked
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\python.py", line 194 in pytest_pyfunc_call
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\python.py", line 1792 in runtest
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 169 in pytest_runtest_call
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 262 in <lambda>
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 341 in from_call
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 261 in call_runtest_hook
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 222 in call_and_report
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 133 in runtestprotocol
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 114 in pytest_runtest_protocol
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 350 in pytest_runtestloop
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 325 in _main
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 271 in wrap_session
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 318 in pytest_cmdline_main
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\config\__init__.py", line 169 in main
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\config\__init__.py", line 192 in console_main
  File "C:\conda_bin\envs\conda-test-env\Scripts\pytest-script.py", line 9 in <module>
tests/test_create.py::test_clone_offline_multichannel_with_untracked[libmamba] Failed with error #-1073741819.
Error: Process completed with exit code -1073741819.

@jaimergp
Copy link
Contributor

Some more in conda/conda.

Windows conda-forge Python 3.11 integration 1:

tests/test_create.py::test_strict_resolve_get_reduced_index[libmamba] PASSED [ 18%]
tests/test_create.py::test_list_with_pip_no_binary[classic] PASSED       [ 19%]
Windows fatal exception: access violation

Thread 0x00001b0c (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pexpect\popen_spawn.py", line 106 in _read_incoming
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 982 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Thread 0x00000450 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\socket.py", line 2[94](https://github.com/conda/conda/actions/runs/6928478632/job/18844387992?pr=11882#step:7:95) in accept
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pytest_rerunfailures.py", line 500 in run_server
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line [98](https://github.com/conda/conda/actions/runs/6928478632/job/18844387992?pr=11882#step:7:99)2 in run
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1045 in _bootstrap_inner
  File "C:\conda_bin\envs\conda-test-env\Lib\threading.py", line 1002 in _bootstrap

Current thread 0x00000b24 (most recent call first):
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\conda_libmamba_solver\solver.py", line 387 in _solve_attempt
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\conda_libmamba_solver\solver.py", line 273 in _solving_loop
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\conda_libmamba_solver\solver.py", line 221 in solve_final_state
  File "C:\conda_src\conda\core\solve.py", line 1[99](https://github.com/conda/conda/actions/runs/6928478632/job/18844387992?pr=11882#step:7:100) in solve_for_diff
  File "C:\conda_src\conda\core\solve.py", line 138 in solve_for_transaction
  File "C:\conda_src\conda\cli\install.py", line 360 in install
  File "C:\conda_src\conda\cli\main_install.py", line 140 in execute
  File "C:\conda_src\conda\notices\core.py", line 124 in wrapper
  File "C:\conda_src\conda\cli\conda_argparse.py", line 194 in do_call
  File "C:\conda_src\conda\cli\main.py", line 83 in main_subshell
  File "C:\conda_src\conda\testing\__init__.py", line 208 in __call__
  File "C:\conda_src\tests\test_create.py", line 662 in test_list_with_pip_wheel
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\python.py", line 194 in pytest_pyfunc_call
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\python.py", line 1792 in runtest
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 169 in pytest_runtest_call
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 262 in <lambda>
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 341 in from_call
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 261 in call_runtest_hook
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 222 in call_and_report
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 133 in runtestprotocol
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\runner.py", line 114 in pytest_runtest_protocol
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 350 in pytest_runtestloop
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 325 in _main
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 271 in wrap_session
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\main.py", line 318 in pytest_cmdline_main
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_callers.py", line 77 in _multicall
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_manager.py", line 115 in _hookexec
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\pluggy\_hooks.py", line 493 in __call__
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\config\__init__.py", line 169 in main
  File "C:\conda_bin\envs\conda-test-env\Lib\site-packages\_pytest\config\__init__.py", line 192 in console_main
  File "C:\conda_bin\envs\conda-test-env\Scripts\pytest-script.py", line 9 in <module>
tests/test_create.py::test_list_with_pip_wheel[libmamba] Failed with error #-[107](https://github.com/conda/conda/actions/runs/6928478632/job/18844387992?pr=11882#step:7:108)3741819.
Error: Process completed with exit code -1073741819.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug describes erroneous operation, use severity::* to classify the type type::testing issues about tests or the test infrastructure
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants