Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623714 - net-nntp/inn-2.5.5-r1 : fails with FEATURES=test ( lib/xmalloc.............FAILED 17-19, 21-22, 24-26, 28-36, saw: failed to malloc, not: failed to realloc )
Summary: net-nntp/inn-2.5.5-r1 : fails with FEATURES=test ( lib/xmalloc.............FA...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: Pending removal: 2018-12-04
Keywords: PMASKED, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-07-03 17:39 UTC by Toralf Förster
Modified: 2018-12-04 13:40 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.73 KB, text/plain)
2017-07-03 17:39 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,364.03 KB, text/plain)
2017-07-03 17:39 UTC, Toralf Förster
Details
environment (environment,149.64 KB, text/plain)
2017-07-03 17:39 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,28.22 KB, application/x-bzip)
2017-07-03 17:39 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,25.92 KB, application/x-bzip)
2017-07-03 17:39 UTC, Toralf Förster
Details
net-nntp:inn-2.5.5-r1:20170703-132932.log (net-nntp:inn-2.5.5-r1:20170703-132932.log,162.83 KB, text/plain)
2017-07-03 17:39 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,49.67 KB, application/x-bzip)
2017-07-03 17:39 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-03 17:39:33 UTC
  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_20170623-211337

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

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)
  [3]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.4.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
Comment 1 Toralf Förster gentoo-dev 2017-07-03 17:39:36 UTC
Created attachment 480486 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-03 17:39:39 UTC
Created attachment 480488 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-07-03 17:39:42 UTC
Created attachment 480490 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-07-03 17:39:45 UTC
Created attachment 480492 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-07-03 17:39:48 UTC
Created attachment 480494 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-03 17:39:52 UTC
Created attachment 480496 [details]
net-nntp:inn-2.5.5-r1:20170703-132932.log
Comment 7 Toralf Förster gentoo-dev 2017-07-03 17:39:55 UTC
Created attachment 480498 [details]
temp.tbz2
Comment 8 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-07-17 20:09:12 UTC
2.5.4-r1 and earlier fail to even *compile* the test suite:


lib/tst-t.c:49:28: error: converting to execution character set: Invalid or incomplete multibyte or wide character
     ok(12, tst_insert(tst, U"ange", change, 0, NULL) == TST_OK);


lib/tst-t.c:55:45: error: converting to execution character set: Invalid or incomplete multibyte or wide character
     ok_string(18, "ange", tst_search(tst, U"ange"));


lib/tst-t.c:69:45: error: converting to execution character set: Invalid or incomplete multibyte or wide character
     ok_string(32, "ange", tst_delete(tst, U"ange"));


make[1]make[1]: *** [Makefile:46: lib/tst-t.o] Error 1
: *** [Makefile:46: lib/tst-t.o] Error 1



2.5.5-r1 fails with:

lib/xmalloc.............FAILED 17-19, 21-22, 24-26, 28-36


Running lib/xmalloc.t from tests/ emits:

36
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
not ok 17
  saw: failed to malloc 64000 bytes at lib/xmalloc.c line 57
  not: failed to realloc 128000 bytes at lib/xmalloc.c line 62
not ok 18
  saw: failed to malloc 64000 bytes at lib/xmalloc.c line 86
  not: failed to strdup 64000 bytes at lib/xmalloc.c line 91
not ok 19
  saw: failed to malloc 64001 bytes at lib/xmalloc.c line 109
  not: failed to strndup 64000 bytes at lib/xmalloc.c line 115
ok 20
not ok 21
  saw: failed to malloc 64000 bytes at lib/xmalloc.c line 155
  not: failed to asprintf 64000 bytes at lib/xmalloc.c line 159
not ok 22
  saw: failed to malloc 64000 bytes at lib/xmalloc.c line 190
  not: failed to vasprintf 64000 bytes at lib/xmalloc.c line 178
ok 23
not ok 24
  saw: malloc 64000 lib/xmalloc.c 57
  not: realloc 128000 lib/xmalloc.c 62
not ok 25
  saw: malloc 64000 lib/xmalloc.c 86
  not: strdup 64000 lib/xmalloc.c 91
not ok 26
  saw: malloc 64001 lib/xmalloc.c 109
  not: strndup 64000 lib/xmalloc.c 115
ok 27
not ok 28
  saw: malloc 64000 lib/xmalloc.c 155
  not: asprintf 64000 lib/xmalloc.c 159
not ok 29
  saw: malloc 64000 lib/xmalloc.c 190
  not: vasprintf 64000 lib/xmalloc.c 178
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
Comment 9 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-12-04 13:40:31 UTC
Removing wrt #608908.