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

Builder gtar-solaris10-i386 Build #285

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 26 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 285 Build
codebase Build
got_revision 4e742fc8674064a9fa00d4483d06aca48d5b0463 Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision 4e742fc8674064a9fa00d4483d06aca48d5b0463 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. Paul Eggert

Timing:

StartSun Jul 27 06:57:33 2025
EndSun Jul 27 06:58:04 2025
Elapsed31 secs

All Changes:

:

  1. Change #240790

    Category gtar
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sun 27 Jul 2025 06:49:20
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 4e742fc8674064a9fa00d4483d06aca48d5b0463

    Comments

    --no-overwrite-dir no overwrite even temporarily
    Problem and fix reported by Pavel Cahyna in
    https://lists.gnu.org/r/bug-tar/2025-01/msg00000.html
    * src/extract.c (extract_dir): With --no-overwrite-dir,
    skip the chmod if the directory already exists.
    * tests/extrac23.at (--no-overwrite-dir on empty directory):
    Move the part of the test that looks at a nonempty directory ...
    * tests/extrac30.at: ... to this new file, because the test now
    must be run as non-root.  Adjust the test to match the new behavior.
    * tests/Makefile.am (TESTSUITE_AT), tests/testsuite.at: Add it.

    Changed files

    • NEWS
    • src/extract.c
    • tests/Makefile.am
    • tests/extrac23.at
    • tests/extrac30.at
    • tests/testsuite.at