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

Builder gtar-solaris10-sparc Build #322

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 1 mins, 21 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 322 Build
codebase Build
got_revision f022ac4ee0ad80a411386f14ec7570856a7cc8d1 Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision f022ac4ee0ad80a411386f14ec7570856a7cc8d1 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:

StartTue Aug 18 19:19:06 2026
EndTue Aug 18 19:20:40 2026
Elapsed1 mins, 33 secs

All Changes:

:

  1. Change #278649

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Tue 18 Aug 2026 20:51:55
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision f022ac4ee0ad80a411386f14ec7570856a7cc8d1

    Comments

    Fix handling of negated and rooted entries in .gitignore files.
    * src/exclist.c (struct vcs_ignore_file): New field: matchfn.
    (struct exclist): New field: vcs.
    (info_attach_exclist): Initialize vcs.
    (excluded_name): Rewrite using excluded_file_name_status from gnulib.
    (git_addfn): Special handling for entries starting with '!' and '/'.
    (vcs_ignore_files): Initialize matchfn member in the ".gitignore"
    entry.
    
    * tests/exclude23.at: New test.
    * tests/Makefile.am: Add new test.
    * tests/testsuite.at: Include new test.

    Changed files

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