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

Builder diffutils-solaris10-i386 Build #153

Results:

Failed shell_3

SourceStamp:

Projectdiffutils
Repositorygit://git.savannah.gnu.org/diffutils.git
Branchmaster
Revision69ae797392bd3a2b973453fb31718085c2bda309
Got Revision69ae797392bd3a2b973453fb31718085c2bda309
Changes5 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, 38 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 48 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 153 Build
codebase Build
got_revision 69ae797392bd3a2b973453fb31718085c2bda309 Git
project diffutils Build
repository git://git.savannah.gnu.org/diffutils.git Build
revision 69ae797392bd3a2b973453fb31718085c2bda309 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:

StartWed Aug 9 02:07:55 2023
EndWed Aug 9 02:13:03 2023
Elapsed5 mins, 8 secs

All Changes:

:

  1. Change #177834

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 09 Aug 2023 02:00:19
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision b68456782412b15b11eba524cabd534a7a264f46

    Comments

    diff: output symlink contents when they differ
    * bootstrap.conf (gnulib_modules): Add quote.
    * src/diff.c: Include quote.h.
    (compare_files): Print contents of symlinks that differ,
    and quote their names and contents.
    * src/system.h (symlink_size_ok): Remove.
    (stat_size): Don’t worry about symlink sizes.
    * tests/no-dereference: Adjust tests to match new behavior.

    Changed files

    • NEWS
    • bootstrap.conf
    • src/diff.c
    • src/system.h
    • tests/no-dereference
  2. Change #177835

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 09 Aug 2023 02:00:19
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision daaf8193749e1aec3fed735946918576138a51f2

    Comments

    diff: clarify /proc code
    * src/system.h (care_about_symlink_size): New macro.
    (stat_size): Use it. Do the simple checks (requiring no syscalls)
    first.  Although it now makes no difference, remove the S_ISREG (mode)
    check from the /proc test; this is clearer as /proc files need not be
    regular files.

    Changed files

    • src/system.h
  3. Change #177836

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 09 Aug 2023 02:00:19
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision de0dbfc9b9f1d5b08009b0ea083702abf133e38b

    Comments

    cmp: lseek need not succeed on special files
    * src/cmp.c (main): Do not report an error if lseek returns -1,
    as it is OK if the file is not seekable and none of the other
    lseek errors seem to be relevant.  This reverts my June 21 commit.

    Changed files

    • src/cmp.c
  4. Change #177837

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 09 Aug 2023 02:00:19
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 23d506ac5915b7ff4d44dcfcde571f949908c6c7

    Comments

    diff: try lseek on special files
    * src/diff.c (compare_files): It is OK to try lseek on special
    files, as failures are no-ops.  Treat failures as an indication
    that the file position is irrelevant.

    Changed files

    • src/diff.c
  5. Change #177838

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 09 Aug 2023 02:00:19
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 69ae797392bd3a2b973453fb31718085c2bda309

    Comments

    cmp,diff,diff3,sdiff: quote more consistently
    * lib/diagnose.c, lib/diagnose.h: New files.
    * lib/Makefile.am (noinst_HEADERS, libdiffutils_a_SOURCES):
    Add them.
    * po/POTFILES.in: Add lib/diagnose.c.
    * src/analyze.c, src/cmp.c, src/diff3.c, src/dir.c:
    * src/sdiff.c, src/util.c:
    Include diagnose.h.
    * src/analyze.c (briefly_report, diff_2_files):
    * src/cmp.c (usage, main, cmp):
    * src/diff.c (add_regexp, summarize_regexp_list, main, compare_files):
    * src/diff3.c (usage, process_diff, scan_diff_line):
    * src/dir.c (diff_dirs):
    * src/sdiff.c (usage, ck_fopen, main, edit):
    * src/util.c (perror_with_name, begin_output):
    Quote file names or regexps with squote.
    * src/cmp.c, src/diff.c, src/diff3.c, src/dir.c, src/sdiff.c:
    Include quote.h.
    * src/cmp.c, src/diff.c, src/diff3.c, src/sdiff.c (try_help):
    Remove; now in diagnose.c.
    * src/cmp.c (specify_ignore_initial, main, cmp):
    * src/diff.c (main, specify_value, specify_colors_style):
    * src/diff3.c (main, read_diff):
    * src/dir.c (compare_collated):
    * src/sdiff.c (check_child_status, main):
    * src/util.c (finish_output):
    Quote strings with ‘quote’ or ‘quote_n’.
    * src/system.h (EXIT_TROUBLE): Remove; now in diagnose.h
    and now an enum.
    * src/util.c (c_escape_char, c_escape):
    Remove, as we now use squote.
    * tests/cmp, tests/filename-quoting, tests/invalid-re:
    Adjust to match new behavior.

    Changed files

    • NEWS
    • lib/Makefile.am
    • lib/diagnose.c
    • lib/diagnose.h
    • po/POTFILES.in
    • src/analyze.c
    • src/cmp.c
    • src/diff.c
    • src/diff3.c
    • src/dir.c
    • src/sdiff.c
    • src/system.h
    • src/util.c
    • tests/cmp
    • tests/filename-quoting
    • tests/invalid-re