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

Builder gtar-solaris10-sparc Build #290

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartTue Aug 19 02:23:14 2025
EndTue Aug 19 02:24:19 2025
Elapsed1 mins, 4 secs

All Changes:

:

  1. Change #243234

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 19 Aug 2025 02:14:49
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision ca02de4050357850a94f9208f81e00f15d105182

    Comments

    Avoid overrun when converting ns-resolution timestamps to text
    Caught by gcc -fsanitize=address.
    Inspired by Matthias Andree’s bug report in:
    https://lists.gnu.org/r/bug-tar/2025-08/msg00019.html
    though I found this bug via a simple "make check"
    with sanitization enabled.
    * src/common.h (TIMESPEC_STRSIZE_BOUND):
    Make room for leading '-', needed in addition to the '-' room
    supplied by SYSINT_BUFSIZE due to the way code_timespec works.

    Changed files

    • src/common.h