[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_8 #9139
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Jun 15 08:56:23 UTC 2016
See <https://jenkins.debian.net/job/reproducible_builder_armhf_8/9139/>
------------------------------------------
[...truncated 2286 lines...]
return (type()==TT_FULL or has_no_data() or vector_[0].dim(1)==this->get_k());
^
In file included from tdhf.cc:50:0:
../../src/apps/chem/TDA.h: At global scope:
../../src/apps/chem/TDA.h:279:15: warning: 'double madness::inner(const madness::xfunction&, const madness::xfunction&)' defined but not used [-Wunused-function]
static double inner(const xfunction &a, const xfunction &b) {
^
mpicxx -DHAVE_CONFIG_H -I../../src -I../../src -I../../src/apps -Wdate-time -D_FORTIFY_SOURCE=2 -DMPICH_SKIP_MPICXX=1 -DOMPI_SKIP_MPICXX=1 -g -O2 -fdebug-prefix-map=/build/madness-0.10=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs -ffast-math -march=native -c -o ../apps/chem/TDA.o ../apps/chem/TDA.cc
In file included from ../../src/madness/mra/mra.h:73:0,
from ../../src/apps/chem/projector.h:11,
from ../apps/chem/TDA.h:12,
from ../apps/chem/TDA.cc:8:
../../src/madness/mra/funcimpl.h: In instantiation of 'typename std::enable_if<(NDIM == FDIM)>::type madness::FunctionImpl<T, NDIM>::read_grid2(std::__cxx11::string, std::shared_ptr<madness::FunctionFunctorInterface<double, NDIM> >) [with unsigned int FDIM = 3u; T = double; unsigned int NDIM = 3u; typename std::enable_if<(NDIM == FDIM)>::type = void; std::__cxx11::string = std::__cxx11::basic_string<char>]':
../apps/chem/TDA.cc:377:53: required from here
../../src/madness/mra/funcimpl.h:1507:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i=0; i<npt; ++i) {
^
../../src/madness/mra/funcimpl.h:1509:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j=0; j<npt; ++j) {
^
../../src/madness/mra/funcimpl.h:1511:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int k=0; k<npt; ++k) {
^
In file included from ../../src/madness/tensor/gentensor.h:115:0,
from ../../src/madness/mra/function_factory.h:50,
from ../../src/madness/mra/mra.h:71,
from ../../src/apps/chem/projector.h:11,
from ../apps/chem/TDA.h:12,
from ../apps/chem/TDA.cc:8:
../../src/madness/tensor/srconf.h: In instantiation of 'bool madness::SRConf<T>::has_structure() const [with T = double]':
../../src/madness/mra/operator.h:1262:17: required from 'madness::GenTensor<typename madness::TensorResultType<T, Q>::type> madness::SeparatedConvolution<Q, NDIM>::apply2_lowdim(const madness::Key<NDIM>&, const madness::Key<NDIM>&, const madness::GenTensor<Q>&, double, double) const [with T = double; Q = double; unsigned int NDIM = 3u; typename madness::TensorResultType<T, Q>::type = double]'
../../src/madness/mra/funcimpl.h:4140:38: required from 'double madness::FunctionImpl<T, NDIM>::do_apply_kernel3(const opT*, const madness::GenTensor<R>&, const madness::FunctionImpl<T, NDIM>::do_op_args<OPDIM>&, const madness::TensorArgs&) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int OPDIM = 3u; T = double; unsigned int NDIM = 3u]'
../../src/madness/mra/funcimpl.h:4342:54: required from 'double madness::FunctionImpl<T, NDIM>::do_apply_directed_screening(const opT*, const keyT&, const coeffT&, const bool&) [with opT = const madness::SeparatedConvolution<double, 3u>; R = double; T = double; unsigned int NDIM = 3u; madness::FunctionImpl<T, NDIM>::keyT = madness::Key<3u>; madness::FunctionImpl<T, NDIM>::coeffT = madness::GenTensor<double>]'
../../src/madness/mra/funcimpl.h:4372:30: required from 'void madness::FunctionImpl<T, NDIM>::apply_source_driven(opT&, const madness::FunctionImpl<R, NDIM>&, bool) [with opT = const madness::SeparatedConvolution<double, 3u>; R = double; T = double; unsigned int NDIM = 3u]'
../../src/madness/mra/mra.h:1934:13: required from 'madness::Function<typename madness::TensorResultType<typename opT::opT, T>::type, NDIM> madness::apply_only(const opT&, const madness::Function<T, NDIM>&, bool) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int NDIM = 3u; typename madness::TensorResultType<typename opT::opT, T>::type = double]'
../../src/madness/mra/mra.h:1977:32: required from 'madness::Function<typename madness::TensorResultType<typename opT::opT, T>::type, NDIM> madness::apply(const opT&, const madness::Function<T, NDIM>&, bool) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int NDIM = 3u; typename madness::TensorResultType<typename opT::opT, T>::type = double]'
../../src/apps/chem/SCF.h:884:34: required from here
../../src/madness/tensor/srconf.h:802:74: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
return (type()==TT_FULL or has_no_data() or vector_[0].dim(1)==this->get_k());
^
mpicxx -DHAVE_CONFIG_H -I../../src -I../../src -I../../src/apps -Wdate-time -D_FORTIFY_SOURCE=2 -DMPICH_SKIP_MPICXX=1 -DOMPI_SKIP_MPICXX=1 -g -O2 -fdebug-prefix-map=/build/madness-0.10=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs -ffast-math -march=native -c -o ../apps/chem/TDA_XC.o ../apps/chem/TDA_XC.cc
In file included from ../../src/madness/tensor/gentensor.h:115:0,
from ../../src/madness/mra/function_factory.h:50,
from ../../src/madness/mra/mra.h:71,
from ../../src/apps/chem/projector.h:11,
from ../../src/apps/chem/TDA_XC.h:11,
from ../apps/chem/TDA_XC.cc:10:
../../src/madness/tensor/srconf.h: In instantiation of 'bool madness::SRConf<T>::has_structure() const [with T = double]':
../../src/madness/mra/operator.h:1262:17: required from 'madness::GenTensor<typename madness::TensorResultType<T, Q>::type> madness::SeparatedConvolution<Q, NDIM>::apply2_lowdim(const madness::Key<NDIM>&, const madness::Key<NDIM>&, const madness::GenTensor<Q>&, double, double) const [with T = double; Q = double; unsigned int NDIM = 3u; typename madness::TensorResultType<T, Q>::type = double]'
../../src/madness/mra/funcimpl.h:4140:38: required from 'double madness::FunctionImpl<T, NDIM>::do_apply_kernel3(const opT*, const madness::GenTensor<R>&, const madness::FunctionImpl<T, NDIM>::do_op_args<OPDIM>&, const madness::TensorArgs&) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int OPDIM = 3u; T = double; unsigned int NDIM = 3u]'
../../src/madness/mra/funcimpl.h:4342:54: required from 'double madness::FunctionImpl<T, NDIM>::do_apply_directed_screening(const opT*, const keyT&, const coeffT&, const bool&) [with opT = const madness::SeparatedConvolution<double, 3u>; R = double; T = double; unsigned int NDIM = 3u; madness::FunctionImpl<T, NDIM>::keyT = madness::Key<3u>; madness::FunctionImpl<T, NDIM>::coeffT = madness::GenTensor<double>]'
../../src/madness/mra/funcimpl.h:4372:30: required from 'void madness::FunctionImpl<T, NDIM>::apply_source_driven(opT&, const madness::FunctionImpl<R, NDIM>&, bool) [with opT = const madness::SeparatedConvolution<double, 3u>; R = double; T = double; unsigned int NDIM = 3u]'
../../src/madness/mra/mra.h:1934:13: required from 'madness::Function<typename madness::TensorResultType<typename opT::opT, T>::type, NDIM> madness::apply_only(const opT&, const madness::Function<T, NDIM>&, bool) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int NDIM = 3u; typename madness::TensorResultType<typename opT::opT, T>::type = double]'
../../src/madness/mra/mra.h:1977:32: required from 'madness::Function<typename madness::TensorResultType<typename opT::opT, T>::type, NDIM> madness::apply(const opT&, const madness::Function<T, NDIM>&, bool) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int NDIM = 3u; typename madness::TensorResultType<typename opT::opT, T>::type = double]'
../../src/apps/chem/SCF.h:884:34: required from here
../../src/madness/tensor/srconf.h:802:74: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
return (type()==TT_FULL or has_no_data() or vector_[0].dim(1)==this->get_k());
^
mpicxx -g -O2 -fdebug-prefix-map=/build/madness-0.10=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs -ffast-math -march=native -Wl,-z,relro -o tdhf tdhf.o ../apps/chem/TDA.o ../apps/chem/TDA_XC.o ../../src/apps/chem/libMADchem.a ../../src/madness/mra/libMADmra.a ../../src/madness/tensor/libMADlinalg.a ../../src/madness/tensor/libMADtensor.a ../../src/madness/misc/libMADmisc.a ../../src/madness/external/muParser/libMADmuparser.a ../../src/madness/external/tinyxml/libMADtinyxml.a ../../src/madness/world/libMADworld.a -llapack -lblas
mpicxx -DHAVE_CONFIG_H -I../../src -I../../src -I../../src/apps -Wdate-time -D_FORTIFY_SOURCE=2 -DMPICH_SKIP_MPICXX=1 -DOMPI_SKIP_MPICXX=1 -g -O2 -fdebug-prefix-map=/build/madness-0.10=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs -ffast-math -march=native -c -o nemo.o nemo.cc
nemo.cc:58:39: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time]
print("\nmain() compiled at ",__TIME__," on ",__DATE__);
^
nemo.cc:58:55: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
print("\nmain() compiled at ",__TIME__," on ",__DATE__);
^
In file included from ../../src/madness/tensor/gentensor.h:115:0,
from ../../src/madness/mra/function_factory.h:50,
from ../../src/madness/mra/mra.h:71,
from ../../src/apps/chem/nemo.h:49,
from nemo.cc:47:
../../src/madness/tensor/srconf.h: In instantiation of 'bool madness::SRConf<T>::has_structure() const [with T = double]':
../../src/madness/mra/operator.h:1262:17: required from 'madness::GenTensor<typename madness::TensorResultType<T, Q>::type> madness::SeparatedConvolution<Q, NDIM>::apply2_lowdim(const madness::Key<NDIM>&, const madness::Key<NDIM>&, const madness::GenTensor<Q>&, double, double) const [with T = double; Q = double; unsigned int NDIM = 3u; typename madness::TensorResultType<T, Q>::type = double]'
../../src/madness/mra/funcimpl.h:4140:38: required from 'double madness::FunctionImpl<T, NDIM>::do_apply_kernel3(const opT*, const madness::GenTensor<R>&, const madness::FunctionImpl<T, NDIM>::do_op_args<OPDIM>&, const madness::TensorArgs&) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int OPDIM = 3u; T = double; unsigned int NDIM = 3u]'
../../src/madness/mra/funcimpl.h:4342:54: required from 'double madness::FunctionImpl<T, NDIM>::do_apply_directed_screening(const opT*, const keyT&, const coeffT&, const bool&) [with opT = const madness::SeparatedConvolution<double, 3u>; R = double; T = double; unsigned int NDIM = 3u; madness::FunctionImpl<T, NDIM>::keyT = madness::Key<3u>; madness::FunctionImpl<T, NDIM>::coeffT = madness::GenTensor<double>]'
../../src/madness/mra/funcimpl.h:4372:30: required from 'void madness::FunctionImpl<T, NDIM>::apply_source_driven(opT&, const madness::FunctionImpl<R, NDIM>&, bool) [with opT = const madness::SeparatedConvolution<double, 3u>; R = double; T = double; unsigned int NDIM = 3u]'
../../src/madness/mra/mra.h:1934:13: required from 'madness::Function<typename madness::TensorResultType<typename opT::opT, T>::type, NDIM> madness::apply_only(const opT&, const madness::Function<T, NDIM>&, bool) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int NDIM = 3u; typename madness::TensorResultType<typename opT::opT, T>::type = double]'
../../src/madness/mra/mra.h:1977:32: required from 'madness::Function<typename madness::TensorResultType<typename opT::opT, T>::type, NDIM> madness::apply(const opT&, const madness::Function<T, NDIM>&, bool) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int NDIM = 3u; typename madness::TensorResultType<typename opT::opT, T>::type = double]'
../../src/apps/chem/SCF.h:884:34: required from here
../../src/madness/tensor/srconf.h:802:74: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
return (type()==TT_FULL or has_no_data() or vector_[0].dim(1)==this->get_k());
^
mpicxx -g -O2 -fdebug-prefix-map=/build/madness-0.10=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs -ffast-math -march=native -Wl,-z,relro -o nemo nemo.o ../../src/apps/chem/libMADchem.a ../../src/madness/mra/libMADmra.a ../../src/madness/tensor/libMADlinalg.a ../../src/madness/tensor/libMADtensor.a ../../src/madness/misc/libMADmisc.a ../../src/madness/external/muParser/libMADmuparser.a ../../src/madness/external/tinyxml/libMADtinyxml.a ../../src/madness/world/libMADworld.a -llapack -lblas
mpicxx -DHAVE_CONFIG_H -I../../src -I../../src -I../../src/apps -Wdate-time -D_FORTIFY_SOURCE=2 -DMPICH_SKIP_MPICXX=1 -DOMPI_SKIP_MPICXX=1 -g -O2 -fdebug-prefix-map=/build/madness-0.10=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs -ffast-math -march=native -c -o helium_exact.o helium_exact.cc
helium_exact.cc:446:51: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time]
print("main() in helium_exact.cc compiled at ", __TIME__, " on ",
^
helium_exact.cc:447:5: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
__DATE__);
^
In file included from ../../src/madness/tensor/gentensor.h:115:0,
from ../../src/madness/mra/function_factory.h:50,
from ../../src/madness/mra/mra.h:71,
from helium_exact.cc:44:
../../src/madness/tensor/srconf.h: In instantiation of 'bool madness::SRConf<T>::has_structure() const [with T = double]':
../../src/madness/mra/operator.h:1262:17: required from 'madness::GenTensor<typename madness::TensorResultType<T, Q>::type> madness::SeparatedConvolution<Q, NDIM>::apply2_lowdim(const madness::Key<NDIM>&, const madness::Key<NDIM>&, const madness::GenTensor<Q>&, double, double) const [with T = double; Q = double; unsigned int NDIM = 3u; typename madness::TensorResultType<T, Q>::type = double]'
../../src/madness/mra/funcimpl.h:4140:38: required from 'double madness::FunctionImpl<T, NDIM>::do_apply_kernel3(const opT*, const madness::GenTensor<R>&, const madness::FunctionImpl<T, NDIM>::do_op_args<OPDIM>&, const madness::TensorArgs&) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int OPDIM = 3u; T = double; unsigned int NDIM = 3u]'
../../src/madness/mra/funcimpl.h:4342:54: required from 'double madness::FunctionImpl<T, NDIM>::do_apply_directed_screening(const opT*, const keyT&, const coeffT&, const bool&) [with opT = const madness::SeparatedConvolution<double, 3u>; R = double; T = double; unsigned int NDIM = 3u; madness::FunctionImpl<T, NDIM>::keyT = madness::Key<3u>; madness::FunctionImpl<T, NDIM>::coeffT = madness::GenTensor<double>]'
../../src/madness/mra/funcimpl.h:4372:30: required from 'void madness::FunctionImpl<T, NDIM>::apply_source_driven(opT&, const madness::FunctionImpl<R, NDIM>&, bool) [with opT = const madness::SeparatedConvolution<double, 3u>; R = double; T = double; unsigned int NDIM = 3u]'
../../src/madness/mra/mra.h:1934:13: required from 'madness::Function<typename madness::TensorResultType<typename opT::opT, T>::type, NDIM> madness::apply_only(const opT&, const madness::Function<T, NDIM>&, bool) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int NDIM = 3u; typename madness::TensorResultType<typename opT::opT, T>::type = double]'
../../src/madness/mra/mra.h:1977:32: required from 'madness::Function<typename madness::TensorResultType<typename opT::opT, T>::type, NDIM> madness::apply(const opT&, const madness::Function<T, NDIM>&, bool) [with opT = madness::SeparatedConvolution<double, 3u>; R = double; unsigned int NDIM = 3u; typename madness::TensorResultType<typename opT::opT, T>::type = double]'
../../src/apps/chem/SCF.h:884:34: required from here
../../src/madness/tensor/srconf.h:802:74: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
return (type()==TT_FULL or has_no_data() or vector_[0].dim(1)==this->get_k());
^
mpicxx -g -O2 -fdebug-prefix-map=/build/madness-0.10=. -fstack-protector-strong -Wformat -Werror=format-security -std=c++11 -O3 -Wall -Wno-strict-aliasing -Wno-deprecated -Wno-unused-local-typedefs -ffast-math -march=native -Wl,-z,relro -o helium_exact helium_exact.o ../../src/apps/chem/libMADchem.a ../../src/madness/mra/libMADmra.a ../../src/madness/tensor/libMADlinalg.a ../../src/madness/tensor/libMADtensor.a ../../src/madness/misc/libMADmisc.a ../../src/madness/external/muParser/libMADmuparser.a ../../src/madness/external/tinyxml/libMADtinyxml.a ../../src/madness/world/libMADworld.a -llapack -lblas
make[3]: Leaving directory '/build/madness-0.10/src/examples'
make[3]: Entering directory '/build/madness-0.10/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/madness-0.10/src'
make[2]: Leaving directory '/build/madness-0.10/src'
Making all in config
make[2]: Entering directory '/build/madness-0.10/config'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/madness-0.10/config'
make[2]: Entering directory '/build/madness-0.10'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/madness-0.10'
make[1]: Leaving directory '/build/madness-0.10'
debian/rules override_dh_auto_test
make[1]: Entering directory '/build/madness-0.10'
dh_auto_test
make -j1 check VERBOSE=1
make[2]: Entering directory '/build/madness-0.10'
Making check in src
make[3]: Entering directory '/build/madness-0.10/src'
Making check in madness
make[4]: Entering directory '/build/madness-0.10/src/madness'
Making check in external
make[5]: Entering directory '/build/madness-0.10/src/madness/external'
Making check in gtest
make[6]: Entering directory '/build/madness-0.10/src/madness/external/gtest'
make[6]: Nothing to be done for 'check'.
make[6]: Leaving directory '/build/madness-0.10/src/madness/external/gtest'
Making check in tinyxml
make[6]: Entering directory '/build/madness-0.10/src/madness/external/tinyxml'
make[6]: Nothing to be done for 'check'.
make[6]: Leaving directory '/build/madness-0.10/src/madness/external/tinyxml'
Making check in muParser
make[6]: Entering directory '/build/madness-0.10/src/madness/external/muParser'
make[6]: Nothing to be done for 'check'.
make[6]: Leaving directory '/build/madness-0.10/src/madness/external/muParser'
make[6]: Entering directory '/build/madness-0.10/src/madness/external'
make[6]: Nothing to be done for 'check-am'.
make[6]: Leaving directory '/build/madness-0.10/src/madness/external'
make[5]: Leaving directory '/build/madness-0.10/src/madness/external'
Making check in world
make[5]: Entering directory '/build/madness-0.10/src/madness/world'
make check-TESTS
make[6]: Entering directory '/build/madness-0.10/src/madness/world'
make[7]: Entering directory '/build/madness-0.10/src/madness/world'
PASS: test_prof.mpi
PASS: test_ar.mpi
PASS: test_hashdc.mpi
PASS: test_hello.mpi
PASS: test_atomicint.mpi
PASS: test_future.mpi
PASS: test_future2.mpi
PASS: test_future3.mpi
PASS: test_dc.mpi
PASS: test_hashthreaded.mpi
PASS: test_queue.mpi
PASS: test_world.mpi
PASS: test_worldprofile.mpi
PASS: test_binsorter.mpi
============================================================================
Testsuite summary for MADNESS 0.10
============================================================================
# TOTAL: 14
# PASS: 14
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/build/madness-0.10/src/madness/world'
make[6]: Leaving directory '/build/madness-0.10/src/madness/world'
make[5]: Leaving directory '/build/madness-0.10/src/madness/world'
Making check in misc
make[5]: Entering directory '/build/madness-0.10/src/madness/misc'
make check-TESTS
make[6]: Entering directory '/build/madness-0.10/src/madness/misc'
make[7]: Entering directory '/build/madness-0.10/src/madness/misc'
PASS: interp3
============================================================================
Testsuite summary for MADNESS 0.10
============================================================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/build/madness-0.10/src/madness/misc'
make[6]: Leaving directory '/build/madness-0.10/src/madness/misc'
make[5]: Leaving directory '/build/madness-0.10/src/madness/misc'
Making check in tensor
make[5]: Entering directory '/build/madness-0.10/src/madness/tensor'
make check-TESTS
make[6]: Entering directory '/build/madness-0.10/src/madness/tensor'
make[7]: Entering directory '/build/madness-0.10/src/madness/tensor'
PASS: oldtest.seq
PASS: test_mtxmq.seq
PASS: test_Zmtxmq.seq
PASS: jimkernel.seq
PASS: test_scott.seq
PASS: test_linalg.seq
PASS: test_solvers.seq
PASS: test_elemental.mpi
PASS: testseprep.seq
PASS: test_distributed_matrix.mpi
============================================================================
Testsuite summary for MADNESS 0.10
============================================================================
# TOTAL: 10
# PASS: 10
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/build/madness-0.10/src/madness/tensor'
make[6]: Leaving directory '/build/madness-0.10/src/madness/tensor'
make[5]: Leaving directory '/build/madness-0.10/src/madness/tensor'
Making check in mra
make[5]: Entering directory '/build/madness-0.10/src/madness/mra'
make check-TESTS
make[6]: Entering directory '/build/madness-0.10/src/madness/mra'
make[7]: Entering directory '/build/madness-0.10/src/madness/mra'
PASS: testbsh.mpi
PASS: testproj.mpi
PASS: testpdiff.mpi
PASS: testper.mpi
PASS: testdiff1Db.mpi
PASS: testgconv.mpi
PASS: testopdir.mpi
/srv/reproducible-results/rbuild-debian-rktSOvES/tmp.RM2sydVIkK: 38.5%FATAL: null
java.lang.NullPointerException
at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:173)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
More information about the Qa-jenkins-scm
mailing list