Skip to content

Move vectors into bitwise flags for improved speed #23

Move vectors into bitwise flags for improved speed

Move vectors into bitwise flags for improved speed #23

Triggered via push January 10, 2025 02:29
Status Failure
Total duration 48m 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check-matlab.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
build_cxx
The hosted runner: GitHub Actions 3 lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
build_cxx
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build_cxx
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
build_cxx
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
build_cxx
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
build_cxx
/home/runner/miniconda3/lib/python3.12/argparse.py:1272: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead. subnamespace, arg_strings = parser.parse_known_args(arg_strings, None)