mturk

apr-2 build status

Dec 3rd, 2021 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. Trying to bring sanity to apr-2 for last few weeks
  2. Build using cmake ...
  3.  
  4. 1> [CMake] --
  5. 1> [CMake] --
  6. 1> [CMake] -- APR configuration summary:
  7. 1> [CMake] --
  8. 1> [CMake] -- Build type ...................... : RelWithDebInfo
  9. 1> [CMake] -- Install .pdb (if available)...... : ON
  10. 1> [CMake] -- Install prefix .................. : C:/Shared/Workplace/root/x64-windows
  11. 1> [CMake] -- C compiler ...................... : C:/Tools/2022p/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe
  12. 1> [CMake] -- IPv6 ............................ : ON
  13. 1> [CMake] -- DBD ODBC driver ................. : ON
  14. 1> [CMake] -- DBD SQLite3 driver .............. : ON
  15. 1> [CMake] -- Use Expat ....................... : ON
  16. 1> [CMake] -- Use LibXml2 ..................... : OFF
  17. 1> [CMake] -- Use XmlLite ..................... : OFF
  18. 1> [CMake] -- Have Crypto ..................... : ON
  19. 1> [CMake] -- Have Iconv ...................... : ON
  20. 1> [CMake] -- Library files for XML ........... : C:/Shared/Workplace/root/x64-windows/lib/libexpat.lib
  21. 1> [CMake] -- Build test suite ................ : ON
  22. 1> [CMake] -- (testing dynamic libraries)
  23. 1> [CMake] -- Install private .h for httpd .... : ON
  24. 1> [CMake] -- Configuring done
  25. 1> [CMake] -- Generating done
  26. 1> [CMake] -- Build files have been written to: C:/Shared/Workplace/apache/apr/trunk/out/build/x64-Release
  27. 1> Extracted CMake variables.
  28. 1> Extracted source files and headers.
  29. 1> Extracted code model.
  30. 1> Extracted toolchain configurations.
  31. 1> Extracted includes paths.
  32. 1> CMake generation finished.
  33.  
  34. ...
  35.  
  36.  
  37. C:\Shared\Workplace\apache\apr\trunk\out\build\x64-Release>testall
  38. testatomic : SUCCESS
  39. testdir : SUCCESS
  40. testdso : SUCCESS
  41. testdup : SUCCESS
  42. testencode : SUCCESS
  43. testenv : SUCCESS
  44. testescape : SUCCESS
  45. testfile : SUCCESS
  46. testfilecopy : SUCCESS
  47. testfileinfo : SUCCESS
  48. testflock : SUCCESS
  49. testfmt : SUCCESS
  50. testfnmatch : SUCCESS
  51. testargs : SUCCESS
  52. testhash : SUCCESS
  53. testhooks : SUCCESS
  54. testipsub : SUCCESS
  55. testlock : SUCCESS
  56. testcond : SUCCESS
  57. testlfs : SUCCESS
  58. testmmap : SUCCESS
  59. testnames : SUCCESS
  60. testoc : SUCCESS
  61. testpath : SUCCESS
  62. testpipe : SUCCESS
  63. testpoll : SUCCESS
  64. testpools : SUCCESS
  65. testproc : SUCCESS
  66. testprocmutex : SUCCESS
  67. testrand : SUCCESS
  68. testsleep : SUCCESS
  69. testshm : SUCCESS
  70. testsock : SUCCESS
  71. testsockets : SUCCESS
  72. testsockopt : SUCCESS
  73. teststr : SUCCESS
  74. teststrnatcmp : SUCCESS
  75. testtable : SUCCESS
  76. testtemp : SUCCESS
  77. testthread : SUCCESS
  78. testtime : SUCCESS
  79. testud : SUCCESS
  80. testuser : SUCCESS
  81. testvsn : SUCCESS
  82. teststrmatch : SUCCESS
  83. testuri : SUCCESS
  84. testuuid : SUCCESS
  85. testbuckets : SUCCESS
  86. testpass : SUCCESS
  87. testbase64 : SUCCESS
  88. testmd4 : SUCCESS
  89. testmd5 : SUCCESS
  90. testcrypto : SUCCESS
  91. testdbd : SUCCESS
  92. testdate : SUCCESS
  93. testmemcache : SUCCESS
  94. testredis : SUCCESS
  95. testxml : SUCCESS
  96. testxlate : SUCCESS
  97. testrmm : SUCCESS
  98. testdbm : SUCCESS
  99. testqueue : SUCCESS
  100. testreslist : SUCCESS
  101. testlfsabi : SUCCESS
  102. testskiplist : SUCCESS
  103. testsiphash : SUCCESS
  104. testjson : SUCCESS
  105. testjose : SUCCESS
  106. All tests passed.
Add Comment
Please, Sign In to add comment