[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-build » libvirt-fedora-rawhide #282
by ci@centos.org
https://ci.centos.org/job/libvirt-perl-master-build/systems=libvirt-fedor...:
[jferlan] Add constants for new perf event support
------------------------------------------
Started by upstream project "libvirt-perl-master-build" build number 282
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-perl-master-build/systems=libvirt-fedor...>
> 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-perl.git # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-perl.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-perl.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 598c2f2d1db5f3dbbece218bdb022f84f744a294 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 598c2f2d1db5f3dbbece218bdb022f84f744a294
> git rev-list 461c0fa163f6978f77d8a52c0131e6fe62ff8933 # 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-perl-master] $ /bin/sh -xe /tmp/hudson7482493238746613278.sh
+ perl Makefile.PL PREFIX=/home/jenkins/build/libvirt
Generating a Unix-style Makefile
Writing Makefile for Sys::Virt
Writing MYMETA.yml and MYMETA.json
+ make
cp lib/Sys/Virt/Stream.pm blib/lib/Sys/Virt/Stream.pm
cp lib/Sys/Virt/Error.pm blib/lib/Sys/Virt/Error.pm
cp lib/Sys/Virt.pm blib/lib/Sys/Virt.pm
cp lib/Sys/Virt/Network.pm blib/lib/Sys/Virt/Network.pm
cp lib/Sys/Virt/NWFilter.pm blib/lib/Sys/Virt/NWFilter.pm
cp lib/Sys/Virt/StorageVol.pm blib/lib/Sys/Virt/StorageVol.pm
cp lib/Sys/Virt/Interface.pm blib/lib/Sys/Virt/Interface.pm
cp lib/Sys/Virt/Secret.pm blib/lib/Sys/Virt/Secret.pm
cp lib/Sys/Virt/DomainSnapshot.pm blib/lib/Sys/Virt/DomainSnapshot.pm
cp lib/Sys/Virt/Domain.pm blib/lib/Sys/Virt/Domain.pm
cp lib/Sys/Virt/Event.pm blib/lib/Sys/Virt/Event.pm
cp lib/Sys/Virt/StoragePool.pm blib/lib/Sys/Virt/StoragePool.pm
cp lib/Sys/Virt/NodeDevice.pm blib/lib/Sys/Virt/NodeDevice.pm
Running Mkbootstrap for Virt ()
chmod 644 "Virt.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Virt.bs blib/arch/auto/Sys/Virt/Virt.bs 644
"/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '<https://ci.centos.org/job/libvirt-perl-master-build/systems=libvirt-fedor...'> Virt.xs > Virt.xsc
mv Virt.xsc Virt.c
gcc -c -Wall -D_REENTRANT -D_GNU_SOURCE -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"3.2.0\" -DXS_VERSION=\"3.2.0\" -fPIC "-I/usr/lib64/perl5/CORE" Virt.c
Virt.xs: In function ‘boot_Sys__Virt’:
Virt.xs:8503:29: error: ‘VIR_PERF_PARAM_CPU_CLOCK’ undeclared (first use in this function); did you mean ‘VIR_PERF_PARAM_CPU_CYCLES’?
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_CLOCK, PERF_PARAM_CPU_CLOCK);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8503:29: note: each undeclared identifier is reported only once for each function it appears in
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_CLOCK, PERF_PARAM_CPU_CLOCK);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8504:29: error: ‘VIR_PERF_PARAM_TASK_CLOCK’ undeclared (first use in this function); did you mean ‘VIR_PERF_PARAM_CPU_CLOCK’?
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_TASK_CLOCK, PERF_PARAM_TASK_CLOCK);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8505:29: error: ‘VIR_PERF_PARAM_PAGE_FAULTS’ undeclared (first use in this function); did you mean ‘VIR_PERF_PARAM_CPU_CYCLES’?
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS, PERF_PARAM_PAGE_FAULTS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8506:29: error: ‘VIR_PERF_PARAM_CONTEXT_SWITCHES’ undeclared (first use in this function); did you mean ‘VIR_PERF_PARAM_CACHE_MISSES’?
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CONTEXT_SWITCHES, PERF_PARAM_CONTEXT_SWITCHES);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8507:29: error: ‘VIR_PERF_PARAM_CPU_MIGRATIONS’ undeclared (first use in this function); did you mean ‘VIR_PERF_PARAM_CPU_CLOCK’?
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_MIGRATIONS, PERF_PARAM_CPU_MIGRATIONS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8508:29: error: ‘VIR_PERF_PARAM_PAGE_FAULTS_MIN’ undeclared (first use in this function); did you mean ‘VIR_PERF_PARAM_PAGE_FAULTS’?
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS_MIN, PERF_PARAM_PAGE_FAULTS_MIN);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8509:29: error: ‘VIR_PERF_PARAM_PAGE_FAULTS_MAJ’ undeclared (first use in this function); did you mean ‘VIR_PERF_PARAM_PAGE_FAULTS_MIN’?
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS_MAJ, PERF_PARAM_PAGE_FAULTS_MAJ);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8510:29: error: ‘VIR_PERF_PARAM_ALIGNMENT_FAULTS’ undeclared (first use in this function); did you mean ‘VIR_PERF_PARAM_PAGE_FAULTS’?
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_ALIGNMENT_FAULTS, PERF_PARAM_ALIGNMENT_FAULTS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8511:29: error: ‘VIR_PERF_PARAM_EMULATION_FAULTS’ undeclared (first use in this function); did you mean ‘VIR_PERF_PARAM_PAGE_FAULTS’?
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_EMULATION_FAULTS, PERF_PARAM_EMULATION_FAULTS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
make: *** [Makefile:365: Virt.o] Error 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-build » libvirt-fedora-23 #282
by ci@centos.org
https://ci.centos.org/job/libvirt-perl-master-build/systems=libvirt-fedor...:
[jferlan] Add constants for new perf event support
------------------------------------------
Started by upstream project "libvirt-perl-master-build" build number 282
originally caused by:
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-perl-master-build/systems=libvirt-fedor...>
> 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-perl.git # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-perl.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-perl.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 598c2f2d1db5f3dbbece218bdb022f84f744a294 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 598c2f2d1db5f3dbbece218bdb022f84f744a294
> git rev-list 461c0fa163f6978f77d8a52c0131e6fe62ff8933 # 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-perl-master] $ /bin/sh -xe /tmp/hudson982451383605063155.sh
+ perl Makefile.PL PREFIX=/home/jenkins/build/libvirt
Generating a Unix-style Makefile
Writing Makefile for Sys::Virt
Writing MYMETA.yml and MYMETA.json
+ make
cp lib/Sys/Virt/Secret.pm blib/lib/Sys/Virt/Secret.pm
cp lib/Sys/Virt/Stream.pm blib/lib/Sys/Virt/Stream.pm
cp lib/Sys/Virt/Error.pm blib/lib/Sys/Virt/Error.pm
cp lib/Sys/Virt/Network.pm blib/lib/Sys/Virt/Network.pm
cp lib/Sys/Virt/DomainSnapshot.pm blib/lib/Sys/Virt/DomainSnapshot.pm
cp lib/Sys/Virt/NWFilter.pm blib/lib/Sys/Virt/NWFilter.pm
cp lib/Sys/Virt/NodeDevice.pm blib/lib/Sys/Virt/NodeDevice.pm
cp lib/Sys/Virt/StoragePool.pm blib/lib/Sys/Virt/StoragePool.pm
cp lib/Sys/Virt.pm blib/lib/Sys/Virt.pm
cp lib/Sys/Virt/Event.pm blib/lib/Sys/Virt/Event.pm
cp lib/Sys/Virt/StorageVol.pm blib/lib/Sys/Virt/StorageVol.pm
cp lib/Sys/Virt/Interface.pm blib/lib/Sys/Virt/Interface.pm
cp lib/Sys/Virt/Domain.pm blib/lib/Sys/Virt/Domain.pm
Running Mkbootstrap for Sys::Virt ()
chmod 644 "Virt.bs"
"/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" -typemap "typemap" Virt.xs > Virt.xsc && mv Virt.xsc Virt.c
gcc -c -Wall -D_REENTRANT -D_GNU_SOURCE -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"3.2.0\" -DXS_VERSION=\"3.2.0\" -fPIC "-I/usr/lib64/perl5/CORE" Virt.c
Virt.xs: In function ‘boot_Sys__Virt’:
Virt.xs:8503:61: error: ‘VIR_PERF_PARAM_CPU_CLOCK’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_CLOCK, PERF_PARAM_CPU_CLOCK);
^
Virt.xs:8503:61: note: each undeclared identifier is reported only once for each function it appears in
Virt.xs:8504:62: error: ‘VIR_PERF_PARAM_TASK_CLOCK’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_TASK_CLOCK, PERF_PARAM_TASK_CLOCK);
^
Virt.xs:8505:63: error: ‘VIR_PERF_PARAM_PAGE_FAULTS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS, PERF_PARAM_PAGE_FAULTS);
^
Virt.xs:8506:68: error: ‘VIR_PERF_PARAM_CONTEXT_SWITCHES’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CONTEXT_SWITCHES, PERF_PARAM_CONTEXT_SWITCHES);
^
Virt.xs:8507:66: error: ‘VIR_PERF_PARAM_CPU_MIGRATIONS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_MIGRATIONS, PERF_PARAM_CPU_MIGRATIONS);
^
Virt.xs:8508:67: error: ‘VIR_PERF_PARAM_PAGE_FAULTS_MIN’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS_MIN, PERF_PARAM_PAGE_FAULTS_MIN);
^
Virt.xs:8509:67: error: ‘VIR_PERF_PARAM_PAGE_FAULTS_MAJ’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS_MAJ, PERF_PARAM_PAGE_FAULTS_MAJ);
^
Virt.xs:8510:68: error: ‘VIR_PERF_PARAM_ALIGNMENT_FAULTS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_ALIGNMENT_FAULTS, PERF_PARAM_ALIGNMENT_FAULTS);
^
Virt.xs:8511:68: error: ‘VIR_PERF_PARAM_EMULATION_FAULTS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_EMULATION_FAULTS, PERF_PARAM_EMULATION_FAULTS);
^
Makefile:391: recipe for target 'Virt.o' failed
make: *** [Virt.o] Error 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-build » libvirt-centos-7 #282
by ci@centos.org
https://ci.centos.org/job/libvirt-perl-master-build/systems=libvirt-cento...:
[jferlan] Add constants for new perf event support
------------------------------------------
Started by upstream project "libvirt-perl-master-build" build number 282
originally caused by:
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-build/systems=libvirt-cento...>
> 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-perl.git # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-perl.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-perl.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 598c2f2d1db5f3dbbece218bdb022f84f744a294 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 598c2f2d1db5f3dbbece218bdb022f84f744a294
> git rev-list 461c0fa163f6978f77d8a52c0131e6fe62ff8933 # 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-perl-master] $ /bin/sh -xe /tmp/hudson34160540384400321.sh
+ perl Makefile.PL PREFIX=/home/jenkins/build/libvirt
Writing Makefile for Sys::Virt
Writing MYMETA.yml and MYMETA.json
+ make
cp lib/Sys/Virt/Error.pm blib/lib/Sys/Virt/Error.pm
cp lib/Sys/Virt/NWFilter.pm blib/lib/Sys/Virt/NWFilter.pm
cp lib/Sys/Virt/Stream.pm blib/lib/Sys/Virt/Stream.pm
cp lib/Sys/Virt/StorageVol.pm blib/lib/Sys/Virt/StorageVol.pm
cp lib/Sys/Virt/Network.pm blib/lib/Sys/Virt/Network.pm
cp lib/Sys/Virt/Secret.pm blib/lib/Sys/Virt/Secret.pm
cp lib/Sys/Virt/Event.pm blib/lib/Sys/Virt/Event.pm
cp lib/Sys/Virt/NodeDevice.pm blib/lib/Sys/Virt/NodeDevice.pm
cp lib/Sys/Virt/StoragePool.pm blib/lib/Sys/Virt/StoragePool.pm
cp lib/Sys/Virt/Interface.pm blib/lib/Sys/Virt/Interface.pm
cp lib/Sys/Virt.pm blib/lib/Sys/Virt.pm
cp lib/Sys/Virt/Domain.pm blib/lib/Sys/Virt/Domain.pm
cp lib/Sys/Virt/DomainSnapshot.pm blib/lib/Sys/Virt/DomainSnapshot.pm
/usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap Virt.xs > Virt.xsc && mv Virt.xsc Virt.c
gcc -c -Wall -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DVERSION=\"3.2.0\" -DXS_VERSION=\"3.2.0\" -fPIC "-I/usr/lib64/perl5/CORE" Virt.c
Virt.xs: In function ‘boot_Sys__Virt’:
Virt.xs:8503:29: error: ‘VIR_PERF_PARAM_CPU_CLOCK’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_CLOCK, PERF_PARAM_CPU_CLOCK);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
Virt.xs:8503:29: note: each undeclared identifier is reported only once for each function it appears in
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_CLOCK, PERF_PARAM_CPU_CLOCK);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
Virt.xs:8504:29: error: ‘VIR_PERF_PARAM_TASK_CLOCK’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_TASK_CLOCK, PERF_PARAM_TASK_CLOCK);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
Virt.xs:8505:29: error: ‘VIR_PERF_PARAM_PAGE_FAULTS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS, PERF_PARAM_PAGE_FAULTS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
Virt.xs:8506:29: error: ‘VIR_PERF_PARAM_CONTEXT_SWITCHES’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CONTEXT_SWITCHES, PERF_PARAM_CONTEXT_SWITCHES);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
Virt.xs:8507:29: error: ‘VIR_PERF_PARAM_CPU_MIGRATIONS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_MIGRATIONS, PERF_PARAM_CPU_MIGRATIONS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
Virt.xs:8508:29: error: ‘VIR_PERF_PARAM_PAGE_FAULTS_MIN’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS_MIN, PERF_PARAM_PAGE_FAULTS_MIN);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
Virt.xs:8509:29: error: ‘VIR_PERF_PARAM_PAGE_FAULTS_MAJ’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS_MAJ, PERF_PARAM_PAGE_FAULTS_MAJ);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
Virt.xs:8510:29: error: ‘VIR_PERF_PARAM_ALIGNMENT_FAULTS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_ALIGNMENT_FAULTS, PERF_PARAM_ALIGNMENT_FAULTS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
Virt.xs:8511:29: error: ‘VIR_PERF_PARAM_EMULATION_FAULTS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_EMULATION_FAULTS, PERF_PARAM_EMULATION_FAULTS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^
make: *** [Virt.o] Error 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-master-build » libvirt-fedora-24 #282
by ci@centos.org
https://ci.centos.org/job/libvirt-perl-master-build/systems=libvirt-fedor...:
[jferlan] Add constants for new perf event support
------------------------------------------
Started by upstream project "libvirt-perl-master-build" build number 282
originally caused by:
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-24 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-master-build/systems=libvirt-fedor...>
> 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-perl.git # timeout=10
Fetching upstream changes from git://n64.pufty.ci.centos.org/libvirt-perl.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://n64.pufty.ci.centos.org/libvirt-perl.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 598c2f2d1db5f3dbbece218bdb022f84f744a294 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 598c2f2d1db5f3dbbece218bdb022f84f744a294
> git rev-list 461c0fa163f6978f77d8a52c0131e6fe62ff8933 # 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-perl-master] $ /bin/sh -xe /tmp/hudson2700191369342700520.sh
+ perl Makefile.PL PREFIX=/home/jenkins/build/libvirt
Generating a Unix-style Makefile
Writing Makefile for Sys::Virt
Writing MYMETA.yml and MYMETA.json
+ make
cp lib/Sys/Virt/Secret.pm blib/lib/Sys/Virt/Secret.pm
cp lib/Sys/Virt/NodeDevice.pm blib/lib/Sys/Virt/NodeDevice.pm
cp lib/Sys/Virt.pm blib/lib/Sys/Virt.pm
cp lib/Sys/Virt/Event.pm blib/lib/Sys/Virt/Event.pm
cp lib/Sys/Virt/DomainSnapshot.pm blib/lib/Sys/Virt/DomainSnapshot.pm
cp lib/Sys/Virt/Stream.pm blib/lib/Sys/Virt/Stream.pm
cp lib/Sys/Virt/Interface.pm blib/lib/Sys/Virt/Interface.pm
cp lib/Sys/Virt/Domain.pm blib/lib/Sys/Virt/Domain.pm
cp lib/Sys/Virt/NWFilter.pm blib/lib/Sys/Virt/NWFilter.pm
cp lib/Sys/Virt/Network.pm blib/lib/Sys/Virt/Network.pm
cp lib/Sys/Virt/StorageVol.pm blib/lib/Sys/Virt/StorageVol.pm
cp lib/Sys/Virt/StoragePool.pm blib/lib/Sys/Virt/StoragePool.pm
cp lib/Sys/Virt/Error.pm blib/lib/Sys/Virt/Error.pm
Running Mkbootstrap for Sys::Virt ()
chmod 644 "Virt.bs"
"/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/ExtUtils/typemap" -typemap "typemap" Virt.xs > Virt.xsc && mv Virt.xsc Virt.c
gcc -c -Wall -D_REENTRANT -D_GNU_SOURCE -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"3.2.0\" -DXS_VERSION=\"3.2.0\" -fPIC "-I/usr/lib64/perl5/CORE" Virt.c
Virt.xs: In function ‘boot_Sys__Virt’:
Virt.xs:8503:29: error: ‘VIR_PERF_PARAM_CPU_CLOCK’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_CLOCK, PERF_PARAM_CPU_CLOCK);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8503:29: note: each undeclared identifier is reported only once for each function it appears in
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_CLOCK, PERF_PARAM_CPU_CLOCK);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8504:29: error: ‘VIR_PERF_PARAM_TASK_CLOCK’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_TASK_CLOCK, PERF_PARAM_TASK_CLOCK);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8505:29: error: ‘VIR_PERF_PARAM_PAGE_FAULTS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS, PERF_PARAM_PAGE_FAULTS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8506:29: error: ‘VIR_PERF_PARAM_CONTEXT_SWITCHES’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CONTEXT_SWITCHES, PERF_PARAM_CONTEXT_SWITCHES);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8507:29: error: ‘VIR_PERF_PARAM_CPU_MIGRATIONS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_CPU_MIGRATIONS, PERF_PARAM_CPU_MIGRATIONS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8508:29: error: ‘VIR_PERF_PARAM_PAGE_FAULTS_MIN’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS_MIN, PERF_PARAM_PAGE_FAULTS_MIN);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8509:29: error: ‘VIR_PERF_PARAM_PAGE_FAULTS_MAJ’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_PAGE_FAULTS_MAJ, PERF_PARAM_PAGE_FAULTS_MAJ);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8510:29: error: ‘VIR_PERF_PARAM_ALIGNMENT_FAULTS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_ALIGNMENT_FAULTS, PERF_PARAM_ALIGNMENT_FAULTS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Virt.xs:8511:29: error: ‘VIR_PERF_PARAM_EMULATION_FAULTS’ undeclared (first use in this function)
REGISTER_CONSTANT_STR(VIR_PERF_PARAM_EMULATION_FAULTS, PERF_PARAM_EMULATION_FAULTS);
^
Virt.xs:158:78: note: in definition of macro ‘REGISTER_CONSTANT_STR’
#define REGISTER_CONSTANT_STR(name, key) _populate_constant_str(stash, #key, name)
^~~~
Makefile:391: recipe for target 'Virt.o' failed
make: *** [Virt.o] Error 1
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-fedora-rawhide #222
by ci@centos.org
https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-rawhi...
[...truncated 194.25 KB...]
configure: xen: yes (CFLAGS='' LIBS=' -lxenstore')
configure: xenapi: no
configure: yajl: yes (CFLAGS='' LIBS='-lyajl')
configure:
configure: Windows
configure:
configure: Cygwin: no
configure: MinGW: no
configure: MSVC: no
configure: windres: no
configure:
configure: Test suite
configure:
configure: Coverage:
configure: Alloc OOM:
configure:
configure: Miscellaneous
configure:
configure: Debug: yes
configure: Use -Werror: no
configure: Warning Flags: -fno-common -W -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbuiltin-macro-redefined -Wcast-align -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdate-time -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers -Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-cond -Wempty-body -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-security -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Winline -Wint-conversion -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wodr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wsuggest-attribute=const -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Warray-bounds=2 -Wnormalized=nfc -Wshift-overflow=2 -Wunused-const-variable=2 -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-strong -fexceptions -fasynchronous-unwind-tables -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
configure: DTrace: yes
configure: numad: yes
configure: XML Catalog: /etc/xml/catalog
configure: Init script: systemd
configure: Char device locks: /var/lock
configure: Default Editor: vi
configure: Loader/NVRAM: /usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd:/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd:/usr/share/edk2.git/aarch64/QEMU_EFI-pflash.raw:/usr/share/edk2.git/aarch64/vars-template-pflash.raw:/usr/share/edk2/ovmf/OVMF_CODE.fd:/usr/share/edk2/ovmf/OVMF_VARS.fd:/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw:/usr/share/edk2/aarch64/vars-template-pflash.raw
configure: virt-login-shell: yes
configure: virt-host-validate: yes
configure: TLS priority: @LIBVIRT,SYSTEM
configure:
configure: Developer Tools
configure:
configure: wireshark_dissector: yes (CFLAGS='-DWS_VAR_IMPORT=extern -DHAVE_STDARG_H -DWS_MSVC_NORETURN= -I/usr/include/wireshark -I/usr/include/wireshark/epan -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread ' LIBS='-lwireshark -lwiretap -Wl,--export-dynamic -lgmodule-2.0 -lgthread-2.0 -pthread -lglib-2.0 ')
configure:
configure: Privileges
configure:
configure: QEMU: qemu:qemu
configure:
+ make -j2
make all-recursive
make[1]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in .
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in gnulib/lib
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
GEN alloca.h
GEN c++defs.h
GEN warn-on-use.h
GEN arg-nonnull.h
GEN configmake.h
GEN langinfo.h
GEN limits.h
GEN locale.h
GEN netdb.h
GEN poll.h
GEN pty.h
GEN unused-parameter.h
GEN signal.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN strings.h
GEN sys/ioctl.h
GEN sys/select.h
GEN sys/socket.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN sys/uio.h
GEN sys/utsname.h
GEN sys/wait.h
GEN termios.h
GEN time.h
GEN unistd.h
GEN wchar.h
GEN wctype.h
GEN arpa/inet.h
GEN fcntl.h
GEN getopt.h
make all-am
make[3]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
CC allocator.lo
CC areadlink.lo
CC binary-io.lo
CC base64.lo
CC bitrotate.lo
CC c-ctype.lo
CC c-strcasecmp.lo
CC c-strncasecmp.lo
CC c-strcasestr.lo
CC careadlinkat.lo
CC cloexec.lo
CC count-leading-zeros.lo
CC count-one-bits.lo
CC md5.lo
CC sha256.lo
CC dirname-lgpl.lo
CC basename-lgpl.lo
CC stripslash.lo
CC fd-hook.lo
CC freading.lo
CC getugroups.lo
CC hard-locale.lo
CC localcharset.lo
CC malloca.lo
CC mgetgroups.lo
CC nonblocking.lo
CC passfd.lo
CC physmem.lo
CC pipe2.lo
CC sig-handler.lo
CC sockets.lo
CC stat-time.lo
CC strnlen1.lo
CC sys_socket.lo
CC tempname.lo
CC glthread/threadlib.lo
CC unistd.lo
CC wctype-h.lo
CC xsize.lo
CC asnprintf.lo
CC fclose.lo
CC fcntl.lo
CC fflush.lo
CC fpurge.lo
CC fseek.lo
CC fseeko.lo
CC getopt.lo
CC getopt1.lo
CC ioctl.lo
CC mbrtowc.lo
CC mktime.lo
CC printf-args.lo
CC printf-parse.lo
CC strerror_r.lo
CC vasnprintf.lo
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
CC glthread/lock.lo
CCLD libgnu.la
make[3]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
Making all in include/libvirt
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
Making all in src
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
GEN libvirt_access_qemu.xml
GEN libvirt_access.xml
GEN libvirt_access_lxc.xml
GEN libvirt_access.syms
GEN libvirt_access_qemu.syms
GEN libvirt_access_lxc.syms
GEN libvirt_qemu.def
GEN libvirt_lxc.def
GEN libvirt_admin.syms
GEN libvirt_probes.h
GEN libvirt_probes.stp
GEN libvirt_functions.stp
GEN libvirt_qemu_probes.h
GEN locking/qemu-lockd.conf
GEN locking/libxl-lockd.conf
GEN virtlockd.service
GEN virtlockd.socket
GEN virtlogd.service
GEN virtlogd.socket
GEN locking/qemu-sanlock.conf
GEN locking/libxl-sanlock.conf
GEN libvirt.syms
GEN libvirt_admin.def
GEN libvirt.def
make all-am
make[3]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
CC libvirt_driver_la-driver.lo
CC libvirt_driver_la-datatypes.lo
CC libvirt_driver_la-fdstream.lo
CC libvirt_driver_la-nodeinfo.lo
CC libvirt_driver_la-libvirt.lo
CC libvirt_driver_la-libvirt-domain.lo
CC libvirt_driver_la-libvirt-domain-snapshot.lo
CC libvirt_driver_la-libvirt-host.lo
CC libvirt_driver_la-libvirt-interface.lo
CC libvirt_driver_la-libvirt-network.lo
CC libvirt_driver_la-libvirt-nodedev.lo
CC libvirt_driver_la-libvirt-nwfilter.lo
CC libvirt_driver_la-libvirt-secret.lo
CC libvirt_driver_la-libvirt-storage.lo
CC libvirt_driver_la-libvirt-stream.lo
GEN libvirt_probes.o
CC libvirt_qemu_la-libvirt-qemu.lo
CC libvirt_lxc_la-libvirt-lxc.lo
CC libvirt_admin_la-libvirt-admin.lo
CC libvirt_admin_la-datatypes.lo
CC locking/lockd_la-lock_driver_lockd.lo
CC locking/lockd_la-lock_protocol.lo
CC locking/sanlock_la-lock_driver_sanlock.lo
GEN libvirt_qemu_probes.o
CC secret/libvirt_driver_secret_la-secret_driver.lo
CC storage/libvirt_storage_backend_sheepdog_priv_la-storage_backend_sheepdog.lo
CC storage/libvirt_storage_backend_sheepdog_priv_la-storage_backend.lo
CC util/libvirt_setuid_rpc_client_la-viralloc.lo
CC util/libvirt_setuid_rpc_client_la-viratomic.lo
CC util/libvirt_setuid_rpc_client_la-virbitmap.lo
CC util/libvirt_setuid_rpc_client_la-virbuffer.lo
CC util/libvirt_setuid_rpc_client_la-vircgroup.lo
CC util/libvirt_setuid_rpc_client_la-vircommand.lo
CC util/libvirt_setuid_rpc_client_la-virconf.lo
CC util/libvirt_setuid_rpc_client_la-virdbus.lo
CC util/libvirt_setuid_rpc_client_la-virerror.lo
CC util/libvirt_setuid_rpc_client_la-virevent.lo
CC util/libvirt_setuid_rpc_client_la-vireventpoll.lo
CC util/libvirt_setuid_rpc_client_la-virfile.lo
CC util/libvirt_setuid_rpc_client_la-virgettext.lo
CC util/libvirt_setuid_rpc_client_la-virhash.lo
CC util/libvirt_setuid_rpc_client_la-virhashcode.lo
CC util/libvirt_setuid_rpc_client_la-virhostcpu.lo
CC util/libvirt_setuid_rpc_client_la-virjson.lo
CC util/libvirt_setuid_rpc_client_la-virlog.lo
CC util/libvirt_setuid_rpc_client_la-virobject.lo
CC util/libvirt_setuid_rpc_client_la-virpidfile.lo
CC util/libvirt_setuid_rpc_client_la-virprocess.lo
CC util/libvirt_setuid_rpc_client_la-virrandom.lo
CC util/libvirt_setuid_rpc_client_la-virsocketaddr.lo
CC util/libvirt_setuid_rpc_client_la-virstring.lo
CC util/libvirt_setuid_rpc_client_la-virsystemd.lo
CC util/libvirt_setuid_rpc_client_la-virtime.lo
util/virsystemd.c:30:10: fatal error: virsystemdpriv.h: No such file or directory
#include "virsystemdpriv.h"
^~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:8475: util/libvirt_setuid_rpc_client_la-virsystemd.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
make[2]: *** [Makefile:5917: all] Error 2
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
make[1]: *** [Makefile:2082: all-recursive] Error 1
make[1]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
make: *** [Makefile:1979: all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.ifEMBJ (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.ifEMBJ (%build)
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-fedora-24 #222
by ci@centos.org
https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-24/22...
[...truncated 193.60 KB...]
configure:
configure: Cygwin: no
configure: MinGW: no
configure: MSVC: no
configure: windres: no
configure:
configure: Test suite
configure:
configure: Coverage:
configure: Alloc OOM:
configure:
configure: Miscellaneous
configure:
configure: Debug: yes
configure: Use -Werror: no
configure: Warning Flags: -fno-common -W -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbuiltin-macro-redefined -Wcast-align -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdate-time -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers -Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-cond -Wempty-body -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-security -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Winline -Wint-conversion -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wodr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wsuggest-attribute=const -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Warray-bounds=2 -Wnormalized=nfc -Wshift-overflow=2 -Wunused-const-variable=2 -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-strong -fexceptions -fasynchronous-unwind-tables -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
configure: DTrace: yes
configure: numad: yes
configure: XML Catalog: /etc/xml/catalog
configure: Init script: systemd
configure: Char device locks: /var/lock
configure: Default Editor: vi
configure: Loader/NVRAM: /usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd:/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd:/usr/share/edk2.git/aarch64/QEMU_EFI-pflash.raw:/usr/share/edk2.git/aarch64/vars-template-pflash.raw:/usr/share/edk2/ovmf/OVMF_CODE.fd:/usr/share/edk2/ovmf/OVMF_VARS.fd:/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw:/usr/share/edk2/aarch64/vars-template-pflash.raw
configure: virt-login-shell: yes
configure: virt-host-validate: yes
configure: TLS priority: @SYSTEM
configure:
configure: Developer Tools
configure:
configure: wireshark_dissector: yes (CFLAGS='-DWS_VAR_IMPORT=extern -DHAVE_STDARG_H -DWS_MSVC_NORETURN= -pthread -I/usr/include/wireshark -I/usr/include/wireshark/epan -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' LIBS='-lwireshark -lwiretap -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0')
configure:
configure: Privileges
configure:
configure: QEMU: qemu:qemu
configure:
+ make -j2
make all-recursive
make[1]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in .
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in gnulib/lib
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
GEN c++defs.h
GEN alloca.h
GEN warn-on-use.h
GEN arg-nonnull.h
GEN configmake.h
GEN langinfo.h
GEN limits.h
GEN locale.h
GEN netdb.h
GEN poll.h
GEN signal.h
GEN pty.h
GEN unused-parameter.h
GEN stdint.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN strings.h
GEN sys/ioctl.h
GEN sys/select.h
GEN sys/socket.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN sys/uio.h
GEN sys/utsname.h
GEN sys/wait.h
GEN termios.h
GEN time.h
GEN unistd.h
GEN wchar.h
GEN wctype.h
GEN arpa/inet.h
GEN fcntl.h
GEN getopt.h
make all-am
make[3]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
CC areadlink.lo
CC allocator.lo
CC base64.lo
CC binary-io.lo
CC bitrotate.lo
CC c-ctype.lo
CC c-strcasecmp.lo
CC c-strncasecmp.lo
CC c-strcasestr.lo
CC careadlinkat.lo
CC cloexec.lo
CC count-leading-zeros.lo
CC count-one-bits.lo
CC md5.lo
CC sha256.lo
CC dirname-lgpl.lo
CC basename-lgpl.lo
CC stripslash.lo
CC fd-hook.lo
CC freading.lo
CC getugroups.lo
CC hard-locale.lo
CC localcharset.lo
CC malloca.lo
CC mgetgroups.lo
CC nonblocking.lo
CC passfd.lo
CC physmem.lo
CC pipe2.lo
CC sig-handler.lo
CC sockets.lo
CC stat-time.lo
CC strnlen1.lo
CC sys_socket.lo
CC tempname.lo
CC glthread/threadlib.lo
CC unistd.lo
CC wctype-h.lo
CC xsize.lo
CC asnprintf.lo
CC fclose.lo
CC fcntl.lo
CC fflush.lo
CC fpurge.lo
CC fseek.lo
CC fseeko.lo
CC getopt.lo
CC getopt1.lo
CC ioctl.lo
CC mbrtowc.lo
CC mktime.lo
CC printf-args.lo
CC printf-parse.lo
CC strerror_r.lo
CC vasnprintf.lo
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
CC glthread/lock.lo
CCLD libgnu.la
make[3]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
Making all in include/libvirt
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
Making all in src
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
GEN libvirt_access_qemu.xml
GEN libvirt_access.xml
GEN libvirt_access_lxc.xml
GEN libvirt_access.syms
GEN libvirt_access_qemu.syms
GEN libvirt_access_lxc.syms
GEN libvirt_qemu.def
GEN libvirt_lxc.def
GEN libvirt_admin.syms
GEN libvirt_probes.h
GEN libvirt_probes.stp
GEN libvirt_functions.stp
GEN libvirt_qemu_probes.h
GEN locking/qemu-lockd.conf
GEN locking/libxl-lockd.conf
GEN virtlockd.service
GEN virtlockd.socket
GEN virtlogd.service
GEN virtlogd.socket
GEN locking/qemu-sanlock.conf
GEN locking/libxl-sanlock.conf
GEN libvirt.syms
GEN libvirt_admin.def
GEN libvirt.def
make all-am
make[3]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
CC libvirt_driver_la-driver.lo
CC libvirt_driver_la-datatypes.lo
CC libvirt_driver_la-fdstream.lo
CC libvirt_driver_la-nodeinfo.lo
CC libvirt_driver_la-libvirt.lo
CC libvirt_driver_la-libvirt-domain.lo
CC libvirt_driver_la-libvirt-domain-snapshot.lo
CC libvirt_driver_la-libvirt-host.lo
CC libvirt_driver_la-libvirt-interface.lo
CC libvirt_driver_la-libvirt-network.lo
CC libvirt_driver_la-libvirt-nodedev.lo
CC libvirt_driver_la-libvirt-nwfilter.lo
CC libvirt_driver_la-libvirt-secret.lo
CC libvirt_driver_la-libvirt-storage.lo
CC libvirt_driver_la-libvirt-stream.lo
GEN libvirt_probes.o
CC libvirt_qemu_la-libvirt-qemu.lo
CC libvirt_lxc_la-libvirt-lxc.lo
CC libvirt_admin_la-libvirt-admin.lo
CC libvirt_admin_la-datatypes.lo
CC locking/lockd_la-lock_driver_lockd.lo
CC locking/lockd_la-lock_protocol.lo
CC locking/sanlock_la-lock_driver_sanlock.lo
GEN libvirt_qemu_probes.o
CC secret/libvirt_driver_secret_la-secret_driver.lo
CC storage/libvirt_storage_backend_sheepdog_priv_la-storage_backend_sheepdog.lo
CC storage/libvirt_storage_backend_sheepdog_priv_la-storage_backend.lo
CC util/libvirt_setuid_rpc_client_la-viralloc.lo
CC util/libvirt_setuid_rpc_client_la-viratomic.lo
CC util/libvirt_setuid_rpc_client_la-virbitmap.lo
CC util/libvirt_setuid_rpc_client_la-virbuffer.lo
CC util/libvirt_setuid_rpc_client_la-vircgroup.lo
CC util/libvirt_setuid_rpc_client_la-vircommand.lo
CC util/libvirt_setuid_rpc_client_la-virconf.lo
CC util/libvirt_setuid_rpc_client_la-virdbus.lo
CC util/libvirt_setuid_rpc_client_la-virerror.lo
CC util/libvirt_setuid_rpc_client_la-virevent.lo
CC util/libvirt_setuid_rpc_client_la-vireventpoll.lo
CC util/libvirt_setuid_rpc_client_la-virfile.lo
CC util/libvirt_setuid_rpc_client_la-virgettext.lo
CC util/libvirt_setuid_rpc_client_la-virhash.lo
CC util/libvirt_setuid_rpc_client_la-virhashcode.lo
CC util/libvirt_setuid_rpc_client_la-virhostcpu.lo
CC util/libvirt_setuid_rpc_client_la-virjson.lo
CC util/libvirt_setuid_rpc_client_la-virlog.lo
CC util/libvirt_setuid_rpc_client_la-virobject.lo
CC util/libvirt_setuid_rpc_client_la-virpidfile.lo
CC util/libvirt_setuid_rpc_client_la-virprocess.lo
CC util/libvirt_setuid_rpc_client_la-virrandom.lo
CC util/libvirt_setuid_rpc_client_la-virsocketaddr.lo
CC util/libvirt_setuid_rpc_client_la-virstring.lo
CC util/libvirt_setuid_rpc_client_la-virsystemd.lo
CC util/libvirt_setuid_rpc_client_la-virtime.lo
util/virsystemd.c:30:28: fatal error: virsystemdpriv.h: No such file or directory
#include "virsystemdpriv.h"
^
compilation terminated.
Makefile:8475: recipe for target 'util/libvirt_setuid_rpc_client_la-virsystemd.lo' failed
make[3]: *** [util/libvirt_setuid_rpc_client_la-virsystemd.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
Makefile:5917: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
Makefile:2082: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Makefile:1979: recipe for target 'all' failed
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.wZi76u (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.wZi76u (%build)
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-fedora-23 #222
by ci@centos.org
https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-fedora-23/22...
[...truncated 194.20 KB...]
configure:
configure: Windows
configure:
configure: Cygwin: no
configure: MinGW: no
configure: MSVC: no
configure: windres: no
configure:
configure: Test suite
configure:
configure: Coverage:
configure: Alloc OOM:
configure:
configure: Miscellaneous
configure:
configure: Debug: yes
configure: Use -Werror: no
configure: Warning Flags: -fno-common -W -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbool-compare -Wbuiltin-macro-redefined -Wcast-align -Wchar-subscripts -Wchkp -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdate-time -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers -Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wempty-body -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-security -Wformat-y2k -Wformat-zero-length -Wfree-nonheap-object -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Winline -Wint-conversion -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-transposed-args -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wodr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-local-addr -Wreturn-type -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wsizeof-array-argument -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wsuggest-attribute=const -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wsync-nand -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Warray-bounds=2 -Wnormalized=nfc -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-strong -fexceptions -fasynchronous-unwind-tables -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
configure: DTrace: yes
configure: numad: yes
configure: XML Catalog: /etc/xml/catalog
configure: Init script: systemd
configure: Char device locks: /var/lock
configure: Default Editor: vi
configure: Loader/NVRAM: /usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd:/usr/share/edk2.git/ovmf-x64/OVMF_VARS-pure-efi.fd:/usr/share/edk2.git/aarch64/QEMU_EFI-pflash.raw:/usr/share/edk2.git/aarch64/vars-template-pflash.raw:/usr/share/edk2/ovmf/OVMF_CODE.fd:/usr/share/edk2/ovmf/OVMF_VARS.fd:/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw:/usr/share/edk2/aarch64/vars-template-pflash.raw
configure: virt-login-shell: yes
configure: virt-host-validate: yes
configure: TLS priority: @SYSTEM
configure:
configure: Developer Tools
configure:
configure: wireshark_dissector: yes (CFLAGS='-DWS_VAR_IMPORT=extern -DHAVE_STDARG_H -DWS_MSVC_NORETURN= -pthread -I/usr/include/wireshark -I/usr/include/wireshark/epan -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' LIBS='-lwireshark -lwiretap -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 ')
configure:
configure: Privileges
configure:
configure: QEMU: qemu:qemu
configure:
+ make -j2
make all-recursive
make[1]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in .
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in gnulib/lib
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
GEN alloca.h
GEN c++defs.h
GEN warn-on-use.h
GEN arg-nonnull.h
GEN configmake.h
GEN langinfo.h
GEN limits.h
GEN locale.h
GEN netdb.h
GEN poll.h
GEN pty.h
GEN signal.h
GEN unused-parameter.h
GEN stdint.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN strings.h
GEN sys/ioctl.h
GEN sys/select.h
GEN sys/socket.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN sys/uio.h
GEN sys/utsname.h
GEN sys/wait.h
GEN termios.h
GEN time.h
GEN unistd.h
GEN wchar.h
GEN wctype.h
GEN arpa/inet.h
GEN fcntl.h
GEN getopt.h
make all-am
make[3]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
CC allocator.lo
CC areadlink.lo
CC base64.lo
CC binary-io.lo
CC bitrotate.lo
CC c-ctype.lo
CC c-strcasecmp.lo
CC c-strncasecmp.lo
CC c-strcasestr.lo
CC careadlinkat.lo
CC cloexec.lo
CC count-leading-zeros.lo
CC count-one-bits.lo
CC md5.lo
CC sha256.lo
CC dirname-lgpl.lo
CC basename-lgpl.lo
CC stripslash.lo
CC fd-hook.lo
CC freading.lo
CC getugroups.lo
CC hard-locale.lo
CC localcharset.lo
CC malloca.lo
CC mgetgroups.lo
CC nonblocking.lo
CC passfd.lo
CC physmem.lo
CC pipe2.lo
CC sig-handler.lo
CC sockets.lo
CC stat-time.lo
CC strnlen1.lo
CC sys_socket.lo
CC tempname.lo
CC glthread/threadlib.lo
CC unistd.lo
CC wctype-h.lo
CC xsize.lo
CC asnprintf.lo
CC fclose.lo
CC fcntl.lo
CC fflush.lo
CC fpurge.lo
CC fseek.lo
CC fseeko.lo
CC getopt.lo
CC getopt1.lo
CC ioctl.lo
CC mbrtowc.lo
CC mktime.lo
CC printf-args.lo
CC printf-parse.lo
CC strerror_r.lo
CC vasnprintf.lo
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
CC glthread/lock.lo
CCLD libgnu.la
make[3]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
Making all in include/libvirt
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
Making all in src
make[2]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
GEN libvirt_access_qemu.xml
GEN libvirt_access.xml
GEN libvirt_access_lxc.xml
GEN libvirt_access.syms
GEN libvirt_access_qemu.syms
GEN libvirt_access_lxc.syms
GEN libvirt_qemu.def
GEN libvirt_lxc.def
GEN libvirt_admin.syms
GEN libvirt_probes.h
GEN libvirt_probes.stp
GEN libvirt_functions.stp
GEN libvirt_qemu_probes.h
GEN locking/qemu-lockd.conf
GEN locking/libxl-lockd.conf
GEN virtlockd.service
GEN virtlockd.socket
GEN virtlogd.socket
GEN virtlogd.service
GEN locking/qemu-sanlock.conf
GEN locking/libxl-sanlock.conf
GEN libvirt_admin.def
GEN libvirt.syms
GEN libvirt.def
make all-am
make[3]: Entering directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
CC libvirt_driver_la-driver.lo
CC libvirt_driver_la-datatypes.lo
CC libvirt_driver_la-fdstream.lo
CC libvirt_driver_la-nodeinfo.lo
CC libvirt_driver_la-libvirt.lo
CC libvirt_driver_la-libvirt-domain.lo
CC libvirt_driver_la-libvirt-domain-snapshot.lo
CC libvirt_driver_la-libvirt-host.lo
CC libvirt_driver_la-libvirt-interface.lo
CC libvirt_driver_la-libvirt-network.lo
CC libvirt_driver_la-libvirt-nodedev.lo
CC libvirt_driver_la-libvirt-nwfilter.lo
CC libvirt_driver_la-libvirt-secret.lo
CC libvirt_driver_la-libvirt-storage.lo
CC libvirt_driver_la-libvirt-stream.lo
GEN libvirt_probes.o
CC libvirt_qemu_la-libvirt-qemu.lo
CC libvirt_lxc_la-libvirt-lxc.lo
CC libvirt_admin_la-libvirt-admin.lo
CC libvirt_admin_la-datatypes.lo
CC locking/lockd_la-lock_driver_lockd.lo
CC locking/lockd_la-lock_protocol.lo
CC locking/sanlock_la-lock_driver_sanlock.lo
GEN libvirt_qemu_probes.o
CC secret/libvirt_driver_secret_la-secret_driver.lo
CC storage/libvirt_storage_backend_sheepdog_priv_la-storage_backend_sheepdog.lo
CC storage/libvirt_storage_backend_sheepdog_priv_la-storage_backend.lo
CC util/libvirt_setuid_rpc_client_la-viralloc.lo
CC util/libvirt_setuid_rpc_client_la-viratomic.lo
CC util/libvirt_setuid_rpc_client_la-virbitmap.lo
CC util/libvirt_setuid_rpc_client_la-virbuffer.lo
CC util/libvirt_setuid_rpc_client_la-vircgroup.lo
CC util/libvirt_setuid_rpc_client_la-vircommand.lo
CC util/libvirt_setuid_rpc_client_la-virconf.lo
CC util/libvirt_setuid_rpc_client_la-virdbus.lo
CC util/libvirt_setuid_rpc_client_la-virerror.lo
CC util/libvirt_setuid_rpc_client_la-virevent.lo
CC util/libvirt_setuid_rpc_client_la-vireventpoll.lo
CC util/libvirt_setuid_rpc_client_la-virfile.lo
CC util/libvirt_setuid_rpc_client_la-virgettext.lo
CC util/libvirt_setuid_rpc_client_la-virhash.lo
CC util/libvirt_setuid_rpc_client_la-virhashcode.lo
CC util/libvirt_setuid_rpc_client_la-virhostcpu.lo
CC util/libvirt_setuid_rpc_client_la-virjson.lo
CC util/libvirt_setuid_rpc_client_la-virlog.lo
CC util/libvirt_setuid_rpc_client_la-virobject.lo
CC util/libvirt_setuid_rpc_client_la-virpidfile.lo
CC util/libvirt_setuid_rpc_client_la-virprocess.lo
CC util/libvirt_setuid_rpc_client_la-virrandom.lo
CC util/libvirt_setuid_rpc_client_la-virsocketaddr.lo
CC util/libvirt_setuid_rpc_client_la-virstring.lo
CC util/libvirt_setuid_rpc_client_la-virsystemd.lo
CC util/libvirt_setuid_rpc_client_la-virtime.lo
util/virsystemd.c:30:28: fatal error: virsystemdpriv.h: No such file or directory
compilation terminated.
Makefile:8475: recipe for target 'util/libvirt_setuid_rpc_client_la-virsystemd.lo' failed
make[3]: *** [util/libvirt_setuid_rpc_client_la-virsystemd.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
Makefile:5917: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
Makefile:2082: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Makefile:1979: recipe for target 'all' failed
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.LuJgDM (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.LuJgDM (%build)
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-centos-7 #222
by ci@centos.org
https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-7/222...
[...truncated 190.62 KB...]
configure: virtualport: yes (CFLAGS='' LIBS='')
configure: xdr: yes (CFLAGS='' LIBS='')
configure: xen: no
configure: xenapi: no
configure: yajl: yes (CFLAGS='' LIBS='-lyajl')
configure:
configure: Windows
configure:
configure: Cygwin: no
configure: MinGW: no
configure: MSVC: no
configure: windres: no
configure:
configure: Test suite
configure:
configure: Coverage:
configure: Alloc OOM:
configure:
configure: Miscellaneous
configure:
configure: Debug: yes
configure: Use -Werror: yes
configure: Warning Flags: -fno-common -W -Waddress -Waggressive-loop-optimizations -Wall -Wattributes -Wbad-function-cast -Wbuiltin-macro-redefined -Wcast-align -Wchar-subscripts -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wdouble-promotion -Wempty-body -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-security -Wformat-y2k -Wformat-zero-length -Wfree-nonheap-object -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Winit-self -Winline -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wold-style-declaration -Wold-style-definition -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-local-addr -Wreturn-type -Wsequence-point -Wshadow -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wsuggest-attribute=const -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wswitch -Wsync-nand -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Wnormalized=nfc -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-strong -fexceptions -fasynchronous-unwind-tables -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -Werror
configure: DTrace: yes
configure: numad: yes
configure: XML Catalog: /etc/xml/catalog
configure: Init script: systemd
configure: Char device locks: /var/lock
configure: Default Editor: vi
configure: Loader/NVRAM:
configure: virt-login-shell: yes
configure: virt-host-validate: yes
configure: TLS priority: NORMAL
configure:
configure: Developer Tools
configure:
configure: wireshark_dissector: no
configure:
configure: Privileges
configure:
configure: QEMU: qemu:qemu
configure:
+ make -j2
make all-recursive
make[1]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in .
make[2]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
make[2]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in gnulib/lib
make[2]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
GEN alloca.h
GEN c++defs.h
GEN warn-on-use.h
GEN arg-nonnull.h
GEN configmake.h
GEN langinfo.h
GEN limits.h
GEN locale.h
GEN netdb.h
GEN poll.h
GEN pty.h
GEN signal.h
GEN unused-parameter.h
GEN stddef.h
GEN stdint.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN strings.h
GEN sys/ioctl.h
GEN sys/select.h
GEN sys/socket.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN sys/uio.h
GEN sys/utsname.h
GEN sys/wait.h
GEN termios.h
GEN time.h
GEN unistd.h
GEN wchar.h
GEN wctype.h
GEN arpa/inet.h
GEN fcntl.h
GEN getopt.h
make all-am
make[3]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
CC allocator.lo
CC areadlink.lo
CC base64.lo
CC binary-io.lo
CC bitrotate.lo
CC c-ctype.lo
CC c-strcasecmp.lo
CC c-strncasecmp.lo
CC c-strcasestr.lo
CC careadlinkat.lo
CC cloexec.lo
CC count-leading-zeros.lo
CC count-one-bits.lo
CC md5.lo
CC sha256.lo
CC dirname-lgpl.lo
CC basename-lgpl.lo
CC stripslash.lo
CC fd-hook.lo
CC freading.lo
CC getugroups.lo
CC hard-locale.lo
CC localcharset.lo
CC malloca.lo
CC mgetgroups.lo
CC nonblocking.lo
CC passfd.lo
CC physmem.lo
CC pipe2.lo
CC sig-handler.lo
CC sockets.lo
CC stat-time.lo
CC strnlen1.lo
CC sys_socket.lo
CC tempname.lo
CC glthread/threadlib.lo
CC unistd.lo
CC wctype-h.lo
CC xsize.lo
CC asnprintf.lo
CC fclose.lo
CC fcntl.lo
CC fflush.lo
CC fpurge.lo
CC fseek.lo
CC fseeko.lo
CC getopt.lo
CC getopt1.lo
CC ioctl.lo
CC mbrtowc.lo
CC mktime.lo
CC printf-args.lo
CC printf-parse.lo
CC strerror_r.lo
CC vasnprintf.lo
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
CC glthread/lock.lo
CCLD libgnu.la
make[3]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
make[2]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
Making all in include/libvirt
make[2]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
Making all in src
make[2]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
GEN libvirt_access.xml
GEN libvirt_access_qemu.xml
GEN libvirt_access_lxc.xml
GEN libvirt_access.syms
GEN libvirt_access_qemu.syms
GEN libvirt_access_lxc.syms
GEN libvirt_qemu.def
GEN libvirt_lxc.def
GEN libvirt_admin.syms
GEN libvirt_probes.h
GEN libvirt_probes.stp
GEN libvirt_functions.stp
GEN libvirt_qemu_probes.h
GEN locking/qemu-lockd.conf
GEN virtlockd.service
GEN virtlockd.socket
GEN virtlogd.service
GEN virtlogd.socket
GEN locking/qemu-sanlock.conf
GEN libvirt.syms
GEN libvirt_admin.def
GEN libvirt.def
make all-am
make[3]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
CC libvirt_driver_la-driver.lo
CC libvirt_driver_la-datatypes.lo
CC libvirt_driver_la-fdstream.lo
CC libvirt_driver_la-nodeinfo.lo
CC libvirt_driver_la-libvirt.lo
CC libvirt_driver_la-libvirt-domain.lo
CC libvirt_driver_la-libvirt-domain-snapshot.lo
CC libvirt_driver_la-libvirt-host.lo
CC libvirt_driver_la-libvirt-interface.lo
CC libvirt_driver_la-libvirt-network.lo
CC libvirt_driver_la-libvirt-nodedev.lo
CC libvirt_driver_la-libvirt-nwfilter.lo
CC libvirt_driver_la-libvirt-secret.lo
CC libvirt_driver_la-libvirt-storage.lo
CC libvirt_driver_la-libvirt-stream.lo
GEN libvirt_probes.o
CC libvirt_qemu_la-libvirt-qemu.lo
CC libvirt_lxc_la-libvirt-lxc.lo
CC libvirt_admin_la-libvirt-admin.lo
CC libvirt_admin_la-datatypes.lo
CC locking/lockd_la-lock_driver_lockd.lo
CC locking/lockd_la-lock_protocol.lo
CC locking/sanlock_la-lock_driver_sanlock.lo
GEN libvirt_qemu_probes.o
CC secret/libvirt_driver_secret_la-secret_driver.lo
CC util/libvirt_setuid_rpc_client_la-viralloc.lo
CC util/libvirt_setuid_rpc_client_la-viratomic.lo
CC util/libvirt_setuid_rpc_client_la-virbitmap.lo
CC util/libvirt_setuid_rpc_client_la-virbuffer.lo
CC util/libvirt_setuid_rpc_client_la-vircgroup.lo
CC util/libvirt_setuid_rpc_client_la-vircommand.lo
CC util/libvirt_setuid_rpc_client_la-virconf.lo
CC util/libvirt_setuid_rpc_client_la-virdbus.lo
CC util/libvirt_setuid_rpc_client_la-virerror.lo
CC util/libvirt_setuid_rpc_client_la-virevent.lo
CC util/libvirt_setuid_rpc_client_la-vireventpoll.lo
CC util/libvirt_setuid_rpc_client_la-virfile.lo
CC util/libvirt_setuid_rpc_client_la-virgettext.lo
CC util/libvirt_setuid_rpc_client_la-virhash.lo
CC util/libvirt_setuid_rpc_client_la-virhashcode.lo
CC util/libvirt_setuid_rpc_client_la-virhostcpu.lo
CC util/libvirt_setuid_rpc_client_la-virjson.lo
CC util/libvirt_setuid_rpc_client_la-virlog.lo
CC util/libvirt_setuid_rpc_client_la-virobject.lo
CC util/libvirt_setuid_rpc_client_la-virpidfile.lo
CC util/libvirt_setuid_rpc_client_la-virprocess.lo
CC util/libvirt_setuid_rpc_client_la-virrandom.lo
CC util/libvirt_setuid_rpc_client_la-virsocketaddr.lo
CC util/libvirt_setuid_rpc_client_la-virstring.lo
CC util/libvirt_setuid_rpc_client_la-virsystemd.lo
CC util/libvirt_setuid_rpc_client_la-virtime.lo
util/virsystemd.c:30:28: fatal error: virsystemdpriv.h: No such file or directory
#include "virsystemdpriv.h"
^
compilation terminated.
make[3]: *** [util/libvirt_setuid_rpc_client_la-virsystemd.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.oPP8jg (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.oPP8jg (%build)
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: libvirt-master-rpm » libvirt-centos-6 #222
by ci@centos.org
https://ci.centos.org/job/libvirt-master-rpm/systems=libvirt-centos-6/222...
[...truncated 189.24 KB...]
configure: virtualport: yes (CFLAGS='' LIBS='')
configure: xdr: yes (CFLAGS='' LIBS='')
configure: xen: no
configure: xenapi: no
configure: yajl: yes (CFLAGS='' LIBS='-lyajl')
configure:
configure: Windows
configure:
configure: Cygwin: no
configure: MinGW: no
configure: MSVC: no
configure: windres: no
configure:
configure: Test suite
configure:
configure: Coverage:
configure: Alloc OOM:
configure:
configure: Miscellaneous
configure:
configure: Debug: yes
configure: Use -Werror: yes
configure: Warning Flags: -fno-common -W -Waddress -Wall -Wattributes -Wbad-function-cast -Wbuiltin-macro-redefined -Wchar-subscripts -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wempty-body -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-security -Wformat-y2k -Wformat-zero-length -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Winit-self -Winline -Wint-to-pointer-cast -Winvalid-pch -Wlogical-op -Wmain -Wmissing-braces -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmultichar -Wnested-externs -Wnonnull -Wold-style-declaration -Wold-style-definition -Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-type -Wsequence-point -Wshadow -Wstrict-aliasing -Wstrict-prototypes -Wswitch -Wsync-nand -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wvariadic-macros -Wvolatile-register-var -Wwrite-strings -Wnormalized=nfc -fdiagnostics-show-option -funit-at-a-time -Wno-missing-field-initializers -Wno-sign-compare -Wno-format-nonliteral -Wframe-larger-than=4096 -fexceptions -fasynchronous-unwind-tables -fipa-pure-const -Werror -fstack-protector-all
configure: DTrace: yes
configure: numad: yes
configure: XML Catalog: /etc/xml/catalog
configure: Init script: redhat
configure: Char device locks: /var/lock
configure: Default Editor: vi
configure: Loader/NVRAM:
configure: virt-login-shell: yes
configure: virt-host-validate: yes
configure: TLS priority: NORMAL
configure:
configure: Developer Tools
configure:
configure: wireshark_dissector: no
configure:
configure: Privileges
configure:
configure: QEMU: qemu:qemu
configure:
+ make -j2
make all-recursive
make[1]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in .
make[2]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
make[2]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
Making all in gnulib/lib
make[2]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
GEN alloca.h
GEN c++defs.h
GEN warn-on-use.h
GEN arg-nonnull.h
GEN configmake.h
GEN langinfo.h
GEN limits.h
GEN locale.h
GEN netdb.h
GEN poll.h
GEN pty.h
GEN signal.h
GEN unused-parameter.h
GEN stdalign.h
GEN stddef.h
GEN stdint.h
GEN stdio.h
GEN stdlib.h
GEN string.h
GEN strings.h
GEN sys/ioctl.h
GEN sys/select.h
GEN sys/socket.h
GEN sys/stat.h
GEN sys/time.h
GEN sys/types.h
GEN sys/uio.h
GEN sys/wait.h
GEN sys/utsname.h
GEN time.h
GEN termios.h
GEN wchar.h
GEN unistd.h
GEN wctype.h
GEN fcntl.h
GEN arpa/inet.h
GEN fnmatch.h
GEN getopt.h
make all-am
make[3]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
CC allocator.lo
CC areadlink.lo
CC base64.lo
CC binary-io.lo
CC bitrotate.lo
CC c-ctype.lo
CC c-strcasecmp.lo
CC c-strncasecmp.lo
CC c-strcasestr.lo
CC careadlinkat.lo
CC cloexec.lo
CC count-leading-zeros.lo
CC count-one-bits.lo
CC md5.lo
CC sha256.lo
CC dirname-lgpl.lo
CC basename-lgpl.lo
CC stripslash.lo
CC fd-hook.lo
CC freading.lo
CC getugroups.lo
CC hard-locale.lo
CC localcharset.lo
CC malloca.lo
CC mgetgroups.lo
CC nonblocking.lo
CC passfd.lo
CC physmem.lo
CC pipe2.lo
CC sig-handler.lo
CC sockets.lo
CC stat-time.lo
CC strnlen1.lo
CC sys_socket.lo
CC tempname.lo
CC glthread/threadlib.lo
CC unistd.lo
CC wctype-h.lo
CC xsize.lo
CC asnprintf.lo
CC fclose.lo
CC fcntl.lo
CC fflush.lo
CC fnmatch.lo
CC fpurge.lo
CC fseek.lo
CC fseeko.lo
CC getopt.lo
CC getopt1.lo
CC ioctl.lo
CC mbrtowc.lo
CC mktime.lo
CC perror.lo
CC printf-args.lo
CC printf-parse.lo
CC secure_getenv.lo
CC strerror.lo
CC strerror_r.lo
CC vasnprintf.lo
GEN charset.alias
GEN ref-add.sed
GEN ref-del.sed
CC glthread/lock.lo
CCLD libgnu.la
make[3]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
make[2]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/gnulib/lib'
Making all in include/libvirt
make[2]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/include/libvirt'
Making all in src
make[2]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
GEN libvirt_access.xml
GEN libvirt_access_qemu.xml
GEN libvirt_access_lxc.xml
GEN libvirt_access.syms
GEN libvirt_access_qemu.syms
GEN libvirt_access_lxc.syms
GEN libvirt_qemu.def
GEN libvirt_lxc.def
GEN libvirt_admin.syms
GEN libvirt_probes.h
GEN libvirt_probes.stp
GEN libvirt_functions.stp
GEN libvirt_qemu_probes.h
GEN locking/qemu-lockd.conf
GEN virtlockd.init
GEN locking/qemu-sanlock.conf
GEN libvirt.syms
GEN virtlogd.init
GEN libvirt_admin.def
GEN libvirt.def
make all-am
make[3]: Entering directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
CC libvirt_driver_la-driver.lo
CC libvirt_driver_la-datatypes.lo
CC libvirt_driver_la-fdstream.lo
CC libvirt_driver_la-nodeinfo.lo
CC libvirt_driver_la-libvirt.lo
CC libvirt_driver_la-libvirt-domain.lo
CC libvirt_driver_la-libvirt-domain-snapshot.lo
CC libvirt_driver_la-libvirt-host.lo
CC libvirt_driver_la-libvirt-interface.lo
CC libvirt_driver_la-libvirt-network.lo
CC libvirt_driver_la-libvirt-nodedev.lo
CC libvirt_driver_la-libvirt-nwfilter.lo
CC libvirt_driver_la-libvirt-secret.lo
CC libvirt_driver_la-libvirt-storage.lo
CC libvirt_driver_la-libvirt-stream.lo
GEN libvirt_probes.o
CC libvirt_qemu_la-libvirt-qemu.lo
CC libvirt_lxc_la-libvirt-lxc.lo
CC libvirt_admin_la-libvirt-admin.lo
CC libvirt_admin_la-datatypes.lo
CC locking/lockd_la-lock_driver_lockd.lo
CC locking/lockd_la-lock_protocol.lo
CC locking/sanlock_la-lock_driver_sanlock.lo
GEN libvirt_qemu_probes.o
CC secret/libvirt_driver_secret_la-secret_driver.lo
CC util/libvirt_setuid_rpc_client_la-viralloc.lo
CC util/libvirt_setuid_rpc_client_la-viratomic.lo
CC util/libvirt_setuid_rpc_client_la-virbitmap.lo
CC util/libvirt_setuid_rpc_client_la-virbuffer.lo
CC util/libvirt_setuid_rpc_client_la-vircgroup.lo
CC util/libvirt_setuid_rpc_client_la-vircommand.lo
CC util/libvirt_setuid_rpc_client_la-virconf.lo
CC util/libvirt_setuid_rpc_client_la-virdbus.lo
CC util/libvirt_setuid_rpc_client_la-virerror.lo
CC util/libvirt_setuid_rpc_client_la-virevent.lo
CC util/libvirt_setuid_rpc_client_la-vireventpoll.lo
CC util/libvirt_setuid_rpc_client_la-virfile.lo
CC util/libvirt_setuid_rpc_client_la-virgettext.lo
CC util/libvirt_setuid_rpc_client_la-virhash.lo
CC util/libvirt_setuid_rpc_client_la-virhashcode.lo
CC util/libvirt_setuid_rpc_client_la-virhostcpu.lo
CC util/libvirt_setuid_rpc_client_la-virjson.lo
CC util/libvirt_setuid_rpc_client_la-virlog.lo
CC util/libvirt_setuid_rpc_client_la-virobject.lo
CC util/libvirt_setuid_rpc_client_la-virpidfile.lo
CC util/libvirt_setuid_rpc_client_la-virprocess.lo
CC util/libvirt_setuid_rpc_client_la-virrandom.lo
CC util/libvirt_setuid_rpc_client_la-virsocketaddr.lo
CC util/libvirt_setuid_rpc_client_la-virstring.lo
CC util/libvirt_setuid_rpc_client_la-virsystemd.lo
util/virsystemd.c:30:28: error: virsystemdpriv.h: No such file or directory
make[3]: *** [util/libvirt_setuid_rpc_client_la-virsystemd.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jenkins/rpmbuild/BUILD/libvirt-3.2.0'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.exNBLf (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.exNBLf (%build)
Build step 'Execute shell' marked build as failure
1 year, 1 month
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-centos-7 #310
by ci@centos.org
https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-cento...
Started by upstream project "virt-manager-master-check" build number 310
originally caused by:
Started by upstream project "virt-manager-master-build" build number 314
originally caused by:
Started by upstream project "libvirt-python-master-build" build number 254
originally caused by:
Started by upstream project "libvirt-master-build" build number 364
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-centos-7 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-cento...>
[virt-manager-master] $ /bin/sh -xe /tmp/hudson3318612857706812719.sh
+ python setup.py test
running test
............................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 412 tests in 148.635s
OK
/tmp/hudson3318612857706812719.sh: line 2: 14348 Segmentation fault (core dumped) python setup.py test
Build step 'Execute shell' marked build as failure
1 year, 1 month