See 
<https://builds.apache.org/job/Qpid-proton-c/1737/display/redirect?page=changes>

Changes:

[aconway] PROTON-1823: [c] pn_message_send() simplified message sending for C

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H35 (ubuntu xenial) in workspace 
<https://builds.apache.org/job/Qpid-proton-c/ws/>
Cloning the remote Git repository
Cloning repository http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > git init <https://builds.apache.org/job/Qpid-proton-c/ws/> # 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 config remote.origin.url 
 > http://git-wip-us.apache.org/repos/asf/qpid-proton.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > 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
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from 
http://git-wip-us.apache.org/repos/asf/qpid-proton.git
 > 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 dc724c140d23158ac3059292b27962cc276acdc8 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dc724c140d23158ac3059292b27962cc276acdc8
Commit message: "PROTON-1823: [c] pn_message_send() simplified message sending 
for C"
 > git rev-list --no-walk 3cb7a5c672d9f817a498684ac7057bcccc713eda # timeout=10
[Qpid-proton-c] $ /bin/bash -e /tmp/jenkins2612974721695080209.sh
No LSB modules are available.
Arch: x86_64 Uname: Linux asf935.gq1.ygridcore.net 4.4.0-98-generic #121-Ubuntu 
SMP Tue Oct 10 14:24:03 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux lsb_release: 
Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: 
xenial User: jenkins
=========================
Listing installed packages
cmake 3.5.1-1ubuntu3
python 2.7.12-1~16.04
ruby 1:2.3.0+1
swig3.0 3.0.8-0ubuntu3
swig 3.0.8-0ubuntu3
=========================
/usr/bin/python
/usr/bin/swig
PATH=/home/jenkins/.local/bin:/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
Collecting tox
  Downloading tox-3.0.0-py2.py3-none-any.whl (60kB)
Requirement already up-to-date: pluggy<1.0,>=0.3.0 in 
/home/jenkins/.local/lib/python2.7/site-packages (from tox)
Requirement already up-to-date: six in /usr/local/lib/python2.7/dist-packages 
(from tox)
Collecting virtualenv>=1.11.2 (from tox)
  Downloading virtualenv-15.2.0-py2.py3-none-any.whl (2.6MB)
Collecting py>=1.4.17 (from tox)
  Downloading py-1.5.3-py2.py3-none-any.whl (84kB)
Installing collected packages: virtualenv, py, tox
  Found existing installation: virtualenv 15.1.0
    Uninstalling virtualenv-15.1.0:
      Successfully uninstalled virtualenv-15.1.0
  Found existing installation: py 1.5.2
    Uninstalling py-1.5.2:
      Successfully uninstalled py-1.5.2
  Found existing installation: tox 2.9.1
    Uninstalling tox-2.9.1:
      Successfully uninstalled tox-2.9.1
Successfully installed py-1.5.3 tox-3.0.0 virtualenv-15.2.0
c
CMakeLists.txt
cpp
docs
go
INSTALL.md
LICENSE.txt
misc
NOTICE.txt
python
README.md
ruby
scripts
tests
tools
VERSION.txt
-- The C compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found OpenSSL: 
/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so 
(found version "1.0.2g") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found PythonInterp: /usr/bin/python (found version "2.7.12") 
-- Found SWIG: /usr/bin/swig3.0 (found version "3.0.8") 
-- Found CyrusSASL: /usr/lib/x86_64-linux-gnu/libsasl2.so  
-- Looking for a CXX compiler
-- Looking for a CXX compiler - /usr/bin/c++
-- The CXX compiler identification is GNU 5.4.0
-- 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build type is "DEBUG"
-- PN_VERSION: 0.23.0 (SNAPSHOT)
-- Can't locate the valgrind command; no run-time error detection
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for strerror_r
-- Looking for strerror_r - found
-- Looking for atoll
-- Looking for atoll - found
-- Looking for epoll_wait
-- Looking for epoll_wait - found
-- Building the epoll proactor
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable 
exact version "2.7.12") 
-- Found Ruby: /usr/bin/ruby (found version "2.3.0") 
-- Compiling C++11 examples: ON
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Found Go: /usr/bin/go (go version go1.6.2 linux/amd64)
-- Configuring done
-- Generating done
-- Build files have been written to: 
<https://builds.apache.org/job/Qpid-proton-c/ws/build>
Scanning dependencies of target generated_c_files
[  1%] Generating src/protocol.h
[  1%] Generating src/encodings.h
[  1%] Built target generated_c_files
Scanning dependencies of target qpid-proton
[  1%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/object/object.c.o
[  1%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/object/list.c.o
[  2%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/object/map.c.o
[  2%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/object/string.c.o
[  3%] Building C object 
c/CMakeFiles/qpid-proton.dir/src/core/object/iterator.c.o
[  3%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/object/record.c.o
[  3%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/log.c.o
[  4%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/util.c.o
[  4%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/error.c.o
[  4%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/buffer.c.o
[  5%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/types.c.o
[  5%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/framing.c.o
[  5%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/codec.c.o
[  6%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/decoder.c.o
[  6%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/encoder.c.o
[  7%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/dispatcher.c.o
[  7%] Building C object 
c/CMakeFiles/qpid-proton.dir/src/core/connection_driver.c.o
[  7%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/engine.c.o
[  8%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/event.c.o
[  8%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/autodetect.c.o
[  8%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/transport.c.o
[  9%] Building C object c/CMakeFiles/qpid-proton.dir/src/core/message.c.o
In file included from 
<https://builds.apache.org/job/Qpid-proton-c/ws/c/src/core/message-internal.h>:23:0,
                 from 
<https://builds.apache.org/job/Qpid-proton-c/ws/c/src/core/message.c>:25:
<https://builds.apache.org/job/Qpid-proton-c/ws/build/c/include/proton/message.h>:760:73:
 error: unknown type name 'rwbytes_t'
 PN_EXTERN ssize_t pn_message_send(pn_message_t *msg, pn_link_t *sender, 
rwbytes_t *buf);
                                                                         ^
c/CMakeFiles/qpid-proton.dir/build.make:574: recipe for target 
'c/CMakeFiles/qpid-proton.dir/src/core/message.c.o' failed
make[2]: *** [c/CMakeFiles/qpid-proton.dir/src/core/message.c.o] Error 1
CMakeFiles/Makefile2:1061: recipe for target 'c/CMakeFiles/qpid-proton.dir/all' 
failed
make[1]: *** [c/CMakeFiles/qpid-proton.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?

Reply via email to