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

Builder gtar-solaris10-sparc Build #309

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 1 mins, 1 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-unstable10s/slave/gtar-solaris10-sparc slave
buildername gtar-solaris10-sparc Builder
buildnumber 309 Build
codebase Build
got_revision 79d61af0e118a9368425729f624a66e1065be61e Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision 79d61af0e118a9368425729f624a66e1065be61e Build
scheduler schedule-gtar-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/gtar-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Paul Eggert

Timing:

StartWed Apr 8 18:15:03 2026
EndWed Apr 8 18:16:19 2026
Elapsed1 mins, 15 secs

All Changes:

:

  1. Change #263998

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 08 Apr 2026 18:07:12
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision b4fc9ca13617411c5db57286a3ff534bd40acdc1

    Comments

    Disallow --one-top-level=''.
    * src/tar.c (decode_options): Do not accept an empty string
    as a relative file name.

    Changed files

    • src/tar.c
  2. Change #263999

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 08 Apr 2026 18:07:12
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 90dec1cc53b8297fafc710e5cc57c8ba8a1fb9bb

    Comments

    --one-top-level now keeps "../" and ".../"
    * src/list.c (enforce_one_top_level): Do not strip prefixes like
    "../" (which should not be allowed unless -P) and ".../" (which
    are ordinary file names).  The "../" not being allowed should be
    addressed in a different way.

    Changed files

    • src/list.c
  3. Change #264000

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 08 Apr 2026 18:07:12
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 67c8dff6968aae58fcdfb05268eb1b4c07308f1a

    Comments

    Simplify one_top_level_dir logic
    * src/tar.c (one_top_level_option): Remove.  All uses removed.
    All external uses changed to equivalent of !!one_top_level_dir.
    (decode_options): Set one_top_level_dir to be consistent with
    the old one_top_level_option.

    Changed files

    • src/common.h
    • src/list.c
    • src/tar.c
  4. Change #264001

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Wed 08 Apr 2026 18:07:12
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 79d61af0e118a9368425729f624a66e1065be61e

    Comments

    tar: incremental 'X' follows --one-top-level
    * src/incremen.c (purge_directory):
    Also respect --one-top-level when handling 'X'.

    Changed files

    • src/incremen.c