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

Builder gtar-solaris10-sparc Build #271

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartFri Mar 14 14:20:19 2025
EndFri Mar 14 14:21:03 2025
Elapsed43 secs

All Changes:

:

  1. Change #225027

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Fri 14 Mar 2025 14:07:27
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision cd1f6624f749e7c04582acb24cd06de187cd0a07

    Comments

    Fix restoring permissions of intermediate directories with --skip-old-files
    Detailed bug report: https://savannah.gnu.org/bugs/index.php?66774
    
    * src/extract.c (update_interdir_set_stat): New function.
    (extract_dir): If the directory already exists, check if it
    has been created as intermediate directory earlier.  If so,
    update its delayed_set_stat data from archive.
    
    * tests/Makefile.am: Add new testcase.
    * tests/testsuite.at: Add new testcase.
    * tests/extrac28.at: New file.

    Changed files

    • src/extract.c
    • tests/Makefile.am
    • tests/extrac28.at
    • tests/multiv04.at
    • tests/testsuite.at