See
<
https://ci.centos.org/job/libvirt-python-build/systems=libvirt-centos-6/1...
Changes:
[crobinso] Post-release version bump to 2.2.0
[crobinso] Python binding for node poll lifecycle events API
[crobinso] event-test: Add node device lifecycle event tests
------------------------------------------
Started by upstream project "libvirt-python-build" build number 1169
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-centos-6 (libvirt) in workspace
<
https://ci.centos.org/job/libvirt-python-build/systems=libvirt-centos-6/w...
Cloning the remote Git repository
Cloning repository
git://n64.pufty.ci.centos.org/libvirt-python.git
Fetching upstream changes from
git://n64.pufty.ci.centos.org/libvirt-python.git
git --version # timeout=10
git fetch --tags --progress
git://n64.pufty.ci.centos.org/libvirt-python.git
+refs/heads/*:refs/remotes/origin/*
git config remote.origin.url
git://n64.pufty.ci.centos.org/libvirt-python.git #
timeout=10
git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
git config remote.origin.url
git://n64.pufty.ci.centos.org/libvirt-python.git #
timeout=10
Fetching upstream changes from
git://n64.pufty.ci.centos.org/libvirt-python.git
git fetch --tags --progress
git://n64.pufty.ci.centos.org/libvirt-python.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 8b2d5c06432673c2f4c72c2abfbae06886aa1134
(refs/remotes/origin/master)
git config core.sparsecheckout # timeout=10
git checkout -f 8b2d5c06432673c2f4c72c2abfbae06886aa1134
git rev-list bdfa319eac9aabc4befc206ea4ee65b48a251a77 # timeout=10
Cleaning
workspace
git rev-parse --verify HEAD # timeout=10
Resetting working
tree
git reset --hard # timeout=10
git clean -fdx # timeout=10
[libvirt-centos-6] $ /bin/sh -xe
/tmp/hudson7325284785702516549.sh
+ PREFIX=/home/jenkins/build/libvirt
+ ./setup.py build
running build
/usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt
/usr/bin/python generator.py libvirt
/home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml
Found 413 functions in /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml
Found 0 functions in libvirt-override-api.xml
Generated 343 wrapper functions
/usr/bin/python generator.py libvirt-qemu
/home/jenkins/build/libvirt/share/libvirt/api/libvirt-qemu-api.xml
Found 5 functions in /home/jenkins/build/libvirt/share/libvirt/api/libvirt-qemu-api.xml
Found 0 functions in libvirt-qemu-override-api.xml
Generated 3 wrapper functions
/usr/bin/pkg-config --atleast-version=1.0.2 libvirt
/usr/bin/python generator.py libvirt-lxc
/home/jenkins/build/libvirt/share/libvirt/api/libvirt-lxc-api.xml
Found 4 functions in /home/jenkins/build/libvirt/share/libvirt/api/libvirt-lxc-api.xml
Found 0 functions in libvirt-lxc-override-api.xml
Generated 2 wrapper functions
running build_py
creating build/lib.linux-x86_64-2.6
copying build/libvirt.py -> build/lib.linux-x86_64-2.6
copying build/libvirt_qemu.py -> build/lib.linux-x86_64-2.6
copying build/libvirt_lxc.py -> build/lib.linux-x86_64-2.6
running build_ext
building 'libvirtmod' extension
creating build/temp.linux-x86_64-2.6
creating build/temp.linux-x86_64-2.6/build
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I.
-I/usr/include/python2.6 -c libvirt-override.c -o
build/temp.linux-x86_64-2.6/libvirt-override.o
libvirt-override.c: In function ‘libvirt_virConnectNodeDeviceEventRegisterAny’:
libvirt-override.c:9080: error: ‘virConnectNodeDeviceEventGenericCallback’ undeclared
(first use in this function)
libvirt-override.c:9080: error: (Each undeclared identifier is reported only once
libvirt-override.c:9080: error: for each function it appears in.)
libvirt-override.c:9080: error: expected ‘;’ before ‘cb’
libvirt-override.c:9096: error: ‘virNodeDeviceEventID’ undeclared (first use in this
function)
libvirt-override.c:9096: error: expected ‘)’ before ‘eventID’
libvirt-override.c:9097: error: ‘VIR_NODE_DEVICE_EVENT_ID_LIFECYCLE’ undeclared (first use
in this function)
libvirt-override.c:9098: error: ‘cb’ undeclared (first use in this function)
libvirt-override.c:9098: warning: implicit declaration of function
‘VIR_NODE_DEVICE_EVENT_CALLBACK’
libvirt-override.c:9101: error: ‘VIR_NODE_DEVICE_EVENT_ID_LAST’ undeclared (first use in
this function)
libvirt-override.c:9112: warning: implicit declaration of function
‘virConnectNodeDeviceEventRegisterAny’
libvirt-override.c: In function ‘libvirt_virConnectNodeDeviceEventDeregisterAny’:
libvirt-override.c:9147: warning: implicit declaration of function
‘virConnectNodeDeviceEventDeregisterAny’
error: command 'gcc' failed with exit status 1
Build step 'Execute shell' marked build as failure