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

Builder diffutils-solaris10-i386 Build #158

Results:

Failed shell_3

SourceStamp:

Projectdiffutils
Repositorygit://git.savannah.gnu.org/diffutils.git
Branchmaster
Revision61e01d05e3b9bee8e5ce18b571fe8aa4c36b4ef1
Got Revision61e01d05e3b9bee8e5ce18b571fe8aa4c36b4ef1
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell 'bash bootstrap' ( 3 mins, 35 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 45 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake all' ( 29 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 7 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 158 Build
codebase Build
got_revision 61e01d05e3b9bee8e5ce18b571fe8aa4c36b4ef1 Git
project diffutils Build
repository git://git.savannah.gnu.org/diffutils.git Build
revision 61e01d05e3b9bee8e5ce18b571fe8aa4c36b4ef1 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:

StartMon Aug 21 08:18:01 2023
EndMon Aug 21 08:23:10 2023
Elapsed5 mins, 8 secs

All Changes:

:

  1. Change #178555

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Mon 21 Aug 2023 08:12:02
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 61e01d05e3b9bee8e5ce18b571fe8aa4c36b4ef1

    Comments

    diff: fix recently-introduced file name case bug
    * src/diff.c (compare_files): When ignoring file name case
    and comparing a file f to a directory d at the top level,
    make sure that if we end up comparing f to d/F then
    don’t mistakenly try to open d/f instead.
    * src/dir.c (compare_collated): Do not worry about
    ignore_file_name_case here.
    (compare_names): Worry about it here instead.
    That way, we do the right thing with the test case.
    * tests/ignore-case: Test for the bug.

    Changed files

    • src/diff.c
    • src/dir.c
    • tests/ignore-case