From c51c46c686895b20058c4de9fc961f1dcf14fba9 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 5 Feb 2021 18:53:50 +0100 Subject: If releng verification has worked MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- jjb/functest/xtesting.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'jjb/functest') 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 -- cgit