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

Builder gtar-solaris10-i386 Build #247

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 31 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/slave/gtar-solaris10-i386 slave
buildername gtar-solaris10-i386 Builder
buildnumber 247 Build
codebase Build
got_revision 5f2cda027d07e834404a748acdac94afaebef00a Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision 5f2cda027d07e834404a748acdac94afaebef00a Build
scheduler schedule-gtar-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/gtar-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Sergey Poznyakoff

Timing:

StartTue Jul 2 12:16:46 2024
EndTue Jul 2 12:17:26 2024
Elapsed39 secs

All Changes:

:

  1. Change #199138

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Wed 05 Jun 2024 17:19:10
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 1e6ce98e3a4ef5c807458a35973af7e3503c678c

    Comments

    Fix spurious diagnostic during extraction of . with --keep-newer-files
    Bug reported in https://savannah.gnu.org/bugs/?65838.
    
    Bug introduced by 79d1ac38c1.
    
    * src/extract.c (make_directories): Restore second argument.  This
    reverts the change made in 79d1ac38c1.
    (maybe_recoverable, rename_directory): Update calls to make_directories.
    * tests/extrac27.at: New file.
    * tests/Makefile.am: Add new test.
    * tests/testsuite.at: Likewise.

    Changed files

    • src/extract.c
    • tests/Makefile.am
    • tests/extrac27.at
    • tests/testsuite.at
  2. Change #199174

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Thu 06 Jun 2024 23:05:00
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 5f2cda027d07e834404a748acdac94afaebef00a

    Comments

    Various formatting fixes

    Changed files

    • doc/tar.1
    • src/common.h
    • src/tar.c