bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

glibc compilation failed... malloc_usable_size: expected 7 but got 12


From: Paul Dufresne
Subject: glibc compilation failed... malloc_usable_size: expected 7 but got 12
Date: Sat, 27 Feb 2021 14:04:01 -0500
User-agent: Zoho Mail

After a few hours by build for glibc terminated with some errors.

I know it took a lot of time for xen architecture... and I am confused if the 
messages here are for xen, hurd-i386, or  both.

There is a lot, and is limited by my back buffer in XFCE terminal... but will 
include most of it here.

There is some errors about size in malloc in some tests: (repeated here) 
because of problem with vim:
----------
XFAIL: malloc/tst-malloc-usable-static
original exit status 1
malloc_usable_size: expected 7 but got 12
----------
----------
XFAIL: malloc/tst-malloc-usable-static-tunables
original exit status 1
malloc_usable_size: expected 7 but got 12
----------

So here the output:
XFAIL: conform/XPG4/varargs.h/conform
original exit status 1
In file included from /tmp/tmphgveysdy/test.c:1:
/usr/lib/gcc/i686-gnu/10/include/varargs.h:4:2: error: #error "GCC no longer 
implements <varargs.h>."
    4 | #error "GCC no longer implements <varargs.h>."
      |  ^~~~~
/usr/lib/gcc/i686-gnu/10/include/varargs.h:5:2: error: #error "Revise your code 
to use <stdarg.h>."
    5 | #error "Revise your code to use <stdarg.h>."
      |  ^~~~~
FAIL: Availability of <varargs.h>
SKIP: Namespace of <varargs.h>
----------------------------------------------------------------------------
  Total number of tests   :    1
  Number of failed tests  :    1
  Number of xfailed tests :    0
  Number of skipped tests :    1
----------
----------
XFAIL: conform/XPG4/varargs.h/linknamespace
original exit status 1
In file included from /tmp/tmpumgo2msi/test.c:1:
/usr/lib/gcc/i686-gnu/10/include/varargs.h:4:2: error: #error "GCC no longer 
implements <varargs.h>."
    4 | #error "GCC no longer implements <varargs.h>."
      |  ^~~~~
/usr/lib/gcc/i686-gnu/10/include/varargs.h:5:2: error: #error "Revise your code 
to use <stdarg.h>."
    5 | #error "Revise your code to use <stdarg.h>."
      |  ^~~~~
In file included from /tmp/tmppe34tzja/undef.c:1:
/usr/lib/gcc/i686-gnu/10/include/varargs.h:4:2: error: #error "GCC no longer 
implements <varargs.h>."
    4 | #error "GCC no longer implements <varargs.h>."
      |  ^~~~~
/usr/lib/gcc/i686-gnu/10/include/varargs.h:5:2: error: #error "Revise your code 
to use <stdarg.h>."
    5 | #error "Revise your code to use <stdarg.h>."
      |  ^~~~~
Traceback (most recent call last):
  File "/home/paul/malloc/glibc-2.31/conform/linknamespace.py", line 217, in 
<module>
    main()
  File "/home/paul/malloc/glibc-2.31/conform/linknamespace.py", line 176, in 
main
    subprocess.check_call(cmd, shell=True)
  File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'i686-gnu-gcc-10 -I../include  
-I/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen  
-I../sysdeps/mach/hurd/i386  -I../sysdeps/mach/hurd/x86  
-I../sysdeps/mach/hurd/i386/htl  -I../sysdeps/mach/hurd/htl  
-I../sysdeps/hurd/htl  -I../sysdeps/mach/htl  -I../sysdeps/htl  
-I../sysdeps/pthread  -I../sysdeps/i386/htl  -I../sysdeps/mach/hurd  
-I../sysdeps/gnu  -I../sysdeps/unix/bsd  -I../sysdeps/unix/inet  
-I../sysdeps/mach/i386  -I../sysdeps/mach/include -I../sysdeps/mach  
-I../sysdeps/i386/i686/fpu  -I../sysdeps/i386/i686  -I../sysdeps/i386/fpu  
-I../sysdeps/x86/fpu/include -I../sysdeps/x86/fpu  -I../sysdeps/i386  
-I../sysdeps/x86  -I../sysdeps/wordsize-32  -I../sysdeps/ieee754/float128  
-I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96  
-I../sysdeps/ieee754/dbl-64  -I../sysdeps/ieee754/flt-32  
-I../sysdeps/hurd/include -I../sysdeps/hurd  -I../sysdeps/unix  
-I../sysdeps/posix  -I../sysdeps/ieee754  -I../sysdeps/generic -nostdinc 
-isystem /usr/lib/gcc/i686-gnu/10/include -isystem 
/home/paul/malloc/glibc-2.31/debian/include -I.. -D_ISOMAC -ansi 
-D_XOPEN_SOURCE -c /tmp/tmppe34tzja/undef.c -o /tmp/tmppe34tzja/undef.o' 
returned non-zero exit status 1.
----------
----------
XFAIL: conform/XPG42/ndbm.h/conform
original exit status 1
/tmp/tmp76r5swht/test.c:1:10: fatal error: ndbm.h: No such file or directory
    1 | #include <ndbm.h>
      |          ^~~~~~~~
compilation terminated.
FAIL: Availability of <ndbm.h>
SKIP: Namespace of <ndbm.h>
----------------------------------------------------------------------------
  Total number of tests   :    1
  Number of failed tests  :    1
  Number of xfailed tests :    0
  Number of skipped tests :    1
----------
----------
XFAIL: conform/XPG42/ndbm.h/linknamespace
original exit status 1
/tmp/tmp00g9bgmd/test.c:1:10: fatal error: ndbm.h: No such file or directory
    1 | #include <ndbm.h>
      |          ^~~~~~~~
compilation terminated.
/tmp/tmp7edyauwg/undef.c:1:10: fatal error: ndbm.h: No such file or directory
    1 | #include <ndbm.h>
      |          ^~~~~~~~
compilation terminated.
Traceback (most recent call last):
  File "/home/paul/malloc/glibc-2.31/conform/linknamespace.py", line 217, in 
<module>
    main()
  File "/home/paul/malloc/glibc-2.31/conform/linknamespace.py", line 176, in 
main
    subprocess.check_call(cmd, shell=True)
  File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'i686-gnu-gcc-10 -I../include  
-I/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen  
-I../sysdeps/mach/hurd/i386  -I../sysdeps/mach/hurd/x86  
-I../sysdeps/mach/hurd/i386/htl  -I../sysdeps/mach/hurd/htl  
-I../sysdeps/hurd/htl  -I../sysdeps/mach/htl  -I../sysdeps/htl  
-I../sysdeps/pthread  -I../sysdeps/i386/htl  -I../sysdeps/mach/hurd  
-I../sysdeps/gnu  -I../sysdeps/unix/bsd  -I../sysdeps/unix/inet  
-I../sysdeps/mach/i386  -I../sysdeps/mach/include -I../sysdeps/mach  
-I../sysdeps/i386/i686/fpu  -I../sysdeps/i386/i686  -I../sysdeps/i386/fpu  
-I../sysdeps/x86/fpu/include -I../sysdeps/x86/fpu  -I../sysdeps/i386  
-I../sysdeps/x86  -I../sysdeps/wordsize-32  -I../sysdeps/ieee754/float128  
-I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96  
-I../sysdeps/ieee754/dbl-64  -I../sysdeps/ieee754/flt-32  
-I../sysdeps/hurd/include -I../sysdeps/hurd  -I../sysdeps/unix  
-I../sysdeps/posix  -I../sysdeps/ieee754  -I../sysdeps/generic -nostdinc 
-isystem /usr/lib/gcc/i686-gnu/10/include -isystem 
/home/paul/malloc/glibc-2.31/debian/include -I.. -D_ISOMAC -ansi 
-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -c /tmp/tmp7edyauwg/undef.c -o 
/tmp/tmp7edyauwg/undef.o' returned non-zero exit status 1.
----------
----------
XFAIL: conform/XPG42/varargs.h/conform
original exit status 1
In file included from /tmp/tmpdci7fwuy/test.c:1:
/usr/lib/gcc/i686-gnu/10/include/varargs.h:4:2: error: #error "GCC no longer 
implements <varargs.h>."
    4 | #error "GCC no longer implements <varargs.h>."
      |  ^~~~~
/usr/lib/gcc/i686-gnu/10/include/varargs.h:5:2: error: #error "Revise your code 
to use <stdarg.h>."
    5 | #error "Revise your code to use <stdarg.h>."
      |  ^~~~~
FAIL: Availability of <varargs.h>
SKIP: Namespace of <varargs.h>
----------------------------------------------------------------------------
  Total number of tests   :    1
  Number of failed tests  :    1
  Number of xfailed tests :    0
  Number of skipped tests :    1
----------
----------
XFAIL: conform/XPG42/varargs.h/linknamespace
original exit status 1
In file included from /tmp/tmpuyuuhach/test.c:1:
/usr/lib/gcc/i686-gnu/10/include/varargs.h:4:2: error: #error "GCC no longer 
implements <varargs.h>."
    4 | #error "GCC no longer implements <varargs.h>."
      |  ^~~~~
/usr/lib/gcc/i686-gnu/10/include/varargs.h:5:2: error: #error "Revise your code 
to use <stdarg.h>."
    5 | #error "Revise your code to use <stdarg.h>."
      |  ^~~~~
In file included from /tmp/tmpyf4dik88/undef.c:1:
/usr/lib/gcc/i686-gnu/10/include/varargs.h:4:2: error: #error "GCC no longer 
implements <varargs.h>."
    4 | #error "GCC no longer implements <varargs.h>."
      |  ^~~~~
/usr/lib/gcc/i686-gnu/10/include/varargs.h:5:2: error: #error "Revise your code 
to use <stdarg.h>."
    5 | #error "Revise your code to use <stdarg.h>."
      |  ^~~~~
Traceback (most recent call last):
  File "/home/paul/malloc/glibc-2.31/conform/linknamespace.py", line 217, in 
<module>
    main()
  File "/home/paul/malloc/glibc-2.31/conform/linknamespace.py", line 176, in 
main
    subprocess.check_call(cmd, shell=True)
  File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'i686-gnu-gcc-10 -I../include  
-I/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen  
-I../sysdeps/mach/hurd/i386  -I../sysdeps/mach/hurd/x86  
-I../sysdeps/mach/hurd/i386/htl  -I../sysdeps/mach/hurd/htl  
-I../sysdeps/hurd/htl  -I../sysdeps/mach/htl  -I../sysdeps/htl  
-I../sysdeps/pthread  -I../sysdeps/i386/htl  -I../sysdeps/mach/hurd  
-I../sysdeps/gnu  -I../sysdeps/unix/bsd  -I../sysdeps/unix/inet  
-I../sysdeps/mach/i386  -I../sysdeps/mach/include -I../sysdeps/mach  
-I../sysdeps/i386/i686/fpu  -I../sysdeps/i386/i686  -I../sysdeps/i386/fpu  
-I../sysdeps/x86/fpu/include -I../sysdeps/x86/fpu  -I../sysdeps/i386  
-I../sysdeps/x86  -I../sysdeps/wordsize-32  -I../sysdeps/ieee754/float128  
-I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96  
-I../sysdeps/ieee754/dbl-64  -I../sysdeps/ieee754/flt-32  
-I../sysdeps/hurd/include -I../sysdeps/hurd  -I../sysdeps/unix  
-I../sysdeps/posix  -I../sysdeps/ieee754  -I../sysdeps/generic -nostdinc 
-isystem /usr/lib/gcc/i686-gnu/10/include -isystem 
/home/paul/malloc/glibc-2.31/debian/include -I.. -D_ISOMAC -ansi 
-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -c /tmp/tmpyf4dik88/undef.c -o 
/tmp/tmpyf4dik88/undef.o' returned non-zero exit status 1.
----------
----------
XFAIL: dirent/tst-fdopendir
original exit status 1
directory atime changed
----------
----------
XFAIL: dirent/tst-fdopendir2
original exit status 1
fdopendir with normal file descriptor did not fail
----------
----------
XFAIL: elf/tst-audit1
original exit status 137
----------
----------
XFAIL: elf/tst-audit11
original exit status 137
----------
----------
XFAIL: elf/tst-audit12
original exit status 137
----------
----------
XFAIL: elf/tst-audit2
original exit status 137
----------
----------
XFAIL: elf/tst-audit3
original exit status 137
----------
----------
XFAIL: elf/tst-audit8
original exit status 137
----------
----------
XFAIL: elf/tst-audit9
original exit status 137
----------
----------
XFAIL: elf/tst-auditmany
original exit status 137
----------
----------
XFAIL: elf/tst-create_format1
original exit status 1
error: subprocess failed: dl-exception
error:   expected exit status: 127
error:   actual termination signal: 9 [0x9]
error: 1 test failures
----------
----------
XFAIL: elf/tst-env-setuid
original exit status 1
MALLOC_CHECK_ is still set
Unexpected exit status 1 from child process
----------
----------
XFAIL: elf/tst-env-setuid-tunables
original exit status 1
Unexpected GLIBC_TUNABLES VALUE 
glibc.malloc.check=2:glibc.malloc.mmap_threshold=4096
Unexpected exit status 1 from child process
----------
----------
XFAIL: elf/tst-get-cpu-features
original exit status 1
Didn't expect signal from child: got `Aborted'
----------
----------
XFAIL: elf/tst-libc_dlvsym
original exit status 1
error: tst-libc_dlvsym.h:103: symbol _sys_errlist not found at any version
error: 1 test failures
----------
----------
XFAIL: elf/tst-libc_dlvsym-static
original exit status 1
Didn't expect signal from child: got `Segmentation fault'
----------
----------
XFAIL: elf/tst-null-argv
original exit status 127
----------
----------
XFAIL: elf/tst-prelink
original exit status 137
        /home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/elf/tst-prelink 
=> /home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/elf/tst-prelink 
(0x08048000, 0x00000000)
        libc.so.0.3 => 
/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/libc.so.0.3 (0x01006000, 
0x01006000) TLS(0x1, 0x00000054)
        /lib/ld.so.1 => 
/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/elf/ld.so.1 (0x08000000, 
0x08000000)
        libmachuser.so.1 => 
/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/mach/libmachuser.so.1 
(0x01254000, 0x01254000)
        libhurduser.so.0.3 => 
/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/hurd/libhurduser.so.0.3 
(0x0126d000, 0x0126d000)
lookup 0x01254000 0x0000216c -> 0x01006000 0x00073320 /0 __cxa_finalize
lookup 0x01254000 0x00002f1c -> 0x01254000 0x00018034 /0 _S_exc_server_routines
lookup 0x0126d000 0x00003c30 -> 0x01006000 0x00073320 /0 __cxa_finalize
lookup 0x0126d000 0x00004830 -> 0x0126d000 0x00038124 /0 
_hurdsig_fault_exc_server_routines
lookup 0x0126d000 0x000053b0 -> 0x0126d000 0x000380c0 /0 _S_msg_server_routines
lookup 0x01006000 0x0000a218 -> 0x01006000 0x0024c340 /0 _res
lookup 0x01006000 0x00010778 -> 0x01006000 0x00249440 /0 
obstack_alloc_failed_handler
lookup 0x01006000 0x00007b08 -> 0x08000000 0x00030904 /0 __libc_stack_end
lookup 0x01006000 0x00007b68 -> 0x08000000 0x00030868 /0 _dl_argv
lookup 0x01006000 0x00008a98 -> 0x01006000 0x00249e44 /0 __mach_host_self_
lookup 0x01006000 0x00009a18 -> 0x01006000 0x00249e40 /0 __vm_page_size
lookup 0x01006000 0x0000d928 -> 0x01006000 0x00248ce4 /0 __ctype32_tolower
lookup 0x01006000 0x00009428 -> 0x01006000 0x0024a554 /0 
__hurd_threadvar_stack_offset
lookup 0x01006000 0x0000d628 -> 0x01006000 0x0024a550 /0 
__hurd_threadvar_stack_mask
lookup 0x01006000 0x000113b8 -> 0x01006000 0x00249f7c /0 _hurd_host_priv
lookup 0x01006000 0x00012138 -> 0x01006000 0x000c0ff0 /0 free
lookup 0x01006000 0x0000e858 -> 0x01006000 0x0024b340 /0 re_syntax_options
conflict 0x01006000 0x0000cf38 -> 0x08048000 0x0804d0bc x 0x01006000 0x0024969c 
/0 stdout
lookup 0x01006000 0x0000fd08 -> 0x01006000 0x0024a424 /0 _hurd_dtablesize
lookup 0x01006000 0x000116c8 -> 0x01006000 0x00248450 /0 opterr
lookup 0x01006000 0x0000b658 -> 0x01006000 0x0024a428 /0 _hurd_dtable
lookup 0x01006000 0x00008b68 -> 0x01006000 0x0024b1a0 /0 getdate_err
lookup 0x01006000 0x00011808 -> 0x01006000 0x0024c714 /0 
__key_decryptsession_pk_LOCAL
lookup 0x01006000 0x0000b6b8 -> 0x01006000 0x00248cec /0 __ctype_tolower
lookup 0x01006000 0x0000ade8 -> 0x01006000 0x00249468 /0 program_invocation_name
lookup 0x01006000 0x0000e6e8 -> 0x01006000 0x00248310 /0 __fpu_control
lookup 0x01006000 0x00007e98 -> 0x08000000 0x0002ff08 /0 __libc_enable_secure
lookup 0x01006000 0x0000ea98 -> 0x01006000 0x0024a000 /0 _hurdsig_fault_env
lookup 0x01006000 0x0000e4c8 -> 0x01006000 0x00249560 /0 _IO_2_1_stderr_
lookup 0x01006000 0x0000e4c8 -> 0x01006000 0x00249560 /0 _IO_2_1_stderr_
lookup 0x01006000 0x00009378 -> 0x01006000 0x0024bf1c /0 __rcmd_errstr
lookup 0x01006000 0x00011518 -> 0x01006000 0x0024943c /0 __morecore
lookup 0x01006000 0x00009c08 -> 0x01006000 0x0024ba78 /0 error_print_progname
lookup 0x01006000 0x0000e408 -> 0x01006000 0x00249698 /0 stderr
lookup 0x01006000 0x00010de8 -> 0x01006000 0x00248420 /0 obstack_exit_failure
lookup 0x01006000 0x00008968 -> 0x01006000 0x00249fe0 /0 
_hurdsig_fault_preemptor
lookup 0x01006000 0x0000f878 -> 0x01006000 0x00249fa8 /0 _hurd_msgport
lookup 0x01006000 0x0000f108 -> 0x01006000 0x00248304 /0 
_hurdsig_interrupt_timeout
lookup 0x01006000 0x0000b9a8 -> 0x01006000 0x000233d0 /0 _hurd_ports_use
lookup 0x01006000 0x00008108 -> 0x08000000 0x0002f7c0 /0 _rtld_global_ro
lookup 0x01006000 0x000092b8 -> 0x01006000 0x00249f78 /0 _hurd_device_master
lookup 0x01006000 0x00009458 -> 0x01006000 0x0024bcd4 /0 argp_program_version
lookup 0x01006000 0x00012098 -> 0x01006000 0x00248fc0 /0 __memalign_hook
lookup 0x01006000 0x0000d028 -> 0x01006000 0x00248ce8 /0 __ctype_toupper
lookup 0x01006000 0x0000f008 -> 0x01006000 0x002484e8 /0 __check_rhosts_file
lookup 0x01006000 0x00008168 -> 0x0126d000 0x0001ec30 /0 __io_set_some_openmodes
lookup 0x01006000 0x00009408 -> 0x01006000 0x00248454 /0 optind
lookup 0x01006000 0x00009f58 -> 0x01006000 0x00248e80 /0 _IO_2_1_stdin_
lookup 0x01006000 0x00009f58 -> 0x01006000 0x00248e80 /0 _IO_2_1_stdin_
lookup 0x01006000 0x00011638 -> 0x01006000 0x0024ba8c /0 loc1
lookup 0x01006000 0x000102b8 -> 0x01006000 0x00249464 /0 
program_invocation_short_name
lookup 0x01006000 0x00009538 -> 0x01006000 0x0024ae3c /0 __free_hook
lookup 0x01006000 0x0000edd8 -> 0x01006000 0x00248fc4 /0 __realloc_hook
lookup 0x01006000 0x00011d78 -> 0x01006000 0x0024a42c /0 _hurd_dtable_lock
lookup 0x01006000 0x00011d78 -> 0x01006000 0x0024a42c /0 _hurd_dtable_lock
lookup 0x01006000 0x000081f8 -> 0x0126d000 0x0001ed50 /0 
__io_clear_some_openmodes
lookup 0x01006000 0x00008208 -> 0x01254000 0x00007540 /0 __thread_resume
lookup 0x01006000 0x0000e738 -> 0x01006000 0x0024ba74 /0 error_message_count
lookup 0x01006000 0x0000e748 -> 0x01006000 0x0024844c /0 optopt
lookup 0x01006000 0x0000b678 -> 0x01006000 0x0024c718 /0 
__key_encryptsession_pk_LOCAL
lookup 0x01006000 0x00009878 -> 0x01006000 0x00249e48 /0 __mach_task_self_
lookup 0x01006000 0x000111a8 -> 0x01006000 0x0024a740 /0 _nl_msg_cat_cntr
lookup 0x01006000 0x00012188 -> 0x01006000 0x0024b0c4 /0 __daylight
lookup 0x01006000 0x0000ffa8 -> 0x01006000 0x0024a704 /0 _nl_domain_bindings
lookup 0x01006000 0x0000d448 -> 0x01006000 0x0024bccc /0 
argp_program_bug_address
lookup 0x01006000 0x00008348 -> 0x08000000 0x00030860 /0 _dl_starting_up
lookup 0x01006000 0x0000dcf8 -> 0x01006000 0x0024ae90 /0 mallwatch
lookup 0x01006000 0x00008368 -> 0x01254000 0x00007650 /0 __thread_abort
lookup 0x01006000 0x0000aa98 -> 0x01006000 0x002496a0 /0 stdin
lookup 0x01006000 0x0000f2b8 -> 0x01006000 0x00248ce0 /0 __ctype32_toupper
lookup 0x01006000 0x0000ff28 -> 0x01006000 0x0024b0c0 /0 __timezone
lookup 0x01006000 0x00010918 -> 0x01006000 0x0024a548 /0 __libc_lock_self0
lookup 0x01006000 0x00011668 -> 0x01006000 0x0024ba88 /0 loc2
lookup 0x01006000 0x00008478 -> 0x0126d000 0x00015b60 /0 
__msg_sig_post_untraced_reply
lookup 0x01006000 0x0000bf18 -> 0x01006000 0x00249600 /0 _IO_2_1_stdout_
lookup 0x01006000 0x0000bf18 -> 0x01006000 0x00249600 /0 _IO_2_1_stdout_
lookup 0x01006000 0x00009958 -> 0x01006000 0x00249444 /0 __tzname
lookup 0x01006000 0x0000d918 -> 0x01006000 0x0024c67c /0 svcauthdes_stats
lookup 0x01006000 0x0000d228 -> 0x01006000 0x00248fc8 /0 __malloc_hook
lookup 0x01006000 0x00008518 -> 0x0126d000 0x0001a780 /0 __dir_rmdir
lookup 0x01006000 0x0000bdf8 -> 0x01006000 0x00248cf4 /0 __ctype_b
lookup 0x01006000 0x00008568 -> 0x0126d000 0x00015ad0 /0 __msg_sig_post_reply
lookup 0x01006000 0x0000f428 -> 0x01006000 0x0024ba70 /0 error_one_per_line
lookup 0x01006000 0x000085d8 -> 0x0126d000 0x0001a8c0 /0 __dir_unlink
lookup 0x01006000 0x0000ef68 -> 0x01006000 0x0024c300 /0 _res_hconf
lookup 0x01006000 0x00008648 -> 0x08000000 0x000300a0 /0 _rtld_global
lookup 0x01006000 0x000099e8 -> 0x01006000 0x00249464 /0 __progname
lookup 0x01006000 0x0000c048 -> 0x01006000 0x00247798 /0 h_errlist
lookup 0x01006000 0x0000e148 -> 0x01006000 0x0024b3ec /0 __environ
lookup 0x01006000 0x0000e118 -> 0x01006000 0x002484e4 /0 argp_err_exit_status
lookup 0x01006000 0x0000dc38 -> 0x01006000 0x000561b0 /0 _hurd_port_cleanup
lookup 0x01006000 0x0000f3e8 -> 0x01006000 0x00249468 /0 __progname_full
lookup 0x01006000 0x00010f98 -> 0x01006000 0x00248cf0 /0 __ctype32_b
lookup 0x01006000 0x0000a898 -> 0x01006000 0x0024bcd8 /0 
argp_program_version_hook
lookup 0x01006000 0x000086c8 -> 0x0126d000 0x0001a130 /0 __dir_lookup
lookup 0x01006000 0x0000e3b8 -> 0x01006000 0x0024b380 /0 optarg
lookup 0x01006000 0x0000d8c8 -> 0x01006000 0x000c0a90 /0 malloc
lookup 0x01006000 0x00010268 -> 0x01006000 0x0024ae40 /0 
__malloc_initialize_hook
lookup 0x01006000 0x000104e8 -> 0x01006000 0x0024ae38 /0 __after_morecore_hook
lookup 0x01006000 0x0000e568 -> 0x01006000 0x00249e78 /0 _hurd_ports
lookup 0x08048000 0x0000056c -> 0x01006000 0x00249464 /0 
program_invocation_short_name
lookup 0x08048000 0x0000078c -> 0x01006000 0x00073320 /0 __cxa_finalize
lookup 0x08048000 0x000005cc -> 0x01006000 0x00249698 /0 stderr
lookup 0x08048000 0x0000077c -> 0x08048000 0x0804d0bc /0 stdout
lookup 0x08048000 0x0000076c -> 0x01006000 0x000c2280 /0 mallopt
lookup 0x08048000 0x000006fc -> 0x01006000 0x00248454 /0 optind
lookup 0x08048000 0x0000074c -> 0x01006000 0x0024b380 /0 optarg
lookup 0x08048000 0x0000077c -> 0x01006000 0x0024969c /2 stdout
lookup 0x08000000 0x0000076c -> 0x08000000 0x00011f50 /0 _dl_mcount
lookup 0x08000000 0x000007fc -> 0x08000000 0x000133c0 /0 
_dl_make_stack_executable
lookup 0x08000000 0x000005bc -> 0x08000000 0x00030904 /0 __libc_stack_end
lookup 0x08000000 0x0000052c -> 0x08000000 0x0002f7b8 /0 __stack_chk_guard
lookup 0x08000000 0x000005dc -> 0x08000000 0x0002ff08 /0 __libc_enable_secure
lookup 0x08000000 0x000006ac -> 0x08000000 0x000106b0 /0 _dl_debug_state
lookup 0x08000000 0x0000075c -> 0x08000000 0x00030868 /0 _dl_argv
conflict 0x08000000 0x000004cc -> 0x01006000 0x0024a548 x 0x08000000 0x000309ac 
/0 __libc_lock_self0
lookup 0x08000000 0x000006dc -> 0x08000000 0x00030860 /0 _dl_starting_up
lookup 0x08000000 0x0000066c -> 0x08000000 0x00030898 /0 _r_debug
conflict 0x08000000 0x0000057c -> 0x01006000 0x000c0ff0 x 0x08000000 0x0001a350 
/0 free
conflict 0x08000000 0x000004ec -> 0x01006000 0x000fd630 x 0x08000000 0x00019d90 
/1 __getpid
lookup 0x08000000 0x000006cc -> 0x08000000 0x00013770 /1 _dl_find_dso_for_object
lookup 0x08000000 0x000007cc -> 0x08000000 0x000160d0 /1 _dl_exception_create
conflict 0x08000000 0x000004fc -> 0x01006000 0x00130920 x 0x08000000 0x000195c0 
/1 __write
conflict 0x08000000 0x0000061c -> 0x01006000 0x0015cde0 x 0x08000000 0x00019870 
/1 __mmap
conflict 0x08000000 0x0000067c -> 0x01006000 0x001adb60 x 0x08000000 0x0001aa80 
/1 _dl_catch_exception
conflict 0x08000000 0x0000082c -> 0x01006000 0x0013bc30 x 0x08000000 0x00019de0 
/1 __getcwd
conflict 0x08000000 0x0000080c -> 0x01006000 0x001305c0 x 0x08000000 0x00019590 
/1 __read
conflict 0x08000000 0x0000049c -> 0x01006000 0x000c0a90 x 0x08000000 0x0001a200 
/1 malloc
conflict 0x08000000 0x0000064c -> 0x01006000 0x001ada80 x 0x08000000 0x0001a8a0 
/1 _dl_signal_exception
lookup 0x08000000 0x0000071c -> 0x08000000 0x00017610 /1 __tunable_get_val
conflict 0x08000000 0x0000065c -> 0x01006000 0x000755f0 x 0x08000000 0x00019e40 
/1 __strtoul_internal
conflict 0x08000000 0x000007ac -> 0x01006000 0x0012c9a0 x 0x08000000 0x00019c90 
/1 __xstat64
conflict 0x08000000 0x0000060c -> 0x01006000 0x0001fe79 x 0x08000000 0x000011c0 
/1 abort
conflict 0x08000000 0x0000063c -> 0x01006000 0x00130ce0 x 0x08000000 0x000197d0 
/1 __libc_lseek64
conflict 0x08000000 0x0000081c -> 0x01006000 0x000c1700 x 0x08000000 0x0001a300 
/1 calloc
lookup 0x08000000 0x0000069c -> 0x08000000 0x00016550 /1 _dl_exception_free
lookup 0x08000000 0x0000059c -> 0x08000000 0x00012a40 /1 _dl_allocate_tls_init
conflict 0x08000000 0x0000058c -> 0x01006000 0x000c1280 x 0x08000000 0x0001a580 
/1 realloc
conflict 0x08000000 0x0000050c -> 0x01006000 0x00045f40 x 0x08000000 0x0001a0e0 
/1 _hurd_intr_rpc_mach_msg
lookup 0x08000000 0x0000076c -> 0x08000000 0x00011f50 /1 _dl_mcount
conflict 0x08000000 0x000004ac -> 0x01006000 0x00131ad0 x 0x08000000 0x00019d80 
/1 __access_noerrno
lookup 0x08000000 0x0000054c -> 0x08000000 0x00012cb0 /1 _dl_allocate_tls
conflict 0x08000000 0x000007bc -> 0x01006000 0x00057df0 x 0x08000000 0x0001a130 
/1 _dl_init_first
conflict 0x08000000 0x0000077c -> 0x01006000 0x00139680 x 0x08000000 0x00019480 
/1 __close
conflict 0x08000000 0x000005ac -> 0x01006000 0x0012ca80 x 0x08000000 0x00019bf0 
/1 __fxstat64
conflict 0x08000000 0x0000072c -> 0x01006000 0x001adaf0 x 0x08000000 0x0001a900 
/1 _dl_signal_error
lookup 0x08000000 0x0000073c -> 0x08000000 0x000161c0 /1 
_dl_exception_create_format
conflict 0x08000000 0x000004dc -> 0x01006000 0x0003d130 x 0x08000000 0x0001c6e0 
/1 __errno_location
conflict 0x08000000 0x000007dc -> 0x01006000 0x0014de20 x 0x08000000 0x00019680 
/1 __writev
----------
----------
XFAIL: elf/tst-ptrguard1
original exit status 1
differences 0 defaults 0
pointer guard values are not randomized enough
nor equal to the default value
----------
----------
XFAIL: elf/tst-ptrguard1-static
original exit status 1
differences 0 defaults 0
pointer guard values are not randomized enough
nor equal to the default value
----------
----------
XFAIL: elf/tst-stackguard1
original exit status 1
differences 0 defaults 0
stack guard canaries are not randomized enough
nor equal to the default canary value
----------
----------
XFAIL: elf/tst-stackguard1-static
original exit status 1
differences 0 defaults 0
stack guard canaries are not randomized enough
nor equal to the default canary value
----------
----------
XFAIL: elf/tst-tls1-static-non-pie
original exit status 137
----------
----------
XFAIL: gmon/tst-gmon-static
original exit status 137
----------
----------
XFAIL: gmon/tst-gmon-static-gprof
original exit status 1
/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/gmon/tst-gmon-static.data.*:
 No such file or directory
--- expected
+++ actual
@@ -1,3 +0,0 @@
-f1 2000
-f2 1000
-main 1
FAIL
----------
----------
XFAIL: gmon/tst-sprofil
original exit status 136
----------
----------
XFAIL: hurd/check-abi-libhurduser
original exit status 1
--- ../sysdeps/mach/hurd/libhurduser.abilist    2020-02-01 06:52:50.000000000 
-0500
+++ 
/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/hurd/libhurduser.symlist  
    2021-02-27 12:03:30.000000000 -0500
@@ -0,0 +1,760 @@
+Base _S_msg_server F
+Base _S_msg_server_routines D 0x64
+Base __auth_getids F
+Base __auth_makeauth F
+Base __auth_server_authenticate F
+Base __auth_server_authenticate_reply F
+Base __auth_server_authenticate_request F
+Base __auth_user_authenticate F
+Base __auth_user_authenticate_reply F
+Base __auth_user_authenticate_request F
+Base __crash_dump_task F
+Base __dir_link F
+Base __dir_lookup F
+Base __dir_mkdir F
+Base __dir_mkfile F
+Base __dir_notice_changes F
+Base __dir_readdir F
+Base __dir_rename F
+Base __dir_rmdir F
+Base __dir_unlink F
+Base __exec_exec F
+Base __exec_exec_file_name F
+Base __exec_exec_paths F
+Base __exec_init F
+Base __exec_setexecdata F
+Base __exec_startup_get_info F
+Base __file_chauthor F
+Base __file_check_access F
+Base __file_chflags F
+Base __file_chmod F
+Base __file_chown F
+Base __file_exec F
+Base __file_exec_file_name F
+Base __file_exec_paths F
+Base __file_get_fs_options F
+Base __file_get_storage_info F
+Base __file_get_translator F
+Base __file_get_translator_cntl F
+Base __file_getcontrol F
+Base __file_getfh F
+Base __file_getlinknode F
+Base __file_lock F
+Base __file_lock_stat F
+Base __file_notice_changes F
+Base __file_record_lock F
+Base __file_reparent F
+Base __file_set_size F
+Base __file_set_translator F
+Base __file_statfs F
+Base __file_sync F
+Base __file_syncfs F
+Base __file_utimens F
+Base __file_utimes F
+Base __fsys_forward F
+Base __fsys_get_children F
+Base __fsys_get_options F
+Base __fsys_get_source F
+Base __fsys_getfile F
+Base __fsys_getpriv F
+Base __fsys_getroot F
+Base __fsys_goaway F
+Base __fsys_init F
+Base __fsys_set_options F
+Base __fsys_startup F
+Base __fsys_syncfs F
+Base __gsync_wait_intr F
+Base __ifsock_getsockaddr F
+Base __interrupt_operation F
+Base __io_async F
+Base __io_async_reply F
+Base __io_async_request F
+Base __io_clear_some_openmodes F
+Base __io_clear_some_openmodes_reply F
+Base __io_clear_some_openmodes_request F
+Base __io_duplicate F
+Base __io_duplicate_reply F
+Base __io_duplicate_request F
+Base __io_eofnotify F
+Base __io_eofnotify_reply F
+Base __io_eofnotify_request F
+Base __io_get_conch F
+Base __io_get_conch_reply F
+Base __io_get_conch_request F
+Base __io_get_icky_async_id F
+Base __io_get_icky_async_id_reply F
+Base __io_get_icky_async_id_request F
+Base __io_get_openmodes F
+Base __io_get_openmodes_reply F
+Base __io_get_openmodes_request F
+Base __io_get_owner F
+Base __io_get_owner_reply F
+Base __io_get_owner_request F
+Base __io_identity F
+Base __io_identity_reply F
+Base __io_identity_request F
+Base __io_map F
+Base __io_map_cntl F
+Base __io_map_cntl_reply F
+Base __io_map_cntl_request F
+Base __io_map_reply F
+Base __io_map_request F
+Base __io_mod_owner F
+Base __io_mod_owner_reply F
+Base __io_mod_owner_request F
+Base __io_pathconf F
+Base __io_pathconf_reply F
+Base __io_pathconf_request F
+Base __io_postnotify F
+Base __io_postnotify_reply F
+Base __io_postnotify_request F
+Base __io_prenotify F
+Base __io_prenotify_reply F
+Base __io_prenotify_request F
+Base __io_read F
+Base __io_read_reply F
+Base __io_read_request F
+Base __io_readable F
+Base __io_readable_reply F
+Base __io_readable_request F
+Base __io_readnotify F
+Base __io_readnotify_reply F
+Base __io_readnotify_request F
+Base __io_readsleep F
+Base __io_readsleep_reply F
+Base __io_readsleep_request F
+Base __io_reauthenticate F
+Base __io_release_conch F
+Base __io_release_conch_reply F
+Base __io_release_conch_request F
+Base __io_restrict_auth F
+Base __io_restrict_auth_reply F
+Base __io_restrict_auth_request F
+Base __io_revoke F
+Base __io_revoke_reply F
+Base __io_revoke_request F
+Base __io_seek F
+Base __io_seek_reply F
+Base __io_seek_request F
+Base __io_select F
+Base __io_select_reply F
+Base __io_select_request F
+Base __io_select_timeout F
+Base __io_select_timeout_reply F
+Base __io_select_timeout_request F
+Base __io_server_version F
+Base __io_server_version_reply F
+Base __io_server_version_request F
+Base __io_set_all_openmodes F
+Base __io_set_all_openmodes_reply F
+Base __io_set_all_openmodes_request F
+Base __io_set_some_openmodes F
+Base __io_set_some_openmodes_reply F
+Base __io_set_some_openmodes_request F
+Base __io_sigio F
+Base __io_sigio_reply F
+Base __io_sigio_request F
+Base __io_stat F
+Base __io_stat_reply F
+Base __io_stat_request F
+Base __io_write F
+Base __io_write_reply F
+Base __io_write_request F
+Base __login_get_idle_time F
+Base __login_get_input_devices F
+Base __login_get_location F
+Base __login_get_login_collection F
+Base __login_message_user F
+Base __msg_add_auth F
+Base __msg_del_auth F
+Base __msg_describe_ports F
+Base __msg_get_dtable F
+Base __msg_get_env_variable F
+Base __msg_get_environment F
+Base __msg_get_fd F
+Base __msg_get_init_int F
+Base __msg_get_init_ints F
+Base __msg_get_init_port F
+Base __msg_get_init_ports F
+Base __msg_proc_newids F
+Base __msg_report_wait F
+Base __msg_set_dtable F
+Base __msg_set_env_variable F
+Base __msg_set_environment F
+Base __msg_set_fd F
+Base __msg_set_init_int F
+Base __msg_set_init_ints F
+Base __msg_set_init_port F
+Base __msg_set_init_ports F
+Base __msg_sig_post F
+Base __msg_sig_post_reply F
+Base __msg_sig_post_request F
+Base __msg_sig_post_untraced F
+Base __msg_sig_post_untraced_reply F
+Base __msg_sig_post_untraced_request F
+Base __password_check_group F
+Base __password_check_user F
+Base __pci_conf_read F
+Base __pci_conf_write F
+Base __pci_get_dev_regions F
+Base __pci_get_dev_rom F
+Base __pci_get_ndevs F
+Base __pfinet_siocgifconf F
+Base __proc_child F
+Base __proc_child_request F
+Base __proc_dostop F
+Base __proc_dostop_request F
+Base __proc_execdata_notify F
+Base __proc_execdata_notify_request F
+Base __proc_get_arg_locations F
+Base __proc_get_arg_locations_request F
+Base __proc_get_code F
+Base __proc_get_code_request F
+Base __proc_get_entry F
+Base __proc_get_exe F
+Base __proc_get_tty F
+Base __proc_get_tty_request F
+Base __proc_getallpids F
+Base __proc_getallpids_request F
+Base __proc_getexecdata F
+Base __proc_getexecdata_request F
+Base __proc_getlogin F
+Base __proc_getlogin_request F
+Base __proc_getloginid F
+Base __proc_getloginid_request F
+Base __proc_getloginpids F
+Base __proc_getloginpids_request F
+Base __proc_getmsgport F
+Base __proc_getmsgport_request F
+Base __proc_getnports F
+Base __proc_getnports_request F
+Base __proc_getpgrp F
+Base __proc_getpgrp_request F
+Base __proc_getpgrppids F
+Base __proc_getpgrppids_request F
+Base __proc_getpids F
+Base __proc_getpids_request F
+Base __proc_getprivports F
+Base __proc_getprivports_request F
+Base __proc_getprocargs F
+Base __proc_getprocargs_request F
+Base __proc_getprocenv F
+Base __proc_getprocenv_request F
+Base __proc_getprocinfo F
+Base __proc_getprocinfo_request F
+Base __proc_getsessionpgids F
+Base __proc_getsessionpgids_request F
+Base __proc_getsessionpids F
+Base __proc_getsessionpids_request F
+Base __proc_getsid F
+Base __proc_getsid_request F
+Base __proc_getsidport F
+Base __proc_getsidport_request F
+Base __proc_handle_exceptions F
+Base __proc_handle_exceptions_request F
+Base __proc_is_important F
+Base __proc_is_important_request F
+Base __proc_make_login_coll F
+Base __proc_make_login_coll_request F
+Base __proc_make_task_namespace F
+Base __proc_make_task_namespace_request F
+Base __proc_mark_cont F
+Base __proc_mark_cont_request F
+Base __proc_mark_exec F
+Base __proc_mark_exec_request F
+Base __proc_mark_exit F
+Base __proc_mark_exit_request F
+Base __proc_mark_important F
+Base __proc_mark_important_request F
+Base __proc_mark_stop F
+Base __proc_mark_stop_request F
+Base __proc_mark_traced F
+Base __proc_mark_traced_request F
+Base __proc_mod_stopchild F
+Base __proc_mod_stopchild_request F
+Base __proc_pid2proc F
+Base __proc_pid2proc_request F
+Base __proc_pid2task F
+Base __proc_pid2task_request F
+Base __proc_proc2task F
+Base __proc_proc2task_request F
+Base __proc_reassign F
+Base __proc_reassign_request F
+Base __proc_reauthenticate F
+Base __proc_reauthenticate_request F
+Base __proc_register_version F
+Base __proc_register_version_request F
+Base __proc_set_arg_locations F
+Base __proc_set_arg_locations_request F
+Base __proc_set_code F
+Base __proc_set_code_request F
+Base __proc_set_entry F
+Base __proc_set_exe F
+Base __proc_set_init_task F
+Base __proc_set_init_task_request F
+Base __proc_setexecdata F
+Base __proc_setexecdata_request F
+Base __proc_setlogin F
+Base __proc_setlogin_request F
+Base __proc_setmsgport F
+Base __proc_setmsgport_request F
+Base __proc_setowner F
+Base __proc_setowner_request F
+Base __proc_setpgrp F
+Base __proc_setpgrp_request F
+Base __proc_setsid F
+Base __proc_setsid_request F
+Base __proc_task2pid F
+Base __proc_task2pid_request F
+Base __proc_task2proc F
+Base __proc_task2proc_request F
+Base __proc_uname F
+Base __proc_uname_request F
+Base __proc_wait F
+Base __proc_wait_request F
+Base __proc_waitid F
+Base __socket_accept F
+Base __socket_bind F
+Base __socket_connect F
+Base __socket_connect2 F
+Base __socket_create F
+Base __socket_create_address F
+Base __socket_fabricate_address F
+Base __socket_getopt F
+Base __socket_listen F
+Base __socket_name F
+Base __socket_peername F
+Base __socket_recv F
+Base __socket_send F
+Base __socket_setopt F
+Base __socket_shutdown F
+Base __socket_whatis_address F
+Base __startup_authinit F
+Base __startup_essential_task F
+Base __startup_procinit F
+Base __startup_reboot F
+Base __startup_request_notification F
+Base __term_get_bottom_type F
+Base __term_get_nodename F
+Base __term_get_peername F
+Base __term_getctty F
+Base __term_on_hurddev F
+Base __term_on_machdev F
+Base __term_on_pty F
+Base __term_open_ctty F
+Base __term_set_filenode F
+Base __term_set_nodename F
+Base __termctty_open_terminal F
+Base __tioctl_tioccbrk F
+Base __tioctl_tioccdtr F
+Base __tioctl_tiocdrain F
+Base __tioctl_tiocexcl F
+Base __tioctl_tiocext F
+Base __tioctl_tiocflush F
+Base __tioctl_tiocgeta F
+Base __tioctl_tiocgetd F
+Base __tioctl_tiocgpgrp F
+Base __tioctl_tiocgwinsz F
+Base __tioctl_tiocmbic F
+Base __tioctl_tiocmbis F
+Base __tioctl_tiocmget F
+Base __tioctl_tiocmodg F
+Base __tioctl_tiocmods F
+Base __tioctl_tiocmset F
+Base __tioctl_tiocnxcl F
+Base __tioctl_tiocoutq F
+Base __tioctl_tiocpkt F
+Base __tioctl_tiocremote F
+Base __tioctl_tiocsbrk F
+Base __tioctl_tiocsdtr F
+Base __tioctl_tiocseta F
+Base __tioctl_tiocsetaf F
+Base __tioctl_tiocsetaw F
+Base __tioctl_tiocsetd F
+Base __tioctl_tiocsig F
+Base __tioctl_tiocspgrp F
+Base __tioctl_tiocstart F
+Base __tioctl_tiocsti F
+Base __tioctl_tiocstop F
+Base __tioctl_tiocswinsz F
+Base __tioctl_tiocucntl F
+Base _hurdsig_fault_exc_server F
+Base _hurdsig_fault_exc_server_routines D 0x4
+Base auth_getids F
+Base auth_makeauth F
+Base auth_server_authenticate F
+Base auth_server_authenticate_reply F
+Base auth_server_authenticate_request F
+Base auth_user_authenticate F
+Base auth_user_authenticate_reply F
+Base auth_user_authenticate_request F
+Base crash_dump_task F
+Base dir_link F
+Base dir_lookup F
+Base dir_mkdir F
+Base dir_mkfile F
+Base dir_notice_changes F
+Base dir_readdir F
+Base dir_rename F
+Base dir_rmdir F
+Base dir_unlink F
+Base exec_exec F
+Base exec_exec_file_name F
+Base exec_exec_paths F
+Base exec_init F
+Base exec_setexecdata F
+Base exec_startup_get_info F
+Base file_chauthor F
+Base file_check_access F
+Base file_chflags F
+Base file_chmod F
+Base file_chown F
+Base file_exec F
+Base file_exec_file_name F
+Base file_exec_paths F
+Base file_get_fs_options F
+Base file_get_storage_info F
+Base file_get_translator F
+Base file_get_translator_cntl F
+Base file_getcontrol F
+Base file_getfh F
+Base file_getlinknode F
+Base file_lock F
+Base file_lock_stat F
+Base file_notice_changes F
+Base file_record_lock F
+Base file_reparent F
+Base file_set_size F
+Base file_set_translator F
+Base file_statfs F
+Base file_sync F
+Base file_syncfs F
+Base file_utimens F
+Base file_utimes F
+Base fsys_forward F
+Base fsys_get_children F
+Base fsys_get_options F
+Base fsys_get_source F
+Base fsys_getfile F
+Base fsys_getpriv F
+Base fsys_getroot F
+Base fsys_goaway F
+Base fsys_init F
+Base fsys_set_options F
+Base fsys_startup F
+Base fsys_syncfs F
+Base gsync_wait_intr F
+Base ifsock_getsockaddr F
+Base interrupt_operation F
+Base io_async F
+Base io_async_reply F
+Base io_async_request F
+Base io_clear_some_openmodes F
+Base io_clear_some_openmodes_reply F
+Base io_clear_some_openmodes_request F
+Base io_duplicate F
+Base io_duplicate_reply F
+Base io_duplicate_request F
+Base io_eofnotify F
+Base io_eofnotify_reply F
+Base io_eofnotify_request F
+Base io_get_conch F
+Base io_get_conch_reply F
+Base io_get_conch_request F
+Base io_get_icky_async_id F
+Base io_get_icky_async_id_reply F
+Base io_get_icky_async_id_request F
+Base io_get_openmodes F
+Base io_get_openmodes_reply F
+Base io_get_openmodes_request F
+Base io_get_owner F
+Base io_get_owner_reply F
+Base io_get_owner_request F
+Base io_identity F
+Base io_identity_reply F
+Base io_identity_request F
+Base io_map F
+Base io_map_cntl F
+Base io_map_cntl_reply F
+Base io_map_cntl_request F
+Base io_map_reply F
+Base io_map_request F
+Base io_mod_owner F
+Base io_mod_owner_reply F
+Base io_mod_owner_request F
+Base io_pathconf F
+Base io_pathconf_reply F
+Base io_pathconf_request F
+Base io_postnotify F
+Base io_postnotify_reply F
+Base io_postnotify_request F
+Base io_prenotify F
+Base io_prenotify_reply F
+Base io_prenotify_request F
+Base io_read F
+Base io_read_reply F
+Base io_read_request F
+Base io_readable F
+Base io_readable_reply F
+Base io_readable_request F
+Base io_readnotify F
+Base io_readnotify_reply F
+Base io_readnotify_request F
+Base io_readsleep F
+Base io_readsleep_reply F
+Base io_readsleep_request F
+Base io_reauthenticate F
+Base io_release_conch F
+Base io_release_conch_reply F
+Base io_release_conch_request F
+Base io_restrict_auth F
+Base io_restrict_auth_reply F
+Base io_restrict_auth_request F
+Base io_revoke F
+Base io_revoke_reply F
+Base io_revoke_request F
+Base io_seek F
+Base io_seek_reply F
+Base io_seek_request F
+Base io_select F
+Base io_select_reply F
+Base io_select_request F
+Base io_select_timeout F
+Base io_select_timeout_reply F
+Base io_select_timeout_request F
+Base io_server_version F
+Base io_server_version_reply F
+Base io_server_version_request F
+Base io_set_all_openmodes F
+Base io_set_all_openmodes_reply F
+Base io_set_all_openmodes_request F
+Base io_set_some_openmodes F
+Base io_set_some_openmodes_reply F
+Base io_set_some_openmodes_request F
+Base io_sigio F
+Base io_sigio_reply F
+Base io_sigio_request F
+Base io_stat F
+Base io_stat_reply F
+Base io_stat_request F
+Base io_write F
+Base io_write_reply F
+Base io_write_request F
+Base login_get_idle_time F
+Base login_get_input_devices F
+Base login_get_location F
+Base login_get_login_collection F
+Base login_message_user F
+Base msg_add_auth F
+Base msg_del_auth F
+Base msg_describe_ports F
+Base msg_get_dtable F
+Base msg_get_env_variable F
+Base msg_get_environment F
+Base msg_get_fd F
+Base msg_get_init_int F
+Base msg_get_init_ints F
+Base msg_get_init_port F
+Base msg_get_init_ports F
+Base msg_proc_newids F
+Base msg_report_wait F
+Base msg_set_dtable F
+Base msg_set_env_variable F
+Base msg_set_environment F
+Base msg_set_fd F
+Base msg_set_init_int F
+Base msg_set_init_ints F
+Base msg_set_init_port F
+Base msg_set_init_ports F
+Base msg_sig_post F
+Base msg_sig_post_reply F
+Base msg_sig_post_request F
+Base msg_sig_post_untraced F
+Base msg_sig_post_untraced_reply F
+Base msg_sig_post_untraced_request F
+Base password_check_group F
+Base password_check_user F
+Base pci_conf_read F
+Base pci_conf_write F
+Base pci_get_dev_regions F
+Base pci_get_dev_rom F
+Base pci_get_ndevs F
+Base pfinet_siocgifconf F
+Base proc_child F
+Base proc_child_request F
+Base proc_dostop F
+Base proc_dostop_request F
+Base proc_execdata_notify F
+Base proc_execdata_notify_request F
+Base proc_get_arg_locations F
+Base proc_get_arg_locations_request F
+Base proc_get_code F
+Base proc_get_code_request F
+Base proc_get_entry F
+Base proc_get_exe F
+Base proc_get_tty F
+Base proc_get_tty_request F
+Base proc_getallpids F
+Base proc_getallpids_request F
+Base proc_getexecdata F
+Base proc_getexecdata_request F
+Base proc_getlogin F
+Base proc_getlogin_request F
+Base proc_getloginid F
+Base proc_getloginid_request F
+Base proc_getloginpids F
+Base proc_getloginpids_request F
+Base proc_getmsgport F
+Base proc_getmsgport_request F
+Base proc_getnports F
+Base proc_getnports_request F
+Base proc_getpgrp F
+Base proc_getpgrp_request F
+Base proc_getpgrppids F
+Base proc_getpgrppids_request F
+Base proc_getpids F
+Base proc_getpids_request F
+Base proc_getprivports F
+Base proc_getprivports_request F
+Base proc_getprocargs F
+Base proc_getprocargs_request F
+Base proc_getprocenv F
+Base proc_getprocenv_request F
+Base proc_getprocinfo F
+Base proc_getprocinfo_request F
+Base proc_getsessionpgids F
+Base proc_getsessionpgids_request F
+Base proc_getsessionpids F
+Base proc_getsessionpids_request F
+Base proc_getsid F
+Base proc_getsid_request F
+Base proc_getsidport F
+Base proc_getsidport_request F
+Base proc_handle_exceptions F
+Base proc_handle_exceptions_request F
+Base proc_is_important F
+Base proc_is_important_request F
+Base proc_make_login_coll F
+Base proc_make_login_coll_request F
+Base proc_make_task_namespace F
+Base proc_make_task_namespace_request F
+Base proc_mark_cont F
+Base proc_mark_cont_request F
+Base proc_mark_exec F
+Base proc_mark_exec_request F
+Base proc_mark_exit F
+Base proc_mark_exit_request F
+Base proc_mark_important F
+Base proc_mark_important_request F
+Base proc_mark_stop F
+Base proc_mark_stop_request F
+Base proc_mark_traced F
+Base proc_mark_traced_request F
+Base proc_mod_stopchild F
+Base proc_mod_stopchild_request F
+Base proc_pid2proc F
+Base proc_pid2proc_request F
+Base proc_pid2task F
+Base proc_pid2task_request F
+Base proc_proc2task F
+Base proc_proc2task_request F
+Base proc_reassign F
+Base proc_reassign_request F
+Base proc_reauthenticate F
+Base proc_reauthenticate_request F
+Base proc_register_version F
+Base proc_register_version_request F
+Base proc_set_arg_locations F
+Base proc_set_arg_locations_request F
+Base proc_set_code F
+Base proc_set_code_request F
+Base proc_set_entry F
+Base proc_set_exe F
+Base proc_set_init_task F
+Base proc_set_init_task_request F
+Base proc_setexecdata F
+Base proc_setexecdata_request F
+Base proc_setlogin F
+Base proc_setlogin_request F
+Base proc_setmsgport F
+Base proc_setmsgport_request F
+Base proc_setowner F
+Base proc_setowner_request F
+Base proc_setpgrp F
+Base proc_setpgrp_request F
+Base proc_setsid F
+Base proc_setsid_request F
+Base proc_task2pid F
+Base proc_task2pid_request F
+Base proc_task2proc F
+Base proc_task2proc_request F
+Base proc_uname F
+Base proc_uname_request F
+Base proc_wait F
+Base proc_wait_request F
+Base proc_waitid F
+Base socket_accept F
+Base socket_bind F
+Base socket_connect F
+Base socket_connect2 F
+Base socket_create F
+Base socket_create_address F
+Base socket_fabricate_address F
+Base socket_getopt F
+Base socket_listen F
+Base socket_name F
+Base socket_peername F
+Base socket_recv F
+Base socket_send F
+Base socket_setopt F
+Base socket_shutdown F
+Base socket_whatis_address F
+Base startup_authinit F
+Base startup_essential_task F
+Base startup_procinit F
+Base startup_reboot F
+Base startup_request_notification F
+Base term_get_bottom_type F
+Base term_get_nodename F
+Base term_get_peername F
+Base term_getctty F
+Base term_on_hurddev F
+Base term_on_machdev F
+Base term_on_pty F
+Base term_open_ctty F
+Base term_set_filenode F
+Base term_set_nodename F
+Base termctty_open_terminal F
+Base tioctl_tioccbrk F
+Base tioctl_tioccdtr F
+Base tioctl_tiocdrain F
+Base tioctl_tiocexcl F
+Base tioctl_tiocext F
+Base tioctl_tiocflush F
+Base tioctl_tiocgeta F
+Base tioctl_tiocgetd F
+Base tioctl_tiocgpgrp F
+Base tioctl_tiocgwinsz F
+Base tioctl_tiocmbic F
+Base tioctl_tiocmbis F
+Base tioctl_tiocmget F
+Base tioctl_tiocmodg F
+Base tioctl_tiocmods F
+Base tioctl_tiocmset F
+Base tioctl_tiocnxcl F
+Base tioctl_tiocoutq F
+Base tioctl_tiocpkt F
+Base tioctl_tiocremote F
+Base tioctl_tiocsbrk F
+Base tioctl_tiocsdtr F
+Base tioctl_tiocseta F
+Base tioctl_tiocsetaf F
+Base tioctl_tiocsetaw F
+Base tioctl_tiocsetd F
+Base tioctl_tiocsig F
+Base tioctl_tiocspgrp F
+Base tioctl_tiocstart F
+Base tioctl_tiocsti F
+Base tioctl_tiocstop F
+Base tioctl_tiocswinsz F
+Base tioctl_tiocucntl F
----------
----------
XFAIL: inet/tst-if_index-long
original exit status 1
error: support_descriptors.c:68: opendir ("/proc/self/fd"): No such file or 
directory
error: 1 test failures
----------
----------
XFAIL: io/tst-getcwd-abspath
original exit status 1
warning: could not become root outside namespace (Operation not permitted)
tst-getcwd-abspath.c:42: numeric comparison failure
   left: 0 (0x0); from: errno
  right: 1073741826 (0x40000002); from: ENOENT
error: tst-getcwd-abspath.c:43: not true: cwd == NULL
tst-getcwd-abspath.c:47: numeric comparison failure
   left: 0 (0x0); from: errno
  right: 1073741826 (0x40000002); from: ENOENT
error: tst-getcwd-abspath.c:48: not true: cwd == NULL
error: 4 test failures
----------
----------
XFAIL: io/tst-lockf
original exit status 1
error: subprocess failed: lockf
error:   unexpected output from subprocess
tst-lockf.c:43: numeric comparison failure
   left: 0 (0x0); from: lockf (temp_fd, F_TLOCK, 1024)
  right: -1 (0xffffffff); from: -1
tst-lockf.c:44: numeric comparison failure
   left: 0 (0x0); from: errno
  right: 1073741859 (0x40000023); from: EAGAIN
tst-lockf.c:45: numeric comparison failure
   left: 0 (0x0); from: lockf (temp_fd, F_TEST, 1024)
  right: -1 (0xffffffff); from: -1
tst-lockf.c:46: numeric comparison failure
   left: 0 (0x0); from: errno
  right: 1073741837 (0x4000000d); from: EACCES
tst-lockf.c:49: numeric comparison failure
   left: 0 (0x0); from: lockf (temp_fd, F_TEST, 1024)
  right: -1 (0xffffffff); from: -1


error: subprocess failed: lockf
error:   unexpected output from subprocess
tst-lockf.c:66: numeric comparison failure
   left: 0 (0x0); from: lockf64 (temp_fd, F_TLOCK, 1024)
  right: -1 (0xffffffff); from: -1
tst-lockf.c:67: numeric comparison failure
   left: 0 (0x0); from: errno
  right: 1073741859 (0x40000023); from: EAGAIN
tst-lockf.c:68: numeric comparison failure
   left: 0 (0x0); from: lockf64 (temp_fd, F_TEST, 1024)
  right: -1 (0xffffffff); from: -1
tst-lockf.c:69: numeric comparison failure
   left: 0 (0x0); from: errno
  right: 1073741837 (0x4000000d); from: EACCES
tst-lockf.c:72: numeric comparison failure
   left: 0 (0x0); from: lockf64 (temp_fd, F_TEST, 1024)
  right: -1 (0xffffffff); from: -1
tst-lockf.c:89: numeric comparison failure
   left: 0 (0x0); from: lockf64 (temp_fd, F_TLOCK, 1024)
  right: -1 (0xffffffff); from: -1
tst-lockf.c:90: numeric comparison failure
   left: 0 (0x0); from: errno
  right: 1073741859 (0x40000023); from: EAGAIN
tst-lockf.c:91: numeric comparison failure
   left: 0 (0x0); from: lockf64 (temp_fd, F_TEST, 1024)
  right: -1 (0xffffffff); from: -1
tst-lockf.c:92: numeric comparison failure
   left: 0 (0x0); from: errno
  right: 1073741837 (0x4000000d); from: EACCES


error: 16 test failures
----------
----------
XFAIL: io/tst-posix_fallocate64
original exit status 1
error: tst-posix_fallocate-common.c:48: 1st posix_fallocate call failed
error: 1 test failures
----------
----------
XFAIL: io/tst-statx
original exit status 1
tst-statx.c:92: numeric comparison failure
   left: 8630 (0x21b6); from: stx.stx_mode
  right: 8397238 (0x8021b6); from: st.st_mode
tst-statx.c:92: numeric comparison failure
   left: 8630 (0x21b6); from: stx.stx_mode
  right: 8397238 (0x8021b6); from: st.st_mode
info: kernel does not support statx
error: 2 test failures
----------
----------
XFAIL: localedata/tst-langinfo-newlocale-static
original exit status 1
nl_langinfo_l(ABDAY_1, C [0x8156120]) = "Sun", OK
nl_langinfo_l(ABDAY_2, C [0x8156120]) = "Mon", OK
nl_langinfo_l(ABDAY_3, C [0x8156120]) = "Tue", OK
nl_langinfo_l(ABDAY_4, C [0x8156120]) = "Wed", OK
nl_langinfo_l(ABDAY_5, C [0x8156120]) = "Thu", OK
nl_langinfo_l(ABDAY_6, C [0x8156120]) = "Fri", OK
nl_langinfo_l(ABDAY_7, C [0x8156120]) = "Sat", OK
nl_langinfo_l(DAY_1, C [0x8156120]) = "Sunday", OK
nl_langinfo_l(DAY_2, C [0x8156120]) = "Monday", OK
nl_langinfo_l(DAY_3, C [0x8156120]) = "Tuesday", OK
nl_langinfo_l(DAY_4, C [0x8156120]) = "Wednesday", OK
nl_langinfo_l(DAY_5, C [0x8156120]) = "Thursday", OK
nl_langinfo_l(DAY_6, C [0x8156120]) = "Friday", OK
nl_langinfo_l(DAY_7, C [0x8156120]) = "Saturday", OK
nl_langinfo_l(ABMON_1, C [0x8156120]) = "Jan", OK
nl_langinfo_l(ABMON_2, C [0x8156120]) = "Feb", OK
nl_langinfo_l(ABMON_3, C [0x8156120]) = "Mar", OK
nl_langinfo_l(ABMON_4, C [0x8156120]) = "Apr", OK
nl_langinfo_l(ABMON_5, C [0x8156120]) = "May", OK
nl_langinfo_l(ABMON_6, C [0x8156120]) = "Jun", OK
nl_langinfo_l(ABMON_7, C [0x8156120]) = "Jul", OK
nl_langinfo_l(ABMON_8, C [0x8156120]) = "Aug", OK
nl_langinfo_l(ABMON_9, C [0x8156120]) = "Sep", OK
nl_langinfo_l(ABMON_10, C [0x8156120]) = "Oct", OK
nl_langinfo_l(ABMON_11, C [0x8156120]) = "Nov", OK
nl_langinfo_l(ABMON_12, C [0x8156120]) = "Dec", OK
nl_langinfo_l(MON_1, C [0x8156120]) = "January", OK
nl_langinfo_l(MON_2, C [0x8156120]) = "February", OK
nl_langinfo_l(MON_3, C [0x8156120]) = "March", OK
nl_langinfo_l(MON_4, C [0x8156120]) = "April", OK
nl_langinfo_l(MON_5, C [0x8156120]) = "May", OK
nl_langinfo_l(MON_6, C [0x8156120]) = "June", OK
nl_langinfo_l(MON_7, C [0x8156120]) = "July", OK
nl_langinfo_l(MON_8, C [0x8156120]) = "August", OK
nl_langinfo_l(MON_9, C [0x8156120]) = "September", OK
nl_langinfo_l(MON_10, C [0x8156120]) = "October", OK
nl_langinfo_l(MON_11, C [0x8156120]) = "November", OK
nl_langinfo_l(MON_12, C [0x8156120]) = "December", OK
nl_langinfo_l(AM_STR, C [0x8156120]) = "AM", OK
nl_langinfo_l(PM_STR, C [0x8156120]) = "PM", OK
nl_langinfo_l(D_T_FMT, C [0x8156120]) = "%a %b %e %H:%M:%S %Y", OK
nl_langinfo_l(D_FMT, C [0x8156120]) = "%m/%d/%y", OK
nl_langinfo_l(T_FMT, C [0x8156120]) = "%H:%M:%S", OK
nl_langinfo_l(T_FMT_AMPM, C [0x8156120]) = "%I:%M:%S %p", OK
nl_langinfo_l(ABDAY_1, C [0x8156120]) = "Sun", OK
nl_langinfo_l(ABDAY_2, C [0x8156120]) = "Mon", OK
nl_langinfo_l(ABDAY_3, C [0x8156120]) = "Tue", OK
nl_langinfo_l(ABDAY_4, C [0x8156120]) = "Wed", OK
nl_langinfo_l(ABDAY_5, C [0x8156120]) = "Thu", OK
nl_langinfo_l(ABDAY_6, C [0x8156120]) = "Fri", OK
nl_langinfo_l(ABDAY_7, C [0x8156120]) = "Sat", OK
nl_langinfo_l(DAY_1, C [0x8156120]) = "Sunday", OK
nl_langinfo_l(DAY_2, C [0x8156120]) = "Monday", OK
nl_langinfo_l(DAY_3, C [0x8156120]) = "Tuesday", OK
nl_langinfo_l(DAY_4, C [0x8156120]) = "Wednesday", OK
nl_langinfo_l(DAY_5, C [0x8156120]) = "Thursday", OK
nl_langinfo_l(DAY_6, C [0x8156120]) = "Friday", OK
nl_langinfo_l(DAY_7, C [0x8156120]) = "Saturday", OK
nl_langinfo_l(RADIXCHAR, C [0x8156120]) = ".", OK
nl_langinfo_l(THOUSEP, C [0x8156120]) = "", OK
nl_langinfo_l(YESEXPR, C [0x8156120]) = "^[yY]", OK
nl_langinfo_l(NOEXPR, C [0x8156120]) = "^[nN]", OK
nl_langinfo_l(ABMON_1, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Jan", OK
nl_langinfo_l(ABMON_2, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Feb", OK
nl_langinfo_l(ABMON_3, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Mar", OK
nl_langinfo_l(ABMON_4, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Apr", OK
nl_langinfo_l(ABMON_5, en_US.ANSI_X3.4-1968 [0x1002a250]) = "May", OK
nl_langinfo_l(ABMON_6, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Jun", OK
nl_langinfo_l(ABMON_7, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Jul", OK
nl_langinfo_l(ABMON_8, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Aug", OK
nl_langinfo_l(ABMON_9, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Sep", OK
nl_langinfo_l(ABMON_10, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Oct", OK
nl_langinfo_l(ABMON_11, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Nov", OK
nl_langinfo_l(ABMON_12, en_US.ANSI_X3.4-1968 [0x1002a250]) = "Dec", OK
nl_langinfo_l(MON_1, en_US.ANSI_X3.4-1968 [0x1002a250]) = "January", OK
nl_langinfo_l(MON_2, en_US.ANSI_X3.4-1968 [0x1002a250]) = "February", OK
nl_langinfo_l(MON_3, en_US.ANSI_X3.4-1968 [0x1002a250]) = "March", OK
nl_langinfo_l(MON_4, en_US.ANSI_X3.4-1968 [0x1002a250]) = "April", OK
nl_langinfo_l(MON_5, en_US.ANSI_X3.4-1968 [0x1002a250]) = "May", OK
nl_langinfo_l(MON_6, en_US.ANSI_X3.4-1968 [0x1002a250]) = "June", OK
nl_langinfo_l(MON_7, en_US.ANSI_X3.4-1968 [0x1002a250]) = "July", OK
nl_langinfo_l(MON_8, en_US.ANSI_X3.4-1968 [0x1002a250]) = "August", OK
nl_langinfo_l(MON_9, en_US.ANSI_X3.4-1968 [0x1002a250]) = "September", OK
nl_langinfo_l(MON_10, en_US.ANSI_X3.4-1968 [0x1002a250]) = "October", OK
nl_langinfo_l(MON_11, en_US.ANSI_X3.4-1968 [0x1002a250]) = "November", OK
nl_langinfo_l(MON_12, en_US.ANSI_X3.4-1968 [0x1002a250]) = "December", OK
nl_langinfo_l(AM_STR, en_US.ANSI_X3.4-1968 [0x1002a250]) = "AM", OK
nl_langinfo_l(PM_STR, en_US.ANSI_X3.4-1968 [0x1002a250]) = "PM", OK
nl_langinfo_l(D_T_FMT, en_US.ANSI_X3.4-1968 [0x1002a250]) = "%a %b %e %H:%M:%S 
%Y", FAILED (expected: %a %d %b %Y %r %Z)
nl_langinfo_l(D_FMT, en_US.ANSI_X3.4-1968 [0x1002a250]) = "%m/%d/%y", FAILED 
(expected: %m/%d/%Y)
nl_langinfo_l(T_FMT, en_US.ANSI_X3.4-1968 [0x1002a250]) = "%H:%M:%S", FAILED 
(expected: %r)
nl_langinfo_l(T_FMT_AMPM, en_US.ANSI_X3.4-1968 [0x1002a250]) = "%I:%M:%S %p", OK
nl_langinfo_l(RADIXCHAR, en_US.ANSI_X3.4-1968 [0x1002a250]) = ".", OK
nl_langinfo_l(THOUSEP, en_US.ANSI_X3.4-1968 [0x1002a250]) = "", FAILED 
(expected: ,)
nl_langinfo_l(YESEXPR, en_US.ANSI_X3.4-1968 [0x1002a250]) = "^[yY]", FAILED 
(expected: ^[+1yY])
nl_langinfo_l(NOEXPR, en_US.ANSI_X3.4-1968 [0x1002a250]) = "^[nN]", FAILED 
(expected: ^[-0nN])
nl_langinfo_l(ABMON_1, en_US.ISO-8859-1 [0x10030130]) = "Jan", OK
nl_langinfo_l(ABMON_2, en_US.ISO-8859-1 [0x10030130]) = "Feb", OK
nl_langinfo_l(ABMON_3, en_US.ISO-8859-1 [0x10030130]) = "Mar", OK
nl_langinfo_l(ABMON_4, en_US.ISO-8859-1 [0x10030130]) = "Apr", OK
nl_langinfo_l(ABMON_5, en_US.ISO-8859-1 [0x10030130]) = "May", OK
nl_langinfo_l(ABMON_6, en_US.ISO-8859-1 [0x10030130]) = "Jun", OK
nl_langinfo_l(ABMON_7, en_US.ISO-8859-1 [0x10030130]) = "Jul", OK
nl_langinfo_l(ABMON_8, en_US.ISO-8859-1 [0x10030130]) = "Aug", OK
nl_langinfo_l(ABMON_9, en_US.ISO-8859-1 [0x10030130]) = "Sep", OK
nl_langinfo_l(ABMON_10, en_US.ISO-8859-1 [0x10030130]) = "Oct", OK
nl_langinfo_l(ABMON_11, en_US.ISO-8859-1 [0x10030130]) = "Nov", OK
nl_langinfo_l(ABMON_12, en_US.ISO-8859-1 [0x10030130]) = "Dec", OK
nl_langinfo_l(MON_1, en_US.ISO-8859-1 [0x10030130]) = "January", OK
nl_langinfo_l(MON_2, en_US.ISO-8859-1 [0x10030130]) = "February", OK
nl_langinfo_l(MON_3, en_US.ISO-8859-1 [0x10030130]) = "March", OK
nl_langinfo_l(MON_4, en_US.ISO-8859-1 [0x10030130]) = "April", OK
nl_langinfo_l(MON_5, en_US.ISO-8859-1 [0x10030130]) = "May", OK
nl_langinfo_l(MON_6, en_US.ISO-8859-1 [0x10030130]) = "June", OK
nl_langinfo_l(MON_7, en_US.ISO-8859-1 [0x10030130]) = "July", OK
nl_langinfo_l(MON_8, en_US.ISO-8859-1 [0x10030130]) = "August", OK
nl_langinfo_l(MON_9, en_US.ISO-8859-1 [0x10030130]) = "September", OK
nl_langinfo_l(MON_10, en_US.ISO-8859-1 [0x10030130]) = "October", OK
nl_langinfo_l(MON_11, en_US.ISO-8859-1 [0x10030130]) = "November", OK
nl_langinfo_l(MON_12, en_US.ISO-8859-1 [0x10030130]) = "December", OK
nl_langinfo_l(AM_STR, en_US.ISO-8859-1 [0x10030130]) = "AM", OK
nl_langinfo_l(PM_STR, en_US.ISO-8859-1 [0x10030130]) = "PM", OK
nl_langinfo_l(D_T_FMT, en_US.ISO-8859-1 [0x10030130]) = "%a %b %e %H:%M:%S %Y", 
FAILED (expected: %a %d %b %Y %r %Z)
nl_langinfo_l(D_FMT, en_US.ISO-8859-1 [0x10030130]) = "%m/%d/%y", FAILED 
(expected: %m/%d/%Y)
nl_langinfo_l(T_FMT, en_US.ISO-8859-1 [0x10030130]) = "%H:%M:%S", FAILED 
(expected: %r)
nl_langinfo_l(T_FMT_AMPM, en_US.ISO-8859-1 [0x10030130]) = "%I:%M:%S %p", OK
nl_langinfo_l(RADIXCHAR, en_US.ISO-8859-1 [0x10030130]) = ".", OK
nl_langinfo_l(THOUSEP, en_US.ISO-8859-1 [0x10030130]) = "", FAILED (expected: ,)
nl_langinfo_l(YESEXPR, en_US.ISO-8859-1 [0x10030130]) = "^[yY]", FAILED 
(expected: ^[+1yY])
nl_langinfo_l(NOEXPR, en_US.ISO-8859-1 [0x10030130]) = "^[nN]", FAILED 
(expected: ^[-0nN])
nl_langinfo_l(CURRENCY_SYMBOL, en_US.UTF-8 [0x10035c80]) = "", FAILED 
(expected: $)
nl_langinfo_l(ABDAY_1, de_DE.ISO-8859-1 [0x10030130]) = "Sun", FAILED 
(expected: So)
nl_langinfo_l(ABDAY_2, de_DE.ISO-8859-1 [0x10030130]) = "Mon", FAILED 
(expected: Mo)
nl_langinfo_l(ABDAY_3, de_DE.ISO-8859-1 [0x10030130]) = "Tue", FAILED 
(expected: Di)
nl_langinfo_l(ABDAY_4, de_DE.ISO-8859-1 [0x10030130]) = "Wed", FAILED 
(expected: Mi)
nl_langinfo_l(ABDAY_5, de_DE.ISO-8859-1 [0x10030130]) = "Thu", FAILED 
(expected: Do)
nl_langinfo_l(ABDAY_6, de_DE.ISO-8859-1 [0x10030130]) = "Fri", FAILED 
(expected: Fr)
nl_langinfo_l(ABDAY_7, de_DE.ISO-8859-1 [0x10030130]) = "Sat", FAILED 
(expected: Sa)
nl_langinfo_l(DAY_1, de_DE.ISO-8859-1 [0x10030130]) = "Sunday", FAILED 
(expected: Sonntag)
nl_langinfo_l(DAY_2, de_DE.ISO-8859-1 [0x10030130]) = "Monday", FAILED 
(expected: Montag)
nl_langinfo_l(DAY_3, de_DE.ISO-8859-1 [0x10030130]) = "Tuesday", FAILED 
(expected: Dienstag)
nl_langinfo_l(DAY_4, de_DE.ISO-8859-1 [0x10030130]) = "Wednesday", FAILED 
(expected: Mittwoch)
nl_langinfo_l(DAY_5, de_DE.ISO-8859-1 [0x10030130]) = "Thursday", FAILED 
(expected: Donnerstag)
nl_langinfo_l(DAY_6, de_DE.ISO-8859-1 [0x10030130]) = "Friday", FAILED 
(expected: Freitag)
nl_langinfo_l(DAY_7, de_DE.ISO-8859-1 [0x10030130]) = "Saturday", FAILED 
(expected: Samstag)
nl_langinfo_l(ABMON_1, de_DE.ISO-8859-1 [0x10030130]) = "Jan", OK
nl_langinfo_l(ABMON_2, de_DE.ISO-8859-1 [0x10030130]) = "Feb", OK
nl_langinfo_l(ABMON_3, de_DE.ISO-8859-1 [0x10030130]) = "Mar", FAILED 
(expected: M�r)
nl_langinfo_l(ABMON_4, de_DE.ISO-8859-1 [0x10030130]) = "Apr", OK
nl_langinfo_l(ABMON_5, de_DE.ISO-8859-1 [0x10030130]) = "May", FAILED 
(expected: Mai)
nl_langinfo_l(ABMON_6, de_DE.ISO-8859-1 [0x10030130]) = "Jun", OK
nl_langinfo_l(ABMON_7, de_DE.ISO-8859-1 [0x10030130]) = "Jul", OK
nl_langinfo_l(ABMON_8, de_DE.ISO-8859-1 [0x10030130]) = "Aug", OK
nl_langinfo_l(ABMON_9, de_DE.ISO-8859-1 [0x10030130]) = "Sep", OK
nl_langinfo_l(ABMON_10, de_DE.ISO-8859-1 [0x10030130]) = "Oct", FAILED 
(expected: Okt)
nl_langinfo_l(ABMON_11, de_DE.ISO-8859-1 [0x10030130]) = "Nov", OK
nl_langinfo_l(ABMON_12, de_DE.ISO-8859-1 [0x10030130]) = "Dec", FAILED 
(expected: Dez)
nl_langinfo_l(MON_1, de_DE.ISO-8859-1 [0x10030130]) = "January", FAILED 
(expected: Januar)
nl_langinfo_l(MON_2, de_DE.ISO-8859-1 [0x10030130]) = "February", FAILED 
(expected: Februar)
nl_langinfo_l(MON_3, de_DE.ISO-8859-1 [0x10030130]) = "March", FAILED 
(expected: M�rz)
nl_langinfo_l(MON_4, de_DE.ISO-8859-1 [0x10030130]) = "April", OK
nl_langinfo_l(MON_5, de_DE.ISO-8859-1 [0x10030130]) = "May", FAILED (expected: 
Mai)
nl_langinfo_l(MON_6, de_DE.ISO-8859-1 [0x10030130]) = "June", FAILED (expected: 
Juni)
nl_langinfo_l(MON_7, de_DE.ISO-8859-1 [0x10030130]) = "July", FAILED (expected: 
Juli)
nl_langinfo_l(MON_8, de_DE.ISO-8859-1 [0x10030130]) = "August", OK
nl_langinfo_l(MON_9, de_DE.ISO-8859-1 [0x10030130]) = "September", OK
nl_langinfo_l(MON_10, de_DE.ISO-8859-1 [0x10030130]) = "October", FAILED 
(expected: Oktober)
nl_langinfo_l(MON_11, de_DE.ISO-8859-1 [0x10030130]) = "November", OK
nl_langinfo_l(MON_12, de_DE.ISO-8859-1 [0x10030130]) = "December", FAILED 
(expected: Dezember)
nl_langinfo_l(D_T_FMT, de_DE.ISO-8859-1 [0x10030130]) = "%a %b %e %H:%M:%S %Y", 
FAILED (expected: %a %d %b %Y %T %Z)
nl_langinfo_l(D_FMT, de_DE.ISO-8859-1 [0x10030130]) = "%m/%d/%y", FAILED 
(expected: %d.%m.%Y)
nl_langinfo_l(T_FMT, de_DE.ISO-8859-1 [0x10030130]) = "%H:%M:%S", FAILED 
(expected: %T)
nl_langinfo_l(RADIXCHAR, de_DE.ISO-8859-1 [0x10030130]) = ".", FAILED 
(expected: ,)
nl_langinfo_l(THOUSEP, de_DE.ISO-8859-1 [0x10030130]) = "", FAILED (expected: .)
nl_langinfo_l(YESEXPR, de_DE.ISO-8859-1 [0x10030130]) = "^[yY]", FAILED 
(expected: ^[+1jJyY])
nl_langinfo_l(NOEXPR, de_DE.ISO-8859-1 [0x10030130]) = "^[nN]", FAILED 
(expected: ^[-0nN])
nl_langinfo_l(ABDAY_1, de_DE.UTF-8 [0x10035c80]) = "Sun", FAILED (expected: So)
nl_langinfo_l(ABDAY_2, de_DE.UTF-8 [0x10035c80]) = "Mon", FAILED (expected: Mo)
nl_langinfo_l(ABDAY_3, de_DE.UTF-8 [0x10035c80]) = "Tue", FAILED (expected: Di)
nl_langinfo_l(ABDAY_4, de_DE.UTF-8 [0x10035c80]) = "Wed", FAILED (expected: Mi)
nl_langinfo_l(ABDAY_5, de_DE.UTF-8 [0x10035c80]) = "Thu", FAILED (expected: Do)
nl_langinfo_l(ABDAY_6, de_DE.UTF-8 [0x10035c80]) = "Fri", FAILED (expected: Fr)
nl_langinfo_l(ABDAY_7, de_DE.UTF-8 [0x10035c80]) = "Sat", FAILED (expected: Sa)
nl_langinfo_l(DAY_1, de_DE.UTF-8 [0x10035c80]) = "Sunday", FAILED (expected: 
Sonntag)
nl_langinfo_l(DAY_2, de_DE.UTF-8 [0x10035c80]) = "Monday", FAILED (expected: 
Montag)
nl_langinfo_l(DAY_3, de_DE.UTF-8 [0x10035c80]) = "Tuesday", FAILED (expected: 
Dienstag)
nl_langinfo_l(DAY_4, de_DE.UTF-8 [0x10035c80]) = "Wednesday", FAILED (expected: 
Mittwoch)
nl_langinfo_l(DAY_5, de_DE.UTF-8 [0x10035c80]) = "Thursday", FAILED (expected: 
Donnerstag)
nl_langinfo_l(DAY_6, de_DE.UTF-8 [0x10035c80]) = "Friday", FAILED (expected: 
Freitag)
nl_langinfo_l(DAY_7, de_DE.UTF-8 [0x10035c80]) = "Saturday", FAILED (expected: 
Samstag)
nl_langinfo_l(ABMON_1, de_DE.UTF-8 [0x10035c80]) = "Jan", OK
nl_langinfo_l(ABMON_2, de_DE.UTF-8 [0x10035c80]) = "Feb", OK
nl_langinfo_l(ABMON_3, de_DE.UTF-8 [0x10035c80]) = "Mar", FAILED (expected: Mär)
nl_langinfo_l(ABMON_4, de_DE.UTF-8 [0x10035c80]) = "Apr", OK
nl_langinfo_l(ABMON_5, de_DE.UTF-8 [0x10035c80]) = "May", FAILED (expected: Mai)
nl_langinfo_l(ABMON_6, de_DE.UTF-8 [0x10035c80]) = "Jun", OK
nl_langinfo_l(ABMON_7, de_DE.UTF-8 [0x10035c80]) = "Jul", OK
nl_langinfo_l(ABMON_8, de_DE.UTF-8 [0x10035c80]) = "Aug", OK
nl_langinfo_l(ABMON_9, de_DE.UTF-8 [0x10035c80]) = "Sep", OK
nl_langinfo_l(ABMON_10, de_DE.UTF-8 [0x10035c80]) = "Oct", FAILED (expected: 
Okt)
nl_langinfo_l(ABMON_11, de_DE.UTF-8 [0x10035c80]) = "Nov", OK
nl_langinfo_l(ABMON_12, de_DE.UTF-8 [0x10035c80]) = "Dec", FAILED (expected: 
Dez)
nl_langinfo_l(MON_1, de_DE.UTF-8 [0x10035c80]) = "January", FAILED (expected: 
Januar)
nl_langinfo_l(MON_2, de_DE.UTF-8 [0x10035c80]) = "February", FAILED (expected: 
Februar)
nl_langinfo_l(MON_3, de_DE.UTF-8 [0x10035c80]) = "March", FAILED (expected: 
März)
nl_langinfo_l(MON_4, de_DE.UTF-8 [0x10035c80]) = "April", OK
nl_langinfo_l(MON_5, de_DE.UTF-8 [0x10035c80]) = "May", FAILED (expected: Mai)
nl_langinfo_l(MON_6, de_DE.UTF-8 [0x10035c80]) = "June", FAILED (expected: Juni)
nl_langinfo_l(MON_7, de_DE.UTF-8 [0x10035c80]) = "July", FAILED (expected: Juli)
nl_langinfo_l(MON_8, de_DE.UTF-8 [0x10035c80]) = "August", OK
nl_langinfo_l(MON_9, de_DE.UTF-8 [0x10035c80]) = "September", OK
nl_langinfo_l(MON_10, de_DE.UTF-8 [0x10035c80]) = "October", FAILED (expected: 
Oktober)
nl_langinfo_l(MON_11, de_DE.UTF-8 [0x10035c80]) = "November", OK
nl_langinfo_l(MON_12, de_DE.UTF-8 [0x10035c80]) = "December", FAILED (expected: 
Dezember)
nl_langinfo_l(D_T_FMT, de_DE.UTF-8 [0x10035c80]) = "%a %b %e %H:%M:%S %Y", 
FAILED (expected: %a %d %b %Y %T %Z)
nl_langinfo_l(D_FMT, de_DE.UTF-8 [0x10035c80]) = "%m/%d/%y", FAILED (expected: 
%d.%m.%Y)
nl_langinfo_l(T_FMT, de_DE.UTF-8 [0x10035c80]) = "%H:%M:%S", FAILED (expected: 
%T)
nl_langinfo_l(RADIXCHAR, de_DE.UTF-8 [0x10035c80]) = ".", FAILED (expected: ,)
nl_langinfo_l(THOUSEP, de_DE.UTF-8 [0x10035c80]) = "", FAILED (expected: .)
nl_langinfo_l(YESEXPR, de_DE.UTF-8 [0x10035c80]) = "^[yY]", FAILED (expected: 
^[+1jJyY])
nl_langinfo_l(NOEXPR, de_DE.UTF-8 [0x10035c80]) = "^[nN]", FAILED (expected: 
^[-0nN])
nl_langinfo_l(CURRENCY_SYMBOL, de_DE.UTF-8 [0x10035c80]) = "", FAILED 
(expected: €)
nl_langinfo_l(ABDAY_1, fr_FR.ISO-8859-1 [0x10030130]) = "Sun", FAILED 
(expected: dim.)
nl_langinfo_l(ABDAY_2, fr_FR.ISO-8859-1 [0x10030130]) = "Mon", FAILED 
(expected: lun.)
nl_langinfo_l(ABDAY_3, fr_FR.ISO-8859-1 [0x10030130]) = "Tue", FAILED 
(expected: mar.)
nl_langinfo_l(ABDAY_4, fr_FR.ISO-8859-1 [0x10030130]) = "Wed", FAILED 
(expected: mer.)
nl_langinfo_l(ABDAY_5, fr_FR.ISO-8859-1 [0x10030130]) = "Thu", FAILED 
(expected: jeu.)
nl_langinfo_l(ABDAY_6, fr_FR.ISO-8859-1 [0x10030130]) = "Fri", FAILED 
(expected: ven.)
nl_langinfo_l(ABDAY_7, fr_FR.ISO-8859-1 [0x10030130]) = "Sat", FAILED 
(expected: sam.)
nl_langinfo_l(DAY_1, fr_FR.ISO-8859-1 [0x10030130]) = "Sunday", FAILED 
(expected: dimanche)
nl_langinfo_l(DAY_2, fr_FR.ISO-8859-1 [0x10030130]) = "Monday", FAILED 
(expected: lundi)
nl_langinfo_l(DAY_3, fr_FR.ISO-8859-1 [0x10030130]) = "Tuesday", FAILED 
(expected: mardi)
nl_langinfo_l(DAY_4, fr_FR.ISO-8859-1 [0x10030130]) = "Wednesday", FAILED 
(expected: mercredi)
nl_langinfo_l(DAY_5, fr_FR.ISO-8859-1 [0x10030130]) = "Thursday", FAILED 
(expected: jeudi)
nl_langinfo_l(DAY_6, fr_FR.ISO-8859-1 [0x10030130]) = "Friday", FAILED 
(expected: vendredi)
nl_langinfo_l(DAY_7, fr_FR.ISO-8859-1 [0x10030130]) = "Saturday", FAILED 
(expected: samedi)
nl_langinfo_l(ABMON_1, fr_FR.ISO-8859-1 [0x10030130]) = "Jan", FAILED 
(expected: janv.)
nl_langinfo_l(ABMON_2, fr_FR.ISO-8859-1 [0x10030130]) = "Feb", FAILED 
(expected: f�vr.)
nl_langinfo_l(ABMON_3, fr_FR.ISO-8859-1 [0x10030130]) = "Mar", FAILED 
(expected: mars)
nl_langinfo_l(ABMON_4, fr_FR.ISO-8859-1 [0x10030130]) = "Apr", FAILED 
(expected: avril)
nl_langinfo_l(ABMON_5, fr_FR.ISO-8859-1 [0x10030130]) = "May", FAILED 
(expected: mai)
nl_langinfo_l(ABMON_6, fr_FR.ISO-8859-1 [0x10030130]) = "Jun", FAILED 
(expected: juin)
nl_langinfo_l(ABMON_7, fr_FR.ISO-8859-1 [0x10030130]) = "Jul", FAILED 
(expected: juil.)
nl_langinfo_l(ABMON_8, fr_FR.ISO-8859-1 [0x10030130]) = "Aug", FAILED 
(expected: ao�t)
nl_langinfo_l(ABMON_9, fr_FR.ISO-8859-1 [0x10030130]) = "Sep", FAILED 
(expected: sept.)
nl_langinfo_l(ABMON_10, fr_FR.ISO-8859-1 [0x10030130]) = "Oct", FAILED 
(expected: oct.)
nl_langinfo_l(ABMON_11, fr_FR.ISO-8859-1 [0x10030130]) = "Nov", FAILED 
(expected: nov.)
nl_langinfo_l(ABMON_12, fr_FR.ISO-8859-1 [0x10030130]) = "Dec", FAILED 
(expected: d�c.)
nl_langinfo_l(MON_1, fr_FR.ISO-8859-1 [0x10030130]) = "January", FAILED 
(expected: janvier)
nl_langinfo_l(MON_2, fr_FR.ISO-8859-1 [0x10030130]) = "February", FAILED 
(expected: f�vrier)
nl_langinfo_l(MON_3, fr_FR.ISO-8859-1 [0x10030130]) = "March", FAILED 
(expected: mars)
nl_langinfo_l(MON_4, fr_FR.ISO-8859-1 [0x10030130]) = "April", FAILED 
(expected: avril)
nl_langinfo_l(MON_5, fr_FR.ISO-8859-1 [0x10030130]) = "May", FAILED (expected: 
mai)
nl_langinfo_l(MON_6, fr_FR.ISO-8859-1 [0x10030130]) = "June", FAILED (expected: 
juin)
nl_langinfo_l(MON_7, fr_FR.ISO-8859-1 [0x10030130]) = "July", FAILED (expected: 
juillet)
nl_langinfo_l(MON_8, fr_FR.ISO-8859-1 [0x10030130]) = "August", FAILED 
(expected: ao�t)
nl_langinfo_l(MON_9, fr_FR.ISO-8859-1 [0x10030130]) = "September", FAILED 
(expected: septembre)
nl_langinfo_l(MON_10, fr_FR.ISO-8859-1 [0x10030130]) = "October", FAILED 
(expected: octobre)
nl_langinfo_l(MON_11, fr_FR.ISO-8859-1 [0x10030130]) = "November", FAILED 
(expected: novembre)
nl_langinfo_l(MON_12, fr_FR.ISO-8859-1 [0x10030130]) = "December", FAILED 
(expected: d�cembre)
nl_langinfo_l(D_T_FMT, fr_FR.ISO-8859-1 [0x10030130]) = "%a %b %e %H:%M:%S %Y", 
FAILED (expected: %a %d %b %Y %T %Z)
nl_langinfo_l(D_FMT, fr_FR.ISO-8859-1 [0x10030130]) = "%m/%d/%y", FAILED 
(expected: %d/%m/%Y)
nl_langinfo_l(T_FMT, fr_FR.ISO-8859-1 [0x10030130]) = "%H:%M:%S", FAILED 
(expected: %T)
nl_langinfo_l(RADIXCHAR, fr_FR.ISO-8859-1 [0x10030130]) = ".", FAILED 
(expected: ,)
nl_langinfo_l(THOUSEP, fr_FR.ISO-8859-1 [0x10030130]) = "", FAILED (expected: �)
nl_langinfo_l(YESEXPR, fr_FR.ISO-8859-1 [0x10030130]) = "^[yY]", FAILED 
(expected: ^[+1oOyY])
nl_langinfo_l(NOEXPR, fr_FR.ISO-8859-1 [0x10030130]) = "^[nN]", FAILED 
(expected: ^[-0nN])
nl_langinfo_l(CURRENCY_SYMBOL, fr_FR.UTF-8 [0x10035c80]) = "", FAILED 
(expected: €)
nl_langinfo_l(ABDAY_1, ja_JP.EUC-JP [0x10055950]) = "Sun", FAILED (expected: ��)
nl_langinfo_l(ABDAY_2, ja_JP.EUC-JP [0x10055950]) = "Mon", FAILED (expected: ��)
nl_langinfo_l(ABDAY_3, ja_JP.EUC-JP [0x10055950]) = "Tue", FAILED (expected: ��)
nl_langinfo_l(ABDAY_4, ja_JP.EUC-JP [0x10055950]) = "Wed", FAILED (expected: ��)
nl_langinfo_l(ABDAY_5, ja_JP.EUC-JP [0x10055950]) = "Thu", FAILED (expected: ��)
nl_langinfo_l(ABDAY_6, ja_JP.EUC-JP [0x10055950]) = "Fri", FAILED (expected: ��)
nl_langinfo_l(ABDAY_7, ja_JP.EUC-JP [0x10055950]) = "Sat", FAILED (expected: ��)
nl_langinfo_l(DAY_1, ja_JP.EUC-JP [0x10055950]) = "Sunday", FAILED (expected: 
������)
nl_langinfo_l(DAY_2, ja_JP.EUC-JP [0x10055950]) = "Monday", FAILED (expected: 
������)
nl_langinfo_l(DAY_3, ja_JP.EUC-JP [0x10055950]) = "Tuesday", FAILED (expected: 
������)
nl_langinfo_l(DAY_4, ja_JP.EUC-JP [0x10055950]) = "Wednesday", FAILED 
(expected: ������)
nl_langinfo_l(DAY_5, ja_JP.EUC-JP [0x10055950]) = "Thursday", FAILED (expected: 
������)
nl_langinfo_l(DAY_6, ja_JP.EUC-JP [0x10055950]) = "Friday", FAILED (expected: 
������)
nl_langinfo_l(DAY_7, ja_JP.EUC-JP [0x10055950]) = "Saturday", FAILED (expected: 
������)
nl_langinfo_l(ABMON_1, ja_JP.EUC-JP [0x10055950]) = "Jan", FAILED (expected:  
1��)
nl_langinfo_l(ABMON_2, ja_JP.EUC-JP [0x10055950]) = "Feb", FAILED (expected:  
2��)
nl_langinfo_l(ABMON_3, ja_JP.EUC-JP [0x10055950]) = "Mar", FAILED (expected:  
3��)
nl_langinfo_l(ABMON_4, ja_JP.EUC-JP [0x10055950]) = "Apr", FAILED (expected:  
4��)
nl_langinfo_l(ABMON_5, ja_JP.EUC-JP [0x10055950]) = "May", FAILED (expected:  
5��)
nl_langinfo_l(ABMON_6, ja_JP.EUC-JP [0x10055950]) = "Jun", FAILED (expected:  
6��)
nl_langinfo_l(ABMON_7, ja_JP.EUC-JP [0x10055950]) = "Jul", FAILED (expected:  
7��)
nl_langinfo_l(ABMON_8, ja_JP.EUC-JP [0x10055950]) = "Aug", FAILED (expected:  
8��)
nl_langinfo_l(ABMON_9, ja_JP.EUC-JP [0x10055950]) = "Sep", FAILED (expected:  
9��)
nl_langinfo_l(ABMON_10, ja_JP.EUC-JP [0x10055950]) = "Oct", FAILED (expected: 
10��)
nl_langinfo_l(ABMON_11, ja_JP.EUC-JP [0x10055950]) = "Nov", FAILED (expected: 
11��)
nl_langinfo_l(ABMON_12, ja_JP.EUC-JP [0x10055950]) = "Dec", FAILED (expected: 
12��)
nl_langinfo_l(MON_1, ja_JP.EUC-JP [0x10055950]) = "January", FAILED (expected: 
1��)
nl_langinfo_l(MON_2, ja_JP.EUC-JP [0x10055950]) = "February", FAILED (expected: 
2��)
nl_langinfo_l(MON_3, ja_JP.EUC-JP [0x10055950]) = "March", FAILED (expected: 
3��)
nl_langinfo_l(MON_4, ja_JP.EUC-JP [0x10055950]) = "April", FAILED (expected: 
4��)
nl_langinfo_l(MON_5, ja_JP.EUC-JP [0x10055950]) = "May", FAILED (expected: 5��)
nl_langinfo_l(MON_6, ja_JP.EUC-JP [0x10055950]) = "June", FAILED (expected: 6��)
nl_langinfo_l(MON_7, ja_JP.EUC-JP [0x10055950]) = "July", FAILED (expected: 7��)
nl_langinfo_l(MON_8, ja_JP.EUC-JP [0x10055950]) = "August", FAILED (expected: 
8��)
nl_langinfo_l(MON_9, ja_JP.EUC-JP [0x10055950]) = "September", FAILED 
(expected: 9��)
nl_langinfo_l(MON_10, ja_JP.EUC-JP [0x10055950]) = "October", FAILED (expected: 
10��)
nl_langinfo_l(MON_11, ja_JP.EUC-JP [0x10055950]) = "November", FAILED 
(expected: 11��)
nl_langinfo_l(MON_12, ja_JP.EUC-JP [0x10055950]) = "December", FAILED 
(expected: 12��)
nl_langinfo_l(T_FMT_AMPM, ja_JP.EUC-JP [0x10055950]) = "%I:%M:%S %p", FAILED 
(expected: %p%I��%Mʬ%S��)
nl_langinfo_l(ERA_D_FMT, ja_JP.EUC-JP [0x10055950]) = "", FAILED (expected: 
%EY%m��%d��)
nl_langinfo_l(ERA_D_T_FMT, ja_JP.EUC-JP [0x10055950]) = "", FAILED (expected: 
%EY%m��%d�� %H��%Mʬ%S��)
nl_langinfo_l(RADIXCHAR, ja_JP.EUC-JP [0x10055950]) = ".", OK
nl_langinfo_l(THOUSEP, ja_JP.EUC-JP [0x10055950]) = "", FAILED (expected: ,)
nl_langinfo_l(YESEXPR, ja_JP.EUC-JP [0x10055950]) = "^[yY]", FAILED (expected: 
^([+1yY����]|�Ϥ�|�ϥ�))
nl_langinfo_l(NOEXPR, ja_JP.EUC-JP [0x10055950]) = "^[nN]", FAILED (expected: 
^([-0nN���]|������|������))
nl_langinfo_l(CURRENCY_SYMBOL, ja_JP.UTF-8 [0x10035c80]) = "", FAILED 
(expected: ¥)
----------
----------
XFAIL: login/tst-grantpt
original exit status 1
grantpt(): expected: return = -1, errno = 1073741846
           got: return = -1, errno = -303
----------
----------
XFAIL: login/tst-ptsname
original exit status 1
ptsname_r: expected: return = -1, errno = 1073741849 (Inappropriate ioctl for 
device)
           got: return = 0, errno = 1073741858 (Numerical result out of range)
ptsname_r: expected: return = -1, errno = 1073741849 (Inappropriate ioctl for 
device)
           got: return = -303, errno = -303 ((ipc/mig) bad request message ID)
----------
----------
XFAIL: login/tst-pututxline-cache
original exit status 1
error: xpthread_check_return.c:32: pthread_barrierattr_setpshared: Not supported
error: 1 test failures
----------
----------
XFAIL: login/tst-pututxline-lockfail
original exit status 1
error: xpthread_check_return.c:32: pthread_barrierattr_setpshared: Not supported
error: 1 test failures
----------
----------
XFAIL: login/tst-updwtmpx
original exit status 1
error: support_descriptors.c:68: opendir ("/proc/self/fd"): No such file or 
directory
error: 1 test failures
----------
----------
XFAIL: mach/check-abi-libmachuser
original exit status 1
--- ../sysdeps/mach/libmachuser.abilist 2020-02-01 06:52:50.000000000 -0500
+++ 
/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/mach/libmachuser.symlist  
    2021-02-27 12:02:52.000000000 -0500
@@ -0,0 +1,326 @@
+Base _S_exc_server F
+Base _S_exc_server_routines D 0x4
+Base __default_pager_info F
+Base __default_pager_object_create F
+Base __default_pager_object_pages F
+Base __default_pager_objects F
+Base __default_pager_paging_file F
+Base __default_pager_register_fileserver F
+Base __device_close F
+Base __device_get_status F
+Base __device_intr_ack F
+Base __device_intr_register F
+Base __device_map F
+Base __device_open F
+Base __device_open_request F
+Base __device_read F
+Base __device_read_inband F
+Base __device_read_request F
+Base __device_read_request_inband F
+Base __device_set_filter F
+Base __device_set_status F
+Base __device_write F
+Base __device_write_inband F
+Base __device_write_request F
+Base __device_write_request_inband F
+Base __exception_raise F
+Base __gsync_requeue F
+Base __gsync_wait F
+Base __gsync_wake F
+Base __host_adjust_time F
+Base __host_get_boot_info F
+Base __host_get_time F
+Base __host_info F
+Base __host_kernel_version F
+Base __host_processor_set_priv F
+Base __host_processor_sets F
+Base __host_processors F
+Base __host_reboot F
+Base __host_set_time F
+Base __i386_get_gdt F
+Base __i386_get_ldt F
+Base __i386_io_perm_create F
+Base __i386_io_perm_modify F
+Base __i386_set_gdt F
+Base __i386_set_ldt F
+Base __mach_notify_new_task F
+Base __mach_port_allocate_name_rpc F
+Base __mach_port_allocate_rpc F
+Base __mach_port_clear_protected_payload F
+Base __mach_port_deallocate_rpc F
+Base __mach_port_destroy F
+Base __mach_port_extract_right F
+Base __mach_port_get_receive_status F
+Base __mach_port_get_refs F
+Base __mach_port_get_set_status F
+Base __mach_port_insert_right_rpc F
+Base __mach_port_mod_refs F
+Base __mach_port_move_member F
+Base __mach_port_names F
+Base __mach_port_rename F
+Base __mach_port_request_notification F
+Base __mach_port_set_mscount F
+Base __mach_port_set_protected_payload F
+Base __mach_port_set_qlimit F
+Base __mach_port_set_seqno F
+Base __mach_port_type F
+Base __mach_ports_lookup F
+Base __mach_ports_register F
+Base __memory_object_change_attributes F
+Base __memory_object_change_completed F
+Base __memory_object_copy F
+Base __memory_object_create F
+Base __memory_object_create_proxy F
+Base __memory_object_data_error F
+Base __memory_object_data_initialize F
+Base __memory_object_data_request F
+Base __memory_object_data_return F
+Base __memory_object_data_supply F
+Base __memory_object_data_unavailable F
+Base __memory_object_data_unlock F
+Base __memory_object_destroy F
+Base __memory_object_get_attributes F
+Base __memory_object_init F
+Base __memory_object_lock_completed F
+Base __memory_object_lock_request F
+Base __memory_object_ready F
+Base __memory_object_supply_completed F
+Base __memory_object_terminate F
+Base __processor_assign F
+Base __processor_control F
+Base __processor_exit F
+Base __processor_get_assignment F
+Base __processor_info F
+Base __processor_set_create F
+Base __processor_set_default F
+Base __processor_set_destroy F
+Base __processor_set_info F
+Base __processor_set_max_priority F
+Base __processor_set_policy_disable F
+Base __processor_set_policy_enable F
+Base __processor_set_tasks F
+Base __processor_set_threads F
+Base __processor_start F
+Base __register_new_task_notification F
+Base __task_assign F
+Base __task_assign_default F
+Base __task_create_rpc F
+Base __task_disable_pc_sampling F
+Base __task_enable_pc_sampling F
+Base __task_get_assignment F
+Base __task_get_emulation_vector F
+Base __task_get_sampled_pcs F
+Base __task_get_special_port F
+Base __task_info F
+Base __task_priority F
+Base __task_ras_control F
+Base __task_resume F
+Base __task_set_emulation F
+Base __task_set_emulation_vector F
+Base __task_set_name F
+Base __task_set_special_port_rpc F
+Base __task_suspend_rpc F
+Base __task_terminate_rpc F
+Base __task_threads F
+Base __thread_abort F
+Base __thread_assign F
+Base __thread_assign_default F
+Base __thread_create F
+Base __thread_depress_abort_rpc F
+Base __thread_disable_pc_sampling F
+Base __thread_enable_pc_sampling F
+Base __thread_get_assignment F
+Base __thread_get_sampled_pcs F
+Base __thread_get_special_port F
+Base __thread_get_state F
+Base __thread_info F
+Base __thread_max_priority F
+Base __thread_policy F
+Base __thread_priority F
+Base __thread_resume F
+Base __thread_set_special_port F
+Base __thread_set_state F
+Base __thread_suspend F
+Base __thread_terminate F
+Base __thread_terminate_release F
+Base __thread_wire F
+Base __vm_allocate_contiguous F
+Base __vm_allocate_rpc F
+Base __vm_cache_statistics F
+Base __vm_copy F
+Base __vm_deallocate_rpc F
+Base __vm_inherit F
+Base __vm_machine_attribute F
+Base __vm_map_rpc F
+Base __vm_msync F
+Base __vm_object_sync F
+Base __vm_protect F
+Base __vm_read F
+Base __vm_region F
+Base __vm_set_default_memory_manager F
+Base __vm_statistics F
+Base __vm_wire F
+Base __vm_wire_all F
+Base __vm_write F
+Base default_pager_info F
+Base default_pager_object_create F
+Base default_pager_object_pages F
+Base default_pager_objects F
+Base default_pager_paging_file F
+Base default_pager_register_fileserver F
+Base device_close F
+Base device_get_status F
+Base device_intr_ack F
+Base device_intr_register F
+Base device_map F
+Base device_open F
+Base device_open_request F
+Base device_read F
+Base device_read_inband F
+Base device_read_request F
+Base device_read_request_inband F
+Base device_set_filter F
+Base device_set_status F
+Base device_write F
+Base device_write_inband F
+Base device_write_request F
+Base device_write_request_inband F
+Base exception_raise F
+Base gsync_requeue F
+Base gsync_wait F
+Base gsync_wake F
+Base host_adjust_time F
+Base host_get_boot_info F
+Base host_get_time F
+Base host_info F
+Base host_kernel_version F
+Base host_processor_set_priv F
+Base host_processor_sets F
+Base host_processors F
+Base host_reboot F
+Base host_set_time F
+Base i386_get_gdt F
+Base i386_get_ldt F
+Base i386_io_perm_create F
+Base i386_io_perm_modify F
+Base i386_set_gdt F
+Base i386_set_ldt F
+Base mach_notify_new_task F
+Base mach_port_allocate_name_rpc F
+Base mach_port_allocate_rpc F
+Base mach_port_clear_protected_payload F
+Base mach_port_deallocate_rpc F
+Base mach_port_destroy F
+Base mach_port_extract_right F
+Base mach_port_get_receive_status F
+Base mach_port_get_refs F
+Base mach_port_get_set_status F
+Base mach_port_insert_right_rpc F
+Base mach_port_mod_refs F
+Base mach_port_move_member F
+Base mach_port_names F
+Base mach_port_rename F
+Base mach_port_request_notification F
+Base mach_port_set_mscount F
+Base mach_port_set_protected_payload F
+Base mach_port_set_qlimit F
+Base mach_port_set_seqno F
+Base mach_port_type F
+Base mach_ports_lookup F
+Base mach_ports_register F
+Base memory_object_change_attributes F
+Base memory_object_change_completed F
+Base memory_object_copy F
+Base memory_object_create F
+Base memory_object_create_proxy F
+Base memory_object_data_error F
+Base memory_object_data_initialize F
+Base memory_object_data_request F
+Base memory_object_data_return F
+Base memory_object_data_supply F
+Base memory_object_data_unavailable F
+Base memory_object_data_unlock F
+Base memory_object_destroy F
+Base memory_object_get_attributes F
+Base memory_object_init F
+Base memory_object_lock_completed F
+Base memory_object_lock_request F
+Base memory_object_ready F
+Base memory_object_supply_completed F
+Base memory_object_terminate F
+Base processor_assign F
+Base processor_control F
+Base processor_exit F
+Base processor_get_assignment F
+Base processor_info F
+Base processor_set_create F
+Base processor_set_default F
+Base processor_set_destroy F
+Base processor_set_info F
+Base processor_set_max_priority F
+Base processor_set_policy_disable F
+Base processor_set_policy_enable F
+Base processor_set_tasks F
+Base processor_set_threads F
+Base processor_start F
+Base register_new_task_notification F
+Base task_assign F
+Base task_assign_default F
+Base task_create_rpc F
+Base task_disable_pc_sampling F
+Base task_enable_pc_sampling F
+Base task_get_assignment F
+Base task_get_emulation_vector F
+Base task_get_sampled_pcs F
+Base task_get_special_port F
+Base task_info F
+Base task_priority F
+Base task_ras_control F
+Base task_resume F
+Base task_set_emulation F
+Base task_set_emulation_vector F
+Base task_set_name F
+Base task_set_special_port_rpc F
+Base task_suspend_rpc F
+Base task_terminate_rpc F
+Base task_threads F
+Base thread_abort F
+Base thread_assign F
+Base thread_assign_default F
+Base thread_create F
+Base thread_depress_abort_rpc F
+Base thread_disable_pc_sampling F
+Base thread_enable_pc_sampling F
+Base thread_get_assignment F
+Base thread_get_sampled_pcs F
+Base thread_get_special_port F
+Base thread_get_state F
+Base thread_info F
+Base thread_max_priority F
+Base thread_policy F
+Base thread_priority F
+Base thread_resume F
+Base thread_set_special_port F
+Base thread_set_state F
+Base thread_suspend F
+Base thread_terminate F
+Base thread_terminate_release F
+Base thread_wire F
+Base vm_allocate_contiguous F
+Base vm_allocate_rpc F
+Base vm_cache_statistics F
+Base vm_copy F
+Base vm_deallocate_rpc F
+Base vm_inherit F
+Base vm_machine_attribute F
+Base vm_map_rpc F
+Base vm_msync F
+Base vm_object_sync F
+Base vm_protect F
+Base vm_read F
+Base vm_region F
+Base vm_set_default_memory_manager F
+Base vm_statistics F
+Base vm_wire F
+Base vm_wire_all F
+Base vm_write F
----------
----------
XFAIL: malloc/tst-dynarray-fail-mem
original exit status 2
----------
----------
FAIL: malloc/tst-malloc-fork-deadlock-mcheck
original exit status 1
Didn't expect signal from child: got `Segmentation fault'
----------
----------
XFAIL: malloc/tst-malloc-stats-cancellation
original exit status 1
----------
----------
XFAIL: malloc/tst-malloc-stats-cancellation-mcheck
original exit status 1
----------
----------
XFAIL: malloc/tst-malloc-tcache-leak
original exit status 1
INFO: 6168 (bytes) are in use before starting threads.
INFO: 40013784 (bytes) are in use after all threads joined.
error: tst-malloc-tcache-leak.c:105: Memory usage after threads is too high.

error: 1 test failures
----------
----------
XFAIL: malloc/tst-malloc-usable-static
original exit status 1
malloc_usable_size: expected 7 but got 12
----------
----------
XFAIL: malloc/tst-malloc-usable-static-tunables
original exit status 1
malloc_usable_size: expected 7 but got 12
----------
----------
XFAIL: malloc/tst-mallocfork2
original exit status 1
error: xpthread_check_return.c:32: pthread_barrierattr_setpshared: Not supported
error: 1 test failures
----------
----------
XFAIL: malloc/tst-mallocfork2-mcheck
original exit status 1
error: xpthread_check_return.c:32: pthread_barrierattr_setpshared: Not supported
error: 1 test failures
----------
----------
XFAIL: math/test-fenv-sse-2
original exit status 1
Testing fesetenv FZ restoration: mxcsr = 9f80
FAIL: fesetenv FZ restoration
Testing fesetenv FZ restoration 2: mxcsr = 1f80
FAIL: fesetenv FZ restoration 2
Testing fesetenv (FE_NOMASK_ENV) FZ restoration: mxcsr = 9f80
FAIL: fesetenv (FE_NOMASK_ENV) FZ restoration
Testing fesetenv (FE_DFL_ENV) FZ restoration: mxcsr = 9f80
FAIL: fesetenv (FE_DFL_ENV) FZ restoration
Testing fesetenv DAZ restoration: mxcsr = 9fc0
FAIL: fesetenv DAZ restoration
Testing fesetenv DAZ restoration 2: mxcsr = 9f80
FAIL: fesetenv DAZ restoration 2
Testing fesetenv (FE_NOMASK_ENV) DAZ restoration: mxcsr = 9fc0
FAIL: fesetenv (FE_NOMASK_ENV) DAZ restoration
Testing fesetenv (FE_DFL_ENV) DAZ restoration: mxcsr = 9fc0
FAIL: fesetenv (FE_DFL_ENV) DAZ restoration
Testing fesetenv DM restoration: mxcsr = 9ec0
FAIL: fesetenv DM restoration
Testing fesetenv DM restoration 2: mxcsr = 9fc0
FAIL: fesetenv DM restoration 2
Testing fesetenv (FE_NOMASK_ENV) DM restoration: mxcsr = 9ec0
FAIL: fesetenv (FE_NOMASK_ENV) DM restoration
Testing fesetenv (FE_DFL_ENV) DM restoration: mxcsr = 9ec0
FAIL: fesetenv (FE_DFL_ENV) DM restoration
Testing fesetenv DE restoration: mxcsr = 9ec2
FAIL: fesetenv DE restoration
Testing fesetenv DE restoration 2: mxcsr = 9ec0
FAIL: fesetenv DE restoration 2
Testing fesetenv (FE_NOMASK_ENV) DE restoration: mxcsr = 9ec2
FAIL: fesetenv (FE_NOMASK_ENV) DE restoration
Testing fesetenv (FE_DFL_ENV) DE restoration: mxcsr = 9ec2
FAIL: fesetenv (FE_DFL_ENV) DE restoration
----------
----------
XFAIL: math/test-fesetexcept-traps
original exit status 1
fesetexcept (FE_ALL_EXCEPT) succeeded
Didn't expect signal from child: got `Floating point exception'
----------
----------
XFAIL: misc/tst-preadvwritev64
original exit status 1
error: tst-preadvwritev-common.c:116: first pwritev returned -1
error: file size different than expected (4294969535 != 4294969439)
error: 1 test failures
----------
----------
XFAIL: nss/tst-nss-files-hosts-long
original exit status 1
error: tst-nss-files-hosts-long.c:35: ahostsv4 failed
error: 1 test failures
----------
----------
XFAIL: posix/annexc
original exit status 1
The following identifiers will be ignored since the compiler defines them
by default:
i386
unix
Tested files:
=== aio.h ===
** macro `FD_CLOEXEC' not defined
** macro `F_DUPFD' not defined
** macro `F_GETFD' not defined
** macro `F_GETFL' not defined
** macro `F_GETLK' not defined
** macro `F_RDLCK' not defined
** macro `F_SETFD' not defined
** macro `F_SETFL' not defined
** macro `F_SETLK' not defined
** macro `F_SETLKW' not defined
** macro `F_UNLCK' not defined
** macro `F_WRLCK' not defined
** macro `O_ACCMODE' not defined
** macro `O_APPEND' not defined
** macro `O_CREAT' not defined
** macro `O_DSYNC' not defined
** macro `O_EXCL' not defined
** macro `O_NOCTTY' not defined
** macro `O_NONBLOCK' not defined
** macro `O_RDONLY' not defined
** macro `O_RDWR' not defined
** macro `O_RSYNC' not defined
** macro `O_SYNC' not defined
** macro `O_TRUNC' not defined
** macro `O_WRONLY' not defined
** macro `SA_NOCLDSTOP' not defined
** macro `SA_SIGINFO' not defined
** macro `SIGABRT' not defined
** macro `SIGALRM' not defined
** macro `SIGBUS' not defined
** macro `SIGCHLD' not defined
** macro `SIGCONT' not defined
** macro `SIGEV_SIGNAL' not defined
** macro `SIGFPE' not defined
** macro `SIGHUP' not defined
** macro `SIGILL' not defined
** macro `SIGINT' not defined
** macro `SIGKILL' not defined
** macro `SIGPIPE' not defined
** macro `SIGQUIT' not defined
** macro `SIGRTMAX' not defined
** macro `SIGRTMIN' not defined
** macro `SIGSEGV' not defined
** macro `SIGSTOP' not defined
** macro `SIGTERM' not defined
** macro `SIGTSTP' not defined
** macro `SIGTTIN' not defined
** macro `SIGTTOU' not defined
** macro `SIGUSR1' not defined
** macro `SIGUSR2' not defined
** macro `SIG_BLOCK' not defined
** macro `SIG_DFL' not defined
** macro `SIG_ERR' not defined
** macro `SIG_IGN' not defined
** macro `SIG_SETMASK' not defined
** macro `SIG_UNBLOCK' not defined
** macro `SI_ASYNCIO' not defined
** macro `SI_MESGQ' not defined
** macro `SI_QUEUE' not defined
** macro `SI_TIMER' not defined
** macro `SI_USER' not defined
=== assert.h ===
*  invalid macro `static_assert'
=== ctype.h ===
*  invalid macro `isblank'
=== dirent.h ===
*  invalid macro `d_fileno'
=== errno.h ===
=== fcntl.h ===
*  invalid macro `O_ASYNC'
*  invalid macro `O_FSYNC'
*  invalid macro `F_SETLKW64'
*  invalid macro `F_SETLK64'
*  invalid macro `F_GETLK64'
*  invalid macro `O_LARGEFILE'
** macro `O_DSYNC' not defined
** macro `O_RSYNC' not defined
=== float.h ===
*  invalid macro `LDBL_HAS_SUBNORM'
*  invalid macro `FLT64X_EPSILON'
*  invalid macro `FLT32_MANT_DIG'
*  invalid macro `FLT32_EPSILON'
*  invalid macro `FLT64X_MAX_EXP'
*  invalid macro `LDBL_DECIMAL_DIG'
*  invalid macro `FLT32X_EPSILON'
*  invalid macro `FLT32X_DIG'
*  invalid macro `FLT32X_MAX_10_EXP'
*  invalid macro `FLT_TRUE_MIN'
*  invalid macro `FLT32X_TRUE_MIN'
*  invalid macro `FLT32X_MAX_EXP'
*  invalid macro `DECIMAL_DIG'
*  invalid macro `FLT64_TRUE_MIN'
*  invalid macro `DBL_HAS_SUBNORM'
*  invalid macro `FLT32_DIG'
*  invalid macro `FLT64X_MAX'
*  invalid macro `FLT128_MIN_10_EXP'
*  invalid macro `FLT64X_MIN_10_EXP'
*  invalid macro `FLT64X_MIN'
*  invalid macro `FLT64X_MANT_DIG'
*  invalid macro `DBL_DECIMAL_DIG'
*  invalid macro `FLT32_TRUE_MIN'
*  invalid macro `FLT64_MAX_10_EXP'
*  invalid macro `FLT32_MIN_EXP'
*  invalid macro `FLT64_DIG'
*  invalid macro `FLT32_MIN_10_EXP'
*  invalid macro `FLT64_MIN'
*  invalid macro `DBL_TRUE_MIN'
*  invalid macro `FLT64_MIN_EXP'
*  invalid macro `LDBL_TRUE_MIN'
*  invalid macro `FLT128_MIN_EXP'
*  invalid macro `FLT64X_DECIMAL_DIG'
*  invalid macro `FLT64X_MAX_10_EXP'
*  invalid macro `FLT128_DIG'
*  invalid macro `FLT_DECIMAL_DIG'
*  invalid macro `FLT64_MIN_10_EXP'
*  invalid macro `FLT32X_MAX'
*  invalid macro `FLT64X_TRUE_MIN'
*  invalid macro `FLT32_MAX_10_EXP'
*  invalid macro `FLT64X_MIN_EXP'
*  invalid macro `FLT32X_MIN'
*  invalid macro `FLT32_MAX'
*  invalid macro `FLT128_MANT_DIG'
*  invalid macro `FLT32_MIN'
*  invalid macro `FLT32X_DECIMAL_DIG'
*  invalid macro `FLT32X_MIN_EXP'
*  invalid macro `FLT32X_MIN_10_EXP'
*  invalid macro `FLT_HAS_SUBNORM'
*  invalid macro `FLT128_DECIMAL_DIG'
*  invalid macro `FLT64_MAX'
*  invalid macro `FLT64X_DIG'
*  invalid macro `FLT32_DECIMAL_DIG'
*  invalid macro `FLT64_EPSILON'
*  invalid macro `FLT32_MAX_EXP'
*  invalid macro `FLT128_MAX_10_EXP'
*  invalid macro `FLT_EVAL_METHOD'
*  invalid macro `FLT128_EPSILON'
*  invalid macro `FLT32X_MANT_DIG'
*  invalid macro `FLT64_MAX_EXP'
*  invalid macro `FLT64_MANT_DIG'
*  invalid macro `FLT128_MAX'
*  invalid macro `FLT128_MAX_EXP'
*  invalid macro `FLT128_TRUE_MIN'
*  invalid macro `FLT64_DECIMAL_DIG'
*  invalid macro `FLT128_MIN'
=== grp.h ===
=== limits.h ===
*  invalid macro `SSIZE_MAX'
*  invalid macro `ULLONG_MAX'
*  invalid macro `LLONG_MAX'
*  invalid macro `SEM_VALUE_MAX'
*  invalid macro `LLONG_MIN'
** macro `_POSIX_CLOCKRES_MAX' not defined
** macro `_POSIX_THREAD_DESTRUCTOR_ITERATIONS' not defined
** macro `PAGESIZE' not defined
=== locale.h ===
=== math.h ===
*  invalid macro `isless'
*  invalid macro `FP_NAN'
*  invalid macro `FP_ILOGBNAN'
*  invalid macro `HUGE_VALF'
*  invalid macro `HUGE_VALL'
*  invalid macro `FP_NORMAL'
*  invalid macro `FP_ILOGB0'
*  invalid macro `NAN'
*  invalid macro `islessgreater'
*  invalid macro `INFINITY'
*  invalid macro `math_errhandling'
*  invalid macro `isnan'
*  invalid macro `isnormal'
*  invalid macro `FP_SUBNORMAL'
*  invalid macro `islessequal'
*  invalid macro `MATH_ERRNO'
*  invalid macro `FP_ZERO'
*  invalid macro `fpclassify'
*  invalid macro `isgreater'
*  invalid macro `isfinite'
*  invalid macro `isinf'
*  invalid macro `signbit'
*  invalid macro `isunordered'
*  invalid macro `MATH_ERREXCEPT'
*  invalid macro `isgreaterequal'
*  invalid macro `FP_INFINITE'
=== mqueue.h ===
*  invalid macro `O_NOCTTY'
*  invalid macro `O_ACCMODE'
*  invalid macro `F_RDLCK'
*  invalid macro `O_ASYNC'
*  invalid macro `F_DUPFD'
*  invalid macro `O_FSYNC'
*  invalid macro `FD_CLOEXEC'
*  invalid macro `O_NONBLOCK'
*  invalid macro `O_APPEND'
*  invalid macro `F_UNLCK'
*  invalid macro `F_GETFD'
*  invalid macro `F_GETFL'
*  invalid macro `F_SETLKW64'
*  invalid macro `F_GETLK'
*  invalid macro `F_WRLCK'
*  invalid macro `O_EXCL'
*  invalid macro `O_RDWR'
*  invalid macro `F_SETFL'
*  invalid macro `F_SETLK'
*  invalid macro `F_SETLK64'
*  invalid macro `O_SYNC'
*  invalid macro `O_CREAT'
*  invalid macro `F_GETLK64'
*  invalid macro `F_SETLKW'
*  invalid macro `O_LARGEFILE'
*  invalid macro `O_RDONLY'
*  invalid macro `O_TRUNC'
*  invalid macro `O_WRONLY'
*  invalid macro `F_SETFD'
=== pthread.h ===
*  invalid macro `PTHREAD_MUTEX_ERRORCHECK_NP'
*  invalid macro `PTHREAD_PRIO_NONE_NP'
*  invalid macro `PTHREAD_PRIO_INHERIT_NP'
*  invalid macro `TIME_UTC'
*  invalid macro `PTHREAD_PRIO_PROTECT_NP'
*  invalid macro `PTHREAD_MUTEX_TIMED_NP'
*  invalid macro `sched_priority'
*  invalid macro `PTHREAD_MUTEX_RECURSIVE_NP'
** macro `PTHREAD_PRIO_INHERIT' not defined
** macro `PTHREAD_PRIO_NONE' not defined
** macro `PTHREAD_PRIO_PROTECT' not defined
** macro `CLOCK_REALTIME' not defined
** macro `TIMER_ABSTIME' not defined
=== pwd.h ===
=== sched.h ===
*  invalid macro `TIME_UTC'
*  invalid macro `sched_priority'
=== semaphore.h ===
*  invalid macro `SEM_FAILED'
=== setjmp.h ===
=== signal.h ===
*  invalid macro `SIGPROF'
*  invalid macro `SIGURG'
*  invalid macro `SIGIO'
*  invalid macro `SIGCLD'
*  invalid macro `SIGINFO'
*  invalid macro `SIGTRAP'
*  invalid macro `SIGVTALRM'
*  invalid macro `SIGPOLL'
*  invalid macro `SIGWINCH'
*  invalid macro `SIGXFSZ'
*  invalid macro `SIGSYS'
*  invalid macro `SIGEMT'
*  invalid macro `SIGXCPU'
*  invalid macro `SIGLOST'
*  invalid macro `SIGIOT'
** macro `SIGEV_NONE' not defined
** macro `SIGEV_SIGNAL' not defined
** macro `SIGEV_THREAD' not defined
** macro `SI_ASYNCIO' not defined
** macro `SI_MESGQ' not defined
** macro `SI_QUEUE' not defined
** macro `SI_TIMER' not defined
** macro `SI_USER' not defined
=== stdarg.h ===
*  invalid macro `va_copy'
=== stddef.h ===
=== stdio.h ===
** macro `STREAM_MAX' not defined
=== stdlib.h ===
=== string.h ===
=== sys/mman.h ===
=== sys/stat.h ===
*  invalid macro `S_ISLNK'
*  invalid macro `st_dev'
** macro `S_TYPEISMQ' not defined
** macro `S_TYPEISSEM' not defined
** macro `S_TYPEISSHM' not defined
=== sys/times.h ===
=== sys/types.h ===
=== sys/utsname.h ===
=== sys/wait.h ===
=== termios.h ===
*  invalid macro `B2500000'
*  invalid macro `INLCR'
*  invalid macro `B7200'
*  invalid macro `B230400'
*  invalid macro `B576000'
*  invalid macro `B460800'
*  invalid macro `B14400'
*  invalid macro `B500000'
*  invalid macro `B3000000'
*  invalid macro `B1000000'
*  invalid macro `B115200'
*  invalid macro `TCION'
*  invalid macro `B57600'
*  invalid macro `B76800'
*  invalid macro `B28800'
*  invalid macro `B1152000'
*  invalid macro `B921600'
*  invalid macro `B3500000'
*  invalid macro `B4000000'
*  invalid macro `B1500000'
*  invalid macro `B2000000'
*  invalid macro `CSTOPB'
** macro `CSTOPN' not defined
** macro `INCLR' not defined
=== time.h ===
*  invalid macro `TIME_UTC'
** macro `CLOCK_REALTIME' not defined
** macro `TIMER_ABSTIME' not defined
=== unistd.h ===
=== utime.h ===
----------
----------
XFAIL: posix/test-errno
original exit status 1
FAIL: access: errno is: 1073741837 (Permission denied) expected: 1073741846 
(Invalid argument)
FAIL: madvise: errno is: 1073741902 (Function not implemented) expected: 
1073741846 (Invalid argument)
FAIL: mprotect: didn't fail as expected (return 0)
FAIL: munmap: didn't fail as expected (return 0)
FAIL: open: didn't fail as expected (return 3)
----------
----------
XFAIL: posix/tst-execvpe5
original exit status 1
Wrong number of environment variables----------
----------
XFAIL: posix/tst-pathconf
original exit status 1
pathconf on directory failed: Success
----------
----------
XFAIL: posix/tst-posix_fadvise
original exit status 1
error: tst-posix_fadvise-common.c:81: posix_fadvise with invalid fd did not 
return EBADF
error: 1 test failures
----------
----------
XFAIL: posix/tst-posix_fadvise64
original exit status 1
error: tst-posix_fadvise-common.c:81: posix_fadvise with invalid fd did not 
return EBADF
error: 1 test failures
----------
----------
XFAIL: posix/tst-preadwrite64
original exit status 1
----------
----------
XFAIL: posix/tst-spawn2
original exit status 1
error: tst-spawn2.c:56: waitpid: No such file or directory)
error: 1 test failures
----------
----------
XFAIL: posix/tst-spawn4
original exit status 1
error: tst-spawn4.c:47: not true: status == ENOEXEC
error: 1 test failures
----------
----------
XFAIL: posix/tst-spawn4-compat
original exit status 1
Timed out: killed the child process
Termination time: 2021-02-27T17:41:38.157330000
Last write to standard output: 2021-02-27T17:33:46.000000000
----------
----------
XFAIL: posix/tst-vfork3
original exit status 1
error: tst-vfork3.c:60: script0.sh killed by signal 9

error: 1 test failures
----------
----------
XFAIL: posix/tst-waitid
original exit status 1
SIGCHLD for stopped (before waitid) status 0
SIGCHLD for stopped (before waitid) pid -1
SIGCHLD for continued (before waitid) status 0
SIGCHLD for continued (before waitid) pid -1
SIGCHLD for stopped (after waitpid) status 0
SIGCHLD for stopped (after waitpid) pid -1
SIGCHLD for continued (before waitpid) status 0
SIGCHLD for continued (before waitpid) pid -1
SIGCHLD for killed code 1
SIGCHLD for killed status 0
SIGCHLD for killed pid -1
----------
----------
XFAIL: resolv/tst-res_hconf_reorder
original exit status 1
Timed out: killed the child process
Termination time: 2021-02-27T18:15:12.857330000
Last write to standard output: 2021-02-27T18:06:54.000000000
----------
----------
XFAIL: rt/tst-aio10
original exit status 1
Timed out: killed the child process
Termination time: 2021-02-27T18:00:32.567330000
Last write to standard output: 2021-02-27T17:52:21.000000000
----------
----------
XFAIL: rt/tst-aio9
original exit status 1
Timed out: killed the child process
Termination time: 2021-02-27T17:52:12.317330000
Last write to standard output: 2021-02-27T17:44:19.000000000
----------
----------
XFAIL: rt/tst-timer4
original exit status 1
clock_gettime returned timespec = { 1614448835, 617330000 }
clock_getres returned timespec = { 0, 10000000 }
Didn't expect signal from child: got `Aborted'
----------
----------
XFAIL: rt/tst-timer5
original exit status 1
clock_gettime returned timespec = { 1614448836, 447330000 }
clock_getres returned timespec = { 0, 10000000 }
Didn't expect signal from child: got `Aborted'
----------
----------
XFAIL: stdlib/tst-secure-getenv
original exit status 255
PATH variable not filtered out
Unexpected exit status 1024 from child process
----------
----------
XFAIL: stdlib/tst-tls-atexit
original exit status 1
/home/paul/malloc/glibc-2.31/build-tree/hurd-i386-xen/stdlib/tst-tls-atexit-lib.so
 is still loaded
----------
----------
XFAIL: sunrpc/tst-udp-error
original exit status 1
warning: could not become root outside namespace (Operation not permitted)
warning: could not enter network namespace
error: tst-udp-error.c:52: not true: clnt_call (clnt, 3, (xdrproc_t) xdr_void, 
NULL, (xdrproc_t) xdr_void, NULL, ((struct timeval) { 3, 0 })) == RPC_CANTRECV
error: 1 test failures
----------
----------
XFAIL: support/tst-support_descriptors
original exit status 1
info: initial descriptor set
error: support_descriptors.c:68: opendir ("/proc/self/fd"): No such file or 
directory
error: 1 test failures
----------
----------
XFAIL: timezone/tst-tzset
original exit status 1
lseek failed: File too large
Didn't expect signal from child: got `Segmentation fault'
----------
+---------------------------------------------------------------------+
|     Encountered regressions that don't match expected failures.     |
+---------------------------------------------------------------------+
FAIL: malloc/tst-malloc-fork-deadlock-mcheck
debian/rules.d/build.mk:137: recipe for target 
'/home/paul/malloc/glibc-2.31/stamp-dir/check_xen' failed
make: *** [/home/paul/malloc/glibc-2.31/stamp-dir/check_xen] Error 1
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
paul@binou:~/malloc/glibc-2.31$ 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]