Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-7155

main.openssl_6975 fails in buildbot on P8

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Cannot Reproduce
    • Affects Version/s: 10.0.15
    • Fix Version/s: N/A
    • Component/s: Tests
    • Labels:

      Description

      http://buildbot.askmonty.org/buildbot/builders/bintar-rhel6-p8-debug/builds/20/steps/test/logs/stdio

      main.openssl_6975 'tlsv10'               w2 [ fail ]
              Test ended at 2014-11-21 16:59:32
      
      CURRENT_TEST: main.openssl_6975
      --- /home/buildbot/maria-slave/power8-vlp01-bintar-debug/build/mysql-test/r/openssl_6975,tlsv10.result	2014-11-21 15:55:27.292433000 -0500
      +++ /home/buildbot/maria-slave/power8-vlp01-bintar-debug/build/mysql-test/r/openssl_6975,tlsv10.reject	2014-11-21 16:59:32.403758814 -0500
      @@ -1,14 +1,14 @@
       grant select on test.* to ssl_sslv3@localhost require cipher "RC4-SHA";
       grant select on test.* to ssl_tls12@localhost require cipher "AES128-SHA256";
       TLS1.2 ciphers: user is ok with any cipher
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
       TLS1.2 ciphers: user requires SSLv3 cipher RC4-SHA
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
       TLS1.2 ciphers: user requires TLSv1.2 cipher AES128-SHA256
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
       SSLv3 ciphers: user is ok with any cipher
       Variable_name	Value
       Ssl_cipher	RC4-SHA
      
      mysqltest: Result length mismatch
      
      main.openssl_6975 'tlsv12'               w2 [ fail ]
              Test ended at 2014-11-21 16:59:33
      
      CURRENT_TEST: main.openssl_6975
      --- /home/buildbot/maria-slave/power8-vlp01-bintar-debug/build/mysql-test/r/openssl_6975,tlsv12.result	2014-11-21 15:55:27.292433000 -0500
      +++ /home/buildbot/maria-slave/power8-vlp01-bintar-debug/build/mysql-test/r/openssl_6975,tlsv12.reject	2014-11-21 16:59:33.003767987 -0500
      @@ -13,13 +13,13 @@
       Ssl_cipher	AES128-SHA256
       ERROR 1045 (28000): Access denied for user 'ssl_tls12'@'localhost' (using password: NO)
       SSLv3 ciphers: user is ok with any cipher
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
       SSLv3 ciphers: user requires SSLv3 cipher RC4-SHA
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
       SSLv3 ciphers: user requires TLSv1.2 cipher AES128-SHA256
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      -ERROR 2026 (HY000): SSL connection error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
      +ERROR 2026 (HY000): SSL connection error: error:00000000:lib(0):func(0):reason(0)
       drop user ssl_sslv3@localhost;
       drop user ssl_tls12@localhost;
      
      mysqltest: Result length mismatch
      

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              danblack Daniel Black added a comment -

              https://travis-ci.org/openquery/mariadb-server/jobs/60475941

              seems like this is just the default LTS ssl library capabilities now:

              Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libssl-dev amd64 1.0.1-4ubuntu5.25 [1,575 kB]

              bye bye SSLv3

              Show
              danblack Daniel Black added a comment - https://travis-ci.org/openquery/mariadb-server/jobs/60475941 seems like this is just the default LTS ssl library capabilities now: Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libssl-dev amd64 1.0.1-4ubuntu5.25 [1,575 kB] bye bye SSLv3
              Hide
              serg Sergei Golubchik added a comment -

              Doesn't seem to be failing on any of the p8 builders anymore.

              Show
              serg Sergei Golubchik added a comment - Doesn't seem to be failing on any of the p8 builders anymore.

                People

                • Assignee:
                  serg Sergei Golubchik
                  Reporter:
                  elenst Elena Stepanova
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  3 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: