Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 934765

Summary: dev-ruby/sshkit-1.23.0 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: normal Keywords: TESTFAILURE
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-06-23 10:37:31 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/sshkit-1.23.0 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-23 10:37:32 UTC
Created attachment 896285 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-06-23 10:37:32 UTC
Error(s) that match a know pattern:


  INFO [2027732e] Finished in 0.011 seconds with exit status 0 (successful).
  INFO [73ae52ed] Finished in 0.010 seconds with exit status 0 (successful).
  INFO [ee806ba7] Finished in 0.014 seconds with exit status 0 (successful).
/usr/lib64/ruby/3.1.0/open3.rb:222:in `spawn': No such file or directory - docker (Errno::ENOENT)
Comment 3 Larry the Git Cow gentoo-dev 2024-07-15 08:33:19 UTC
The bug has been closed via the following commit(s):

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

commit c9bf0e512a2bd6daddc82a8248470a4c5325d811
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2024-07-15 08:32:13 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2024-07-15 08:33:09 +0000

    dev-ruby/sshkit: avoid unneeded dependency on docker
    
    Docker is used for the functional tests, but we only run unit tests
    (since we cannot set up a working docker environment as part of the
    tests).
    
    Closes: https://bugs.gentoo.org/934765
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-ruby/sshkit/sshkit-1.23.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 4 Hans de Graaff gentoo-dev Security 2024-07-15 10:50:11 UTC
*** Bug 936098 has been marked as a duplicate of this bug. ***