Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677006 - net-libs/libssh-0.8.6: tests torture_threads_pki_rsa and torture_pki_dsa timeout
Summary: net-libs/libssh-0.8.6: tests torture_threads_pki_rsa and torture_pki_dsa timeout
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 676970
  Show dependency tree
 
Reported: 2019-01-31 21:29 UTC by Rolf Eike Beer
Modified: 2019-04-13 03:29 UTC (History)
1 user (show)

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


Attachments
build.log (net-libs_libssh-0.8.6_use_J3Heg,189.73 KB, text/plain)
2019-01-31 21:29 UTC, Rolf Eike Beer
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)