Package: src:stdgpu-contrib
Version: 1.3.0+git20220507.32e0517-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:stdgpu-contrib, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
[ 33%] Building CXX object src/stdgpu/CMakeFiles/stdgpu.dir/impl/iterator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu && /usr/bin/c++ 
-DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CUDA -Dstdgpu_EXPORTS 
-I/<<PKGBUILDDIR>>/src/stdgpu/.. 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/iterator.cpp.o -MF 
CMakeFiles/stdgpu.dir/impl/iterator.cpp.o.d -o 
CMakeFiles/stdgpu.dir/impl/iterator.cpp.o -c 
/<<PKGBUILDDIR>>/src/stdgpu/impl/iterator.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu && /usr/bin/c++ 
-DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CUDA -Dstdgpu_EXPORTS 
-I/<<PKGBUILDDIR>>/src/stdgpu/.. 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/device.cpp.o -MF 
CMakeFiles/stdgpu.dir/impl/device.cpp.o.d -o 
CMakeFiles/stdgpu.dir/impl/device.cpp.o -c 
/<<PKGBUILDDIR>>/src/stdgpu/impl/device.cpp
[ 50%] Building CXX object src/stdgpu/CMakeFiles/stdgpu.dir/impl/memory.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu && /usr/bin/c++ 
-DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CUDA -Dstdgpu_EXPORTS 
-I/<<PKGBUILDDIR>>/src/stdgpu/.. 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/stdgpu/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MT 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/memory.cpp.o -MF 
CMakeFiles/stdgpu.dir/impl/memory.cpp.o.d -o 
CMakeFiles/stdgpu.dir/impl/memory.cpp.o -c 
/<<PKGBUILDDIR>>/src/stdgpu/impl/memory.cpp
In file included from /usr/include/cub/util_device.cuh:52,
                 from /usr/include/thrust/system/cuda/detail/util.h:48,
                 from 
/usr/include/thrust/system/cuda/detail/malloc_and_free.h:34,
                 from 
/usr/include/thrust/system/detail/adl/malloc_and_free.h:50,
                 from /usr/include/thrust/system/detail/generic/memory.inl:30,
                 from /usr/include/thrust/system/detail/generic/memory.h:77,
                 from /usr/include/thrust/detail/reference.h:36,
                 from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/iterator.h:29,
                 from /<<PKGBUILDDIR>>/src/stdgpu/impl/iterator.cpp:16:
/usr/include/cub/util_ptx.cuh: In function ‘void 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC()’:
/usr/include/cub/util_ptx.cuh:271:5: error: ‘__syncthreads’ was not 
declared in this scope
  271 |     __syncthreads();
      |     ^~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC_AND(int)’:
/usr/include/cub/util_ptx.cuh:280:12: error: ‘__syncthreads_and’ was not 
declared in this scope
  280 |     return __syncthreads_and(p);
      |            ^~~~~~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC_OR(int)’:
/usr/include/cub/util_ptx.cuh:289:12: error: ‘__syncthreads_or’ was not 
declared in this scope
  289 |     return __syncthreads_or(p);
      |            ^~~~~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘void 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_SYNC(unsigned int)’:
/usr/include/cub/util_ptx.cuh:298:5: error: ‘__syncwarp’ was not declared 
in this scope
  298 |     __syncwarp(member_mask);
      |     ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_ANY(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:307:12: error: ‘__any_sync’ was not declared 
in this scope
  307 |     return __any_sync(member_mask, predicate);
      |            ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_ALL(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:316:12: error: ‘__all_sync’ was not declared 
in this scope
  316 |     return __all_sync(member_mask, predicate);
      |            ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_BALLOT(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:325:12: error: ‘__ballot_sync’ was not 
declared in this scope
  325 |     return __ballot_sync(member_mask, predicate);
      |            ^~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘unsigned int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::SHFL_IDX_SYNC(unsigned int, int, 
unsigned int)’:
/usr/include/cub/util_ptx.cuh:368:12: error: ‘__shfl_sync’ was not declared 
in this scope
  368 |     return __shfl_sync(member_mask, word, src_lane);
      |            ^~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::RowMajorTid(int, int, int)’:
/usr/include/cub/util_ptx.cuh:415:39: error: ‘threadIdx’ was not declared 
in this scope
  415 |     return ((block_dim_z == 1) ? 0 : (threadIdx.z * block_dim_x * 
block_dim_y)) +
      |                                       ^~~~~~~~~
In file included from 
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/instructions/barrier_cluster.h:30,
                 from 
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx.h:74,
                 from /usr/include/cuda/ptx:19,
                 from /usr/include/cuda/discard_memory:25,
                 from /usr/include/cub/util_device.cuh:57:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘uint32_t cuda::ptx::__4::__as_ptr_smem(const void*)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:40:44:
 error: ‘__cvta_generic_to_shared’ was not declared in this scope
   40 |   return 
static_cast<_CUDA_VSTD::uint32_t>(__cvta_generic_to_shared(__ptr));
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘uint64_t cuda::ptx::__4::__as_ptr_gmem(const void*)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:60:44:
 error: ‘__cvta_generic_to_global’ was not declared in this scope
   60 |   return 
static_cast<_CUDA_VSTD::uint64_t>(__cvta_generic_to_global(__ptr));
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘_Tp* cuda::ptx::__4::__from_ptr_smem(size_t)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:73:33:
 error: there are no arguments to ‘__cvta_shared_to_generic’ that depend on 
a template parameter, so a declaration of ‘__cvta_shared_to_generic’ must 
be available [-Wtemplate-body]
   73 |   return reinterpret_cast<_Tp*>(__cvta_shared_to_generic(__ptr));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:73:33:
 note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing 
the use of an undeclared name is deprecated)
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘_Tp* cuda::ptx::__4::__from_ptr_gmem(size_t)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:94:33:
 error: there are no arguments to ‘__cvta_global_to_generic’ that depend on 
a template parameter, so a declaration of ‘__cvta_global_to_generic’ must 
be available [-Wtemplate-body]
   94 |   return reinterpret_cast<_Tp*>(__cvta_global_to_generic(__ptr));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/cub/util_device.cuh:52,
                 from /usr/include/thrust/system/cuda/detail/util.h:48,
                 from 
/usr/include/thrust/system/cuda/detail/internal/copy_cross_system.h:49,
                 from /usr/include/thrust/system/cuda/detail/copy.h:111,
                 from /usr/include/thrust/system/detail/adl/copy.h:50,
                 from /usr/include/thrust/detail/copy.inl:31,
                 from /usr/include/thrust/detail/copy.h:98,
                 from /usr/include/thrust/system/detail/sequential/merge.inl:29,
                 from /usr/include/thrust/system/detail/sequential/merge.h:86,
                 from /usr/include/thrust/system/cpp/detail/merge.h:30,
                 from /usr/include/thrust/system/cpp/execution_policy.h:59,
                 from /usr/include/thrust/execution_policy.h:40,
                 from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/execution.h:30,
                 from /<<PKGBUILDDIR>>/src/stdgpu/../stdgpu/memory.h:32,
                 from /<<PKGBUILDDIR>>/src/stdgpu/impl/memory.cpp:16:
/usr/include/cub/util_ptx.cuh: In function ‘void 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC()’:
/usr/include/cub/util_ptx.cuh:271:5: error: ‘__syncthreads’ was not 
declared in this scope
  271 |     __syncthreads();
      |     ^~~~~~~~~~~~~
/usr/include/cub/util_device.cuh: In static member function ‘static typename 
AgentT::TempStorage& 
cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_helper_impl<AgentT>::get_temp_storage(cub::CUB_200400___CUDA_ARCH_LIST___NS::NullType&,
 cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_t&)’:
/usr/include/cub/util_device.cuh:160:63: error: ‘blockIdx’ was not declared 
in this scope [-Wtemplate-body]
  160 |       static_cast<char*>(vsmem.gmem_ptr) + (vsmem_per_block * 
blockIdx.x));
      |                                                               ^~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC_AND(int)’:
/usr/include/cub/util_ptx.cuh:280:12: error: ‘__syncthreads_and’ was not 
declared in this scope
  280 |     return __syncthreads_and(p);
      |            ^~~~~~~~~~~~~~~~~
/usr/include/cub/util_device.cuh: In static member function ‘static bool 
cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_helper_impl<AgentT>::discard_temp_storage(typename
 AgentT::TempStorage&)’:
/usr/include/cub/util_device.cuh:201:38: error: ‘threadIdx’ was not 
declared in this scope [-Wtemplate-body]
  201 |     const std::size_t linear_tid   = threadIdx.x;
      |                                      ^~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::CTA_SYNC_OR(int)’:
/usr/include/cub/util_ptx.cuh:289:12: error: ‘__syncthreads_or’ was not 
declared in this scope
  289 |     return __syncthreads_or(p);
      |            ^~~~~~~~~~~~~~~~
/usr/include/cub/util_device.cuh:202:50: error: ‘blockDim’ was not declared 
in this scope [-Wtemplate-body]
  202 |     const std::size_t block_stride = line_size * blockDim.x;
      |                                                  ^~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘void 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_SYNC(unsigned int)’:
/usr/include/cub/util_ptx.cuh:298:5: error: ‘__syncwarp’ was not declared 
in this scope
  298 |     __syncwarp(member_mask);
      |     ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_ANY(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:307:12: error: ‘__any_sync’ was not declared 
in this scope
  307 |     return __any_sync(member_mask, predicate);
      |            ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_ALL(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:316:12: error: ‘__all_sync’ was not declared 
in this scope
  316 |     return __all_sync(member_mask, predicate);
      |            ^~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::WARP_BALLOT(int, unsigned int)’:
/usr/include/cub/util_ptx.cuh:325:12: error: ‘__ballot_sync’ was not 
declared in this scope
  325 |     return __ballot_sync(member_mask, predicate);
      |            ^~~~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘unsigned int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::SHFL_IDX_SYNC(unsigned int, int, 
unsigned int)’:
/usr/include/cub/util_ptx.cuh:368:12: error: ‘__shfl_sync’ was not declared 
in this scope
  368 |     return __shfl_sync(member_mask, word, src_lane);
      |            ^~~~~~~~~~~
/usr/include/cub/util_ptx.cuh: In function ‘int 
cub::CUB_200400___CUDA_ARCH_LIST___NS::RowMajorTid(int, int, int)’:
/usr/include/cub/util_ptx.cuh:415:39: error: ‘threadIdx’ was not declared 
in this scope
  415 |     return ((block_dim_z == 1) ? 0 : (threadIdx.z * block_dim_x * 
block_dim_y)) +
      |                                       ^~~~~~~~~
In file included from 
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/instructions/barrier_cluster.h:30,
                 from 
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx.h:74,
                 from /usr/include/cuda/ptx:19,
                 from /usr/include/cuda/discard_memory:25,
                 from /usr/include/cub/util_device.cuh:57:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘uint32_t cuda::ptx::__4::__as_ptr_smem(const void*)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:40:44:
 error: ‘__cvta_generic_to_shared’ was not declared in this scope
   40 |   return 
static_cast<_CUDA_VSTD::uint32_t>(__cvta_generic_to_shared(__ptr));
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘uint64_t cuda::ptx::__4::__as_ptr_gmem(const void*)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:60:44:
 error: ‘__cvta_generic_to_global’ was not declared in this scope
   60 |   return 
static_cast<_CUDA_VSTD::uint64_t>(__cvta_generic_to_global(__ptr));
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘_Tp* cuda::ptx::__4::__from_ptr_smem(size_t)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:73:33:
 error: there are no arguments to ‘__cvta_shared_to_generic’ that depend on 
a template parameter, so a declaration of ‘__cvta_shared_to_generic’ must 
be available [-Wtemplate-body]
   73 |   return reinterpret_cast<_Tp*>(__cvta_shared_to_generic(__ptr));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:73:33:
 note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing 
the use of an undeclared name is deprecated)
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h: 
In function ‘_Tp* cuda::ptx::__4::__from_ptr_gmem(size_t)’:
/usr/include/cuda/std/detail/libcxx/include/__cuda/ptx/ptx_helper_functions.h:94:33:
 error: there are no arguments to ‘__cvta_global_to_generic’ that depend on 
a template parameter, so a declaration of ‘__cvta_global_to_generic’ must 
be available [-Wtemplate-body]
   94 |   return reinterpret_cast<_Tp*>(__cvta_global_to_generic(__ptr));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/cub/util_device.cuh: In static member function ‘static typename 
AgentT::TempStorage& 
cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_helper_impl<AgentT>::get_temp_storage(cub::CUB_200400___CUDA_ARCH_LIST___NS::NullType&,
 cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_t&)’:
/usr/include/cub/util_device.cuh:160:63: error: ‘blockIdx’ was not declared 
in this scope [-Wtemplate-body]
  160 |       static_cast<char*>(vsmem.gmem_ptr) + (vsmem_per_block * 
blockIdx.x));
      |                                                               ^~~~~~~~
/usr/include/cub/util_device.cuh: In static member function ‘static bool 
cub::CUB_200400___CUDA_ARCH_LIST___NS::detail::vsmem_helper_impl<AgentT>::discard_temp_storage(typename
 AgentT::TempStorage&)’:
/usr/include/cub/util_device.cuh:201:38: error: ‘threadIdx’ was not 
declared in this scope [-Wtemplate-body]
  201 |     const std::size_t linear_tid   = threadIdx.x;
      |                                      ^~~~~~~~~
/usr/include/cub/util_device.cuh:202:50: error: ‘blockDim’ was not declared 
in this scope [-Wtemplate-body]
  202 |     const std::size_t block_stride = line_size * blockDim.x;
      |                                                  ^~~~~~~~
make[3]: *** [src/stdgpu/CMakeFiles/stdgpu.dir/build.make:96: 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/iterator.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [src/stdgpu/CMakeFiles/stdgpu.dir/build.make:110: 
src/stdgpu/CMakeFiles/stdgpu.dir/impl/memory.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:183: src/stdgpu/CMakeFiles/stdgpu.dir/all] 
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to