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

Builder gtar-solaris10-i386 Build #312

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartThu Jun 11 15:39:12 2026
EndThu Jun 11 15:39:37 2026
Elapsed24 secs

All Changes:

:

  1. Change #270431

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Thu 11 Jun 2026 15:32:17
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision cb1973cc0ee1f0cf3cd72fbf4732bc7f7d1b334d

    Comments

    Minor fix in the testsuite
    * tests/extrac32.at: Remove debugging code.

    Changed files

    • tests/extrac32.at
  2. Change #270432

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Thu 11 Jun 2026 15:35:20
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision 145a671e8ad0f2443e253ea4cc95b676ed7a2847

    Comments

    Fix extracting over symlinks with --dereference
    Extraction over symlink to a directory was broken in 75b03fdff4.
    See https://savannah.gnu.org/bugs/index.php?68368
    
    * src/tar.c (decode_options): Don't enable RESOLVE_BENEATH mode
    if --dereference is given.
    * tests/extrac33.at: New test.
    * tests/Makefile.am: Add new test.
    * tests/testsuite.at: Likewise.
    * tests/extrac13.at: Add a keyword.
    * tests/extrac31.at: Remove --absolute-names keyword: that option
    is never used in the testcase. Add CVE-2025-45582 keyword instead.

    Changed files

    • src/tar.c
    • tests/Makefile.am
    • tests/extrac13.at
    • tests/extrac31.at
    • tests/extrac33.at
    • tests/testsuite.at