[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #143375

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Nov 21 17:20:09 GMT 2019


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/143375/display/redirect>

Changes:


------------------------------------------
[...truncated 525.61 KB...]
  162 |   catch (pycuda::cannot_activate_out_of_thread_context) \
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:162:18: note: in definition of macro 'CUDAPP_CATCH_CLEANUP_ON_DEAD_CONTEXT'
  162 |   catch (pycuda::cannot_activate_out_of_thread_context) \
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:164:18: warning: catching polymorphic type 'struct pycuda::cannot_activate_dead_context' by value [-Wcatch-value=]
  164 |   catch (pycuda::cannot_activate_dead_context) \
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:164:18: note: in definition of macro 'CUDAPP_CATCH_CLEANUP_ON_DEAD_CONTEXT'
  164 |   catch (pycuda::cannot_activate_dead_context) \
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/wrapper/wrap_curand.cpp:2:
src/cpp/curand.hpp: In function 'void pycuda::curandom::py_curand_get_direction_vectors(curandDirectionVectorSet_t, boost::python::api::object, int)':
src/cpp/curand.hpp:55:26: warning: unused variable 'len' [-Wunused-variable]
   55 |     PYCUDA_BUFFER_SIZE_T len = buf_wrapper.m_buf.len;
      |                          ^~~
In file included from src/wrapper/wrap_curand.cpp:2:
src/cpp/curand.hpp: In function 'void pycuda::curandom::py_curand_get_scramble_constants32(boost::python::api::object, int)':
src/cpp/curand.hpp:96:26: warning: unused variable 'len' [-Wunused-variable]
   96 |     PYCUDA_BUFFER_SIZE_T len = buf_wrapper.m_buf.len;
      |                          ^~~
src/cpp/curand.hpp: In function 'void pycuda::curandom::py_curand_get_scramble_constants64(boost::python::api::object, int)':
src/cpp/curand.hpp:118:26: warning: unused variable 'len' [-Wunused-variable]
  118 |     PYCUDA_BUFFER_SIZE_T len = buf_wrapper.m_buf.len;
      |                          ^~~
In file included from /usr/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:21,
                 from /usr/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from src/wrapper/tools.hpp:10,
                 from src/wrapper/wrap_curand.cpp:4:
/usr/lib/python3.8/site-packages/numpy/core/include/numpy/__multiarray_api.h: At global scope:
/usr/lib/python3.8/site-packages/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: 'int _import_array()' defined but not used [-Wunused-function]
 1463 | _import_array(void)
      | ^~~~~~~~~~~~~
g++ -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/src/cpp/cuda.o build/temp.linux-x86_64-3.8/src/cpp/bitlog.o build/temp.linux-x86_64-3.8/src/wrapper/wrap_cudadrv.o build/temp.linux-x86_64-3.8/src/wrapper/mempool.o build/temp.linux-x86_64-3.8/src/wrapper/wrap_curand.o -L/opt/cuda/lib64 -L/opt/cuda/lib -L/opt/cuda/lib64 -L/opt/cuda/lib/stubs -L/opt/cuda/lib64/stubs -L/usr/lib -lboost_python3 -lboost_thread -lcuda -lcurand -o build/lib.linux-x86_64-3.8/pycuda/_driver.cpython-38-x86_64-linux-gnu.so
building '_pvt_struct' extension
gcc -pthread -Wno-unused-result -Wsign-compare -fwrapv -Wall -O3 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python3.8/site-packages/numpy/core/include -I/usr/include/python3.8 -c src/wrapper/_pvt_struct_v3.cpp -o build/temp.linux-x86_64-3.8/src/wrapper/_pvt_struct_v3.o
In file included from /usr/lib/python3.8/site-packages/numpy/core/include/numpy/ndarraytypes.h:1830,
                 from /usr/lib/python3.8/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                 from /usr/lib/python3.8/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from src/wrapper/_pvt_struct_v3.cpp:11:
/usr/lib/python3.8/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   17 | #warning "Using deprecated NumPy API, disable it with " \
      |  ^~~~~~~
src/wrapper/_pvt_struct_v3.cpp: In function 'int prepare_s(PyStructObject*)':
src/wrapper/_pvt_struct_v3.cpp:959:19: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare]
  959 |     if ((len + 1) > (PY_SSIZE_T_MAX / sizeof(formatcode))) {
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/wrapper/_pvt_struct_v3.cpp: In function 'int s_init(PyObject*, PyObject*, PyObject*)':
src/wrapper/_pvt_struct_v3.cpp:1049:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 1049 |     static char *kwlist[] = {"format", 0};
      |                              ^~~~~~~~
src/wrapper/_pvt_struct_v3.cpp: In function 'PyObject* s_unpack_from(PyObject*, PyObject*, PyObject*)':
src/wrapper/_pvt_struct_v3.cpp:1168:30: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 1168 |     static char *kwlist[] = {"buffer", "offset", 0};
      |                              ^~~~~~~~
src/wrapper/_pvt_struct_v3.cpp:1168:40: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 1168 |     static char *kwlist[] = {"buffer", "offset", 0};
      |                                        ^~~~~~~~
src/wrapper/_pvt_struct_v3.cpp: In function 'int s_pack_internal(PyStructObject*, PyObject*, int, char*)':
src/wrapper/_pvt_struct_v3.cpp:1226:17: warning: unused variable 'isstring' [-Wunused-variable]
 1226 |             int isstring;
      |                 ^~~~~~~~
src/wrapper/_pvt_struct_v3.cpp: In function 'PyObject* s_pack_into(PyObject*, PyObject*)':
src/wrapper/_pvt_struct_v3.cpp:1369:89: warning: 'int PyObject_AsWriteBuffer(PyObject*, void**, Py_ssize_t*)' is deprecated [-Wdeprecated-declarations]
 1369 |                                                             (void**)&buffer, &buffer_len) == -1 ) {
      |                                                                                         ^
In file included from /usr/include/python3.8/Python.h:147,
                 from src/wrapper/_pvt_struct_v3.cpp:10:
/usr/include/python3.8/abstract.h:348:17: note: declared here
  348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
      |                 ^~~~~~~~~~~~~~~~~~~~~~
src/wrapper/_pvt_struct_v3.cpp:1369:89: warning: 'int PyObject_AsWriteBuffer(PyObject*, void**, Py_ssize_t*)' is deprecated [-Wdeprecated-declarations]
 1369 |                                                             (void**)&buffer, &buffer_len) == -1 ) {
      |                                                                                         ^
In file included from /usr/include/python3.8/Python.h:147,
                 from src/wrapper/_pvt_struct_v3.cpp:10:
/usr/include/python3.8/abstract.h:348:17: note: declared here
  348 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
      |                 ^~~~~~~~~~~~~~~~~~~~~~
g++ -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/src/wrapper/_pvt_struct_v3.o -L/usr/lib -o build/lib.linux-x86_64-3.8/pycuda/_pvt_struct.cpython-38-x86_64-linux-gnu.so
==> Entering fakeroot environment...
==> WARNING: PACKAGER should have the format 'Example Name <email at address.invalid>'
==> Starting package_python-pycuda()...
running install
running install_lib
creating /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr
creating /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib
creating /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8
creating /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages
creating /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/_pvt_struct.cpython-38-x86_64-linux-gnu.so -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/_driver.cpython-38-x86_64-linux-gnu.so -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
creating /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/cuda
copying build/lib.linux-x86_64-3.8/pycuda/cuda/pycuda-helpers.hpp -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/cuda
copying build/lib.linux-x86_64-3.8/pycuda/cuda/pycuda-complex.hpp -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/cuda
copying build/lib.linux-x86_64-3.8/pycuda/cuda/pycuda-complex-impl.hpp -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/cuda
creating /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/compyte
copying build/lib.linux-x86_64-3.8/pycuda/compyte/__init__.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/compyte
copying build/lib.linux-x86_64-3.8/pycuda/compyte/array.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/compyte
copying build/lib.linux-x86_64-3.8/pycuda/compyte/dtypes.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/compyte
creating /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse
copying build/lib.linux-x86_64-3.8/pycuda/sparse/pkt_build_cython.pyx -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse
copying build/lib.linux-x86_64-3.8/pycuda/sparse/__init__.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse
copying build/lib.linux-x86_64-3.8/pycuda/sparse/cg.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse
copying build/lib.linux-x86_64-3.8/pycuda/sparse/coordinate.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse
copying build/lib.linux-x86_64-3.8/pycuda/sparse/inner.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse
copying build/lib.linux-x86_64-3.8/pycuda/sparse/operator.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse
copying build/lib.linux-x86_64-3.8/pycuda/sparse/packeted.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse
copying build/lib.linux-x86_64-3.8/pycuda/sparse/pkt_build.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse
creating /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/gl
copying build/lib.linux-x86_64-3.8/pycuda/gl/__init__.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/gl
copying build/lib.linux-x86_64-3.8/pycuda/gl/autoinit.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/gl
copying build/lib.linux-x86_64-3.8/pycuda/__init__.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/_cluda.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/_mymako.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/autoinit.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/characterize.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/compiler.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/cumath.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/curandom.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/debug.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/driver.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/elementwise.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/gpuarray.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/reduction.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/scan.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
copying build/lib.linux-x86_64-3.8/pycuda/tools.py -> /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/compyte/__init__.py to __init__.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/compyte/array.py to array.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/compyte/dtypes.py to dtypes.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse/__init__.py to __init__.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse/cg.py to cg.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse/coordinate.py to coordinate.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse/inner.py to inner.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse/operator.py to operator.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse/packeted.py to packeted.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/sparse/pkt_build.py to pkt_build.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/gl/__init__.py to __init__.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/gl/autoinit.py to autoinit.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/__init__.py to __init__.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/_cluda.py to _cluda.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/_mymako.py to _mymako.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/autoinit.py to autoinit.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/characterize.py to characterize.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/compiler.py to compiler.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/cumath.py to cumath.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/curandom.py to curandom.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/debug.py to debug.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/driver.py to driver.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/elementwise.py to elementwise.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/gpuarray.py to gpuarray.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/reduction.py to reduction.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/scan.py to scan.cpython-38.pyc
byte-compiling /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda/tools.py to tools.cpython-38.pyc
writing byte-compilation script '/tmp/tmp2pqsabxu.py'
/usr/sbin/python3 /tmp/tmp2pqsabxu.py
removing /tmp/tmp2pqsabxu.py
running install_egg_info
running egg_info
writing pycuda.egg-info/PKG-INFO
writing dependency_links to pycuda.egg-info/dependency_links.txt
writing requirements to pycuda.egg-info/requires.txt
writing top-level names to pycuda.egg-info/top_level.txt
reading manifest file 'pycuda.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'test_requires'
  warnings.warn(msg)
warning: no files found matching 'doc/source/_static/*.css'
warning: no files found matching 'doc/source/_templates/*.html'
warning: no files found matching '*.cpp' under directory 'bpl-subset/bpl_subset/boost'
warning: no files found matching '*.html' under directory 'bpl-subset/bpl_subset/boost'
warning: no files found matching '*.inl' under directory 'bpl-subset/bpl_subset/boost'
warning: no files found matching '*.txt' under directory 'bpl-subset/bpl_subset/boost'
warning: no files found matching '*.h' under directory 'bpl-subset/bpl_subset/libs'
warning: no files found matching '*.ipp' under directory 'bpl-subset/bpl_subset/libs'
warning: no files found matching '*.pl' under directory 'bpl-subset/bpl_subset/libs'
writing manifest file 'pycuda.egg-info/SOURCES.txt'
Copying pycuda.egg-info to /tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pkg/python-pycuda/usr/lib/python3.8/site-packages/pycuda-2019.1.2-py3.8.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-pycuda"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_pycuda-headers()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "pycuda-headers"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pycuda 2019.1.2-3 (Thu Nov 21 17:19:48 2019)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c archlinux-python-pycuda-archlinuxrb-build-OHpvRnec
+ tee -a /srv/reproducible-results/archlinuxrb-build-OHpvRnec/b2/python-pycuda/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/pycuda-headers-2019.1.2-3-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-OHpvRnec/b2/python-pycuda/pycuda-headers-2019.1.2-3-x86_64.pkg.tar.xz'
'/tmp/python-pycuda-archlinuxrb-build-OHpvRnec/python-pycuda/trunk/python-pycuda-2019.1.2-3-x86_64.pkg.tar.xz' -> '/srv/reproducible-results/archlinuxrb-build-OHpvRnec/b2/python-pycuda/python-pycuda-2019.1.2-3-x86_64.pkg.tar.xz'
Thu Nov 21 17:20:02 UTC 2019 - build #2 for python-pycuda on osuosl-build169-amd64 done.
Thu Nov 21 17:20:02 UTC 2019 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-XY2b4Sff, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-OHpvRnec:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Nov 21 17:01 b1
drwxr-xr-x 3 jenkins jenkins 4096 Nov 21 17:20 b2

/srv/reproducible-results/archlinuxrb-build-OHpvRnec/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Nov 21 17:01 python-pycuda

/srv/reproducible-results/archlinuxrb-build-OHpvRnec/b1/python-pycuda:
total 660
-rw-r--r-- 1 jenkins jenkins 268165 Nov 21 17:01 build1.log
-rw-r--r-- 1 jenkins jenkins     11 Nov 21 17:01 build1.version
-rw-r--r-- 1 jenkins jenkins  18700 Nov 21 17:01 pycuda-headers-2019.1.2-3-x86_64.pkg.tar.xz
-rw-r--r-- 1 jenkins jenkins 370776 Nov 21 17:01 python-pycuda-2019.1.2-3-x86_64.pkg.tar.xz

/srv/reproducible-results/archlinuxrb-build-OHpvRnec/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Nov 21 17:20 python-pycuda

/srv/reproducible-results/archlinuxrb-build-OHpvRnec/b2/python-pycuda:
total 664
-rw-r--r-- 1 jenkins jenkins 280290 Nov 21 17:20 build2.log
-rw-r--r-- 1 jenkins jenkins     11 Nov 21 17:20 build2.version
-rw-r--r-- 1 jenkins jenkins  18700 Nov 21 17:20 pycuda-headers-2019.1.2-3-x86_64.pkg.tar.xz
-rw-r--r-- 1 jenkins jenkins 370864 Nov 21 17:20 python-pycuda-2019.1.2-3-x86_64.pkg.tar.xz
Thu Nov 21 17:20:09 UTC 2019 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-OHpvRnec/b1/python-pycuda/pycuda-headers-2019.1.2-3-x86_64.pkg.tar.xz and /srv/reproducible-results/archlinuxrb-build-OHpvRnec/b2/python-pycuda/pycuda-headers-2019.1.2-3-x86_64.pkg.tar.xz differ
Thu Nov 21 17:20:09 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-OHpvRnec deleted.
Thu 21 Nov 17:20:09 UTC 2019 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-LUuaUQkM, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list