Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623812 - dev-perl/Net-Server-Mail-0.230.0 : tests run indefinitely with FEATURES=test
Summary: dev-perl/Net-Server-Mail-0.230.0 : tests run indefinitely with FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: perl-testfailure
  Show dependency tree
 
Reported: 2017-07-04 17:01 UTC by Toralf Förster
Modified: 2021-04-30 21:18 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.62 KB, text/plain)
2017-07-04 17:01 UTC, Toralf Förster
Details
dev-perl:Net-Server-Mail-0.230.0:20170704-022531.log (dev-perl:Net-Server-Mail-0.230.0:20170704-022531.log,3.37 KB, text/plain)
2017-07-04 17:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,309.13 KB, text/plain)
2017-07-04 17:01 UTC, Toralf Förster
Details
environment (environment,37.20 KB, text/plain)
2017-07-04 17:01 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,27.48 KB, application/x-bzip)
2017-07-04 17:01 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.24 KB, application/x-bzip)
2017-07-04 17:01 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 2017-07-04 17:01:24 UTC
  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_20170627-203711

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 *
Comment 1 Toralf Förster gentoo-dev 2017-07-04 17:01:28 UTC
Created attachment 480638 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-04 17:01:32 UTC
Created attachment 480640 [details]
dev-perl:Net-Server-Mail-0.230.0:20170704-022531.log
Comment 3 Toralf Förster gentoo-dev 2017-07-04 17:01:35 UTC
Created attachment 480642 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-07-04 17:01:38 UTC
Created attachment 480644 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-07-04 17:01:41 UTC
Created attachment 480646 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-04 17:01:45 UTC
Created attachment 480648 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-07-04 17:02:17 UTC
had to kill the processes after 12 hours of inactivity :

mr-fox ~ # ps -efla  |grep esmtp
0 S root      6067 26184  0  80   0 -  2685 pipe_w 18:57 pts/8    00:00:00 grep --colour=auto esmtp
0 S portage  26148 26129  0  90  10 - 11888 poll_s 04:25 ?        00:00:00 /usr/bin/perl -MExtUtils::Command::MM -MTest::Harness -e undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch') t/esmtp.t t/lmtp.t t/smtp.t t/starttls.t
0 S portage  26211 26148  0  90  10 - 17492 wait   04:25 ?        00:00:00 /usr/bin/perl t/esmtp.t
1 S portage  26261 26211  0  90  10 - 17654 inet_c 04:25 ?        00:00:00 /usr/bin/perl t/esmtp.t
mr-fox ~ # kill 26261
mr-fox ~ # ps -efla  |grep esmtp
0 R root      9030 26184  0  80   0 -  2685 -      18:57 pts/8    00:00:00 grep --colour=auto esmtp
0 S portage  26148 26129  0  90  10 - 11908 poll_s 04:25 ?        00:00:00 /usr/bin/perl -MExtUtils::Command::MM -MTest::Harness -e undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch') t/
Comment 8 Larry the Git Cow gentoo-dev 2019-07-16 02:39:09 UTC
The bug has been referenced in the following commit(s):

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

commit e95d92ca53a6afcc765964ea7818d8123e24ec78
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2019-07-16 02:38:39 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2019-07-16 02:38:39 +0000

    dev-perl/Net-Server-Mail: Bump to version 0.280.0 re bug #623812
    
    - Add USE="examples"
    
    Upstream:
    - Don't close socket on undef
    - Use 4096 bit certificate for tests
    - Fix incorrect behaviour on empty line
    - Don't upper-case on undefined commands
    
    Bug: https://bugs.gentoo.org/623812
    Package-Manager: Portage-2.3.66, Repoman-2.3.16
    Signed-off-by: Kent Fredric <kentnl@gentoo.org>

 dev-perl/Net-Server-Mail/Manifest                  |  1 +
 .../Net-Server-Mail/Net-Server-Mail-0.280.0.ebuild | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)
Comment 9 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-07-16 02:39:58 UTC
Please try reproducing with 0.280.0 and get back to me, thanks.
Comment 10 Andreas K. Hüttel archtester gentoo-dev 2021-04-30 21:18:29 UTC
Version is gone