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

Builder gtar-solaris10-sparc Build #299

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

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 ( 44 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 299 Build
codebase Build
got_revision f83a120c580fa5a15e4eeac3dea4cb12bae1ce6a Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision f83a120c580fa5a15e4eeac3dea4cb12bae1ce6a 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. Paul Eggert

Timing:

StartThu Nov 27 05:58:06 2025
EndThu Nov 27 05:58:59 2025
Elapsed53 secs

All Changes:

:

  1. Change #250150

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Thu 27 Nov 2025 05:49:38
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision f83a120c580fa5a15e4eeac3dea4cb12bae1ce6a

    Comments

    Bring back placeholders
    They can still be useful if -h is used.  See Pavel Cahyna in:
    https://lists.gnu.org/r/bug-tar/2025-11/msg00026.html
    while we’re at it bring them back if -P is used,
    as they can still be useful there too.
    * src/extract.c (HAVE_BIRTHTIME, BIRTHTIME_EQ):
    Bring back these macros.
    (struct delayed_link, struct string_list):
    Bring back these structs.
    (delayed_link_table, delayed_link_head, delayed_link_tail):
    Bring back these static vars.
    (dl_hash, dl_compare, find_direct_ancestor)
    (find_delayed_link_source, create_placeholder_file)
    (apply_delayed_link, apply_delayed_links):
    Bring back these static functions.
    (mark_metadata_set): Rename from mark_after_links.  All uses changed.
    (extract_link, extract_symlink):
    Create placeholders as before, except only if -P or -h are used.
    (extract_finish): Deal with delayed links, as before.

    Changed files

    • NEWS
    • doc/tar.texi
    • src/extract.c