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

Builder memcached-solaris10-amd64 Build #322

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-memcached-solaris10-amd64' 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 ...' ( 7 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-amd64 slave
buildername memcached-solaris10-amd64 Builder
buildnumber 322 Build
codebase Build
got_revision 2a903f04d1b395cd60c1b7357a9b733e19eb7973 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 2a903f04d1b395cd60c1b7357a9b733e19eb7973 Build
scheduler schedule-memcached-solaris10-amd64 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/memcached-solaris10-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. dormando

Timing:

StartFri Feb 25 21:51:27 2022
EndFri Feb 25 21:51:44 2022
Elapsed17 secs

All Changes:

:

  1. Change #147867

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 25 Feb 2022 07:34:33
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 2a903f04d1b395cd60c1b7357a9b733e19eb7973

    Comments

    proxy: add ring_hash builtin
    this is ketama-based, with options for minor compat changes with major
    libraries.
    
    does _not_ support weights. The weights bits in the original ketama
    broke the algorithm, as changing the number of points would shift
    unrelated servers when the list changes.
    
    this also changes backends to take a "name" specifically, instead of an
    "ip address". Though note if supplying a hostname instead of an IP there
    might be inline DNS lookups on reconnects.

    Changed files

    • Makefile.am
    • devtools/clean-whitespace.pl
    • logger.c
    • md5.c
    • md5.h
    • proxy.h
    • proxy_lua.c
    • proxy_network.c
    • proxy_ring_hash.c
    • t/startfile.lua
    • t/whitespace.t