Following is only a portion of the entire error message.
[ID@hpc02 ~] cryosparcm filterlog -l error command_core
2024-07-19 12:42:02,959 wrapper ERROR | JSONRPC ERROR at get_id_by_email_password
2024-07-19 12:42:02,959 wrapper ERROR | Traceback (most recent call last):
2024-07-19 12:42:02,959 wrapper ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/cryosparc_command/commandcommon.py", line 196, in wrapper
2024-07-19 12:42:02,959 wrapper ERROR | res = func(*args, **kwargs)
2024-07-19 12:42:02,959 wrapper ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/cryosparc_command/command_core/user.py", line 108, in get_id_by_email_password
2024-07-19 12:42:02,959 wrapper ERROR | assert user and check_pass(password, user['services'].get('password', {}).get('bcrypt', '')), \
2024-07-19 12:42:02,959 wrapper ERROR | AssertionError: User with this email and password combination does not exist
2024-07-19 14:59:19,854 get_gpu_info_run ERROR | Failed to get GPU info on hpcgpu40
2024-07-19 14:59:19,854 get_gpu_info_run ERROR | Traceback (most recent call last):
2024-07-19 14:59:19,854 get_gpu_info_run ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/cryosparc_command/command_core/__init__.py", line 1516, in get_gpu_info_run
2024-07-19 14:59:19,854 get_gpu_info_run ERROR | value = subprocess.check_output(full_command, stderr=subprocess.STDOUT, shell=shell, timeout=JOB_LAUNCH_TIMEOUT_SECONDS).decode()
2024-07-19 14:59:19,854 get_gpu_info_run ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py", line 421, in check_output
2024-07-19 14:59:19,854 get_gpu_info_run ERROR | return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
2024-07-19 14:59:19,854 get_gpu_info_run ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py", line 526, in run
2024-07-19 14:59:19,854 get_gpu_info_run ERROR | raise CalledProcessError(retcode, process.args,
2024-07-19 14:59:19,854 get_gpu_info_run ERROR | subprocess.CalledProcessError: Command '['ssh', 'root@hpcgpu40', 'bash -c "eval (/biotools8/biotools/cryosparc/cryosparc_worker/bin/cryosparcw env); python /biotools8/biotools/cryosparc/cryosparc_worker/cryosparc_compute/get_gpu_info.py"‘]’ returned non-zero exit status 255.
2024-07-19 14:59:21,791 get_gpu_info_run ERROR | Failed to get GPU info on hpcgpu41
2024-07-19 14:59:21,791 get_gpu_info_run ERROR | Traceback (most recent call last):
2024-07-19 14:59:21,791 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 1516, in get_gpu_info_run
2024-07-19 14:59:21,791 get_gpu_info_run ERROR | value = subprocess.check_output(full_command, stderr=subprocess.STDOUT, shell=shell, timeout=JOB_LAUNCH_TIMEOUT_SECONDS).decode()
2024-07-19 14:59:21,791 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py”, line 421, in check_output
2024-07-19 14:59:21,791 get_gpu_info_run ERROR | return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
2024-07-19 14:59:21,791 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py”, line 526, in run
2024-07-19 14:59:21,791 get_gpu_info_run ERROR | raise CalledProcessError(retcode, process.args,
2024-07-19 14:59:21,791 get_gpu_info_run ERROR | subprocess.CalledProcessError: Command ‘[‘ssh’, ‘root@hpcgpu41’, ‘bash -c “eval (/biotools8/biotools/cryosparc/cryosparc_worker/bin/cryosparcw env); python /biotools8/biotools/cryosparc/cryosparc_worker/cryosparc_compute/get_gpu_info.py"']' returned non-zero exit status 255.
2024-07-19 14:59:23,922 get_gpu_info_run ERROR | Failed to get GPU info on hpcgpu42
2024-07-19 14:59:23,922 get_gpu_info_run ERROR | Traceback (most recent call last):
2024-07-19 14:59:23,922 get_gpu_info_run ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/cryosparc_command/command_core/__init__.py", line 1516, in get_gpu_info_run
2024-07-19 14:59:23,922 get_gpu_info_run ERROR | value = subprocess.check_output(full_command, stderr=subprocess.STDOUT, shell=shell, timeout=JOB_LAUNCH_TIMEOUT_SECONDS).decode()
2024-07-19 14:59:23,922 get_gpu_info_run ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py", line 421, in check_output
2024-07-19 14:59:23,922 get_gpu_info_run ERROR | return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
2024-07-19 14:59:23,922 get_gpu_info_run ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py", line 526, in run
2024-07-19 14:59:23,922 get_gpu_info_run ERROR | raise CalledProcessError(retcode, process.args,
2024-07-19 14:59:23,922 get_gpu_info_run ERROR | subprocess.CalledProcessError: Command '['ssh', 'root@hpcgpu42', 'bash -c "eval (/biotools8/biotools/cryosparc/cryosparc_worker/bin/cryosparcw env); python /biotools8/biotools/cryosparc/cryosparc_worker/cryosparc_compute/get_gpu_info.py”’]’ returned non-zero exit status 255.
2024-07-22 14:59:29,605 get_gpu_info_run ERROR | Failed to get GPU info on hpcgpu38
2024-07-22 14:59:29,605 get_gpu_info_run ERROR | Traceback (most recent call last):
2024-07-22 14:59:29,605 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 1516, in get_gpu_info_run
2024-07-22 14:59:29,605 get_gpu_info_run ERROR | value = subprocess.check_output(full_command, stderr=subprocess.STDOUT, shell=shell, timeout=JOB_LAUNCH_TIMEOUT_SECONDS).decode()
2024-07-22 14:59:29,605 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py”, line 421, in check_output
2024-07-22 14:59:29,605 get_gpu_info_run ERROR | return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
2024-07-22 14:59:29,605 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py”, line 526, in run
2024-07-22 14:59:29,605 get_gpu_info_run ERROR | raise CalledProcessError(retcode, process.args,
2024-07-22 14:59:29,605 get_gpu_info_run ERROR | subprocess.CalledProcessError: Command ‘[‘ssh’, ‘root@hpcgpu38’, ‘bash -c “eval (/biotools8/biotools/cryosparc/cryosparc_worker/bin/cryosparcw env); python /biotools8/biotools/cryosparc/cryosparc_worker/cryosparc_compute/get_gpu_info.py"']' returned non-zero exit status 255.
2024-07-22 14:59:29,701 get_gpu_info_run ERROR | Failed to get GPU info on hpcgpu39
2024-07-22 14:59:29,701 get_gpu_info_run ERROR | Traceback (most recent call last):
2024-07-22 14:59:29,701 get_gpu_info_run ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/cryosparc_command/command_core/__init__.py", line 1516, in get_gpu_info_run
2024-07-22 14:59:29,701 get_gpu_info_run ERROR | value = subprocess.check_output(full_command, stderr=subprocess.STDOUT, shell=shell, timeout=JOB_LAUNCH_TIMEOUT_SECONDS).decode()
2024-07-22 14:59:29,701 get_gpu_info_run ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py", line 421, in check_output
2024-07-22 14:59:29,701 get_gpu_info_run ERROR | return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
2024-07-22 14:59:29,701 get_gpu_info_run ERROR | File "/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py", line 526, in run
2024-07-22 14:59:29,701 get_gpu_info_run ERROR | raise CalledProcessError(retcode, process.args,
2024-07-22 14:59:29,701 get_gpu_info_run ERROR | subprocess.CalledProcessError: Command '['ssh', 'root@hpcgpu39', 'bash -c "eval (/biotools8/biotools/cryosparc/cryosparc_worker/bin/cryosparcw env); python /biotools8/biotools/cryosparc/cryosparc_worker/cryosparc_compute/get_gpu_info.py”’]’ returned non-zero exit status 255.
2024-07-22 14:59:29,724 get_gpu_info_run ERROR | Failed to get GPU info on hpcgpu40
2024-07-22 14:59:29,724 get_gpu_info_run ERROR | Traceback (most recent call last):
2024-07-22 14:59:29,724 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 1516, in get_gpu_info_run
2024-07-22 14:59:29,724 get_gpu_info_run ERROR | value = subprocess.check_output(full_command, stderr=subprocess.STDOUT, shell=shell, timeout=JOB_LAUNCH_TIMEOUT_SECONDS).decode()
2024-07-22 14:59:29,724 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py”, line 421, in check_output
2024-07-22 14:59:29,724 get_gpu_info_run ERROR | return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
2024-07-22 14:59:29,724 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py”, line 526, in run
2024-07-22 14:59:29,724 get_gpu_info_run ERROR | raise CalledProcessError(retcode, process.args,
2024-07-22 14:59:29,724 get_gpu_info_run ERROR | subprocess.CalledProcessError: Command ‘[‘ssh’, ‘root@hpcgpu40’, ‘bash -c “eval $(/biotools8/biotools/cryosparc/cryosparc_worker/bin/cryosparcw env); python /biotools8/biotools/cryosparc/cryosparc_worker/cryosparc_compute/get_gpu_info.py”’]’ returned non-zero exit status 255.
2024-07-22 14:59:29,746 get_gpu_info_run ERROR | Failed to get GPU info on hpcgpu41
2024-07-22 14:59:29,746 get_gpu_info_run ERROR | Traceback (most recent call last):
2024-07-22 14:59:29,746 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/cryosparc_command/command_core/init.py”, line 1516, in get_gpu_info_run
2024-07-22 14:59:29,746 get_gpu_info_run ERROR | value = subprocess.check_output(full_command, stderr=subprocess.STDOUT, shell=shell, timeout=JOB_LAUNCH_TIMEOUT_SECONDS).decode()
2024-07-22 14:59:29,746 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py”, line 421, in check_output
2024-07-22 14:59:29,746 get_gpu_info_run ERROR | return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
2024-07-22 14:59:29,746 get_gpu_info_run ERROR | File “/biotools8/biotools/cryosparc/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.10/subprocess.py”, line 526, in run
2024-07-22 14:59:29,746 get_gpu_info_run ERROR | raise CalledProcessError(retcode, process.args,