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

Builder memcached-solaris10-sparcv9 Build #304

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 45 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 38 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 7 secs )
    1. stdio
  5. shell_3 'gmake test' failed ( 20 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 304 Build
codebase Build
got_revision d3d1ecb4e2bf715f0db48b07cd224fc346d97996 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision d3d1ecb4e2bf715f0db48b07cd224fc346d97996 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:

StartFri Jan 28 00:41:26 2022
EndFri Jan 28 00:43:28 2022
Elapsed2 mins, 1 secs

All Changes:

:

  1. Change #146584

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 28 Jan 2022 00:30:06
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision d3d1ecb4e2bf715f0db48b07cd224fc346d97996

    Comments

    proxy: fix bug when enabled but set not overridden
    if we're falling back to ascii protocol handling and that command relies
    on complete_nread_ascii, we were still landing in complete_nread_proxy.
    
    this is an incomplete fix as we should explicitly handle for a "bug" of
    having a nil coroutine here. Requires some restructuring so that's for
    v2.

    Changed files

    • proto_proxy.c