Running with gitlab-ci-multi-runner 9.2.0 (adfc387) on rfhete607 (d0f8d5ee) Using Docker executor with image matrim/cmake-examples:3.10.3 ... Using docker image sha256:61dea5e03224bc70e92a1879e7f7babe869e447447c9f8a4574444a76804c4d5 for predefined container... Pulling docker image matrim/cmake-examples:3.10.3 ... Using docker image matrim/cmake-examples:3.10.3 ID=sha256:a5bbfb55744237e818731be29add9c3b8dfd6687f86a95121cad4909ed86490f for build container... Running on runner-d0f8d5ee-project-419-concurrent-0 via 869407bddacd... Fetching changes... Removing cmake-build-release/ HEAD is now at 2dbd51b Fix: add correct path for sanitizer.log artifact. Checking out 2dbd51bd as setup-ci... Skipping Git submodules setup Downloading artifacts for build_cmake (2662)... Downloading artifacts from coordinator... ok  id=2662 responseStatus=200 OK token=4SQATt77 Creating devuser Adding user `devuser' to group `sudo' ... Adding user devuser to group sudo Done. $ ./ci_scripts/run_tests.sh mkdir: cannot create directory 'cmake-build-release': File exists -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.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 -- 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 -- Configuring done -- Generating done -- Build files have been written to: /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/cmake-build-release Scanning dependencies of target pls [ 10%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/library.cpp.o [ 20%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/spin_lock.cpp.o [ 30%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/thread.cpp.o [ 40%] Linking CXX static library ../libpls.a [ 40%] Built target pls Scanning dependencies of target playground [ 50%] Building CXX object app/playground/CMakeFiles/playground.dir/main.cpp.o [ 60%] Linking CXX executable ../../bin/playground [ 60%] Built target playground Scanning dependencies of target tests [ 70%] Building CXX object test/CMakeFiles/tests.dir/main.cpp.o [ 80%] Building CXX object test/CMakeFiles/tests.dir/example_tests.cpp.o [ 90%] Building CXX object test/CMakeFiles/tests.dir/thread_tests.cpp.o [100%] Linking CXX executable ../bin/tests [100%] Built target tests =============================================================================== All tests passed (5 assertions in 4 test cases) Job succeeded