[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_25 #14294

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Nov 29 08:31:51 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_armhf_25/14294/------------------------------------------
[...truncated 115153 lines...]
                                                 ^
../../../../vcglib/vcg/complex/algorithms/update/color.h: In static member function ‘static void vcg::tri::UpdateColor<UpdateMeshType>::VertexBorderManifoldFlag(UpdateMeshType&, vcg::Color4b, vcg::Color4b, vcg::Color4b)’:
../../../../vcglib/vcg/complex/algorithms/update/color.h:269:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
   if(!(*fi).IsD())
     ^
rm -f libio_tri.so
g++ -Wl,-z,relro -shared -o libio_tri.so io_tri.o moc_io_tri.o   -L/usr/lib/arm-linux-gnueabihf -L/usr/X11R6/lib -L../../distrib -lcommon -lGLEW -lQtScript -lQtXmlPatterns -lQtXml -lQtOpenGL -lQtGui -lQtCore -lGL -lpthread  
mv -f libio_tri.so ../../distrib/plugins/
make[2]: uscita dalla directory "/build/meshlab-1.3.2+dfsg1/meshlab/src/meshlabplugins/io_tri"
cd meshlabplugins/io_x3d/ && /usr/bin/make -f Makefile 
make[2]: ingresso nella directory "/build/meshlab-1.3.2+dfsg1/meshlab/src/meshlabplugins/io_x3d"
g++ -c -pipe -g -O2 -fdebug-prefix-map=/build/meshlab-1.3.2+dfsg1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I../.. -I../../../../vcglib -I../../external/glew-1.7.0/include -I/usr/include/eigen3 -I/usr/X11R6/include -I. -o io_x3d.o io_x3d.cpp
In file included from /usr/include/c++/6/ext/hash_map:60:0,
                 from ../../../../vcglib/vcg/space/index/spatial_hashing.h:45,
                 from ../../../../vcglib/vcg/complex/algorithms/clean.h:39,
                 from ../../../../vcglib/vcg/complex/algorithms/update/color.h:34,
                 from ../../common/meshmodel.h:44,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
/usr/include/c++/6/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
 #warning \
  ^~~~~~~
In file included from ../../common/meshmodel.h:35:0,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/simplex/face/component_ocf.h: In member function ‘void vcg::face::CurvatureDirOcf<A, T>::ImportData(const LeftF&)’:
../../../../vcglib/vcg/simplex/face/component_ocf.h:573:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
                 if((*this).Base().CurvatureDirEnabled && leftF.Base().CurvatureDirEnabled)
                 ^~
../../../../vcglib/vcg/simplex/face/component_ocf.h:575:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
                         PD2() = leftF.cPD2();
                         ^~~
In file included from ../../../../vcglib/vcg/complex/complex.h:42:0,
                 from ../../common/meshmodel.h:38,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/complex/allocate.h: In static member function ‘static typename vcg::tri::Allocator<AllocateMeshType>::MeshType::PerVertexAttributeHandle<ATTR_TYPE> vcg::tri::Allocator<AllocateMeshType>::GetPerVertexAttribute(vcg::tri::Allocator<AllocateMeshType>::MeshType&, const string&)’:
../../../../vcglib/vcg/complex/allocate.h:950:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
    if(i!=m.vert_attr.end())
    ^~
../../../../vcglib/vcg/complex/allocate.h:962:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
   return typename MeshType:: template PerVertexAttributeHandle<ATTR_TYPE>(NULL,0);
   ^~~~~~
In file included from ../../common/meshmodel.h:41:0,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/simplex/face/topology.h: In function ‘bool vcg::face::CheckFlipEdgeNormal(FaceType&, int, float)’:
../../../../vcglib/vcg/simplex/face/topology.h:403:43: warning: typedef ‘ScalarType’ locally defined but not used [-Wunused-local-typedefs]
   typedef typename VertexType::ScalarType ScalarType;
                                           ^~~~~~~~~~
../../../../vcglib/vcg/simplex/face/topology.h: In function ‘void vcg::face::VFStarVF(typename FaceType::VertexType*, std::vector<FaceType*>&)’:
../../../../vcglib/vcg/simplex/face/topology.h:618:41: warning: typedef ‘VertexPointer’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename FaceType::VertexType* VertexPointer;
                                         ^~~~~~~~~~~~~
In file included from ../../../../vcglib/vcg/space/distance3.h:29:0,
                 from ../../../../vcglib/vcg/simplex/face/distance.h:30,
                 from ../../../../vcglib/vcg/complex/algorithms/closest.h:33,
                 from ../../../../vcglib/vcg/complex/algorithms/stat.h:48,
                 from ../../../../vcglib/vcg/complex/algorithms/update/color.h:31,
                 from ../../common/meshmodel.h:44,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/space/intersection3.h: In function ‘bool vcg::IntersectionSphereTriangle(const vcg::Sphere3<T>&, TRIANGLETYPE, vcg::Point3<P3ScalarType>&, std::pair<_FIter, _FIter>*)’:
../../../../vcglib/vcg/space/intersection3.h:144:24: warning: typedef ‘Triangle3t’ locally defined but not used [-Wunused-local-typedefs]
   typedef TRIANGLETYPE Triangle3t;
                        ^~~~~~~~~~
In file included from ../../../../vcglib/vcg/complex/algorithms/closest.h:36:0,
                 from ../../../../vcglib/vcg/complex/algorithms/stat.h:48,
                 from ../../../../vcglib/vcg/complex/algorithms/update/color.h:31,
                 from ../../common/meshmodel.h:44,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/space/index/space_iterators.h: In member function ‘bool vcg::ClosestIterator<Spatial_Idexing, DISTFUNCTOR, TMARKER>::Refresh()’:
../../../../vcglib/vcg/space/index/space_iterators.h:432:4: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
    for( iz = to_explore.min.Z();iz <= to_explore.max.Z(); ++iz)
    ^~~
../../../../vcglib/vcg/space/index/space_iterators.h:463:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
     std::sort(Elems.begin(),Elems.end());
     ^~~
In file included from ../../../../vcglib/vcg/complex/algorithms/stat.h:48:0,
                 from ../../../../vcglib/vcg/complex/algorithms/update/color.h:31,
                 from ../../common/meshmodel.h:44,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/complex/algorithms/closest.h: In function ‘typename MESH::FaceType* vcg::tri::GetClosestFaceEP(MESH&, GRID&, const typename GRID::CoordType&, const typename GRID::ScalarType&, typename GRID::ScalarType&, typename GRID::CoordType&, typename GRID::CoordType&, typename GRID::CoordType&)’:
../../../../vcglib/vcg/complex/algorithms/closest.h:100:31: warning: typedef ‘Point3x’ locally defined but not used [-Wunused-local-typedefs]
    typedef Point3<ScalarType> Point3x;
                               ^~~~~~~
../../../../vcglib/vcg/complex/algorithms/closest.h: In function ‘typename MESH::FaceType* vcg::tri::GetClosestFaceBase(MESH&, GRID&, const typename GRID::CoordType&, const typename GRID::ScalarType&, typename GRID::ScalarType&, typename GRID::CoordType&)’:
../../../../vcglib/vcg/complex/algorithms/closest.h:129:31: warning: typedef ‘Point3x’ locally defined but not used [-Wunused-local-typedefs]
    typedef Point3<ScalarType> Point3x;
                               ^~~~~~~
../../../../vcglib/vcg/complex/algorithms/closest.h: In function ‘typename MESH::FaceType* vcg::tri::GetClosestFaceEP(MESH&, GRID&, const typename GRID::CoordType&, const typename GRID::ScalarType&, typename GRID::ScalarType&, typename GRID::CoordType&)’:
../../../../vcglib/vcg/complex/algorithms/closest.h:144:31: warning: typedef ‘Point3x’ locally defined but not used [-Wunused-local-typedefs]
    typedef Point3<ScalarType> Point3x;
                               ^~~~~~~
../../../../vcglib/vcg/complex/algorithms/closest.h: In function ‘typename MESH::FaceType* vcg::tri::GetClosestFaceNormal(MESH&, GRID&, const typename MESH::VertexType&, const typename GRID::ScalarType&, typename GRID::ScalarType&, typename GRID::CoordType&)’:
../../../../vcglib/vcg/complex/algorithms/closest.h:158:38: warning: typedef ‘ScalarType’ locally defined but not used [-Wunused-local-typedefs]
    typedef typename GRID::ScalarType ScalarType;
                                      ^~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/closest.h: In function ‘typename GRID::ObjPtr vcg::tri::DoRay(MESH&, GRID&, const vcg::Ray3<typename GRID::ScalarType>&, const typename GRID::ScalarType&, typename GRID::ScalarType&)’:
../../../../vcglib/vcg/complex/algorithms/closest.h:322:36: warning: typedef ‘FaceType’ locally defined but not used [-Wunused-local-typedefs]
    typedef typename MESH::FaceType FaceType;
                                    ^~~~~~~~
../../../../vcglib/vcg/complex/algorithms/closest.h:323:38: warning: typedef ‘ScalarType’ locally defined but not used [-Wunused-local-typedefs]
    typedef typename MESH::ScalarType ScalarType;
                                      ^~~~~~~~~~
In file included from ../../../../vcglib/vcg/space/index/grid_static_ptr.h:34:0,
                 from ../../../../vcglib/vcg/complex/algorithms/stat.h:49,
                 from ../../../../vcglib/vcg/complex/algorithms/update/color.h:31,
                 from ../../common/meshmodel.h:44,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/space/index/grid_closest.h: In function ‘typename SPATIAL_INDEX::ObjPtr vcg::GridClosest(SPATIAL_INDEX&, OBJPOINTDISTFUNCTOR, OBJMARKER&, const typename OBJPOINTDISTFUNCTOR::QueryType&, const typename SPATIAL_INDEX::ScalarType&, typename SPATIAL_INDEX::ScalarType&, typename SPATIAL_INDEX::CoordType&)’:
../../../../vcglib/vcg/space/index/grid_closest.h:104:25: warning: typedef ‘SpatialIndex’ locally defined but not used [-Wunused-local-typedefs]
   typedef SPATIAL_INDEX SpatialIndex;
                         ^~~~~~~~~~~~
In file included from ../../../../vcglib/vcg/space/index/grid_static_ptr.h:34:0,
                 from ../../../../vcglib/vcg/complex/algorithms/stat.h:49,
                 from ../../../../vcglib/vcg/complex/algorithms/update/color.h:31,
                 from ../../common/meshmodel.h:44,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/space/index/grid_closest.h: In function ‘unsigned int vcg::GridGetInBox(SPATIALINDEXING&, OBJMARKER&, const vcg::Box3<typename FaceType::ScalarType>&, OBJPTRCONTAINER&)’:
../../../../vcglib/vcg/space/index/grid_closest.h:286:6: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
      for (iy=ibbox.min[1]; iy<=ibbox.max[1]; iy++)
      ^~~
../../../../vcglib/vcg/space/index/grid_closest.h:302:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
       return (static_cast<unsigned int>(_objectPtrs.size()));
       ^~~~~~
In file included from ../../../../vcglib/vcg/complex/algorithms/update/color.h:34:0,
                 from ../../common/meshmodel.h:44,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/complex/algorithms/clean.h: In static member function ‘static int vcg::tri::Clean<CleanMeshType>::RemoveNonManifoldVertex(vcg::tri::Clean<CleanMeshType>::MeshType&)’:
../../../../vcglib/vcg/complex/algorithms/clean.h:463:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
     for(vi=m.vert.begin(); vi!=m.vert.end();++vi)
     ^~~
../../../../vcglib/vcg/complex/algorithms/clean.h:468:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
      return count_removed;
      ^~~~~~
../../../../vcglib/vcg/complex/algorithms/clean.h: In static member function ‘static int vcg::tri::Clean<CleanMeshType>::CountBitPolygons(const MeshType&)’:
../../../../vcglib/vcg/complex/algorithms/clean.h:703:45: warning: typedef ‘F’ locally defined but not used [-Wunused-local-typedefs]
         typedef typename MeshType::FaceType F;
                                             ^
../../../../vcglib/vcg/complex/algorithms/clean.h: In static member function ‘static int vcg::tri::Clean<CleanMeshType>::CountBitLargePolygons(vcg::tri::Clean<CleanMeshType>::MeshType&)’:
../../../../vcglib/vcg/complex/algorithms/clean.h:736:45: warning: typedef ‘F’ locally defined but not used [-Wunused-local-typedefs]
         typedef typename MeshType::FaceType F;
                                             ^
../../../../vcglib/vcg/complex/algorithms/clean.h: In static member function ‘static int vcg::tri::Clean<CleanMeshType>::ClusterVertex(vcg::tri::Clean<CleanMeshType>::MeshType&, vcg::tri::Clean<CleanMeshType>::ScalarType)’:
../../../../vcglib/vcg/complex/algorithms/clean.h:1657:58: warning: typedef ‘VDistFunct’ locally defined but not used [-Wunused-local-typedefs]
    typedef vcg::vertex::PointDistanceFunctor<ScalarType> VDistFunct;
                                                          ^~~~~~~~~~
In file included from ../../common/meshmodel.h:44:0,
                 from ../../common/interfaces.h:37,
                 from io_x3d.h:37,
                 from io_x3d.cpp:29:
../../../../vcglib/vcg/complex/algorithms/update/color.h: In static member function ‘static void vcg::tri::UpdateColor<UpdateMeshType>::VertexBorderFlag(UpdateMeshType&, vcg::Color4b, vcg::Color4b, vcg::Color4b)’:
../../../../vcglib/vcg/complex/algorithms/update/color.h:133:49: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
  for(fi=m.face.begin();fi!=m.face.end();++fi) if(!(*fi).IsD())
                                                 ^
../../../../vcglib/vcg/complex/algorithms/update/color.h: In static member function ‘static void vcg::tri::UpdateColor<UpdateMeshType>::VertexBorderManifoldFlag(UpdateMeshType&, vcg::Color4b, vcg::Color4b, vcg::Color4b)’:
../../../../vcglib/vcg/complex/algorithms/update/color.h:269:5: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
   if(!(*fi).IsD())
     ^
In file included from import_x3d.h:81:0,
                 from io_x3d.cpp:31:
../../../../vcglib/vcg/complex/algorithms/create/platonic.h: In function ‘void vcg::tri::Tetrahedron(TetraMeshType&)’:
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:50:24: warning: typedef ‘MeshType’ locally defined but not used [-Wunused-local-typedefs]
  typedef TetraMeshType MeshType;
                        ^~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h: In function ‘void vcg::tri::Hexahedron(MeshType&)’:
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:278:40: warning: typedef ‘ScalarType’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename MeshType::ScalarType ScalarType;
                                        ^~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h: In function ‘void vcg::tri::Square(MeshType&)’:
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:327:41: warning: typedef ‘ScalarType’ locally defined but not used [-Wunused-local-typedefs]
   typedef typename MeshType::ScalarType ScalarType;
                                         ^~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h: In function ‘void vcg::tri::Sphere(MeshType&, int)’:
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:363:40: warning: typedef ‘ScalarType’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename MeshType::ScalarType ScalarType;
                                        ^~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:364:39: warning: typedef ‘CoordType’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename MeshType::CoordType CoordType;
                                       ^~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:365:44: warning: typedef ‘VertexPointer’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename MeshType::VertexPointer  VertexPointer;
                                            ^~~~~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:367:44: warning: typedef ‘FaceIterator’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename MeshType::FaceIterator   FaceIterator;
                                            ^~~~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h: In function ‘void vcg::tri::Cone(MeshType&, typename MeshType::ScalarType, typename MeshType::ScalarType, typename MeshType::ScalarType, int)’:
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:398:40: warning: typedef ‘ScalarType’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename MeshType::ScalarType ScalarType;
                                        ^~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h: In function ‘void vcg::tri::Box(MeshType&, const typename MeshType::BoxType&)’:
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:487:40: warning: typedef ‘ScalarType’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename MeshType::ScalarType ScalarType;
                                        ^~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h: In function ‘void vcg::tri::Build(MeshType&, const V&, const F&)’:
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:540:40: warning: typedef ‘ScalarType’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename MeshType::ScalarType ScalarType;
                                        ^~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:544:44: warning: typedef ‘FaceIterator’ locally defined but not used [-Wunused-local-typedefs]
  typedef typename MeshType::FaceIterator   FaceIterator;
                                            ^~~~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h: In function ‘void vcg::tri::Grid(MeshType&, int, int, float, float, float*)’:
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:594:45: warning: typedef ‘VertexPointer’ locally defined but not used [-Wunused-local-typedefs]
   typedef typename MeshType::VertexPointer  VertexPointer;
                                             ^~~~~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:595:45: warning: typedef ‘VertexIterator’ locally defined but not used [-Wunused-local-typedefs]
   typedef typename MeshType::VertexIterator VertexIterator;
                                             ^~~~~~~~~~~~~~
../../../../vcglib/vcg/complex/algorithms/create/platonic.h:596:45: warning: typedef ‘FaceIterator’ locally defined but not used [-Wunused-local-typedefs]
   typedef typename MeshType::FaceIterator   FaceIterator;
                                             ^~~~~~~~~~~~
In file included from io_x3d.cpp:31:0:
import_x3d.h: In instantiation of ‘static int vcg::tri::io::ImporterX3D<OpenMeshType>::LoadMaskByDom(QDomDocument*, vcg::tri::io::AdditionalInfoX3D*&, QString) [with OpenMeshType = CMeshO]’:
import_x3d.h:2640:24:   required from ‘static int vcg::tri::io::ImporterX3D<OpenMeshType>::LoadMask(const char*, vcg::tri::io::AdditionalInfoX3D*&) [with OpenMeshType = CMeshO]’
io_x3d.cpp:57:48:   required from here
import_x3d.h:782:12: warning: variable ‘copyTextureFile’ set but not used [-Wunused-but-set-variable]
       bool copyTextureFile = true;
            ^~~~~~~~~~~~~~~
import_x3d.h: In instantiation of ‘static int vcg::tri::io::ImporterX3D<OpenMeshType>::NavigateScene(OpenMeshType&, QDomElement, vcg::Matrix44f, std::map<QString, QDomElement>&, std::map<QString, QDomElement>&, vcg::tri::io::AdditionalInfoX3D*, bool (*)(int, const char*)) [with OpenMeshType = CMeshO; vcg::Matrix44f = vcg::Matrix44<float>; vcg::CallBackPos = bool(int, const char*)]’:
import_x3d.h:2663:24:   required from ‘static int vcg::tri::io::ImporterX3D<OpenMeshType>::Open(OpenMeshType&, const char*, vcg::tri::io::AdditionalInfoX3D*&, bool (*)(int, const char*)) [with OpenMeshType = CMeshO; vcg::CallBackPos = bool(int, const char*)]’
io_x3d.cpp:77:47:   required from here
import_x3d.h:2504:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
          if ( i < textureTransformList.size())
               ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/srv/reproducible-results/rbuild-debian-poNToSnO/tmp.MfcLANAghy:	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:1720)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)



More information about the Qa-jenkins-scm mailing list