[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #429902

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Jul 17 11:27:36 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/429902/display/redirect>

Changes:


------------------------------------------
[...truncated 378.76 KB...]
      |                            ^~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::set_block_shape(int, int, int)’:
src/cpp/cuda.hpp:1360:34: warning: ‘CUresult cuFuncSetBlockShape(CUfunction, int, int, int)’ is deprecated [-Wdeprecated-declarations]
 1360 |             cuFuncSetBlockShape, (m_function, x, y, z), m_symbol);
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:121:27: note: in definition of macro ‘CUDAPP_CALL_GUARDED_WITH_TRACE_INFO’
  121 |     cu_status_code = NAME ARGLIST; \
      |                           ^~~~~~~
/opt/cuda/include/cuda.h:14925:36: note: declared here
14925 | __CUDA_DEPRECATED CUresult CUDAAPI cuFuncSetBlockShape(CUfunction hfunc, int x, int y, int z);
      |                                    ^~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::set_shared_size(unsigned int)’:
src/cpp/cuda.hpp:1365:34: warning: ‘CUresult cuFuncSetSharedSize(CUfunction, unsigned int)’ is deprecated [-Wdeprecated-declarations]
 1365 |             cuFuncSetSharedSize, (m_function, bytes), m_symbol);
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:121:27: note: in definition of macro ‘CUDAPP_CALL_GUARDED_WITH_TRACE_INFO’
  121 |     cu_status_code = NAME ARGLIST; \
      |                           ^~~~~~~
/opt/cuda/include/cuda.h:14959:36: note: declared here
14959 | __CUDA_DEPRECATED CUresult CUDAAPI cuFuncSetSharedSize(CUfunction hfunc, unsigned int bytes);
      |                                    ^~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::param_set_size(unsigned int)’:
src/cpp/cuda.hpp:1371:29: warning: ‘CUresult cuParamSetSize(CUfunction, unsigned int)’ is deprecated [-Wdeprecated-declarations]
 1371 |             cuParamSetSize, (m_function, bytes), m_symbol);
      |             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:121:27: note: in definition of macro ‘CUDAPP_CALL_GUARDED_WITH_TRACE_INFO’
  121 |     cu_status_code = NAME ARGLIST; \
      |                           ^~~~~~~
/opt/cuda/include/cuda.h:14991:36: note: declared here
14991 | __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetSize(CUfunction hfunc, unsigned int numbytes);
      |                                    ^~~~~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::param_set(int, unsigned int)’:
src/cpp/cuda.hpp:1376:26: warning: ‘CUresult cuParamSeti(CUfunction, int, unsigned int)’ is deprecated [-Wdeprecated-declarations]
 1376 |             cuParamSeti, (m_function, offset, value), m_symbol);
      |             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:121:27: note: in definition of macro ‘CUDAPP_CALL_GUARDED_WITH_TRACE_INFO’
  121 |     cu_status_code = NAME ARGLIST; \
      |                           ^~~~~~~
/opt/cuda/include/cuda.h:15024:36: note: declared here
15024 | __CUDA_DEPRECATED CUresult CUDAAPI cuParamSeti(CUfunction hfunc, int offset, unsigned int value);
      |                                    ^~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::param_set(int, float)’:
src/cpp/cuda.hpp:1381:24: warning: ‘CUresult cuParamSetf(CUfunction, int, float)’ is deprecated [-Wdeprecated-declarations]
 1381 |           cuParamSetf, (m_function, offset, value), m_symbol);
      |           ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:121:27: note: in definition of macro ‘CUDAPP_CALL_GUARDED_WITH_TRACE_INFO’
  121 |     cu_status_code = NAME ARGLIST; \
      |                           ^~~~~~~
/opt/cuda/include/cuda.h:15057:36: note: declared here
15057 | __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetf(CUfunction hfunc, int offset, float value);
      |                                    ^~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::param_setv(int, void*, size_t)’:
src/cpp/cuda.hpp:1387:24: warning: ‘CUresult cuParamSetv(CUfunction, int, void*, unsigned int)’ is deprecated [-Wdeprecated-declarations]
 1387 |           cuParamSetv, (m_function, offset, buf, (unsigned int) len), m_symbol);
      |           ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:121:27: note: in definition of macro ‘CUDAPP_CALL_GUARDED_WITH_TRACE_INFO’
  121 |     cu_status_code = NAME ARGLIST; \
      |                           ^~~~~~~
/opt/cuda/include/cuda.h:15092:36: note: declared here
15092 | __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetv(CUfunction hfunc, int offset, void *ptr, unsigned int numbytes);
      |                                    ^~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::param_set_texref(const pycuda::texture_reference&)’:
src/cpp/cuda.hpp:1391:63: warning: ‘CUresult cuParamSetTexRef(CUfunction, int, CUtexref)’ is deprecated [-Wdeprecated-declarations]
 1391 |         CUDAPP_CALL_GUARDED_WITH_TRACE_INFO(cuParamSetTexRef, (m_function,
      |                                             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
 1392 |             CU_PARAM_TR_DEFAULT, tr.handle()), m_symbol);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  
src/cpp/cuda.hpp:121:27: note: in definition of macro ‘CUDAPP_CALL_GUARDED_WITH_TRACE_INFO’
  121 |     cu_status_code = NAME ARGLIST; \
      |                           ^~~~~~~
/opt/cuda/include/cuda.h:15285:36: note: declared here
15285 | __CUDA_DEPRECATED CUresult CUDAAPI cuParamSetTexRef(CUfunction hfunc, int texunit, CUtexref hTexRef);
      |                                    ^~~~~~~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::launch()’:
src/cpp/cuda.hpp:1398:23: warning: ‘CUresult cuLaunch(CUfunction)’ is deprecated [-Wdeprecated-declarations]
 1398 |             cuLaunch, (m_function), m_symbol);
      |             ~~~~~~~~~~^~~~~~~~~~~~
src/cpp/cuda.hpp:111:29: note: in definition of macro ‘CUDAPP_CALL_GUARDED_THREADED_WITH_TRACE_INFO’
  111 |       cu_status_code = NAME ARGLIST; \
      |                             ^~~~~~~
/opt/cuda/include/cuda.h:15144:36: note: declared here
15144 | __CUDA_DEPRECATED CUresult CUDAAPI cuLaunch(CUfunction f);
      |                                    ^~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::launch_grid(int, int)’:
src/cpp/cuda.hpp:1403:25: warning: ‘CUresult cuLaunchGrid(CUfunction, int, int)’ is deprecated [-Wdeprecated-declarations]
 1403 |           cuLaunchGrid, (m_function, grid_width, grid_height), m_symbol);
      |           ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:111:29: note: in definition of macro ‘CUDAPP_CALL_GUARDED_THREADED_WITH_TRACE_INFO’
  111 |       cu_status_code = NAME ARGLIST; \
      |                             ^~~~~~~
/opt/cuda/include/cuda.h:15198:36: note: declared here
15198 | __CUDA_DEPRECATED CUresult CUDAAPI cuLaunchGrid(CUfunction f, int grid_width, int grid_height);
      |                                    ^~~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::function::launch_grid_async(int, int, const pycuda::stream&)’:
src/cpp/cuda.hpp:1408:32: warning: ‘CUresult cuLaunchGridAsync(CUfunction, int, int, CUstream)’ is deprecated [-Wdeprecated-declarations]
 1408 |             cuLaunchGridAsync, (m_function, grid_width, grid_height, s.handle()),
      |             ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:111:29: note: in definition of macro ‘CUDAPP_CALL_GUARDED_THREADED_WITH_TRACE_INFO’
  111 |       cu_status_code = NAME ARGLIST; \
      |                             ^~~~~~~
/opt/cuda/include/cuda.h:15260:36: note: declared here
15260 | __CUDA_DEPRECATED CUresult CUDAAPI cuLaunchGridAsync(CUfunction f, int grid_width, int grid_height, CUstream hStream);
      |                                    ^~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::device_allocation::free()’:
src/cpp/cuda.hpp:162:18: warning: catching polymorphic type ‘struct pycuda::cannot_activate_out_of_thread_context’ by value [-Wcatch-value=]
  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) \
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp: At global scope:
src/cpp/cuda.hpp:1607:12: warning: ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
 1607 |       std::auto_ptr<device_allocation> &da,
      |            ^~~~~~~~
/usr/include/c++/12.1.0/bits/unique_ptr.h:64:28: note: declared here
   64 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
src/cpp/cuda.hpp: In function ‘Py_ssize_t pycuda::mem_alloc_pitch(std::auto_ptr<device_allocation>&, unsigned int, unsigned int, unsigned int)’:
src/cpp/cuda.hpp:1613:15: warning: ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
 1613 |     da = std::auto_ptr<device_allocation>(new device_allocation(devptr));
      |               ^~~~~~~~
/usr/include/c++/12.1.0/bits/unique_ptr.h:64:28: note: declared here
   64 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::ipc_mem_handle::close()’:
src/cpp/cuda.hpp:162:18: warning: catching polymorphic type ‘struct pycuda::cannot_activate_out_of_thread_context’ by value [-Wcatch-value=]
  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) \
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::pagelocked_host_allocation::free()’:
src/cpp/cuda.hpp:162:18: warning: catching polymorphic type ‘struct pycuda::cannot_activate_out_of_thread_context’ by value [-Wcatch-value=]
  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) \
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp: In member function ‘void pycuda::registered_host_memory::free()’:
src/cpp/cuda.hpp:162:18: warning: catching polymorphic type ‘struct pycuda::cannot_activate_out_of_thread_context’ by value [-Wcatch-value=]
  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) \
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp: In destructor ‘pycuda::event::~event()’:
src/cpp/cuda.hpp:162:18: warning: catching polymorphic type ‘struct pycuda::cannot_activate_out_of_thread_context’ by value [-Wcatch-value=]
  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) \
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp: In function ‘void pycuda::initialize_profiler(const char*, const char*, CUoutput_mode)’:
src/cpp/cuda.hpp:2222:47: warning: ‘CUresult cuProfilerInitialize(const char*, const char*, CUoutput_mode)’ is deprecated [-Wdeprecated-declarations]
 2222 |     CUDAPP_CALL_GUARDED(cuProfilerInitialize, (config_file, output_file, output_mode));
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/cpp/cuda.hpp:143:27: note: in definition of macro ‘CUDAPP_CALL_GUARDED’
  143 |     cu_status_code = NAME ARGLIST; \
      |                           ^~~~~~~
In file included from src/cpp/cuda.hpp:23:
/opt/cuda/include/cudaProfiler.h:144:36: note: declared here
  144 | __CUDA_DEPRECATED CUresult CUDAAPI cuProfilerInitialize(const char *configFile, const char *outputFile, CUoutput_mode outputMode);
      |                                    ^~~~~~~~~~~~~~~~~~~~
src/wrapper/wrap_cudadrv.cpp: In function ‘boost::python::tuple {anonymous}::mem_alloc_pitch_wrap(size_t, size_t, unsigned int)’:
src/wrapper/wrap_cudadrv.cpp:121:10: warning: ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  121 |     std::auto_ptr<device_allocation> da;
      |          ^~~~~~~~
/usr/include/c++/12.1.0/bits/unique_ptr.h:64:28: note: declared here
   64 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
src/wrapper/wrap_cudadrv.cpp: In function ‘pycuda::module* {anonymous}::module_from_buffer(boost::python::api::object, boost::python::api::object, boost::python::api::object)’:
src/wrapper/wrap_cudadrv.cpp:357:30: warning: ‘int PyObject_AsCharBuffer(PyObject*, const char**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
  357 |     if (PyObject_AsCharBuffer(buffer.ptr(), &mod_buf, &len))
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/python3.10/genobject.h:12,
                 from /usr/include/python3.10/Python.h:110,
                 from /usr/include/boost/python/detail/wrap_python.hpp:178,
                 from /usr/include/boost/python/detail/prefix.hpp:13,
                 from /usr/include/boost/python/args.hpp:8,
                 from /usr/include/boost/python.hpp:11,
                 from src/cpp/cuda.hpp:36:
/usr/include/python3.10/abstract.h:326:17: note: declared here
  326 | PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj,
      |                 ^~~~~~~~~~~~~~~~~~~~~
src/wrapper/wrap_cudadrv.cpp: In member function ‘void {anonymous}::Linker::add_data(boost::python::api::object, CUjitInputType, boost::python::str)’:
src/wrapper/wrap_cudadrv.cpp:502:34: warning: ‘int PyObject_AsCharBuffer(PyObject*, const char**, Py_ssize_t*)’ is deprecated [-Wdeprecated-declarations]
  502 |         if (PyObject_AsCharBuffer(py_data.ptr(), &data_buf, &data_buf_len) != 0) {
      |             ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/python3.10/abstract.h:326:17: note: declared here
  326 | PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj,
      |                 ^~~~~~~~~~~~~~~~~~~~~
src/wrapper/wrap_cudadrv.cpp: In function ‘boost::python::handle<> {anonymous}::numpy_empty(boost::python::api::object, boost::python::api::object, boost::python::api::object, unsigned int)’:
src/wrapper/wrap_cudadrv.cpp:574:10: warning: ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  574 |     std::auto_ptr<Allocation> alloc(
      |          ^~~~~~~~
/usr/include/c++/12.1.0/bits/unique_ptr.h:64:28: note: declared here
   64 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
src/wrapper/wrap_cudadrv.cpp: In function ‘boost::python::handle<> {anonymous}::register_host_memory(boost::python::api::object, unsigned int)’:
src/wrapper/wrap_cudadrv.cpp:615:10: warning: ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  615 |     std::auto_ptr<registered_host_memory> regmem(
      |          ^~~~~~~~
/usr/include/c++/12.1.0/bits/unique_ptr.h:64:28: note: declared here
   64 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
Sun Jul 17 10:27:20 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-40uZ2lx4 deleted.
/srv/reproducible-results/archlinuxrb-build-40uZ2lx4:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Jul 17 10:27 b2

/srv/reproducible-results/archlinuxrb-build-40uZ2lx4/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 17 10:27 python-pycuda

/srv/reproducible-results/archlinuxrb-build-40uZ2lx4/b2/python-pycuda:
total 168
-rw-r--r-- 1 jenkins jenkins 165289 Jul 17 10:27 build2.log
-rw-r--r-- 1 jenkins jenkins     10 Jul 17 10:27 build2.version
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list