Running with gitlab-ci-multi-runner 9.2.0 (adfc387)
  on rfhete607 (d0f8d5ee)
Using Docker executor with image flofritz/ci-benchmark-hpx-embb ...
Using docker image sha256:61dea5e03224bc70e92a1879e7f7babe869e447447c9f8a4574444a76804c4d5 for predefined container...
Pulling docker image flofritz/ci-benchmark-hpx-embb ...
Using docker image flofritz/ci-benchmark-hpx-embb ID=sha256:273cacc90321cf472a5de52f5c8aa7fdb83bd8ad80d75651eb63942e86de9dd2 for build container...
Running on runner-d0f8d5ee-project-419-concurrent-0 via 869407bddacd...
Fetching changes...
Removing cmake-build-release/
Removing release/
HEAD is now at c2d4bc2 WIP: Fast path with 'outlined' slow path code in place.
Checking out c2d4bc25 as coninuation...
Skipping Git submodules setup
Downloading artifacts for build_cmake (3383)...
Downloading artifacts from coordinator... ok        id=3383 responseStatus=200 OK token=BkCDaE2A
$ ./ci_scripts/run_tests.sh
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- 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
-- Using Build Type: RELEASE
-- Assembly Output: OFF
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Thread Sanitizer: OFF
-- Address Sanitizer: OFF
-- Easy Profiler: OFF
-- Debug Symbols: OFF
-- Configuring done
CMake Error at lib/pls/CMakeLists.txt:2 (add_library):
  Cannot find source file:

    src/internal/base/alignment.h

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


CMake Error: Cannot determine link language for target "pls".
CMake Error: CMake can not determine linker language for target: pls
CMake Error: CMake can not determine linker language for target: pls
CMake Error in lib/pls/CMakeLists.txt:
  Exporting the target "pls" is not allowed since its linker language cannot
  be determined


CMake Error in lib/pls/CMakeLists.txt:
  Exporting the target "pls" is not allowed since its linker language cannot
  be determined


-- Generating done
-- Build files have been written to: /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/cmake-build-release
Scanning dependencies of target pls
make[2]: *** No rule to make target 'lib/pls/CMakeFiles/pls.dir/build'.  Stop.
CMakeFiles/Makefile2:104: recipe for target 'lib/pls/CMakeFiles/pls.dir/all' failed
make[1]: *** [lib/pls/CMakeFiles/pls.dir/all] Error 2
make: *** [all] Error 2
Makefile:140: recipe for target 'all' failed
./ci_scripts/run_tests.sh: line 9: ./bin/tests: No such file or directory
ERROR: Job failed: exit code 1