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

Builder diffutils-solaris10-sparc Build #167

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartSat Sep 16 22:38:06 2023
EndSat Sep 16 23:10:42 2023
Elapsed32 mins, 35 secs

All Changes:

:

  1. Change #180114

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sat 16 Sep 2023 22:28:21
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision f2d94e2e674b2c037a3d4a836a31e2242c51da98

    Comments

    diff: tune 'diff --no-dereference --no-file-name-case SYMLINK DIR'
    * src/diff.c (compare_files): If find_dir_file_pathname tells
    us the file type, use that info to avoid unnecessary calls
    to openat.
    * src/dir.c (find_dir_file_pathname): New arg DETYPE.  All uses changed.

    Changed files

    • src/diff.c
    • src/diff.h
    • src/dir.c
  2. Change #180115

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sat 16 Sep 2023 22:28:21
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 5fdc79cc07d1e9166b68de158b3c92278a26b8d3

    Comments

    diff: tune when O_PATH fails with ELOOP
    * src/diff.c (compare_files): If openat (..., "a/b/.../e/f",
    O_PATH | ...) fails with ELOOP, one of a, a/b, ..., a/b/.../e
    must be a symlink loop; a/b/.../e/f cannot itself be a symlink loop.
    So in this case fail immediately rather than following up with
    fstatat (..., "a/b/.../e/f", ..., AT_SYMLINK_NOFOLLOW).

    Changed files

    • src/diff.c
  3. Change #180116

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sat 16 Sep 2023 22:28:21
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 632deed390a3e45c90ef646aba0ad6cc1b56acd8

    Comments

    maint: fix NEWS typos

    Changed files

    • NEWS