Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723156 - dev-lua/luacheck fails tests spec/cli_spec.lua @ 71: cli allows measuring performance
Summary: dev-lua/luacheck fails tests spec/cli_spec.lua @ 71: cli allows measuring per...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Victor Payno
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 729794
  Show dependency tree
 
Reported: 2020-05-15 07:08 UTC by Agostino Sarubbo
Modified: 2020-11-29 01:33 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,135.51 KB, text/plain)
2020-05-15 07:08 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 2020-05-15 07:08:24 UTC
This is an auto-filled bug because dev-lua/luacheck fails tests.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-15 07:08:32 UTC
Created attachment 639142 [details]
build.log

build log and emerge --info
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2020-09-05 16:33:47 UTC
Same for x86:

> [----------] Global test environment teardown.
> [==========] 449 tests from 29 test files ran. (5873.71 ms total)
> [  PASSED  ] 448 tests.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] spec/cli_spec.lua @ 71: cli allows measuring performance
> 
>  1 FAILED TEST
>  * ERROR: dev-lua/luacheck-0.23.0::gentoo failed (test phase):
>  *   (no error message)
>  *
>
Comment 3 Larry the Git Cow gentoo-dev 2020-11-29 01:33:00 UTC
The bug has been closed via the following commit(s):

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

commit 46f4a77e32acc68fd335083575ce2124024afc27
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-11-29 01:27:18 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-11-29 01:32:25 +0000

    dev-lua/luacheck: add keywords and update deps
    
    Also fixed tests.
    
    Closes: https://bugs.gentoo.org/729794
    Closes: https://bugs.gentoo.org/723156
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-lua/luacheck/luacheck-0.23.0-r1.ebuild | 56 ++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

Additionally, it has been referenced in the following commit(s):

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

commit ca240a16a012b7d4c547024841f1f48211e96f1f
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-11-29 00:55:11 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-11-29 01:32:23 +0000

    dev-lua/luacheck: migrate to lua eclass
    
    Bug: https://bugs.gentoo.org/723156
    Bug: https://bugs.gentoo.org/729794
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 ...0.23.0-disable-measuring-performance-test.patch | 13 +++++
 dev-lua/luacheck/luacheck-0.23.0-r100.ebuild       | 65 ++++++++++++++++++++++
 profiles/package.mask                              |  1 +
 3 files changed, 79 insertions(+)