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

Builder gtar-solaris10-sparc Build #218

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 23 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 218 Build
codebase Build
got_revision 10954cf16399d5e7d846ff4fedb9b7d0240fcb9c Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision 10954cf16399d5e7d846ff4fedb9b7d0240fcb9c 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 Jul 10 20:34:41 2023
EndMon Jul 10 20:35:08 2023
Elapsed27 secs

All Changes:

:

  1. Change #176041

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Mon 10 Jul 2023 20:25:30
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 10954cf16399d5e7d846ff4fedb9b7d0240fcb9c

    Comments

    Fix --update --wildcards
    * src/common.h (name): New field: is_wildcard.
    (name_scan): Change protoype.
    * src/delete.c: Update calls to name_scan.
    * src/names.c (addname, add_starting_file): Initialize is_wildcard.
    (namelist_match): Take two arguments.  If second one is true, return
    only exact matches.
    (name_scan): Likewise.  All callers updated.
    (name_from_list): Skip patterns.
    * src/update.c (remove_exact_name): New function.
    (update_archive): Do not remove matching name, if it is a pattern.
    Instead, add a new entry with the matching file name.
    
    * tests/update04.at: New test.
    * tests/Makefile.am: Add new test.
    * tests/testsuite.at: Include new test.
    
    * NEWS: Update.

    Changed files

    • NEWS
    • src/common.h
    • src/delete.c
    • src/names.c
    • src/update.c
    • tests/Makefile.am
    • tests/testsuite.at
    • tests/update04.at