disruptek / criterion

statistics-driven micro-benchmarking framework
24 stars 3 forks source link

criterion package fails nim CI #3

Closed timotheecour closed 3 years ago

timotheecour commented 3 years ago

in unrelated PR https://github.com/nim-lang/Nim/pull/16409

https://github.com/nim-lang/Nim/pull/16409/checks?check_run_id=1597317335

  PASS: comprehension c                                              ( 2.85 sec)
  FAIL: criterion c
  Test "criterion" in category "nimble-packages-1"
  Failure: reBuildFailed
  package test failed
  $ nimble test
    Executing task test in /home/runner/work/Nim/Nim/pkgstemp/criterion/criterion.nimble
  sh: 1: testes: not found
  stack trace: (most recent call last)
  /tmp/nimblecache-946033505/nimscriptapi_407022867.nim(187, 16)
  /home/runner/work/Nim/Nim/pkgstemp/criterion/criterion.nimble(12, 10) testTask
  /home/runner/work/Nim/Nim/lib/system/nimscript.nim(260, 7) exec
  /home/runner/work/Nim/Nim/lib/system/nimscript.nim(260, 7) Error: unhandled exception: FAILED: testes [OSError]
       Error: Exception raised during nimble script execution

  PASS: dashing c                                                    ( 2.75 sec)

restarting CI gives same error

links

https://github.com/timotheecour/Nim/issues/477

disruptek commented 3 years ago

This is a bug in your CI; add installed binaries to your PATH.

timotheecour commented 3 years ago

by "my CI" you mean nim's CI. It affects all recently rebased PRs

disruptek commented 3 years ago

I'm glad criterion has once again proved its worth in Nim's CI! :laughing: