jdanekrh opened a new pull request #226: PROTON-2167 Upgrade macOS images in 
.travis.yml and exclude failing ruby and python tests
URL: https://github.com/apache/qpid-proton/pull/226
 
 
   Without the test excludes, these are the failures in logs
   
   ruby:
   
   ```
   30: 
/Users/travis/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in
 `require': incompatible library version - 
/Users/travis/build/jdanekrh/qpid-proton/build/ruby/cproton.bundle (LoadError)
   
   30:  from 
/Users/travis/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in
 `require'
   
   30:  from 
/Users/travis/build/jdanekrh/qpid-proton/ruby/lib/qpid_proton.rb:19:in `<top 
(required)>'
   
   30:  from 
/Users/travis/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in
 `require'
   
   30:  from 
/Users/travis/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in
 `require'
   
   30:  from 
/Users/travis/build/jdanekrh/qpid-proton/ruby/tests/test_tools.rb:22:in `<top 
(required)>'
   
   30:  from 
/Users/travis/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in
 `require'
   
   30:  from 
/Users/travis/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in
 `require'
   
   30:  from 
/Users/travis/build/jdanekrh/qpid-proton/ruby/tests/test_container.rb:19:in 
`<main>'
   
   30/44 Test #30: ruby-test-container ..............***Failed    0.29 sec
   ```
   
   Python:
   
   ```
   27: proton_tests.handler.HandlerTest.test_add_handler 
.......................ERROR: InvocationError for command 
/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py27/bin/python 
/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton-test 
--ignore-file=/Users/travis/build/jdanekrh/qpid-proton/python/tests/tox-blacklist
 (exited with code -11 (SIGSEGV)) (exited with code -11)
   
   ...
   
   27: py37 installed: 
linecache2==1.0.0,python-qpid-proton==0.31.0,six==1.14.0,traceback2==1.4.0,unittest2==1.1.0
   
   27: py37 run-test-pre: PYTHONHASHSEED='774661195'
   
   27: py37 run-test: commands[0] | python 
/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton-test 
--ignore-file=/Users/travis/build/jdanekrh/qpid-proton/python/tests/tox-blacklist
   
   27: Traceback (most recent call last):
   
   27:   File 
"/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton-test", line 24, 
in <module>
   
   27:     from proton_tests.main import main
   
   27:   File 
"/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton_tests/__init__.py",
 line 22, in <module>
   
   27:     from . import codec
   
   27:   File 
"/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton_tests/codec.py", 
line 25, in <module>
   
   27:     from proton import *
   
   27:   File 
"/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/proton/__init__.py",
 line 35, in <module>
   
   27:     from cproton import PN_VERSION_MAJOR, PN_VERSION_MINOR, 
PN_VERSION_POINT
   
   27:   File 
"/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/cproton.py",
 line 15, in <module>
   
   27:     import _cproton
   
   27: ImportError: 
dlopen(/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/_cproton.cpython-37m-darwin.so,
 2): Symbol not found: _DH_set0_pqg
   
   27:   Referenced from: 
/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/_cproton.cpython-37m-darwin.so
   
   27:   Expected in: flat namespace
   
   27:  in 
/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/lib/python3.7/site-packages/_cproton.cpython-37m-darwin.so
   
   27: ERROR: InvocationError for command 
/Users/travis/build/jdanekrh/qpid-proton/build/python/.tox/py37/bin/python 
/Users/travis/build/jdanekrh/qpid-proton/python/tests/proton-test 
--ignore-file=/Users/travis/build/jdanekrh/qpid-proton/python/tests/tox-blacklist
 (exited with code 1)
   
   ...
   
   27/44 Test #27: python-tox-test ..................***Failed  Error regular 
expression found in output. Regex=[ERROR:[ ]+py[0-9]*: commands failed] 46.38 
sec
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to