Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.07 KB | None | 0 0
  1. ~/Desktop/swift-source> ./build-ninja-test.sh
  2. + mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert
  3. + env HOST_VARIABLE_haiku_x86_64__SWIFT_BENCHMARK_TARGETS= HOST_VARIABLE_haiku_x86_64__SWIFT_RUN_BENCHMARK_TARGETS= HOST_VARIABLE_haiku_x86_64__SWIFT_SDKS=HAIKU HOST_VARIABLE_haiku_x86_64__SWIFT_STDLIB_TARGETS=swift-test-stdlib-haiku-x86_64 HOST_VARIABLE_haiku_x86_64__SWIFT_TEST_TARGETS=check-swift-haiku-x86_64 /boot/home/Desktop/swift-source/swift/utils/build-script-impl --workspace /boot/home/Desktop/swift-source --build-dir /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert --install-prefix /usr --host-target haiku-x86_64 --stdlib-deployment-targets haiku-x86_64 --host-cc /bin/clang --host-cxx /bin/clang++ --darwin-xcrun-toolchain default --darwin-deployment-version-osx=10.9 --darwin-deployment-version-ios=7.0 --darwin-deployment-version-tvos=9.0 --darwin-deployment-version-watchos=2.0 --cmake /bin/cmake --cmark-build-type Release --llvm-build-type Release --swift-build-type Release --swift-stdlib-build-type Release --lldb-build-type Release --foundation-build-type Release --libdispatch-build-type Release --libicu-build-type Release --xctest-build-type Release --swiftpm-build-type Release --swift-enable-assertions true --swift-stdlib-enable-assertions true --swift-analyze-code-coverage false --cmake-generator Ninja --build-jobs 8 '--common-cmake-options=-G Ninja -DCMAKE_C_COMPILER:PATH=/bin/clang -DCMAKE_CXX_COMPILER:PATH=/bin/clang++ -DCMAKE_MAKE_PROGRAM=/bin/ninja' --build-args=-j8 --cmark-cmake-options= '--llvm-cmake-options=-DLLVM_ENABLE_ASSERTIONS=TRUE -DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64;PowerPC;SystemZ' '--swift-cmake-options=-DSWIFT_STDLIB_ENABLE_SIL_OWNERSHIP=FALSE -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE' --build-stdlib-deployment-targets all --ninja-bin=/bin/ninja --skip-build-foundation --skip-build-xctest --skip-build-lldb --skip-build-llbuild --skip-build-libdispatch --skip-build-libicu --skip-build-swiftpm --skip-build-playgroundlogger --skip-build-playgroundsupport --build-swift-dynamic-stdlib --build-swift-dynamic-sdk-overlay --skip-build-ios-device --skip-build-ios-simulator --skip-build-tvos-device --skip-build-tvos-simulator --skip-build-watchos-device --skip-build-watchos-simulator --skip-build-android --skip-test-ios-host --skip-test-ios-simulator --skip-test-tvos-host --skip-test-tvos-simulator --skip-test-watchos-host --skip-test-watchos-simulator --skip-test-android-host --skip-test-benchmarks --skip-test-optimized --android-deploy-device-path /data/local/tmp '--extra-cmake-options=-DLLVM_ENABLE_ASSERTIONS=TRUE '"'"'
  4. '"'"' -DCMAKE_SKIP_RPATH=FALSE -DLLVM_ENABLE_RTTI=ON '"'"'
  5. '"'"' -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_THREADS=ON '"'"'
  6. '"'"' -DCMAKE_C_FLAGS=-fPIC -DCMAKE_CXX_FLAGS=-fPIC' --llvm-lit-args=-sv
  7. Building the standard library for: swift-test-stdlib-haiku-x86_64
  8. Running Swift tests for: check-swift-haiku-x86_64
  9. cmark: using standard linker
  10. + /bin/cmake --build /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/cmark-haiku-x86_64 -- -j8 all
  11. ninja: no work to do.
  12. llvm: using standard linker
  13. symlinking the system headers (/boot/system/develop/headers/c++) into the local clang build directory (/boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/include).
  14. + ln -s -f /boot/system/develop/headers/c++ /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/include
  15. + /bin/cmake --build /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64 -- -j8 all
  16. ninja: no work to do.
  17. swift: using standard linker
  18. + /bin/cmake --build /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64 -- -j8 all swift-test-stdlib-haiku-x86_64
  19. ninja: no work to do.
  20. --- Building tests for cmark ---
  21. + /bin/cmake --build /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/cmark-haiku-x86_64 -- -j8 api_test
  22. ninja: no work to do.
  23. --- Running tests for cmark ---
  24. --- test ---
  25. Generating dry run test command from: /bin/cmake --build /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/cmark-haiku-x86_64 -- -j8 -n -v test
  26. Test command: cd /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/cmark-haiku-x86_64 && /boot/system/bin/ctest --force-new-ctest-process
  27. + cd /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/cmark-haiku-x86_64
  28. + /boot/system/bin/ctest --force-new-ctest-process
  29. Test project /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/cmark-haiku-x86_64
  30. Start 1: api_test
  31. 1/6 Test #1: api_test ......................... Passed 0.03 sec
  32. Start 2: html_normalization
  33. 2/6 Test #2: html_normalization ............... Passed 0.55 sec
  34. Start 3: spectest_library
  35. 3/6 Test #3: spectest_library ................. Passed 0.32 sec
  36. Start 4: pathological_tests_library
  37. 4/6 Test #4: pathological_tests_library ....... Passed 0.97 sec
  38. Start 5: spectest_executable
  39. 5/6 Test #5: spectest_executable .............. Passed 2.63 sec
  40. Start 6: smartpuncttest_executable
  41. 6/6 Test #6: smartpuncttest_executable ........ Passed 0.25 sec
  42.  
  43. 100% tests passed, 0 tests failed out of 6
  44.  
  45. Total Test time (real) = 4.81 sec
  46. -- test finished --
  47. --- Finished tests for cmark ---
  48. --- Building tests for swift ---
  49. + /bin/cmake --build /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64 -- -j8 SwiftUnitTests
  50. ninja: no work to do.
  51. --- Running tests for swift ---
  52. --- check-swift-haiku-x86_64 ---
  53. Generating dry run test command from: /bin/cmake --build /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64 -- -j8 -n -v check-swift-haiku-x86_64
  54. Test command: cd /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test && /boot/system/bin/cmake -E remove_directory /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/./swift-test-results/x86_64-unknown-haiku && /boot/system/bin/cmake -E make_directory /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/./swift-test-results/x86_64-unknown-haiku && /bin/python /boot/home/Desktop/swift-source/llvm/utils/lit/lit.py --incremental -sv --xunit-xml-output=/boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/./swift-test-results/x86_64-unknown-haiku/lit-tests.xml --param swift_test_subset=primary --param swift_test_mode=optimize_none /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64
  55. + cd /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test
  56. + /boot/system/bin/cmake -E remove_directory /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/./swift-test-results/x86_64-unknown-haiku
  57. + /boot/system/bin/cmake -E make_directory /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/./swift-test-results/x86_64-unknown-haiku
  58. + /bin/python /boot/home/Desktop/swift-source/llvm/utils/lit/lit.py --incremental -sv --xunit-xml-output=/boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/./swift-test-results/x86_64-unknown-haiku/lit-tests.xml --param swift_test_subset=primary --param swift_test_mode=optimize_none /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64
  59. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using swift: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift
  60. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using swiftc: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc
  61. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using sil-opt: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/sil-opt
  62. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using sil-func-extractor: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/sil-func-extractor
  63. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using sil-nm: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/sil-nm
  64. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using sil-passpipeline-dumper: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/sil-passpipeline-dumper
  65. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using lldb-moduleimport-test: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/lldb-moduleimport-test
  66. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using swift-ide-test: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift-ide-test
  67. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using swift-reflection-dump: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift-reflection-dump
  68. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using swift-remoteast-test: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift-remoteast-test
  69. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using swift-format: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift-format
  70. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using clang: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/./bin/clang
  71. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using llvm-link: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/./bin/llvm-link
  72. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using swift-llvm-opt: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift-llvm-opt
  73. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using llvm-profdata: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/./bin/llvm-profdata
  74. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using llvm-cov: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/./bin/llvm-cov
  75. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using FileCheck: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/./bin/FileCheck
  76. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using llvm-dwarfdump: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/./bin/llvm-dwarfdump
  77. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:309: note: Using resource dir: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/lib/swift
  78. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:334: note: Compiling with -swift-version 3
  79. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:345: note: Using Clang module cache: /tmp/swift-testsuite-clang-module-cacheJFSXe5
  80. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:346: note: Using test results dir: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/./swift-test-results/x86_64-unknown-haiku
  81. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:350: note: Using code completion cache: /tmp/swift-testsuite-completion-cacheBKkFTo
  82. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:748: note: Testing Haiku x86_64-unknown-haiku
  83. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:255: note: using swift-autolink-extract: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift-autolink-extract
  84. lit.py: /boot/home/Desktop/swift-source/swift/test/lit.cfg:1030: note: Using platform module dir: /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/lib/swift/%target-sdk-name/x86_64
  85. FAIL: Swift(haiku-x86_64) :: stdlib/MathConstants.swift (1 of 3062)
  86. ******************** TEST 'Swift(haiku-x86_64) :: stdlib/MathConstants.swift' FAILED ********************
  87. Script:
  88. --
  89. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift -frontend -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -typecheck -verify -disable-objc-attr-requires-foundation-module /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift
  90. --
  91. Exit Code: 1
  92.  
  93. Command Output (stderr):
  94. --
  95. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:9:5: error: unexpected error produced: use of unresolved identifier 'M_PI'
  96. _ = M_PI // expected-warning {{is deprecated}}
  97. ^
  98. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:9:13: error: expected warning not produced
  99. _ = M_PI // expected-warning {{is deprecated}}
  100. ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101.  
  102. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:10:5: error: unexpected error produced: use of unresolved identifier 'M_PI_2'
  103. _ = M_PI_2 // expected-warning {{is deprecated}}
  104. ^
  105. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:10:15: error: expected warning not produced
  106. _ = M_PI_2 // expected-warning {{is deprecated}}
  107. ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  108.  
  109. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:11:5: error: unexpected error produced: use of unresolved identifier 'M_PI_4'
  110. _ = M_PI_4 // expected-warning {{is deprecated}}
  111. ^
  112. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:11:15: error: expected warning not produced
  113. _ = M_PI_4 // expected-warning {{is deprecated}}
  114. ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  115.  
  116. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:13:5: error: unexpected error produced: use of unresolved identifier 'M_SQRT2'
  117. _ = M_SQRT2 // expected-warning {{is deprecated}}
  118. ^
  119. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:13:16: error: expected warning not produced
  120. _ = M_SQRT2 // expected-warning {{is deprecated}}
  121. ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  122.  
  123. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:14:5: error: unexpected error produced: use of unresolved identifier 'M_SQRT1_2'
  124. _ = M_SQRT1_2 // expected-warning {{is deprecated}}
  125. ^
  126. /boot/home/Desktop/swift-source/swift/test/stdlib/MathConstants.swift:14:18: error: expected warning not produced
  127. _ = M_SQRT1_2 // expected-warning {{is deprecated}}
  128. ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129.  
  130.  
  131. --
  132.  
  133. ********************
  134. FAIL: Swift(haiku-x86_64) :: stdlib/OptionalTraps.swift (2 of 3062)
  135. ******************** TEST 'Swift(haiku-x86_64) :: stdlib/OptionalTraps.swift' FAILED ********************
  136. Script:
  137. --
  138. rm -rf /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionalTraps.swift.tmp
  139. mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionalTraps.swift.tmp
  140. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 /boot/home/Desktop/swift-source/swift/test/stdlib/OptionalTraps.swift -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionalTraps.swift.tmp/Assert_Debug -Onone
  141. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 /boot/home/Desktop/swift-source/swift/test/stdlib/OptionalTraps.swift -Xfrontend -disable-access-control -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionalTraps.swift.tmp/Assert_Release -O
  142. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 /boot/home/Desktop/swift-source/swift/test/stdlib/OptionalTraps.swift -Xfrontend -disable-access-control -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionalTraps.swift.tmp/Assert_Unchecked -Ounchecked
  143. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionalTraps.swift.tmp/Assert_Debug
  144. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionalTraps.swift.tmp/Assert_Release
  145. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionalTraps.swift.tmp/Assert_Unchecked
  146. --
  147. Exit Code: 1
  148.  
  149. Command Output (stderr):
  150. --
  151. <module-includes>:3:10: note: in file included from <module-includes>:3:
  152. #include "/system/develop/headers/posix/errno.h"
  153. ^
  154. /system/develop/headers/posix/errno.h:14:10: error: 'Errors.h' file not found
  155. #include <Errors.h>
  156. ^
  157. <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'
  158.  
  159. --
  160.  
  161. ********************
  162. FAIL: Swift(haiku-x86_64) :: stdlib/OptionSetTest.swift (3 of 3062)
  163. ******************** TEST 'Swift(haiku-x86_64) :: stdlib/OptionSetTest.swift' FAILED ********************
  164. Script:
  165. --
  166. rm -rf /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionSetTest.swift.tmp && mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionSetTest.swift.tmp && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' /boot/home/Desktop/swift-source/swift/test/stdlib/OptionSetTest.swift -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionSetTest.swift.tmp/a.out -module-name main && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/OptionSetTest.swift.tmp/a.out
  167. --
  168. Exit Code: 1
  169.  
  170. Command Output (stderr):
  171. --
  172. <module-includes>:3:10: note: in file included from <module-includes>:3:
  173. #include "/system/develop/headers/posix/errno.h"
  174. ^
  175. /system/develop/headers/posix/errno.h:14:10: error: 'Errors.h' file not found
  176. #include <Errors.h>
  177. ^
  178. <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'
  179.  
  180. --
  181.  
  182. ********************
  183. FAIL: Swift(haiku-x86_64) :: stdlib/PrintDictionary.swift (4 of 3062)
  184. ******************** TEST 'Swift(haiku-x86_64) :: stdlib/PrintDictionary.swift' FAILED ********************
  185. Script:
  186. --
  187. rm -rf /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/PrintDictionary.swift.tmp && mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/PrintDictionary.swift.tmp && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' /boot/home/Desktop/swift-source/swift/test/stdlib/PrintDictionary.swift -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/PrintDictionary.swift.tmp/a.out -module-name main && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/PrintDictionary.swift.tmp/a.out
  188. --
  189. Exit Code: 1
  190.  
  191. Command Output (stderr):
  192. --
  193. <module-includes>:3:10: note: in file included from <module-includes>:3:
  194. #include "/system/develop/headers/posix/errno.h"
  195. ^
  196. /system/develop/headers/posix/errno.h:14:10: error: 'Errors.h' file not found
  197. #include <Errors.h>
  198. ^
  199. <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'
  200.  
  201. --
  202.  
  203. ********************
  204. FAIL: Swift(haiku-x86_64) :: IRGen/weak.sil (5 of 3062)
  205. ******************** TEST 'Swift(haiku-x86_64) :: IRGen/weak.sil' FAILED ********************
  206. Script:
  207. --
  208. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift -frontend -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -assume-parsing-unqualified-ownership-sil -emit-ir /boot/home/Desktop/swift-source/swift/test/IRGen/weak.sil | /boot/home/Desktop/swift-source/swift/utils/PathSanitizingFileCheck --sanitize 'BUILD_DIR=/boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64' --sanitize 'SOURCE_DIR=/boot/home/Desktop/swift-source/swift' --use-filecheck '/boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/./bin/FileCheck' /boot/home/Desktop/swift-source/swift/test/IRGen/weak.sil
  209. --
  210. Exit Code: 1
  211.  
  212. Command Output (stderr):
  213. --
  214. /boot/home/Desktop/swift-source/swift/test/IRGen/weak.sil:8:11: error: expected string not found in input
  215. // CHECK: [[C:%C4weak1C]] = type <{ [[REF:%swift.refcounted]] }>
  216. ^
  217. <stdin>:10:1: note: scanning from here
  218. %swift.protocol = type { i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i32, i32, i16, i16, i32 }
  219. ^
  220. <stdin>:13:4: note: possible intended match here
  221. %swift.weak = type { %swift.refcounted* }
  222. ^
  223.  
  224. --
  225.  
  226. ********************
  227. FAIL: Swift(haiku-x86_64) :: stdlib/NumericParsing.swift.gyb (6 of 3062)
  228. ******************** TEST 'Swift(haiku-x86_64) :: stdlib/NumericParsing.swift.gyb' FAILED ********************
  229. Script:
  230. --
  231. rm -rf /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/NumericParsing.swift.gyb.tmp ; mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/NumericParsing.swift.gyb.tmp
  232. /boot/home/Desktop/swift-source/swift/utils/gyb -DCMAKE_SIZEOF_VOID_P=64 /boot/home/Desktop/swift-source/swift/test/stdlib/NumericParsing.swift.gyb -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/NumericParsing.swift.gyb.tmp/NumericParsing.swift
  233. /boot/home/Desktop/swift-source/swift/utils/line-directive /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/NumericParsing.swift.gyb.tmp/NumericParsing.swift -- /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/NumericParsing.swift.gyb.tmp/NumericParsing.swift -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/NumericParsing.swift.gyb.tmp/a.out
  234. /boot/home/Desktop/swift-source/swift/utils/line-directive /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/NumericParsing.swift.gyb.tmp/NumericParsing.swift -- /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/NumericParsing.swift.gyb.tmp/a.out
  235. --
  236. Exit Code: 1
  237.  
  238. Command Output (stdout):
  239. --
  240. <module-includes>:3:10: note: in file included from <module-includes>:3:
  241. #include "/system/develop/headers/posix/errno.h"
  242. ^
  243. /system/develop/headers/posix/errno.h:14:10: error: 'Errors.h' file not found
  244. #include <Errors.h>
  245. ^
  246. <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'
  247.  
  248. --
  249.  
  250. ********************
  251. FAIL: Swift(haiku-x86_64) :: stdlib/POSIX.swift (7 of 3062)
  252. ******************** TEST 'Swift(haiku-x86_64) :: stdlib/POSIX.swift' FAILED ********************
  253. Script:
  254. --
  255. rm -rf /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/POSIX.swift.tmp && mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/POSIX.swift.tmp && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' /boot/home/Desktop/swift-source/swift/test/stdlib/POSIX.swift -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/POSIX.swift.tmp/a.out -module-name main && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/POSIX.swift.tmp/a.out /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/POSIX.swift.tmp
  256. --
  257. Exit Code: 1
  258.  
  259. Command Output (stderr):
  260. --
  261. <module-includes>:3:10: note: in file included from <module-includes>:3:
  262. #include "/system/develop/headers/posix/errno.h"
  263. ^
  264. /system/develop/headers/posix/errno.h:14:10: error: 'Errors.h' file not found
  265. #include <Errors.h>
  266. ^
  267. <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'
  268.  
  269. --
  270.  
  271. ********************
  272. FAIL: Swift(haiku-x86_64) :: Serialization/search-paths-relative.swift (8 of 3062)
  273. ******************** TEST 'Swift(haiku-x86_64) :: Serialization/search-paths-relative.swift' FAILED ********************
  274. Script:
  275. --
  276. rm -rf /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp && mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/secret
  277. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift -frontend -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -emit-module -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/secret /boot/home/Desktop/swift-source/swift/test/Serialization/Inputs/struct_with_operators.swift
  278. mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/Frameworks/has_alias.framework/Modules/has_alias.swiftmodule/
  279. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift -frontend -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -emit-module -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/Frameworks/has_alias.framework/Modules/has_alias.swiftmodule/unknown.swiftmodule /boot/home/Desktop/swift-source/swift/test/Serialization/Inputs/alias.swift -module-name has_alias
  280. cd /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/secret && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -emit-module -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/has_xref.swiftmodule -I . -F ../Frameworks -parse-as-library /boot/home/Desktop/swift-source/swift/test/Serialization/Inputs/has_xref.swift /boot/home/Desktop/swift-source/swift/test/Serialization/../Inputs/empty.swift -Xfrontend -serialize-debugging-options -Xcc -DDUMMY
  281. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swift -frontend -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' /boot/home/Desktop/swift-source/swift/test/Serialization/search-paths-relative.swift -typecheck -I /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp
  282. llvm-bcanalyzer -dump /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/has_xref.swiftmodule > /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/has_xref.swiftmodule.txt
  283. /boot/home/Desktop/swift-source/swift/utils/PathSanitizingFileCheck --sanitize 'BUILD_DIR=/boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64' --sanitize 'SOURCE_DIR=/boot/home/Desktop/swift-source/swift' --use-filecheck '/boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/./bin/FileCheck' /boot/home/Desktop/swift-source/swift/test/Serialization/search-paths-relative.swift < /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/has_xref.swiftmodule.txt
  284. /boot/home/Desktop/swift-source/swift/utils/PathSanitizingFileCheck --sanitize 'BUILD_DIR=/boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64' --sanitize 'SOURCE_DIR=/boot/home/Desktop/swift-source/swift' --use-filecheck '/boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/llvm-haiku-x86_64/./bin/FileCheck' -check-prefix=NEGATIVE /boot/home/Desktop/swift-source/swift/test/Serialization/search-paths-relative.swift < /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/Serialization/Output/search-paths-relative.swift.tmp/has_xref.swiftmodule.txt
  285. --
  286. Exit Code: 1
  287.  
  288. Command Output (stderr):
  289. --
  290. /boot/home/Desktop/swift-source/swift/test/Serialization/Inputs/struct_with_operators.swift:6:21: warning: operator should no longer be declared with body
  291. prefix operator +++ {}
  292. ~^~
  293.  
  294. /boot/home/Desktop/swift-source/swift/test/Serialization/Inputs/struct_with_operators.swift:7:22: warning: operator should no longer be declared with body
  295. postfix operator +++ {}
  296. ~^~
  297.  
  298. /boot/home/Desktop/swift-source/swift/test/Serialization/Inputs/has_xref.swift:12:15: warning: operator '+++' declared in protocol must be 'static'
  299. prefix func +++(base: inout Self)
  300. ^
  301. static
  302. /boot/home/Desktop/swift-source/swift/test/Serialization/Inputs/has_xref.swift:1:8: error: no such module 'has_alias'
  303. import has_alias
  304. ^
  305.  
  306. --
  307.  
  308. ********************
  309. FAIL: Swift(haiku-x86_64) :: stdlib/IntervalTraps.swift (9 of 3062)
  310. ******************** TEST 'Swift(haiku-x86_64) :: stdlib/IntervalTraps.swift' FAILED ********************
  311. Script:
  312. --
  313. rm -rf /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/IntervalTraps.swift.tmp
  314. mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/IntervalTraps.swift.tmp
  315. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 /boot/home/Desktop/swift-source/swift/test/stdlib/IntervalTraps.swift -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/IntervalTraps.swift.tmp/a.out_Debug
  316. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 /boot/home/Desktop/swift-source/swift/test/stdlib/IntervalTraps.swift -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/IntervalTraps.swift.tmp/a.out_Release -O
  317. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/IntervalTraps.swift.tmp/a.out_Debug
  318. /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/IntervalTraps.swift.tmp/a.out_Release
  319. --
  320. Exit Code: 1
  321.  
  322. Command Output (stderr):
  323. --
  324. <module-includes>:3:10: note: in file included from <module-includes>:3:
  325. #include "/system/develop/headers/posix/errno.h"
  326. ^
  327. /system/develop/headers/posix/errno.h:14:10: error: 'Errors.h' file not found
  328. #include <Errors.h>
  329. ^
  330. <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'
  331.  
  332. --
  333.  
  334. ********************
  335. FAIL: Swift(haiku-x86_64) :: stdlib/ManagedBuffer.swift (10 of 3062)
  336. ******************** TEST 'Swift(haiku-x86_64) :: stdlib/ManagedBuffer.swift' FAILED ********************
  337. Script:
  338. --
  339. rm -rf /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/ManagedBuffer.swift.tmp && mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/ManagedBuffer.swift.tmp && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' /boot/home/Desktop/swift-source/swift/test/stdlib/ManagedBuffer.swift -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/ManagedBuffer.swift.tmp/a.out -module-name main && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/ManagedBuffer.swift.tmp/a.out
  340. --
  341. Exit Code: 1
  342.  
  343. Command Output (stderr):
  344. --
  345. <module-includes>:3:10: note: in file included from <module-includes>:3:
  346. #include "/system/develop/headers/posix/errno.h"
  347. ^
  348. /system/develop/headers/posix/errno.h:14:10: error: 'Errors.h' file not found
  349. #include <Errors.h>
  350. ^
  351. <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'
  352.  
  353. --
  354.  
  355. ********************
  356. FAIL: Swift(haiku-x86_64) :: stdlib/PrintBoolean.swift (11 of 3062)
  357. ******************** TEST 'Swift(haiku-x86_64) :: stdlib/PrintBoolean.swift' FAILED ********************
  358. Script:
  359. --
  360. rm -rf /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/PrintBoolean.swift.tmp && mkdir -p /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/PrintBoolean.swift.tmp && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/bin/swiftc -target x86_64-unknown-haiku -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' -swift-version 3 -module-cache-path '/tmp/swift-testsuite-clang-module-cacheJFSXe5' /boot/home/Desktop/swift-source/swift/test/stdlib/PrintBoolean.swift -o /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/PrintBoolean.swift.tmp/a.out -module-name main && /boot/home/Desktop/swift-source/build/Ninja-ReleaseAssert/swift-haiku-x86_64/test-haiku-x86_64/stdlib/Output/PrintBoolean.swift.tmp/a.out
  361. --
  362. Exit Code: 1
  363.  
  364. Command Output (stderr):
  365. --
  366. <module-includes>:3:10: note: in file included from <module-includes>:3:
  367. #include "/system/develop/headers/posix/errno.h"
  368. ^
  369. /system/develop/headers/posix/errno.h:14:10: error: 'Errors.h' file not found
  370. #include <Errors.h>
  371. ^
  372. <unknown>:0: error: could not build Objective-C module 'SwiftGlibc'
  373.  
  374. --
  375.  
  376. ********************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement