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

Builder gtar-solaris10-i386 Build #279

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectgtar
Repositorygit://git.savannah.gnu.org/tar.git
Branchmaster
Revision430306673049f4ce8cc9db7578cd6e1f4200a9c2
Got Revision430306673049f4ce8cc9db7578cd6e1f4200a9c2
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Timing:

StartWed May 14 15:04:34 2025
EndWed May 14 15:05:03 2025
Elapsed28 secs

All Changes:

:

  1. Change #229726

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Tue 13 May 2025 16:59:15
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 9324b472b045508245cfedfdd029e8865a69f054

    Comments

    Minor changes

    Changed files

    • src/common.h
    • src/names.c
  2. Change #229727

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Wed 14 May 2025 14:28:55
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 430306673049f4ce8cc9db7578cd6e1f4200a9c2

    Comments

    Fix spurious "Not found in archive" errors.
    * src/names.c (namelist_match_from): New function.
    (namelist_match): Rewrite as a wrapper over it.
    (register_match): New function.
    (name_match)" Update all possible matches in the name list.
    
    * tests/extrac29.at: New test.
    * tests/Makefile.am: Add new test.
    * tests/testsuite.at: Likewise.

    Changed files

    • src/names.c
    • tests/Makefile.am
    • tests/extrac29.at
    • tests/testsuite.at