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

Builder gtar-solaris10-sparc Build #320

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectgtar
Repositorygit://git.savannah.gnu.org/tar.git
Branchmaster
Revisionc5c6440baeacc6f605cb4c5ecec074c419bc7cf9
Got Revisionc5c6440baeacc6f605cb4c5ecec074c419bc7cf9
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 2 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 320 Build
codebase Build
got_revision c5c6440baeacc6f605cb4c5ecec074c419bc7cf9 Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision c5c6440baeacc6f605cb4c5ecec074c419bc7cf9 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. Sergey Poznyakoff

Timing:

StartMon Aug 17 04:34:19 2026
EndMon Aug 17 04:36:31 2026
Elapsed2 mins, 11 secs

All Changes:

:

  1. Change #278401

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Mon 17 Aug 2026 06:07:27
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision c5c6440baeacc6f605cb4c5ecec074c419bc7cf9

    Comments

    Accept relative file names in recursive exclude files.
    This fixes bug #68616: exclude lists supplied with
    --exclude-ignore-recursive now specify file names irrespective
    of the actual name of the containing directory. This also fixes
    processing of the VCS ignore files.
    
    * src/exclist.c (struct exclist): New fields: prefix, prefix_len.
    (info_attach_exclist): Store original directory name as prefix.
    (info_free_exclist): Free prefix.
    (excluded_name): Recompute rname at each loop stripping off the
    directory prefix.
    
    * tests/exclude21.at: New test.
    * tests/exclude22.at: New test.
    * tests/Makefile.am: Add new tests.
    * tests/testsuite.at: Include new tests.

    Changed files

    • gnulib
    • src/exclist.c
    • tests/Makefile.am
    • tests/exclude21.at
    • tests/exclude22.at
    • tests/testsuite.at