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

Builder memcached-solaris10-sparcv9 Build #280

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot-unstable10s/slave/memcached-solaris10-sparcv9 slave
buildername memcached-solaris10-sparcv9 Builder
buildnumber 280 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-sparcv9 Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/memcached-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. dormando

Timing:

StartThu Jun 10 01:48:44 2021
EndThu Jun 10 01:50:37 2021
Elapsed1 mins, 52 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