1. FAIL: tests/arc/trepr.nim C
  2. Test "tests/arc/trepr.nim" in category "arc"
  3. Failure: reNimcCrash
  4. $ bin/nim c --gc:arc tests/arc/trepr.nim
  5. Hint: used config file '/builds/kasperk81/aports/community/nim/src/nim-1.4.8/config/nim.cfg' [Conf]
  6. Hint: used config file '/builds/kasperk81/aports/community/nim/src/nim-1.4.8/config/config.nims' [Conf]
  7. Hint: used config file '/builds/kasperk81/aports/community/nim/src/nim-1.4.8/tests/config.nims' [Conf]
  8. Hint: used config file '/builds/kasperk81/aports/community/nim/src/nim-1.4.8/tests/arc/nim.cfg' [Conf]
  9. ..........
  10. (a: true, n: doAssert)
  11. Table[system.string, trepr.MyType](data: @[], counter: 0)
  12. nil
  13. ..........
  14. ../../lib/system/repr_v2.nim(96, 7) Hint: 'firstElement' is declared but not used [XDeclaredButNotUsed]
  15. trepr.nim(43, 8) Warning: imported and not used: 'os' [UnusedImport]
  16. CC: stdlib_assertions.nim
  17. CC: stdlib_dollars.nim
  18. CC: stdlib_repr_v2.nim
  19. CC: stdlib_io.nim
  20. CC: stdlib_system.nim
  21. CC: stdlib_times.nim
  22. CC: stdlib_os.nim
  23. CC: trepr.nim
  24. /home/buildozer/.cache/nim/trepr_d/stdlib_repr_v2.nim.c:237:92: error: parameter 2 ('x') has incomplete type
  25. 237 | N_LIB_PRIVATE N_NIMCALL(void, reprObject__oUb9a0hqZE8qgrd3cWM89cvg)(NimStringV2* res, FILE x) {
  26. | ~~~~~^
  27. /home/buildozer/.cache/nim/trepr_d/stdlib_repr_v2.nim.c: In function 'repr__jIXMkVs9aUgCuk4CQ63oMmw':
  28. /home/buildozer/.cache/nim/trepr_d/stdlib_repr_v2.nim.c:270:51: error: invalid use of incomplete typedef 'FILE'
  29. 270 | reprObject__oUb9a0hqZE8qgrd3cWM89cvg((&result), (*x));
  30. | ~^~~
  31. /home/buildozer/.cache/nim/trepr_d/stdlib_repr_v2.nim.c:270:50: error: type of formal parameter 2 is incomplete
  32. 270 | reprObject__oUb9a0hqZE8qgrd3cWM89cvg((&result), (*x));
  33. | ^~~~
  34. Error: execution of an external compiler program 'gcc -c -w -fmax-errors=3 -I/builds/kasperk81/aports/community/nim/src/nim-1.4.8/lib -I/builds/kasperk81/aports/community/nim/src/nim-1.4.8/tests/arc -o /home/buildozer/.cache/nim/trepr_d/stdlib_repr_v2.nim.c.o /home/buildozer/.cache/nim/trepr_d/stdlib_repr_v2.nim.c' failed with exit code: 1
  35. ( 0.47 sec)