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/07 22:34:16 UTC

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

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