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

Builder gtar-solaris10-i386 Build #238

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectgtar
Repositorygit://git.savannah.gnu.org/tar.git
Branchmaster
Revisionc1e277476c4bf139cac12f26f96d6e74115a0829
Got Revisionc1e277476c4bf139cac12f26f96d6e74115a0829
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 9 secs )
    1. stdio
  3. shell_1 './configure' failed ( 0 secs )
    1. stdio
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. testsuite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/gtar-solaris10-i386 slave
buildername gtar-solaris10-i386 Builder
buildnumber 238 Build
codebase Build
got_revision c1e277476c4bf139cac12f26f96d6e74115a0829 Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision c1e277476c4bf139cac12f26f96d6e74115a0829 Build
scheduler schedule-gtar-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/gtar-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Paul Eggert

Timing:

StartWed Sep 13 06:28:34 2023
EndWed Sep 13 06:28:47 2023
Elapsed13 secs

All Changes:

:

  1. Change #179888

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 13 Sep 2023 06:23:40
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 05fcfaafb648cb7e9bd01004593ce016b8fb1f32

    Comments

    Use single is_octal_digit function
    * src/list.c (ISOCTAL): Remove.
    (is_octal_digit): New static function.
    All uses of ISOCTAL and ISODIGIT replaced with is_octal_digit.

    Changed files

    • src/list.c
  2. Change #179889

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 13 Sep 2023 06:23:41
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 01f986b921d988ae51de6c937cc374b50a8b23b0

    Comments

    Parse in a more locale-independent way
    update submodules to latest
    * gnulib.modules: Add c-ctype.
    * lib/wordsplit.c, src/buffer.c, src/exclist.c, src/incremen.c:
    * src/list.c, src/misc.c, src/names.c, src/sparse.c, src/tar.c:
    * src/xheader.c:
    Include c-ctype.h, and use its API rather than ctype.h’s.
    This is more likely to work when oddball locales are used.
    * src/transform.c: Include ctype.h, since this module still uses
    tolower and toupper (this is probably wrong - should be multi-byte).

    Changed files

    • gnulib
    • gnulib.modules
    • lib/wordsplit.c
    • paxutils
    • src/buffer.c
    • src/exclist.c
    • src/incremen.c
    • src/list.c
    • src/misc.c
    • src/names.c
    • src/sparse.c
    • src/tar.c
    • src/transform.c
    • src/xheader.c
  3. Change #179890

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 13 Sep 2023 06:23:41
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 783321ff1b5ec531ea5a18d55ed2dd2ba5430701

    Comments

    Simplify wordsplit_string_unquote_copy
    * lib/wordsplit.c (wordsplit_string_unquote_copy): Simplify.

    Changed files

    • lib/wordsplit.c
  4. Change #179891

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 13 Sep 2023 06:23:41
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision c1e277476c4bf139cac12f26f96d6e74115a0829

    Comments

    Support multi-byte --transform='...\L...' etc
    Support upcasing and downcasing in multi-byte locales.
    * gnulib.modules: Add c32rtomb, c32tolower, c32toupper,
    mbrtoc32-regular.
    * src/transform.c: Do not include ctype.h.  Include mcel.h.
    (stk, stk_init): Move up.
    (run_case_conv): Return void, not char *.  Append result to
    stk directly; this avoids the need for a separate allocation.
    All callers changed.  Do not assume a single-byte locale.
    * tests/xform04.at: New test.
    * tests/Makefile.am (TESTSUITE_AT):
    * tests/testsuite.at: Add it.

    Changed files

    • NEWS
    • gnulib.modules
    • src/transform.c
    • tests/Makefile.am
    • tests/testsuite.at
    • tests/xform04.at