[Libvirt-ci] Build failed in Jenkins: libvirt-python-build » libvirt-fedora-21 #1169
by ci@centos.org
See <https://ci.centos.org/job/libvirt-python-build/systems=libvirt-fedora-21/...>
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-fedora-21 (libvirt) in workspace <https://ci.centos.org/job/libvirt-python-build/systems=libvirt-fedora-21/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> 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 --version # timeout=10
> git -c core.askpass=true 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-fedora-21] $ /bin/sh -xe /tmp/hudson385922882371850063.sh
+ PREFIX=/home/jenkins/build/libvirt
+ ./setup.py build
running build
/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
/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.7
copying build/libvirt.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_qemu.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_lxc.py -> build/lib.linux-x86_64-2.7
running build_ext
building 'libvirtmod' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/build
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I. -I/usr/include/python2.7 -c libvirt-override.c -o build/temp.linux-x86_64-2.7/libvirt-override.o
libvirt-override.c: In function ‘libvirt_virConnectNodeDeviceEventRegisterAny’:
libvirt-override.c:9080:5: error: unknown type name ‘virConnectNodeDeviceEventGenericCallback’
virConnectNodeDeviceEventGenericCallback cb = NULL;
^
libvirt-override.c:9080:51: warning: initialization makes integer from pointer without a cast
virConnectNodeDeviceEventGenericCallback cb = NULL;
^
libvirt-override.c:9096:14: error: ‘virNodeDeviceEventID’ undeclared (first use in this function)
switch ((virNodeDeviceEventID) eventID) {
^
libvirt-override.c:9096:14: note: each undeclared identifier is reported only once for each function it appears in
libvirt-override.c:9096:36: error: expected ‘)’ before ‘eventID’
switch ((virNodeDeviceEventID) eventID) {
^
libvirt-override.c:9097:10: error: ‘VIR_NODE_DEVICE_EVENT_ID_LIFECYCLE’ undeclared (first use in this function)
case VIR_NODE_DEVICE_EVENT_ID_LIFECYCLE:
^
libvirt-override.c:9098:9: warning: implicit declaration of function ‘VIR_NODE_DEVICE_EVENT_CALLBACK’ [-Wimplicit-function-declaration]
cb = VIR_NODE_DEVICE_EVENT_CALLBACK(libvirt_virConnectNodeDeviceEventLifecycleCallback);
^
libvirt-override.c:9101:10: error: ‘VIR_NODE_DEVICE_EVENT_ID_LAST’ undeclared (first use in this function)
case VIR_NODE_DEVICE_EVENT_ID_LAST:
^
libvirt-override.c:9112:5: warning: implicit declaration of function ‘virConnectNodeDeviceEventRegisterAny’ [-Wimplicit-function-declaration]
ret = virConnectNodeDeviceEventRegisterAny(conn,
^
libvirt-override.c: In function ‘libvirt_virConnectNodeDeviceEventDeregisterAny’:
libvirt-override.c:9147:5: warning: implicit declaration of function ‘virConnectNodeDeviceEventDeregisterAny’ [-Wimplicit-function-declaration]
ret = virConnectNodeDeviceEventDeregisterAny(conn, callbackID);
^
error: command 'gcc' failed with exit status 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-python-build » libvirt-centos-6 #1169
by ci@centos.org
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/ws/>
Cloning the remote Git repository
Cloning repository git://n64.pufty.ci.centos.org/libvirt-python.git
> git init <https://ci.centos.org/job/libvirt-python-build/systems=libvirt-centos-6/ws/> # timeout=10
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
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-python-build » libvirt-fedora-22 #1169
by ci@centos.org
See <https://ci.centos.org/job/libvirt-python-build/systems=libvirt-fedora-22/...>
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-fedora-22 (libvirt) in workspace <https://ci.centos.org/job/libvirt-python-build/systems=libvirt-fedora-22/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> 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 --version # timeout=10
> git -c core.askpass=true 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-fedora-22] $ /bin/sh -xe /tmp/hudson1310028926629180872.sh
+ PREFIX=/home/jenkins/build/libvirt
+ ./setup.py build
running build
/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
/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.7
copying build/libvirt.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_qemu.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_lxc.py -> build/lib.linux-x86_64-2.7
running build_ext
building 'libvirtmod' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/build
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I. -I/usr/include/python2.7 -c libvirt-override.c -o build/temp.linux-x86_64-2.7/libvirt-override.o
libvirt-override.c: In function ‘libvirt_virConnectNodeDeviceEventRegisterAny’:
libvirt-override.c:9080:5: error: unknown type name ‘virConnectNodeDeviceEventGenericCallback’
virConnectNodeDeviceEventGenericCallback cb = NULL;
^
libvirt-override.c:9096:14: error: ‘virNodeDeviceEventID’ undeclared (first use in this function)
switch ((virNodeDeviceEventID) eventID) {
^
libvirt-override.c:9096:14: note: each undeclared identifier is reported only once for each function it appears in
libvirt-override.c:9096:36: error: expected ‘)’ before ‘eventID’
switch ((virNodeDeviceEventID) eventID) {
^
libvirt-override.c:9097:10: error: ‘VIR_NODE_DEVICE_EVENT_ID_LIFECYCLE’ undeclared (first use in this function)
case VIR_NODE_DEVICE_EVENT_ID_LIFECYCLE:
^
libvirt-override.c:9098:14: warning: implicit declaration of function ‘VIR_NODE_DEVICE_EVENT_CALLBACK’ [-Wimplicit-function-declaration]
cb = VIR_NODE_DEVICE_EVENT_CALLBACK(libvirt_virConnectNodeDeviceEventLifecycleCallback);
^
libvirt-override.c:9101:10: error: ‘VIR_NODE_DEVICE_EVENT_ID_LAST’ undeclared (first use in this function)
case VIR_NODE_DEVICE_EVENT_ID_LAST:
^
libvirt-override.c:9112:11: warning: implicit declaration of function ‘virConnectNodeDeviceEventRegisterAny’ [-Wimplicit-function-declaration]
ret = virConnectNodeDeviceEventRegisterAny(conn,
^
libvirt-override.c: In function ‘libvirt_virConnectNodeDeviceEventDeregisterAny’:
libvirt-override.c:9147:11: warning: implicit declaration of function ‘virConnectNodeDeviceEventDeregisterAny’ [-Wimplicit-function-declaration]
ret = virConnectNodeDeviceEventDeregisterAny(conn, callbackID);
^
error: command 'gcc' failed with exit status 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-python-build » libvirt-fedora-rawhide #1169
by ci@centos.org
See <https://ci.centos.org/job/libvirt-python-build/systems=libvirt-fedora-raw...>
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-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libvirt-python-build/systems=libvirt-fedora-raw...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> 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 --version # timeout=10
> git -c core.askpass=true 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-fedora-rawhide] $ /bin/sh -xe /tmp/hudson293005571145348154.sh
+ PREFIX=/home/jenkins/build/libvirt
+ ./setup.py build
running build
/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
/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.7
copying build/libvirt.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_qemu.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_lxc.py -> build/lib.linux-x86_64-2.7
running build_ext
building 'libvirtmod' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/build
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I. -I/usr/include/python2.7 -c libvirt-override.c -o build/temp.linux-x86_64-2.7/libvirt-override.o
libvirt-override.c: In function ‘libvirt_virConnectNodeDeviceEventRegisterAny’:
libvirt-override.c:9080:5: error: unknown type name ‘virConnectNodeDeviceEventGenericCallback’
virConnectNodeDeviceEventGenericCallback cb = NULL;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libvirt-override.c:9096:14: error: ‘virNodeDeviceEventID’ undeclared (first use in this function)
switch ((virNodeDeviceEventID) eventID) {
^~~~~~~~~~~~~~~~~~~~
libvirt-override.c:9096:14: note: each undeclared identifier is reported only once for each function it appears in
libvirt-override.c:9096:36: error: expected ‘)’ before ‘eventID’
switch ((virNodeDeviceEventID) eventID) {
^~~~~~~
libvirt-override.c:9097:10: error: ‘VIR_NODE_DEVICE_EVENT_ID_LIFECYCLE’ undeclared (first use in this function)
case VIR_NODE_DEVICE_EVENT_ID_LIFECYCLE:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libvirt-override.c:9098:14: warning: implicit declaration of function ‘VIR_NODE_DEVICE_EVENT_CALLBACK’ [-Wimplicit-function-declaration]
cb = VIR_NODE_DEVICE_EVENT_CALLBACK(libvirt_virConnectNodeDeviceEventLifecycleCallback);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libvirt-override.c:9101:10: error: ‘VIR_NODE_DEVICE_EVENT_ID_LAST’ undeclared (first use in this function)
case VIR_NODE_DEVICE_EVENT_ID_LAST:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libvirt-override.c:9112:11: warning: implicit declaration of function ‘virConnectNodeDeviceEventRegisterAny’ [-Wimplicit-function-declaration]
ret = virConnectNodeDeviceEventRegisterAny(conn,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libvirt-override.c: In function ‘libvirt_virConnectNodeDeviceEventDeregisterAny’:
libvirt-override.c:9147:11: warning: implicit declaration of function ‘virConnectNodeDeviceEventDeregisterAny’ [-Wimplicit-function-declaration]
ret = virConnectNodeDeviceEventDeregisterAny(conn, callbackID);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: command 'gcc' failed with exit status 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-build » libvirt-fedora-rawhide #1588
by ci@centos.org
See <https://ci.centos.org/job/libvirt-daemon-build/systems=libvirt-fedora-raw...>
------------------------------------------
Started by upstream project "libvirt-daemon-build" build number 1588
originally caused by:
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libvirt-daemon-build/systems=libvirt-fedora-raw...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git://n64.pufty.ci.centos.org/libvirt.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:810)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1738)
at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url git://n64.pufty.ci.centos.org/libvirt.git" returned status code 4:
stdout:
stderr: error: failed to write new configuration file <https://ci.centos.org/job/libvirt-daemon-build/systems=libvirt-fedora-raw...>
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1719)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1695)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1691)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1321)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1333)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1035)
at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
at sun.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:320)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:295)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:254)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to libvirt-fedora-rawhide(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
at hudson.remoting.Channel.call(Channel.java:781)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250)
at com.sun.proxy.$Proxy57.setRemoteUrl(Unknown Source)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:298)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:798)
... 11 more
ERROR: null
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-glib-build » libvirt-fedora-rawhide #1123
by ci@centos.org
See <https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...>
------------------------------------------
[...truncated 190 lines...]
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshadow... yes
checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
checking whether C compiler handles -Wstrict-aliasing... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=const... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-attribute=pure... yes
checking whether C compiler handles -Wswitch... yes
checking whether C compiler handles -Wsync-nand... yes
checking whether C compiler handles -Wtrampolines... yes
checking whether C compiler handles -Wtrigraphs... yes
checking whether C compiler handles -Wtype-limits... yes
checking whether C compiler handles -Wuninitialized... yes
checking whether C compiler handles -Wunknown-pragmas... yes
checking whether C compiler handles -Wunused... yes
checking whether C compiler handles -Wunused-but-set-parameter... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
checking whether C compiler handles -Wunused-function... yes
checking whether C compiler handles -Wunused-label... yes
checking whether C compiler handles -Wunused-local-typedefs... yes
checking whether C compiler handles -Wunused-parameter... yes
checking whether C compiler handles -Wunused-result... yes
checking whether C compiler handles -Wunused-value... yes
checking whether C compiler handles -Wunused-variable... yes
checking whether C compiler handles -Wvarargs... yes
checking whether C compiler handles -Wvariadic-macros... yes
checking whether C compiler handles -Wvector-operation-performance... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Wnormalized=nfc... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wjump-misses-init... (cached) yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -fstack-protector-strong... yes
checking whether C compiler handles -fexceptions... yes
checking whether C compiler handles -fasynchronous-unwind-tables... yes
checking whether C compiler handles -fipa-pure-const... yes
checking whether C compiler handles -Wno-suggest-attribute=pure... yes
checking whether C compiler handles -Wno-suggest-attribute=const... yes
checking whether C compiler handles -Werror... yes
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBVIRT... yes
checking for virDomainOpenGraphicsFD... yes
checking for virNetworkGetDHCPLeases... yes
checking for GLIB2... yes
checking for GTHREAD2... yes
checking for GOBJECT2... yes
checking for GIO2... yes
checking for LIBXML2... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /bin/intltool-update
checking for intltool-merge... /bin/intltool-merge
checking for intltool-extract... /bin/intltool-extract
checking for xgettext... /bin/xgettext
checking for msgmerge... /bin/msgmerge
checking for msgfmt... /bin/msgfmt
checking for gmsgfmt... /bin/msgfmt
checking for perl... /bin/perl
checking for perl >= 5.8.1... 5.24.0
checking for XML::Parser... ok
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /bin/gtkdoc-check
checking for gtkdoc-rebase... /bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... yes
checking for GTKDOC_DEPS... yes
Found python in /bin/python
Found Python version 2.7
checking for gobject-introspection... yes
checking for vapigen... /bin/vapigen
checking /bin/vapigen support for --metadatadir... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libvirt-glib/Makefile
config.status: creating libvirt-gconfig/Makefile
config.status: creating libvirt-gconfig/tests/Makefile
config.status: creating libvirt-gobject/Makefile
config.status: creating examples/Makefile
config.status: creating python/Makefile
config.status: creating vapi/Makefile
config.status: creating docs/Makefile
config.status: creating docs/libvirt-glib/Makefile
config.status: creating docs/libvirt-glib/version.xml
config.status: creating docs/libvirt-gobject/Makefile
config.status: creating docs/libvirt-gconfig/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating libvirt-glib-1.0.pc
config.status: creating libvirt-gconfig-1.0.pc
config.status: creating libvirt-gobject-1.0.pc
config.status: creating libvirt-glib.spec
config.status: creating mingw-libvirt-glib.spec
config.status: creating config.h
config.status: linking ../GNUmakefile to GNUmakefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
Now type 'make' to compile libvirt-glib.
+ make -j3
make all-recursive
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
Making all in libvirt-glib
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
CC libvirt_glib_1_0_la-libvirt-glib-error.lo
CC libvirt_glib_1_0_la-libvirt-glib-event.lo
CC libvirt_glib_1_0_la-libvirt-glib-main.lo
CCLD libvirt-glib-1.0.la
GISCAN LibvirtGLib-1.0.gir
GICOMP LibvirtGLib-1.0.gir
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
Making all in libvirt-gconfig
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
GEN libvirt-gconfig-enum-types.h
GEN libvirt-gconfig-enum-types.c
make all-recursive
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
Making all in .
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
CC libvirt_gconfig_1_0_la-libvirt-gconfig-object.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-main.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-feature.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-model.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-cpu-topology.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-arch.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-domain.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-guest-feature.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-capabilities-host-secmodel.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-pci.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-address-usb.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-channel.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-pty.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spiceport.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-spicevmc.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-chardev-source-unix.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-clock.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-console.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-controller-usb.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-feature.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-cpu-model.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-device.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-disk-driver.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-filesys.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-desktop.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-rdp.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-sdl.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-spice.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-graphics-vnc.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-hostdev-pci.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-input.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-bridge.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-filterref-parameter.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-network.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-interface-user.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-memballoon.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-os.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-parallel.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-power-management.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-redirdev.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-seclabel.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-serial.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-host-certificates.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-smartcard-passthrough.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-snapshot-disk.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-sound.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-hpet.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-pit.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-timer-rtc.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-domain-video.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-helpers.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-interface.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-network.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-network-filter.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-node-device.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-secret.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-storage-permissions.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-source.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-storage-pool-target.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-backing-store.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-storage-vol-target.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-xml-doc.lo
CC libvirt_gconfig_1_0_la-libvirt-gconfig-enum-types.lo
CCLD libvirt-gconfig-1.0.la
GISCAN LibvirtGConfig-1.0.gir
GICOMP LibvirtGConfig-1.0.gir
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
Making all in tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
CC test-domain-parse.o
CC test-capabilities-parse.o
CC test-domain-create.o
CCLD test-capabilities-parse
CCLD test-domain-create
CCLD test-domain-parse
/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
Makefile:459: recipe for target 'test-domain-parse' failed
make[4]: *** [test-domain-parse] Error 1
make[4]: *** Waiting for unfinished jobs....
../../libtool: line 5760: printf: write error: No space left on device
../../libtool: line 5831: printf: write error: No space left on device
../../libtool: line 5851: printf: write error: No space left on device
../../libtool: line 5920: printf: write error: No space left on device
../../libtool: line 5937: printf: write error: No space left on device
../../libtool: line 5955: printf: write error: No space left on device
../../libtool: line 5965: printf: write error: No space left on device
../../libtool: line 6006: printf: write error: No space left on device
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
Makefile:1667: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
Makefile:798: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
Makefile:564: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-glib-build/systems=libvirt-fedora-rawhi...'>
Makefile:465: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-mingw #1998
by ci@centos.org
See <https://ci.centos.org/job/libvirt-mingw/1998/changes>
Changes:
[jferlan] libxl: Fix broken build from libxlDomainCleanup
[jferlan] libxl: Fix broken build attach/detach controller device
[jferlan] qemu: Set fake reboot flag only in acpi mode for shutdown
[jferlan] qemu: Set fake reboot flag to false when mode=agent
[crobinso] Introduce node device lifecycle event APIs
[crobinso] conf: add node_device_event handling
[crobinso] test: implement node device lifecycle event APIs
[crobinso] remote: implement node device lifecycle event APIs
[crobinso] node_device: implement node device lifecycle event APIs
[crobinso] node_device: Implement event queue in udev
[crobinso] event-test: support node device lifecycle event APIs
[jferlan] qemu: Reorder qemuDomainAttachUSBMassStorageDevice failure path
[jferlan] qemu: Remove generation of drive alias from qcow passphrase backends
[jferlan] qemu: Use qemuAliasFromDisk to generate drive alias
[jferlan] qemu: Use qemuAliasFromDisk instead of qemuDeviceDriveHostAlias
[jferlan] qemu: Use qemuAliasFromDisk to generate drive alias
[jferlan] qemu: Make QEMU_DRIVE_HOST_PREFIX more private
[jferlan] qemu: Add attempt to call qemuMonitorDriveDel for USB failure path
[jferlan] qemu: Add attempt to call qemuMonitorDriveDel for AttachSCSI failure
[jferlan] qemu: Introduce qemuAliasFromHostdev
[jferlan] qemu: Use qemuAliasFromHostdev
[jferlan] qemu: Use the hostdev alias in qemuDomainAttachHostSCSIDevice error path
[pkrempa] remote: Fix indentation of the remote protocol structs check file
------------------------------------------
[...truncated 5171 lines...]
cd ../../po && rm -f zu.gmo && /bin/msgfmt -c --statistics -o zu.gmo zu.po
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f af.gmo && /bin/msgfmt -c --statistics -o af.gmo af.po
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f am.gmo && /bin/msgfmt -c --statistics -o am.gmo am.po
6503 translated messages, 354 fuzzy translations, 2218 untranslated messages.
cd ../../po && rm -f anp.gmo && /bin/msgfmt -c --statistics -o anp.gmo anp.po
278 translated messages, 749 fuzzy translations, 8048 untranslated messages.
cd ../../po && rm -f ar.gmo && /bin/msgfmt -c --statistics -o ar.gmo ar.po
0 translated messages, 9075 untranslated messages.
218 translated messages, 677 fuzzy translations, 8180 untranslated messages.
cd ../../po && rm -f as.gmo && /bin/msgfmt -c --statistics -o as.gmo as.po
cd ../../po && rm -f ast.gmo && /bin/msgfmt -c --statistics -o ast.gmo ast.po
0 translated messages, 9075 untranslated messages.
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f bal.gmo && /bin/msgfmt -c --statistics -o bal.gmo bal.po
cd ../../po && rm -f be.gmo && /bin/msgfmt -c --statistics -o be.gmo be.po
218 translated messages, 677 fuzzy translations, 8180 untranslated messages.
cd ../../po && rm -f bg.gmo && /bin/msgfmt -c --statistics -o bg.gmo bg.po
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f bn.gmo && /bin/msgfmt -c --statistics -o bn.gmo bn.po
6393 translated messages, 309 fuzzy translations, 2373 untranslated messages.
0 translated messages, 9075 untranslated messages.
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f bn_IN.gmo && /bin/msgfmt -c --statistics -o bn_IN.gmo bn_IN.po
cd ../../po && rm -f bo.gmo && /bin/msgfmt -c --statistics -o bo.gmo bo.po
cd ../../po && rm -f br.gmo && /bin/msgfmt -c --statistics -o br.gmo br.po
350 translated messages, 745 fuzzy translations, 7980 untranslated messages.
cd ../../po && rm -f brx.gmo && /bin/msgfmt -c --statistics -o brx.gmo brx.po
218 translated messages, 677 fuzzy translations, 8180 untranslated messages.
cd ../../po && rm -f bs.gmo && /bin/msgfmt -c --statistics -o bs.gmo bs.po
0 translated messages, 9075 untranslated messages.
0 translated messages, 9075 untranslated messages.
2572 translated messages, 256 fuzzy translations, 6247 untranslated messages.
cd ../../po && rm -f ca.gmo && /bin/msgfmt -c --statistics -o ca.gmo ca.po
cd ../../po && rm -f cs.gmo && /bin/msgfmt -c --statistics -o cs.gmo cs.po
cd ../../po && rm -f cy.gmo && /bin/msgfmt -c --statistics -o cy.gmo cy.po
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f da.gmo && /bin/msgfmt -c --statistics -o da.gmo da.po
217 translated messages, 677 fuzzy translations, 8181 untranslated messages.
cd ../../po && rm -f de.gmo && /bin/msgfmt -c --statistics -o de.gmo de.po
445 translated messages, 246 fuzzy translations, 8384 untranslated messages.
cd ../../po && rm -f de_CH.gmo && /bin/msgfmt -c --statistics -o de_CH.gmo de_CH.po
218 translated messages, 709 fuzzy translations, 8148 untranslated messages.
1184 translated messages, 681 fuzzy translations, 7210 untranslated messages.
cd ../../po && rm -f el.gmo && /bin/msgfmt -c --statistics -o el.gmo el.po
cd ../../po && rm -f en_GB.gmo && /bin/msgfmt -c --statistics -o en_GB.gmo en_GB.po
283 translated messages, 708 fuzzy translations, 8084 untranslated messages.
cd ../../po && rm -f eo.gmo && /bin/msgfmt -c --statistics -o eo.gmo eo.po
6206 translated messages, 246 fuzzy translations, 2623 untranslated messages.
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f es.gmo && /bin/msgfmt -c --statistics -o es.gmo es.po
cd ../../po && rm -f et.gmo && /bin/msgfmt -c --statistics -o et.gmo et.po
182 translated messages, 783 fuzzy translations, 8110 untranslated messages.
cd ../../po && rm -f eu.gmo && /bin/msgfmt -c --statistics -o eu.gmo eu.po
6254 translated messages, 1204 fuzzy translations, 1617 untranslated messages.
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f fa.gmo && /bin/msgfmt -c --statistics -o fa.gmo fa.po
cd ../../po && rm -f fi.gmo && /bin/msgfmt -c --statistics -o fi.gmo fi.po
218 translated messages, 677 fuzzy translations, 8180 untranslated messages.
cd ../../po && rm -f fr.gmo && /bin/msgfmt -c --statistics -o fr.gmo fr.po
218 translated messages, 677 fuzzy translations, 8180 untranslated messages.
cd ../../po && rm -f gl.gmo && /bin/msgfmt -c --statistics -o gl.gmo gl.po
6119 translated messages, 293 fuzzy translations, 2663 untranslated messages.
cd ../../po && rm -f gu.gmo && /bin/msgfmt -c --statistics -o gu.gmo gu.po
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f he.gmo && /bin/msgfmt -c --statistics -o he.gmo he.po
344 translated messages, 748 fuzzy translations, 7983 untranslated messages.
cd ../../po && rm -f hi.gmo && /bin/msgfmt -c --statistics -o hi.gmo hi.po
218 translated messages, 709 fuzzy translations, 8148 untranslated messages.
1192 translated messages, 700 fuzzy translations, 7183 untranslated messages.
cd ../../po && rm -f hr.gmo && /bin/msgfmt -c --statistics -o hr.gmo hr.po
cd ../../po && rm -f hu.gmo && /bin/msgfmt -c --statistics -o hu.gmo hu.po
218 translated messages, 677 fuzzy translations, 8180 untranslated messages.
cd ../../po && rm -f ia.gmo && /bin/msgfmt -c --statistics -o ia.gmo ia.po
3909 translated messages, 778 fuzzy translations, 4388 untranslated messages.
6309 translated messages, 411 fuzzy translations, 2355 untranslated messages.
cd ../../po && rm -f id.gmo && /bin/msgfmt -c --statistics -o id.gmo id.po
cd ../../po && rm -f ilo.gmo && /bin/msgfmt -c --statistics -o ilo.gmo ilo.po
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f is.gmo && /bin/msgfmt -c --statistics -o is.gmo is.po
283 translated messages, 708 fuzzy translations, 8084 untranslated messages.
cd ../../po && rm -f it.gmo && /bin/msgfmt -c --statistics -o it.gmo it.po
0 translated messages, 9075 untranslated messages.
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f ja.gmo && /bin/msgfmt -c --statistics -o ja.gmo ja.po
cd ../../po && rm -f ka.gmo && /bin/msgfmt -c --statistics -o ka.gmo ka.po
215 translated messages, 701 fuzzy translations, 8159 untranslated messages.
cd ../../po && rm -f kk.gmo && /bin/msgfmt -c --statistics -o kk.gmo kk.po
218 translated messages, 677 fuzzy translations, 8180 untranslated messages.
cd ../../po && rm -f km.gmo && /bin/msgfmt -c --statistics -o km.gmo km.po
1877 translated messages, 91 fuzzy translations, 7107 untranslated messages.
cd ../../po && rm -f kn.gmo && /bin/msgfmt -c --statistics -o kn.gmo kn.po
218 translated messages, 677 fuzzy translations, 8180 untranslated messages.
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f ko.gmo && /bin/msgfmt -c --statistics -o ko.gmo ko.po
cd ../../po && rm -f kw.gmo && /bin/msgfmt -c --statistics -o kw.gmo kw.po
6223 translated messages, 381 fuzzy translations, 2471 untranslated messages.
cd ../../po && rm -f kw(a)kkcor.gmo && /bin/msgfmt -c --statistics -o kw(a)kkcor.gmo kw(a)kkcor.po
0 translated messages, 9075 untranslated messages.
cd ../../po && rm -f kw(a)uccor.gmo && /bin/msgfmt -c --statistics -o kw(a)uccor.gmo kw(a)uccor.po
0 translated messages, 9075 untranslated messages.
6134 translated messages, 271 fuzzy translations, 2670 untranslated messages.
3585 translated messages, 193 fuzzy translations, 5297 untranslated messages.
cd ../../po && rm -f kw_GB.gmo && /bin/msgfmt -c --statistics -o kw_GB.gmo kw_GB.po
cd ../../po && rm -f ky.gmo && /bin/msgfmt -c --statistics -o ky.gmo ky.po
0 translated messages, 9075 untranslated messages.
0 translated messages, 9075 untranslated messages.
0 translated messages, 9075 untranslated messages.
0 translated messages, 9075 untranslated messages.
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-mingw/ws/build32/po'>
touch stamp-po
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-mingw/ws/build32/po'>
Making all in examples
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-mingw/ws/build32/examples'>
CC dominfo/info1.o
CC dommigrate/dommigrate.o
CC domsuspend/suspend.o
CC domtop/domtop.o
CC hellolibvirt/hellolibvirt.o
CC object-events/object_events_event_test-event-test.o
CC openauth/openauth.o
CC rename/rename.o
CC admin/list_servers.o
CC admin/list_clients.o
CC admin/threadpool_params.o
CC admin/client_limits.o
CC admin/client_info.o
CC admin/client_close.o
CCLD dominfo/info1.exe
CCLD dommigrate/dommigrate.exe
CCLD hellolibvirt/hellolibvirt.exe
CCLD object-events/event-test.exe
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
CCLD openauth/openauth.exe
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
CCLD rename/rename.exe
CCLD admin/list_servers.exe
CCLD admin/list_clients.exe
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
CCLD admin/threadpool_params.exe
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
CCLD admin/client_limits.exe
CCLD admin/client_info.exe
CCLD admin/client_close.exe
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
CCLD domsuspend/suspend.exe
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
CCLD domtop/domtop.exe
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs'>
libtool: error: Continuing, but uninstalled executables may not work.
libtool: error: Could not determine the host path corresponding to
libtool: error: '<https://ci.centos.org/job/libvirt-mingw/ws/build32/src/.libs>:/usr/local/lib:/usr/local/bin'
libtool: error: Continuing, but uninstalled executables may not work.
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-mingw/ws/build32/examples'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-mingw/ws/build32'>
[libvirt-mingw] $ /bin/sh -xe /tmp/hudson7948802646729040800.sh
+ mkdir -p build64
+ cd build64
+ ../autogen.sh --host=x86_64-w64-mingw32 --without-sasl --without-avahi --without-polkit --without-xen --without-qemu --without-lxc --without-openvz --without-libvirtd --without-dbus --without-systemd-daemon --without-login-shell
Copying file build-aux/config.rpath
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
/usr/bin/m4: error writing to debug stream: No space left on device
/usr/bin/m4: ERROR: copying inserted file: No space left on device
/usr/bin/m4: write error
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-check » libvirt-fedora-23 #1518
by ci@centos.org
See <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...>
------------------------------------------
Started by upstream project "libvirt-daemon-check" build number 1518
originally caused by:
Started by upstream project "libvirt-daemon-syntax-check" build number 1579
originally caused by:
Started by upstream project "libvirt-daemon-build" build number 1586
originally caused by:
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-23 (libvirt) in workspace <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/ws/>
[libvirt-fedora-23] $ /bin/sh -xe /tmp/hudson9025306825156130682.sh
+ cd build
+ export VIR_TEST_EXPENSIVE=1
+ VIR_TEST_EXPENSIVE=1
+ export VIR_TEST_DEBUG=2
+ VIR_TEST_DEBUG=2
+ make -j3 check
GEN public-submodule-commit
Making check in .
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
make check-local
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
make all-recursive
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
Making all in .
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
Making all in gnulib/lib
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
make all-am
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
Making all in include/libvirt
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
Making all in src
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
make all-am
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
CCLD libvirt_util.la
CCLD libvirt_cpu.la
CCLD libvirt_conf.la
CCLD libvirt_secret.la
CCLD libvirt_vmx.la
CCLD libvirt_xenconfig.la
CCLD libvirt_driver.la
CCLD libvirt_driver_test.la
CCLD libvirt-net-rpc-client.la
CCLD libvirt-net-rpc-server.la
CCLD libvirt-net-rpc.la
CCLD libvirt_driver_phyp.la
CCLD libvirt_driver_openvz.la
CCLD libvirt_driver_vmware.la
CCLD libvirt_driver_esx.la
CCLD libvirt_driver_hyperv.la
CCLD libvirt_security_manager.la
CCLD libvirt_driver_access.la
CCLD lockd.la
CCLD libvirt_driver_xen_impl.la
CCLD libvirt_driver_vbox_impl.la
CC libxl/libvirt_driver_libxl_impl_la-libxl_domain.lo
CC libxl/libvirt_driver_libxl_impl_la-libxl_driver.lo
CC qemu/libvirt_driver_qemu_impl_la-qemu_agent.lo
../../src/libxl/libxl_domain.c: In function 'libxlDomainCleanup':
../../src/libxl/libxl_domain.c:1361:0: error: unterminated argument list invoking macro "ignore_value"
}
^
../../src/libxl/libxl_domain.c:808:9: error: 'ignore_value' undeclared (first use in this function)
ignore_value(virHookCall(VIR_HOOK_DRIVER_LIBXL, vm->def->name,
^
../../src/libxl/libxl_domain.c:808:9: note: each undeclared identifier is reported only once for each function it appears in
../../src/libxl/libxl_domain.c:808:9: error: expected ';' at end of input
../../src/libxl/libxl_domain.c:808:9: error: expected declaration or statement at end of input
../../src/libxl/libxl_domain.c:805:15: error: unused variable 'xml' [-Werror=unused-variable]
char *xml = virDomainDefFormat(vm->def, cfg->caps, 0);
^
../../src/libxl/libxl_domain.c:808:9: error: expected declaration or statement at end of input
ignore_value(virHookCall(VIR_HOOK_DRIVER_LIBXL, vm->def->name,
^
cc1: all warnings being treated as errors
Makefile:8671: recipe for target 'libxl/libvirt_driver_libxl_impl_la-libxl_domain.lo' failed
make[5]: *** [libxl/libvirt_driver_libxl_impl_la-libxl_domain.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
../../src/libxl/libxl_driver.c: In function 'libxlDomainAttachDeviceLive':
../../src/libxl/libxl_driver.c:3409:19: error: implicit declaration of function 'libxlDomainAttachControllerDevice' [-Werror=implicit-function-declaration]
ret = libxlDomainAttachControllerDevice(driver, vm, dev->data.controller);
^
../../src/libxl/libxl_driver.c:3409:13: error: nested extern declaration of 'libxlDomainAttachControllerDevice' [-Werror=nested-externs]
ret = libxlDomainAttachControllerDevice(driver, vm, dev->data.controller);
^
../../src/libxl/libxl_driver.c: In function 'libxlDomainDetachDeviceLive':
../../src/libxl/libxl_driver.c:3830:19: error: implicit declaration of function 'libxlDomainDetachControllerDevice' [-Werror=implicit-function-declaration]
ret = libxlDomainDetachControllerDevice(driver, vm, dev);
^
../../src/libxl/libxl_driver.c:3830:13: error: nested extern declaration of 'libxlDomainDetachControllerDevice' [-Werror=nested-externs]
ret = libxlDomainDetachControllerDevice(driver, vm, dev);
^
cc1: all warnings being treated as errors
Makefile:8678: recipe for target 'libxl/libvirt_driver_libxl_impl_la-libxl_driver.lo' failed
make[5]: *** [libxl/libvirt_driver_libxl_impl_la-libxl_driver.lo] Error 1
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
Makefile:5395: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
Makefile:2004: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
Makefile:1901: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
Makefile:2294: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-23/...'>
Makefile:2004: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-daemon-check » libvirt-fedora-21 #1518
by ci@centos.org
See <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...>
------------------------------------------
Started by upstream project "libvirt-daemon-check" build number 1518
originally caused by:
Started by upstream project "libvirt-daemon-syntax-check" build number 1579
originally caused by:
Started by upstream project "libvirt-daemon-build" build number 1586
originally caused by:
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-21 (libvirt) in workspace <https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/ws/>
[libvirt-fedora-21] $ /bin/sh -xe /tmp/hudson7470616811492746498.sh
+ cd build
+ export VIR_TEST_EXPENSIVE=1
+ VIR_TEST_EXPENSIVE=1
+ export VIR_TEST_DEBUG=2
+ VIR_TEST_DEBUG=2
+ make -j3 check
GEN public-submodule-commit
Making check in .
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
make check-local
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
make all-recursive
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
Making all in .
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
Making all in gnulib/lib
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
make all-am
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
Making all in include/libvirt
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
Making all in src
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
make all-am
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
CCLD libvirt_util.la
CCLD libvirt_cpu.la
CCLD libvirt_conf.la
CCLD libvirt_secret.la
CCLD libvirt_vmx.la
CCLD libvirt_xenconfig.la
CCLD libvirt_driver.la
CCLD libvirt_driver_test.la
CCLD libvirt-net-rpc-client.la
CCLD libvirt-net-rpc-server.la
CCLD libvirt-net-rpc.la
CCLD libvirt_driver_phyp.la
CCLD libvirt_driver_openvz.la
CCLD libvirt_driver_vmware.la
CCLD libvirt_driver_esx.la
CCLD libvirt_driver_hyperv.la
CCLD libvirt_security_manager.la
CCLD libvirt_driver_access.la
CCLD lockd.la
CCLD libvirt_driver_xen_impl.la
CCLD libvirt_driver_vbox_impl.la
CC libxl/libvirt_driver_libxl_impl_la-libxl_domain.lo
CC libxl/libvirt_driver_libxl_impl_la-libxl_driver.lo
CC libxl/libvirt_driver_libxl_impl_la-libxl_migration.lo
../../src/libxl/libxl_domain.c: In function 'libxlDomainCleanup':
../../src/libxl/libxl_domain.c:1361:0: error: unterminated argument list invoking macro "ignore_value"
}
^
../../src/libxl/libxl_domain.c:808:9: error: 'ignore_value' undeclared (first use in this function)
ignore_value(virHookCall(VIR_HOOK_DRIVER_LIBXL, vm->def->name,
^
../../src/libxl/libxl_domain.c:808:9: note: each undeclared identifier is reported only once for each function it appears in
../../src/libxl/libxl_domain.c:808:9: error: expected ';' at end of input
../../src/libxl/libxl_domain.c:808:9: error: expected declaration or statement at end of input
../../src/libxl/libxl_domain.c:805:15: error: unused variable 'xml' [-Werror=unused-variable]
char *xml = virDomainDefFormat(vm->def, cfg->caps, 0);
^
../../src/libxl/libxl_domain.c:808:9: error: expected declaration or statement at end of input
ignore_value(virHookCall(VIR_HOOK_DRIVER_LIBXL, vm->def->name,
^
cc1: all warnings being treated as errors
Makefile:8661: recipe for target 'libxl/libvirt_driver_libxl_impl_la-libxl_domain.lo' failed
make[5]: *** [libxl/libvirt_driver_libxl_impl_la-libxl_domain.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
../../src/libxl/libxl_driver.c: In function 'libxlDomainAttachDeviceLive':
../../src/libxl/libxl_driver.c:3409:13: error: implicit declaration of function 'libxlDomainAttachControllerDevice' [-Werror=implicit-function-declaration]
ret = libxlDomainAttachControllerDevice(driver, vm, dev->data.controller);
^
../../src/libxl/libxl_driver.c:3409:13: error: nested extern declaration of 'libxlDomainAttachControllerDevice' [-Werror=nested-externs]
../../src/libxl/libxl_driver.c: In function 'libxlDomainDetachDeviceLive':
../../src/libxl/libxl_driver.c:3830:13: error: implicit declaration of function 'libxlDomainDetachControllerDevice' [-Werror=implicit-function-declaration]
ret = libxlDomainDetachControllerDevice(driver, vm, dev);
^
../../src/libxl/libxl_driver.c:3830:13: error: nested extern declaration of 'libxlDomainDetachControllerDevice' [-Werror=nested-externs]
cc1: all warnings being treated as errors
Makefile:8668: recipe for target 'libxl/libvirt_driver_libxl_impl_la-libxl_driver.lo' failed
make[5]: *** [libxl/libvirt_driver_libxl_impl_la-libxl_driver.lo] Error 1
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
Makefile:5384: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
Makefile:1994: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
Makefile:1890: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
Makefile:2284: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-daemon-check/systems=libvirt-fedora-21/...'>
Makefile:1994: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
Archiving artifacts
1 year, 1 month