[ 0:00] % divine cc -o testcase.bc -c -std=c++14 /home/xrockai/src/divine/nightly/test/libcxx/forwardlist/sort_pred.pass.cpp [ 0:00] compiling /home/xrockai/src/divine/nightly/test/libcxx/forwardlist/sort_pred.pass.cpp [ 0:00] /home/xrockai/src/divine/nightly/test/libcxx/forwardlist/sort_pred.pass.cpp:33:10: warning: 'random_shuffle >' is deprecated [ 0:01] std::random_shuffle(v.begin(), v.end()); [ 0:01] ^ [ 0:01] /home/xrockai/src/divine/nightly/test/libcxx/forwardlist/sort_pred.pass.cpp:45:9: note: in instantiation of function template specialization 'test > >' requested here [ 0:01] test >(i); [ 0:01] ^ [ 0:01] /dios/libcxx/include/algorithm:3067:1: note: 'random_shuffle >' has been explicitly marked deprecated here [ 0:01] _LIBCPP_DEPRECATED_IN_CXX14 void [ 0:01] ^ [ 0:01] /dios/libcxx/include/__config:950:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX14' [ 0:01] # define _LIBCPP_DEPRECATED_IN_CXX14 _LIBCPP_DEPRECATED [ 0:01] ^ [ 0:01] /dios/libcxx/include/__config:933:48: note: expanded from macro '_LIBCPP_DEPRECATED' [ 0:01] # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) [ 0:01] ^ [ 0:01] /home/xrockai/src/divine/nightly/test/libcxx/forwardlist/sort_pred.pass.cpp:33:10: warning: 'random_shuffle >' is deprecated [ 0:01] std::random_shuffle(v.begin(), v.end()); [ 0:01] ^ [ 0:01] /home/xrockai/src/divine/nightly/test/libcxx/forwardlist/sort_pred.pass.cpp:48:9: note: in instantiation of function template specialization 'test > >' requested here [ 0:01] test> >(i); [ 0:01] ^ [ 0:01] /dios/libcxx/include/algorithm:3067:1: note: 'random_shuffle >' has been explicitly marked deprecated here [ 0:01] _LIBCPP_DEPRECATED_IN_CXX14 void [ 0:01] ^ [ 0:01] /dios/libcxx/include/__config:950:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX14' [ 0:01] # define _LIBCPP_DEPRECATED_IN_CXX14 _LIBCPP_DEPRECATED [ 0:01] ^ [ 0:01] /dios/libcxx/include/__config:933:48: note: expanded from macro '_LIBCPP_DEPRECATED' [ 0:01] # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) [ 0:01] ^ [ 0:01] 2 warnings generated. [ 0:01] % native-link testcase.bc [ 0:01] setting up pass: fuse-ctors, options = [ 0:01] setting up pass: lowering, options = [ 0:01] setting up pass: recurse-annotations, options = [ 0:01] setting up pass: interrupt-mem, options = __dios_reschedule [ 0:01] setting up pass: interrupt-cfl, options = __dios_suspend [ 0:01] compiling native-0.bc [ 0:01] compiling /dios/lib/config/native.bc [ 0:01] warning: overriding the module target triple with x86_64-unknown-linux-gnu [-Woverride-module] [ 0:04] 1 warning generated. [ 0:05] /usr/bin/ld: /tmp/native-2-25d256.o: in function `__execute_main(int, int, char**, char**)': [ 0:05] sort_pred.pass.cpp:(.text+0x31d31): undefined reference to `__dios_tainted_init' [ 0:05] /usr/bin/ld: /tmp/native-2-25d256.o: in function `__dios_start': [ 0:05] sort_pred.pass.cpp:(.text+0x31e83): undefined reference to `__dios_tainted_init' [ 0:05] /usr/bin/ld: /tmp/native-2-25d256.o: in function `__dios_start_synchronous': [ 0:05] sort_pred.pass.cpp:(.text+0x31fd7): undefined reference to `__dios_tainted_init' [ 0:05] clang-7: error: linker command failed with exit code 1 (use -v to see invocation)