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

Builder gtar-solaris10-sparc Build #281

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:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 43 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 281 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-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:

StartWed May 14 15:04:35 2025
EndWed May 14 15:05:28 2025
Elapsed52 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