Current-Users archive

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

Re: Automated report: NetBSD-current/i386 build failure



Hi kamil,

The NetBSD Test Fixture wrote:
>     --- dependall-tests ---
>     *** [t_ptrace_wait.o] Error code 1
>     nbmake[9]: stopped in /tmp/bracket/build/2018.05.23.13.51.27-i386/src/tests/lib/libc/sys
>     1 error
> 
> The following commits were made between the last successful build and
> the failed build:
> 
>     2018.05.23.13.18.09 kamil src/tests/lib/libc/sys/t_ptrace_wait.h,v 1.6
>     2018.05.23.13.51.27 kamil src/tests/lib/libc/sys/t_ptrace_wait.c,v 1.52
> 
> Log files can be found at:
> 
>     http://releng.NetBSD.org/b5reports/i386/commits-2018.05.html#2018.05.23.13.51.27

This is still failing as of source date 2018.05.24.05.27.29.  The
relevant compiler error messages were not included in the automated
report because they occurred too far from the end of the build log,
3926 lines earlier (!).  Here are the error messages manually extracted
from the log:

  --- dependall-tests ---
  /tmp/bracket/build/2018.05.24.05.27.29-i386/src/tests/lib/libc/sys/t_ptrace_wait.h:158:18: note: in definition of macro 'FORKEE_ASSERT_NEQ'
    uintmax_t vx = (x);      \
                    ^
  /tmp/bracket/build/2018.05.24.05.27.29-i386/src/tests/lib/libc/sys/t_ptrace_wait.h:565:34: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
    FORKEE_ASSERT_NEQ((uintmax_t)p, (uintmax_t)MAP_FAILED);
                                    ^
  /tmp/bracket/build/2018.05.24.05.27.29-i386/src/tests/lib/libc/sys/t_ptrace_wait.h:159:18: note: in definition of macro 'FORKEE_ASSERT_NEQ'
    uintmax_t vy = (y);      \
                    ^
-- 
Andreas Gustafsson, gson%gson.org@localhost


Home | Main Index | Thread Index | Old Index