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

Builder memcached-solaris10-i386 Build #282

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revision79d996979824ca974188fc589ed52f6fc0b21aeb
Got Revision79d996979824ca974188fc589ed52f6fc0b21aeb
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 ...' ( 6 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 1 secs )
    1. stdio
  5. shell_3 'gmake test' failed ( 3 secs )
    1. stdio

Build Properties:

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

StartThu Jun 10 01:48:43 2021
EndThu Jun 10 01:49:00 2021
Elapsed16 secs

All Changes:

:

  1. Change #128489

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Thu 10 Jun 2021 01:02:14
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 79d996979824ca974188fc589ed52f6fc0b21aeb

    Comments

    hash: add XXH3 to list of hash algorithms.
    needs more testing. in a "pure miss" test to help show hashing overhead,
    with four worker threads and large ascii multigets there is a measurable
    performance boost for longer keys. Very short keys (10-15 bytes) are
    about even.
    
    for 150ish byte keys 12m rps -> 13m rps roughly. Not too bad!
    
    need to test hash table distribution for large sets of keys before
    merging. need to consider if worth switching the defaults now or later.

    Changed files

    • Makefile.am
    • hash.c
    • hash.h
    • memcached.c
    • xxhash.h