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

Builder diffutils-solaris10-sparc Build #197

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 2 mins, 1 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-unstable10s/slave/diffutils-solaris10-sparc slave
buildername diffutils-solaris10-sparc Builder
buildnumber 197 Build
codebase Build
got_revision cdc6f1490f12d69c10ac0fc9f76adcd558f62a53 Git
project diffutils Build
repository git://git.savannah.gnu.org/diffutils.git Build
revision cdc6f1490f12d69c10ac0fc9f76adcd558f62a53 Build
scheduler schedule-diffutils-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/diffutils-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jim Meyering

Timing:

StartSun Feb 2 06:05:24 2025
EndSun Feb 2 06:07:35 2025
Elapsed2 mins, 10 secs

All Changes:

:

  1. Change #220192

    Category diffutils
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 02 Feb 2025 02:33:34
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 142a264d9d5b167ee91d0486653c61a0f9efb1cd

    Comments

    build: update gnulib to latest; and update bootstrap

    Changed files

    • bootstrap
    • gnulib
  2. Change #220193

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

    Comments

    maint: reflect gnulib module renamings
    * bootstrap.conf: Some gnulib modules are now deprecated, in
    favor of new names with a "-h" suffix (and stdbool->bool).
    Induce this change with the following:
      re='inttypes|signal|stdckdint|stdint|sys_types|sys_wait|unistd'
      perl -pi -e 's{^('"$re"')$}{$1-h};s{^stdbool$}{bool}' bootstrap.conf
    Then, sort the module names.

    Changed files

    • bootstrap.conf