timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

important_packages docopt failure #366

Closed timotheecour closed 3 years ago

timotheecour commented 3 years ago

https://github.com/nim-lang/Nim/pull/13869

https://github.com/nim-lang/Nim/pull/13869/checks?check_run_id=1398361976

PASS: delaunay C (11.37 sec) FAIL: docopt C Test "docopt" in category "nimble-packages-1" Failure: reBuildFailed package test failed $ nimble test Executing task test in /Users/runner/work/Nim/Nim/pkgstemp/docopt/docopt.nimble Verifying dependencies for docopt@0.6.8 Info: Dependency on regex@>= 0.11.1 already satisfied Verifying dependencies for regex@0.17.1 Info: Dependency on unicodedb@>= 0.7.2 already satisfied Verifying dependencies for unicodedb@0.9.0 Info: Dependency on unicodeplus@>= 0.5.0 already satisfied Verifying dependencies for unicodeplus@0.8.0 Info: Dependency on unicodedb@>= 0.8 already satisfied Verifying dependencies for unicodedb@0.9.0 Info: Dependency on segmentation@>= 0.1 already satisfied Verifying dependencies for segmentation@0.1.0 Info: Dependency on unicodedb@>= 0.8.0 already satisfied Verifying dependencies for unicodedb@0.9.0 Compiling test/test (from package docopt) using c backend /Users/runner/work/Nim/Nim/pkgstemp/docopt/src/docopt/value.nim(86, 24) template/generic instantiation of str from here /Users/runner/work/Nim/Nim/pkgstemp/docopt/src/docopt/value.nim(78, 10) template/generic instantiation of map_it from here /Users/runner/work/Nim/Nim/pkgstemp/docopt/src/docopt/util.nim(19, 14) Error: undeclared identifier: 'result`gensym7' Tip: 13 messages have been suppressed, use --verbose to show them. Error: Execution failed with exit code 256 ... Command: /Users/runner/work/Nim/Nim/bin/nim c --noNimblePath -d:NimblePkgVersion=0.6.8 --path:/Users/runner/.nimble/pkgs/regex-0.17.1 --path:/Users/runner/.nimble/pkgs/unicodedb-0.9.0 --path:/Users/runner/.nimble/pkgs/unicodeplus-0.8.0 --path:/Users/runner/.nimble/pkgs/unicodedb-0.9.0 --path:/Users/runner/.nimble/pkgs/segmentation-0.1.0 --path:/Users/runner/.nimble/pkgs/unicodedb-0.9.0 --hints:off --verbosity:0 -r test/test stack trace: (most recent call last) /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/nimblecache-946033505/nimscriptapi_3886113899.nim(187, 16) /Users/runner/work/Nim/Nim/pkgstemp/docopt/docopt.nimble(11, 8) testTask /Users/runner/work/Nim/Nim/lib/system/nimscript.nim(260, 7) exec /Users/runner/work/Nim/Nim/lib/system/nimscript.nim(260, 7) Error: unhandled exception: FAILED: nimble c --verbosity:0 -r -y test/test [OSError] Error: Exception raised during nimble script execution

PASS: easygl C (13.53 sec)

timotheecour commented 3 years ago

=> https://github.com/nim-lang/Nim/pull/13869#issuecomment-727100929