Skip to content

[9.1?] Add secrets in DIRAC integration tests #13574

[9.1?] Add secrets in DIRAC integration tests

[9.1?] Add secrets in DIRAC integration tests #13574

Triggered via pull request August 7, 2025 13:28
Status Failure
Total duration 25m 44s
Artifacts

basic.yml

on: pull_request
pre-commit
1m 1s
pre-commit
shellcheck
8s
shellcheck
pycodestyle
8s
pycodestyle
Pylint for Python 2.7 in Pilot files
36s
Pylint for Python 2.7 in Pilot files
DiracX Unit Tests
1m 49s
DiracX Unit Tests
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
check (pylint -j 0 -E src/)
Process completed with exit code 2.
check (pylint -j 0 -E src/)
/usr/share/miniconda/lib/python3.13/argparse.py:1258: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead. subnamespace, arg_strings = subparser.parse_known_args(arg_strings, None)
check (pylint -j 0 -E src/)
WARNING conda.cli.main_config:_set_key(453): Key auto_activate_base is an alias of auto_activate; setting value with latter
check (pylint -j 0 -E src/)
/usr/share/miniconda/lib/python3.13/site-packages/conda/base/context.py:211: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.9. 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(
check (pylint -j 0 -E src/)
'nodefaults' channel detected: will remove 'defaults' if added implicitly. In the future, 'nodefaults' to remove 'defaults' won't be supported. Please set 'conda-remove-defaults' = 'true' in setup-miniconda to remove this warning.
check (mypy)
/usr/share/miniconda/lib/python3.13/argparse.py:1258: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead. subnamespace, arg_strings = subparser.parse_known_args(arg_strings, None)
check (mypy)
WARNING conda.cli.main_config:_set_key(453): Key auto_activate_base is an alias of auto_activate; setting value with latter
check (mypy)
/usr/share/miniconda/lib/python3.13/site-packages/conda/base/context.py:211: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.9. 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(
check (mypy)
'nodefaults' channel detected: will remove 'defaults' if added implicitly. In the future, 'nodefaults' to remove 'defaults' won't be supported. Please set 'conda-remove-defaults' = 'true' in setup-miniconda to remove this warning.
check (pytest --runslow -k 'not test_BaseType_Unicode and not test_nestedStructure')
/usr/share/miniconda/lib/python3.13/argparse.py:1258: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead. subnamespace, arg_strings = subparser.parse_known_args(arg_strings, None)
check (pytest --runslow -k 'not test_BaseType_Unicode and not test_nestedStructure')
WARNING conda.cli.main_config:_set_key(453): Key auto_activate_base is an alias of auto_activate; setting value with latter
check (pytest --runslow -k 'not test_BaseType_Unicode and not test_nestedStructure')
/usr/share/miniconda/lib/python3.13/site-packages/conda/base/context.py:211: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.9. 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(
check (pytest --runslow -k 'not test_BaseType_Unicode and not test_nestedStructure')
'nodefaults' channel detected: will remove 'defaults' if added implicitly. In the future, 'nodefaults' to remove 'defaults' won't be supported. Please set 'conda-remove-defaults' = 'true' in setup-miniconda to remove this warning.
DiracX Unit Tests: diracx/.pixi/envs/diracx-routers/lib/python3.11/site-packages/M2Crypto/__init__.py#L36
distutils Version classes are deprecated. Use packaging.version instead.