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

Builder diffutils-solaris10-i386 Build #171

Results:

Failed shell_3

SourceStamp:

Projectdiffutils
Repositorygit://git.savannah.gnu.org/diffutils.git
Branchmaster
Revision774b942f700f0045d307923435d287c182364699
Got Revision774b942f700f0045d307923435d287c182364699
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, 59 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 50 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake all' ( 32 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 171 Build
codebase Build
got_revision 774b942f700f0045d307923435d287c182364699 Git
project diffutils Build
repository git://git.savannah.gnu.org/diffutils.git Build
revision 774b942f700f0045d307923435d287c182364699 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 Sep 20 09:08:09 2023
EndWed Sep 20 09:13:43 2023
Elapsed5 mins, 34 secs

All Changes:

:

  1. Change #180300

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 20 Sep 2023 09:05:00
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 8bd04144952959438c7f232f79efc96a90ed06bf

    Comments

    build: update gnulib submodule to latest

    Changed files

    • gnulib
  2. Change #180301

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 20 Sep 2023 09:05:00
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 774b942f700f0045d307923435d287c182364699

    Comments

    diff: go back to C quoting for diff -c/-u headers
    Gleb Fotengauer-Malinovskiy reported <https://bugs/gnu/org/66095>
    that the recent change to quoting style broke GNU patch.
    * src/util.c: Include quotearg.h.
    (current_name): New static var, replacing the the old
    current_name0 and current_name1.  All uses changed.
    (begin_output): Go back to quoting file names for C,
    not for the shell, when they contain troublesome characters.
    This is not a simple revert, as the revised code handles
    multi-byte characters even in non-UTF-8 locales.
    * tests/filename-quoting: Revert previous change to this file.

    Changed files

    • NEWS
    • src/util.c
    • tests/filename-quoting