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

Bug 677006

Summary: net-libs/libssh-0.8.6: tests torture_threads_pki_rsa and torture_pki_dsa timeout
Product: Gentoo Linux Reporter: Rolf Eike Beer <eike>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: kripton
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 676970    
Attachments: build.log

Description Rolf Eike Beer archtester 2019-01-31 21:29:08 UTC
Created attachment 563384 [details]
build.log

23/24 Test #24: torture_threads_pki_rsa ..........***Timeout 1500.16 sec
24/24 Test #21: torture_pki_dsa ..................***Timeout 1500.37 sec

The tests itself look good:

[==========] Running 12 test(s).
[ RUN      ] torture_pki_rsa_import_pubkey_file
[       OK ] torture_pki_rsa_import_pubkey_file
[ RUN      ] torture_pki_rsa_import_privkey_base64_NULL_key
[       OK ] torture_pki_rsa_import_privkey_base64_NULL_key
[ RUN      ] torture_pki_rsa_import_privkey_base64_NULL_str
[       OK ] torture_pki_rsa_import_privkey_base64_NULL_str
[ RUN      ] torture_pki_rsa_import_privkey_base64
[       OK ] torture_pki_rsa_import_privkey_base64
[ RUN      ] torture_pki_rsa_publickey_from_privatekey
[       OK ] torture_pki_rsa_publickey_from_privatekey
[ RUN      ] torture_pki_rsa_import_privkey_base64_passphrase
[       OK ] torture_pki_rsa_import_privkey_base64_passphrase
[ RUN      ] torture_pki_rsa_copy_cert_to_privkey
[       OK ] torture_pki_rsa_copy_cert_to_privkey
[ RUN      ] torture_pki_rsa_import_cert_file
[       OK ] torture_pki_rsa_import_cert_file
[ RUN      ] torture_pki_rsa_publickey_base64
[       OK ] torture_pki_rsa_publickey_base64
[ RUN      ] torture_pki_rsa_duplicate_key
[       OK ] torture_pki_rsa_duplicate_key
[ RUN      ] torture_pki_rsa_generate_key
<end of output>
Test time = 1500.16 sec

[==========] Running 13 test(s).
[ RUN      ] torture_pki_dsa_import_pubkey_file
[       OK ] torture_pki_dsa_import_pubkey_file
[ RUN      ] torture_pki_dsa_import_pubkey_from_openssh_privkey
[       OK ] torture_pki_dsa_import_pubkey_from_openssh_privkey
[ RUN      ] torture_pki_dsa_import_privkey_base64
[       OK ] torture_pki_dsa_import_privkey_base64
[ RUN      ] torture_pki_dsa_import_privkey_base64
[       OK ] torture_pki_dsa_import_privkey_base64
[ RUN      ] torture_pki_dsa_publickey_from_privatekey
[       OK ] torture_pki_dsa_publickey_from_privatekey
[ RUN      ] torture_pki_dsa_import_cert_file
[       OK ] torture_pki_dsa_import_cert_file
[ RUN      ] torture_pki_dsa_import_privkey_base64_passphrase
[       OK ] torture_pki_dsa_import_privkey_base64_passphrase
[ RUN      ] torture_pki_dsa_import_openssh_privkey_base64_passphrase
[       OK ] torture_pki_dsa_import_openssh_privkey_base64_passphrase
[ RUN      ] torture_pki_dsa_publickey_base64
[       OK ] torture_pki_dsa_publickey_base64
[ RUN      ] torture_pki_dsa_generate_pubkey_from_privkey
[       OK ] torture_pki_dsa_generate_pubkey_from_privkey
[ RUN      ] torture_pki_dsa_duplicate_key
[       OK ] torture_pki_dsa_duplicate_key
[ RUN      ] torture_pki_dsa_duplicate_key
[       OK ] torture_pki_dsa_duplicate_key
[ RUN      ] torture_pki_dsa_generate_key
<end of output>
Test time = 1500.37 sec
Comment 1 Larry the Git Cow gentoo-dev 2019-04-13 03:29:44 UTC
The bug has been closed via the following commit(s):

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

commit 0eb2820e924186da0d6ff61c9a42aac4cc2223ca
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2019-04-13 03:29:23 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2019-04-13 03:29:33 +0000

    net-libs/libssh: disable tests that take too long and timeout
    
    Closes: https://bugs.gentoo.org/677006
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Michael Palimaka <kensington@gentoo.org>

 net-libs/libssh/libssh-0.8.7.ebuild |  8 ++++++++
 net-libs/libssh/libssh-9999.ebuild  | 10 +++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)