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

Builder memcached-solaris10-sparc Build #276

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot-unstable10s/slave/memcached-solaris10-sparc slave
buildername memcached-solaris10-sparc Builder
buildnumber 276 Build
codebase Build
got_revision 585d03f198c5907c9a07f97fa89bb7b9851a874e Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 585d03f198c5907c9a07f97fa89bb7b9851a874e Build
scheduler schedule-memcached-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/memcached-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. dormando

Timing:

StartFri Dec 11 22:59:56 2020
EndFri Dec 11 23:01:30 2020
Elapsed1 mins, 33 secs

All Changes:

:

  1. Change #119375

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 11 Dec 2020 22:55:21
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 585d03f198c5907c9a07f97fa89bb7b9851a874e

    Comments

    core: support malloc'ed blobs for body read
    conn_nread state handles c->item like an item, but allow it to be a
    temporary malloced blob via setting c->item_malloced = true.
    
    to be used for buffering value reads in the proxy code.

    Changed files

    • memcached.c
    • memcached.h