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/07/06 01:52:35 UTC

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

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

Changes:

[prestona] PROTON-881: Initial commit of proton-j reactor implementation

[prestona] PROTON-881: Write an Echo example and get it working

[prestona] PROTON-881: Add a Cat example.

[prestona] PROTON-881: Add a Send example, and supporting changes in the reactor.

[prestona] PROTON-881: Add Recv sample and required code changes / additions to the reactor

[prestona] PROTON-881: Rough first pass at a proton-j -> proton-c interop. test.

[prestona] PROTON-881: Tidy up proton-j to proton-c reactor interop tests

[prestona] PROTON-881: Only try interoperation tests with proton-j if proton-j has been built!

[prestona] PROTON-881: Add reactor interop tests that send messages from proton-c to proton-j

[prestona] PROTON-881: Tidy up Selectable to remove bits of a c style record implementation

[prestona] PROTON-881: Add error handling for "accept socket connection" path through Acceptor

[prestona] PROTON-881: Add reactor unit tests based on those in proton-c/src/tests/reactor.c

[prestona] PROTON-881: Add code to release resources (e.g. sockets, selectors, etc.)

[prestona] PROTON-881: tidy up comments and TODO's

[rhs] PROTON-881: build the reactor interop test into the proton-j jar

[rhs] PROTON-877: workaround by forcing anonymous from the client

[rhs] PROTON-881: added a pom.xml for the reactor exampes

[rhs] PROTON-881: added Record attachments in favor of modifying endpoints to know about handlers

[rhs] fixed version

[rhs] fixed version and launcher scripts

[rhs] make the timer selectable read from the wakeup pipe

[rhs] added launcher script for examples; added null check to IOHandler.java

[dominic.evans] Replace localhost with 127.0.0.1 in interop tests

[rhs] PROTON-881: added Extendable interface for things that support attachments and modified the reactor code to use it for handlers

[rhs] PROTON-881: added a README with a bit of explanation of the reactor processing model

[rhs] PROTON-881: indent more for markdown

[prestona] PROTON-881: make unittests check for Java I/O object leaks

[rhs] first round of filling out jython shims; most of the python reactor examples pass in jython now with the exception of the ones that depend on file descriptors and tornado

[rhs] added more shim for selectabes; cat and echo still don't work because you can't select on files in java

[rhs] PROTON-881: Graceful handling of runtime exceptions thrown within handlers

[rhs] PROTON-881: Add relativePath to pom.xml for reactor examples

[rhs] Pulled in prestona's changes for exception handling and fixed jython shim accordingly. This closes #37.

[rhs] Revert "PROTON-877: workaround by forcing anonymous from the client"

[rhs] implemented sasl sniffing for proton-j; this allows the reactor interop tests to pass

------------------------------------------
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 46edaebeb92fa780120f17aa8ac0b54d2feaa8b9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 46edaebeb92fa780120f17aa8ac0b54d2feaa8b9
 > git rev-list e4c99b936d776b16b482aa5ef1c2e34f3177620d # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson3735182687846931262.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- The tox tool is not available - skipping the python-tox-tests
-- Skipping Ruby tests: missing dependencies
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:95: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:125: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[bozzo] PROTON-928: cancellable tasks

[bozzo] PROTON-937: LinkImpl.localOpen() does not initialize source and target

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 f6d74a47d1f3f4ee3f4f3a444e239a209276f928 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f6d74a47d1f3f4ee3f4f3a444e239a209276f928
 > git rev-list 09af37524ee71951e27e4af883eaac2fdffc3f19 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson8893596851060446696.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

------------------------------------------
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 09af37524ee71951e27e4af883eaac2fdffc3f19 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 09af37524ee71951e27e4af883eaac2fdffc3f19
 > git rev-list 09af37524ee71951e27e4af883eaac2fdffc3f19 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson391089232289883283.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[kgiusti] NO-JIRA: fix the search for proton-j in the interopt test

------------------------------------------
Started by an SCM change
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 09af37524ee71951e27e4af883eaac2fdffc3f19 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 09af37524ee71951e27e4af883eaac2fdffc3f19
 > git rev-list 898cc0a7dd03d4b4cc2de0a481060d3939189c01 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson2777433953195173462.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[kgiusti] NO-JIRA: fix python3 incompatible syntax

------------------------------------------
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 898cc0a7dd03d4b4cc2de0a481060d3939189c01 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 898cc0a7dd03d4b4cc2de0a481060d3939189c01
 > git rev-list c6499b687cce4102655db2d7012bc7cbc9bcd1fd # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson5624596021681068199.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[astitcher] PROTON-933: Workaround for seeming bug in Cyrus SASL GSSAPI buffer size reporting

------------------------------------------
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 c6499b687cce4102655db2d7012bc7cbc9bcd1fd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c6499b687cce4102655db2d7012bc7cbc9bcd1fd
 > git rev-list 89fca58f484ffbcb3e8baa8ef9d82964672d111f # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson3015736767266330334.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[aconway] NO-JIRA: Don't run ruby tests if BUILD_RUBY is OFF.

[aconway] NO-JIRA: Fix bug in pn_data_point, saving point when parent = current = 0.

[aconway] NO-JIRA: Add missing CLASSPATH needed to run python tests in proton-c/CMakeLists.txt

------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 89fca58f484ffbcb3e8baa8ef9d82964672d111f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 89fca58f484ffbcb3e8baa8ef9d82964672d111f
 > git rev-list 3c14a0d1cf89b988529b98dc10c8f2c17abcdcf3 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson6844091876204796586.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[mgoulish] PROTON-925: use of UINT32_MAX is breaking some builds.  Getting better

------------------------------------------
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 3c14a0d1cf89b988529b98dc10c8f2c17abcdcf3 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3c14a0d1cf89b988529b98dc10c8f2c17abcdcf3
 > git rev-list 940d843f36cb4cceb7f2a6bde8c5b78247392384 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson1384014799930301632.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- The tox tool is not available - skipping the python-tox-tests
-- Skipping Ruby tests: missing dependencies
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[rhs] wired in allowSkip

------------------------------------------
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 940d843f36cb4cceb7f2a6bde8c5b78247392384 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 940d843f36cb4cceb7f2a6bde8c5b78247392384
 > git rev-list 1d8a0a41ba0f0812808fcb3780a3aa59db4120ad # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson8495478948983549997.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- The tox tool is not available - skipping the python-tox-tests
-- Skipping Ruby tests: missing dependencies
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[rhs] add the jython shim to the class path in the JythonTest launcher

------------------------------------------
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 1d8a0a41ba0f0812808fcb3780a3aa59db4120ad (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d8a0a41ba0f0812808fcb3780a3aa59db4120ad
 > git rev-list 23a4e3bbb77e14cff6366d7a87aa804f84baa7f6 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson7250312930483302612.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- The tox tool is not available - skipping the python-tox-tests
-- Skipping Ruby tests: missing dependencies
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[gsim] PROTON-927: reverse previous change pending investigation into segfault on windows in the added test

------------------------------------------
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 23a4e3bbb77e14cff6366d7a87aa804f84baa7f6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23a4e3bbb77e14cff6366d7a87aa804f84baa7f6
 > git rev-list 149725943f980241445b53ef9d6a6e97754af3fd # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson9079534574031969991.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- The tox tool is not available - skipping the python-tox-tests
-- Skipping Ruby tests: missing dependencies
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results

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

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

Changes:

[rhs] PROTON-881: Make connect a non-blocking operation

[rhs] PROTON-881: Tidy up TODOs in proton-j reactor code

[rhs] PROTON-881: Tidy up and doc reactor interfaces

[rhs] PROTON-881: Tidy up proton-j reactor examples

------------------------------------------
Started by an SCM change
Started by an SCM change
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
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git --version # timeout=10
 > git 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 149725943f980241445b53ef9d6a6e97754af3fd (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 149725943f980241445b53ef9d6a6e97754af3fd
 > git rev-list 46edaebeb92fa780120f17aa8ac0b54d2feaa8b9 # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/hudson3102966212941477865.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux hemera 3.2.0-75-generic #110-Ubuntu SMP Tue Dec 16 19:11:55 UTC 2014 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:
=========================
Listing installed packages
cmake 2.8.7-0ubuntu5
openjdk-6-jdk 6b35-1.13.7-1ubuntu0.12.04.2
openjdk-7-jdk 7u79-2.5.5-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
TODO
appveyor.yml
bin
build
config.bat.in
config.sh.in
contrib
design
docs
examples
pom.xml
proton-c
proton-j
target
testresults
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
-- Build type is "DEBUG"
-- PN_VERSION: 0.10 (SNAPSHOT)
-- Found Java: /usr/bin/java 
-- 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
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-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
-- Node.js (http://nodejs.org) is not installed: can't build JavaScript binding
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include files INTTYPES_AVAILABLE
-- Looking for include files INTTYPES_AVAILABLE - found
-- Can't locate the valgrind command; no run-time error detection
-- The tox tool is not available - skipping the python-tox-tests
-- Skipping Ruby tests: missing dependencies
-- 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
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:90: cannot find symbol
symbol  : method bind(java.net.InetSocketAddress)
location: class java.nio.channels.ServerSocketChannel
        ssc.bind(new InetSocketAddress(host, port));
           ^
/x1/jenkins/jenkins-slave/workspace/Qpid-proton-c/proton-j/src/main/java/org/apache/qpid/proton/reactor/impl/AcceptorImpl.java:119: cannot find symbol
symbol  : method getLocalAddress()
location: class java.nio.channels.ServerSocketChannel
        return ((InetSocketAddress)ssc.getLocalAddress()).getPort();
                                      ^
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.
2 errors
make[2]: *** [proton-j/CMakeFiles/proton-j.dir/java_compiled_proton-j] Error 1
make[1]: *** [proton-j/CMakeFiles/proton-j.dir/all] Error 2
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results