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

Builder gtar-solaris10-sparc Build #253

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 48 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 253 Build
codebase Build
got_revision 45a86d45b278bcde1476d70dbdea7aa33892ef23 Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision 45a86d45b278bcde1476d70dbdea7aa33892ef23 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:

StartSat Jul 27 08:49:54 2024
EndSat Jul 27 08:51:10 2024
Elapsed1 mins, 15 secs

All Changes:

:

  1. Change #202534

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sat 27 Jul 2024 08:44:03
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision afd073399ae3bd6cdd9dd59a853b722690ca3166

    Comments

    maint: remove GLOBAL as per GCC 14
    * src/common.h (GLOBAL): Remove this macro, and all its uses.
    It collides with GCC 14 and -Wmissing-variable-declarations.
    Change all uses of GLOBAL to use extern instead,
    and declare the variables in their respective .c files.
    Move .c file’s extern declarations here, so that they
    appear only once and are checked against definitions.
    * src/names.c (unconsumed_option_tail): Now static.

    Changed files

    • src/buffer.c
    • src/common.h
    • src/delete.c
    • src/extract.c
    • src/names.c
    • src/system.c
    • src/tar.c
    • src/update.c
  2. Change #202535

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sat 27 Jul 2024 08:44:03
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 45a86d45b278bcde1476d70dbdea7aa33892ef23

    Comments

    maint: make a few funcs and vars static
    * src/buffer.c (last_stat_time, write_fatal_details):
    * src/tar.c (name_more_files):
    * src/xattrs.c (xheader_xattr_add):
    Now static.

    Changed files

    • src/buffer.c
    • src/common.h
    • src/tar.c
    • src/xattrs.c