Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909286 - [guru] dev-nim/jester-0.6.0 fails tests
Summary: [guru] dev-nim/jester-0.6.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anna Vyalkova
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-27 08:27 UTC by Agostino Sarubbo
Modified: 2023-07-01 18:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,83.65 KB, text/plain)
2023-06-27 08:27 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-06-27 08:27:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-nim/jester-0.6.0 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-27 08:27:42 UTC
Created attachment 864695 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-27 08:27:43 UTC
Error(s) that match a know pattern:


/usr/lib/nim/pure/asyncmacro.nim(42, 5) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
/usr/lib/nim/pure/unittest.nim(552, 5) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
/var/tmp/portage/dev-nim/jester-0.6.0/work/jester-0.6.0/jester.nim(134, 3) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
/var/tmp/portage/dev-nim/jester-0.6.0/work/jester-0.6.0/jester.nim(158, 3) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
/var/tmp/portage/dev-nim/jester-0.6.0/work/jester-0.6.0/jester.nim(414, 3) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
/var/tmp/portage/dev-nim/jester-0.6.0/work/jester-0.6.0/jester/request.nim(116, 5) Warning: The bare except clause is deprecated; use `except CatchableError:` instead [BareExcept]
Error: execution of an external program failed: '/var/tmp/portage/dev-nim/jester-0.6.0/homedir/.cache/nim/tester_r/tester_9DE4AB42D3EF2B3AB57597BE579820C8DCA42519 '
Error: unhandled exception: tester.nim(290, 14) `execCmd("kill -15 " & $serverProcess.processID()) == QuitSuccess`  [AssertionDefect]
Comment 3 Larry the Git Cow gentoo-dev 2023-07-01 18:14:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b9c6d0d82f4d7cc1c099be3e17806d119c9b136

commit 4b9c6d0d82f4d7cc1c099be3e17806d119c9b136
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2023-06-27 10:49:27 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2023-06-27 10:49:27 +0000

    dev-nim/jester: add missing test dep
    
    Closes: https://bugs.gentoo.org/909286
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 dev-nim/jester/jester-0.6.0.ebuild | 1 +
 1 file changed, 1 insertion(+)