Running with gitlab-runner 16.11.1 (535ced5f)
  on cs/ds group runner hu918bU_, system ID: s_c841531fb958
section_start:1718609460:prepare_executor
Preparing the "shell" executor
Using Shell (bash) executor...
section_end:1718609460:prepare_executor
section_start:1718609460:prepare_script
Preparing environment
Running on nasello...
section_end:1718609460:prepare_script
section_start:1718609460:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /var/lib/gitlab-runner/builds/hu918bU_/0/cs/ds/alarm-handler/.git/
Checking out 6f5b41d6 as detached HEAD (ref is 2-update-for-cpptango-9-5-x)...
Removing build/
Skipping Git submodules setup
section_end:1718609460:get_sources
section_start:1718609460:step_script
Executing "step_script" stage of the job script
$ sudo apt update && sudo apt -y --no-install-recommends install build-essential cmake pkg-config libboost-thread-dev
sudo: no tty present and no askpass program specified
$ mkdir build && cd build
$ cmake -DBUILD_TESTS=ON ..
-- The CXX compiler identification is GNU 7.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Searching for libraries...
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Search for TANGO package config...
-- Checking for one of the modules 'tango>=9.2.5'
CMake Error at /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:645 (message):
  None of the required 'tango>=9.2.5' found
Call Stack (most recent call first):
  cmake/FindTango.cmake:8 (pkg_search_module)
  CMakeLists.txt:58 (find_package)


-- Found tango version  at 
-- Configured Tango Interface for TANGO version 
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   thread
--   chrono
--   system
--   date_time
--   atomic
-- Configured alarm-handler project
Source dir of testdevice = /var/lib/gitlab-runner/builds/hu918bU_/0/cs/ds/alarm-handler/test/testdevice
Install dir of testdevice = /var/lib/gitlab-runner/builds/hu918bU_/0/cs/ds/alarm-handler/build/test/testdevice-prefix
Binary dir of testdevice = /var/lib/gitlab-runner/builds/hu918bU_/0/cs/ds/alarm-handler/build/test/testdevice-prefix/src/testdevice-build
CMqke args for testdevice = -DCMAKE_INSTALL_PREFIX=/var/lib/gitlab-runner/builds/hu918bU_/0/cs/ds/alarm-handler/build
-- Configuring incomplete, errors occurred!
See also "/var/lib/gitlab-runner/builds/hu918bU_/0/cs/ds/alarm-handler/build/CMakeFiles/CMakeOutput.log".
See also "/var/lib/gitlab-runner/builds/hu918bU_/0/cs/ds/alarm-handler/build/CMakeFiles/CMakeError.log".
section_end:1718609462:step_script
section_start:1718609462:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1718609462:cleanup_file_variables
ERROR: Job failed: exit status 1