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

Builder memcached-solaris10-i386 Build #256

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revisione86a585d5afabb26dcd7774ba2ec34ba01959c41
Got Revisione86a585d5afabb26dcd7774ba2ec34ba01959c41
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 7 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 12 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 1 secs )
    1. stdio
  5. shell_3 'gmake test' failed ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot/slave/memcached-solaris10-i386 slave
buildername memcached-solaris10-i386 Builder
buildnumber 256 Build
codebase Build
got_revision e86a585d5afabb26dcd7774ba2ec34ba01959c41 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision e86a585d5afabb26dcd7774ba2ec34ba01959c41 Build
scheduler schedule-memcached-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/memcached-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Mark Hagger
  2. dormando

Timing:

StartFri Jul 3 02:07:02 2020
EndFri Jul 3 02:07:27 2020
Elapsed25 secs

All Changes:

:

  1. Change #110826

    Category memcached
    Changed by Mark Hagger <mark.haggerohnoyoudont@grapeshot.com>
    Changed at Fri 03 Jul 2020 00:43:38
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 7bb69b80b1252d77766097567d1e1b40dd60775c

    Comments

    Improve page balancing when writes are bursty
    Extention to the existing slab reallocation model to better cope with eviction patterns that appear in short timeframe bursts.
    This means that if more than 25% of the total evictions in the window appear in this slab it becomes a candidate for
    needing more pages.

    Changed files

    • scripts/memcached-automove
  2. Change #110827

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 03 Jul 2020 01:55:26
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision e86a585d5afabb26dcd7774ba2ec34ba01959c41

    Comments

    Improve page balancing function (in-daemon)
    match the python changes for the scripts/memcached-automove copy of the
    algorithm.

    Changed files

    • slab_automove.c