data-structure-typed 2.4.1 → 2.4.3

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 (738) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/cjs/index.cjs +36 -9
  3. package/dist/cjs-legacy/index.cjs +36 -9
  4. package/dist/esm/index.mjs +36 -9
  5. package/dist/esm-legacy/index.mjs +36 -9
  6. package/dist/types/data-structures/binary-tree/tree-map.d.ts +10 -0
  7. package/dist/types/data-structures/binary-tree/tree-set.d.ts +10 -0
  8. package/dist/umd/data-structure-typed.js +36 -8
  9. package/dist/umd/data-structure-typed.min.js +2 -2
  10. package/package.json +7 -5
  11. package/src/data-structures/binary-tree/tree-map.ts +16 -0
  12. package/src/data-structures/binary-tree/tree-set.ts +16 -0
  13. package/src/data-structures/trie/trie.ts +6 -8
  14. package/CMakeLists.txt +0 -52
  15. package/benchmark/report.html +0 -221
  16. package/benchmark/report.json +0 -1972
  17. package/build/CMakeCache.txt +0 -603
  18. package/build/CMakeFiles/4.0.3/CMakeCXXCompiler.cmake +0 -104
  19. package/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_CXX.bin +0 -0
  20. package/build/CMakeFiles/4.0.3/CMakeSystem.cmake +0 -15
  21. package/build/CMakeFiles/4.0.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -920
  22. package/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out +0 -0
  23. package/build/CMakeFiles/4.0.3/CompilerIdCXX/apple-sdk.cpp +0 -1
  24. package/build/CMakeFiles/CMakeConfigureLog.yaml +0 -2146
  25. package/build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  26. package/build/CMakeFiles/InstallScripts.json +0 -9
  27. package/build/CMakeFiles/Makefile.cmake +0 -100
  28. package/build/CMakeFiles/Makefile2 +0 -720
  29. package/build/CMakeFiles/TargetDirectories.txt +0 -23
  30. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/DependInfo.cmake +0 -23
  31. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/build.make +0 -114
  32. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/cmake_clean.cmake +0 -11
  33. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.internal +0 -839
  34. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.make +0 -2506
  35. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.ts +0 -2
  36. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/depend.make +0 -2
  37. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/flags.make +0 -10
  38. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/link.txt +0 -1
  39. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/progress.make +0 -3
  40. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp.o +0 -0
  41. package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp.o.d +0 -835
  42. package/build/CMakeFiles/avl-tree-benchmark.dir/DependInfo.cmake +0 -23
  43. package/build/CMakeFiles/avl-tree-benchmark.dir/build.make +0 -114
  44. package/build/CMakeFiles/avl-tree-benchmark.dir/cmake_clean.cmake +0 -11
  45. package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.internal +0 -839
  46. package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.make +0 -2506
  47. package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.ts +0 -2
  48. package/build/CMakeFiles/avl-tree-benchmark.dir/depend.make +0 -2
  49. package/build/CMakeFiles/avl-tree-benchmark.dir/flags.make +0 -10
  50. package/build/CMakeFiles/avl-tree-benchmark.dir/link.txt +0 -1
  51. package/build/CMakeFiles/avl-tree-benchmark.dir/progress.make +0 -3
  52. package/build/CMakeFiles/avl-tree-benchmark.dir/test/performance/data-structures/binary-tree/avl-tree.test.cpp.o +0 -0
  53. package/build/CMakeFiles/avl-tree-benchmark.dir/test/performance/data-structures/binary-tree/avl-tree.test.cpp.o.d +0 -835
  54. package/build/CMakeFiles/cmake.check_cache +0 -1
  55. package/build/CMakeFiles/deque-benchmark.dir/DependInfo.cmake +0 -23
  56. package/build/CMakeFiles/deque-benchmark.dir/build.make +0 -114
  57. package/build/CMakeFiles/deque-benchmark.dir/cmake_clean.cmake +0 -11
  58. package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.internal +0 -791
  59. package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.make +0 -2362
  60. package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.ts +0 -2
  61. package/build/CMakeFiles/deque-benchmark.dir/depend.make +0 -2
  62. package/build/CMakeFiles/deque-benchmark.dir/flags.make +0 -10
  63. package/build/CMakeFiles/deque-benchmark.dir/link.txt +0 -1
  64. package/build/CMakeFiles/deque-benchmark.dir/progress.make +0 -3
  65. package/build/CMakeFiles/deque-benchmark.dir/test/performance/data-structures/queue/deque.test.cpp.o +0 -0
  66. package/build/CMakeFiles/deque-benchmark.dir/test/performance/data-structures/queue/deque.test.cpp.o.d +0 -787
  67. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/DependInfo.cmake +0 -23
  68. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/build.make +0 -114
  69. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/cmake_clean.cmake +0 -11
  70. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.internal +0 -790
  71. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.make +0 -2359
  72. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.ts +0 -2
  73. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/depend.make +0 -2
  74. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/flags.make +0 -10
  75. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/link.txt +0 -1
  76. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/progress.make +0 -3
  77. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp.o +0 -0
  78. package/build/CMakeFiles/doubly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp.o.d +0 -786
  79. package/build/CMakeFiles/hash-map-benchmark.dir/DependInfo.cmake +0 -23
  80. package/build/CMakeFiles/hash-map-benchmark.dir/build.make +0 -114
  81. package/build/CMakeFiles/hash-map-benchmark.dir/cmake_clean.cmake +0 -11
  82. package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.internal +0 -790
  83. package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.make +0 -2359
  84. package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.ts +0 -2
  85. package/build/CMakeFiles/hash-map-benchmark.dir/depend.make +0 -2
  86. package/build/CMakeFiles/hash-map-benchmark.dir/flags.make +0 -10
  87. package/build/CMakeFiles/hash-map-benchmark.dir/link.txt +0 -1
  88. package/build/CMakeFiles/hash-map-benchmark.dir/progress.make +0 -3
  89. package/build/CMakeFiles/hash-map-benchmark.dir/test/performance/data-structures/hash/hash-map.test.cpp.o +0 -0
  90. package/build/CMakeFiles/hash-map-benchmark.dir/test/performance/data-structures/hash/hash-map.test.cpp.o.d +0 -786
  91. package/build/CMakeFiles/heap-benchmark.dir/DependInfo.cmake +0 -23
  92. package/build/CMakeFiles/heap-benchmark.dir/build.make +0 -114
  93. package/build/CMakeFiles/heap-benchmark.dir/cmake_clean.cmake +0 -11
  94. package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.internal +0 -843
  95. package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.make +0 -2518
  96. package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.ts +0 -2
  97. package/build/CMakeFiles/heap-benchmark.dir/depend.make +0 -2
  98. package/build/CMakeFiles/heap-benchmark.dir/flags.make +0 -10
  99. package/build/CMakeFiles/heap-benchmark.dir/link.txt +0 -1
  100. package/build/CMakeFiles/heap-benchmark.dir/progress.make +0 -3
  101. package/build/CMakeFiles/heap-benchmark.dir/test/performance/data-structures/heap/heap.test.cpp.o +0 -0
  102. package/build/CMakeFiles/heap-benchmark.dir/test/performance/data-structures/heap/heap.test.cpp.o.d +0 -839
  103. package/build/CMakeFiles/priority-queue-benchmark.dir/DependInfo.cmake +0 -23
  104. package/build/CMakeFiles/priority-queue-benchmark.dir/build.make +0 -114
  105. package/build/CMakeFiles/priority-queue-benchmark.dir/cmake_clean.cmake +0 -11
  106. package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.internal +0 -793
  107. package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.make +0 -2368
  108. package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.ts +0 -2
  109. package/build/CMakeFiles/priority-queue-benchmark.dir/depend.make +0 -2
  110. package/build/CMakeFiles/priority-queue-benchmark.dir/flags.make +0 -10
  111. package/build/CMakeFiles/priority-queue-benchmark.dir/link.txt +0 -1
  112. package/build/CMakeFiles/priority-queue-benchmark.dir/progress.make +0 -3
  113. package/build/CMakeFiles/priority-queue-benchmark.dir/test/performance/data-structures/priority-queue/priority-queue.test.cpp.o +0 -0
  114. package/build/CMakeFiles/priority-queue-benchmark.dir/test/performance/data-structures/priority-queue/priority-queue.test.cpp.o.d +0 -789
  115. package/build/CMakeFiles/progress.marks +0 -1
  116. package/build/CMakeFiles/queue-benchmark.dir/DependInfo.cmake +0 -23
  117. package/build/CMakeFiles/queue-benchmark.dir/build.make +0 -114
  118. package/build/CMakeFiles/queue-benchmark.dir/cmake_clean.cmake +0 -11
  119. package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.internal +0 -793
  120. package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.make +0 -2368
  121. package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.ts +0 -2
  122. package/build/CMakeFiles/queue-benchmark.dir/depend.make +0 -2
  123. package/build/CMakeFiles/queue-benchmark.dir/flags.make +0 -10
  124. package/build/CMakeFiles/queue-benchmark.dir/link.txt +0 -1
  125. package/build/CMakeFiles/queue-benchmark.dir/progress.make +0 -3
  126. package/build/CMakeFiles/queue-benchmark.dir/test/performance/data-structures/queue/queue.test.cpp.o +0 -0
  127. package/build/CMakeFiles/queue-benchmark.dir/test/performance/data-structures/queue/queue.test.cpp.o.d +0 -789
  128. package/build/CMakeFiles/red-black-tree-benchmark.dir/DependInfo.cmake +0 -23
  129. package/build/CMakeFiles/red-black-tree-benchmark.dir/build.make +0 -114
  130. package/build/CMakeFiles/red-black-tree-benchmark.dir/cmake_clean.cmake +0 -11
  131. package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.internal +0 -839
  132. package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.make +0 -2506
  133. package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.ts +0 -2
  134. package/build/CMakeFiles/red-black-tree-benchmark.dir/depend.make +0 -2
  135. package/build/CMakeFiles/red-black-tree-benchmark.dir/flags.make +0 -10
  136. package/build/CMakeFiles/red-black-tree-benchmark.dir/link.txt +0 -1
  137. package/build/CMakeFiles/red-black-tree-benchmark.dir/progress.make +0 -3
  138. package/build/CMakeFiles/red-black-tree-benchmark.dir/test/performance/data-structures/binary-tree/red-black-tree.test.cpp.o +0 -0
  139. package/build/CMakeFiles/red-black-tree-benchmark.dir/test/performance/data-structures/binary-tree/red-black-tree.test.cpp.o.d +0 -835
  140. package/build/CMakeFiles/singly-linked-list-benchmark.dir/DependInfo.cmake +0 -23
  141. package/build/CMakeFiles/singly-linked-list-benchmark.dir/build.make +0 -114
  142. package/build/CMakeFiles/singly-linked-list-benchmark.dir/cmake_clean.cmake +0 -11
  143. package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.internal +0 -790
  144. package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.make +0 -2359
  145. package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.ts +0 -2
  146. package/build/CMakeFiles/singly-linked-list-benchmark.dir/depend.make +0 -2
  147. package/build/CMakeFiles/singly-linked-list-benchmark.dir/flags.make +0 -10
  148. package/build/CMakeFiles/singly-linked-list-benchmark.dir/link.txt +0 -1
  149. package/build/CMakeFiles/singly-linked-list-benchmark.dir/progress.make +0 -3
  150. package/build/CMakeFiles/singly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/singly-linked-list.test.cpp.o +0 -0
  151. package/build/CMakeFiles/singly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/singly-linked-list.test.cpp.o.d +0 -786
  152. package/build/CMakeFiles/stack-benchmark.dir/DependInfo.cmake +0 -23
  153. package/build/CMakeFiles/stack-benchmark.dir/build.make +0 -114
  154. package/build/CMakeFiles/stack-benchmark.dir/cmake_clean.cmake +0 -11
  155. package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.internal +0 -793
  156. package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.make +0 -2368
  157. package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.ts +0 -2
  158. package/build/CMakeFiles/stack-benchmark.dir/depend.make +0 -2
  159. package/build/CMakeFiles/stack-benchmark.dir/flags.make +0 -10
  160. package/build/CMakeFiles/stack-benchmark.dir/link.txt +0 -1
  161. package/build/CMakeFiles/stack-benchmark.dir/progress.make +0 -3
  162. package/build/CMakeFiles/stack-benchmark.dir/test/performance/data-structures/stack/stack.test.cpp.o +0 -0
  163. package/build/CMakeFiles/stack-benchmark.dir/test/performance/data-structures/stack/stack.test.cpp.o.d +0 -789
  164. package/build/CMakeFiles/tree-map-benchmark.dir/DependInfo.cmake +0 -23
  165. package/build/CMakeFiles/tree-map-benchmark.dir/build.make +0 -114
  166. package/build/CMakeFiles/tree-map-benchmark.dir/cmake_clean.cmake +0 -11
  167. package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.internal +0 -839
  168. package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.make +0 -2506
  169. package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.ts +0 -2
  170. package/build/CMakeFiles/tree-map-benchmark.dir/depend.make +0 -2
  171. package/build/CMakeFiles/tree-map-benchmark.dir/flags.make +0 -10
  172. package/build/CMakeFiles/tree-map-benchmark.dir/link.txt +0 -1
  173. package/build/CMakeFiles/tree-map-benchmark.dir/progress.make +0 -3
  174. package/build/CMakeFiles/tree-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-map.test.cpp.o +0 -0
  175. package/build/CMakeFiles/tree-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-map.test.cpp.o.d +0 -835
  176. package/build/CMakeFiles/tree-multi-map-benchmark.dir/DependInfo.cmake +0 -23
  177. package/build/CMakeFiles/tree-multi-map-benchmark.dir/build.make +0 -114
  178. package/build/CMakeFiles/tree-multi-map-benchmark.dir/cmake_clean.cmake +0 -11
  179. package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.internal +0 -839
  180. package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.make +0 -2506
  181. package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.ts +0 -2
  182. package/build/CMakeFiles/tree-multi-map-benchmark.dir/depend.make +0 -2
  183. package/build/CMakeFiles/tree-multi-map-benchmark.dir/flags.make +0 -10
  184. package/build/CMakeFiles/tree-multi-map-benchmark.dir/link.txt +0 -1
  185. package/build/CMakeFiles/tree-multi-map-benchmark.dir/progress.make +0 -3
  186. package/build/CMakeFiles/tree-multi-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp.o +0 -0
  187. package/build/CMakeFiles/tree-multi-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp.o.d +0 -835
  188. package/build/CMakeFiles/tree-multi-set-benchmark.dir/DependInfo.cmake +0 -23
  189. package/build/CMakeFiles/tree-multi-set-benchmark.dir/build.make +0 -114
  190. package/build/CMakeFiles/tree-multi-set-benchmark.dir/cmake_clean.cmake +0 -11
  191. package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.internal +0 -839
  192. package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.make +0 -2506
  193. package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.ts +0 -2
  194. package/build/CMakeFiles/tree-multi-set-benchmark.dir/depend.make +0 -2
  195. package/build/CMakeFiles/tree-multi-set-benchmark.dir/flags.make +0 -10
  196. package/build/CMakeFiles/tree-multi-set-benchmark.dir/link.txt +0 -1
  197. package/build/CMakeFiles/tree-multi-set-benchmark.dir/progress.make +0 -3
  198. package/build/CMakeFiles/tree-multi-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp.o +0 -0
  199. package/build/CMakeFiles/tree-multi-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp.o.d +0 -835
  200. package/build/CMakeFiles/tree-set-benchmark.dir/DependInfo.cmake +0 -23
  201. package/build/CMakeFiles/tree-set-benchmark.dir/build.make +0 -114
  202. package/build/CMakeFiles/tree-set-benchmark.dir/cmake_clean.cmake +0 -11
  203. package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.internal +0 -839
  204. package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.make +0 -2506
  205. package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.ts +0 -2
  206. package/build/CMakeFiles/tree-set-benchmark.dir/depend.make +0 -2
  207. package/build/CMakeFiles/tree-set-benchmark.dir/flags.make +0 -10
  208. package/build/CMakeFiles/tree-set-benchmark.dir/link.txt +0 -1
  209. package/build/CMakeFiles/tree-set-benchmark.dir/progress.make +0 -3
  210. package/build/CMakeFiles/tree-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-set.test.cpp.o +0 -0
  211. package/build/CMakeFiles/tree-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-set.test.cpp.o.d +0 -835
  212. package/build/Makefile +0 -783
  213. package/build/_deps/benchmark-build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  214. package/build/_deps/benchmark-build/CMakeFiles/progress.marks +0 -1
  215. package/build/_deps/benchmark-build/Makefile +0 -140
  216. package/build/_deps/benchmark-build/benchmark.pc +0 -12
  217. package/build/_deps/benchmark-build/benchmarkConfig.cmake +0 -14
  218. package/build/_deps/benchmark-build/benchmarkConfigVersion.cmake +0 -65
  219. package/build/_deps/benchmark-build/benchmarkTargets.cmake +0 -84
  220. package/build/_deps/benchmark-build/cmake_install.cmake +0 -50
  221. package/build/_deps/benchmark-build/src/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  222. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/DependInfo.cmake +0 -41
  223. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o +0 -0
  224. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o.d +0 -875
  225. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o +0 -0
  226. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o.d +0 -802
  227. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o +0 -0
  228. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o.d +0 -772
  229. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o +0 -0
  230. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o.d +0 -841
  231. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o +0 -0
  232. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o.d +0 -833
  233. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/build.make +0 -402
  234. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o +0 -0
  235. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o.d +0 -784
  236. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/cmake_clean.cmake +0 -47
  237. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/cmake_clean_target.cmake +0 -3
  238. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o +0 -0
  239. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o.d +0 -791
  240. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o +0 -0
  241. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o.d +0 -795
  242. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.internal +0 -15519
  243. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.make +0 -17500
  244. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.ts +0 -2
  245. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o +0 -0
  246. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o.d +0 -793
  247. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o +0 -0
  248. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o.d +0 -802
  249. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o +0 -0
  250. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o.d +0 -773
  251. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o +0 -0
  252. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o.d +0 -799
  253. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/depend.make +0 -2
  254. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/flags.make +0 -10
  255. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o +0 -0
  256. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o.d +0 -800
  257. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/link.txt +0 -2
  258. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o +0 -0
  259. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o.d +0 -807
  260. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/progress.make +0 -21
  261. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o +0 -0
  262. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o.d +0 -798
  263. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o +0 -0
  264. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o.d +0 -800
  265. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o +0 -0
  266. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o.d +0 -795
  267. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o +0 -0
  268. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o.d +0 -933
  269. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o +0 -0
  270. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o.d +0 -904
  271. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/DependInfo.cmake +0 -23
  272. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o +0 -0
  273. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o.d +0 -772
  274. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/build.make +0 -114
  275. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/cmake_clean.cmake +0 -11
  276. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/cmake_clean_target.cmake +0 -3
  277. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.internal +0 -776
  278. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.make +0 -2317
  279. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.ts +0 -2
  280. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/depend.make +0 -2
  281. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/flags.make +0 -10
  282. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/link.txt +0 -2
  283. package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/progress.make +0 -3
  284. package/build/_deps/benchmark-build/src/CMakeFiles/progress.marks +0 -1
  285. package/build/_deps/benchmark-build/src/Makefile +0 -710
  286. package/build/_deps/benchmark-build/src/cmake_install.cmake +0 -45
  287. package/build/_deps/benchmark-build/src/libbenchmark.a +0 -0
  288. package/build/_deps/benchmark-build/src/libbenchmark_main.a +0 -0
  289. package/build/_deps/benchmark-src/.clang-format +0 -5
  290. package/build/_deps/benchmark-src/.clang-tidy +0 -7
  291. package/build/_deps/benchmark-src/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
  292. package/build/_deps/benchmark-src/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  293. package/build/_deps/benchmark-src/.github/install_bazel.sh +0 -13
  294. package/build/_deps/benchmark-src/.github/libcxx-setup.sh +0 -26
  295. package/build/_deps/benchmark-src/.github/workflows/bazel.yml +0 -35
  296. package/build/_deps/benchmark-src/.github/workflows/build-and-test-min-cmake.yml +0 -46
  297. package/build/_deps/benchmark-src/.github/workflows/build-and-test-perfcounters.yml +0 -51
  298. package/build/_deps/benchmark-src/.github/workflows/build-and-test.yml +0 -114
  299. package/build/_deps/benchmark-src/.github/workflows/clang-format-lint.yml +0 -17
  300. package/build/_deps/benchmark-src/.github/workflows/clang-tidy.yml +0 -38
  301. package/build/_deps/benchmark-src/.github/workflows/doxygen.yml +0 -28
  302. package/build/_deps/benchmark-src/.github/workflows/pylint.yml +0 -28
  303. package/build/_deps/benchmark-src/.github/workflows/sanitizer.yml +0 -96
  304. package/build/_deps/benchmark-src/.github/workflows/test_bindings.yml +0 -29
  305. package/build/_deps/benchmark-src/.github/workflows/wheels.yml +0 -79
  306. package/build/_deps/benchmark-src/.travis.yml +0 -208
  307. package/build/_deps/benchmark-src/.ycm_extra_conf.py +0 -115
  308. package/build/_deps/benchmark-src/AUTHORS +0 -71
  309. package/build/_deps/benchmark-src/BUILD.bazel +0 -87
  310. package/build/_deps/benchmark-src/CMakeLists.txt +0 -340
  311. package/build/_deps/benchmark-src/CONTRIBUTING.md +0 -58
  312. package/build/_deps/benchmark-src/CONTRIBUTORS +0 -95
  313. package/build/_deps/benchmark-src/LICENSE +0 -202
  314. package/build/_deps/benchmark-src/MODULE.bazel +0 -24
  315. package/build/_deps/benchmark-src/README.md +0 -223
  316. package/build/_deps/benchmark-src/WORKSPACE +0 -22
  317. package/build/_deps/benchmark-src/WORKSPACE.bzlmod +0 -2
  318. package/build/_deps/benchmark-src/_config.yml +0 -2
  319. package/build/_deps/benchmark-src/appveyor.yml +0 -50
  320. package/build/_deps/benchmark-src/bazel/benchmark_deps.bzl +0 -65
  321. package/build/_deps/benchmark-src/bindings/python/BUILD +0 -3
  322. package/build/_deps/benchmark-src/bindings/python/build_defs.bzl +0 -25
  323. package/build/_deps/benchmark-src/bindings/python/google_benchmark/BUILD +0 -40
  324. package/build/_deps/benchmark-src/bindings/python/google_benchmark/__init__.py +0 -162
  325. package/build/_deps/benchmark-src/bindings/python/google_benchmark/benchmark.cc +0 -184
  326. package/build/_deps/benchmark-src/bindings/python/google_benchmark/example.py +0 -136
  327. package/build/_deps/benchmark-src/bindings/python/nanobind.BUILD +0 -17
  328. package/build/_deps/benchmark-src/bindings/python/python_headers.BUILD +0 -6
  329. package/build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake +0 -78
  330. package/build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake +0 -82
  331. package/build/_deps/benchmark-src/cmake/Config.cmake.in +0 -7
  332. package/build/_deps/benchmark-src/cmake/GetGitVersion.cmake +0 -58
  333. package/build/_deps/benchmark-src/cmake/GoogleTest.cmake +0 -58
  334. package/build/_deps/benchmark-src/cmake/GoogleTest.cmake.in +0 -59
  335. package/build/_deps/benchmark-src/cmake/benchmark.pc.in +0 -12
  336. package/build/_deps/benchmark-src/cmake/gnu_posix_regex.cpp +0 -12
  337. package/build/_deps/benchmark-src/cmake/llvm-toolchain.cmake +0 -8
  338. package/build/_deps/benchmark-src/cmake/posix_regex.cpp +0 -14
  339. package/build/_deps/benchmark-src/cmake/pthread_affinity.cpp +0 -16
  340. package/build/_deps/benchmark-src/cmake/split_list.cmake +0 -3
  341. package/build/_deps/benchmark-src/cmake/std_regex.cpp +0 -10
  342. package/build/_deps/benchmark-src/cmake/steady_clock.cpp +0 -7
  343. package/build/_deps/benchmark-src/cmake/thread_safety_attributes.cpp +0 -4
  344. package/build/_deps/benchmark-src/docs/AssemblyTests.md +0 -149
  345. package/build/_deps/benchmark-src/docs/_config.yml +0 -3
  346. package/build/_deps/benchmark-src/docs/assets/images/icon.png +0 -0
  347. package/build/_deps/benchmark-src/docs/assets/images/icon.xcf +0 -0
  348. package/build/_deps/benchmark-src/docs/assets/images/icon_black.png +0 -0
  349. package/build/_deps/benchmark-src/docs/assets/images/icon_black.xcf +0 -0
  350. package/build/_deps/benchmark-src/docs/dependencies.md +0 -13
  351. package/build/_deps/benchmark-src/docs/index.md +0 -12
  352. package/build/_deps/benchmark-src/docs/perf_counters.md +0 -35
  353. package/build/_deps/benchmark-src/docs/platform_specific_build_instructions.md +0 -48
  354. package/build/_deps/benchmark-src/docs/python_bindings.md +0 -34
  355. package/build/_deps/benchmark-src/docs/random_interleaving.md +0 -13
  356. package/build/_deps/benchmark-src/docs/reducing_variance.md +0 -100
  357. package/build/_deps/benchmark-src/docs/releasing.md +0 -41
  358. package/build/_deps/benchmark-src/docs/tools.md +0 -343
  359. package/build/_deps/benchmark-src/docs/user_guide.md +0 -1266
  360. package/build/_deps/benchmark-src/include/benchmark/benchmark.h +0 -1991
  361. package/build/_deps/benchmark-src/include/benchmark/export.h +0 -47
  362. package/build/_deps/benchmark-src/pyproject.toml +0 -50
  363. package/build/_deps/benchmark-src/setup.py +0 -113
  364. package/build/_deps/benchmark-src/src/CMakeLists.txt +0 -170
  365. package/build/_deps/benchmark-src/src/arraysize.h +0 -33
  366. package/build/_deps/benchmark-src/src/benchmark.cc +0 -779
  367. package/build/_deps/benchmark-src/src/benchmark_api_internal.cc +0 -118
  368. package/build/_deps/benchmark-src/src/benchmark_api_internal.h +0 -87
  369. package/build/_deps/benchmark-src/src/benchmark_main.cc +0 -18
  370. package/build/_deps/benchmark-src/src/benchmark_name.cc +0 -59
  371. package/build/_deps/benchmark-src/src/benchmark_register.cc +0 -520
  372. package/build/_deps/benchmark-src/src/benchmark_register.h +0 -109
  373. package/build/_deps/benchmark-src/src/benchmark_runner.cc +0 -497
  374. package/build/_deps/benchmark-src/src/benchmark_runner.h +0 -131
  375. package/build/_deps/benchmark-src/src/check.cc +0 -11
  376. package/build/_deps/benchmark-src/src/check.h +0 -106
  377. package/build/_deps/benchmark-src/src/colorprint.cc +0 -200
  378. package/build/_deps/benchmark-src/src/colorprint.h +0 -33
  379. package/build/_deps/benchmark-src/src/commandlineflags.cc +0 -298
  380. package/build/_deps/benchmark-src/src/commandlineflags.h +0 -133
  381. package/build/_deps/benchmark-src/src/complexity.cc +0 -244
  382. package/build/_deps/benchmark-src/src/complexity.h +0 -55
  383. package/build/_deps/benchmark-src/src/console_reporter.cc +0 -206
  384. package/build/_deps/benchmark-src/src/counter.cc +0 -80
  385. package/build/_deps/benchmark-src/src/counter.h +0 -32
  386. package/build/_deps/benchmark-src/src/csv_reporter.cc +0 -161
  387. package/build/_deps/benchmark-src/src/cycleclock.h +0 -230
  388. package/build/_deps/benchmark-src/src/internal_macros.h +0 -115
  389. package/build/_deps/benchmark-src/src/json_reporter.cc +0 -320
  390. package/build/_deps/benchmark-src/src/log.h +0 -88
  391. package/build/_deps/benchmark-src/src/mutex.h +0 -155
  392. package/build/_deps/benchmark-src/src/perf_counters.cc +0 -282
  393. package/build/_deps/benchmark-src/src/perf_counters.h +0 -200
  394. package/build/_deps/benchmark-src/src/re.h +0 -158
  395. package/build/_deps/benchmark-src/src/reporter.cc +0 -118
  396. package/build/_deps/benchmark-src/src/statistics.cc +0 -209
  397. package/build/_deps/benchmark-src/src/statistics.h +0 -44
  398. package/build/_deps/benchmark-src/src/string_util.cc +0 -254
  399. package/build/_deps/benchmark-src/src/string_util.h +0 -70
  400. package/build/_deps/benchmark-src/src/sysinfo.cc +0 -855
  401. package/build/_deps/benchmark-src/src/thread_manager.h +0 -63
  402. package/build/_deps/benchmark-src/src/thread_timer.h +0 -86
  403. package/build/_deps/benchmark-src/src/timers.cc +0 -272
  404. package/build/_deps/benchmark-src/src/timers.h +0 -48
  405. package/build/_deps/benchmark-src/test/AssemblyTests.cmake +0 -67
  406. package/build/_deps/benchmark-src/test/BUILD +0 -127
  407. package/build/_deps/benchmark-src/test/CMakeLists.txt +0 -309
  408. package/build/_deps/benchmark-src/test/args_product_test.cc +0 -77
  409. package/build/_deps/benchmark-src/test/basic_test.cc +0 -180
  410. package/build/_deps/benchmark-src/test/benchmark_gtest.cc +0 -169
  411. package/build/_deps/benchmark-src/test/benchmark_min_time_flag_iters_test.cc +0 -66
  412. package/build/_deps/benchmark-src/test/benchmark_min_time_flag_time_test.cc +0 -90
  413. package/build/_deps/benchmark-src/test/benchmark_name_gtest.cc +0 -82
  414. package/build/_deps/benchmark-src/test/benchmark_random_interleaving_gtest.cc +0 -126
  415. package/build/_deps/benchmark-src/test/benchmark_setup_teardown_test.cc +0 -157
  416. package/build/_deps/benchmark-src/test/benchmark_test.cc +0 -274
  417. package/build/_deps/benchmark-src/test/clobber_memory_assembly_test.cc +0 -64
  418. package/build/_deps/benchmark-src/test/commandlineflags_gtest.cc +0 -228
  419. package/build/_deps/benchmark-src/test/complexity_test.cc +0 -228
  420. package/build/_deps/benchmark-src/test/cxx03_test.cc +0 -62
  421. package/build/_deps/benchmark-src/test/diagnostics_test.cc +0 -91
  422. package/build/_deps/benchmark-src/test/display_aggregates_only_test.cc +0 -45
  423. package/build/_deps/benchmark-src/test/donotoptimize_assembly_test.cc +0 -201
  424. package/build/_deps/benchmark-src/test/donotoptimize_test.cc +0 -69
  425. package/build/_deps/benchmark-src/test/filter_test.cc +0 -117
  426. package/build/_deps/benchmark-src/test/fixture_test.cc +0 -51
  427. package/build/_deps/benchmark-src/test/internal_threading_test.cc +0 -185
  428. package/build/_deps/benchmark-src/test/link_main_test.cc +0 -9
  429. package/build/_deps/benchmark-src/test/map_test.cc +0 -59
  430. package/build/_deps/benchmark-src/test/memory_manager_test.cc +0 -47
  431. package/build/_deps/benchmark-src/test/min_time_parse_gtest.cc +0 -30
  432. package/build/_deps/benchmark-src/test/multiple_ranges_test.cc +0 -96
  433. package/build/_deps/benchmark-src/test/options_test.cc +0 -77
  434. package/build/_deps/benchmark-src/test/output_test.h +0 -211
  435. package/build/_deps/benchmark-src/test/output_test_helper.cc +0 -519
  436. package/build/_deps/benchmark-src/test/perf_counters_gtest.cc +0 -307
  437. package/build/_deps/benchmark-src/test/perf_counters_test.cc +0 -92
  438. package/build/_deps/benchmark-src/test/register_benchmark_test.cc +0 -196
  439. package/build/_deps/benchmark-src/test/repetitions_test.cc +0 -214
  440. package/build/_deps/benchmark-src/test/report_aggregates_only_test.cc +0 -41
  441. package/build/_deps/benchmark-src/test/reporter_output_test.cc +0 -1130
  442. package/build/_deps/benchmark-src/test/skip_with_error_test.cc +0 -199
  443. package/build/_deps/benchmark-src/test/spec_arg_test.cc +0 -105
  444. package/build/_deps/benchmark-src/test/spec_arg_verbosity_test.cc +0 -43
  445. package/build/_deps/benchmark-src/test/state_assembly_test.cc +0 -68
  446. package/build/_deps/benchmark-src/test/statistics_gtest.cc +0 -35
  447. package/build/_deps/benchmark-src/test/string_util_gtest.cc +0 -199
  448. package/build/_deps/benchmark-src/test/templated_fixture_test.cc +0 -28
  449. package/build/_deps/benchmark-src/test/time_unit_gtest.cc +0 -37
  450. package/build/_deps/benchmark-src/test/user_counters_tabular_test.cc +0 -558
  451. package/build/_deps/benchmark-src/test/user_counters_test.cc +0 -561
  452. package/build/_deps/benchmark-src/test/user_counters_thousands_test.cc +0 -186
  453. package/build/_deps/benchmark-src/tools/BUILD.bazel +0 -19
  454. package/build/_deps/benchmark-src/tools/compare.py +0 -432
  455. package/build/_deps/benchmark-src/tools/gbench/Inputs/test1_run1.json +0 -127
  456. package/build/_deps/benchmark-src/tools/gbench/Inputs/test1_run2.json +0 -127
  457. package/build/_deps/benchmark-src/tools/gbench/Inputs/test2_run.json +0 -81
  458. package/build/_deps/benchmark-src/tools/gbench/Inputs/test3_run0.json +0 -65
  459. package/build/_deps/benchmark-src/tools/gbench/Inputs/test3_run1.json +0 -65
  460. package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run.json +0 -96
  461. package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run0.json +0 -21
  462. package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run1.json +0 -21
  463. package/build/_deps/benchmark-src/tools/gbench/__init__.py +0 -8
  464. package/build/_deps/benchmark-src/tools/gbench/report.py +0 -1201
  465. package/build/_deps/benchmark-src/tools/gbench/util.py +0 -203
  466. package/build/_deps/benchmark-src/tools/libpfm.BUILD.bazel +0 -22
  467. package/build/_deps/benchmark-src/tools/requirements.txt +0 -2
  468. package/build/_deps/benchmark-src/tools/strip_asm.py +0 -151
  469. package/build/_deps/benchmark-subbuild/CMakeCache.txt +0 -133
  470. package/build/_deps/benchmark-subbuild/CMakeFiles/4.0.3/CMakeSystem.cmake +0 -15
  471. package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeConfigureLog.yaml +0 -11
  472. package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  473. package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeRuleHashes.txt +0 -11
  474. package/build/_deps/benchmark-subbuild/CMakeFiles/InstallScripts.json +0 -7
  475. package/build/_deps/benchmark-subbuild/CMakeFiles/Makefile.cmake +0 -52
  476. package/build/_deps/benchmark-subbuild/CMakeFiles/Makefile2 +0 -122
  477. package/build/_deps/benchmark-subbuild/CMakeFiles/TargetDirectories.txt +0 -3
  478. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate-complete +0 -0
  479. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/DependInfo.cmake +0 -22
  480. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/Labels.json +0 -46
  481. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/Labels.txt +0 -14
  482. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/build.make +0 -162
  483. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/cmake_clean.cmake +0 -17
  484. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/compiler_depend.make +0 -2
  485. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/compiler_depend.ts +0 -2
  486. package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/progress.make +0 -10
  487. package/build/_deps/benchmark-subbuild/CMakeFiles/cmake.check_cache +0 -1
  488. package/build/_deps/benchmark-subbuild/CMakeFiles/progress.marks +0 -1
  489. package/build/_deps/benchmark-subbuild/CMakeLists.txt +0 -42
  490. package/build/_deps/benchmark-subbuild/Makefile +0 -162
  491. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-build +0 -0
  492. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-configure +0 -0
  493. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-done +0 -0
  494. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-download +0 -0
  495. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitclone-lastrun.txt +0 -15
  496. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitinfo.txt +0 -15
  497. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-install +0 -0
  498. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-mkdir +0 -0
  499. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-patch +0 -0
  500. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-patch-info.txt +0 -6
  501. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-test +0 -0
  502. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-update-info.txt +0 -7
  503. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-cfgcmd.txt +0 -1
  504. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitclone.cmake +0 -87
  505. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitupdate.cmake +0 -317
  506. package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-mkdirs.cmake +0 -27
  507. package/build/_deps/benchmark-subbuild/cmake_install.cmake +0 -56
  508. package/build/bin/avl-rb-range-search-benchmark +0 -0
  509. package/build/bin/avl-tree-benchmark +0 -0
  510. package/build/bin/deque-benchmark +0 -0
  511. package/build/bin/doubly-linked-list-benchmark +0 -0
  512. package/build/bin/hash-map-benchmark +0 -0
  513. package/build/bin/heap-benchmark +0 -0
  514. package/build/bin/priority-queue-benchmark +0 -0
  515. package/build/bin/queue-benchmark +0 -0
  516. package/build/bin/red-black-tree-benchmark +0 -0
  517. package/build/bin/singly-linked-list-benchmark +0 -0
  518. package/build/bin/stack-benchmark +0 -0
  519. package/build/bin/tree-map-benchmark +0 -0
  520. package/build/bin/tree-multi-map-benchmark +0 -0
  521. package/build/bin/tree-multi-set-benchmark +0 -0
  522. package/build/bin/tree-set-benchmark +0 -0
  523. package/build/cmake_install.cmake +0 -66
  524. package/dist/cjs/index.cjs.map +0 -1
  525. package/dist/cjs-legacy/index.cjs.map +0 -1
  526. package/dist/esm/index.mjs.map +0 -1
  527. package/dist/esm-legacy/index.mjs.map +0 -1
  528. package/dist/umd/data-structure-typed.js.map +0 -1
  529. package/dist/umd/data-structure-typed.min.js.map +0 -1
  530. package/eslint.config.mjs +0 -73
  531. package/test/config.ts +0 -4
  532. package/test/integration/all-in-one.test.ts +0 -110
  533. package/test/integration/avl-tree.test.ts +0 -127
  534. package/test/integration/bst.test.ts +0 -385
  535. package/test/integration/compile.test.mjs +0 -159
  536. package/test/integration/compile.test.ts +0 -176
  537. package/test/integration/heap.test.js +0 -21
  538. package/test/integration/index.html +0 -462
  539. package/test/performance/benchmark-runner-enhanced.mjs +0 -818
  540. package/test/performance/cmake-benchmark-runner.mjs +0 -234
  541. package/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp +0 -112
  542. package/test/performance/data-structures/binary-tree/avl-rb-range-search.test.mjs +0 -51
  543. package/test/performance/data-structures/binary-tree/avl-tree.test.cpp +0 -181
  544. package/test/performance/data-structures/binary-tree/avl-tree.test.mjs +0 -138
  545. package/test/performance/data-structures/binary-tree/binary-tree-overall.test.mjs +0 -85
  546. package/test/performance/data-structures/binary-tree/binary-tree.test.mjs +0 -100
  547. package/test/performance/data-structures/binary-tree/bst.test.mjs +0 -61
  548. package/test/performance/data-structures/binary-tree/red-black-tree-cjs.test.mjs +0 -259
  549. package/test/performance/data-structures/binary-tree/red-black-tree.test.cpp +0 -213
  550. package/test/performance/data-structures/binary-tree/red-black-tree.test.mjs +0 -275
  551. package/test/performance/data-structures/binary-tree/tree-map.test.cpp +0 -129
  552. package/test/performance/data-structures/binary-tree/tree-map.test.mjs +0 -171
  553. package/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp +0 -205
  554. package/test/performance/data-structures/binary-tree/tree-multi-map.test.mjs +0 -106
  555. package/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp +0 -217
  556. package/test/performance/data-structures/binary-tree/tree-multi-set.test.mjs +0 -91
  557. package/test/performance/data-structures/binary-tree/tree-set.test.cpp +0 -127
  558. package/test/performance/data-structures/binary-tree/tree-set.test.mjs +0 -174
  559. package/test/performance/data-structures/comparison/comparison.test.mjs +0 -99
  560. package/test/performance/data-structures/graph/directed-graph.test.mjs +0 -38
  561. package/test/performance/data-structures/hash/hash-map.test.cpp +0 -183
  562. package/test/performance/data-structures/hash/hash-map.test.mjs +0 -187
  563. package/test/performance/data-structures/heap/heap.test.cpp +0 -61
  564. package/test/performance/data-structures/heap/heap.test.mjs +0 -31
  565. package/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp +0 -84
  566. package/test/performance/data-structures/linked-list/doubly-linked-list.test.mjs +0 -125
  567. package/test/performance/data-structures/linked-list/singly-linked-list.test.cpp +0 -77
  568. package/test/performance/data-structures/linked-list/singly-linked-list.test.mjs +0 -84
  569. package/test/performance/data-structures/priority-queue/max-priority-queue.test.mjs +0 -40
  570. package/test/performance/data-structures/priority-queue/priority-queue.test.cpp +0 -59
  571. package/test/performance/data-structures/priority-queue/priority-queue.test.mjs +0 -64
  572. package/test/performance/data-structures/queue/deque.test.cpp +0 -119
  573. package/test/performance/data-structures/queue/deque.test.mjs +0 -144
  574. package/test/performance/data-structures/queue/queue.test.cpp +0 -59
  575. package/test/performance/data-structures/queue/queue.test.mjs +0 -77
  576. package/test/performance/data-structures/stack/stack.test.cpp +0 -40
  577. package/test/performance/data-structures/stack/stack.test.mjs +0 -69
  578. package/test/performance/data-structures/trie/trie.test.mjs +0 -43
  579. package/test/performance/reportor-enhanced.mjs +0 -1027
  580. package/test/performance/runner-config.json +0 -51
  581. package/test/types/index.ts +0 -1
  582. package/test/types/utils/big-o.ts +0 -1
  583. package/test/types/utils/index.ts +0 -2
  584. package/test/types/utils/json2html.ts +0 -5
  585. package/test/unit/data-structures/base/iterable-element-base.coverage.test.ts +0 -106
  586. package/test/unit/data-structures/base/iterable-element-base.more-branches.coverage.test.ts +0 -61
  587. package/test/unit/data-structures/base/linear-base.array.coverage.test.ts +0 -168
  588. package/test/unit/data-structures/base/linear-base.concat-else.coverage.test.ts +0 -82
  589. package/test/unit/data-structures/base/linear-base.coverage.test.ts +0 -72
  590. package/test/unit/data-structures/base/linear-base.more-branches.coverage.test.ts +0 -414
  591. package/test/unit/data-structures/binary-tree/avl-tree-node.familyPosition-root-left.coverage.test.ts +0 -17
  592. package/test/unit/data-structures/binary-tree/avl-tree.more-branches-2.coverage.test.ts +0 -99
  593. package/test/unit/data-structures/binary-tree/avl-tree.test.ts +0 -729
  594. package/test/unit/data-structures/binary-tree/binary-index-tree.test.ts +0 -345
  595. package/test/unit/data-structures/binary-tree/binary-indexed-tree.more-branches.coverage.test.ts +0 -18
  596. package/test/unit/data-structures/binary-tree/binary-tree.more-branches.coverage.test.ts +0 -56
  597. package/test/unit/data-structures/binary-tree/binary-tree.remaining-branches.coverage.test.ts +0 -232
  598. package/test/unit/data-structures/binary-tree/binary-tree.test.ts +0 -1912
  599. package/test/unit/data-structures/binary-tree/bst.bound-by-predicate.coverage.test.ts +0 -33
  600. package/test/unit/data-structures/binary-tree/bst.coverage.test.ts +0 -94
  601. package/test/unit/data-structures/binary-tree/bst.deletebykey.coverage.test.ts +0 -70
  602. package/test/unit/data-structures/binary-tree/bst.deletewhere.coverage.test.ts +0 -37
  603. package/test/unit/data-structures/binary-tree/bst.floor-lower-predicate.coverage.test.ts +0 -29
  604. package/test/unit/data-structures/binary-tree/bst.floor-setmany.coverage.test.ts +0 -72
  605. package/test/unit/data-structures/binary-tree/bst.getnode.range-ensure.coverage.test.ts +0 -22
  606. package/test/unit/data-structures/binary-tree/bst.misc-branches.coverage.test.ts +0 -100
  607. package/test/unit/data-structures/binary-tree/bst.more-branches-2.coverage.test.ts +0 -133
  608. package/test/unit/data-structures/binary-tree/bst.more-branches-3.coverage.test.ts +0 -45
  609. package/test/unit/data-structures/binary-tree/bst.more-branches-4.coverage.test.ts +0 -36
  610. package/test/unit/data-structures/binary-tree/bst.more-branches-5.coverage.test.ts +0 -40
  611. package/test/unit/data-structures/binary-tree/bst.more.coverage.test.ts +0 -39
  612. package/test/unit/data-structures/binary-tree/bst.node-family.coverage.test.ts +0 -29
  613. package/test/unit/data-structures/binary-tree/bst.range-pruning.coverage.test.ts +0 -43
  614. package/test/unit/data-structures/binary-tree/bst.search-fastpath.coverage.test.ts +0 -30
  615. package/test/unit/data-structures/binary-tree/bst.test.ts +0 -3472
  616. package/test/unit/data-structures/binary-tree/data/cost-of-living-by-country.ts +0 -259
  617. package/test/unit/data-structures/binary-tree/overall.test.ts +0 -219
  618. package/test/unit/data-structures/binary-tree/red-black-tree.boundary-corruption-repair.coverage.test.ts +0 -66
  619. package/test/unit/data-structures/binary-tree/red-black-tree.boundary-max-update.coverage.test.ts +0 -18
  620. package/test/unit/data-structures/binary-tree/red-black-tree.boundary-null.coverage.test.ts +0 -53
  621. package/test/unit/data-structures/binary-tree/red-black-tree.boundary-stale-cache.coverage.test.ts +0 -25
  622. package/test/unit/data-structures/binary-tree/red-black-tree.boundary-update.coverage.test.ts +0 -23
  623. package/test/unit/data-structures/binary-tree/red-black-tree.cache-delete.coverage.test.ts +0 -49
  624. package/test/unit/data-structures/binary-tree/red-black-tree.cache-edge.coverage.test.ts +0 -37
  625. package/test/unit/data-structures/binary-tree/red-black-tree.cache-stale-insert.coverage.test.ts +0 -39
  626. package/test/unit/data-structures/binary-tree/red-black-tree.coverage.test.ts +0 -334
  627. package/test/unit/data-structures/binary-tree/red-black-tree.delete-fixup.coverage.test.ts +0 -68
  628. package/test/unit/data-structures/binary-tree/red-black-tree.delete-successor.coverage.test.ts +0 -75
  629. package/test/unit/data-structures/binary-tree/red-black-tree.factories.coverage.test.ts +0 -26
  630. package/test/unit/data-structures/binary-tree/red-black-tree.hint-cache-compare-update.coverage.test.ts +0 -74
  631. package/test/unit/data-structures/binary-tree/red-black-tree.hint-cache-no-update.coverage.test.ts +0 -44
  632. package/test/unit/data-structures/binary-tree/red-black-tree.hint-cache-nullish.coverage.test.ts +0 -61
  633. package/test/unit/data-structures/binary-tree/red-black-tree.hint-mapmode-defined.coverage.test.ts +0 -35
  634. package/test/unit/data-structures/binary-tree/red-black-tree.hint-mapmode-undefined.coverage.test.ts +0 -43
  635. package/test/unit/data-structures/binary-tree/red-black-tree.hint-more.coverage.test.ts +0 -99
  636. package/test/unit/data-structures/binary-tree/red-black-tree.hint.coverage.test.ts +0 -60
  637. package/test/unit/data-structures/binary-tree/red-black-tree.insert-cache-nullish.coverage.test.ts +0 -29
  638. package/test/unit/data-structures/binary-tree/red-black-tree.insert-header-parent-nullish.coverage.test.ts +0 -17
  639. package/test/unit/data-structures/binary-tree/red-black-tree.internal-walk.coverage.test.ts +0 -57
  640. package/test/unit/data-structures/binary-tree/red-black-tree.minmax-cache.test.ts +0 -65
  641. package/test/unit/data-structures/binary-tree/red-black-tree.misc-inputs.coverage.test.ts +0 -17
  642. package/test/unit/data-structures/binary-tree/red-black-tree.more-branches-2.coverage.test.ts +0 -121
  643. package/test/unit/data-structures/binary-tree/red-black-tree.more-branches-3.coverage.test.ts +0 -55
  644. package/test/unit/data-structures/binary-tree/red-black-tree.more-branches-4.coverage.test.ts +0 -44
  645. package/test/unit/data-structures/binary-tree/red-black-tree.predsucc.coverage.test.ts +0 -40
  646. package/test/unit/data-structures/binary-tree/red-black-tree.remaining-branches.coverage.test.ts +0 -123
  647. package/test/unit/data-structures/binary-tree/red-black-tree.set-inputs.coverage.test.ts +0 -64
  648. package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-parent-cache.coverage.test.ts +0 -79
  649. package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-remaining.coverage.test.ts +0 -44
  650. package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-uncovered.coverage.test.ts +0 -74
  651. package/test/unit/data-structures/binary-tree/red-black-tree.test.ts +0 -936
  652. package/test/unit/data-structures/binary-tree/red-black-tree.update-branches.coverage.test.ts +0 -30
  653. package/test/unit/data-structures/binary-tree/segment-tree.more-branches.coverage.test.ts +0 -31
  654. package/test/unit/data-structures/binary-tree/segment-tree.test.ts +0 -104
  655. package/test/unit/data-structures/binary-tree/tree-map.test.ts +0 -316
  656. package/test/unit/data-structures/binary-tree/tree-multi-map.coverage.test.ts +0 -245
  657. package/test/unit/data-structures/binary-tree/tree-multi-map.legacy.test.ts.skip +0 -1115
  658. package/test/unit/data-structures/binary-tree/tree-multi-map.more-branches-2.coverage.test.ts.skip +0 -59
  659. package/test/unit/data-structures/binary-tree/tree-multi-map.rfc.test.ts +0 -146
  660. package/test/unit/data-structures/binary-tree/tree-multi-map.simplified.test.ts +0 -482
  661. package/test/unit/data-structures/binary-tree/tree-multi-set.test.ts +0 -594
  662. package/test/unit/data-structures/binary-tree/tree-set.test.ts +0 -231
  663. package/test/unit/data-structures/graph/abstract-graph.more-branches-2.coverage.test.ts +0 -40
  664. package/test/unit/data-structures/graph/abstract-graph.more-branches-3.coverage.test.ts +0 -65
  665. package/test/unit/data-structures/graph/abstract-graph.more-branches-4.coverage.test.ts +0 -98
  666. package/test/unit/data-structures/graph/abstract-graph.more-branches-5.coverage.test.ts +0 -51
  667. package/test/unit/data-structures/graph/abstract-graph.more-branches.coverage.test.ts +0 -62
  668. package/test/unit/data-structures/graph/abstract-graph.test.ts +0 -117
  669. package/test/unit/data-structures/graph/directed-graph.more-branches-2.coverage.test.ts +0 -38
  670. package/test/unit/data-structures/graph/directed-graph.more-branches-3.coverage.test.ts +0 -25
  671. package/test/unit/data-structures/graph/directed-graph.more-branches.coverage.test.ts +0 -82
  672. package/test/unit/data-structures/graph/directed-graph.test.ts +0 -1185
  673. package/test/unit/data-structures/graph/map-graph.more-branches.coverage.test.ts +0 -22
  674. package/test/unit/data-structures/graph/map-graph.test.ts +0 -148
  675. package/test/unit/data-structures/graph/overall.test.ts +0 -49
  676. package/test/unit/data-structures/graph/salty-edges.json +0 -875
  677. package/test/unit/data-structures/graph/salty-vertexes.json +0 -200
  678. package/test/unit/data-structures/graph/undirected-graph.more-branches-2.coverage.test.ts +0 -35
  679. package/test/unit/data-structures/graph/undirected-graph.more-branches.coverage.test.ts +0 -87
  680. package/test/unit/data-structures/graph/undirected-graph.test.ts +0 -782
  681. package/test/unit/data-structures/hash/hash-map.more-branches.coverage.test.ts +0 -64
  682. package/test/unit/data-structures/hash/hash-map.test.ts +0 -1125
  683. package/test/unit/data-structures/hash/hash-map.toEntryFn-branch.coverage.test.ts +0 -9
  684. package/test/unit/data-structures/heap/heap.misc-branches.coverage.test.ts +0 -110
  685. package/test/unit/data-structures/heap/heap.remaining-branches.coverage.test.ts +0 -22
  686. package/test/unit/data-structures/heap/heap.test.ts +0 -760
  687. package/test/unit/data-structures/heap/max-heap.coverage.test.ts +0 -29
  688. package/test/unit/data-structures/heap/max-heap.test.ts +0 -98
  689. package/test/unit/data-structures/heap/min-heap.test.ts +0 -117
  690. package/test/unit/data-structures/linked-list/doubly-linked-list.more-branches.coverage.test.ts +0 -72
  691. package/test/unit/data-structures/linked-list/doubly-linked-list.test.ts +0 -1150
  692. package/test/unit/data-structures/linked-list/linked-list.test.ts +0 -8
  693. package/test/unit/data-structures/linked-list/linked-list.unshiftMany-else.coverage.test.ts +0 -15
  694. package/test/unit/data-structures/linked-list/singly-linked-list.coverage.test.ts +0 -221
  695. package/test/unit/data-structures/linked-list/singly-linked-list.more-branches.coverage.test.ts +0 -86
  696. package/test/unit/data-structures/linked-list/singly-linked-list.test.ts +0 -836
  697. package/test/unit/data-structures/linked-list/skip-linked-list.more-branches.coverage.test.ts +0 -31
  698. package/test/unit/data-structures/linked-list/skip-linked-list.test.ts +0 -13
  699. package/test/unit/data-structures/linked-list/skip-list.test.ts +0 -86
  700. package/test/unit/data-structures/matrix/matrix.more-branches.coverage.test.ts +0 -81
  701. package/test/unit/data-structures/matrix/matrix.pivotElement-nullish.coverage.test.ts +0 -28
  702. package/test/unit/data-structures/matrix/matrix.test.ts +0 -377
  703. package/test/unit/data-structures/matrix/navigator.test.ts +0 -244
  704. package/test/unit/data-structures/priority-queue/max-priority-queue.more-branches.coverage.test.ts +0 -10
  705. package/test/unit/data-structures/priority-queue/max-priority-queue.test.ts +0 -160
  706. package/test/unit/data-structures/priority-queue/min-priority-queue.test.ts +0 -78
  707. package/test/unit/data-structures/priority-queue/priority-queue.coverage.test.ts +0 -21
  708. package/test/unit/data-structures/priority-queue/priority-queue.test.ts +0 -101
  709. package/test/unit/data-structures/queue/deque.coverage.test.ts +0 -173
  710. package/test/unit/data-structures/queue/deque.more-branches-2.coverage.test.ts +0 -39
  711. package/test/unit/data-structures/queue/deque.more-branches-3.coverage.test.ts +0 -9
  712. package/test/unit/data-structures/queue/deque.more-branches.coverage.test.ts +0 -95
  713. package/test/unit/data-structures/queue/deque.test.ts +0 -936
  714. package/test/unit/data-structures/queue/queue.coverage.test.ts +0 -138
  715. package/test/unit/data-structures/queue/queue.more-branches-2.coverage.test.ts +0 -27
  716. package/test/unit/data-structures/queue/queue.test.ts +0 -703
  717. package/test/unit/data-structures/stack/stack.coverage.test.ts +0 -112
  718. package/test/unit/data-structures/stack/stack.test.ts +0 -438
  719. package/test/unit/data-structures/tree/tree.more-branches.coverage.test.ts +0 -9
  720. package/test/unit/data-structures/tree/tree.test.ts +0 -58
  721. package/test/unit/data-structures/trie/trie.more-branches-2.coverage.test.ts +0 -51
  722. package/test/unit/data-structures/trie/trie.test.ts +0 -1181
  723. package/test/unit/unrestricted-interconversion.test.ts +0 -299
  724. package/test/unit/utils/utils.test.ts +0 -174
  725. package/test/utils/array.ts +0 -5517
  726. package/test/utils/big-o.ts +0 -228
  727. package/test/utils/console.ts +0 -31
  728. package/test/utils/index.ts +0 -8
  729. package/test/utils/is.ts +0 -56
  730. package/test/utils/json2html.ts +0 -164
  731. package/test/utils/number.ts +0 -13
  732. package/test/utils/patch.ts +0 -33
  733. package/test/utils/perf.mjs +0 -34
  734. package/test/utils/performanc.ts +0 -7
  735. package/test/utils/string.ts +0 -49
  736. package/tsconfig.types.json +0 -15
  737. package/tsup.config.js +0 -63
  738. package/tsup.umd.config.js +0 -29
@@ -1,2146 +0,0 @@
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
- ...