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

Builder memcached-solaris10-amd64 Build #251

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 8 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 15 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-amd64 slave
buildername memcached-solaris10-amd64 Builder
buildnumber 251 Build
codebase Build
got_revision 7c2df4a70d3aa50dd507ee92a0af4e0279433988 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 7c2df4a70d3aa50dd507ee92a0af4e0279433988 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:

StartWed Jun 10 01:37:03 2020
EndWed Jun 10 01:37:37 2020
Elapsed33 secs

All Changes:

:

  1. Change #109407

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Wed 10 Jun 2020 01:30:00
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision d343e53b5a2f1dbab8ea79ea5d84a5937760e24b

    Comments

    net: carve response buffers from read buffers
    balancing start arguments for memory limits on read vs response buffers
    is hard. with this change there's a custom sub-allocator that cuts the
    small response objects out of larger read objects.
    
    it is somewhat complicated and has a few loops. the allocation path is
    short circuited as much as possible.

    Changed files

    • memcached.c
    • memcached.h
    • sizes.c
  2. Change #109408

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Wed 10 Jun 2020 01:30:05
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 7c2df4a70d3aa50dd507ee92a0af4e0279433988

    Comments

    net: remove most response obj cache related code
    accept but warn if the commandline is used. also keeps the oom counter
    distinct so users have a chance of telling what type of memory pressure
    they're under.

    Changed files

    • doc/protocol.txt
    • memcached.c
    • memcached.h
    • t/stats.t
    • thread.c