Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649488 - dev-lang/nim-0.18.0 : [TEST] FAIL: tfrexp1.nim JS
Summary: dev-lang/nim-0.18.0 : [TEST] FAIL: tfrexp1.nim JS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-03-03 21:58 UTC by Toralf Förster
Modified: 2019-11-11 22:59 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.76 KB, text/plain)
2018-03-03 21:58 UTC, Toralf Förster
Details
dev-lang:nim-0.18.0:20180303-142418.log (dev-lang:nim-0.18.0:20180303-142418.log,212.22 KB, text/plain)
2018-03-03 21:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,109.36 KB, text/plain)
2018-03-03 21:58 UTC, Toralf Förster
Details
environment (environment,45.73 KB, text/plain)
2018-03-03 21:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.89 KB, application/x-bzip)
2018-03-03 21:58 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,37.29 KB, application/x-bzip)
2018-03-03 21:58 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-03-03 21:58:21 UTC
PASS: tblocking_channel.nim C                                      (11.79999614 secs)
PASS: tnoreturn.nim C                                              (8.43746591 secs)
FAIL: tfrexp1.nim JS
Test "tests/stdlib/tfrexp1.nim" in category "stdlib"
Failure: reExeNotFound
Expected:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome_test_20180228-181042

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:


emerge -qpv dev-lang/nim
[ebuild  N    ] dev-lang/nim-0.18.0  USE="readline {test} -doc"
Comment 1 Toralf Förster gentoo-dev 2018-03-03 21:58:24 UTC
Created attachment 522118 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-03-03 21:58:27 UTC
Created attachment 522120 [details]
dev-lang:nim-0.18.0:20180303-142418.log
Comment 3 Toralf Förster gentoo-dev 2018-03-03 21:58:30 UTC
Created attachment 522122 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-03-03 21:58:33 UTC
Created attachment 522124 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-03-03 21:58:36 UTC
Created attachment 522126 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-03-03 21:58:39 UTC
Created attachment 522128 [details]
temp.tbz2
Comment 7 Sergei Trofimovich (RETIRED) gentoo-dev 2018-03-03 22:11:29 UTC
Aha!

  Test "tests/stdlib/tfrexp1.nim" in category "stdlib"
  Failure: reExeNotFound
  Expected:
  ok

  Gotten:
  nodejs binary not in PATH

Looking at it.
Comment 8 Larry the Git Cow gentoo-dev 2018-03-04 10:12:51 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5d9932316455e63332290d9fdf06308f5a9650

commit fc5d9932316455e63332290d9fdf06308f5a9650
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-03-04 10:06:01 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-03-04 10:08:50 +0000

    dev-lang/nim: add nodejs test dependency, bug #649488
    
    Reported-by: Toralf Förster
    Bug: https://bugs.gentoo.org/649488
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/nim/nim-0.18.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)}
Comment 9 Larry the Git Cow gentoo-dev 2018-03-11 14:39:48 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c7e97e2e06db9c5b7e73c98fc9d910f138371d

commit 27c7e97e2e06db9c5b7e73c98fc9d910f138371d
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-03-11 14:39:26 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-03-11 14:39:42 +0000

    dev-lang/nim: disable broken tests, bug #649488
    
    Testsuite needs a bit of upstream work:
    - Many tests needs more recent nodejs than stable
    - C codegen occasionally generates stack-smashing binaries
    - missing depends on sfml (and something-jester)
    
    Disable testsuite for now.
    
    Reported-by: Toralf Förster
    Bug: https://bugs.gentoo.org/649488
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/nim/nim-0.18.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)}
Comment 10 Sergei Trofimovich (RETIRED) gentoo-dev 2019-11-11 22:59:21 UTC
Let's close it for now (tests are disabled).