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

Builder diffutils-solaris10-i386 Build #154

Results:

Failed shell_3

SourceStamp:

Projectdiffutils
Repositorygit://git.savannah.gnu.org/diffutils.git
Branchmaster
Revision1fa953a0c415cc65d0afdae2c9de0ad2bd2944eb
Got Revision1fa953a0c415cc65d0afdae2c9de0ad2bd2944eb
Changes2 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, 27 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 45 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake all' ( 30 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 8 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 154 Build
codebase Build
got_revision 1fa953a0c415cc65d0afdae2c9de0ad2bd2944eb Git
project diffutils Build
repository git://git.savannah.gnu.org/diffutils.git Build
revision 1fa953a0c415cc65d0afdae2c9de0ad2bd2944eb 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. Paul Eggert

Timing:

StartFri Aug 11 19:27:55 2023
EndFri Aug 11 19:32:49 2023
Elapsed4 mins, 54 secs

All Changes:

:

  1. Change #177984

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Fri 11 Aug 2023 19:21:07
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision c1f6f48a08fce8d17d5f1678dd2badf7ce05085a

    Comments

    maint: tighten stat_size arg type
    * src/system.h (stat_size): Arg is now pointer to const.

    Changed files

    • src/system.h
  2. Change #177985

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Fri 11 Aug 2023 19:21:07
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 1fa953a0c415cc65d0afdae2c9de0ad2bd2944eb

    Comments

    diff,cmp: tighten up same-file checks
    * src/cmp.c (main):
    * src/diff.c (compare_files):
    * src/dir.c (dir_loop):
    same_file returns bool, not int, so remove "0 <"s that date back
    to when it returned an int.  Remove uses of same_file_attributes.
    * src/system.h (same_file): Now an inline function not a macro.
    Tighten up comparison rules a bit, by ignoring attributes of
    special files whose st_rdev are the same, and by considering
    any birthtime differences to be definitive.  Do all the work
    that same_file_attributes used to do.  Update commentary.
    (same_file_attributes): Remove.  All uses removed.

    Changed files

    • src/cmp.c
    • src/diff.c
    • src/dir.c
    • src/system.h