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

Builder diffutils-solaris10-i386 Build #188

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectdiffutils
Repositorygit://git.savannah.gnu.org/diffutils.git
Branchmaster
Revision7a32628d4d7b7c6ce34111d5220438b678b9bbd3
Got Revision7a32628d4d7b7c6ce34111d5220438b678b9bbd3
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 41 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' failed ( 0 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake all' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. gnulib-tests_test-suite.log
    3. tests_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/diffutils-solaris10-i386 slave
buildername diffutils-solaris10-i386 Builder
buildnumber 188 Build
codebase Build
got_revision 7a32628d4d7b7c6ce34111d5220438b678b9bbd3 Git
project diffutils Build
repository git://git.savannah.gnu.org/diffutils.git Build
revision 7a32628d4d7b7c6ce34111d5220438b678b9bbd3 Build
scheduler schedule-diffutils-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/diffutils-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jim Meyering

Timing:

StartMon Feb 3 02:35:12 2025
EndMon Feb 3 02:35:57 2025
Elapsed44 secs

All Changes:

:

  1. Change #220237

    Category diffutils
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 02 Feb 2025 20:23:56
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision ea7c073d2d6bd98ca0f3fda15291d1db0953e59f

    Comments

    maint: once again distribute .tar.gz files
    * configure.ac: Reenable distribution of gzip-compressed tarballs,
    to help reduce the size of the Guix seed, as discussed at
    https://lists.gnu.org/r/coreutils/2020-02/msg00042.html and
    https://lists.gnu.org/r/sed-devel/2020-01/msg00013.html
    * NEWS (Release): Mention this.
    Requested by Nicolas Boos

    Changed files

    • NEWS
    • configure.ac
  2. Change #220238

    Category diffutils
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Mon 03 Feb 2025 02:03:47
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 7a32628d4d7b7c6ce34111d5220438b678b9bbd3

    Comments

    tests: avoid test failure due to inadequate Solaris 10 tr
    * tests/init.cfg (require_utf8_locale_): Solaris 10's /usr/bin/tr
    silently malfunctions with multibyte input, so attempt to find a
    better one, trying /usr/xpg4/bin/tr and "gtr".
    Failing that, skip the test.  Reported by Collin Funk in
    https://lists.gnu.org/r/diffutils-devel/2025-02/msg00004.html

    Changed files

    • tests/init.cfg