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 4469bcd Re-Commit: Fix: correct install script and readme for continuation style. Checking out 4469bcd3 as master... Skipping Git submodules setup Downloading artifacts for build_cmake (3647)... Downloading artifacts from coordinator... ok  id=3647 responseStatus=200 OK token=xyG9ibZ4 $ ./ci_scripts/run_address_sanitizer.sh -- The CXX compiler identification is GNU 7.3.0 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/c++ -- 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 C++ include pthread.h -- Looking for C++ include 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: ON -- Easy Profiler: OFF -- Debug Symbols: OFF -- Configure Context Switcher: x86_64 running Linux -- CS_CSCONTEXT_FOUND: asm/cscontext/enter_context_x86_64_sysv_elf.s;asm/cscontext/switch_context_x86_64_sysv_elf.s -- CS_FCONTEXT_FOUND: asm/fcontext/jump_x86_64_sysv_elf_gas.S;asm/fcontext/make_x86_64_sysv_elf_gas.S;asm/fcontext/ontop_x86_64_sysv_elf_gas.S -- Using cscontext implementation -- Configure Context Switcher: Configuration Done -- The C 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 -- Configuring done -- Generating done -- Build files have been written to: /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/cmake-build-release-address-sanitizer Scanning dependencies of target benchmark_base [ 2%] Building CXX object extern/benchmark_base/CMakeFiles/benchmark_base.dir/sample_images.cpp.o [ 4%] Building CXX object extern/benchmark_base/CMakeFiles/benchmark_base.dir/src/fft.cpp.o [ 6%] Building CXX object extern/benchmark_base/CMakeFiles/benchmark_base.dir/src/unbalanced.cpp.o [ 8%] Linking CXX static library ../../lib/libbenchmark_base.a [ 8%] Built target benchmark_base Scanning dependencies of target context_switcher [ 10%] Building ASM object lib/context_switcher/CMakeFiles/context_switcher.dir/asm/cscontext/enter_context_x86_64_sysv_elf.s.o [ 12%] Building ASM object lib/context_switcher/CMakeFiles/context_switcher.dir/asm/cscontext/switch_context_x86_64_sysv_elf.s.o [ 14%] Building CXX object lib/context_switcher/CMakeFiles/context_switcher.dir/src/context_switcher.cpp.o [ 17%] Linking CXX static library ../libcontext_switcher.a [ 17%] Built target context_switcher Scanning dependencies of target pls [ 19%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/tas_spin_lock.cpp.o [ 21%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/ttas_spin_lock.cpp.o [ 23%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/swmr_spin_lock.cpp.o [ 25%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/barrier.cpp.o [ 27%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/system_details.cpp.o [ 29%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/error_handling.cpp.o [ 31%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/alignment.cpp.o [ 34%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/base/stack_allocator.cpp.o [ 36%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/data_structures/aligned_stack.cpp.o [ 38%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/scheduling/thread_state.cpp.o [ 40%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/scheduling/scheduler.cpp.o [ 42%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/scheduling/task_manager.cpp.o [ 44%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/scheduling/task.cpp.o [ 46%] Building CXX object lib/pls/CMakeFiles/pls.dir/src/internal/scheduling/external_trading_deque.cpp.o [ 48%] Linking CXX static library ../libpls.a [ 48%] Built target pls Scanning dependencies of target playground [ 51%] Building CXX object app/playground/CMakeFiles/playground.dir/main.cpp.o [ 53%] Linking CXX executable ../../bin/playground [ 53%] Built target playground Scanning dependencies of target benchmark_fft_pls_v3 [ 55%] Building CXX object app/benchmark_fft/CMakeFiles/benchmark_fft_pls_v3.dir/main.cpp.o [ 57%] Linking CXX executable ../../bin/benchmark_fft_pls_v3 [ 57%] Built target benchmark_fft_pls_v3 Scanning dependencies of target benchmark_unbalanced_pls_v3 [ 59%] Building CXX object app/benchmark_unbalanced/CMakeFiles/benchmark_unbalanced_pls_v3.dir/main.cpp.o [ 61%] Linking CXX executable ../../bin/benchmark_unbalanced_pls_v3 [ 61%] Built target benchmark_unbalanced_pls_v3 Scanning dependencies of target benchmark_matrix_pls_v3 [ 63%] Building CXX object app/benchmark_matrix/CMakeFiles/benchmark_matrix_pls_v3.dir/main.cpp.o [ 65%] Linking CXX executable ../../bin/benchmark_matrix_pls_v3 [ 65%] Built target benchmark_matrix_pls_v3 Scanning dependencies of target benchmark_fib_pls_v3 [ 68%] Building CXX object app/benchmark_fib/CMakeFiles/benchmark_fib_pls_v3.dir/main.cpp.o [ 70%] Linking CXX executable ../../bin/benchmark_fib_pls_v3 [ 70%] Built target benchmark_fib_pls_v3 Scanning dependencies of target fcontext [ 72%] Building C object app/context_switch/deboost.context/CMakeFiles/fcontext.dir/source/stack.c.o [ 74%] Building ASM object app/context_switch/deboost.context/CMakeFiles/fcontext.dir/asm/make_x86_64_sysv_elf_gas.S.o [ 76%] Building ASM object app/context_switch/deboost.context/CMakeFiles/fcontext.dir/asm/jump_x86_64_sysv_elf_gas.S.o [ 78%] Building ASM object app/context_switch/deboost.context/CMakeFiles/fcontext.dir/asm/ontop_x86_64_sysv_elf_gas.S.o [ 80%] Linking C static library ../../../lib/libfcontext.a [ 80%] Built target fcontext Scanning dependencies of target context_switch [ 82%] Building CXX object app/context_switch/CMakeFiles/context_switch.dir/main.cpp.o [ 85%] Building ASM object app/context_switch/CMakeFiles/context_switch.dir/custom_stack_callback_x86_64.s.o [ 87%] Linking CXX executable ../../bin/context_switch [ 87%] Built target context_switch Scanning dependencies of target tests [ 89%] Building CXX object test/CMakeFiles/tests.dir/main.cpp.o [ 91%] Building CXX object test/CMakeFiles/tests.dir/data_structures_test.cpp.o [ 93%] Building CXX object test/CMakeFiles/tests.dir/base_tests.cpp.o [ 95%] Building CXX object test/CMakeFiles/tests.dir/scheduling_tests.cpp.o [ 97%] Building CXX object test/CMakeFiles/tests.dir/patterns_test.cpp.o [100%] Linking CXX executable ../bin/tests [100%] Built target tests ASAN:DEADLYSIGNAL ================================================================= ==575==ERROR: AddressSanitizer: SEGV on unknown address 0x7f119f475ff6 (pc 0x55fccac38e55 bp 0x7ffd3dd61480 sp 0x7ffd3dd604c0 T0) ==575==The signal is caused by a WRITE memory access. #0 0x55fccac38e54 in operator() /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/test/base_tests.cpp:63 #1 0x55fccac38e54 in CHECK_ABORT<____C_A_T_C_H____T_E_S_T____4():: > /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/test/test_helpers.h:34 #2 0x55fccac38e54 in ____C_A_T_C_H____T_E_S_T____4 /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/test/base_tests.cpp:63 #3 0x55fccaaaa35c in Catch::TestInvokerAsFunction::invoke() const /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:11841 #4 0x55fccaaaa35c in Catch::TestCase::invoke() const /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:11742 #5 0x55fccaaaa35c in Catch::RunContext::invokeActiveTestCase() /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10601 #6 0x55fccaae0622 in Catch::RunContext::runCurrentTest(std::__cxx11::basic_string, std::allocator >&, std::__cxx11::basic_string, std::allocator >&) /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10574 #7 0x55fccab25072 in Catch::RunContext::runTest(Catch::TestCase const&) /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10344 #8 0x55fccab27357 in runTests /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10903 #9 0x55fccab58d68 in Catch::Session::runInternal() /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:11098 #10 0x55fccab59250 in Catch::Session::run() /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:11055 #11 0x55fccaa92d5e in int Catch::Session::run(int, char const* const*) /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10801 #12 0x55fccaa92d5e in main /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:14554 #13 0x7f119d817b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #14 0x55fccaa96199 in _start (/builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/cmake-build-release-address-sanitizer/bin/tests+0x27199) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/test/base_tests.cpp:63 in operator() ==575==ABORTING ASAN:DEADLYSIGNAL ================================================================= ==576==ERROR: AddressSanitizer: SEGV on unknown address 0x7f119f476000 (pc 0x55fccac38f69 bp 0x7ffd3dd61480 sp 0x7ffd3dd604c0 T0) ==576==The signal is caused by a WRITE memory access. #0 0x55fccac38f68 in operator() /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/test/base_tests.cpp:69 #1 0x55fccac38f68 in CHECK_ABORT<____C_A_T_C_H____T_E_S_T____4():: > /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/test/test_helpers.h:34 #2 0x55fccac38f68 in ____C_A_T_C_H____T_E_S_T____4 /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/test/base_tests.cpp:69 #3 0x55fccaaaa35c in Catch::TestInvokerAsFunction::invoke() const /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:11841 #4 0x55fccaaaa35c in Catch::TestCase::invoke() const /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:11742 #5 0x55fccaaaa35c in Catch::RunContext::invokeActiveTestCase() /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10601 #6 0x55fccaae0622 in Catch::RunContext::runCurrentTest(std::__cxx11::basic_string, std::allocator >&, std::__cxx11::basic_string, std::allocator >&) /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10574 #7 0x55fccab25072 in Catch::RunContext::runTest(Catch::TestCase const&) /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10344 #8 0x55fccab27357 in runTests /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10903 #9 0x55fccab58d68 in Catch::Session::runInternal() /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:11098 #10 0x55fccab59250 in Catch::Session::run() /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:11055 #11 0x55fccaa92d5e in int Catch::Session::run(int, char const* const*) /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:10801 #12 0x55fccaa92d5e in main /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/extern/catch2/catch.hpp:14554 #13 0x7f119d817b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #14 0x55fccaa96199 in _start (/builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/cmake-build-release-address-sanitizer/bin/tests+0x27199) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /builds/gitlab/las3/development/scheduling/predictable_parallel_patterns/test/base_tests.cpp:69 in operator() ==576==ABORTING =============================================================================== All tests passed (90 assertions in 12 test cases) Job succeeded