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

Builder gtar-solaris10-i386 Build #242

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

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 ( 6 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 242 Build
codebase Build
got_revision f622c071089caf4d1dea111d6c5c6cf1d4fcfb0e Git
project gtar Build
repository git://git.savannah.gnu.org/tar.git Build
revision f622c071089caf4d1dea111d6c5c6cf1d4fcfb0e 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:

StartMon Jan 15 20:35:33 2024
EndMon Jan 15 20:35:43 2024
Elapsed9 secs

All Changes:

:

  1. Change #188757

    Category gtar
    Changed by Sergey Poznyakoff <grayohnoyoudont@gnu.org>
    Changed at Mon 15 Jan 2024 20:24:34
    Repository git://git.savannah.gnu.org/tar.git
    Project gtar
    Branch master
    Revision f622c071089caf4d1dea111d6c5c6cf1d4fcfb0e

    Comments

    Fix --exclude-ignore option.
    This fixes https://savannah.gnu.org/bugs/?64387.
    
    * src/exclist.c (info_attach_exclist): Always use file->flags.
    (exclude_vcs_ignores): Pass flags from struct vcs_ignore_file
    to excfile_add.
    
    * tests/exclude19.at: New test.
    * tests/exclude20.at: New test.
    * tests/Makefile.am: Add new tests.
    * tests/testsuite.at: Add new tests.

    Changed files

    • src/exclist.c
    • tests/Makefile.am
    • tests/exclude18.at
    • tests/exclude19.at
    • tests/exclude20.at
    • tests/testsuite.at