Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder diffutils-solaris10-i386 Build #143

Results:

Failed shell_3

SourceStamp:

Projectdiffutils
Repositorygit://git.savannah.gnu.org/diffutils.git
Branchmaster
Revision05b21c3723d410aa96f3791f9bfa3040e183d0fe
Got Revision05b21c3723d410aa96f3791f9bfa3040e183d0fe
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-diffutils-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell 'bash bootstrap' ( 3 mins, 18 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 43 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake all' ( 28 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 6 secs )
    1. stdio
    2. gnulib-tests_test-suite.log
    3. tests_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/diffutils-solaris10-i386 slave
buildername diffutils-solaris10-i386 Builder
buildnumber 143 Build
codebase Build
got_revision 05b21c3723d410aa96f3791f9bfa3040e183d0fe Git
project diffutils Build
repository git://git.savannah.gnu.org/diffutils.git Build
revision 05b21c3723d410aa96f3791f9bfa3040e183d0fe Build
scheduler schedule-diffutils-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/diffutils-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible
  2. Paul Eggert

Timing:

StartTue Jul 25 19:54:57 2023
EndTue Jul 25 19:59:37 2023
Elapsed4 mins, 39 secs

All Changes:

:

  1. Change #176770

    Category diffutils
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Tue 25 Jul 2023 19:53:27
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 72160d14285b8fa3bb7884f9521bd8c986c35ba2

    Comments

    maint: Fix build failures mingw 10 and MSVC 14.30
    * bootstrap.conf (gnulib_modules): Add popen, pclose, readdir,
    readlinkat, sigaction.
    * configure.ac: Don't enable _FORTIFY_SOURCE on mingw.
    * src/util.c (process_signals): If SIGTSTP is not defined,
    stop_signal_count is zero, therefore disable the stop signal processing.
    (sig): If SIGHUP is not defined, don't list it. If SIGPIPE is not
    defined, don't list it.

    Changed files

    • bootstrap.conf
    • configure.ac
    • src/util.c
  2. Change #176772

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 25 Jul 2023 19:53:27
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision f7e94f96f1988d344563eba220f5a80e0fc44cf8

    Comments

    diff: simplify SIGSTOP/SIGTSTP porting
    * src/util.c (SIGSTOP, SIGTSTP): Default to 0.
    (process_signals, is_tstp_index): Simplify by using the default.
    (sig): Adjust to default.

    Changed files

    • src/util.c
  3. Change #176773

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 25 Jul 2023 19:53:27
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 05b21c3723d410aa96f3791f9bfa3040e183d0fe

    Comments

    diff3: simplify by assuming !GCC_LINT
    GCC's static checks no longer seem to warn about the code
    protected by GCC_LINT, so remove its last uses, which were in diff3.
    (Or perhaps it was valgrind or gcc -fsanitize=address leak
    checking instead?  But in that case there are other false
    positives and we don’t worry about them either.)  This code was
    problematic anyway when introduced (as witness the corresponding
    test case) and it slowed diff3 down a bit.
    * configure.ac (GCC_LINT): Remove.  All uses removed.
    * src/diff3.c: Simplify by assuming !GCC_LINT.

    Changed files

    • configure.ac
    • src/diff3.c