data-structure-typed 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (676) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/CMakeLists.txt +52 -0
  3. package/README.md +4 -4
  4. package/README_CN.md +5 -5
  5. package/benchmark/report.html +141 -12
  6. package/benchmark/report.json +1969 -38
  7. package/build/CMakeCache.txt +603 -0
  8. package/build/CMakeFiles/4.0.3/CMakeCXXCompiler.cmake +104 -0
  9. package/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_CXX.bin +0 -0
  10. package/build/CMakeFiles/4.0.3/CMakeSystem.cmake +15 -0
  11. package/build/CMakeFiles/4.0.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +920 -0
  12. package/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out +0 -0
  13. package/build/CMakeFiles/4.0.3/CompilerIdCXX/apple-sdk.cpp +1 -0
  14. package/build/CMakeFiles/CMakeConfigureLog.yaml +2146 -0
  15. package/build/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  16. package/build/CMakeFiles/InstallScripts.json +9 -0
  17. package/build/CMakeFiles/Makefile.cmake +100 -0
  18. package/build/CMakeFiles/Makefile2 +720 -0
  19. package/build/CMakeFiles/TargetDirectories.txt +23 -0
  20. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/DependInfo.cmake +23 -0
  21. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/build.make +114 -0
  22. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/cmake_clean.cmake +11 -0
  23. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.internal +839 -0
  24. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.make +2506 -0
  25. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.ts +2 -0
  26. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/depend.make +2 -0
  27. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/flags.make +10 -0
  28. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/link.txt +1 -0
  29. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/progress.make +3 -0
  30. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp.o +0 -0
  31. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp.o.d +835 -0
  32. package/build/CMakeFiles/avl-tree-benchmark.dir/DependInfo.cmake +23 -0
  33. package/build/CMakeFiles/avl-tree-benchmark.dir/build.make +114 -0
  34. package/build/CMakeFiles/avl-tree-benchmark.dir/cmake_clean.cmake +11 -0
  35. package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.internal +839 -0
  36. package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.make +2506 -0
  37. package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.ts +2 -0
  38. package/build/CMakeFiles/avl-tree-benchmark.dir/depend.make +2 -0
  39. package/build/CMakeFiles/avl-tree-benchmark.dir/flags.make +10 -0
  40. package/build/CMakeFiles/avl-tree-benchmark.dir/link.txt +1 -0
  41. package/build/CMakeFiles/avl-tree-benchmark.dir/progress.make +3 -0
  42. package/build/CMakeFiles/avl-tree-benchmark.dir/test/performance/data-structures/binary-tree/avl-tree.test.cpp.o +0 -0
  43. package/build/CMakeFiles/avl-tree-benchmark.dir/test/performance/data-structures/binary-tree/avl-tree.test.cpp.o.d +835 -0
  44. package/build/CMakeFiles/cmake.check_cache +1 -0
  45. package/build/CMakeFiles/deque-benchmark.dir/DependInfo.cmake +23 -0
  46. package/build/CMakeFiles/deque-benchmark.dir/build.make +114 -0
  47. package/build/CMakeFiles/deque-benchmark.dir/cmake_clean.cmake +11 -0
  48. package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.internal +791 -0
  49. package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.make +2362 -0
  50. package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.ts +2 -0
  51. package/build/CMakeFiles/deque-benchmark.dir/depend.make +2 -0
  52. package/build/CMakeFiles/deque-benchmark.dir/flags.make +10 -0
  53. package/build/CMakeFiles/deque-benchmark.dir/link.txt +1 -0
  54. package/build/CMakeFiles/deque-benchmark.dir/progress.make +3 -0
  55. package/build/CMakeFiles/deque-benchmark.dir/test/performance/data-structures/queue/deque.test.cpp.o +0 -0
  56. package/build/CMakeFiles/deque-benchmark.dir/test/performance/data-structures/queue/deque.test.cpp.o.d +787 -0
  57. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/DependInfo.cmake +23 -0
  58. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/build.make +114 -0
  59. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/cmake_clean.cmake +11 -0
  60. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.internal +790 -0
  61. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.make +2359 -0
  62. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.ts +2 -0
  63. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/depend.make +2 -0
  64. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/flags.make +10 -0
  65. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/link.txt +1 -0
  66. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/progress.make +3 -0
  67. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp.o +0 -0
  68. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp.o.d +786 -0
  69. package/build/CMakeFiles/hash-map-benchmark.dir/DependInfo.cmake +23 -0
  70. package/build/CMakeFiles/hash-map-benchmark.dir/build.make +114 -0
  71. package/build/CMakeFiles/hash-map-benchmark.dir/cmake_clean.cmake +11 -0
  72. package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.internal +790 -0
  73. package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.make +2359 -0
  74. package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.ts +2 -0
  75. package/build/CMakeFiles/hash-map-benchmark.dir/depend.make +2 -0
  76. package/build/CMakeFiles/hash-map-benchmark.dir/flags.make +10 -0
  77. package/build/CMakeFiles/hash-map-benchmark.dir/link.txt +1 -0
  78. package/build/CMakeFiles/hash-map-benchmark.dir/progress.make +3 -0
  79. package/build/CMakeFiles/hash-map-benchmark.dir/test/performance/data-structures/hash/hash-map.test.cpp.o +0 -0
  80. package/build/CMakeFiles/hash-map-benchmark.dir/test/performance/data-structures/hash/hash-map.test.cpp.o.d +786 -0
  81. package/build/CMakeFiles/heap-benchmark.dir/DependInfo.cmake +23 -0
  82. package/build/CMakeFiles/heap-benchmark.dir/build.make +114 -0
  83. package/build/CMakeFiles/heap-benchmark.dir/cmake_clean.cmake +11 -0
  84. package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.internal +843 -0
  85. package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.make +2518 -0
  86. package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.ts +2 -0
  87. package/build/CMakeFiles/heap-benchmark.dir/depend.make +2 -0
  88. package/build/CMakeFiles/heap-benchmark.dir/flags.make +10 -0
  89. package/build/CMakeFiles/heap-benchmark.dir/link.txt +1 -0
  90. package/build/CMakeFiles/heap-benchmark.dir/progress.make +3 -0
  91. package/build/CMakeFiles/heap-benchmark.dir/test/performance/data-structures/heap/heap.test.cpp.o +0 -0
  92. package/build/CMakeFiles/heap-benchmark.dir/test/performance/data-structures/heap/heap.test.cpp.o.d +839 -0
  93. package/build/CMakeFiles/priority-queue-benchmark.dir/DependInfo.cmake +23 -0
  94. package/build/CMakeFiles/priority-queue-benchmark.dir/build.make +114 -0
  95. package/build/CMakeFiles/priority-queue-benchmark.dir/cmake_clean.cmake +11 -0
  96. package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.internal +793 -0
  97. package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.make +2368 -0
  98. package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.ts +2 -0
  99. package/build/CMakeFiles/priority-queue-benchmark.dir/depend.make +2 -0
  100. package/build/CMakeFiles/priority-queue-benchmark.dir/flags.make +10 -0
  101. package/build/CMakeFiles/priority-queue-benchmark.dir/link.txt +1 -0
  102. package/build/CMakeFiles/priority-queue-benchmark.dir/progress.make +3 -0
  103. package/build/CMakeFiles/priority-queue-benchmark.dir/test/performance/data-structures/priority-queue/priority-queue.test.cpp.o +0 -0
  104. package/build/CMakeFiles/priority-queue-benchmark.dir/test/performance/data-structures/priority-queue/priority-queue.test.cpp.o.d +789 -0
  105. package/build/CMakeFiles/progress.marks +1 -0
  106. package/build/CMakeFiles/queue-benchmark.dir/DependInfo.cmake +23 -0
  107. package/build/CMakeFiles/queue-benchmark.dir/build.make +114 -0
  108. package/build/CMakeFiles/queue-benchmark.dir/cmake_clean.cmake +11 -0
  109. package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.internal +793 -0
  110. package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.make +2368 -0
  111. package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.ts +2 -0
  112. package/build/CMakeFiles/queue-benchmark.dir/depend.make +2 -0
  113. package/build/CMakeFiles/queue-benchmark.dir/flags.make +10 -0
  114. package/build/CMakeFiles/queue-benchmark.dir/link.txt +1 -0
  115. package/build/CMakeFiles/queue-benchmark.dir/progress.make +3 -0
  116. package/build/CMakeFiles/queue-benchmark.dir/test/performance/data-structures/queue/queue.test.cpp.o +0 -0
  117. package/build/CMakeFiles/queue-benchmark.dir/test/performance/data-structures/queue/queue.test.cpp.o.d +789 -0
  118. package/build/CMakeFiles/red-black-tree-benchmark.dir/DependInfo.cmake +23 -0
  119. package/build/CMakeFiles/red-black-tree-benchmark.dir/build.make +114 -0
  120. package/build/CMakeFiles/red-black-tree-benchmark.dir/cmake_clean.cmake +11 -0
  121. package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.internal +839 -0
  122. package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.make +2506 -0
  123. package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.ts +2 -0
  124. package/build/CMakeFiles/red-black-tree-benchmark.dir/depend.make +2 -0
  125. package/build/CMakeFiles/red-black-tree-benchmark.dir/flags.make +10 -0
  126. package/build/CMakeFiles/red-black-tree-benchmark.dir/link.txt +1 -0
  127. package/build/CMakeFiles/red-black-tree-benchmark.dir/progress.make +3 -0
  128. package/build/CMakeFiles/red-black-tree-benchmark.dir/test/performance/data-structures/binary-tree/red-black-tree.test.cpp.o +0 -0
  129. package/build/CMakeFiles/red-black-tree-benchmark.dir/test/performance/data-structures/binary-tree/red-black-tree.test.cpp.o.d +835 -0
  130. package/build/CMakeFiles/singly-linked-list-benchmark.dir/DependInfo.cmake +23 -0
  131. package/build/CMakeFiles/singly-linked-list-benchmark.dir/build.make +114 -0
  132. package/build/CMakeFiles/singly-linked-list-benchmark.dir/cmake_clean.cmake +11 -0
  133. package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.internal +790 -0
  134. package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.make +2359 -0
  135. package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.ts +2 -0
  136. package/build/CMakeFiles/singly-linked-list-benchmark.dir/depend.make +2 -0
  137. package/build/CMakeFiles/singly-linked-list-benchmark.dir/flags.make +10 -0
  138. package/build/CMakeFiles/singly-linked-list-benchmark.dir/link.txt +1 -0
  139. package/build/CMakeFiles/singly-linked-list-benchmark.dir/progress.make +3 -0
  140. package/build/CMakeFiles/singly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/singly-linked-list.test.cpp.o +0 -0
  141. package/build/CMakeFiles/singly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/singly-linked-list.test.cpp.o.d +786 -0
  142. package/build/CMakeFiles/stack-benchmark.dir/DependInfo.cmake +23 -0
  143. package/build/CMakeFiles/stack-benchmark.dir/build.make +114 -0
  144. package/build/CMakeFiles/stack-benchmark.dir/cmake_clean.cmake +11 -0
  145. package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.internal +793 -0
  146. package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.make +2368 -0
  147. package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.ts +2 -0
  148. package/build/CMakeFiles/stack-benchmark.dir/depend.make +2 -0
  149. package/build/CMakeFiles/stack-benchmark.dir/flags.make +10 -0
  150. package/build/CMakeFiles/stack-benchmark.dir/link.txt +1 -0
  151. package/build/CMakeFiles/stack-benchmark.dir/progress.make +3 -0
  152. package/build/CMakeFiles/stack-benchmark.dir/test/performance/data-structures/stack/stack.test.cpp.o +0 -0
  153. package/build/CMakeFiles/stack-benchmark.dir/test/performance/data-structures/stack/stack.test.cpp.o.d +789 -0
  154. package/build/CMakeFiles/tree-map-benchmark.dir/DependInfo.cmake +23 -0
  155. package/build/CMakeFiles/tree-map-benchmark.dir/build.make +114 -0
  156. package/build/CMakeFiles/tree-map-benchmark.dir/cmake_clean.cmake +11 -0
  157. package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.internal +839 -0
  158. package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.make +2506 -0
  159. package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.ts +2 -0
  160. package/build/CMakeFiles/tree-map-benchmark.dir/depend.make +2 -0
  161. package/build/CMakeFiles/tree-map-benchmark.dir/flags.make +10 -0
  162. package/build/CMakeFiles/tree-map-benchmark.dir/link.txt +1 -0
  163. package/build/CMakeFiles/tree-map-benchmark.dir/progress.make +3 -0
  164. package/build/CMakeFiles/tree-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-map.test.cpp.o +0 -0
  165. package/build/CMakeFiles/tree-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-map.test.cpp.o.d +835 -0
  166. package/build/CMakeFiles/tree-multi-map-benchmark.dir/DependInfo.cmake +23 -0
  167. package/build/CMakeFiles/tree-multi-map-benchmark.dir/build.make +114 -0
  168. package/build/CMakeFiles/tree-multi-map-benchmark.dir/cmake_clean.cmake +11 -0
  169. package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.internal +839 -0
  170. package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.make +2506 -0
  171. package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.ts +2 -0
  172. package/build/CMakeFiles/tree-multi-map-benchmark.dir/depend.make +2 -0
  173. package/build/CMakeFiles/tree-multi-map-benchmark.dir/flags.make +10 -0
  174. package/build/CMakeFiles/tree-multi-map-benchmark.dir/link.txt +1 -0
  175. package/build/CMakeFiles/tree-multi-map-benchmark.dir/progress.make +3 -0
  176. package/build/CMakeFiles/tree-multi-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp.o +0 -0
  177. package/build/CMakeFiles/tree-multi-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp.o.d +835 -0
  178. package/build/CMakeFiles/tree-multi-set-benchmark.dir/DependInfo.cmake +23 -0
  179. package/build/CMakeFiles/tree-multi-set-benchmark.dir/build.make +114 -0
  180. package/build/CMakeFiles/tree-multi-set-benchmark.dir/cmake_clean.cmake +11 -0
  181. package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.internal +839 -0
  182. package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.make +2506 -0
  183. package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.ts +2 -0
  184. package/build/CMakeFiles/tree-multi-set-benchmark.dir/depend.make +2 -0
  185. package/build/CMakeFiles/tree-multi-set-benchmark.dir/flags.make +10 -0
  186. package/build/CMakeFiles/tree-multi-set-benchmark.dir/link.txt +1 -0
  187. package/build/CMakeFiles/tree-multi-set-benchmark.dir/progress.make +3 -0
  188. package/build/CMakeFiles/tree-multi-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp.o +0 -0
  189. package/build/CMakeFiles/tree-multi-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp.o.d +835 -0
  190. package/build/CMakeFiles/tree-set-benchmark.dir/DependInfo.cmake +23 -0
  191. package/build/CMakeFiles/tree-set-benchmark.dir/build.make +114 -0
  192. package/build/CMakeFiles/tree-set-benchmark.dir/cmake_clean.cmake +11 -0
  193. package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.internal +839 -0
  194. package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.make +2506 -0
  195. package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.ts +2 -0
  196. package/build/CMakeFiles/tree-set-benchmark.dir/depend.make +2 -0
  197. package/build/CMakeFiles/tree-set-benchmark.dir/flags.make +10 -0
  198. package/build/CMakeFiles/tree-set-benchmark.dir/link.txt +1 -0
  199. package/build/CMakeFiles/tree-set-benchmark.dir/progress.make +3 -0
  200. package/build/CMakeFiles/tree-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-set.test.cpp.o +0 -0
  201. package/build/CMakeFiles/tree-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-set.test.cpp.o.d +835 -0
  202. package/build/Makefile +783 -0
  203. package/build/_deps/benchmark-build/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  204. package/build/_deps/benchmark-build/CMakeFiles/progress.marks +1 -0
  205. package/build/_deps/benchmark-build/Makefile +140 -0
  206. package/build/_deps/benchmark-build/benchmark.pc +12 -0
  207. package/build/_deps/benchmark-build/benchmarkConfig.cmake +14 -0
  208. package/build/_deps/benchmark-build/benchmarkConfigVersion.cmake +65 -0
  209. package/build/_deps/benchmark-build/benchmarkTargets.cmake +84 -0
  210. package/build/_deps/benchmark-build/cmake_install.cmake +50 -0
  211. package/build/_deps/benchmark-build/src/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  212. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/DependInfo.cmake +41 -0
  213. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o +0 -0
  214. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o.d +875 -0
  215. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o +0 -0
  216. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o.d +802 -0
  217. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o +0 -0
  218. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o.d +772 -0
  219. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o +0 -0
  220. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o.d +841 -0
  221. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o +0 -0
  222. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o.d +833 -0
  223. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/build.make +402 -0
  224. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o +0 -0
  225. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o.d +784 -0
  226. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/cmake_clean.cmake +47 -0
  227. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/cmake_clean_target.cmake +3 -0
  228. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o +0 -0
  229. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o.d +791 -0
  230. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o +0 -0
  231. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o.d +795 -0
  232. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.internal +15519 -0
  233. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.make +17500 -0
  234. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.ts +2 -0
  235. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o +0 -0
  236. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o.d +793 -0
  237. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o +0 -0
  238. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o.d +802 -0
  239. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o +0 -0
  240. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o.d +773 -0
  241. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o +0 -0
  242. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o.d +799 -0
  243. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/depend.make +2 -0
  244. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/flags.make +10 -0
  245. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o +0 -0
  246. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o.d +800 -0
  247. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/link.txt +2 -0
  248. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o +0 -0
  249. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o.d +807 -0
  250. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/progress.make +21 -0
  251. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o +0 -0
  252. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o.d +798 -0
  253. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o +0 -0
  254. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o.d +800 -0
  255. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o +0 -0
  256. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o.d +795 -0
  257. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o +0 -0
  258. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o.d +933 -0
  259. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o +0 -0
  260. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o.d +904 -0
  261. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/DependInfo.cmake +23 -0
  262. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o +0 -0
  263. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o.d +772 -0
  264. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/build.make +114 -0
  265. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/cmake_clean.cmake +11 -0
  266. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/cmake_clean_target.cmake +3 -0
  267. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.internal +776 -0
  268. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.make +2317 -0
  269. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.ts +2 -0
  270. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/depend.make +2 -0
  271. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/flags.make +10 -0
  272. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/link.txt +2 -0
  273. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/progress.make +3 -0
  274. package/build/_deps/benchmark-build/src/CMakeFiles/progress.marks +1 -0
  275. package/build/_deps/benchmark-build/src/Makefile +710 -0
  276. package/build/_deps/benchmark-build/src/cmake_install.cmake +45 -0
  277. package/build/_deps/benchmark-build/src/libbenchmark.a +0 -0
  278. package/build/_deps/benchmark-build/src/libbenchmark_main.a +0 -0
  279. package/build/_deps/benchmark-src/.clang-format +5 -0
  280. package/build/_deps/benchmark-src/.clang-tidy +7 -0
  281. package/build/_deps/benchmark-src/.github/ISSUE_TEMPLATE/bug_report.md +32 -0
  282. package/build/_deps/benchmark-src/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  283. package/build/_deps/benchmark-src/.github/install_bazel.sh +13 -0
  284. package/build/_deps/benchmark-src/.github/libcxx-setup.sh +26 -0
  285. package/build/_deps/benchmark-src/.github/workflows/bazel.yml +35 -0
  286. package/build/_deps/benchmark-src/.github/workflows/build-and-test-min-cmake.yml +46 -0
  287. package/build/_deps/benchmark-src/.github/workflows/build-and-test-perfcounters.yml +51 -0
  288. package/build/_deps/benchmark-src/.github/workflows/build-and-test.yml +114 -0
  289. package/build/_deps/benchmark-src/.github/workflows/clang-format-lint.yml +17 -0
  290. package/build/_deps/benchmark-src/.github/workflows/clang-tidy.yml +38 -0
  291. package/build/_deps/benchmark-src/.github/workflows/doxygen.yml +28 -0
  292. package/build/_deps/benchmark-src/.github/workflows/pylint.yml +28 -0
  293. package/build/_deps/benchmark-src/.github/workflows/sanitizer.yml +96 -0
  294. package/build/_deps/benchmark-src/.github/workflows/test_bindings.yml +29 -0
  295. package/build/_deps/benchmark-src/.github/workflows/wheels.yml +79 -0
  296. package/build/_deps/benchmark-src/.travis.yml +208 -0
  297. package/build/_deps/benchmark-src/.ycm_extra_conf.py +115 -0
  298. package/build/_deps/benchmark-src/AUTHORS +71 -0
  299. package/build/_deps/benchmark-src/BUILD.bazel +87 -0
  300. package/build/_deps/benchmark-src/CMakeLists.txt +340 -0
  301. package/build/_deps/benchmark-src/CONTRIBUTING.md +58 -0
  302. package/build/_deps/benchmark-src/CONTRIBUTORS +95 -0
  303. package/build/_deps/benchmark-src/LICENSE +202 -0
  304. package/build/_deps/benchmark-src/MODULE.bazel +24 -0
  305. package/build/_deps/benchmark-src/README.md +223 -0
  306. package/build/_deps/benchmark-src/WORKSPACE +22 -0
  307. package/build/_deps/benchmark-src/WORKSPACE.bzlmod +2 -0
  308. package/build/_deps/benchmark-src/_config.yml +2 -0
  309. package/build/_deps/benchmark-src/appveyor.yml +50 -0
  310. package/build/_deps/benchmark-src/bazel/benchmark_deps.bzl +65 -0
  311. package/build/_deps/benchmark-src/bindings/python/BUILD +3 -0
  312. package/build/_deps/benchmark-src/bindings/python/build_defs.bzl +25 -0
  313. package/build/_deps/benchmark-src/bindings/python/google_benchmark/BUILD +40 -0
  314. package/build/_deps/benchmark-src/bindings/python/google_benchmark/__init__.py +162 -0
  315. package/build/_deps/benchmark-src/bindings/python/google_benchmark/benchmark.cc +184 -0
  316. package/build/_deps/benchmark-src/bindings/python/google_benchmark/example.py +136 -0
  317. package/build/_deps/benchmark-src/bindings/python/nanobind.BUILD +17 -0
  318. package/build/_deps/benchmark-src/bindings/python/python_headers.BUILD +6 -0
  319. package/build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake +78 -0
  320. package/build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake +82 -0
  321. package/build/_deps/benchmark-src/cmake/Config.cmake.in +7 -0
  322. package/build/_deps/benchmark-src/cmake/GetGitVersion.cmake +58 -0
  323. package/build/_deps/benchmark-src/cmake/GoogleTest.cmake +58 -0
  324. package/build/_deps/benchmark-src/cmake/GoogleTest.cmake.in +59 -0
  325. package/build/_deps/benchmark-src/cmake/benchmark.pc.in +12 -0
  326. package/build/_deps/benchmark-src/cmake/gnu_posix_regex.cpp +12 -0
  327. package/build/_deps/benchmark-src/cmake/llvm-toolchain.cmake +8 -0
  328. package/build/_deps/benchmark-src/cmake/posix_regex.cpp +14 -0
  329. package/build/_deps/benchmark-src/cmake/pthread_affinity.cpp +16 -0
  330. package/build/_deps/benchmark-src/cmake/split_list.cmake +3 -0
  331. package/build/_deps/benchmark-src/cmake/std_regex.cpp +10 -0
  332. package/build/_deps/benchmark-src/cmake/steady_clock.cpp +7 -0
  333. package/build/_deps/benchmark-src/cmake/thread_safety_attributes.cpp +4 -0
  334. package/build/_deps/benchmark-src/docs/AssemblyTests.md +149 -0
  335. package/build/_deps/benchmark-src/docs/_config.yml +3 -0
  336. package/build/_deps/benchmark-src/docs/assets/images/icon.png +0 -0
  337. package/build/_deps/benchmark-src/docs/assets/images/icon.xcf +0 -0
  338. package/build/_deps/benchmark-src/docs/assets/images/icon_black.png +0 -0
  339. package/build/_deps/benchmark-src/docs/assets/images/icon_black.xcf +0 -0
  340. package/build/_deps/benchmark-src/docs/dependencies.md +13 -0
  341. package/build/_deps/benchmark-src/docs/index.md +12 -0
  342. package/build/_deps/benchmark-src/docs/perf_counters.md +35 -0
  343. package/build/_deps/benchmark-src/docs/platform_specific_build_instructions.md +48 -0
  344. package/build/_deps/benchmark-src/docs/python_bindings.md +34 -0
  345. package/build/_deps/benchmark-src/docs/random_interleaving.md +13 -0
  346. package/build/_deps/benchmark-src/docs/reducing_variance.md +100 -0
  347. package/build/_deps/benchmark-src/docs/releasing.md +41 -0
  348. package/build/_deps/benchmark-src/docs/tools.md +343 -0
  349. package/build/_deps/benchmark-src/docs/user_guide.md +1266 -0
  350. package/build/_deps/benchmark-src/include/benchmark/benchmark.h +1991 -0
  351. package/build/_deps/benchmark-src/include/benchmark/export.h +47 -0
  352. package/build/_deps/benchmark-src/pyproject.toml +50 -0
  353. package/build/_deps/benchmark-src/setup.py +113 -0
  354. package/build/_deps/benchmark-src/src/CMakeLists.txt +170 -0
  355. package/build/_deps/benchmark-src/src/arraysize.h +33 -0
  356. package/build/_deps/benchmark-src/src/benchmark.cc +779 -0
  357. package/build/_deps/benchmark-src/src/benchmark_api_internal.cc +118 -0
  358. package/build/_deps/benchmark-src/src/benchmark_api_internal.h +87 -0
  359. package/build/_deps/benchmark-src/src/benchmark_main.cc +18 -0
  360. package/build/_deps/benchmark-src/src/benchmark_name.cc +59 -0
  361. package/build/_deps/benchmark-src/src/benchmark_register.cc +520 -0
  362. package/build/_deps/benchmark-src/src/benchmark_register.h +109 -0
  363. package/build/_deps/benchmark-src/src/benchmark_runner.cc +497 -0
  364. package/build/_deps/benchmark-src/src/benchmark_runner.h +131 -0
  365. package/build/_deps/benchmark-src/src/check.cc +11 -0
  366. package/build/_deps/benchmark-src/src/check.h +106 -0
  367. package/build/_deps/benchmark-src/src/colorprint.cc +200 -0
  368. package/build/_deps/benchmark-src/src/colorprint.h +33 -0
  369. package/build/_deps/benchmark-src/src/commandlineflags.cc +298 -0
  370. package/build/_deps/benchmark-src/src/commandlineflags.h +133 -0
  371. package/build/_deps/benchmark-src/src/complexity.cc +244 -0
  372. package/build/_deps/benchmark-src/src/complexity.h +55 -0
  373. package/build/_deps/benchmark-src/src/console_reporter.cc +206 -0
  374. package/build/_deps/benchmark-src/src/counter.cc +80 -0
  375. package/build/_deps/benchmark-src/src/counter.h +32 -0
  376. package/build/_deps/benchmark-src/src/csv_reporter.cc +161 -0
  377. package/build/_deps/benchmark-src/src/cycleclock.h +230 -0
  378. package/build/_deps/benchmark-src/src/internal_macros.h +115 -0
  379. package/build/_deps/benchmark-src/src/json_reporter.cc +320 -0
  380. package/build/_deps/benchmark-src/src/log.h +88 -0
  381. package/build/_deps/benchmark-src/src/mutex.h +155 -0
  382. package/build/_deps/benchmark-src/src/perf_counters.cc +282 -0
  383. package/build/_deps/benchmark-src/src/perf_counters.h +200 -0
  384. package/build/_deps/benchmark-src/src/re.h +158 -0
  385. package/build/_deps/benchmark-src/src/reporter.cc +118 -0
  386. package/build/_deps/benchmark-src/src/statistics.cc +209 -0
  387. package/build/_deps/benchmark-src/src/statistics.h +44 -0
  388. package/build/_deps/benchmark-src/src/string_util.cc +254 -0
  389. package/build/_deps/benchmark-src/src/string_util.h +70 -0
  390. package/build/_deps/benchmark-src/src/sysinfo.cc +855 -0
  391. package/build/_deps/benchmark-src/src/thread_manager.h +63 -0
  392. package/build/_deps/benchmark-src/src/thread_timer.h +86 -0
  393. package/build/_deps/benchmark-src/src/timers.cc +272 -0
  394. package/build/_deps/benchmark-src/src/timers.h +48 -0
  395. package/build/_deps/benchmark-src/test/AssemblyTests.cmake +67 -0
  396. package/build/_deps/benchmark-src/test/BUILD +127 -0
  397. package/build/_deps/benchmark-src/test/CMakeLists.txt +309 -0
  398. package/build/_deps/benchmark-src/test/args_product_test.cc +77 -0
  399. package/build/_deps/benchmark-src/test/basic_test.cc +180 -0
  400. package/build/_deps/benchmark-src/test/benchmark_gtest.cc +169 -0
  401. package/build/_deps/benchmark-src/test/benchmark_min_time_flag_iters_test.cc +66 -0
  402. package/build/_deps/benchmark-src/test/benchmark_min_time_flag_time_test.cc +90 -0
  403. package/build/_deps/benchmark-src/test/benchmark_name_gtest.cc +82 -0
  404. package/build/_deps/benchmark-src/test/benchmark_random_interleaving_gtest.cc +126 -0
  405. package/build/_deps/benchmark-src/test/benchmark_setup_teardown_test.cc +157 -0
  406. package/build/_deps/benchmark-src/test/benchmark_test.cc +274 -0
  407. package/build/_deps/benchmark-src/test/clobber_memory_assembly_test.cc +64 -0
  408. package/build/_deps/benchmark-src/test/commandlineflags_gtest.cc +228 -0
  409. package/build/_deps/benchmark-src/test/complexity_test.cc +228 -0
  410. package/build/_deps/benchmark-src/test/cxx03_test.cc +62 -0
  411. package/build/_deps/benchmark-src/test/diagnostics_test.cc +91 -0
  412. package/build/_deps/benchmark-src/test/display_aggregates_only_test.cc +45 -0
  413. package/build/_deps/benchmark-src/test/donotoptimize_assembly_test.cc +201 -0
  414. package/build/_deps/benchmark-src/test/donotoptimize_test.cc +69 -0
  415. package/build/_deps/benchmark-src/test/filter_test.cc +117 -0
  416. package/build/_deps/benchmark-src/test/fixture_test.cc +51 -0
  417. package/build/_deps/benchmark-src/test/internal_threading_test.cc +185 -0
  418. package/build/_deps/benchmark-src/test/link_main_test.cc +9 -0
  419. package/build/_deps/benchmark-src/test/map_test.cc +59 -0
  420. package/build/_deps/benchmark-src/test/memory_manager_test.cc +47 -0
  421. package/build/_deps/benchmark-src/test/min_time_parse_gtest.cc +30 -0
  422. package/build/_deps/benchmark-src/test/multiple_ranges_test.cc +96 -0
  423. package/build/_deps/benchmark-src/test/options_test.cc +77 -0
  424. package/build/_deps/benchmark-src/test/output_test.h +211 -0
  425. package/build/_deps/benchmark-src/test/output_test_helper.cc +519 -0
  426. package/build/_deps/benchmark-src/test/perf_counters_gtest.cc +307 -0
  427. package/build/_deps/benchmark-src/test/perf_counters_test.cc +92 -0
  428. package/build/_deps/benchmark-src/test/register_benchmark_test.cc +196 -0
  429. package/build/_deps/benchmark-src/test/repetitions_test.cc +214 -0
  430. package/build/_deps/benchmark-src/test/report_aggregates_only_test.cc +41 -0
  431. package/build/_deps/benchmark-src/test/reporter_output_test.cc +1130 -0
  432. package/build/_deps/benchmark-src/test/skip_with_error_test.cc +199 -0
  433. package/build/_deps/benchmark-src/test/spec_arg_test.cc +105 -0
  434. package/build/_deps/benchmark-src/test/spec_arg_verbosity_test.cc +43 -0
  435. package/build/_deps/benchmark-src/test/state_assembly_test.cc +68 -0
  436. package/build/_deps/benchmark-src/test/statistics_gtest.cc +35 -0
  437. package/build/_deps/benchmark-src/test/string_util_gtest.cc +199 -0
  438. package/build/_deps/benchmark-src/test/templated_fixture_test.cc +28 -0
  439. package/build/_deps/benchmark-src/test/time_unit_gtest.cc +37 -0
  440. package/build/_deps/benchmark-src/test/user_counters_tabular_test.cc +558 -0
  441. package/build/_deps/benchmark-src/test/user_counters_test.cc +561 -0
  442. package/build/_deps/benchmark-src/test/user_counters_thousands_test.cc +186 -0
  443. package/build/_deps/benchmark-src/tools/BUILD.bazel +19 -0
  444. package/build/_deps/benchmark-src/tools/compare.py +432 -0
  445. package/build/_deps/benchmark-src/tools/gbench/Inputs/test1_run1.json +127 -0
  446. package/build/_deps/benchmark-src/tools/gbench/Inputs/test1_run2.json +127 -0
  447. package/build/_deps/benchmark-src/tools/gbench/Inputs/test2_run.json +81 -0
  448. package/build/_deps/benchmark-src/tools/gbench/Inputs/test3_run0.json +65 -0
  449. package/build/_deps/benchmark-src/tools/gbench/Inputs/test3_run1.json +65 -0
  450. package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run.json +96 -0
  451. package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run0.json +21 -0
  452. package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run1.json +21 -0
  453. package/build/_deps/benchmark-src/tools/gbench/__init__.py +8 -0
  454. package/build/_deps/benchmark-src/tools/gbench/report.py +1201 -0
  455. package/build/_deps/benchmark-src/tools/gbench/util.py +203 -0
  456. package/build/_deps/benchmark-src/tools/libpfm.BUILD.bazel +22 -0
  457. package/build/_deps/benchmark-src/tools/requirements.txt +2 -0
  458. package/build/_deps/benchmark-src/tools/strip_asm.py +151 -0
  459. package/build/_deps/benchmark-subbuild/CMakeCache.txt +133 -0
  460. package/build/_deps/benchmark-subbuild/CMakeFiles/4.0.3/CMakeSystem.cmake +15 -0
  461. package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeConfigureLog.yaml +11 -0
  462. package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  463. package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeRuleHashes.txt +11 -0
  464. package/build/_deps/benchmark-subbuild/CMakeFiles/InstallScripts.json +7 -0
  465. package/build/_deps/benchmark-subbuild/CMakeFiles/Makefile.cmake +52 -0
  466. package/build/_deps/benchmark-subbuild/CMakeFiles/Makefile2 +122 -0
  467. package/build/_deps/benchmark-subbuild/CMakeFiles/TargetDirectories.txt +3 -0
  468. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/DependInfo.cmake +22 -0
  469. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/Labels.json +46 -0
  470. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/Labels.txt +14 -0
  471. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/build.make +162 -0
  472. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/cmake_clean.cmake +17 -0
  473. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/compiler_depend.make +2 -0
  474. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/compiler_depend.ts +2 -0
  475. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/progress.make +10 -0
  476. package/build/_deps/benchmark-subbuild/CMakeFiles/cmake.check_cache +1 -0
  477. package/build/_deps/benchmark-subbuild/CMakeFiles/progress.marks +1 -0
  478. package/build/_deps/benchmark-subbuild/CMakeLists.txt +42 -0
  479. package/build/_deps/benchmark-subbuild/Makefile +162 -0
  480. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitclone-lastrun.txt +15 -0
  481. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitinfo.txt +15 -0
  482. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-patch-info.txt +6 -0
  483. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-update-info.txt +7 -0
  484. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-cfgcmd.txt +1 -0
  485. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitclone.cmake +87 -0
  486. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitupdate.cmake +317 -0
  487. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-mkdirs.cmake +27 -0
  488. package/build/_deps/benchmark-subbuild/cmake_install.cmake +56 -0
  489. package/build/bin/avl-rb-range-search-benchmark +0 -0
  490. package/build/bin/avl-tree-benchmark +0 -0
  491. package/build/bin/deque-benchmark +0 -0
  492. package/build/bin/doubly-linked-list-benchmark +0 -0
  493. package/build/bin/hash-map-benchmark +0 -0
  494. package/build/bin/heap-benchmark +0 -0
  495. package/build/bin/priority-queue-benchmark +0 -0
  496. package/build/bin/queue-benchmark +0 -0
  497. package/build/bin/red-black-tree-benchmark +0 -0
  498. package/build/bin/singly-linked-list-benchmark +0 -0
  499. package/build/bin/stack-benchmark +0 -0
  500. package/build/bin/tree-map-benchmark +0 -0
  501. package/build/bin/tree-multi-map-benchmark +0 -0
  502. package/build/bin/tree-multi-set-benchmark +0 -0
  503. package/build/bin/tree-set-benchmark +0 -0
  504. package/build/cmake_install.cmake +66 -0
  505. package/dist/cjs/index.cjs +1270 -1201
  506. package/dist/cjs/index.cjs.map +1 -1
  507. package/dist/cjs-legacy/index.cjs +1309 -1210
  508. package/dist/cjs-legacy/index.cjs.map +1 -1
  509. package/dist/esm/index.mjs +1268 -1196
  510. package/dist/esm/index.mjs.map +1 -1
  511. package/dist/esm-legacy/index.mjs +1307 -1205
  512. package/dist/esm-legacy/index.mjs.map +1 -1
  513. package/dist/types/data-structures/binary-tree/binary-tree.d.ts +3 -3
  514. package/dist/types/data-structures/binary-tree/index.d.ts +3 -3
  515. package/dist/types/data-structures/binary-tree/tree-map.d.ts +177 -0
  516. package/dist/types/data-structures/binary-tree/tree-multi-map.d.ts +230 -147
  517. package/dist/types/data-structures/binary-tree/tree-multi-set.d.ts +263 -0
  518. package/dist/types/data-structures/binary-tree/tree-set.d.ts +170 -0
  519. package/dist/types/interfaces/binary-tree.d.ts +1 -1
  520. package/dist/types/types/data-structures/binary-tree/index.d.ts +3 -3
  521. package/dist/types/types/data-structures/binary-tree/tree-map.d.ts +28 -0
  522. package/dist/types/types/data-structures/binary-tree/tree-multi-set.d.ts +11 -0
  523. package/dist/types/types/data-structures/binary-tree/tree-set.d.ts +28 -0
  524. package/dist/umd/data-structure-typed.js +1303 -1194
  525. package/dist/umd/data-structure-typed.js.map +1 -1
  526. package/dist/umd/data-structure-typed.min.js +10 -3
  527. package/dist/umd/data-structure-typed.min.js.map +1 -1
  528. package/eslint.config.mjs +5 -1
  529. package/package.json +4 -3
  530. package/src/data-structures/binary-tree/avl-tree.ts +1 -1
  531. package/src/data-structures/binary-tree/binary-tree.ts +40 -16
  532. package/src/data-structures/binary-tree/bst.ts +6 -6
  533. package/src/data-structures/binary-tree/index.ts +3 -3
  534. package/src/data-structures/binary-tree/red-black-tree.ts +34 -52
  535. package/src/data-structures/binary-tree/tree-map.ts +417 -0
  536. package/src/data-structures/binary-tree/tree-multi-map.ts +467 -325
  537. package/src/data-structures/binary-tree/tree-multi-set.ts +491 -0
  538. package/src/data-structures/binary-tree/tree-set.ts +394 -0
  539. package/src/interfaces/binary-tree.ts +1 -1
  540. package/src/types/data-structures/binary-tree/index.ts +3 -3
  541. package/src/types/data-structures/binary-tree/tree-map.ts +39 -0
  542. package/src/types/data-structures/binary-tree/tree-multi-set.ts +13 -0
  543. package/src/types/data-structures/binary-tree/tree-set.ts +33 -0
  544. package/test/config.ts +2 -2
  545. package/test/performance/benchmark-runner-enhanced.mjs +818 -0
  546. package/test/performance/cmake-benchmark-runner.mjs +234 -0
  547. package/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp +112 -0
  548. package/test/performance/data-structures/binary-tree/avl-rb-range-search.test.mjs +51 -0
  549. package/test/performance/data-structures/binary-tree/avl-tree.test.cpp +181 -0
  550. package/test/performance/data-structures/binary-tree/avl-tree.test.mjs +138 -0
  551. package/test/performance/data-structures/binary-tree/binary-tree-overall.test.mjs +85 -0
  552. package/test/performance/data-structures/binary-tree/binary-tree.test.mjs +100 -0
  553. package/test/performance/data-structures/binary-tree/bst.test.mjs +61 -0
  554. package/test/performance/data-structures/binary-tree/red-black-tree-cjs.test.mjs +259 -0
  555. package/test/performance/data-structures/binary-tree/red-black-tree.test.cpp +213 -0
  556. package/test/performance/data-structures/binary-tree/red-black-tree.test.mjs +275 -0
  557. package/test/performance/data-structures/binary-tree/tree-map.test.cpp +129 -0
  558. package/test/performance/data-structures/binary-tree/tree-map.test.mjs +171 -0
  559. package/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp +205 -0
  560. package/test/performance/data-structures/binary-tree/tree-multi-map.test.mjs +106 -0
  561. package/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp +217 -0
  562. package/test/performance/data-structures/binary-tree/tree-multi-set.test.mjs +91 -0
  563. package/test/performance/data-structures/binary-tree/tree-set.test.cpp +127 -0
  564. package/test/performance/data-structures/binary-tree/tree-set.test.mjs +174 -0
  565. package/test/performance/data-structures/comparison/{comparison.test.ts → comparison.test.mjs} +17 -17
  566. package/test/performance/data-structures/graph/{directed-graph.test.ts → directed-graph.test.mjs} +4 -4
  567. package/test/performance/data-structures/hash/hash-map.test.cpp +183 -0
  568. package/test/performance/data-structures/hash/hash-map.test.mjs +187 -0
  569. package/test/performance/data-structures/heap/heap.test.cpp +61 -0
  570. package/test/performance/data-structures/heap/heap.test.mjs +31 -0
  571. package/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp +84 -0
  572. package/test/performance/data-structures/linked-list/doubly-linked-list.test.mjs +125 -0
  573. package/test/performance/data-structures/linked-list/singly-linked-list.test.cpp +77 -0
  574. package/test/performance/data-structures/linked-list/singly-linked-list.test.mjs +84 -0
  575. package/test/performance/data-structures/priority-queue/max-priority-queue.test.mjs +40 -0
  576. package/test/performance/data-structures/priority-queue/priority-queue.test.cpp +59 -0
  577. package/test/performance/data-structures/priority-queue/priority-queue.test.mjs +64 -0
  578. package/test/performance/data-structures/queue/deque.test.cpp +119 -0
  579. package/test/performance/data-structures/queue/deque.test.mjs +144 -0
  580. package/test/performance/data-structures/queue/queue.test.cpp +59 -0
  581. package/test/performance/data-structures/queue/queue.test.mjs +77 -0
  582. package/test/performance/data-structures/stack/stack.test.cpp +40 -0
  583. package/test/performance/data-structures/stack/stack.test.mjs +69 -0
  584. package/test/performance/data-structures/trie/trie.test.mjs +43 -0
  585. package/test/performance/reportor-enhanced.mjs +871 -0
  586. package/test/performance/runner-config.json +33 -21
  587. package/test/unit/data-structures/base/iterable-element-base.more-branches.coverage.test.ts +6 -6
  588. package/test/unit/data-structures/base/linear-base.array.coverage.test.ts +5 -5
  589. package/test/unit/data-structures/base/linear-base.concat-else.coverage.test.ts +10 -10
  590. package/test/unit/data-structures/base/linear-base.more-branches.coverage.test.ts +7 -10
  591. package/test/unit/data-structures/binary-tree/avl-tree.test.ts +5 -5
  592. package/test/unit/data-structures/binary-tree/binary-tree.remaining-branches.coverage.test.ts +7 -4
  593. package/test/unit/data-structures/binary-tree/binary-tree.test.ts +7 -7
  594. package/test/unit/data-structures/binary-tree/bst.more-branches-3.coverage.test.ts +1 -1
  595. package/test/unit/data-structures/binary-tree/bst.test.ts +4 -4
  596. package/test/unit/data-structures/binary-tree/overall.test.ts +18 -31
  597. package/test/unit/data-structures/binary-tree/red-black-tree.boundary-max-update.coverage.test.ts +1 -1
  598. package/test/unit/data-structures/binary-tree/red-black-tree.cache-stale-insert.coverage.test.ts +2 -2
  599. package/test/unit/data-structures/binary-tree/red-black-tree.hint-mapmode-defined.coverage.test.ts +4 -4
  600. package/test/unit/data-structures/binary-tree/red-black-tree.hint-mapmode-undefined.coverage.test.ts +5 -5
  601. package/test/unit/data-structures/binary-tree/red-black-tree.hint-more.coverage.test.ts +3 -3
  602. package/test/unit/data-structures/binary-tree/red-black-tree.remaining-branches.coverage.test.ts +2 -2
  603. package/test/unit/data-structures/binary-tree/red-black-tree.set-inputs.coverage.test.ts +1 -1
  604. package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-parent-cache.coverage.test.ts +1 -1
  605. package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-remaining.coverage.test.ts +4 -4
  606. package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-uncovered.coverage.test.ts +1 -1
  607. package/test/unit/data-structures/binary-tree/red-black-tree.test.ts +2 -2
  608. package/test/unit/data-structures/binary-tree/red-black-tree.update-branches.coverage.test.ts +4 -4
  609. package/test/unit/data-structures/binary-tree/tree-map.test.ts +270 -0
  610. package/test/unit/data-structures/binary-tree/tree-multi-map.coverage.test.ts +144 -3
  611. package/test/unit/data-structures/binary-tree/{tree-multi-map.test.ts → tree-multi-map.legacy.test.ts.skip} +16 -16
  612. package/test/unit/data-structures/binary-tree/tree-multi-map.rfc.test.ts +99 -0
  613. package/test/unit/data-structures/binary-tree/tree-multi-map.simplified.test.ts +482 -0
  614. package/test/unit/data-structures/binary-tree/tree-multi-set.test.ts +545 -0
  615. package/test/unit/data-structures/binary-tree/tree-set.test.ts +187 -0
  616. package/test/unit/unrestricted-interconversion.test.ts +12 -10
  617. package/test/utils/patch.ts +3 -3
  618. package/test/utils/perf.mjs +34 -0
  619. package/dist/types/data-structures/binary-tree/avl-tree-counter.d.ts +0 -236
  620. package/dist/types/data-structures/binary-tree/avl-tree-multi-map.d.ts +0 -197
  621. package/dist/types/data-structures/binary-tree/tree-counter.d.ts +0 -243
  622. package/dist/types/types/data-structures/binary-tree/avl-tree-counter.d.ts +0 -2
  623. package/dist/types/types/data-structures/binary-tree/avl-tree-multi-map.d.ts +0 -2
  624. package/dist/types/types/data-structures/binary-tree/tree-counter.d.ts +0 -2
  625. package/src/data-structures/binary-tree/avl-tree-counter.ts +0 -539
  626. package/src/data-structures/binary-tree/avl-tree-multi-map.ts +0 -438
  627. package/src/data-structures/binary-tree/tree-counter.ts +0 -587
  628. package/src/types/data-structures/binary-tree/avl-tree-counter.ts +0 -3
  629. package/src/types/data-structures/binary-tree/avl-tree-multi-map.ts +0 -3
  630. package/src/types/data-structures/binary-tree/tree-counter.ts +0 -3
  631. package/test/performance/benchmark-runner.ts +0 -531
  632. package/test/performance/data-structures/binary-tree/avl-tree.test.ts +0 -40
  633. package/test/performance/data-structures/binary-tree/binary-tree-overall.test.ts +0 -37
  634. package/test/performance/data-structures/binary-tree/binary-tree.test.ts +0 -40
  635. package/test/performance/data-structures/binary-tree/bst.test.ts +0 -28
  636. package/test/performance/data-structures/binary-tree/red-black-tree.test.ts +0 -60
  637. package/test/performance/data-structures/hash/hash-map.test.ts +0 -99
  638. package/test/performance/data-structures/heap/heap.test.ts +0 -26
  639. package/test/performance/data-structures/heap/min-heap.test.ts +0 -0
  640. package/test/performance/data-structures/linked-list/doubly-linked-list.test.ts +0 -59
  641. package/test/performance/data-structures/linked-list/linked-list.test.ts +0 -0
  642. package/test/performance/data-structures/linked-list/singly-linked-list.test.ts +0 -35
  643. package/test/performance/data-structures/linked-list/skip-linked-list.test.ts +0 -0
  644. package/test/performance/data-structures/linked-list/skip-list.test.ts +0 -0
  645. package/test/performance/data-structures/matrix/matrix.test.ts +0 -0
  646. package/test/performance/data-structures/matrix/navigator.test.ts +0 -0
  647. package/test/performance/data-structures/priority-queue/max-priority-queue.test.ts +0 -17
  648. package/test/performance/data-structures/priority-queue/min-priority-queue.test.ts +0 -0
  649. package/test/performance/data-structures/priority-queue/priority-queue.test.ts +0 -34
  650. package/test/performance/data-structures/queue/deque.test.ts +0 -59
  651. package/test/performance/data-structures/queue/queue.test.ts +0 -35
  652. package/test/performance/data-structures/stack/stack.test.ts +0 -37
  653. package/test/performance/data-structures/trie/trie.test.ts +0 -18
  654. package/test/performance/reportor.ts +0 -279
  655. package/test/performance/single-suite-runner.ts +0 -72
  656. package/test/performance/types/index.ts +0 -1
  657. package/test/performance/types/reportor.ts +0 -7
  658. package/test/unit/data-structures/binary-tree/avl-tree-counter.more-branches-3.coverage.test.ts +0 -146
  659. package/test/unit/data-structures/binary-tree/avl-tree-counter.more-branches.coverage.test.ts +0 -93
  660. package/test/unit/data-structures/binary-tree/avl-tree-counter.test.ts +0 -878
  661. package/test/unit/data-structures/binary-tree/avl-tree-multi-map.coverage.test.ts +0 -108
  662. package/test/unit/data-structures/binary-tree/avl-tree-multi-map.more-branches-2.coverage.test.ts +0 -85
  663. package/test/unit/data-structures/binary-tree/avl-tree-multi-map.test.ts +0 -740
  664. package/test/unit/data-structures/binary-tree/tree-counter.coverage.test.ts +0 -115
  665. package/test/unit/data-structures/binary-tree/tree-counter.more-branches.coverage.test.ts +0 -244
  666. package/test/unit/data-structures/binary-tree/tree-counter.test.ts +0 -979
  667. /package/{test/performance/data-structures/binary-tree/binary-index-tree.test.ts → build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate-complete} +0 -0
  668. /package/{test/performance/data-structures/binary-tree/segment-tree.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-build} +0 -0
  669. /package/{test/performance/data-structures/binary-tree/tree-multimap.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-configure} +0 -0
  670. /package/{test/performance/data-structures/graph/abstract-graph.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-done} +0 -0
  671. /package/{test/performance/data-structures/graph/map-graph.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-download} +0 -0
  672. /package/{test/performance/data-structures/graph/overall.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-install} +0 -0
  673. /package/{test/performance/data-structures/graph/undirected-graph.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-mkdir} +0 -0
  674. /package/{test/performance/data-structures/hash/hash-table.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-patch} +0 -0
  675. /package/{test/performance/data-structures/heap/max-heap.test.ts → build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-test} +0 -0
  676. /package/test/unit/data-structures/binary-tree/{tree-multi-map.more-branches-2.coverage.test.ts → tree-multi-map.more-branches-2.coverage.test.ts.skip} +0 -0
@@ -0,0 +1,2146 @@
1
+
2
+ ---
3
+ events:
4
+ -
5
+ kind: "message-v1"
6
+ backtrace:
7
+ - "/usr/local/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)"
8
+ - "CMakeLists.txt:2 (project)"
9
+ message: |
10
+ The system is: Darwin - 24.6.0 - x86_64
11
+ -
12
+ kind: "message-v1"
13
+ backtrace:
14
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
15
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
16
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
17
+ - "CMakeLists.txt:2 (project)"
18
+ message: |
19
+ Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
20
+ Compiler: /usr/bin/c++
21
+ Build flags:
22
+ Id flags:
23
+
24
+ The output was:
25
+ 0
26
+
27
+
28
+ Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
29
+
30
+ The CXX compiler identification is AppleClang, found in:
31
+ /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out
32
+
33
+ -
34
+ kind: "message-v1"
35
+ backtrace:
36
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:290 (message)"
37
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
38
+ - "CMakeLists.txt:2 (project)"
39
+ message: |
40
+ Detecting CXX compiler apple sysroot: "/usr/bin/c++" "-E" "apple-sdk.cpp"
41
+ # 1 "apple-sdk.cpp"
42
+ # 1 "<built-in>" 1
43
+ # 1 "<built-in>" 3
44
+ # 481 "<built-in>" 3
45
+ # 1 "<command line>" 1
46
+ # 1 "<built-in>" 2
47
+ # 1 "apple-sdk.cpp" 2
48
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 1 3 4
49
+ # 89 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4
50
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
51
+ # 90 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
52
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/TargetConditionals.h" 1 3 4
53
+ # 91 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
54
+ # 207 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4
55
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 1 3 4
56
+ # 196 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 3 4
57
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
58
+ # 197 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
59
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4
60
+ # 33 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 3 4
61
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
62
+ # 34 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 2 3 4
63
+ # 198 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
64
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 1 3 4
65
+ # 34 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 3 4
66
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4
67
+ # 35 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 2 3 4
68
+ # 199 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
69
+ # 208 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
70
+ # 2 "apple-sdk.cpp" 2
71
+
72
+
73
+ Found apple sysroot: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
74
+ -
75
+ kind: "try_compile-v1"
76
+ backtrace:
77
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)"
78
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
79
+ - "CMakeLists.txt:2 (project)"
80
+ checks:
81
+ - "Detecting CXX compiler ABI info"
82
+ directories:
83
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pm3gs1"
84
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pm3gs1"
85
+ cmakeVariables:
86
+ CMAKE_CXX_FLAGS: ""
87
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
88
+ CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
89
+ CMAKE_EXE_LINKER_FLAGS: ""
90
+ CMAKE_OSX_ARCHITECTURES: ""
91
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
92
+ CMAKE_OSX_SYSROOT: ""
93
+ buildResult:
94
+ variable: "CMAKE_CXX_ABI_COMPILED"
95
+ cached: true
96
+ stdout: |
97
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pm3gs1'
98
+
99
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d37d3/fast
100
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d37d3.dir/build.make CMakeFiles/cmTC_d37d3.dir/build
101
+ Building CXX object CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o
102
+ /usr/bin/c++ -v -Wl,-v -MD -MT CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp
103
+ Apple clang version 17.0.0 (clang-1700.6.3.2)
104
+ Target: x86_64-apple-darwin24.6.0
105
+ Thread model: posix
106
+ InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
107
+ clang++: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
108
+ ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"
109
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx15.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=all -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=2 -target-sdk-version=26.2 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu penryn -tune-cpu generic -debugger-tuning=lldb -fdebug-compilation-dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pm3gs1 -target-linker-version 1230.1 -v -fcoverage-compilation-dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pm3gs1 -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -fdeprecated-macro -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp
110
+ clang -cc1 version 17.0.0 (clang-1700.6.3.2) default target x86_64-apple-darwin24.6.0
111
+ ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include"
112
+ ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks"
113
+ #include "..." search starts here:
114
+ #include <...> search starts here:
115
+ /usr/local/include
116
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1
117
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include
118
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
119
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
120
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)
121
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)
122
+ End of search list.
123
+ Linking CXX executable cmTC_d37d3
124
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d37d3.dir/link.txt --verbose=1
125
+ Apple clang version 17.0.0 (clang-1700.6.3.2)
126
+ Target: x86_64-apple-darwin24.6.0
127
+ Thread model: posix
128
+ InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
129
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 15.0.0 26.2 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_d37d3 -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a
130
+ @(#)PROGRAM:ld PROJECT:ld-1230.1
131
+ BUILD 06:35:00 Dec 2 2025
132
+ configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em armv8m.main armv8.1m.main
133
+ will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
134
+ LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29)
135
+ TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.3.8)
136
+ Library search paths:
137
+ /usr/local/lib
138
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
139
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift
140
+ Framework search paths:
141
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks
142
+ /usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_d37d3
143
+
144
+ exitCode: 0
145
+ -
146
+ kind: "message-v1"
147
+ backtrace:
148
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:122 (message)"
149
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
150
+ - "CMakeLists.txt:2 (project)"
151
+ message: |
152
+ Effective list of requested architectures (possibly empty) : ""
153
+ Effective list of architectures found in the ABI info binary: "x86_64"
154
+ -
155
+ kind: "message-v1"
156
+ backtrace:
157
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)"
158
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
159
+ - "CMakeLists.txt:2 (project)"
160
+ message: |
161
+ Parsed CXX implicit include dir info: rv=done
162
+ found start of include info
163
+ found start of implicit include info
164
+ add: [/usr/local/include]
165
+ add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1]
166
+ add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include]
167
+ add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include]
168
+ add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
169
+ end of search list found
170
+ collapse include dir [/usr/local/include] ==> [/usr/local/include]
171
+ collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1]
172
+ collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include]
173
+ collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include]
174
+ collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
175
+ implicit include dirs: [/usr/local/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
176
+
177
+
178
+ -
179
+ kind: "message-v1"
180
+ backtrace:
181
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)"
182
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
183
+ - "CMakeLists.txt:2 (project)"
184
+ message: |
185
+ Parsed CXX implicit link information:
186
+ link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
187
+ linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
188
+ ignore line: [Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pm3gs1']
189
+ ignore line: []
190
+ ignore line: [Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d37d3/fast]
191
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d37d3.dir/build.make CMakeFiles/cmTC_d37d3.dir/build]
192
+ ignore line: [Building CXX object CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o]
193
+ ignore line: [/usr/bin/c++ -v -Wl -v -MD -MT CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
194
+ ignore line: [Apple clang version 17.0.0 (clang-1700.6.3.2)]
195
+ ignore line: [Target: x86_64-apple-darwin24.6.0]
196
+ ignore line: [Thread model: posix]
197
+ ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
198
+ ignore line: [clang++: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
199
+ ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"]
200
+ ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx15.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=all -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=2 -target-sdk-version=26.2 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu penryn -tune-cpu generic -debugger-tuning=lldb -fdebug-compilation-dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pm3gs1 -target-linker-version 1230.1 -v -fcoverage-compilation-dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pm3gs1 -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -fdeprecated-macro -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
201
+ ignore line: [clang -cc1 version 17.0.0 (clang-1700.6.3.2) default target x86_64-apple-darwin24.6.0]
202
+ ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include"]
203
+ ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks"]
204
+ ignore line: [#include "..." search starts here:]
205
+ ignore line: [#include <...> search starts here:]
206
+ ignore line: [ /usr/local/include]
207
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1]
208
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include]
209
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include]
210
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
211
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)]
212
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)]
213
+ ignore line: [End of search list.]
214
+ ignore line: [Linking CXX executable cmTC_d37d3]
215
+ ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d37d3.dir/link.txt --verbose=1]
216
+ ignore line: [Apple clang version 17.0.0 (clang-1700.6.3.2)]
217
+ ignore line: [Target: x86_64-apple-darwin24.6.0]
218
+ ignore line: [Thread model: posix]
219
+ ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
220
+ link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 15.0.0 26.2 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_d37d3 -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
221
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
222
+ arg [-demangle] ==> ignore
223
+ arg [-lto_library] ==> ignore, skip following value
224
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
225
+ arg [-dynamic] ==> ignore
226
+ arg [-arch] ==> ignore
227
+ arg [x86_64] ==> ignore
228
+ arg [-platform_version] ==> ignore
229
+ arg [macos] ==> ignore
230
+ arg [15.0.0] ==> ignore
231
+ arg [26.2] ==> ignore
232
+ arg [-syslibroot] ==> ignore
233
+ arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk] ==> ignore
234
+ arg [-mllvm] ==> ignore
235
+ arg [-enable-linkonceodr-outlining] ==> ignore
236
+ arg [-o] ==> ignore
237
+ arg [cmTC_d37d3] ==> ignore
238
+ arg [-L/usr/local/lib] ==> dir [/usr/local/lib]
239
+ arg [-search_paths_first] ==> ignore
240
+ arg [-headerpad_max_install_names] ==> ignore
241
+ arg [-v] ==> ignore
242
+ arg [CMakeFiles/cmTC_d37d3.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
243
+ arg [-lc++] ==> lib [c++]
244
+ arg [-lSystem] ==> lib [System]
245
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
246
+ linker tool for 'CXX': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
247
+ Library search paths: [;/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift]
248
+ Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks]
249
+ remove lib [System]
250
+ remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
251
+ collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
252
+ collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
253
+ collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib]
254
+ collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift]
255
+ collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks]
256
+ implicit libs: [c++]
257
+ implicit objs: []
258
+ implicit dirs: [/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift]
259
+ implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks]
260
+
261
+
262
+ -
263
+ kind: "message-v1"
264
+ backtrace:
265
+ - "/usr/local/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)"
266
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)"
267
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
268
+ - "CMakeLists.txt:2 (project)"
269
+ message: |
270
+ Running the CXX compiler's linker: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" "-v"
271
+ @(#)PROGRAM:ld PROJECT:ld-1230.1
272
+ BUILD 06:35:00 Dec 2 2025
273
+ configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em armv8m.main armv8.1m.main
274
+ will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
275
+ LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29)
276
+ TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.3.8)
277
+ -
278
+ kind: "try_compile-v1"
279
+ backtrace:
280
+ - "/usr/local/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)"
281
+ - "build/_deps/benchmark-src/CMakeLists.txt:125 (check_library_exists)"
282
+ checks:
283
+ - "Looking for shm_open in rt"
284
+ directories:
285
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-8sai2G"
286
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-8sai2G"
287
+ cmakeVariables:
288
+ CMAKE_CXX_FLAGS: ""
289
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
290
+ CMAKE_EXE_LINKER_FLAGS: ""
291
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
292
+ CMAKE_OSX_ARCHITECTURES: ""
293
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
294
+ CMAKE_OSX_SYSROOT: ""
295
+ buildResult:
296
+ variable: "HAVE_LIB_RT"
297
+ cached: true
298
+ stdout: |
299
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-8sai2G'
300
+
301
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_197ed/fast
302
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_197ed.dir/build.make CMakeFiles/cmTC_197ed.dir/build
303
+ Building CXX object CMakeFiles/cmTC_197ed.dir/CheckFunctionExists.cxx.o
304
+ /usr/bin/c++ -DCHECK_FUNCTION_EXISTS=shm_open -std=c++17 -MD -MT CMakeFiles/cmTC_197ed.dir/CheckFunctionExists.cxx.o -MF CMakeFiles/cmTC_197ed.dir/CheckFunctionExists.cxx.o.d -o CMakeFiles/cmTC_197ed.dir/CheckFunctionExists.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-8sai2G/CheckFunctionExists.cxx
305
+ Linking CXX executable cmTC_197ed
306
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_197ed.dir/link.txt --verbose=1
307
+ ld: library 'rt' not found
308
+ clang++: error: linker command failed with exit code 1 (use -v to see invocation)
309
+ /usr/bin/c++ -DCHECK_FUNCTION_EXISTS=shm_open -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_197ed.dir/CheckFunctionExists.cxx.o -o cmTC_197ed -lrt
310
+ make[1]: *** [cmTC_197ed] Error 1
311
+ make: *** [cmTC_197ed/fast] Error 2
312
+
313
+ exitCode: 2
314
+ -
315
+ kind: "try_compile-v1"
316
+ backtrace:
317
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
318
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
319
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
320
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
321
+ - "build/_deps/benchmark-src/CMakeLists.txt:174 (add_cxx_compiler_flag)"
322
+ checks:
323
+ - "Performing Test HAVE_CXX_FLAG_WALL"
324
+ directories:
325
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-jLsvxb"
326
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-jLsvxb"
327
+ cmakeVariables:
328
+ CMAKE_CXX_FLAGS: ""
329
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
330
+ CMAKE_EXE_LINKER_FLAGS: ""
331
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
332
+ CMAKE_OSX_ARCHITECTURES: ""
333
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
334
+ CMAKE_OSX_SYSROOT: ""
335
+ buildResult:
336
+ variable: "HAVE_CXX_FLAG_WALL"
337
+ cached: true
338
+ stdout: |
339
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-jLsvxb'
340
+
341
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_00ff9/fast
342
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_00ff9.dir/build.make CMakeFiles/cmTC_00ff9.dir/build
343
+ Building CXX object CMakeFiles/cmTC_00ff9.dir/src.cxx.o
344
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WALL -Wall -std=c++11 -Wall -MD -MT CMakeFiles/cmTC_00ff9.dir/src.cxx.o -MF CMakeFiles/cmTC_00ff9.dir/src.cxx.o.d -o CMakeFiles/cmTC_00ff9.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-jLsvxb/src.cxx
345
+ Linking CXX executable cmTC_00ff9
346
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_00ff9.dir/link.txt --verbose=1
347
+ /usr/bin/c++ -Wall -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00ff9.dir/src.cxx.o -o cmTC_00ff9
348
+
349
+ exitCode: 0
350
+ -
351
+ kind: "try_compile-v1"
352
+ backtrace:
353
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
354
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
355
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
356
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
357
+ - "build/_deps/benchmark-src/CMakeLists.txt:175 (add_cxx_compiler_flag)"
358
+ checks:
359
+ - "Performing Test HAVE_CXX_FLAG_WEXTRA"
360
+ directories:
361
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Eai1pc"
362
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Eai1pc"
363
+ cmakeVariables:
364
+ CMAKE_CXX_FLAGS: " -Wall"
365
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
366
+ CMAKE_EXE_LINKER_FLAGS: ""
367
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
368
+ CMAKE_OSX_ARCHITECTURES: ""
369
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
370
+ CMAKE_OSX_SYSROOT: ""
371
+ buildResult:
372
+ variable: "HAVE_CXX_FLAG_WEXTRA"
373
+ cached: true
374
+ stdout: |
375
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Eai1pc'
376
+
377
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f9410/fast
378
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f9410.dir/build.make CMakeFiles/cmTC_f9410.dir/build
379
+ Building CXX object CMakeFiles/cmTC_f9410.dir/src.cxx.o
380
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WEXTRA -Wall -Wextra -std=c++11 -Wextra -MD -MT CMakeFiles/cmTC_f9410.dir/src.cxx.o -MF CMakeFiles/cmTC_f9410.dir/src.cxx.o.d -o CMakeFiles/cmTC_f9410.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Eai1pc/src.cxx
381
+ Linking CXX executable cmTC_f9410
382
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f9410.dir/link.txt --verbose=1
383
+ /usr/bin/c++ -Wall -Wextra -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f9410.dir/src.cxx.o -o cmTC_f9410
384
+
385
+ exitCode: 0
386
+ -
387
+ kind: "try_compile-v1"
388
+ backtrace:
389
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
390
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
391
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
392
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
393
+ - "build/_deps/benchmark-src/CMakeLists.txt:176 (add_cxx_compiler_flag)"
394
+ checks:
395
+ - "Performing Test HAVE_CXX_FLAG_WSHADOW"
396
+ directories:
397
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-MErRyo"
398
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-MErRyo"
399
+ cmakeVariables:
400
+ CMAKE_CXX_FLAGS: " -Wall -Wextra"
401
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
402
+ CMAKE_EXE_LINKER_FLAGS: ""
403
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
404
+ CMAKE_OSX_ARCHITECTURES: ""
405
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
406
+ CMAKE_OSX_SYSROOT: ""
407
+ buildResult:
408
+ variable: "HAVE_CXX_FLAG_WSHADOW"
409
+ cached: true
410
+ stdout: |
411
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-MErRyo'
412
+
413
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_172ca/fast
414
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_172ca.dir/build.make CMakeFiles/cmTC_172ca.dir/build
415
+ Building CXX object CMakeFiles/cmTC_172ca.dir/src.cxx.o
416
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WSHADOW -Wall -Wextra -Wshadow -std=c++11 -Wshadow -MD -MT CMakeFiles/cmTC_172ca.dir/src.cxx.o -MF CMakeFiles/cmTC_172ca.dir/src.cxx.o.d -o CMakeFiles/cmTC_172ca.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-MErRyo/src.cxx
417
+ Linking CXX executable cmTC_172ca
418
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_172ca.dir/link.txt --verbose=1
419
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_172ca.dir/src.cxx.o -o cmTC_172ca
420
+
421
+ exitCode: 0
422
+ -
423
+ kind: "try_compile-v1"
424
+ backtrace:
425
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
426
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
427
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
428
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
429
+ - "build/_deps/benchmark-src/CMakeLists.txt:177 (add_cxx_compiler_flag)"
430
+ checks:
431
+ - "Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL"
432
+ directories:
433
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-XEGqSa"
434
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-XEGqSa"
435
+ cmakeVariables:
436
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow"
437
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
438
+ CMAKE_EXE_LINKER_FLAGS: ""
439
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
440
+ CMAKE_OSX_ARCHITECTURES: ""
441
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
442
+ CMAKE_OSX_SYSROOT: ""
443
+ buildResult:
444
+ variable: "HAVE_CXX_FLAG_WFLOAT_EQUAL"
445
+ cached: true
446
+ stdout: |
447
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-XEGqSa'
448
+
449
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_99923/fast
450
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_99923.dir/build.make CMakeFiles/cmTC_99923.dir/build
451
+ Building CXX object CMakeFiles/cmTC_99923.dir/src.cxx.o
452
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WFLOAT_EQUAL -Wall -Wextra -Wshadow -Wfloat-equal -std=c++11 -Wfloat-equal -MD -MT CMakeFiles/cmTC_99923.dir/src.cxx.o -MF CMakeFiles/cmTC_99923.dir/src.cxx.o.d -o CMakeFiles/cmTC_99923.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-XEGqSa/src.cxx
453
+ Linking CXX executable cmTC_99923
454
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99923.dir/link.txt --verbose=1
455
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99923.dir/src.cxx.o -o cmTC_99923
456
+
457
+ exitCode: 0
458
+ -
459
+ kind: "try_compile-v1"
460
+ backtrace:
461
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
462
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
463
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
464
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
465
+ - "build/_deps/benchmark-src/CMakeLists.txt:178 (add_cxx_compiler_flag)"
466
+ checks:
467
+ - "Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST"
468
+ directories:
469
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-H8o8I3"
470
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-H8o8I3"
471
+ cmakeVariables:
472
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal"
473
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
474
+ CMAKE_EXE_LINKER_FLAGS: ""
475
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
476
+ CMAKE_OSX_ARCHITECTURES: ""
477
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
478
+ CMAKE_OSX_SYSROOT: ""
479
+ buildResult:
480
+ variable: "HAVE_CXX_FLAG_WOLD_STYLE_CAST"
481
+ cached: true
482
+ stdout: |
483
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-H8o8I3'
484
+
485
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_99efe/fast
486
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_99efe.dir/build.make CMakeFiles/cmTC_99efe.dir/build
487
+ Building CXX object CMakeFiles/cmTC_99efe.dir/src.cxx.o
488
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WOLD_STYLE_CAST -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -std=c++11 -Wold-style-cast -MD -MT CMakeFiles/cmTC_99efe.dir/src.cxx.o -MF CMakeFiles/cmTC_99efe.dir/src.cxx.o.d -o CMakeFiles/cmTC_99efe.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-H8o8I3/src.cxx
489
+ Linking CXX executable cmTC_99efe
490
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99efe.dir/link.txt --verbose=1
491
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99efe.dir/src.cxx.o -o cmTC_99efe
492
+
493
+ exitCode: 0
494
+ -
495
+ kind: "try_compile-v1"
496
+ backtrace:
497
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
498
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
499
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
500
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
501
+ - "build/_deps/benchmark-src/CMakeLists.txt:180 (add_cxx_compiler_flag)"
502
+ checks:
503
+ - "Performing Test HAVE_CXX_FLAG_WERROR"
504
+ directories:
505
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-1Zobwc"
506
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-1Zobwc"
507
+ cmakeVariables:
508
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast"
509
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
510
+ CMAKE_EXE_LINKER_FLAGS: ""
511
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
512
+ CMAKE_OSX_ARCHITECTURES: ""
513
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
514
+ CMAKE_OSX_SYSROOT: ""
515
+ buildResult:
516
+ variable: "HAVE_CXX_FLAG_WERROR"
517
+ cached: true
518
+ stdout: |
519
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-1Zobwc'
520
+
521
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_10658/fast
522
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_10658.dir/build.make CMakeFiles/cmTC_10658.dir/build
523
+ Building CXX object CMakeFiles/cmTC_10658.dir/src.cxx.o
524
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WERROR -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -std=c++11 -Werror -MD -MT CMakeFiles/cmTC_10658.dir/src.cxx.o -MF CMakeFiles/cmTC_10658.dir/src.cxx.o.d -o CMakeFiles/cmTC_10658.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-1Zobwc/src.cxx
525
+ Linking CXX executable cmTC_10658
526
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10658.dir/link.txt --verbose=1
527
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_10658.dir/src.cxx.o -o cmTC_10658
528
+
529
+ exitCode: 0
530
+ -
531
+ kind: "try_compile-v1"
532
+ backtrace:
533
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
534
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
535
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
536
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
537
+ - "build/_deps/benchmark-src/CMakeLists.txt:184 (add_cxx_compiler_flag)"
538
+ checks:
539
+ - "Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE"
540
+ directories:
541
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-2ixC25"
542
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-2ixC25"
543
+ cmakeVariables:
544
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror"
545
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
546
+ CMAKE_EXE_LINKER_FLAGS: ""
547
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
548
+ CMAKE_OSX_ARCHITECTURES: ""
549
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
550
+ CMAKE_OSX_SYSROOT: ""
551
+ buildResult:
552
+ variable: "HAVE_CXX_FLAG_WSUGGEST_OVERRIDE"
553
+ cached: true
554
+ stdout: |
555
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-2ixC25'
556
+
557
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_99b25/fast
558
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_99b25.dir/build.make CMakeFiles/cmTC_99b25.dir/build
559
+ Building CXX object CMakeFiles/cmTC_99b25.dir/src.cxx.o
560
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WSUGGEST_OVERRIDE -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -std=c++11 -Wsuggest-override -MD -MT CMakeFiles/cmTC_99b25.dir/src.cxx.o -MF CMakeFiles/cmTC_99b25.dir/src.cxx.o.d -o CMakeFiles/cmTC_99b25.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-2ixC25/src.cxx
561
+ Linking CXX executable cmTC_99b25
562
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99b25.dir/link.txt --verbose=1
563
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_99b25.dir/src.cxx.o -o cmTC_99b25
564
+
565
+ exitCode: 0
566
+ -
567
+ kind: "try_compile-v1"
568
+ backtrace:
569
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
570
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
571
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
572
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
573
+ - "build/_deps/benchmark-src/CMakeLists.txt:186 (add_cxx_compiler_flag)"
574
+ checks:
575
+ - "Performing Test HAVE_CXX_FLAG_PEDANTIC"
576
+ directories:
577
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-H2rKoy"
578
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-H2rKoy"
579
+ cmakeVariables:
580
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override"
581
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
582
+ CMAKE_EXE_LINKER_FLAGS: ""
583
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
584
+ CMAKE_OSX_ARCHITECTURES: ""
585
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
586
+ CMAKE_OSX_SYSROOT: ""
587
+ buildResult:
588
+ variable: "HAVE_CXX_FLAG_PEDANTIC"
589
+ cached: true
590
+ stdout: |
591
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-H2rKoy'
592
+
593
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7fc7b/fast
594
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_7fc7b.dir/build.make CMakeFiles/cmTC_7fc7b.dir/build
595
+ Building CXX object CMakeFiles/cmTC_7fc7b.dir/src.cxx.o
596
+ /usr/bin/c++ -DHAVE_CXX_FLAG_PEDANTIC -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -std=c++11 -pedantic -MD -MT CMakeFiles/cmTC_7fc7b.dir/src.cxx.o -MF CMakeFiles/cmTC_7fc7b.dir/src.cxx.o.d -o CMakeFiles/cmTC_7fc7b.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-H2rKoy/src.cxx
597
+ Linking CXX executable cmTC_7fc7b
598
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7fc7b.dir/link.txt --verbose=1
599
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7fc7b.dir/src.cxx.o -o cmTC_7fc7b
600
+
601
+ exitCode: 0
602
+ -
603
+ kind: "try_compile-v1"
604
+ backtrace:
605
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
606
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
607
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
608
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
609
+ - "build/_deps/benchmark-src/CMakeLists.txt:187 (add_cxx_compiler_flag)"
610
+ checks:
611
+ - "Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS"
612
+ directories:
613
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-ZsVLyQ"
614
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-ZsVLyQ"
615
+ cmakeVariables:
616
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic"
617
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
618
+ CMAKE_EXE_LINKER_FLAGS: ""
619
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
620
+ CMAKE_OSX_ARCHITECTURES: ""
621
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
622
+ CMAKE_OSX_SYSROOT: ""
623
+ buildResult:
624
+ variable: "HAVE_CXX_FLAG_PEDANTIC_ERRORS"
625
+ cached: true
626
+ stdout: |
627
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-ZsVLyQ'
628
+
629
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_52c81/fast
630
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_52c81.dir/build.make CMakeFiles/cmTC_52c81.dir/build
631
+ Building CXX object CMakeFiles/cmTC_52c81.dir/src.cxx.o
632
+ /usr/bin/c++ -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -std=c++11 -pedantic-errors -MD -MT CMakeFiles/cmTC_52c81.dir/src.cxx.o -MF CMakeFiles/cmTC_52c81.dir/src.cxx.o.d -o CMakeFiles/cmTC_52c81.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-ZsVLyQ/src.cxx
633
+ Linking CXX executable cmTC_52c81
634
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52c81.dir/link.txt --verbose=1
635
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_52c81.dir/src.cxx.o -o cmTC_52c81
636
+
637
+ exitCode: 0
638
+ -
639
+ kind: "try_compile-v1"
640
+ backtrace:
641
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
642
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
643
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
644
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
645
+ - "build/_deps/benchmark-src/CMakeLists.txt:188 (add_cxx_compiler_flag)"
646
+ checks:
647
+ - "Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32"
648
+ directories:
649
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pEU169"
650
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pEU169"
651
+ cmakeVariables:
652
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors"
653
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
654
+ CMAKE_EXE_LINKER_FLAGS: ""
655
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
656
+ CMAKE_OSX_ARCHITECTURES: ""
657
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
658
+ CMAKE_OSX_SYSROOT: ""
659
+ buildResult:
660
+ variable: "HAVE_CXX_FLAG_WSHORTEN_64_TO_32"
661
+ cached: true
662
+ stdout: |
663
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pEU169'
664
+
665
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1a10b/fast
666
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1a10b.dir/build.make CMakeFiles/cmTC_1a10b.dir/build
667
+ Building CXX object CMakeFiles/cmTC_1a10b.dir/src.cxx.o
668
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -std=c++11 -Wshorten-64-to-32 -MD -MT CMakeFiles/cmTC_1a10b.dir/src.cxx.o -MF CMakeFiles/cmTC_1a10b.dir/src.cxx.o.d -o CMakeFiles/cmTC_1a10b.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-pEU169/src.cxx
669
+ Linking CXX executable cmTC_1a10b
670
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1a10b.dir/link.txt --verbose=1
671
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1a10b.dir/src.cxx.o -o cmTC_1a10b
672
+
673
+ exitCode: 0
674
+ -
675
+ kind: "try_compile-v1"
676
+ backtrace:
677
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
678
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
679
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
680
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
681
+ - "build/_deps/benchmark-src/CMakeLists.txt:189 (add_cxx_compiler_flag)"
682
+ checks:
683
+ - "Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING"
684
+ directories:
685
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-plLb92"
686
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-plLb92"
687
+ cmakeVariables:
688
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32"
689
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
690
+ CMAKE_EXE_LINKER_FLAGS: ""
691
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
692
+ CMAKE_OSX_ARCHITECTURES: ""
693
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
694
+ CMAKE_OSX_SYSROOT: ""
695
+ buildResult:
696
+ variable: "HAVE_CXX_FLAG_FSTRICT_ALIASING"
697
+ cached: true
698
+ stdout: |
699
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-plLb92'
700
+
701
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bc303/fast
702
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bc303.dir/build.make CMakeFiles/cmTC_bc303.dir/build
703
+ Building CXX object CMakeFiles/cmTC_bc303.dir/src.cxx.o
704
+ /usr/bin/c++ -DHAVE_CXX_FLAG_FSTRICT_ALIASING -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -std=c++11 -fstrict-aliasing -MD -MT CMakeFiles/cmTC_bc303.dir/src.cxx.o -MF CMakeFiles/cmTC_bc303.dir/src.cxx.o.d -o CMakeFiles/cmTC_bc303.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-plLb92/src.cxx
705
+ Linking CXX executable cmTC_bc303
706
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc303.dir/link.txt --verbose=1
707
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bc303.dir/src.cxx.o -o cmTC_bc303
708
+
709
+ exitCode: 0
710
+ -
711
+ kind: "try_compile-v1"
712
+ backtrace:
713
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
714
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
715
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
716
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
717
+ - "build/_deps/benchmark-src/CMakeLists.txt:192 (add_cxx_compiler_flag)"
718
+ checks:
719
+ - "Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS"
720
+ directories:
721
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-vJDFyX"
722
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-vJDFyX"
723
+ cmakeVariables:
724
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing"
725
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
726
+ CMAKE_EXE_LINKER_FLAGS: ""
727
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
728
+ CMAKE_OSX_ARCHITECTURES: ""
729
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
730
+ CMAKE_OSX_SYSROOT: ""
731
+ buildResult:
732
+ variable: "HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS"
733
+ cached: true
734
+ stdout: |
735
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-vJDFyX'
736
+
737
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8be87/fast
738
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8be87.dir/build.make CMakeFiles/cmTC_8be87.dir/build
739
+ Building CXX object CMakeFiles/cmTC_8be87.dir/src.cxx.o
740
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -std=c++11 -Wno-deprecated-declarations -MD -MT CMakeFiles/cmTC_8be87.dir/src.cxx.o -MF CMakeFiles/cmTC_8be87.dir/src.cxx.o.d -o CMakeFiles/cmTC_8be87.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-vJDFyX/src.cxx
741
+ Linking CXX executable cmTC_8be87
742
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8be87.dir/link.txt --verbose=1
743
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8be87.dir/src.cxx.o -o cmTC_8be87
744
+
745
+ exitCode: 0
746
+ -
747
+ kind: "try_compile-v1"
748
+ backtrace:
749
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
750
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
751
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
752
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
753
+ - "build/_deps/benchmark-src/CMakeLists.txt:202 (add_cxx_compiler_flag)"
754
+ checks:
755
+ - "Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED"
756
+ directories:
757
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-De7YVk"
758
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-De7YVk"
759
+ cmakeVariables:
760
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations"
761
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
762
+ CMAKE_EXE_LINKER_FLAGS: ""
763
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
764
+ CMAKE_OSX_ARCHITECTURES: ""
765
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
766
+ CMAKE_OSX_SYSROOT: ""
767
+ buildResult:
768
+ variable: "HAVE_CXX_FLAG_WNO_DEPRECATED"
769
+ cached: true
770
+ stdout: |
771
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-De7YVk'
772
+
773
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8b1d7/fast
774
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8b1d7.dir/build.make CMakeFiles/cmTC_8b1d7.dir/build
775
+ Building CXX object CMakeFiles/cmTC_8b1d7.dir/src.cxx.o
776
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WNO_DEPRECATED -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -std=c++11 -Wno-deprecated -MD -MT CMakeFiles/cmTC_8b1d7.dir/src.cxx.o -MF CMakeFiles/cmTC_8b1d7.dir/src.cxx.o.d -o CMakeFiles/cmTC_8b1d7.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-De7YVk/src.cxx
777
+ Linking CXX executable cmTC_8b1d7
778
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8b1d7.dir/link.txt --verbose=1
779
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b1d7.dir/src.cxx.o -o cmTC_8b1d7
780
+
781
+ exitCode: 0
782
+ -
783
+ kind: "try_compile-v1"
784
+ backtrace:
785
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
786
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
787
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
788
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
789
+ - "build/_deps/benchmark-src/CMakeLists.txt:210 (add_cxx_compiler_flag)"
790
+ checks:
791
+ - "Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING"
792
+ directories:
793
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-EAV3lN"
794
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-EAV3lN"
795
+ cmakeVariables:
796
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated"
797
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
798
+ CMAKE_EXE_LINKER_FLAGS: ""
799
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
800
+ CMAKE_OSX_ARCHITECTURES: ""
801
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
802
+ CMAKE_OSX_SYSROOT: ""
803
+ buildResult:
804
+ variable: "HAVE_CXX_FLAG_WSTRICT_ALIASING"
805
+ cached: true
806
+ stdout: |
807
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-EAV3lN'
808
+
809
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8e11c/fast
810
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8e11c.dir/build.make CMakeFiles/cmTC_8e11c.dir/build
811
+ Building CXX object CMakeFiles/cmTC_8e11c.dir/src.cxx.o
812
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WSTRICT_ALIASING -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -std=c++11 -Wstrict-aliasing -MD -MT CMakeFiles/cmTC_8e11c.dir/src.cxx.o -MF CMakeFiles/cmTC_8e11c.dir/src.cxx.o.d -o CMakeFiles/cmTC_8e11c.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-EAV3lN/src.cxx
813
+ Linking CXX executable cmTC_8e11c
814
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e11c.dir/link.txt --verbose=1
815
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8e11c.dir/src.cxx.o -o cmTC_8e11c
816
+
817
+ exitCode: 0
818
+ -
819
+ kind: "try_compile-v1"
820
+ backtrace:
821
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
822
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
823
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
824
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
825
+ - "build/_deps/benchmark-src/CMakeLists.txt:215 (add_cxx_compiler_flag)"
826
+ checks:
827
+ - "Performing Test HAVE_CXX_FLAG_WD654"
828
+ directories:
829
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-lln3bV"
830
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-lln3bV"
831
+ cmakeVariables:
832
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing"
833
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
834
+ CMAKE_EXE_LINKER_FLAGS: ""
835
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
836
+ CMAKE_OSX_ARCHITECTURES: ""
837
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
838
+ CMAKE_OSX_SYSROOT: ""
839
+ buildResult:
840
+ variable: "HAVE_CXX_FLAG_WD654"
841
+ cached: true
842
+ stdout: |
843
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-lln3bV'
844
+
845
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8addf/fast
846
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8addf.dir/build.make CMakeFiles/cmTC_8addf.dir/build
847
+ Building CXX object CMakeFiles/cmTC_8addf.dir/src.cxx.o
848
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WD654 -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -wd654 -std=c++11 -wd654 -MD -MT CMakeFiles/cmTC_8addf.dir/src.cxx.o -MF CMakeFiles/cmTC_8addf.dir/src.cxx.o.d -o CMakeFiles/cmTC_8addf.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-lln3bV/src.cxx
849
+ clang++: error: unknown argument: '-wd654'
850
+ clang++: error: unknown argument: '-wd654'
851
+ make[1]: *** [CMakeFiles/cmTC_8addf.dir/src.cxx.o] Error 1
852
+ make: *** [cmTC_8addf/fast] Error 2
853
+
854
+ exitCode: 2
855
+ -
856
+ kind: "try_compile-v1"
857
+ backtrace:
858
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
859
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
860
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
861
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
862
+ - "build/_deps/benchmark-src/CMakeLists.txt:216 (add_cxx_compiler_flag)"
863
+ checks:
864
+ - "Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY"
865
+ directories:
866
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-yrZwC7"
867
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-yrZwC7"
868
+ cmakeVariables:
869
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing"
870
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
871
+ CMAKE_EXE_LINKER_FLAGS: ""
872
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
873
+ CMAKE_OSX_ARCHITECTURES: ""
874
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
875
+ CMAKE_OSX_SYSROOT: ""
876
+ buildResult:
877
+ variable: "HAVE_CXX_FLAG_WTHREAD_SAFETY"
878
+ cached: true
879
+ stdout: |
880
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-yrZwC7'
881
+
882
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_19a70/fast
883
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_19a70.dir/build.make CMakeFiles/cmTC_19a70.dir/build
884
+ Building CXX object CMakeFiles/cmTC_19a70.dir/src.cxx.o
885
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WTHREAD_SAFETY -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -Wthread-safety -MD -MT CMakeFiles/cmTC_19a70.dir/src.cxx.o -MF CMakeFiles/cmTC_19a70.dir/src.cxx.o.d -o CMakeFiles/cmTC_19a70.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-yrZwC7/src.cxx
886
+ Linking CXX executable cmTC_19a70
887
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19a70.dir/link.txt --verbose=1
888
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_19a70.dir/src.cxx.o -o cmTC_19a70
889
+
890
+ exitCode: 0
891
+ -
892
+ kind: "try_run-v1"
893
+ backtrace:
894
+ - "build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake:57 (try_run)"
895
+ - "build/_deps/benchmark-src/CMakeLists.txt:218 (cxx_feature_check)"
896
+ directories:
897
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
898
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
899
+ cmakeVariables:
900
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
901
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
902
+ CMAKE_EXE_LINKER_FLAGS: ""
903
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
904
+ CMAKE_OSX_ARCHITECTURES: ""
905
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
906
+ CMAKE_OSX_SYSROOT: ""
907
+ buildResult:
908
+ variable: "COMPILE_HAVE_THREAD_SAFETY_ATTRIBUTES"
909
+ cached: true
910
+ stdout: |
911
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp'
912
+
913
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_033f9/fast
914
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_033f9.dir/build.make CMakeFiles/cmTC_033f9.dir/build
915
+ Building CXX object CMakeFiles/cmTC_033f9.dir/thread_safety_attributes.cpp.o
916
+ /usr/bin/c++ -I/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/include -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -MD -MT CMakeFiles/cmTC_033f9.dir/thread_safety_attributes.cpp.o -MF CMakeFiles/cmTC_033f9.dir/thread_safety_attributes.cpp.o.d -o CMakeFiles/cmTC_033f9.dir/thread_safety_attributes.cpp.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/thread_safety_attributes.cpp
917
+ Linking CXX executable cmTC_033f9
918
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_033f9.dir/link.txt --verbose=1
919
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_033f9.dir/thread_safety_attributes.cpp.o -o cmTC_033f9
920
+
921
+ exitCode: 0
922
+ runResult:
923
+ variable: "RUN_HAVE_THREAD_SAFETY_ATTRIBUTES"
924
+ cached: true
925
+ stdout: |
926
+ exitCode: 0
927
+ -
928
+ kind: "try_compile-v1"
929
+ backtrace:
930
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
931
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
932
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
933
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
934
+ - "build/_deps/benchmark-src/CMakeLists.txt:267 (add_cxx_compiler_flag)"
935
+ checks:
936
+ - "Performing Test HAVE_CXX_FLAG_COVERAGE"
937
+ directories:
938
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Igxask"
939
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Igxask"
940
+ cmakeVariables:
941
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
942
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
943
+ CMAKE_EXE_LINKER_FLAGS: ""
944
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
945
+ CMAKE_OSX_ARCHITECTURES: ""
946
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
947
+ CMAKE_OSX_SYSROOT: ""
948
+ buildResult:
949
+ variable: "HAVE_CXX_FLAG_COVERAGE"
950
+ cached: true
951
+ stdout: |
952
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Igxask'
953
+
954
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e4751/fast
955
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e4751.dir/build.make CMakeFiles/cmTC_e4751.dir/build
956
+ Building CXX object CMakeFiles/cmTC_e4751.dir/src.cxx.o
957
+ /usr/bin/c++ -DHAVE_CXX_FLAG_COVERAGE -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety --coverage -std=c++11 --coverage -MD -MT CMakeFiles/cmTC_e4751.dir/src.cxx.o -MF CMakeFiles/cmTC_e4751.dir/src.cxx.o.d -o CMakeFiles/cmTC_e4751.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Igxask/src.cxx
958
+ Linking CXX executable cmTC_e4751
959
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4751.dir/link.txt --verbose=1
960
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety --coverage -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4751.dir/src.cxx.o -o cmTC_e4751
961
+
962
+ exitCode: 0
963
+
964
+ ---
965
+ events:
966
+ -
967
+ kind: "message-v1"
968
+ backtrace:
969
+ - "/usr/local/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)"
970
+ - "CMakeLists.txt:2 (project)"
971
+ message: |
972
+ The system is: Darwin - 24.6.0 - x86_64
973
+ -
974
+ kind: "message-v1"
975
+ backtrace:
976
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
977
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
978
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
979
+ - "CMakeLists.txt:2 (project)"
980
+ message: |
981
+ Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
982
+ Compiler: /usr/bin/c++
983
+ Build flags:
984
+ Id flags:
985
+
986
+ The output was:
987
+ 0
988
+
989
+
990
+ Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
991
+
992
+ The CXX compiler identification is AppleClang, found in:
993
+ /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out
994
+
995
+ -
996
+ kind: "message-v1"
997
+ backtrace:
998
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerId.cmake:290 (message)"
999
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
1000
+ - "CMakeLists.txt:2 (project)"
1001
+ message: |
1002
+ Detecting CXX compiler apple sysroot: "/usr/bin/c++" "-E" "apple-sdk.cpp"
1003
+ # 1 "apple-sdk.cpp"
1004
+ # 1 "<built-in>" 1
1005
+ # 1 "<built-in>" 3
1006
+ # 481 "<built-in>" 3
1007
+ # 1 "<command line>" 1
1008
+ # 1 "<built-in>" 2
1009
+ # 1 "apple-sdk.cpp" 2
1010
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 1 3 4
1011
+ # 89 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4
1012
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
1013
+ # 90 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
1014
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/TargetConditionals.h" 1 3 4
1015
+ # 91 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
1016
+ # 207 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 3 4
1017
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 1 3 4
1018
+ # 196 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 3 4
1019
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
1020
+ # 197 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
1021
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4
1022
+ # 33 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 3 4
1023
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityVersions.h" 1 3 4
1024
+ # 34 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 2 3 4
1025
+ # 198 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
1026
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 1 3 4
1027
+ # 34 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 3 4
1028
+ # 1 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternal.h" 1 3 4
1029
+ # 35 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityInternalLegacy.h" 2 3 4
1030
+ # 199 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h" 2 3 4
1031
+ # 208 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/AvailabilityMacros.h" 2 3 4
1032
+ # 2 "apple-sdk.cpp" 2
1033
+
1034
+
1035
+ Found apple sysroot: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
1036
+ -
1037
+ kind: "try_compile-v1"
1038
+ backtrace:
1039
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)"
1040
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
1041
+ - "CMakeLists.txt:2 (project)"
1042
+ checks:
1043
+ - "Detecting CXX compiler ABI info"
1044
+ directories:
1045
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-C1kONU"
1046
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-C1kONU"
1047
+ cmakeVariables:
1048
+ CMAKE_CXX_FLAGS: ""
1049
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1050
+ CMAKE_CXX_SCAN_FOR_MODULES: "OFF"
1051
+ CMAKE_EXE_LINKER_FLAGS: ""
1052
+ CMAKE_OSX_ARCHITECTURES: ""
1053
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1054
+ CMAKE_OSX_SYSROOT: ""
1055
+ buildResult:
1056
+ variable: "CMAKE_CXX_ABI_COMPILED"
1057
+ cached: true
1058
+ stdout: |
1059
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-C1kONU'
1060
+
1061
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4026a/fast
1062
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4026a.dir/build.make CMakeFiles/cmTC_4026a.dir/build
1063
+ Building CXX object CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o
1064
+ /usr/bin/c++ -v -Wl,-v -MD -MT CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp
1065
+ Apple clang version 17.0.0 (clang-1700.6.3.2)
1066
+ Target: x86_64-apple-darwin24.6.0
1067
+ Thread model: posix
1068
+ InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
1069
+ clang++: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
1070
+ ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"
1071
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx15.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=all -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=2 -target-sdk-version=26.2 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu penryn -tune-cpu generic -debugger-tuning=lldb -fdebug-compilation-dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-C1kONU -target-linker-version 1230.1 -v -fcoverage-compilation-dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-C1kONU -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -fdeprecated-macro -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp
1072
+ clang -cc1 version 17.0.0 (clang-1700.6.3.2) default target x86_64-apple-darwin24.6.0
1073
+ ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include"
1074
+ ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks"
1075
+ #include "..." search starts here:
1076
+ #include <...> search starts here:
1077
+ /usr/local/include
1078
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1
1079
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include
1080
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
1081
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
1082
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)
1083
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)
1084
+ End of search list.
1085
+ Linking CXX executable cmTC_4026a
1086
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4026a.dir/link.txt --verbose=1
1087
+ Apple clang version 17.0.0 (clang-1700.6.3.2)
1088
+ Target: x86_64-apple-darwin24.6.0
1089
+ Thread model: posix
1090
+ InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
1091
+ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 15.0.0 26.2 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_4026a -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a
1092
+ @(#)PROGRAM:ld PROJECT:ld-1230.1
1093
+ BUILD 06:35:00 Dec 2 2025
1094
+ configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em armv8m.main armv8.1m.main
1095
+ will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
1096
+ LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29)
1097
+ TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.3.8)
1098
+ Library search paths:
1099
+ /usr/local/lib
1100
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
1101
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift
1102
+ Framework search paths:
1103
+ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks
1104
+ /usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_4026a
1105
+
1106
+ exitCode: 0
1107
+ -
1108
+ kind: "message-v1"
1109
+ backtrace:
1110
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:122 (message)"
1111
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
1112
+ - "CMakeLists.txt:2 (project)"
1113
+ message: |
1114
+ Effective list of requested architectures (possibly empty) : ""
1115
+ Effective list of architectures found in the ABI info binary: "x86_64"
1116
+ -
1117
+ kind: "message-v1"
1118
+ backtrace:
1119
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)"
1120
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
1121
+ - "CMakeLists.txt:2 (project)"
1122
+ message: |
1123
+ Parsed CXX implicit include dir info: rv=done
1124
+ found start of include info
1125
+ found start of implicit include info
1126
+ add: [/usr/local/include]
1127
+ add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1]
1128
+ add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include]
1129
+ add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include]
1130
+ add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
1131
+ end of search list found
1132
+ collapse include dir [/usr/local/include] ==> [/usr/local/include]
1133
+ collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1]
1134
+ collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include]
1135
+ collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include]
1136
+ collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
1137
+ implicit include dirs: [/usr/local/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
1138
+
1139
+
1140
+ -
1141
+ kind: "message-v1"
1142
+ backtrace:
1143
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)"
1144
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
1145
+ - "CMakeLists.txt:2 (project)"
1146
+ message: |
1147
+ Parsed CXX implicit link information:
1148
+ link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
1149
+ linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)]
1150
+ ignore line: [Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-C1kONU']
1151
+ ignore line: []
1152
+ ignore line: [Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4026a/fast]
1153
+ ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4026a.dir/build.make CMakeFiles/cmTC_4026a.dir/build]
1154
+ ignore line: [Building CXX object CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o]
1155
+ ignore line: [/usr/bin/c++ -v -Wl -v -MD -MT CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
1156
+ ignore line: [Apple clang version 17.0.0 (clang-1700.6.3.2)]
1157
+ ignore line: [Target: x86_64-apple-darwin24.6.0]
1158
+ ignore line: [Thread model: posix]
1159
+ ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
1160
+ ignore line: [clang++: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
1161
+ ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1"]
1162
+ ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx15.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=all -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=2 -target-sdk-version=26.2 -fvisibility-inlines-hidden-static-local-var -fdefine-target-os-macros -fno-assume-unique-vtables -fno-modulemap-allow-subdirectory-search -target-cpu penryn -tune-cpu generic -debugger-tuning=lldb -fdebug-compilation-dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-C1kONU -target-linker-version 1230.1 -v -fcoverage-compilation-dir=/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-C1kONU -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -dependency-file CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -I/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks -internal-iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -fdeprecated-macro -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
1163
+ ignore line: [clang -cc1 version 17.0.0 (clang-1700.6.3.2) default target x86_64-apple-darwin24.6.0]
1164
+ ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include"]
1165
+ ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks"]
1166
+ ignore line: [#include "..." search starts here:]
1167
+ ignore line: [#include <...> search starts here:]
1168
+ ignore line: [ /usr/local/include]
1169
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1]
1170
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include]
1171
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include]
1172
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
1173
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory)]
1174
+ ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/SubFrameworks (framework directory)]
1175
+ ignore line: [End of search list.]
1176
+ ignore line: [Linking CXX executable cmTC_4026a]
1177
+ ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4026a.dir/link.txt --verbose=1]
1178
+ ignore line: [Apple clang version 17.0.0 (clang-1700.6.3.2)]
1179
+ ignore line: [Target: x86_64-apple-darwin24.6.0]
1180
+ ignore line: [Thread model: posix]
1181
+ ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
1182
+ link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 15.0.0 26.2 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -mllvm -enable-linkonceodr-outlining -o cmTC_4026a -L/usr/local/lib -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
1183
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
1184
+ arg [-demangle] ==> ignore
1185
+ arg [-lto_library] ==> ignore, skip following value
1186
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
1187
+ arg [-dynamic] ==> ignore
1188
+ arg [-arch] ==> ignore
1189
+ arg [x86_64] ==> ignore
1190
+ arg [-platform_version] ==> ignore
1191
+ arg [macos] ==> ignore
1192
+ arg [15.0.0] ==> ignore
1193
+ arg [26.2] ==> ignore
1194
+ arg [-syslibroot] ==> ignore
1195
+ arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk] ==> ignore
1196
+ arg [-mllvm] ==> ignore
1197
+ arg [-enable-linkonceodr-outlining] ==> ignore
1198
+ arg [-o] ==> ignore
1199
+ arg [cmTC_4026a] ==> ignore
1200
+ arg [-L/usr/local/lib] ==> dir [/usr/local/lib]
1201
+ arg [-search_paths_first] ==> ignore
1202
+ arg [-headerpad_max_install_names] ==> ignore
1203
+ arg [-v] ==> ignore
1204
+ arg [CMakeFiles/cmTC_4026a.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
1205
+ arg [-lc++] ==> lib [c++]
1206
+ arg [-lSystem] ==> lib [System]
1207
+ arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
1208
+ linker tool for 'CXX': /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
1209
+ Library search paths: [;/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift]
1210
+ Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks]
1211
+ remove lib [System]
1212
+ remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/lib/darwin/libclang_rt.osx.a]
1213
+ collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
1214
+ collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
1215
+ collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib]
1216
+ collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift]
1217
+ collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks]
1218
+ implicit libs: [c++]
1219
+ implicit objs: []
1220
+ implicit dirs: [/usr/local/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift]
1221
+ implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks]
1222
+
1223
+
1224
+ -
1225
+ kind: "message-v1"
1226
+ backtrace:
1227
+ - "/usr/local/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)"
1228
+ - "/usr/local/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)"
1229
+ - "/usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
1230
+ - "CMakeLists.txt:2 (project)"
1231
+ message: |
1232
+ Running the CXX compiler's linker: "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" "-v"
1233
+ @(#)PROGRAM:ld PROJECT:ld-1230.1
1234
+ BUILD 06:35:00 Dec 2 2025
1235
+ configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em armv8m.main armv8.1m.main
1236
+ will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em
1237
+ LTO support using: LLVM version 17.0.0 (static support for 29, runtime is 29)
1238
+ TAPI support using: Apple TAPI version 17.0.0 (tapi-1700.3.8)
1239
+ -
1240
+ kind: "try_compile-v1"
1241
+ backtrace:
1242
+ - "/usr/local/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)"
1243
+ - "build/_deps/benchmark-src/CMakeLists.txt:125 (check_library_exists)"
1244
+ checks:
1245
+ - "Looking for shm_open in rt"
1246
+ directories:
1247
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Q8PQfO"
1248
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Q8PQfO"
1249
+ cmakeVariables:
1250
+ CMAKE_CXX_FLAGS: ""
1251
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1252
+ CMAKE_EXE_LINKER_FLAGS: ""
1253
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1254
+ CMAKE_OSX_ARCHITECTURES: ""
1255
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1256
+ CMAKE_OSX_SYSROOT: ""
1257
+ buildResult:
1258
+ variable: "HAVE_LIB_RT"
1259
+ cached: true
1260
+ stdout: |
1261
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Q8PQfO'
1262
+
1263
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b85bf/fast
1264
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b85bf.dir/build.make CMakeFiles/cmTC_b85bf.dir/build
1265
+ Building CXX object CMakeFiles/cmTC_b85bf.dir/CheckFunctionExists.cxx.o
1266
+ /usr/bin/c++ -DCHECK_FUNCTION_EXISTS=shm_open -std=c++17 -MD -MT CMakeFiles/cmTC_b85bf.dir/CheckFunctionExists.cxx.o -MF CMakeFiles/cmTC_b85bf.dir/CheckFunctionExists.cxx.o.d -o CMakeFiles/cmTC_b85bf.dir/CheckFunctionExists.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-Q8PQfO/CheckFunctionExists.cxx
1267
+ Linking CXX executable cmTC_b85bf
1268
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b85bf.dir/link.txt --verbose=1
1269
+ ld: library 'rt' not found
1270
+ clang++: error: linker command failed with exit code 1 (use -v to see invocation)
1271
+ /usr/bin/c++ -DCHECK_FUNCTION_EXISTS=shm_open -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b85bf.dir/CheckFunctionExists.cxx.o -o cmTC_b85bf -lrt
1272
+ make[1]: *** [cmTC_b85bf] Error 1
1273
+ make: *** [cmTC_b85bf/fast] Error 2
1274
+
1275
+ exitCode: 2
1276
+ -
1277
+ kind: "try_compile-v1"
1278
+ backtrace:
1279
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1280
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1281
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1282
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1283
+ - "build/_deps/benchmark-src/CMakeLists.txt:174 (add_cxx_compiler_flag)"
1284
+ checks:
1285
+ - "Performing Test HAVE_CXX_FLAG_WALL"
1286
+ directories:
1287
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-AOJSZ2"
1288
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-AOJSZ2"
1289
+ cmakeVariables:
1290
+ CMAKE_CXX_FLAGS: ""
1291
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1292
+ CMAKE_EXE_LINKER_FLAGS: ""
1293
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1294
+ CMAKE_OSX_ARCHITECTURES: ""
1295
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1296
+ CMAKE_OSX_SYSROOT: ""
1297
+ buildResult:
1298
+ variable: "HAVE_CXX_FLAG_WALL"
1299
+ cached: true
1300
+ stdout: |
1301
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-AOJSZ2'
1302
+
1303
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a6d90/fast
1304
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a6d90.dir/build.make CMakeFiles/cmTC_a6d90.dir/build
1305
+ Building CXX object CMakeFiles/cmTC_a6d90.dir/src.cxx.o
1306
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WALL -Wall -std=c++11 -Wall -MD -MT CMakeFiles/cmTC_a6d90.dir/src.cxx.o -MF CMakeFiles/cmTC_a6d90.dir/src.cxx.o.d -o CMakeFiles/cmTC_a6d90.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-AOJSZ2/src.cxx
1307
+ Linking CXX executable cmTC_a6d90
1308
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a6d90.dir/link.txt --verbose=1
1309
+ /usr/bin/c++ -Wall -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a6d90.dir/src.cxx.o -o cmTC_a6d90
1310
+
1311
+ exitCode: 0
1312
+ -
1313
+ kind: "try_compile-v1"
1314
+ backtrace:
1315
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1316
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1317
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1318
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1319
+ - "build/_deps/benchmark-src/CMakeLists.txt:175 (add_cxx_compiler_flag)"
1320
+ checks:
1321
+ - "Performing Test HAVE_CXX_FLAG_WEXTRA"
1322
+ directories:
1323
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xMyKEa"
1324
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xMyKEa"
1325
+ cmakeVariables:
1326
+ CMAKE_CXX_FLAGS: " -Wall"
1327
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1328
+ CMAKE_EXE_LINKER_FLAGS: ""
1329
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1330
+ CMAKE_OSX_ARCHITECTURES: ""
1331
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1332
+ CMAKE_OSX_SYSROOT: ""
1333
+ buildResult:
1334
+ variable: "HAVE_CXX_FLAG_WEXTRA"
1335
+ cached: true
1336
+ stdout: |
1337
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xMyKEa'
1338
+
1339
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c5649/fast
1340
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c5649.dir/build.make CMakeFiles/cmTC_c5649.dir/build
1341
+ Building CXX object CMakeFiles/cmTC_c5649.dir/src.cxx.o
1342
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WEXTRA -Wall -Wextra -std=c++11 -Wextra -MD -MT CMakeFiles/cmTC_c5649.dir/src.cxx.o -MF CMakeFiles/cmTC_c5649.dir/src.cxx.o.d -o CMakeFiles/cmTC_c5649.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xMyKEa/src.cxx
1343
+ Linking CXX executable cmTC_c5649
1344
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5649.dir/link.txt --verbose=1
1345
+ /usr/bin/c++ -Wall -Wextra -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c5649.dir/src.cxx.o -o cmTC_c5649
1346
+
1347
+ exitCode: 0
1348
+ -
1349
+ kind: "try_compile-v1"
1350
+ backtrace:
1351
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1352
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1353
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1354
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1355
+ - "build/_deps/benchmark-src/CMakeLists.txt:176 (add_cxx_compiler_flag)"
1356
+ checks:
1357
+ - "Performing Test HAVE_CXX_FLAG_WSHADOW"
1358
+ directories:
1359
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-thRdLc"
1360
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-thRdLc"
1361
+ cmakeVariables:
1362
+ CMAKE_CXX_FLAGS: " -Wall -Wextra"
1363
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1364
+ CMAKE_EXE_LINKER_FLAGS: ""
1365
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1366
+ CMAKE_OSX_ARCHITECTURES: ""
1367
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1368
+ CMAKE_OSX_SYSROOT: ""
1369
+ buildResult:
1370
+ variable: "HAVE_CXX_FLAG_WSHADOW"
1371
+ cached: true
1372
+ stdout: |
1373
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-thRdLc'
1374
+
1375
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d8872/fast
1376
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d8872.dir/build.make CMakeFiles/cmTC_d8872.dir/build
1377
+ Building CXX object CMakeFiles/cmTC_d8872.dir/src.cxx.o
1378
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WSHADOW -Wall -Wextra -Wshadow -std=c++11 -Wshadow -MD -MT CMakeFiles/cmTC_d8872.dir/src.cxx.o -MF CMakeFiles/cmTC_d8872.dir/src.cxx.o.d -o CMakeFiles/cmTC_d8872.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-thRdLc/src.cxx
1379
+ Linking CXX executable cmTC_d8872
1380
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d8872.dir/link.txt --verbose=1
1381
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d8872.dir/src.cxx.o -o cmTC_d8872
1382
+
1383
+ exitCode: 0
1384
+ -
1385
+ kind: "try_compile-v1"
1386
+ backtrace:
1387
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1388
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1389
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1390
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1391
+ - "build/_deps/benchmark-src/CMakeLists.txt:177 (add_cxx_compiler_flag)"
1392
+ checks:
1393
+ - "Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL"
1394
+ directories:
1395
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xe8azI"
1396
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xe8azI"
1397
+ cmakeVariables:
1398
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow"
1399
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1400
+ CMAKE_EXE_LINKER_FLAGS: ""
1401
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1402
+ CMAKE_OSX_ARCHITECTURES: ""
1403
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1404
+ CMAKE_OSX_SYSROOT: ""
1405
+ buildResult:
1406
+ variable: "HAVE_CXX_FLAG_WFLOAT_EQUAL"
1407
+ cached: true
1408
+ stdout: |
1409
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xe8azI'
1410
+
1411
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1055b/fast
1412
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1055b.dir/build.make CMakeFiles/cmTC_1055b.dir/build
1413
+ Building CXX object CMakeFiles/cmTC_1055b.dir/src.cxx.o
1414
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WFLOAT_EQUAL -Wall -Wextra -Wshadow -Wfloat-equal -std=c++11 -Wfloat-equal -MD -MT CMakeFiles/cmTC_1055b.dir/src.cxx.o -MF CMakeFiles/cmTC_1055b.dir/src.cxx.o.d -o CMakeFiles/cmTC_1055b.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xe8azI/src.cxx
1415
+ Linking CXX executable cmTC_1055b
1416
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1055b.dir/link.txt --verbose=1
1417
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1055b.dir/src.cxx.o -o cmTC_1055b
1418
+
1419
+ exitCode: 0
1420
+ -
1421
+ kind: "try_compile-v1"
1422
+ backtrace:
1423
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1424
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1425
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1426
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1427
+ - "build/_deps/benchmark-src/CMakeLists.txt:178 (add_cxx_compiler_flag)"
1428
+ checks:
1429
+ - "Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST"
1430
+ directories:
1431
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-VtvFgV"
1432
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-VtvFgV"
1433
+ cmakeVariables:
1434
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal"
1435
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1436
+ CMAKE_EXE_LINKER_FLAGS: ""
1437
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1438
+ CMAKE_OSX_ARCHITECTURES: ""
1439
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1440
+ CMAKE_OSX_SYSROOT: ""
1441
+ buildResult:
1442
+ variable: "HAVE_CXX_FLAG_WOLD_STYLE_CAST"
1443
+ cached: true
1444
+ stdout: |
1445
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-VtvFgV'
1446
+
1447
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4db78/fast
1448
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4db78.dir/build.make CMakeFiles/cmTC_4db78.dir/build
1449
+ Building CXX object CMakeFiles/cmTC_4db78.dir/src.cxx.o
1450
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WOLD_STYLE_CAST -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -std=c++11 -Wold-style-cast -MD -MT CMakeFiles/cmTC_4db78.dir/src.cxx.o -MF CMakeFiles/cmTC_4db78.dir/src.cxx.o.d -o CMakeFiles/cmTC_4db78.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-VtvFgV/src.cxx
1451
+ Linking CXX executable cmTC_4db78
1452
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4db78.dir/link.txt --verbose=1
1453
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4db78.dir/src.cxx.o -o cmTC_4db78
1454
+
1455
+ exitCode: 0
1456
+ -
1457
+ kind: "try_compile-v1"
1458
+ backtrace:
1459
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1460
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1461
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1462
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1463
+ - "build/_deps/benchmark-src/CMakeLists.txt:180 (add_cxx_compiler_flag)"
1464
+ checks:
1465
+ - "Performing Test HAVE_CXX_FLAG_WERROR"
1466
+ directories:
1467
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-9NPech"
1468
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-9NPech"
1469
+ cmakeVariables:
1470
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast"
1471
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1472
+ CMAKE_EXE_LINKER_FLAGS: ""
1473
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1474
+ CMAKE_OSX_ARCHITECTURES: ""
1475
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1476
+ CMAKE_OSX_SYSROOT: ""
1477
+ buildResult:
1478
+ variable: "HAVE_CXX_FLAG_WERROR"
1479
+ cached: true
1480
+ stdout: |
1481
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-9NPech'
1482
+
1483
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a2b40/fast
1484
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a2b40.dir/build.make CMakeFiles/cmTC_a2b40.dir/build
1485
+ Building CXX object CMakeFiles/cmTC_a2b40.dir/src.cxx.o
1486
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WERROR -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -std=c++11 -Werror -MD -MT CMakeFiles/cmTC_a2b40.dir/src.cxx.o -MF CMakeFiles/cmTC_a2b40.dir/src.cxx.o.d -o CMakeFiles/cmTC_a2b40.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-9NPech/src.cxx
1487
+ Linking CXX executable cmTC_a2b40
1488
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a2b40.dir/link.txt --verbose=1
1489
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a2b40.dir/src.cxx.o -o cmTC_a2b40
1490
+
1491
+ exitCode: 0
1492
+ -
1493
+ kind: "try_compile-v1"
1494
+ backtrace:
1495
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1496
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1497
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1498
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1499
+ - "build/_deps/benchmark-src/CMakeLists.txt:184 (add_cxx_compiler_flag)"
1500
+ checks:
1501
+ - "Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE"
1502
+ directories:
1503
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-nGP8yW"
1504
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-nGP8yW"
1505
+ cmakeVariables:
1506
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror"
1507
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1508
+ CMAKE_EXE_LINKER_FLAGS: ""
1509
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1510
+ CMAKE_OSX_ARCHITECTURES: ""
1511
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1512
+ CMAKE_OSX_SYSROOT: ""
1513
+ buildResult:
1514
+ variable: "HAVE_CXX_FLAG_WSUGGEST_OVERRIDE"
1515
+ cached: true
1516
+ stdout: |
1517
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-nGP8yW'
1518
+
1519
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9fcc2/fast
1520
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9fcc2.dir/build.make CMakeFiles/cmTC_9fcc2.dir/build
1521
+ Building CXX object CMakeFiles/cmTC_9fcc2.dir/src.cxx.o
1522
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WSUGGEST_OVERRIDE -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -std=c++11 -Wsuggest-override -MD -MT CMakeFiles/cmTC_9fcc2.dir/src.cxx.o -MF CMakeFiles/cmTC_9fcc2.dir/src.cxx.o.d -o CMakeFiles/cmTC_9fcc2.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-nGP8yW/src.cxx
1523
+ Linking CXX executable cmTC_9fcc2
1524
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9fcc2.dir/link.txt --verbose=1
1525
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9fcc2.dir/src.cxx.o -o cmTC_9fcc2
1526
+
1527
+ exitCode: 0
1528
+ -
1529
+ kind: "try_compile-v1"
1530
+ backtrace:
1531
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1532
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1533
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1534
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1535
+ - "build/_deps/benchmark-src/CMakeLists.txt:186 (add_cxx_compiler_flag)"
1536
+ checks:
1537
+ - "Performing Test HAVE_CXX_FLAG_PEDANTIC"
1538
+ directories:
1539
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-FEnglp"
1540
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-FEnglp"
1541
+ cmakeVariables:
1542
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override"
1543
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1544
+ CMAKE_EXE_LINKER_FLAGS: ""
1545
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1546
+ CMAKE_OSX_ARCHITECTURES: ""
1547
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1548
+ CMAKE_OSX_SYSROOT: ""
1549
+ buildResult:
1550
+ variable: "HAVE_CXX_FLAG_PEDANTIC"
1551
+ cached: true
1552
+ stdout: |
1553
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-FEnglp'
1554
+
1555
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0f1df/fast
1556
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0f1df.dir/build.make CMakeFiles/cmTC_0f1df.dir/build
1557
+ Building CXX object CMakeFiles/cmTC_0f1df.dir/src.cxx.o
1558
+ /usr/bin/c++ -DHAVE_CXX_FLAG_PEDANTIC -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -std=c++11 -pedantic -MD -MT CMakeFiles/cmTC_0f1df.dir/src.cxx.o -MF CMakeFiles/cmTC_0f1df.dir/src.cxx.o.d -o CMakeFiles/cmTC_0f1df.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-FEnglp/src.cxx
1559
+ Linking CXX executable cmTC_0f1df
1560
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f1df.dir/link.txt --verbose=1
1561
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f1df.dir/src.cxx.o -o cmTC_0f1df
1562
+
1563
+ exitCode: 0
1564
+ -
1565
+ kind: "try_compile-v1"
1566
+ backtrace:
1567
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1568
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1569
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1570
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1571
+ - "build/_deps/benchmark-src/CMakeLists.txt:187 (add_cxx_compiler_flag)"
1572
+ checks:
1573
+ - "Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS"
1574
+ directories:
1575
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-ur3tyJ"
1576
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-ur3tyJ"
1577
+ cmakeVariables:
1578
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic"
1579
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1580
+ CMAKE_EXE_LINKER_FLAGS: ""
1581
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1582
+ CMAKE_OSX_ARCHITECTURES: ""
1583
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1584
+ CMAKE_OSX_SYSROOT: ""
1585
+ buildResult:
1586
+ variable: "HAVE_CXX_FLAG_PEDANTIC_ERRORS"
1587
+ cached: true
1588
+ stdout: |
1589
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-ur3tyJ'
1590
+
1591
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_04e37/fast
1592
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_04e37.dir/build.make CMakeFiles/cmTC_04e37.dir/build
1593
+ Building CXX object CMakeFiles/cmTC_04e37.dir/src.cxx.o
1594
+ /usr/bin/c++ -DHAVE_CXX_FLAG_PEDANTIC_ERRORS -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -std=c++11 -pedantic-errors -MD -MT CMakeFiles/cmTC_04e37.dir/src.cxx.o -MF CMakeFiles/cmTC_04e37.dir/src.cxx.o.d -o CMakeFiles/cmTC_04e37.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-ur3tyJ/src.cxx
1595
+ Linking CXX executable cmTC_04e37
1596
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_04e37.dir/link.txt --verbose=1
1597
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_04e37.dir/src.cxx.o -o cmTC_04e37
1598
+
1599
+ exitCode: 0
1600
+ -
1601
+ kind: "try_compile-v1"
1602
+ backtrace:
1603
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1604
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1605
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1606
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1607
+ - "build/_deps/benchmark-src/CMakeLists.txt:188 (add_cxx_compiler_flag)"
1608
+ checks:
1609
+ - "Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32"
1610
+ directories:
1611
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-dy8MKq"
1612
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-dy8MKq"
1613
+ cmakeVariables:
1614
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors"
1615
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1616
+ CMAKE_EXE_LINKER_FLAGS: ""
1617
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1618
+ CMAKE_OSX_ARCHITECTURES: ""
1619
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1620
+ CMAKE_OSX_SYSROOT: ""
1621
+ buildResult:
1622
+ variable: "HAVE_CXX_FLAG_WSHORTEN_64_TO_32"
1623
+ cached: true
1624
+ stdout: |
1625
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-dy8MKq'
1626
+
1627
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b88f1/fast
1628
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b88f1.dir/build.make CMakeFiles/cmTC_b88f1.dir/build
1629
+ Building CXX object CMakeFiles/cmTC_b88f1.dir/src.cxx.o
1630
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -std=c++11 -Wshorten-64-to-32 -MD -MT CMakeFiles/cmTC_b88f1.dir/src.cxx.o -MF CMakeFiles/cmTC_b88f1.dir/src.cxx.o.d -o CMakeFiles/cmTC_b88f1.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-dy8MKq/src.cxx
1631
+ Linking CXX executable cmTC_b88f1
1632
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b88f1.dir/link.txt --verbose=1
1633
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b88f1.dir/src.cxx.o -o cmTC_b88f1
1634
+
1635
+ exitCode: 0
1636
+ -
1637
+ kind: "try_compile-v1"
1638
+ backtrace:
1639
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1640
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1641
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1642
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1643
+ - "build/_deps/benchmark-src/CMakeLists.txt:189 (add_cxx_compiler_flag)"
1644
+ checks:
1645
+ - "Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING"
1646
+ directories:
1647
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-vVlywD"
1648
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-vVlywD"
1649
+ cmakeVariables:
1650
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32"
1651
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1652
+ CMAKE_EXE_LINKER_FLAGS: ""
1653
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1654
+ CMAKE_OSX_ARCHITECTURES: ""
1655
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1656
+ CMAKE_OSX_SYSROOT: ""
1657
+ buildResult:
1658
+ variable: "HAVE_CXX_FLAG_FSTRICT_ALIASING"
1659
+ cached: true
1660
+ stdout: |
1661
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-vVlywD'
1662
+
1663
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f6290/fast
1664
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f6290.dir/build.make CMakeFiles/cmTC_f6290.dir/build
1665
+ Building CXX object CMakeFiles/cmTC_f6290.dir/src.cxx.o
1666
+ /usr/bin/c++ -DHAVE_CXX_FLAG_FSTRICT_ALIASING -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -std=c++11 -fstrict-aliasing -MD -MT CMakeFiles/cmTC_f6290.dir/src.cxx.o -MF CMakeFiles/cmTC_f6290.dir/src.cxx.o.d -o CMakeFiles/cmTC_f6290.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-vVlywD/src.cxx
1667
+ Linking CXX executable cmTC_f6290
1668
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6290.dir/link.txt --verbose=1
1669
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6290.dir/src.cxx.o -o cmTC_f6290
1670
+
1671
+ exitCode: 0
1672
+ -
1673
+ kind: "try_compile-v1"
1674
+ backtrace:
1675
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1676
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1677
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1678
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1679
+ - "build/_deps/benchmark-src/CMakeLists.txt:192 (add_cxx_compiler_flag)"
1680
+ checks:
1681
+ - "Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS"
1682
+ directories:
1683
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-akOKWT"
1684
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-akOKWT"
1685
+ cmakeVariables:
1686
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing"
1687
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1688
+ CMAKE_EXE_LINKER_FLAGS: ""
1689
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1690
+ CMAKE_OSX_ARCHITECTURES: ""
1691
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1692
+ CMAKE_OSX_SYSROOT: ""
1693
+ buildResult:
1694
+ variable: "HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS"
1695
+ cached: true
1696
+ stdout: |
1697
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-akOKWT'
1698
+
1699
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1da59/fast
1700
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1da59.dir/build.make CMakeFiles/cmTC_1da59.dir/build
1701
+ Building CXX object CMakeFiles/cmTC_1da59.dir/src.cxx.o
1702
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -std=c++11 -Wno-deprecated-declarations -MD -MT CMakeFiles/cmTC_1da59.dir/src.cxx.o -MF CMakeFiles/cmTC_1da59.dir/src.cxx.o.d -o CMakeFiles/cmTC_1da59.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-akOKWT/src.cxx
1703
+ Linking CXX executable cmTC_1da59
1704
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1da59.dir/link.txt --verbose=1
1705
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1da59.dir/src.cxx.o -o cmTC_1da59
1706
+
1707
+ exitCode: 0
1708
+ -
1709
+ kind: "try_compile-v1"
1710
+ backtrace:
1711
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1712
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1713
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1714
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1715
+ - "build/_deps/benchmark-src/CMakeLists.txt:202 (add_cxx_compiler_flag)"
1716
+ checks:
1717
+ - "Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED"
1718
+ directories:
1719
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-5OwC9r"
1720
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-5OwC9r"
1721
+ cmakeVariables:
1722
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations"
1723
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1724
+ CMAKE_EXE_LINKER_FLAGS: ""
1725
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1726
+ CMAKE_OSX_ARCHITECTURES: ""
1727
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1728
+ CMAKE_OSX_SYSROOT: ""
1729
+ buildResult:
1730
+ variable: "HAVE_CXX_FLAG_WNO_DEPRECATED"
1731
+ cached: true
1732
+ stdout: |
1733
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-5OwC9r'
1734
+
1735
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f37f1/fast
1736
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f37f1.dir/build.make CMakeFiles/cmTC_f37f1.dir/build
1737
+ Building CXX object CMakeFiles/cmTC_f37f1.dir/src.cxx.o
1738
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WNO_DEPRECATED -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -std=c++11 -Wno-deprecated -MD -MT CMakeFiles/cmTC_f37f1.dir/src.cxx.o -MF CMakeFiles/cmTC_f37f1.dir/src.cxx.o.d -o CMakeFiles/cmTC_f37f1.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-5OwC9r/src.cxx
1739
+ Linking CXX executable cmTC_f37f1
1740
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f37f1.dir/link.txt --verbose=1
1741
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f37f1.dir/src.cxx.o -o cmTC_f37f1
1742
+
1743
+ exitCode: 0
1744
+ -
1745
+ kind: "try_compile-v1"
1746
+ backtrace:
1747
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1748
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1749
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1750
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1751
+ - "build/_deps/benchmark-src/CMakeLists.txt:210 (add_cxx_compiler_flag)"
1752
+ checks:
1753
+ - "Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING"
1754
+ directories:
1755
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-MErqVt"
1756
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-MErqVt"
1757
+ cmakeVariables:
1758
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated"
1759
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1760
+ CMAKE_EXE_LINKER_FLAGS: ""
1761
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1762
+ CMAKE_OSX_ARCHITECTURES: ""
1763
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1764
+ CMAKE_OSX_SYSROOT: ""
1765
+ buildResult:
1766
+ variable: "HAVE_CXX_FLAG_WSTRICT_ALIASING"
1767
+ cached: true
1768
+ stdout: |
1769
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-MErqVt'
1770
+
1771
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0b116/fast
1772
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_0b116.dir/build.make CMakeFiles/cmTC_0b116.dir/build
1773
+ Building CXX object CMakeFiles/cmTC_0b116.dir/src.cxx.o
1774
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WSTRICT_ALIASING -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -std=c++11 -Wstrict-aliasing -MD -MT CMakeFiles/cmTC_0b116.dir/src.cxx.o -MF CMakeFiles/cmTC_0b116.dir/src.cxx.o.d -o CMakeFiles/cmTC_0b116.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-MErqVt/src.cxx
1775
+ Linking CXX executable cmTC_0b116
1776
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b116.dir/link.txt --verbose=1
1777
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0b116.dir/src.cxx.o -o cmTC_0b116
1778
+
1779
+ exitCode: 0
1780
+ -
1781
+ kind: "try_compile-v1"
1782
+ backtrace:
1783
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1784
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1785
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1786
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1787
+ - "build/_deps/benchmark-src/CMakeLists.txt:215 (add_cxx_compiler_flag)"
1788
+ checks:
1789
+ - "Performing Test HAVE_CXX_FLAG_WD654"
1790
+ directories:
1791
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-PNCTrj"
1792
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-PNCTrj"
1793
+ cmakeVariables:
1794
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing"
1795
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1796
+ CMAKE_EXE_LINKER_FLAGS: ""
1797
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1798
+ CMAKE_OSX_ARCHITECTURES: ""
1799
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1800
+ CMAKE_OSX_SYSROOT: ""
1801
+ buildResult:
1802
+ variable: "HAVE_CXX_FLAG_WD654"
1803
+ cached: true
1804
+ stdout: |
1805
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-PNCTrj'
1806
+
1807
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4cd41/fast
1808
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4cd41.dir/build.make CMakeFiles/cmTC_4cd41.dir/build
1809
+ Building CXX object CMakeFiles/cmTC_4cd41.dir/src.cxx.o
1810
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WD654 -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -wd654 -std=c++11 -wd654 -MD -MT CMakeFiles/cmTC_4cd41.dir/src.cxx.o -MF CMakeFiles/cmTC_4cd41.dir/src.cxx.o.d -o CMakeFiles/cmTC_4cd41.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-PNCTrj/src.cxx
1811
+ clang++: error: unknown argument: '-wd654'
1812
+ clang++: error: unknown argument: '-wd654'
1813
+ make[1]: *** [CMakeFiles/cmTC_4cd41.dir/src.cxx.o] Error 1
1814
+ make: *** [cmTC_4cd41/fast] Error 2
1815
+
1816
+ exitCode: 2
1817
+ -
1818
+ kind: "try_compile-v1"
1819
+ backtrace:
1820
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1821
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1822
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1823
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1824
+ - "build/_deps/benchmark-src/CMakeLists.txt:216 (add_cxx_compiler_flag)"
1825
+ checks:
1826
+ - "Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY"
1827
+ directories:
1828
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-wzks6Q"
1829
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-wzks6Q"
1830
+ cmakeVariables:
1831
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing"
1832
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1833
+ CMAKE_EXE_LINKER_FLAGS: ""
1834
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1835
+ CMAKE_OSX_ARCHITECTURES: ""
1836
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1837
+ CMAKE_OSX_SYSROOT: ""
1838
+ buildResult:
1839
+ variable: "HAVE_CXX_FLAG_WTHREAD_SAFETY"
1840
+ cached: true
1841
+ stdout: |
1842
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-wzks6Q'
1843
+
1844
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3db8e/fast
1845
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3db8e.dir/build.make CMakeFiles/cmTC_3db8e.dir/build
1846
+ Building CXX object CMakeFiles/cmTC_3db8e.dir/src.cxx.o
1847
+ /usr/bin/c++ -DHAVE_CXX_FLAG_WTHREAD_SAFETY -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -Wthread-safety -MD -MT CMakeFiles/cmTC_3db8e.dir/src.cxx.o -MF CMakeFiles/cmTC_3db8e.dir/src.cxx.o.d -o CMakeFiles/cmTC_3db8e.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-wzks6Q/src.cxx
1848
+ Linking CXX executable cmTC_3db8e
1849
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3db8e.dir/link.txt --verbose=1
1850
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3db8e.dir/src.cxx.o -o cmTC_3db8e
1851
+
1852
+ exitCode: 0
1853
+ -
1854
+ kind: "try_run-v1"
1855
+ backtrace:
1856
+ - "build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake:57 (try_run)"
1857
+ - "build/_deps/benchmark-src/CMakeLists.txt:218 (cxx_feature_check)"
1858
+ directories:
1859
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
1860
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
1861
+ cmakeVariables:
1862
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
1863
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1864
+ CMAKE_EXE_LINKER_FLAGS: ""
1865
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1866
+ CMAKE_OSX_ARCHITECTURES: ""
1867
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1868
+ CMAKE_OSX_SYSROOT: ""
1869
+ buildResult:
1870
+ variable: "COMPILE_HAVE_THREAD_SAFETY_ATTRIBUTES"
1871
+ cached: true
1872
+ stdout: |
1873
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp'
1874
+
1875
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e0d8f/fast
1876
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e0d8f.dir/build.make CMakeFiles/cmTC_e0d8f.dir/build
1877
+ Building CXX object CMakeFiles/cmTC_e0d8f.dir/thread_safety_attributes.cpp.o
1878
+ /usr/bin/c++ -I/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/include -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -MD -MT CMakeFiles/cmTC_e0d8f.dir/thread_safety_attributes.cpp.o -MF CMakeFiles/cmTC_e0d8f.dir/thread_safety_attributes.cpp.o.d -o CMakeFiles/cmTC_e0d8f.dir/thread_safety_attributes.cpp.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/thread_safety_attributes.cpp
1879
+ Linking CXX executable cmTC_e0d8f
1880
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0d8f.dir/link.txt --verbose=1
1881
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e0d8f.dir/thread_safety_attributes.cpp.o -o cmTC_e0d8f
1882
+
1883
+ exitCode: 0
1884
+ runResult:
1885
+ variable: "RUN_HAVE_THREAD_SAFETY_ATTRIBUTES"
1886
+ cached: true
1887
+ stdout: |
1888
+ exitCode: 0
1889
+ -
1890
+ kind: "try_compile-v1"
1891
+ backtrace:
1892
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
1893
+ - "/usr/local/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)"
1894
+ - "/usr/local/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)"
1895
+ - "build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake:34 (check_cxx_compiler_flag)"
1896
+ - "build/_deps/benchmark-src/CMakeLists.txt:267 (add_cxx_compiler_flag)"
1897
+ checks:
1898
+ - "Performing Test HAVE_CXX_FLAG_COVERAGE"
1899
+ directories:
1900
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xNwC84"
1901
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xNwC84"
1902
+ cmakeVariables:
1903
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
1904
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1905
+ CMAKE_EXE_LINKER_FLAGS: ""
1906
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1907
+ CMAKE_OSX_ARCHITECTURES: ""
1908
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1909
+ CMAKE_OSX_SYSROOT: ""
1910
+ buildResult:
1911
+ variable: "HAVE_CXX_FLAG_COVERAGE"
1912
+ cached: true
1913
+ stdout: |
1914
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xNwC84'
1915
+
1916
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_228f4/fast
1917
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_228f4.dir/build.make CMakeFiles/cmTC_228f4.dir/build
1918
+ Building CXX object CMakeFiles/cmTC_228f4.dir/src.cxx.o
1919
+ /usr/bin/c++ -DHAVE_CXX_FLAG_COVERAGE -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety --coverage -std=c++11 --coverage -MD -MT CMakeFiles/cmTC_228f4.dir/src.cxx.o -MF CMakeFiles/cmTC_228f4.dir/src.cxx.o.d -o CMakeFiles/cmTC_228f4.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-xNwC84/src.cxx
1920
+ Linking CXX executable cmTC_228f4
1921
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_228f4.dir/link.txt --verbose=1
1922
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety --coverage -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_228f4.dir/src.cxx.o -o cmTC_228f4
1923
+
1924
+ exitCode: 0
1925
+ -
1926
+ kind: "try_run-v1"
1927
+ backtrace:
1928
+ - "build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake:57 (try_run)"
1929
+ - "build/_deps/benchmark-src/CMakeLists.txt:297 (cxx_feature_check)"
1930
+ directories:
1931
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
1932
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
1933
+ cmakeVariables:
1934
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
1935
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1936
+ CMAKE_EXE_LINKER_FLAGS: ""
1937
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1938
+ CMAKE_OSX_ARCHITECTURES: ""
1939
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1940
+ CMAKE_OSX_SYSROOT: ""
1941
+ buildResult:
1942
+ variable: "COMPILE_HAVE_STD_REGEX"
1943
+ cached: true
1944
+ stdout: |
1945
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp'
1946
+
1947
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e6bb6/fast
1948
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e6bb6.dir/build.make CMakeFiles/cmTC_e6bb6.dir/build
1949
+ Building CXX object CMakeFiles/cmTC_e6bb6.dir/std_regex.cpp.o
1950
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -MD -MT CMakeFiles/cmTC_e6bb6.dir/std_regex.cpp.o -MF CMakeFiles/cmTC_e6bb6.dir/std_regex.cpp.o.d -o CMakeFiles/cmTC_e6bb6.dir/std_regex.cpp.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/std_regex.cpp
1951
+ Linking CXX executable cmTC_e6bb6
1952
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6bb6.dir/link.txt --verbose=1
1953
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e6bb6.dir/std_regex.cpp.o -o cmTC_e6bb6
1954
+
1955
+ exitCode: 0
1956
+ runResult:
1957
+ variable: "RUN_HAVE_STD_REGEX"
1958
+ cached: true
1959
+ stdout: |
1960
+ exitCode: 0
1961
+ -
1962
+ kind: "try_run-v1"
1963
+ backtrace:
1964
+ - "build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake:57 (try_run)"
1965
+ - "build/_deps/benchmark-src/CMakeLists.txt:298 (cxx_feature_check)"
1966
+ directories:
1967
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
1968
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
1969
+ cmakeVariables:
1970
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
1971
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
1972
+ CMAKE_EXE_LINKER_FLAGS: ""
1973
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
1974
+ CMAKE_OSX_ARCHITECTURES: ""
1975
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
1976
+ CMAKE_OSX_SYSROOT: ""
1977
+ buildResult:
1978
+ variable: "COMPILE_HAVE_GNU_POSIX_REGEX"
1979
+ cached: true
1980
+ stdout: |
1981
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp'
1982
+
1983
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6ff60/fast
1984
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6ff60.dir/build.make CMakeFiles/cmTC_6ff60.dir/build
1985
+ Building CXX object CMakeFiles/cmTC_6ff60.dir/gnu_posix_regex.cpp.o
1986
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -MD -MT CMakeFiles/cmTC_6ff60.dir/gnu_posix_regex.cpp.o -MF CMakeFiles/cmTC_6ff60.dir/gnu_posix_regex.cpp.o.d -o CMakeFiles/cmTC_6ff60.dir/gnu_posix_regex.cpp.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/gnu_posix_regex.cpp
1987
+ /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/gnu_posix_regex.cpp:1:10: fatal error: 'gnuregex.h' file not found
1988
+ 1 | #include <gnuregex.h>
1989
+ | ^~~~~~~~~~~~
1990
+ 1 error generated.
1991
+ make[1]: *** [CMakeFiles/cmTC_6ff60.dir/gnu_posix_regex.cpp.o] Error 1
1992
+ make: *** [cmTC_6ff60/fast] Error 2
1993
+
1994
+ exitCode: 2
1995
+ runResult:
1996
+ variable: "RUN_HAVE_GNU_POSIX_REGEX"
1997
+ cached: true
1998
+ -
1999
+ kind: "try_run-v1"
2000
+ backtrace:
2001
+ - "build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake:57 (try_run)"
2002
+ - "build/_deps/benchmark-src/CMakeLists.txt:299 (cxx_feature_check)"
2003
+ directories:
2004
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
2005
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
2006
+ cmakeVariables:
2007
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
2008
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
2009
+ CMAKE_EXE_LINKER_FLAGS: ""
2010
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
2011
+ CMAKE_OSX_ARCHITECTURES: ""
2012
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
2013
+ CMAKE_OSX_SYSROOT: ""
2014
+ buildResult:
2015
+ variable: "COMPILE_HAVE_POSIX_REGEX"
2016
+ cached: true
2017
+ stdout: |
2018
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp'
2019
+
2020
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8832b/fast
2021
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8832b.dir/build.make CMakeFiles/cmTC_8832b.dir/build
2022
+ Building CXX object CMakeFiles/cmTC_8832b.dir/posix_regex.cpp.o
2023
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -MD -MT CMakeFiles/cmTC_8832b.dir/posix_regex.cpp.o -MF CMakeFiles/cmTC_8832b.dir/posix_regex.cpp.o.d -o CMakeFiles/cmTC_8832b.dir/posix_regex.cpp.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/posix_regex.cpp
2024
+ Linking CXX executable cmTC_8832b
2025
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8832b.dir/link.txt --verbose=1
2026
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8832b.dir/posix_regex.cpp.o -o cmTC_8832b
2027
+
2028
+ exitCode: 0
2029
+ runResult:
2030
+ variable: "RUN_HAVE_POSIX_REGEX"
2031
+ cached: true
2032
+ stdout: |
2033
+ exitCode: 0
2034
+ -
2035
+ kind: "try_run-v1"
2036
+ backtrace:
2037
+ - "build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake:57 (try_run)"
2038
+ - "build/_deps/benchmark-src/CMakeLists.txt:308 (cxx_feature_check)"
2039
+ directories:
2040
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
2041
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
2042
+ cmakeVariables:
2043
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
2044
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
2045
+ CMAKE_EXE_LINKER_FLAGS: ""
2046
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
2047
+ CMAKE_OSX_ARCHITECTURES: ""
2048
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
2049
+ CMAKE_OSX_SYSROOT: ""
2050
+ buildResult:
2051
+ variable: "COMPILE_HAVE_STEADY_CLOCK"
2052
+ cached: true
2053
+ stdout: |
2054
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp'
2055
+
2056
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2ea55/fast
2057
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2ea55.dir/build.make CMakeFiles/cmTC_2ea55.dir/build
2058
+ Building CXX object CMakeFiles/cmTC_2ea55.dir/steady_clock.cpp.o
2059
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -MD -MT CMakeFiles/cmTC_2ea55.dir/steady_clock.cpp.o -MF CMakeFiles/cmTC_2ea55.dir/steady_clock.cpp.o.d -o CMakeFiles/cmTC_2ea55.dir/steady_clock.cpp.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/steady_clock.cpp
2060
+ Linking CXX executable cmTC_2ea55
2061
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ea55.dir/link.txt --verbose=1
2062
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2ea55.dir/steady_clock.cpp.o -o cmTC_2ea55
2063
+
2064
+ exitCode: 0
2065
+ runResult:
2066
+ variable: "RUN_HAVE_STEADY_CLOCK"
2067
+ cached: true
2068
+ stdout: |
2069
+ exitCode: 0
2070
+ -
2071
+ kind: "try_compile-v1"
2072
+ backtrace:
2073
+ - "/usr/local/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)"
2074
+ - "/usr/local/share/cmake/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)"
2075
+ - "/usr/local/share/cmake/Modules/FindThreads.cmake:99 (check_cxx_source_compiles)"
2076
+ - "/usr/local/share/cmake/Modules/FindThreads.cmake:163 (_threads_check_libc)"
2077
+ - "build/_deps/benchmark-src/CMakeLists.txt:311 (find_package)"
2078
+ checks:
2079
+ - "Performing Test CMAKE_HAVE_LIBC_PTHREAD"
2080
+ directories:
2081
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-J7yTkR"
2082
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-J7yTkR"
2083
+ cmakeVariables:
2084
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
2085
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
2086
+ CMAKE_EXE_LINKER_FLAGS: ""
2087
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
2088
+ CMAKE_OSX_ARCHITECTURES: ""
2089
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
2090
+ CMAKE_OSX_SYSROOT: ""
2091
+ buildResult:
2092
+ variable: "CMAKE_HAVE_LIBC_PTHREAD"
2093
+ cached: true
2094
+ stdout: |
2095
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-J7yTkR'
2096
+
2097
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9d89c/fast
2098
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9d89c.dir/build.make CMakeFiles/cmTC_9d89c.dir/build
2099
+ Building CXX object CMakeFiles/cmTC_9d89c.dir/src.cxx.o
2100
+ /usr/bin/c++ -DCMAKE_HAVE_LIBC_PTHREAD -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -MD -MT CMakeFiles/cmTC_9d89c.dir/src.cxx.o -MF CMakeFiles/cmTC_9d89c.dir/src.cxx.o.d -o CMakeFiles/cmTC_9d89c.dir/src.cxx.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeScratch/TryCompile-J7yTkR/src.cxx
2101
+ Linking CXX executable cmTC_9d89c
2102
+ /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d89c.dir/link.txt --verbose=1
2103
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d89c.dir/src.cxx.o -o cmTC_9d89c
2104
+
2105
+ exitCode: 0
2106
+ -
2107
+ kind: "try_run-v1"
2108
+ backtrace:
2109
+ - "build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake:57 (try_run)"
2110
+ - "build/_deps/benchmark-src/CMakeLists.txt:312 (cxx_feature_check)"
2111
+ directories:
2112
+ source: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
2113
+ binary: "/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp"
2114
+ cmakeVariables:
2115
+ CMAKE_CXX_FLAGS: " -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety"
2116
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
2117
+ CMAKE_EXE_LINKER_FLAGS: ""
2118
+ CMAKE_MODULE_PATH: "/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/Modules;/Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake"
2119
+ CMAKE_OSX_ARCHITECTURES: ""
2120
+ CMAKE_OSX_DEPLOYMENT_TARGET: ""
2121
+ CMAKE_OSX_SYSROOT: ""
2122
+ buildResult:
2123
+ variable: "COMPILE_HAVE_PTHREAD_AFFINITY"
2124
+ cached: true
2125
+ stdout: |
2126
+ Change Dir: '/Users/revone/.openclaw/workspace/data-structure-typed/build/CMakeFiles/CMakeTmp'
2127
+
2128
+ Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_db076/fast
2129
+ /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_db076.dir/build.make CMakeFiles/cmTC_db076.dir/build
2130
+ Building CXX object CMakeFiles/cmTC_db076.dir/pthread_affinity.cpp.o
2131
+ /usr/bin/c++ -Wall -Wextra -Wshadow -Wfloat-equal -Wold-style-cast -Werror -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -fstrict-aliasing -Wno-deprecated-declarations -Wno-deprecated -Wstrict-aliasing -Wthread-safety -std=c++11 -MD -MT CMakeFiles/cmTC_db076.dir/pthread_affinity.cpp.o -MF CMakeFiles/cmTC_db076.dir/pthread_affinity.cpp.o.d -o CMakeFiles/cmTC_db076.dir/pthread_affinity.cpp.o -c /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/pthread_affinity.cpp
2132
+ /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/pthread_affinity.cpp:3:3: error: unknown type name 'cpu_set_t'
2133
+ 3 | cpu_set_t set;
2134
+ | ^
2135
+ /Users/revone/.openclaw/workspace/data-structure-typed/build/_deps/benchmark-src/cmake/pthread_affinity.cpp:5:23: error: use of undeclared identifier 'CPU_SETSIZE'
2136
+ 5 | for (int i = 0; i < CPU_SETSIZE; ++i) {
2137
+ | ^
2138
+ 2 errors generated.
2139
+ make[1]: *** [CMakeFiles/cmTC_db076.dir/pthread_affinity.cpp.o] Error 1
2140
+ make: *** [cmTC_db076/fast] Error 2
2141
+
2142
+ exitCode: 2
2143
+ runResult:
2144
+ variable: "RUN_HAVE_PTHREAD_AFFINITY"
2145
+ cached: true
2146
+ ...