You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/12/04 17:03:01 UTC

Build failed in Jenkins: Qpid-proton-c #890

See <https://builds.apache.org/job/Qpid-proton-c/890/changes>

Changes:

[aconway] NO-JIRA: python doc generator: add dependency on swig module for

------------------------------------------
[...truncated 1608 lines...]
      phase()
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/tests/python/proton_tests/messenger.py", line 712, in setUp
      self.server.subscribe("amqp://~0.0.0.0:12345")
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 496, in subscribe
      self._check(pn_error_code(pn_messenger_error(self._mng)))
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 300, in _check
      raise exc("[%s]: %s" % (err, pn_error_text(pn_messenger_error(self._mng))))
  MessengerException: [-2]: CONNECTION ERROR (0.0.0.0:12345): bind: Address already in use
proton_tests.messenger.NBMessengerTest.testRecvBeforeSubscribe .......... fail
Error during setup:  Traceback (most recent call last):
    File "../tests/python/proton-test", line 362, in run
      phase()
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/tests/python/proton_tests/messenger.py", line 712, in setUp
      self.server.subscribe("amqp://~0.0.0.0:12345")
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 496, in subscribe
      self._check(pn_error_code(pn_messenger_error(self._mng)))
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 300, in _check
      raise exc("[%s]: %s" % (err, pn_error_text(pn_messenger_error(self._mng))))
  MessengerException: [-2]: CONNECTION ERROR (0.0.0.0:12345): bind: Address already in use
proton_tests.messenger.NBMessengerTest.testSmoke ........................ fail
Error during setup:  Traceback (most recent call last):
    File "../tests/python/proton-test", line 362, in run
      phase()
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/tests/python/proton_tests/messenger.py", line 712, in setUp
      self.server.subscribe("amqp://~0.0.0.0:12345")
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 496, in subscribe
      self._check(pn_error_code(pn_messenger_error(self._mng)))
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 300, in _check
      raise exc("[%s]: %s" % (err, pn_error_text(pn_messenger_error(self._mng))))
  MessengerException: [-2]: CONNECTION ERROR (0.0.0.0:12345): bind: Address already in use
proton_tests.messenger.NBMessengerTest.testSmoke1024 .................... fail
Error during setup:  Traceback (most recent call last):
    File "../tests/python/proton-test", line 362, in run
      phase()
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/tests/python/proton_tests/messenger.py", line 712, in setUp
      self.server.subscribe("amqp://~0.0.0.0:12345")
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 496, in subscribe
      self._check(pn_error_code(pn_messenger_error(self._mng)))
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 300, in _check
      raise exc("[%s]: %s" % (err, pn_error_text(pn_messenger_error(self._mng))))
  MessengerException: [-2]: CONNECTION ERROR (0.0.0.0:12345): bind: Address already in use
proton_tests.messenger.NBMessengerTest.testSmoke4096 .................... fail
Error during setup:  Traceback (most recent call last):
    File "../tests/python/proton-test", line 362, in run
      phase()
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/tests/python/proton_tests/messenger.py", line 712, in setUp
      self.server.subscribe("amqp://~0.0.0.0:12345")
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 496, in subscribe
      self._check(pn_error_code(pn_messenger_error(self._mng)))
    File "/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/python/proton/__init__.py", line 300, in _check
      raise exc("[%s]: %s" % (err, pn_error_text(pn_messenger_error(self._mng))))
  MessengerException: [-2]: CONNECTION ERROR (0.0.0.0:12345): bind: Address already in use
proton_tests.messenger.SelectableMessengerTest.testSelectable ........... pass
proton_tests.messenger.SelectableMessengerTest.testSelectable1024 ....... pass
proton_tests.messenger.SelectableMessengerTest.testSelectable16 ......... pass
proton_tests.messenger.SelectableMessengerTest.testSelectable4096 ....... pass
proton_tests.reactor.ApplicationEventTest.test_application_events ....... pass
proton_tests.reactor.ExceptionTest.test_connection ...................... pass
proton_tests.reactor.ExceptionTest.test_connection_add .................. pass
proton_tests.reactor.ExceptionTest.test_connection_set .................. pass
proton_tests.reactor.ExceptionTest.test_global_add ...................... pass
proton_tests.reactor.ExceptionTest.test_global_set ...................... pass
proton_tests.reactor.ExceptionTest.test_link_add ........................ pass
proton_tests.reactor.ExceptionTest.test_link_set ........................ pass
proton_tests.reactor.ExceptionTest.test_reactor_add ..................... pass
proton_tests.reactor.ExceptionTest.test_reactor_final ................... pass
proton_tests.reactor.ExceptionTest.test_reactor_set ..................... pass
proton_tests.reactor.ExceptionTest.test_schedule ........................ pass
proton_tests.reactor.ExceptionTest.test_schedule_cancel ................. pass
proton_tests.reactor.ExceptionTest.test_schedule_cancel_many ............ pass
proton_tests.reactor.ExceptionTest.test_schedule_many_nothing_refs ...... pass
proton_tests.reactor.ExceptionTest. \
    test_schedule_many_nothing_refs_cancel_before_run ................... pass
proton_tests.reactor.ExceptionTest.test_schedule_many_nothings .......... pass
proton_tests.reactor.ExceptionTest.test_session_add ..................... pass
proton_tests.reactor.ExceptionTest.test_session_set ..................... pass
proton_tests.reactor.HandlerDerivationTest.test_reactor_final_derived ... skip
  SkipTest
proton_tests.reactor.HandlerDerivationTest. \
    test_reactor_final_derived_child_derived ............................ skip
  SkipTest
proton_tests.reactor.HandlerDerivationTest. \
    test_reactor_final_derived_child_py ................................. skip
  SkipTest
proton_tests.reactor.HandlerDerivationTest. \
    test_reactor_final_py_child_derived ................................. skip
  SkipTest
proton_tests.reactor.HandlerDerivationTest. \
    test_reactor_final_py_child_py ...................................... skip
  SkipTest
proton_tests.reactor.HandlerDerivationTest.test_reactor_init_derived .... skip
  SkipTest
proton_tests.reactor.HandlerDerivationTest. \
    test_reactor_init_derived_child_derived ............................. skip
  SkipTest
proton_tests.reactor.HandlerDerivationTest. \
    test_reactor_init_derived_child_py .................................. skip
  SkipTest
proton_tests.reactor.HandlerDerivationTest. \
    test_reactor_init_py_child_derived .................................. skip
  SkipTest
proton_tests.reactor.HandlerDerivationTest. \
    test_reactor_init_py_child_py ....................................... skip
  SkipTest
proton_tests.reactor_interop.ReactorInteropTest. \
    test_protonc_to_protonj_1 ........................................... pass
proton_tests.reactor_interop.ReactorInteropTest. \
    test_protonc_to_protonj_5 ........................................... pass
proton_tests.reactor_interop.ReactorInteropTest. \
    test_protonc_to_protonj_500 ......................................... pass
proton_tests.reactor_interop.ReactorInteropTest. \
    test_protonc_to_protonj_5000 ........................................ pass
proton_tests.reactor_interop.ReactorInteropTest. \
    test_protonj_to_protonc_1 ........................................... pass
proton_tests.reactor_interop.ReactorInteropTest. \
    test_protonj_to_protonc_5 ........................................... pass
proton_tests.reactor_interop.ReactorInteropTest. \
    test_protonj_to_protonc_500 ......................................... pass
proton_tests.reactor_interop.ReactorInteropTest. \
    test_protonj_to_protonc_5000 ........................................ pass
proton_tests.sasl.SASLEventTest.testDisallowedMechClient ................ pass
proton_tests.sasl.SASLEventTest.testDisallowedMechServer ................ pass
proton_tests.sasl.SASLEventTest.testDisallowedPlainClient ............... pass
proton_tests.sasl.SASLEventTest.testDisallowedPlainServer ............... pass
proton_tests.sasl.SASLEventTest.testFailedAuthenticationClient .......... pass
proton_tests.sasl.SASLEventTest.testFailedAuthenticationServer .......... pass
proton_tests.sasl.SASLEventTest.testNoMechClient ........................ pass
proton_tests.sasl.SASLEventTest.testNoMechServer ........................ pass
proton_tests.sasl.SASLEventTest.testNormalAuthenticationClient .......... pass
proton_tests.sasl.SASLEventTest.testNormalAuthenticationServer .......... pass
proton_tests.sasl.SASLMechTest.testANON ................................. pass
proton_tests.sasl.SASLMechTest.testCRAMMD5 .............................. pass
proton_tests.sasl.SASLMechTest.testDIGESTMD5 ............................ pass
proton_tests.sasl.SASLMechTest.testPLAIN ................................ pass
proton_tests.sasl.SASLMechTest.testPLAINClientFail ...................... pass
proton_tests.sasl.SASLMechTest.testPLAINfail ............................ pass
proton_tests.sasl.SSLSASLTest.testSSLExternalSimple ..................... pass
proton_tests.sasl.SSLSASLTest.testSSLExternalSimpleFail ................. pass
proton_tests.sasl.SSLSASLTest.testSSLPlainSimple ........................ pass
proton_tests.sasl.SSLSASLTest.testSSLPlainSimpleFail .................... pass
proton_tests.sasl.SaslTest.testFracturedSASL ............................ pass
proton_tests.sasl.SaslTest.testMechNotFound ............................. pass
proton_tests.sasl.SaslTest.testPipelined2 ............................... pass
proton_tests.sasl.SaslTest.testPipelinedClient .......................... pass
proton_tests.sasl.SaslTest.testPipelinedClientFail ...................... pass
proton_tests.sasl.SaslTest.testSaslAndAmqpInSingleChunk ................. pass
proton_tests.sasl.SaslTest.testSaslSkipped .............................. pass
proton_tests.sasl.SaslTest.testSaslSkippedFail .......................... pass
proton_tests.sasl.SaslTest.test_singleton ............................... pass
proton_tests.soak.MessengerTests.test_echo_C ............................ pass
proton_tests.soak.MessengerTests.test_echo_C_Python ..................... pass
proton_tests.soak.MessengerTests.test_echo_C_SSL ........................ pass
proton_tests.soak.MessengerTests.test_echo_Python ....................... pass
proton_tests.soak.MessengerTests.test_echo_Python_C ..................... pass
proton_tests.soak.MessengerTests.test_echo_valgrind ..................... skip
  Skipped: Skipping test - $VALGRIND not set.
proton_tests.soak.MessengerTests.test_oneway_C .......................... pass
proton_tests.soak.MessengerTests.test_oneway_C_Python ................... pass
proton_tests.soak.MessengerTests.test_oneway_C_SSL ...................... pass
proton_tests.soak.MessengerTests.test_oneway_Python ..................... pass
proton_tests.soak.MessengerTests.test_oneway_Python_C ................... pass
proton_tests.soak.MessengerTests.test_oneway_reactor .................... pass
proton_tests.soak.MessengerTests.test_oneway_reactor_valgrind ........... skip
  Skipped: Skipping test - $VALGRIND not set.
proton_tests.soak.MessengerTests.test_oneway_valgrind ................... skip
  Skipped: Skipping test - $VALGRIND not set.
proton_tests.soak.MessengerTests.test_relay_C ........................... pass
proton_tests.soak.MessengerTests.test_relay_C_Python .................... pass
proton_tests.soak.MessengerTests.test_relay_C_SSL ....................... pass
proton_tests.soak.MessengerTests.test_relay_Python ...................... pass
proton_tests.soak.MessengerTests.test_relay_valgrind .................... skip
  Skipped: Skipping test - $VALGRIND not set.
proton_tests.soak.MessengerTests.test_star_topology_C ................... pass
proton_tests.soak.MessengerTests.test_star_topology_C_Python ............ pass
proton_tests.soak.MessengerTests.test_star_topology_C_SSL ............... pass
proton_tests.soak.MessengerTests.test_star_topology_Python .............. pass
proton_tests.soak.MessengerTests.test_star_topology_Python_C ............ pass
proton_tests.soak.MessengerTests.test_star_topology_valgrind ............ skip
  Skipped: Skipping test - $VALGRIND not set.
proton_tests.ssl.MessengerSSLTests.test_client_credentials .............. pass
proton_tests.ssl.MessengerSSLTests.test_client_credentials_bad_cert ..... pass
proton_tests.ssl.MessengerSSLTests.test_client_credentials_bad_password . pass
proton_tests.ssl.MessengerSSLTests.test_client_credentials_bad_trusted .. pass
proton_tests.ssl.MessengerSSLTests.test_client_credentials_untrusted .... pass
proton_tests.ssl.MessengerSSLTests.test_server_credentials .............. pass
proton_tests.ssl.MessengerSSLTests.test_server_credentials_bad_cert ..... pass
proton_tests.ssl.MessengerSSLTests.test_server_credentials_bad_key ...... pass
proton_tests.ssl.MessengerSSLTests.test_server_credentials_bad_password . pass
proton_tests.ssl.SslTest. \
    test_allow_unsecured_client_which_connects_secured .................. pass
proton_tests.ssl.SslTest. \
    test_allow_unsecured_client_which_connects_unsecured ................ pass
proton_tests.ssl.SslTest.test_bad_server_certificate .................... pass
proton_tests.ssl.SslTest.test_client_authentication ..................... pass
proton_tests.ssl.SslTest.test_client_authentication_fail_bad_cert ....... pass
proton_tests.ssl.SslTest.test_client_authentication_fail_no_cert ........ pass
proton_tests.ssl.SslTest.test_client_server_authentication .............. pass
proton_tests.ssl.SslTest.test_defaults .................................. pass
proton_tests.ssl.SslTest.test_defaults_messenger_app .................... pass
proton_tests.ssl.SslTest.test_disallow_unsecured_client ................. pass
proton_tests.ssl.SslTest.test_multiple_sessions ......................... pass
proton_tests.ssl.SslTest.test_server_authentication ..................... pass
proton_tests.ssl.SslTest.test_server_authentication_messenger_app ....... pass
proton_tests.ssl.SslTest.test_server_certificate ........................ pass
proton_tests.ssl.SslTest.test_server_hostname_authentication ............ pass
proton_tests.ssl.SslTest.test_server_only_authentication ................ pass
proton_tests.ssl.SslTest.test_session_resume ............................ pass
proton_tests.ssl.SslTest.test_singleton ................................. pass
proton_tests.ssl.SslTest.test_ssl_with_small_buffer ..................... pass
proton_tests.transport.ClientTransportTest.testBigGarbage ............... pass
proton_tests.transport.ClientTransportTest.testBindAfterOpen ............ pass
proton_tests.transport.ClientTransportTest.testCloseHead ................ pass
proton_tests.transport.ClientTransportTest.testCloseTail ................ pass
proton_tests.transport.ClientTransportTest.testEOS ...................... pass
proton_tests.transport.ClientTransportTest.testGarbage .................. pass
proton_tests.transport.ClientTransportTest.testHeader ................... pass
proton_tests.transport.ClientTransportTest.testHeaderBadDOFF1 ........... pass
proton_tests.transport.ClientTransportTest.testHeaderBadDOFF2 ........... pass
proton_tests.transport.ClientTransportTest.testHeaderBadSize ............ pass
proton_tests.transport.ClientTransportTest.testPartial .................. pass
proton_tests.transport.ClientTransportTest.testPeek ..................... pass
proton_tests.transport.ClientTransportTest.testProtocolNotSupported ..... pass
proton_tests.transport.ClientTransportTest.testSmallGarbage ............. pass
proton_tests.transport.ClientTransportTest.testUnpairedPop .............. pass
proton_tests.transport.LogTest.testTracer ............................... pass
proton_tests.transport.ServerTransportTest.testBigGarbage ............... pass
proton_tests.transport.ServerTransportTest.testBindAfterOpen ............ pass
proton_tests.transport.ServerTransportTest.testCloseHead ................ pass
proton_tests.transport.ServerTransportTest.testCloseTail ................ pass
proton_tests.transport.ServerTransportTest.testEOS ...................... pass
proton_tests.transport.ServerTransportTest.testEOSAfterSASL ............. pass
proton_tests.transport.ServerTransportTest.testGarbage .................. pass
proton_tests.transport.ServerTransportTest.testHeader ................... pass
proton_tests.transport.ServerTransportTest.testPartial .................. pass
proton_tests.transport.ServerTransportTest.testPeek ..................... pass
proton_tests.transport.ServerTransportTest.testProtocolNotSupported ..... pass
proton_tests.transport.ServerTransportTest.testSmallGarbage ............. pass
proton_tests.transport.ServerTransportTest.testUnpairedPop .............. pass
proton_tests.url.UrlTest.testAmqps ...................................... pass
proton_tests.url.UrlTest.testArgs ....................................... pass
proton_tests.url.UrlTest.testDefaults ................................... pass
proton_tests.url.UrlTest.testEqual ...................................... pass
proton_tests.url.UrlTest.testMissing .................................... pass
proton_tests.url.UrlTest.testPort ....................................... pass
proton_tests.url.UrlTest.testUrl ........................................ pass
proton_tests.utils.SyncRequestResponseTest.test_request_response ........ pass
Totals: 405 tests, 330 passed, 15 skipped, 0 ignored, 60 failed
Build step 'Execute shell' marked build as failure
Recording test results

Jenkins build is back to normal : Qpid-proton-c #892

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-proton-c/892/changes>


Build failed in Jenkins: Qpid-proton-c #891

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-proton-c/891/changes>

Changes:

[aconway] PROTON-1068: c++ remove counted_ptr and context types from public API

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu3 (Ubuntu ubuntu legacy-ubuntu) in workspace <https://builds.apache.org/job/Qpid-proton-c/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://git-wip-us.apache.org/repos/asf/qpid-proton.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress http://git-wip-us.apache.org/repos/asf/qpid-proton.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 5045ec0320441089fe61d4b338d3b89da77da45a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5045ec0320441089fe61d4b338d3b89da77da45a
 > git rev-list 85015094edf2ed86bebf44f93d5eaa750b4f7d29 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson9193357597705447380.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-89-generic #127-Ubuntu SMP Tue Jul 28 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux lsb_release: Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Release: 12.04 Codename: precise User: jenkins
Java home: /home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b37-1.13.9-1ubuntu0.12.04.1
openjdk-7-jdk 7u91-2.6.3-0ubuntu0.12.04.1
python 2.7.3-0ubuntu2.2
ruby 4.8
sun-java6-jdk 6.26-2lucid1
swig 2.0.4+really2.0.4-4ubuntu2
swig2.0 2.0.4+really2.0.4-4ubuntu2
=========================
/usr/bin/python
/usr/bin/swig
CMakeLists.txt
DEVELOPERS.md
INSTALL.md
LICENSE
NOTICE
README.md
RELEASE.md
TODO
appveyor.yml
bin
config.bat.in
config.sh.in
contrib
cpp.cmake
design
docs
examples
pom.xml
proton-c
proton-j
tests
tools
version.txt
-- The C compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- The CXX compiler identification is GNU
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Build type is "DEBUG"
-- PN_VERSION: 0.12.0 (SNAPSHOT)
-- Found Java: /home/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.7/bin/java 
-- Can't locate the valgrind command; no run-time error detection
-- checking for module 'openssl'
--   found openssl, version 1.0.1
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1..1")
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
-- Found SWIG: /usr/bin/swig2.0 (found version "2.0.4")
-- Found CyrusSASL: /usr/lib/x86_64-linux-gnu/libsasl2.so 
-- Looking for clock_gettime
-- Looking for clock_gettime - not found.
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for atoll
-- Looking for atoll - found
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Found PythonLibs: /usr/lib/libpython2.7.so (Required is exact version "2.7.3")
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-e:1: Use RbConfig instead of obsolete and deprecated Config.
-- Could NOT find Ruby (missing:  RUBY_LIBRARY) (found version "1.9.1")
-- Found Perl: /usr/bin/perl 
-- Could NOT find PerlLibs (missing:  PERL_LIBRARY) (found version "5.14.2")
-- Trying alternative search for Perl
-- Looking for libperl.so.5.14.2
-- Found PerlLibs: /usr/lib/libperl.so.5.14.2
-- Performing Test HAS_LONG_LONG
-- Performing Test HAS_LONG_LONG - Failed
-- Performing Test HAS_STD_PTR
-- Performing Test HAS_STD_PTR - Failed
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- The tox tool is not available - skipping the python-tox-tests
-- Cannot find ruby, skipping ruby tests
-- Configuring done
-- Generating done
-- Build files have been written to: /x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/build
Scanning dependencies of target proton-j
[  1%] Building Java objects for proton-j.jar
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
[  1%] Generating CMakeFiles/proton-j.dir/java_class_filelist
[  2%] Creating Java archive proton-j-0.12.0.jar
Rebuilding proton-j-0.12.0.jar to include missing resources
[  2%] Built target proton-j
[  3%] Generating src/protocol.h
[  3%] Generating src/encodings.h
Scanning dependencies of target qpid-proton
[  4%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/object/object.c.o
[  4%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/object/list.c.o
[  5%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/object/map.c.o
[  6%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/object/string.c.o
[  6%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/object/iterator.c.o
[  7%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/object/record.c.o
[  8%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/log.c.o
[  8%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/util.c.o
[  9%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/url.c.o
[ 10%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/error.c.o
[ 11%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/buffer.c.o
[ 11%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/parser.c.o
[ 12%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/scanner.c.o
[ 13%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/types.c.o
[ 13%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/framing/framing.c.o
[ 14%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/codec/codec.c.o
[ 15%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/codec/decoder.c.o
[ 15%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/codec/encoder.c.o
[ 16%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/dispatcher/dispatcher.c.o
[ 17%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/engine/engine.c.o
[ 17%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/events/event.c.o
[ 18%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/transport/autodetect.c.o
[ 19%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/transport/transport.c.o
[ 20%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/message/message.c.o
[ 20%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/reactor/reactor.c.o
[ 21%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/reactor/handler.c.o
[ 22%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/reactor/connection.c.o
[ 22%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/reactor/acceptor.c.o
[ 23%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/reactor/timer.c.o
[ 24%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/handlers/handshaker.c.o
[ 24%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/handlers/iohandler.c.o
[ 25%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/handlers/flowcontroller.c.o
[ 26%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/messenger/messenger.c.o
[ 26%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/messenger/subscription.c.o
[ 27%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/messenger/store.c.o
[ 28%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/messenger/transform.c.o
[ 28%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/selectable.c.o
[ 29%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/posix/io.c.o
[ 30%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/posix/selector.c.o
[ 31%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/platform.c.o
[ 31%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/sasl/sasl.c.o
[ 32%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/sasl/cyrus_sasl.c.o
[ 33%] Building C object proton-c/CMakeFiles/qpid-proton.dir/src/ssl/openssl.c.o
Linking C shared library libqpid-proton.so
[ 33%] Built target qpid-proton
Scanning dependencies of target proton-dump
[ 34%] Building C object proton-c/CMakeFiles/proton-dump.dir/src/proton-dump.c.o
Linking C executable proton-dump
[ 34%] Built target proton-dump
Scanning dependencies of target qpid-proton-cpp
[ 35%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/acceptor.cpp.o
[ 35%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/blocking_connection.cpp.o
[ 36%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/blocking_connection_impl.cpp.o
[ 37%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/blocking_fetcher.cpp.o
[ 37%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/blocking_link.cpp.o
[ 38%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/blocking_receiver.cpp.o
[ 39%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/blocking_sender.cpp.o
[ 40%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/connection.cpp.o
[ 40%] Building CXX object proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/connection_options.cpp.o
In file included from /x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/cpp/src/connection_options.cpp:24:0:
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-c/bindings/cpp/include/proton/ssl.hpp:26:30: fatal error: proton/counted.hpp: No such file or directory
compilation terminated.
make[2]: *** [proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/connection_options.cpp.o] Error 1
make[1]: *** [proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?