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

Builder memcached-solaris10-i386 Build #275

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revisionb2cee81823ba32adf09a6666d92aee56a8d98056
Got Revisionb2cee81823ba32adf09a6666d92aee56a8d98056
Changes1 change

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' ( 3 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 5 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 1 secs )
    1. stdio
  5. shell_3 'gmake test' failed ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot/slave/memcached-solaris10-i386 slave
buildername memcached-solaris10-i386 Builder
buildnumber 275 Build
codebase Build
got_revision b2cee81823ba32adf09a6666d92aee56a8d98056 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision b2cee81823ba32adf09a6666d92aee56a8d98056 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. dormando

Timing:

StartFri Nov 20 21:29:54 2020
EndFri Nov 20 21:30:08 2020
Elapsed14 secs

All Changes:

:

  1. Change #118233

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 20 Nov 2020 21:19:56
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision b2cee81823ba32adf09a6666d92aee56a8d98056

    Comments

    item crawler hash table walk mode
    specifying 'hash' instead of 'all' will make the LRU crawler iterate
    over ever bucket in the hash table once, instead of what's in the LRU.
    This also doesn't suffer from missing items because of LRU reordering
    or high lock contention.

    Changed files

    • assoc.c
    • assoc.h
    • crawler.c
    • doc/protocol.txt
    • t/lru-crawler.t