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

Builder diffutils-solaris10-i386 Build #164

Results:

Failed shell_3

SourceStamp:

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

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, 46 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 50 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 164 Build
codebase Build
got_revision 7ec1b5db35fd729c2ebd1bec9cd03f0ace009099 Git
project diffutils Build
repository git://git.savannah.gnu.org/diffutils.git Build
revision 7ec1b5db35fd729c2ebd1bec9cd03f0ace009099 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 Sep 8 08:38:10 2023
EndFri Sep 8 08:43:30 2023
Elapsed5 mins, 19 secs

All Changes:

:

  1. Change #179614

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Fri 08 Sep 2023 08:30:57
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 7ec1b5db35fd729c2ebd1bec9cd03f0ace009099

    Comments

    diff: port --no-dereference changes to non-O_PATH
    This fixes a recently-introduced portability bug
    when running on platforms like Solaris 10 that lack O_PATH.
    * src/diff.c (compare_files): On platforms without O_PATH,
    when running 'diff --no-dereference symlink dir' do not
    report an error merely because dir/symlink is a symbolic link
    and cannot be opened for reading.

    Changed files

    • src/diff.c