[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_i386_1 #19369

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Oct 15 07:40:35 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_i386_1/19369/------------------------------------------
[...truncated 3259 lines...]
-creating build/temp.linux-i686-2.7/src/protocols
-i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UiFjh3/python2.7-2.7.12=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/protocols/_speedups.c -o build/temp.linux-i686-2.7/src/protocols/_speedups.o
+creating build/temp.linux-x86_64-2.7
+creating build/temp.linux-x86_64-2.7/src
+creating build/temp.linux-x86_64-2.7/src/protocols
+i686-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UiFjh3/python2.7-2.7.12=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/protocols/_speedups.c -o build/temp.linux-x86_64-2.7/src/protocols/_speedups.o
 In file included from /usr/include/python2.7/Python.h:80:0,
                  from src/protocols/_speedups.c:3:
-src/protocols/_speedups.c: In function '__pyx_f_9_speedups__adapt':
+src/protocols/_speedups.c: In function ‘__pyx_f_9_speedups__adapt’:
 /usr/include/python2.7/object.h:439:18: warning: comparison of distinct pointer types lacks a cast
      (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                   ^
-src/protocols/_speedups.c:317:15: note: in expansion of macro 'PyObject_TypeCheck'
+src/protocols/_speedups.c:317:15: note: in expansion of macro ‘PyObject_TypeCheck’
      __pyx_1 = PyObject_TypeCheck(__pyx_v_obj,__pyx_v_protocol);
                ^~~~~~~~~~~~~~~~~~
-/usr/include/python2.7/object.h:439:59: warning: passing argument 2 of 'PyType_IsSubtype' from incompatible pointer type [-Wincompatible-pointer-types]
+/usr/include/python2.7/object.h:439:59: warning: passing argument 2 of ‘PyType_IsSubtype’ from incompatible pointer type [-Wincompatible-pointer-types]
      (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
-src/protocols/_speedups.c:317:15: note: in expansion of macro 'PyObject_TypeCheck'
+src/protocols/_speedups.c:317:15: note: in expansion of macro ‘PyObject_TypeCheck’
      __pyx_1 = PyObject_TypeCheck(__pyx_v_obj,__pyx_v_protocol);
                ^~~~~~~~~~~~~~~~~~
-/usr/include/python2.7/object.h:437:17: note: expected 'PyTypeObject * {aka struct _typeobject *}' but argument is of type 'PyObject * {aka struct _object *}'
+/usr/include/python2.7/object.h:437:17: note: expected ‘PyTypeObject * {aka struct _typeobject *}’ but argument is of type ‘PyObject * {aka struct _object *}’
  PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
                  ^~~~~~~~~~~~~~~~
-src/protocols/_speedups.c: In function '__pyx_f_9_speedups_buildClassicMRO':
-src/protocols/_speedups.c:690:27: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types]
+src/protocols/_speedups.c: In function ‘__pyx_f_9_speedups_buildClassicMRO’:
+src/protocols/_speedups.c:690:27: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types]
    __pyx_2 = PyList_Append(__pyx_v_list,__pyx_1); if (__pyx_2 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 211; goto __pyx_L1;}
                            ^~~~~~~~~~~~
 In file included from /usr/include/python2.7/Python.h:100:0,
                  from src/protocols/_speedups.c:3:
-/usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct <anonymous> *}'
+/usr/include/python2.7/listobject.h:52:17: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘PyListObject * {aka struct <anonymous> *}’
  PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *);
                  ^~~~~~~~~~~~~
 src/protocols/_speedups.c:694:17: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
    __pyx_v_bases = __pyx_v_cls->cl_bases;
                  ^
-src/protocols/_speedups.c: In function '__pyx_f_9_speedups_classicMRO':
-src/protocols/_speedups.c:772:31: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types]
+src/protocols/_speedups.c: In function ‘__pyx_f_9_speedups_classicMRO’:
+src/protocols/_speedups.c:772:31: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types]
        __pyx_1 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_2); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 226; goto __pyx_L1;}
                                ^
 In file included from /usr/include/python2.7/Python.h:100:0,
                  from src/protocols/_speedups.c:3:
-/usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct <anonymous> *}'
+/usr/include/python2.7/listobject.h:52:17: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘PyListObject * {aka struct <anonymous> *}’
  PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *);
                  ^~~~~~~~~~~~~
-src/protocols/_speedups.c:778:31: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types]
+src/protocols/_speedups.c:778:31: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types]
        __pyx_1 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_2); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 227; goto __pyx_L1;}
                                ^
 In file included from /usr/include/python2.7/Python.h:100:0,
                  from src/protocols/_speedups.c:3:
-/usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct <anonymous> *}'
+/usr/include/python2.7/listobject.h:52:17: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘PyListObject * {aka struct <anonymous> *}’
  PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *);
                  ^~~~~~~~~~~~~
-src/protocols/_speedups.c: In function '__pyx_f_9_speedups_buildECMRO':
-src/protocols/_speedups.c:833:27: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types]
+src/protocols/_speedups.c: In function ‘__pyx_f_9_speedups_buildECMRO’:
+src/protocols/_speedups.c:833:27: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types]
    __pyx_1 = PyList_Append(__pyx_v_list,__pyx_v_cls); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 248; goto __pyx_L1;}
                            ^~~~~~~~~~~~
 In file included from /usr/include/python2.7/Python.h:100:0,
                  from src/protocols/_speedups.c:3:
-/usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct <anonymous> *}'
+/usr/include/python2.7/listobject.h:52:17: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘PyListObject * {aka struct <anonymous> *}’
  PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *);
                  ^~~~~~~~~~~~~
-src/protocols/_speedups.c: In function '__pyx_f_9_speedups_extClassMRO':
-src/protocols/_speedups.c:900:29: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types]
+src/protocols/_speedups.c: In function ‘__pyx_f_9_speedups_extClassMRO’:
+src/protocols/_speedups.c:900:29: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types]
      __pyx_2 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_1); if (__pyx_2 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 257; goto __pyx_L1;}
                              ^
 In file included from /usr/include/python2.7/Python.h:100:0,
                  from src/protocols/_speedups.c:3:
-/usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct <anonymous> *}'
+/usr/include/python2.7/listobject.h:52:17: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘PyListObject * {aka struct <anonymous> *}’
  PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *);
                  ^~~~~~~~~~~~~
-src/protocols/_speedups.c:906:29: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types]
+src/protocols/_speedups.c:906:29: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types]
      __pyx_2 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_1); if (__pyx_2 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 258; goto __pyx_L1;}
                              ^
 In file included from /usr/include/python2.7/Python.h:100:0,
                  from src/protocols/_speedups.c:3:
-/usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct <anonymous> *}'
+/usr/include/python2.7/listobject.h:52:17: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘PyListObject * {aka struct <anonymous> *}’
  PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *);
                  ^~~~~~~~~~~~~
 In file included from /usr/include/python2.7/Python.h:80:0,
                  from src/protocols/_speedups.c:3:
-src/protocols/_speedups.c: In function '__pyx_f_9_speedups_getMRO':
+src/protocols/_speedups.c: In function ‘__pyx_f_9_speedups_getMRO’:
 /usr/include/python2.7/object.h:439:18: warning: comparison of distinct pointer types lacks a cast
      (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                   ^
-src/protocols/_speedups.c:976:13: note: in expansion of macro 'PyObject_TypeCheck'
+src/protocols/_speedups.c:976:13: note: in expansion of macro ‘PyObject_TypeCheck’
    __pyx_1 = PyObject_TypeCheck(__pyx_v_ob,__pyx_v_9_speedups___ECType);
              ^~~~~~~~~~~~~~~~~~
-/usr/include/python2.7/object.h:439:59: warning: passing argument 2 of 'PyType_IsSubtype' from incompatible pointer type [-Wincompatible-pointer-types]
+/usr/include/python2.7/object.h:439:59: warning: passing argument 2 of ‘PyType_IsSubtype’ from incompatible pointer type [-Wincompatible-pointer-types]
      (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
-src/protocols/_speedups.c:976:13: note: in expansion of macro 'PyObject_TypeCheck'
+src/protocols/_speedups.c:976:13: note: in expansion of macro ‘PyObject_TypeCheck’
    __pyx_1 = PyObject_TypeCheck(__pyx_v_ob,__pyx_v_9_speedups___ECType);
              ^~~~~~~~~~~~~~~~~~
-/usr/include/python2.7/object.h:437:17: note: expected 'PyTypeObject * {aka struct _typeobject *}' but argument is of type 'PyObject * {aka struct _object *}'
+/usr/include/python2.7/object.h:437:17: note: expected ‘PyTypeObject * {aka struct _typeobject *}’ but argument is of type ‘PyObject * {aka struct _object *}’
  PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
                  ^~~~~~~~~~~~~~~~
-src/protocols/_speedups.c: In function '__pyx_f_9_speedups_Protocol__adapt__':
-src/protocols/_speedups.c:1154:29: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types]
+src/protocols/_speedups.c: In function ‘__pyx_f_9_speedups_Protocol__adapt__’:
+src/protocols/_speedups.c:1154:29: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types]
      __pyx_1 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_2); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 336; goto __pyx_L1;}
                              ^
 In file included from /usr/include/python2.7/Python.h:100:0,
                  from src/protocols/_speedups.c:3:
-/usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct <anonymous> *}'
+/usr/include/python2.7/listobject.h:52:17: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘PyListObject * {aka struct <anonymous> *}’
  PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *);
                  ^~~~~~~~~~~~~
-src/protocols/_speedups.c:1160:29: warning: passing argument 1 of 'PyList_Append' from incompatible pointer type [-Wincompatible-pointer-types]
+src/protocols/_speedups.c:1160:29: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type [-Wincompatible-pointer-types]
      __pyx_1 = PyList_Append(((PyListObject (*))__pyx_v_mro),__pyx_2); if (__pyx_1 == (-1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 337; goto __pyx_L1;}
                              ^
 In file included from /usr/include/python2.7/Python.h:100:0,
                  from src/protocols/_speedups.c:3:
-/usr/include/python2.7/listobject.h:52:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyListObject * {aka struct <anonymous> *}'
+/usr/include/python2.7/listobject.h:52:17: note: expected ‘PyObject * {aka struct _object *}’ but argument is of type ‘PyListObject * {aka struct <anonymous> *}’
  PyAPI_FUNC(int) PyList_Append(PyObject *, PyObject *);
                  ^~~~~~~~~~~~~
 In file included from /usr/include/python2.7/Python.h:80:0,
@@ -545,19 +556,19 @@
 /usr/include/python2.7/object.h:439:18: warning: comparison of distinct pointer types lacks a cast
      (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                   ^
-src/protocols/_speedups.c:1184:15: note: in expansion of macro 'PyObject_TypeCheck'
+src/protocols/_speedups.c:1184:15: note: in expansion of macro ‘PyObject_TypeCheck’
      __pyx_1 = PyObject_TypeCheck(__pyx_v_cls,__pyx_v_9_speedups___ECType);
                ^~~~~~~~~~~~~~~~~~
-/usr/include/python2.7/object.h:439:59: warning: passing argument 2 of 'PyType_IsSubtype' from incompatible pointer type [-Wincompatible-pointer-types]
+/usr/include/python2.7/object.h:439:59: warning: passing argument 2 of ‘PyType_IsSubtype’ from incompatible pointer type [-Wincompatible-pointer-types]
      (Py_TYPE(ob) == (tp) || PyType_IsSubtype(Py_TYPE(ob), (tp)))
                                                            ^
-src/protocols/_speedups.c:1184:15: note: in expansion of macro 'PyObject_TypeCheck'
+src/protocols/_speedups.c:1184:15: note: in expansion of macro ‘PyObject_TypeCheck’
      __pyx_1 = PyObject_TypeCheck(__pyx_v_cls,__pyx_v_9_speedups___ECType);
                ^~~~~~~~~~~~~~~~~~
-/usr/include/python2.7/object.h:437:17: note: expected 'PyTypeObject * {aka struct _typeobject *}' but argument is of type 'PyObject * {aka struct _object *}'
+/usr/include/python2.7/object.h:437:17: note: expected ‘PyTypeObject * {aka struct _typeobject *}’ but argument is of type ‘PyObject * {aka struct _object *}’
  PyAPI_FUNC(int) PyType_IsSubtype(PyTypeObject *, PyTypeObject *);
                  ^~~~~~~~~~~~~~~~
-i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UiFjh3/python2.7-2.7.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UiFjh3/python2.7-2.7.12=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-i686-2.7/src/protocols/_speedups.o -o build/lib.linux-i686-2.7/protocols/_speedups.so
+i686-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UiFjh3/python2.7-2.7.12=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-UiFjh3/python2.7-2.7.12=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/src/protocols/_speedups.o -o build/lib.linux-x86_64-2.7/protocols/_speedups.so
    dh_auto_test
 dh_auto_test: Compatibility levels before 9 are deprecated (level 7 in use)
  fakeroot debian/rules binary
@@ -579,24 +590,24 @@
 creating /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7
 creating /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages
 creating /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
-copying build/lib.linux-i686-2.7/protocols/api.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
-copying build/lib.linux-i686-2.7/protocols/_speedups.so -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
-copying build/lib.linux-i686-2.7/protocols/advice.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
-copying build/lib.linux-i686-2.7/protocols/twisted_support.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
-copying build/lib.linux-i686-2.7/protocols/zope_support.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
-copying build/lib.linux-i686-2.7/protocols/adapters.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/generate.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/_speedups.so -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/adapters.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/classic.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
 creating /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
-copying build/lib.linux-i686-2.7/protocols/tests/test_direct.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
-copying build/lib.linux-i686-2.7/protocols/tests/test_zope.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
-copying build/lib.linux-i686-2.7/protocols/tests/checks.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
-copying build/lib.linux-i686-2.7/protocols/tests/test_twisted.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
-copying build/lib.linux-i686-2.7/protocols/tests/test_advice.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
-copying build/lib.linux-i686-2.7/protocols/tests/__init__.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
-copying build/lib.linux-i686-2.7/protocols/tests/test_classes.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
-copying build/lib.linux-i686-2.7/protocols/interfaces.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
-copying build/lib.linux-i686-2.7/protocols/__init__.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
-copying build/lib.linux-i686-2.7/protocols/generate.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
-copying build/lib.linux-i686-2.7/protocols/classic.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/tests/test_direct.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
+copying build/lib.linux-x86_64-2.7/protocols/tests/test_classes.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
+copying build/lib.linux-x86_64-2.7/protocols/tests/test_twisted.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
+copying build/lib.linux-x86_64-2.7/protocols/tests/test_advice.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
+copying build/lib.linux-x86_64-2.7/protocols/tests/checks.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
+copying build/lib.linux-x86_64-2.7/protocols/tests/__init__.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
+copying build/lib.linux-x86_64-2.7/protocols/tests/test_zope.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols/tests
+copying build/lib.linux-x86_64-2.7/protocols/__init__.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/zope_support.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/interfaces.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/api.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/twisted_support.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
+copying build/lib.linux-x86_64-2.7/protocols/advice.py -> /build/pyprotocols-1.0a.svn20070625/debian/python-protocols/usr/lib/python2.7/dist-packages/protocols
 running install_egg_info
 /usr/lib/python2.7/dist-packages/setuptools/command/egg_info.py:203: UserWarning: tag_svn_revision is deprecated and will not be honored in a future release
   "tag_svn_revision is deprecated and will not be honored "
@@ -636,8 +647,8 @@
 dpkg-gencontrol: warning: package python-protocols: unused substitution variable ${python:Provides}
    dh_md5sums
    dh_builddeb
-dpkg-deb: building package 'python-protocols-dbgsym' in '../python-protocols-dbgsym_1.0a.svn20070625-7_i386.deb'.
-dpkg-deb: building package 'python-protocols' in '../python-protocols_1.0a.svn20070625-7_i386.deb'.
+dpkg-deb: Paket »python-protocols-dbgsym« wird in »../python-protocols-dbgsym_1.0a.svn20070625-7_i386.deb« gebaut.
+dpkg-deb: Paket »python-protocols« wird in »../python-protocols_1.0a.svn20070625-7_i386.deb« gebaut.
  dpkg-genbuildinfo --build=any,all --buildinfo-id=i386
 dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
  dpkg-genchanges --build=any,all >../pyprotocols_1.0a.svn20070625-7_i386.changes
@@ -645,12 +656,14 @@
  dpkg-source --after-build pyprotocols-1.0a.svn20070625
 dpkg-buildpackage: info: binary-only upload (no source included)
 I: copying local configuration
+I: user script /srv/workspace/pbuilder/31106/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/31106/tmp/hooks/B01_cleanup finished
 I: unmounting /dev/shm filesystem
 I: unmounting dev/pts filesystem
 I: unmounting run/shm filesystem
 I: unmounting proc filesystem
 I: unmounting sys filesystem
 I: cleaning the build env 
-I: removing directory /srv/workspace/pbuilder/21408 and its subdirectories
-I: Current time: Fri Oct 14 19:40:09 GMT+12 2016
-I: pbuilder-time-stamp: 1476517209
+I: removing directory /srv/workspace/pbuilder/31106 and its subdirectories
+I: Current time: Sam Nov 18 04:03:33 GMT-14 2017
+I: pbuilder-time-stamp: 1510927413
/srv/reproducible-results/rbuild-debian-gKWStt0v/tmp.csQqant92v:	 81.5% -- replaced with /srv/reproducible-results/rbuild-debian-gKWStt0v/tmp.csQqant92v.gz
INFO: Starting at 2016-10-15 07:40:35.243053
CRITICAL: buildinfo not detected at /var/lib/jenkins/userContent/reproducible/debian/buildinfo/testing/i386/pyprotocols_1.0a.svn20070625-7_i386.buildinfo
CRITICAL: https://tests.reproducible-builds.org/debian/testing/i386/pyprotocols didn't produce a buildlog, even though it has been built.
INFO: Finished at 2016-10-15 07:40:35.338350, took: 0:00:00.095310
Sat 15 Oct 07:40:35 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-EfAJA2NW, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list