Guest User

Untitled

a guest
Jan 2nd, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.39 KB | None | 0 0
  1. $ env FAST=y make check
  2. ./run-build --batch-mode --load ../tests/check.scm --eval '(%exit)'
  3. Not a debugging version. No flags to set.
  4. ;Running tests in "compiler/test-fasdump" in environment (compiler portable-fasdump)...
  5. ; Generating SCode for file: "test-fasdump.scm" => "test-fasdump.bin"... done
  6. ; Compiling file: "test-fasdump.bin" => "test-fasdump.com"... done
  7. ;... done
  8. ;Running tests in "compiler/test-fgopt-conect"...
  9. ; Generating SCode for file: "test-fgopt-conect.scm" => "test-fgopt-conect.bin"... done
  10. ; Compiling file: "test-fgopt-conect.bin" => "test-fgopt-conect.com"... done
  11. ;... done
  12. ;Running tests in "compiler/test-open-code"...
  13. ; Generating SCode for file: "test-open-code.scm" => "test-open-code.bin"... done
  14. ; Compiling file: "test-open-code.bin" => "test-open-code.com"... done
  15. ;... done
  16. ;Running tests in "compiler/test-toplev"...
  17. ; Generating SCode for file: "test-toplev.scm" => "test-toplev.bin"... done
  18. ; Compiling file: "test-toplev.bin" => "test-toplev.com"... done
  19. ;... done
  20. ;Running tests in "compiler/test-varname"...
  21. ; Generating SCode for file: "test-varname.scm" => "test-varname.bin"... done
  22. ; Compiling file: "test-varname.bin" => "test-varname.com"... done
  23. ;... done
  24. ;Running tests in "compiler/test-vartrap"...
  25. ; Generating SCode for file: "test-vartrap.scm" => "test-vartrap.bin"... done
  26. ; Compiling file: "test-vartrap.bin" => "test-vartrap.com"... done
  27. ;... done
  28. ;Running tests in "compiler/test-y"...
  29. ; Generating SCode for file: "test-y.scm" => "test-y.bin"... done
  30. ; Compiling file: "test-y.bin" => "test-y.com"... done
  31. ;... done
  32. ;Running tests in "microcode/test-chacha"...
  33. ; Generating SCode for file: "test-chacha.scm" => "test-chacha.bin"... done
  34. ; Compiling file: "test-chacha.bin" => "test-chacha.com"... done
  35. ;... done
  36. ;Running tests in "microcode/test-flonum-casts"...
  37. ; Generating SCode for file: "test-flonum-casts.scm" => "test-flonum-casts.bin"... done
  38. ; Compiling file: "test-flonum-casts.bin" => "test-flonum-casts.com"... done
  39. ;... done
  40. ;Running tests in "microcode/test-flonum-casts.scm"... done
  41. ;Running tests in "microcode/test-flonum-casts.com"... done
  42. ;Running tests in "microcode/test-flonum-except"...
  43. ; Generating SCode for file: "test-flonum-except.scm" => "test-flonum-except.bin"... done
  44. ; Compiling file: "test-flonum-except.bin" => "test-flonum-except.com"... done
  45. ;... done
  46. ;Running tests in "microcode/test-keccak"...
  47. ; Generating SCode for file: "test-keccak.scm" => "test-keccak.bin"... done
  48. ; Compiling file: "test-keccak.bin" => "test-keccak.com"... done
  49. ;... done
  50. ;Running tests in "microcode/test-lookup"...
  51. ; Generating SCode for file: "test-lookup.scm" => "test-lookup.bin"... done
  52. ; Compiling file: "test-lookup.bin" => "test-lookup.com"... done
  53. ;... done
  54. ;Running tests in "runtime/test-access"...
  55. ; Generating SCode for file: "test-access.scm" => "test-access.bin"... done
  56. ; Compiling file: "test-access.bin" => "test-access.com"... done
  57. ;... done
  58. ;Running tests in "runtime/test-arith"...
  59. ; Generating SCode for file: "test-arith.scm" => "test-arith.bin"... done
  60. ; Compiling file: "test-arith.bin" => "test-arith.com"... done
  61. ;... done
  62. ;Running tests in "runtime/test-ieee754"...
  63. ; Generating SCode for file: "test-ieee754.scm" => "test-ieee754.bin"... done
  64. ; Compiling file: "test-ieee754.bin" => "test-ieee754.com"... done
  65. ;... done
  66. ;Running tests in "runtime/test-binary-port"...
  67. ; Generating SCode for file: "test-binary-port.scm" => "test-binary-port.bin"... done
  68. ; Compiling file: "test-binary-port.bin" => "test-binary-port.com"... done
  69. ;... done
  70. ;Running tests in "runtime/test-bit-string"...
  71. ; Generating SCode for file: "test-bit-string.scm" => "test-bit-string.bin"... done
  72. ; Compiling file: "test-bit-string.bin" => "test-bit-string.com"... done
  73. ;... done
  74. ;Running tests in "runtime/test-bundle"...
  75. ; Generating SCode for file: "test-bundle.scm" => "test-bundle.bin"... done
  76. ; Compiling file: "test-bundle.bin" => "test-bundle.com"... done
  77. ;... done
  78. ;Running tests in "runtime/test-bytevector"...
  79. ; Generating SCode for file: "test-bytevector.scm" => "test-bytevector.bin"... done
  80. ; Compiling file: "test-bytevector.bin" => "test-bytevector.com"... done
  81. ;... done
  82. ;Running tests in "runtime/test-char" in environment (runtime)...
  83. ; Generating SCode for file: "test-char.scm" => "test-char.bin"... done
  84. ; Compiling file: "test-char.bin" => "test-char.com"... done
  85. ;... done
  86. ;Running tests in "runtime/test-char-set" in environment (runtime character-set)...
  87. ; Generating SCode for file: "test-char-set.scm" => "test-char-set.bin"... done
  88. ; Compiling file: "test-char-set.bin" => "test-char-set.com"... done
  89. ;... done
  90. ;Running tests in "runtime/test-compound-predicate" in environment (runtime compound-predicate)...
  91. ; Generating SCode for file: "test-compound-predicate.scm" => "test-compound-predicate.bin"... done
  92. ; Compiling file: "test-compound-predicate.bin" => "test-compound-predicate.com"... done
  93. ;... done
  94. ;Running tests in "runtime/test-digraph" in environment (runtime)...
  95. ; Generating SCode for file: "test-digraph.scm" => "test-digraph.bin"... done
  96. ; Compiling file: "test-digraph.bin" => "test-digraph.com"... done
  97. ;... done
  98. ;Running tests in "runtime/test-division"...
  99. ; Generating SCode for file: "test-division.scm" => "test-division.bin"... done
  100. ; Compiling file: "test-division.bin" => "test-division.com"... done
  101. ;... done
  102. ;Running tests in "runtime/test-dragon4"...
  103. ; Generating SCode for file: "test-dragon4.scm" => "test-dragon4.bin"... done
  104. ; Compiling file: "test-dragon4.bin" => "test-dragon4.com"... done
  105. ;... done
  106. ;Running tests in "runtime/test-dynamic-env"...
  107. ; Generating SCode for file: "test-dynamic-env.scm" => "test-dynamic-env.bin"... done
  108. ; Compiling file: "test-dynamic-env.bin" => "test-dynamic-env.com"... done
  109. ;... done
  110. ;Running tests in "runtime/test-entity"...
  111. ; Generating SCode for file: "test-entity.scm" => "test-entity.bin"... done
  112. ; Compiling file: "test-entity.bin" => "test-entity.com"... done
  113. ;... done
  114. ;Running tests in "runtime/test-ephemeron"...
  115. ; Generating SCode for file: "test-ephemeron.scm" => "test-ephemeron.bin"... done
  116. ; Compiling file: "test-ephemeron.bin" => "test-ephemeron.com"... done
  117. ; Dumping "/var/tmp/sch008157_0"... done
  118. ;... done
  119. ;Running tests in "runtime/test-file-attributes" in environment (runtime)...
  120. ; Generating SCode for file: "test-file-attributes.scm" => "test-file-attributes.bin"... done
  121. ; Compiling file: "test-file-attributes.bin" => "test-file-attributes.com"... done
  122. ;... done
  123. ;Running tests in "runtime/test-floenv"...
  124. ; Generating SCode for file: "test-floenv.scm" => "test-floenv.bin"... done
  125. ; Compiling file: "test-floenv.bin" => "test-floenv.com"... done
  126. ;rounding-mode-independent:downward/floor/inline failed 2 sub-tests out of 10 in 0. seconds:
  127. .5 assertion 1: value of (floor/inline 0.) was -0. but expected an object eqv? to 0.
  128. .6 assertion 1: value of (floor/inline .5) was -0. but expected an object eqv? to 0.
  129. ;rounding-mode-independent:downward/floor failed 2 sub-tests out of 10 in 0. seconds:
  130. .5 assertion 1: value of (floor 0.) was -0. but expected an object eqv? to 0.
  131. .6 assertion 1: value of (floor .5) was -0. but expected an object eqv? to 0.
  132. ;rounding-mode-independent:downward/flo:floor/inline failed 2 sub-tests out of 10 in .01 seconds:
  133. .5 assertion 1: value of (flo:floor/inline 0.) was -0. but expected an object eqv? to 0.
  134. .6 assertion 1: value of (flo:floor/inline .5) was -0. but expected an object eqv? to 0.
  135. ;rounding-mode-independent:downward/flo:floor failed 2 sub-tests out of 10 in 0. seconds:
  136. .5 assertion 1: value of (flo:floor 0.) was -0. but expected an object eqv? to 0.
  137. .6 assertion 1: value of (flo:floor .5) was -0. but expected an object eqv? to 0.
  138. ;... done
  139. ;Running tests in "runtime/test-flonum"...
  140. ; Generating SCode for file: "test-flonum.scm" => "test-flonum.bin"... done
  141. ; Compiling file: "test-flonum.bin" => "test-flonum.com"... done
  142. ;... done
  143. ;Running tests in "runtime/test-flonum.bin"... done
  144. ;Running tests in "runtime/test-flonum.com"... done
  145. ;Running tests in "runtime/test-hash-table"...
  146. ; Generating SCode for file: "test-hash-table.scm" => "test-hash-table.bin"... done
  147. ; Compiling file: "test-hash-table.bin" => "test-hash-table.com"... done
  148. ;... done
  149. ;Running tests in "runtime/test-integer-bits"...
  150. ; Generating SCode for file: "test-integer-bits.scm" => "test-integer-bits.bin"... done
  151. ; Compiling file: "test-integer-bits.bin" => "test-integer-bits.com"... done
  152. ;... done
  153. ;Running tests in "runtime/test-letrec"...
  154. ; Generating SCode for file: "test-letrec.scm" => "test-letrec.bin"... done
  155. ; Compiling file: "test-letrec.bin" => "test-letrec.com"... done
  156. ;... done
  157. ;Running tests in "runtime/test-library-parser" in environment (runtime library)...
  158. ; Generating SCode for file: "test-library-parser.scm" => "test-library-parser.bin"... done
  159. ; Compiling file: "test-library-parser.bin" => "test-library-parser.com"... done
  160. ;... done
  161. ;Running tests in "runtime/test-library-ixports" in environment (runtime library)...
  162. ; Generating SCode for file: "test-library-ixports.scm" => "test-library-ixports.bin"... done
  163. ; Compiling file: "test-library-ixports.bin" => "test-library-ixports.com"... done
  164. ;... done
  165. ;Running tests in "runtime/test-library-loader" in environment (runtime library)...
  166. ; Generating SCode for file: "test-library-loader.scm" => "test-library-loader.bin"... done
  167. ; Compiling file: "test-library-loader.bin" => "test-library-loader.com"... done
  168. ;... done
  169. ;Running tests in "runtime/test-list"...
  170. ; Generating SCode for file: "test-list.scm" => "test-list.bin"... done
  171. ; Compiling file: "test-list.bin" => "test-list.com"... done
  172. ;... done
  173. ;Running tests in "runtime/test-md5"...
  174. ; Generating SCode for file: "test-md5.scm" => "test-md5.bin"... done
  175. ; Compiling file: "test-md5.bin" => "test-md5.com"... done
  176. ;... done
  177. ;Running tests in "runtime/test-mime-codec"...
  178. ; Generating SCode for file: "test-mime-codec.scm" => "test-mime-codec.bin"... done
  179. ; Compiling file: "test-mime-codec.bin" => "test-mime-codec.com"... done
  180. ;... done
  181. ;Running tests in "runtime/test-numpar"...
  182. ; Generating SCode for file: "test-numpar.scm" => "test-numpar.bin"... done
  183. ; Compiling file: "test-numpar.bin" => "test-numpar.com"... done
  184. ;... done
  185. ;Running tests in "runtime/test-optional"...
  186. ; Generating SCode for file: "test-optional.scm" => "test-optional.bin"... done
  187. ; Compiling file: "test-optional.bin" => "test-optional.com"... done
  188. ;... done
  189. ;Running tests in "runtime/test-optional.bin"... done
  190. ;Running tests in "runtime/test-optional.com"... done
  191. ;Running tests in "runtime/test-parametric-predicate" in environment (runtime parametric-predicate)...
  192. ; Generating SCode for file: "test-parametric-predicate.scm" => "test-parametric-predicate.bin"... done
  193. ; Compiling file: "test-parametric-predicate.bin" => "test-parametric-predicate.com"... done
  194. ;... done
  195. ;Running tests in "runtime/test-pp"...
  196. ; Generating SCode for file: "test-pp.scm" => "test-pp.bin"... done
  197. ; Compiling file: "test-pp.bin" => "test-pp.com"... done
  198. ;... done
  199. ;Running tests in "runtime/test-predicate"...
  200. ; Generating SCode for file: "test-predicate.scm" => "test-predicate.bin"... done
  201. ; Compiling file: "test-predicate.bin" => "test-predicate.com"... done
  202. ;... done
  203. ;Running tests in "runtime/test-predicate-dispatch" in environment (runtime predicate-dispatch)...
  204. ; Generating SCode for file: "test-predicate-dispatch.scm" => "test-predicate-dispatch.bin"... done
  205. ; Compiling file: "test-predicate-dispatch.bin" => "test-predicate-dispatch.com"... done
  206. ;... done
  207. ;Running tests in "runtime/test-printer" in environment (runtime printer)...
  208. ; Generating SCode for file: "test-printer.scm" => "test-printer.bin"... done
  209. ; Compiling file: "test-printer.bin" => "test-printer.com"... done
  210. ;... done
  211. ;Running tests in "runtime/test-process"...
  212. ; Generating SCode for file: "test-process.scm" => "test-process.bin"... done
  213. ; Compiling file: "test-process.bin" => "test-process.com"... done
  214. ;... done
  215. ;Running tests in "runtime/test-promise"...
  216. ; Generating SCode for file: "test-promise.scm" => "test-promise.bin"... done
  217. ; Compiling file: "test-promise.bin" => "test-promise.com"... done
  218. ;... done
  219. ;Running tests in "runtime/test-random"...
  220. ; Generating SCode for file: "test-random.scm" => "test-random.bin"... done
  221. ; Compiling file: "test-random.bin" => "test-random.com"... done
  222. ;... done
  223. ;Running tests in "runtime/test-readwrite"...
  224. ; Generating SCode for file: "test-readwrite.scm" => "test-readwrite.bin"... done
  225. ; Compiling file: "test-readwrite.bin" => "test-readwrite.com"... done
  226. ;... done
  227. ;Running tests in "runtime/test-record"...
  228. ; Generating SCode for file: "test-record.scm" => "test-record.bin"... done
  229. ; Compiling file: "test-record.bin" => "test-record.com"... done
  230. ;... done
  231. ;Running tests in "runtime/test-regsexp"...
  232. ; Generating SCode for file: "test-regsexp.scm" => "test-regsexp.bin"... done
  233. ; Compiling file: "test-regsexp.bin" => "test-regsexp.com"... done
  234. ;... done
  235. ;Running tests in "runtime/test-rgxcmp"...
  236. ; Generating SCode for file: "test-rgxcmp.scm" => "test-rgxcmp.bin"... done
  237. ; Compiling file: "test-rgxcmp.bin" => "test-rgxcmp.com"... done
  238. ;... done
  239. ;Running tests in "runtime/test-sha3"...
  240. ; Generating SCode for file: "test-sha3.scm" => "test-sha3.bin"... done
  241. ; Compiling file: "test-sha3.bin" => "test-sha3.com"... done
  242. ;... done
  243. ;Running tests in "runtime/test-srfi-1"... done
  244. ;Running tests in "runtime/test-srfi-115"...
  245. ; Generating SCode for file: "test-srfi-115.scm" => "test-srfi-115.bin"... done
  246. ; Compiling file: "test-srfi-115.bin" => "test-srfi-115.com"... done
  247. ;... done
  248. ;Running tests in "runtime/test-string"...
  249. ; Generating SCode for file: "test-string.scm" => "test-string.bin"... done
  250. ; Compiling file: "test-string.bin" => "test-string.com"... done
  251. ;... done
  252. ;Running tests in "runtime/test-string-normalization"...
  253. ; Generating SCode for file: "test-string-normalization.scm" => "test-string-normalization.bin"... done
  254. ; Compiling file: "test-string-normalization.bin" => "test-string-normalization.com"... done
  255. ;... done
  256. ;Running tests in "runtime/test-string-search"...
  257. ; Generating SCode for file: "test-string-search.scm" => "test-string-search.bin"... done
  258. ; Compiling file: "test-string-search.bin" => "test-string-search.com"... done
  259. ;... done
  260. ;Running tests in "runtime/test-syncproc"...
  261. ; Generating SCode for file: "test-syncproc.scm" => "test-syncproc.bin"... done
  262. ; Compiling file: "test-syncproc.bin" => "test-syncproc.com"... done
  263.  
  264. ;account-for-times: start time not recorded
  265. ;... done
  266. ;Running tests in "runtime/test-syntax"...
  267. ; Generating SCode for file: "test-syntax.scm" => "test-syntax.bin"... done
  268. ; Compiling file: "test-syntax.bin" => "test-syntax.com"... done
  269. ;... done
  270. ;Running tests in "runtime/test-syntax-rename"...
  271. ; Generating SCode for file: "test-syntax-rename.scm" => "test-syntax-rename.bin"... done
  272. ; Compiling file: "test-syntax-rename.bin" => "test-syntax-rename.com"... done
  273. ;... done
  274. ;Running tests in "runtime/test-thread-queue"...
  275. ; Generating SCode for file: "test-thread-queue.scm" => "test-thread-queue.bin"... done
  276. ; Compiling file: "test-thread-queue.bin" => "test-thread-queue.com"... done
  277. ;... done
  278. ;Running tests in "runtime/test-ucd-grapheme"...
  279. ; Generating SCode for file: "test-ucd-grapheme.scm" => "test-ucd-grapheme.bin"... done
  280. ; Compiling file: "test-ucd-grapheme.bin" => "test-ucd-grapheme.com"... done
  281. ;... done
  282. ;Running tests in "runtime/test-ucd-word"...
  283. ; Generating SCode for file: "test-ucd-word.scm" => "test-ucd-word.bin"... done
  284. ; Compiling file: "test-ucd-word.bin" => "test-ucd-word.com"... done
  285. ;... done
  286. ;Running tests in "runtime/test-url"...
  287. ; Generating SCode for file: "test-url.scm" => "test-url.bin"... done
  288. ; Compiling file: "test-url.bin" => "test-url.com"... done
  289. ;... done
  290. ;Running tests in "runtime/test-wttree" in environment (runtime wt-tree)...
  291. ; Generating SCode for file: "test-wttree.scm" => "test-wttree.bin"... done
  292. ; Compiling file: "test-wttree.bin" => "test-wttree.com"... done
  293. ;... done
  294. ;Running tests in "ffi/test-ffi"...
  295. ; Generating SCode for file: "test-ffi.scm" => "test-ffi.bin"... done
  296. ; Compiling file: "test-ffi.bin" => "test-ffi.com"... done
  297. ./autobuild.sh in tests/ffi/
  298. ;Test FFI build failed: 1
  299. ;To continue, call RESTART with an option number:
  300. ; (RESTART 1) => Return to read-eval-print level 1.
  301.  
  302. 2 error>
Advertisement
Add Comment
Please, Sign In to add comment