diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-05 18:53:50 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-05 18:54:46 +0100 |
commit | c51c46c686895b20058c4de9fc961f1dcf14fba9 (patch) | |
tree | 067aaa0720fbf7de90b57f57c657f4ade31a3856 | |
parent | ca4ebaa12ba7bb4ad1a364e1177b0d0498d706aa (diff) |
If releng verification has worked
18:49:16 /usr/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
18:49:16 from cryptography.utils import int_from_bytes
18:49:16 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
18:49:18 + python -m pip install --user --quiet --upgrade setuptools
18:49:18 /usr/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
18:49:18 from cryptography.utils import int_from_bytes
18:49:18 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
18:49:20 + python -m pip install --user --quiet --upgrade -r /tmp/requirements-EHaY.txt
18:49:20 /usr/lib/python2.7/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
18:49:20 from cryptography.utils import int_from_bytes
18:49:20 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Change-Id: I936c36aa1ac694e3ac77e058ab6f13cccacee5eb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/xtesting.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index d4b6f9261..3a280f740 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -230,7 +230,7 @@ - xtesting-build_tag: build_tag: '' - xtesting-DEBUG: - DEBUG: true + DEBUG: 'true' builders: - xtesting-run-containers: <<: *xtesting-run-containers @@ -309,7 +309,7 @@ - xtesting-build_tag: build_tag: '' - xtesting-DEBUG: - DEBUG: true + DEBUG: 'true' builders: - xtesting-zip: <<: *xtesting-containers @@ -332,7 +332,7 @@ - xtesting-build_tag: build_tag: '' - xtesting-DEBUG: - DEBUG: true + DEBUG: 'true' properties: - build-blocker: use-build-blocker: true @@ -472,7 +472,7 @@ - xtesting-build_tag: build_tag: '' - xtesting-DEBUG: - DEBUG: true + DEBUG: 'true' properties: - build-blocker: use-build-blocker: true @@ -576,7 +576,7 @@ - xtesting-branch: branch: '{branch}' - xtesting-DEBUG: - DEBUG: true + DEBUG: 'true' builders: - multijob: name: remove dependencies |