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

Builder gtar-solaris10-sparc Build #317

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectgtar
Repositorygit://git.savannah.gnu.org/tar.git
Branchmaster
Revisione407e6e7ddf61b84d5a0fabb2546a1efd96a512c
Got Revisione407e6e7ddf61b84d5a0fabb2546a1efd96a512c
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 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 317 Build
codebase Build
got_revision e407e6e7ddf61b84d5a0fabb2546a1efd96a512c Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision e407e6e7ddf61b84d5a0fabb2546a1efd96a512c 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. Pavel Cahyna
  2. Sergey Poznyakoff

Timing:

StartWed Jul 29 11:34:29 2026
EndWed Jul 29 11:36:16 2026
Elapsed1 mins, 47 secs

All Changes:

:

  1. Change #273834

    Category gtar
    Changed by Pavel Cahyna <pcahynaohnoyoudont@redhat.com>
    Changed at Fri 03 Jul 2026 11:58:18
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 08c3fc2e9337094aff01a511170fd35fdb8f1ee3

    Comments

    Avoid acl_ prefix for functions
    The acl.h header from libacl uses acl_ prefix for its functions. Avoid
    defining functions with the same name in order to protect its namespace.

    Changed files

    • src/xattrs.c
  2. Change #275385

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Tue 21 Jul 2026 21:49:04
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 87819f9f0a6c2d546c7936123fce5eecb6e6f149

    Comments

    Check if the dumpdir read from the archive is well-formed before using it.
    * src/common.h (dumpdir_ok): New proto.
    * src/incremen.c (dumpdir_ok): Take size as the second argument.
    Verify if the last byte is 0 and the dumpdir contains 0 or more
    nul-terminated strings.
    (get_gnu_dumpdir): Check if the obtained dumpdir is ok. Clear the
    is_dumpdir flag if it is not.
    * src/xheader.c (dumpdir_decoder) Verify if the obtained dumpdir is
    ok.

    Changed files

    • src/common.h
    • src/incremen.c
    • src/xheader.c
  3. Change #275568

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Thu 23 Jul 2026 08:00:22
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 5a225f25c5f414aaebe2f9fa5572f2cdfb7e1177

    Comments

    Update paxutils

    Changed files

    • paxutils
  4. Change #275576

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Thu 23 Jul 2026 09:52:03
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 19a3a73e8c48bd3c59cbea9b5ed6780fc6836c6d

    Comments

    Assume directory members have size=0.
    Since commit b8d8a61b, tar started honoring size field in headers
    of the directory archive members when listing and extracting. That
    doesn't seem right: although GNU tar always stores 0 for such members,
    there are other tar implementation that don't. As a result, GNU tar
    skips the actual directory contents when listing or extracting archives
    created by such implementations.
    
    This commit fixes that by assuming that size is 0 for directory archive
    members.
    
    * src/list.c (member_is_dir): Restore function.
    (skim_member): Don't apply skim_file to directory members.
    * tests/skipdir.at: Fix expectations.

    Changed files

    • src/list.c
    • tests/skipdir.at
  5. Change #275820

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Sat 25 Jul 2026 16:10:11
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision e407e6e7ddf61b84d5a0fabb2546a1efd96a512c

    Comments

    Fix --set-mtime-command.
    This fixes a bug introduced by 281e03ec6.
    
    * src/system.c (sys_exec_setmtime_script): Increase buflen by
    value of nread.

    Changed files

    • src/system.c