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

Builder gtar-solaris10-sparc Build #211

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Timing:

StartThu Jun 15 15:45:41 2023
EndThu Jun 15 15:47:07 2023
Elapsed1 mins, 25 secs

All Changes:

:

  1. Change #174655

    Category gtar
    Changed by Pavel Raiskup <praiskupohnoyoudont@redhat.com>
    Changed at Tue 06 Jun 2023 11:34:08
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 06805b928123c0817d0818503c27ff722c2b15ea

    Comments

    Fix --xattr-include='*' documentation
    * doc/tar.texi (Extended File Attributes): The default extraction
    pattern consists of just 'user.*' namespace only.  While on it, try
    to explain the reasons for this default behavior.

    Changed files

    • doc/tar.texi
  2. Change #174665

    Category gtar
    Changed by Pavel Raiskup <praiskupohnoyoudont@redhat.com>
    Changed at Tue 06 Jun 2023 11:37:06
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision e7987b72c6bd1fcc5301f2fa678cc1e208508484

    Comments

    Comment a bit on the xattr extraction logic
    * src/extract.c (extract_file): Document why we pre-create with S_IWUSR.
    (set_xattr): Drop the INVERT_PERMISSIONS doc leftover.

    Changed files

    • src/extract.c