Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889398 - dev-util/gitlab-ci-linter-2.2.0 fails test - make: set_exit_status: No such file or directory
Summary: dev-util/gitlab-ci-linter-2.2.0 fails test - make: set_exit_status: No such f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-01-02 18:29 UTC by Toralf Förster
Modified: 2023-01-03 22:09 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.08 KB, text/plain)
2023-01-02 18:29 UTC, Toralf Förster
Details
dev-util:gitlab-ci-linter-2.2.0:20230102-143610.log.bz2 (dev-util:gitlab-ci-linter-2.2.0:20230102-143610.log.bz2,26.47 KB, application/x-bzip)
2023-01-02 18:29 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,53.31 KB, application/x-bzip)
2023-01-02 18:29 UTC, Toralf Förster
Details
environment (environment,30.75 KB, text/plain)
2023-01-02 18:29 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,21.78 KB, application/x-bzip)
2023-01-02 18:29 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 2023-01-02 18:29:20 UTC
make  -j4   check
go vet gitlab.com/orobardet/gitlab-ci-linter
gofmt -s -l -e -d ./main.go ./hooks.go ./gitlab.go ./git_test.go ./git.go ./doc.go ./cmd_uninstall.go ./cmd_install.go ./cmd_check.go
No golint binary found, please install it: go get -u golang.org/x/lint/golint
No gocyclo binary found, please install it: go get -u github.com/alecthomas/gocyclo
set_exit_status /var/tmp/portage/dev-util/gitlab-ci-linter-2.2.0/work/gitlab-ci-linter-v2.2.0
make: set_exit_status: No such file or directory
make: [Makefile:134: checkstyle] Error 127 (ignored)
avg -over 20 /var/tmp/portage/dev-util/gitlab-ci-linter-2.2.0/work/gitlab-ci-linter-v2.2.0

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4_test-20221230-070027

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11
 [2] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
/usr/lib/llvm/15
15.0.6
Python 3.10.9
Available Rust versions:
  [1]   rust-bin-1.66.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):

  HEAD of ::gentoo
commit 9db03d449000515e935166e3827d583ce57cac7f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Jan 2 12:47:07 2023 +0000

    2023-01-02 12:47:07 UTC

emerge -qpvO dev-util/gitlab-ci-linter
[ebuild  N    ] dev-util/gitlab-ci-linter-2.2.0
Comment 1 Toralf Förster gentoo-dev 2023-01-02 18:29:22 UTC
Created attachment 846688 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-01-02 18:29:23 UTC
Created attachment 846690 [details]
dev-util:gitlab-ci-linter-2.2.0:20230102-143610.log.bz2
Comment 3 Toralf Förster gentoo-dev 2023-01-02 18:29:24 UTC
Created attachment 846692 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2023-01-02 18:29:25 UTC
Created attachment 846694 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-01-02 18:29:26 UTC
Created attachment 846696 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-01-02 18:29:27 UTC
The file size of ./files/temp.tar.bz2 is too big (1.8M) for an upload. For about 8 weeks the link http://tinderbox.zwiebeltoralf.de:31560/17.1_desktop_gnome-j4_test-20221230-070027/var/tmp/tb/issues/20230102-143622-dev-util_gitlab-ci-linter-2.2.0/files/temp.tar.bz2 is valid.
Comment 7 Larry the Git Cow gentoo-dev 2023-01-03 22:09:54 UTC
The bug has been closed via the following commit(s):

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

commit 3d592551c698b81fa64c61c7e27278d3e3c70341
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2023-01-03 22:07:51 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2023-01-03 22:09:47 +0000

    dev-util/gitlab-ci-linter: restrict tests for now
    
    The tests require golint which is deprecated so we do not install it.
    
    Closes: https://bugs.gentoo.org/868180
    Closes: https://bugs.gentoo.org/889398
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-util/gitlab-ci-linter/gitlab-ci-linter-2.2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)