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

Builder gtar-solaris10-sparc Build #241

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 1 mins, 34 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 241 Build
codebase Build
got_revision b4d1fa77b69d4b7a63db9c458a808d058b71bd30 Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision b4d1fa77b69d4b7a63db9c458a808d058b71bd30 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:

StartSun Jan 14 23:05:50 2024
EndSun Jan 14 23:07:37 2024
Elapsed1 mins, 47 secs

All Changes:

:

  1. Change #188675

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Sun 14 Jan 2024 23:00:02
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision b4d1fa77b69d4b7a63db9c458a808d058b71bd30

    Comments

    When given -c -a, issue a warning if no compressor is associated with the suffix.
    * src/suffix.c (find_compression_suffix): Always return stripped
    archive name length in the last argument.  Return 0 if there is no
    suffix.
    (find_compression_program): Remove.
    (set_compression_program_by_suffix): Take third argument, controlling
    whether to issue a warning if no suitable compression program is found
    for the suffix.
    * src/common.h (set_compression_program_by_suffix): Change prototype.
    * src/buffer.c, src/tar.c: All uses of set_compression_program_by_suffix
    changed.

    Changed files

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