From a3ef4078fc423acc1940af0b9eec2c14ddf9c26b Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 26 Nov 2024 11:30:48 +0000 Subject: [PATCH] Provide default shell --- .github/actions/install-aiida-core/action.yml | 4 +- failed_parallel_tests.txt | 111 ++++++++++++++++++ failed_serial_tests.txt | 111 ++++++++++++++++++ 3 files changed, 225 insertions(+), 1 deletion(-) create mode 100644 failed_parallel_tests.txt create mode 100644 failed_serial_tests.txt diff --git a/.github/actions/install-aiida-core/action.yml b/.github/actions/install-aiida-core/action.yml index b35f83eab..40a7e3b5b 100644 --- a/.github/actions/install-aiida-core/action.yml +++ b/.github/actions/install-aiida-core/action.yml @@ -12,7 +12,7 @@ inputs: required: false # NOTE: Hard-learned lesson: we cannot use type=boolean here, apparently :-( # https://stackoverflow.com/a/76294014 - # TODO: Rename this + # TODO: Rename this to 'from-lock' from-requirements: description: Install aiida-core dependencies from a uv lock file default: 'true' @@ -34,7 +34,9 @@ runs: - name: Install dependencies from uv lock if: ${{ inputs.from-requirements == 'true' }} run: uv sync --locked + shell: bash - name: Install aiida-core if: ${{ inputs.from-requirements != 'true' }} run: uv pip install --system -e .${{ inputs.extras }} + shell: bash diff --git a/failed_parallel_tests.txt b/failed_parallel_tests.txt new file mode 100644 index 000000000..438327a05 --- /dev/null +++ b/failed_parallel_tests.txt @@ -0,0 +1,111 @@ +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list0-expected_hierarchy0] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list1-expected_hierarchy1] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list2-expected_hierarchy2] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list3-expected_hierarchy3] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list4-expected_hierarchy4] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list5-expected_hierarchy5] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list6-expected_hierarchy6] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list7-expected_hierarchy7] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list_files_folders[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_remote_symlink_list[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_file_copy_operation_order[core.ssh-None-remote] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_file_copy_operation_order[core.ssh-order1-local] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_file_copy_operation_order[core.ssh-order2-sandbox] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy0-local_copy_list0-remote_copy_list0-expected_hierarchy0-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy1-local_copy_list1-remote_copy_list1-expected_hierarchy1-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy2-local_copy_list2-remote_copy_list2-expected_hierarchy2-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy3-local_copy_list3-remote_copy_list3-expected_hierarchy3-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy4-local_copy_list4-remote_copy_list4-expected_hierarchy4-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy5-local_copy_list5-remote_copy_list5-expected_hierarchy5-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy6-local_copy_list6-remote_copy_list6-expected_hierarchy6-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy7-local_copy_list7-remote_copy_list7-expected_hierarchy7-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy8-local_copy_list8-remote_copy_list8-expected_hierarchy8-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy9-local_copy_list9-remote_copy_list9-expected_hierarchy9-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy10-local_copy_list10-remote_copy_list10-expected_hierarchy10-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy11-local_copy_list11-remote_copy_list11-expected_hierarchy11-IsADirectoryError] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy12-local_copy_list12-remote_copy_list12-expected_hierarchy12-IsADirectoryError] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy13-local_copy_list13-remote_copy_list13-expected_hierarchy13-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy14-local_copy_list14-remote_copy_list14-expected_hierarchy14-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy15-local_copy_list15-remote_copy_list15-expected_hierarchy15-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy16-local_copy_list16-remote_copy_list16-expected_hierarchy16-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy17-local_copy_list17-remote_copy_list17-expected_hierarchy17-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy18-local_copy_list18-remote_copy_list18-expected_hierarchy18-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_calculation_portable_code[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/manage/tests/test_pytest_fixtures.py::test_aiida_computer_ssh - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/orm/data/code/test_installed.py::test_validate_filepath_executable[core.ssh] - AssertionError: Regex pattern did not match. +FAILED tests/transports/test_all_plugins.py::test_makedirs[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_rmtree[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_rmtree[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_listdir[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_listdir[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_listdir_withattributes[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_listdir_withattributes[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_creation_deletion[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_creation_deletion[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_copy[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_copy[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_permissions_creation_modification[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_permissions_creation_modification[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_reading_permissions[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_reading_permissions[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_isfile_isdir_to_empty_string[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_isfile_isdir_to_empty_string[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_isfile_isdir_to_non_existing_string[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_is_open[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_isfile_isdir_to_non_existing_string[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_is_open[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_chdir_to_empty_string[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_makedirs[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_chdir_to_empty_string[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_file[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_file[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_abs_path_file[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_abs_path_file[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_empty_string_file[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_tree[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_empty_string_file[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_tree[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh-local_hierarchy0-target_hierarchy0-src_dest0-expected_hierarchy0] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh-local_hierarchy2-target_hierarchy2-src_dest2-expected_hierarchy2] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh-local_hierarchy1-target_hierarchy1-src_dest1-expected_hierarchy1] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_copy[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_copy[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh_auto-local_hierarchy0-target_hierarchy0-src_dest0-expected_hierarchy0] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_get[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh_auto-local_hierarchy1-target_hierarchy1-src_dest1-expected_hierarchy1] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_get[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh_auto-local_hierarchy2-target_hierarchy2-src_dest2-expected_hierarchy2] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_empty_string_tree[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_empty_string_tree[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_gettree_nested_directory[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_gettree_nested_directory[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_pwd[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_pwd[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_string[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_string[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_bytes[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_bytes[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike_bytes[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_abs_path_tree[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_abs_path_tree[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike_bytes[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike_bytes_decoding[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_wrong_stdin[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike_bytes_decoding[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_transfer_big_stdout[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_wrong_stdin[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_asynchronous_execution[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_auto_add_policy - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_proxy_jump_invalid - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_proxy_jump - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_no_host_key - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_asynchronous_execution[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_gotocomputer_proxyjump - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_transfer_big_stdout[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_proxy_command - paramiko.ssh_exception.SSHException: Error reading SSH protocol banner +FAILED tests/transports/test_ssh.py::test_gotocomputer - paramiko.ssh_exception.SSHException: Error reading SSH protocol banner +================================= 110 failed, 2369 passed, 28 skipped, 86 warnings in 143.38s (0:02:23) ================================== diff --git a/failed_serial_tests.txt b/failed_serial_tests.txt new file mode 100644 index 000000000..dbd96d367 --- /dev/null +++ b/failed_serial_tests.txt @@ -0,0 +1,111 @@ +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list0-expected_hierarchy0] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list1-expected_hierarchy1] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list2-expected_hierarchy2] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list3-expected_hierarchy3] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list4-expected_hierarchy4] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list5-expected_hierarchy5] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list6-expected_hierarchy6] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list[core.ssh-local_copy_list7-expected_hierarchy7] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_local_copy_list_files_folders[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_remote_symlink_list[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_file_copy_operation_order[core.ssh-None-remote] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_file_copy_operation_order[core.ssh-order1-local] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_file_copy_operation_order[core.ssh-order2-sandbox] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy0-local_copy_list0-remote_copy_list0-expected_hierarchy0-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy1-local_copy_list1-remote_copy_list1-expected_hierarchy1-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy2-local_copy_list2-remote_copy_list2-expected_hierarchy2-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy3-local_copy_list3-remote_copy_list3-expected_hierarchy3-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy4-local_copy_list4-remote_copy_list4-expected_hierarchy4-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy5-local_copy_list5-remote_copy_list5-expected_hierarchy5-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy6-local_copy_list6-remote_copy_list6-expected_hierarchy6-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy7-local_copy_list7-remote_copy_list7-expected_hierarchy7-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy8-local_copy_list8-remote_copy_list8-expected_hierarchy8-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy9-local_copy_list9-remote_copy_list9-expected_hierarchy9-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy10-local_copy_list10-remote_copy_list10-expected_hierarchy10-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy11-local_copy_list11-remote_copy_list11-expected_hierarchy11-IsADirectoryError] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy12-local_copy_list12-remote_copy_list12-expected_hierarchy12-IsADirectoryError] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy13-local_copy_list13-remote_copy_list13-expected_hierarchy13-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy14-local_copy_list14-remote_copy_list14-expected_hierarchy14-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy15-local_copy_list15-remote_copy_list15-expected_hierarchy15-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy16-local_copy_list16-remote_copy_list16-expected_hierarchy16-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy17-local_copy_list17-remote_copy_list17-expected_hierarchy17-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_combinations[core.ssh-sandbox_hierarchy18-local_copy_list18-remote_copy_list18-expected_hierarchy18-None] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/engine/daemon/test_execmanager.py::test_upload_calculation_portable_code[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/manage/tests/test_pytest_fixtures.py::test_aiida_computer_ssh - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/orm/data/code/test_installed.py::test_validate_filepath_executable[core.ssh] - AssertionError: Regex pattern did not match. +FAILED tests/transports/test_all_plugins.py::test_is_open[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_is_open[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_makedirs[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_makedirs[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_rmtree[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_rmtree[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_listdir[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_listdir[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_listdir_withattributes[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_listdir_withattributes[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_creation_deletion[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_creation_deletion[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_copy[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_copy[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_permissions_creation_modification[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_permissions_creation_modification[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_reading_permissions[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_dir_reading_permissions[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_isfile_isdir_to_empty_string[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_isfile_isdir_to_empty_string[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_isfile_isdir_to_non_existing_string[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_isfile_isdir_to_non_existing_string[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_chdir_to_empty_string[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_chdir_to_empty_string[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_file[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_file[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_abs_path_file[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_abs_path_file[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_empty_string_file[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_empty_string_file[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_tree[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_tree[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh-local_hierarchy0-target_hierarchy0-src_dest0-expected_hierarchy0] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh-local_hierarchy1-target_hierarchy1-src_dest1-expected_hierarchy1] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh-local_hierarchy2-target_hierarchy2-src_dest2-expected_hierarchy2] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh_auto-local_hierarchy0-target_hierarchy0-src_dest0-expected_hierarchy0] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh_auto-local_hierarchy1-target_hierarchy1-src_dest1-expected_hierarchy1] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_and_get_overwrite[core.ssh_auto-local_hierarchy2-target_hierarchy2-src_dest2-expected_hierarchy2] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_copy[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_copy[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_get[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_get[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_abs_path_tree[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_abs_path_tree[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_empty_string_tree[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_put_get_empty_string_tree[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_gettree_nested_directory[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_gettree_nested_directory[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_pwd[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_pwd[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_string[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_string[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_bytes[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_bytes[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike_bytes[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike_bytes[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike_bytes_decoding[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_stdin_filelike_bytes_decoding[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_wrong_stdin[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_exec_with_wrong_stdin[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_transfer_big_stdout[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_transfer_big_stdout[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_asynchronous_execution[core.ssh] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_all_plugins.py::test_asynchronous_execution[core.ssh_auto] - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_auto_add_policy - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_proxy_jump - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_proxy_jump_invalid - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_proxy_command - paramiko.ssh_exception.SSHException: Error reading SSH protocol banner +FAILED tests/transports/test_ssh.py::test_no_host_key - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +FAILED tests/transports/test_ssh.py::test_gotocomputer - paramiko.ssh_exception.SSHException: Error reading SSH protocol banner +FAILED tests/transports/test_ssh.py::test_gotocomputer_proxyjump - paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 127.0.0.1 or ::1 +========================= 110 failed, 2369 passed, 28 skipped, 544 deselected, 73 warnings in 591.11s (0:09:51) ==========================