
20 Jun
2019
20 Jun
'19
7:29 a.m.
See <https://ci.centos.org/job/libvirt-python-build/systems=libvirt-fedora-29/503/display/redirect?page=changes> Changes: [berrange] Add support for virNetworkPort object & APIs ------------------------------------------ Started by upstream project "libvirt-python-build" build number 503 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-29 (libvirt) in workspace <https://ci.centos.org/job/libvirt-python-build/systems=libvirt-fedora-29/ws/> No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/libvirt/libvirt-python.git # timeout=10 Fetching upstream changes from https://github.com/libvirt/libvirt-python.git > git --version # timeout=10 > git fetch --tags --force --progress https://github.com/libvirt/libvirt-python.git +refs/heads/*:refs/remotes/origin/* Checking out Revision a4de6e2ed8c66b00cf030df1c3c9e340444cdeb7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a4de6e2ed8c66b00cf030df1c3c9e340444cdeb7 Commit message: "Add support for virNetworkPort object & APIs" > git rev-list --no-walk 56aca89b039851334f6cdce505fb4f18b1207793 # 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-python] $ /bin/sh -xe /tmp/jenkins7197658670236955159.sh + /usr/bin/python3 ./setup.py build running build /usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt /usr/bin/python3 generator.py libvirt /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml Found 461 functions in /home/jenkins/build/libvirt/share/libvirt/api/libvirt-api.xml Found 0 functions in libvirt-override-api.xml Generated 377 wrapper functions /usr/bin/python3 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/python3 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-3.7 copying build/libvirt.py -> build/lib.linux-x86_64-3.7 copying build/libvirt_qemu.py -> build/lib.linux-x86_64-3.7 copying build/libvirt_lxc.py -> build/lib.linux-x86_64-3.7 copying build/libvirtaio.py -> build/lib.linux-x86_64-3.7 running build_ext building 'libvirtmod' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/build gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I. -I/usr/include/python3.7m -c libvirt-override.c -o build/temp.linux-x86_64-3.7/libvirt-override.o libvirt-override.c: In function ‘libvirt_virConnectBaselineHypervisorCPU’: libvirt-override.c:9854:23: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] for (i = 0; i < ncpus; i++) { ^ libvirt-override.c:9869:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] for (i = 0; i < ncpus; i++) ^ libvirt-override.c: In function ‘libvirt_virNetworkPortGetParameters’: libvirt-override.c:10035:51: error: expected ‘;’ before ‘)’ token dict = getPyVirTypedParameter(params, nparams))) ^ ; libvirt-override.c:10035:51: error: expected statement before ‘)’ token libvirt-override.c:10035:52: error: expected statement before ‘)’ token dict = getPyVirTypedParameter(params, nparams))) ^ error: command 'gcc' failed with exit status 1 Build step 'Execute shell' marked build as failure