Fixed: openssl/openssl#30949 (OpenSSL_1_1_1-stable - 3c57b9c)

2019-12-31 Thread Travis CI
Build Update for openssl/openssl
-

Build: #30949
Status: Fixed

Duration: 21 mins and 22 secs
Commit: 3c57b9c (OpenSSL_1_1_1-stable)
Author: Dr. Matthias St. Pierre
Message: Temporarily disable external pyca tests

The pyca-cryptography external test has been failing for a long time.
It looks like upstream needs to make some changes to adapt to 1.1.1.

Backported from #10689

[extended tests]

Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/10722)

View the changeset: 
https://github.com/openssl/openssl/compare/a6194c315091...3c57b9c5810d

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/631248771?utm_medium=notification_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going 
to 
https://travis-ci.org/account/preferences/unsubscribe?repository=5849220_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



[openssl] OpenSSL_1_1_1-stable update

2019-12-31 Thread matthias . st . pierre
The branch OpenSSL_1_1_1-stable has been updated
   via  3c57b9c5810d92f75da2c1dda325439c7ebd3c97 (commit)
  from  a6194c315091feb22e7cb6bf0bf339cabae733f3 (commit)


- Log -
commit 3c57b9c5810d92f75da2c1dda325439c7ebd3c97
Author: Dr. Matthias St. Pierre 
Date:   Sun Dec 29 13:24:04 2019 +0100

Temporarily disable external pyca tests

The pyca-cryptography external test has been failing for a long time.
It looks like upstream needs to make some changes to adapt to 1.1.1.

Backported from #10689

[extended tests]

Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/10722)

---

Summary of changes:
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 98c9ac1c6c..2e2703c572 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -114,7 +114,8 @@ matrix:
   sources:
   - ubuntu-toolchain-r-test
   compiler: gcc-5
-  env:  EXTENDED_TEST="yes" CONFIG_OPTS="--debug enable-ssl3 
enable-ssl3-method enable-weak-ssl-ciphers enable-external-tests" 
BORINGSSL_TESTS="yes" CXX="g++-5" TESTS=95
+  # External test pyca-cryptography temporarily disabled due to long 
term travis failures
+  env:  EXTENDED_TEST="yes" CONFIG_OPTS="--debug enable-ssl3 
enable-ssl3-method enable-weak-ssl-ciphers enable-external-tests" 
BORINGSSL_TESTS="yes" CXX="g++-5" TESTS="test_external_boringssl 
test_external_krb5"
 - os: linux
   compiler: clang
   env: EXTENDED_TEST="yes" CONFIG_OPTS="enable-msan 
-D__NO_STRING_INLINES -Wno-unused-command-line-argument"