[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_6 #34795

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Apr 12 11:16:13 UTC 2016


See <https://jenkins.debian.net/job/reproducible_builder_amd64_6/34795/>

------------------------------------------
[...truncated 3135 lines...]
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyTimedeltaArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:82:10: note: in expansion of macro 'PyArray_IsScalar'
   return PyArray_IsScalar(obj, Timedelta);
          ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1198:51: warning: 'PyArray_API' is static but used in inline function 'is_timedelta64_object' which is not static
 #define PyTimedeltaArrType_Type (*(PyTypeObject *)PyArray_API[216])
                                                   ^
/usr/include/python2.7/object.h:439:22: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                      ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyTimedeltaArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:82:10: note: in expansion of macro 'PyArray_IsScalar'
   return PyArray_IsScalar(obj, Timedelta);
          ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1197:50: warning: 'PyArray_API' is static but used in inline function 'is_datetime64_object' which is not static
 #define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
                                                  ^
/usr/include/python2.7/object.h:439:60: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyDatetimeArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:77:10: note: in expansion of macro 'PyArray_IsScalar'
   return PyArray_IsScalar(obj, Datetime);
          ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1197:50: warning: 'PyArray_API' is static but used in inline function 'is_datetime64_object' which is not static
 #define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
                                                  ^
/usr/include/python2.7/object.h:439:22: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                      ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyDatetimeArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:77:10: note: in expansion of macro 'PyArray_IsScalar'
   return PyArray_IsScalar(obj, Datetime);
          ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:642:46: warning: 'PyArray_API' is static but used in inline function 'is_bool_object' which is not static
 #define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
                                              ^
/usr/include/python2.7/object.h:439:60: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyBoolArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:67:32: note: in expansion of macro 'PyArray_IsScalar'
   return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
                                ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:642:46: warning: 'PyArray_API' is static but used in inline function 'is_bool_object' which is not static
 #define PyBoolArrType_Type (*(PyTypeObject *)PyArray_API[8])
                                              ^
/usr/include/python2.7/object.h:439:22: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                      ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyBoolArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:67:32: note: in expansion of macro 'PyArray_IsScalar'
   return (PyBool_Check(obj) || PyArray_IsScalar(obj, Bool));
                                ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:651:57: warning: 'PyArray_API' is static but used in inline function 'is_complex_object' which is not static
 #define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
                                                         ^
/usr/include/python2.7/object.h:439:60: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyComplexFloatingArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:62:35: note: in expansion of macro 'PyArray_IsScalar'
   return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
                                   ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:651:57: warning: 'PyArray_API' is static but used in inline function 'is_complex_object' which is not static
 #define PyComplexFloatingArrType_Type (*(PyTypeObject *)PyArray_API[17])
                                                         ^
/usr/include/python2.7/object.h:439:22: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                      ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyComplexFloatingArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:62:35: note: in expansion of macro 'PyArray_IsScalar'
   return (PyComplex_Check(obj) || PyArray_IsScalar(obj, ComplexFloating));
                                   ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:650:50: warning: 'PyArray_API' is static but used in inline function 'is_float_object' which is not static
 #define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
                                                  ^
/usr/include/python2.7/object.h:439:60: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyFloatingArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:58:33: note: in expansion of macro 'PyArray_IsScalar'
   return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
                                 ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:650:50: warning: 'PyArray_API' is static but used in inline function 'is_float_object' which is not static
 #define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
                                                  ^
/usr/include/python2.7/object.h:439:22: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                      ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyFloatingArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:58:33: note: in expansion of macro 'PyArray_IsScalar'
   return (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating));
                                 ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:646:49: warning: 'PyArray_API' is static but used in inline function 'is_integer_object' which is not static
 #define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
                                                 ^
/usr/include/python2.7/object.h:439:60: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyIntegerArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:69:18: note: in expansion of macro 'PyArray_IsScalar'
               || PyArray_IsScalar((obj), Integer))
                  ^
pandas/src/numpy_helper.h:52:34: note: in expansion of macro 'PyArray_IsIntegerScalar'
   return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
                                  ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:646:49: warning: 'PyArray_API' is static but used in inline function 'is_integer_object' which is not static
 #define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
                                                 ^
/usr/include/python2.7/object.h:439:22: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                      ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyIntegerArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:69:18: note: in expansion of macro 'PyArray_IsScalar'
               || PyArray_IsScalar((obj), Integer))
                  ^
pandas/src/numpy_helper.h:52:34: note: in expansion of macro 'PyArray_IsIntegerScalar'
   return (!PyBool_Check(obj)) && PyArray_IsIntegerScalar(obj);
                                  ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:650:50: warning: 'PyArray_API' is static but used in inline function 'infer_type' which is not static
 #define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
                                                  ^
/usr/include/python2.7/object.h:439:60: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyFloatingArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:24:34: note: in expansion of macro 'PyArray_IsScalar'
   else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
                                  ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:650:50: warning: 'PyArray_API' is static but used in inline function 'infer_type' which is not static
 #define PyFloatingArrType_Type (*(PyTypeObject *)PyArray_API[16])
                                                  ^
/usr/include/python2.7/object.h:439:22: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                      ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyFloatingArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:24:34: note: in expansion of macro 'PyArray_IsScalar'
   else if (PyFloat_Check(obj) || PyArray_IsScalar(obj, Floating)) {
                                  ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1197:50: warning: 'PyArray_API' is static but used in inline function 'infer_type' which is not static
 #define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
                                                  ^
/usr/include/python2.7/object.h:439:60: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyDatetimeArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:21:12: note: in expansion of macro 'PyArray_IsScalar'
   else if (PyArray_IsScalar(obj, Datetime)) {
            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1197:50: warning: 'PyArray_API' is static but used in inline function 'infer_type' which is not static
 #define PyDatetimeArrType_Type (*(PyTypeObject *)PyArray_API[215])
                                                  ^
/usr/include/python2.7/object.h:439:22: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                      ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyDatetimeArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
pandas/src/numpy_helper.h:21:12: note: in expansion of macro 'PyArray_IsScalar'
   else if (PyArray_IsScalar(obj, Datetime)) {
            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:646:49: warning: 'PyArray_API' is static but used in inline function 'infer_type' which is not static
 #define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
                                                 ^
/usr/include/python2.7/object.h:439:60: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyIntegerArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:69:18: note: in expansion of macro 'PyArray_IsScalar'
               || PyArray_IsScalar((obj), Integer))
                  ^
pandas/src/numpy_helper.h:18:12: note: in expansion of macro 'PyArray_IsIntegerScalar'
   else if (PyArray_IsIntegerScalar(obj)) {
            ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:646:49: warning: 'PyArray_API' is static but used in inline function 'infer_type' which is not static
 #define PyIntegerArrType_Type (*(PyTypeObject *)PyArray_API[12])
                                                 ^
/usr/include/python2.7/object.h:439:22: note: in definition of macro 'PyObject_TypeCheck'
     (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                      ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:50:35: note: in expansion of macro 'PyIntegerArrType_Type'
         (PyObject_TypeCheck(obj, &Py##cls##ArrType_Type))
                                   ^
/usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:69:18: note: in expansion of macro 'PyArray_IsScalar'
               || PyArray_IsScalar((obj), Integer))
                  ^
pandas/src/numpy_helper.h:18:12: note: in expansion of macro 'PyArray_IsIntegerScalar'
   else if (PyArray_IsIntegerScalar(obj)) {
            ^
pandas/algos.c:35144:18: warning: '__pyx_f_6pandas_5algos__roll_skiplist_op' defined but not used [-Wunused-function]
 static PyObject *__pyx_f_6pandas_5algos__roll_skiplist_op(PyArrayObject *__pyx_v_arg, int __pyx_v_win, int __pyx_v_minp, __pyx_t_6pandas_5algos_skiplist_f __pyx_v_op) {
                  ^
pandas/algos.c:37419:32: warning: '__pyx_f_6pandas_5algos__get_max' defined but not used [-Wunused-function]
 static __pyx_t_5numpy_double_t __pyx_f_6pandas_5algos__get_max(PyObject *__pyx_v_skiplist, int __pyx_v_nobs, int __pyx_v_minp) {
                                ^
pandas/algos.c:38482:32: warning: '__pyx_f_6pandas_5algos__get_min' defined but not used [-Wunused-function]
 static __pyx_t_5numpy_double_t __pyx_f_6pandas_5algos__get_min(PyObject *__pyx_v_skiplist, int __pyx_v_nobs, int __pyx_v_minp) {
                                ^
pandas/algos.c: In function '__pyx_pf_6pandas_5algos_50roll_window.isra.323':
pandas/algos.c:40414:21: warning: '__pyx_pybuffernd_tot_wgt.diminfo[0].strides' may be used uninitialized in this function [-Wmaybe-uninitialized]
   __Pyx_LocalBuf_ND __pyx_pybuffernd_tot_wgt;
                     ^
pandas/algos.c:40414:21: warning: '__pyx_pybuffernd_tot_wgt.diminfo[0].shape' may be used uninitialized in this function [-Wmaybe-uninitialized]
/srv/reproducible-results/rbuild-debian-FQZ1h8Yd/tmp.zZovDDFABd:	 47.1% -- replaced with /srv/reproducible-results/rbuild-debian-FQZ1h8Yd/tmp.zZovDDFABd.gz
INFO: Starting at 2016-04-12 11:16:11.474760
INFO: Finished at 2016-04-12 11:16:12.024283, took: 0:00:00.549536
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)
INFO: Starting at 2016-04-12 11:16:12.467600



More information about the Qa-jenkins-scm mailing list