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

Builder diffutils-solaris10-sparc Build #222

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectdiffutils
Repositorygit://git.savannah.gnu.org/diffutils.git
Branchmaster
Revisionb8f4b1f18dd3d14401423d8142cd6af1162e21fb
Got Revisionb8f4b1f18dd3d14401423d8142cd6af1162e21fb
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Paul Eggert

Timing:

StartSun May 10 00:36:16 2026
EndSun May 10 00:38:24 2026
Elapsed2 mins, 7 secs

All Changes:

:

  1. Change #266650

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sun 10 May 2026 00:24:47
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision df563c41001945c9496f21aad175f3328ec1c35d

    Comments

    maint: port to pre POSIX.1-2024 regex
    * cfg.mk (config-compare): Don’t use \] at top level of regex,
    as POSIX required this only in POSIX.1-2024.

    Changed files

    • cfg.mk
  2. Change #266652

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sun 10 May 2026 00:24:47
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision b8f4b1f18dd3d14401423d8142cd6af1162e21fb

    Comments

    maint: pacify gcc -Wzero-as-null-pointer-constant
    * src/analyze.c (diff_2_files):
    * src/cmp.c (longopts):
    * src/context.c (print_context_label):
    * src/diff.c (longopts, hard_locale_LC_TIME, add_regexp):
    * src/diff.h (localtz):
    * src/diff3.c (longopts, main):
    * src/sdiff.c (longopts, main, signal_handler):
    * src/side.c (print_sdiff_common_lines, print_sdiff_hunk):
    Don’t use 0 as null pointer.
    * src/context.c, src/diff.c, src/diff.h (localtz) [HAVE_TM_GMTOFF]:
    Now static, not a macro that is 0.

    Changed files

    • src/analyze.c
    • src/cmp.c
    • src/context.c
    • src/diff.c
    • src/diff.h
    • src/diff3.c
    • src/sdiff.c
    • src/side.c