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

Builder memcached-solaris10-sparcv9 Build #313

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 41 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 36 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 7 secs )
    1. stdio
  5. shell_3 'gmake test' failed ( 9 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 313 Build
codebase Build
got_revision 774630ea7a8f5a60f28af076df838d2f12eadc37 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 774630ea7a8f5a60f28af076df838d2f12eadc37 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 Feb 17 19:21:27 2022
EndThu Feb 17 19:23:08 2022
Elapsed1 mins, 41 secs

All Changes:

:

  1. Change #147556

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Thu 17 Feb 2022 19:12:08
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 774630ea7a8f5a60f28af076df838d2f12eadc37

    Comments

    proxy: await improvements
    Adds MCP_AWAIT_* options as 4th argument. If waiting for a subset of
    requests instead of all requests, the 4th argument can specify what type
    of responses are considered valid.
    
    Also now includes _all_ observed results in the result table, when a
    specific number of "good" results are requested. The caller is supposed
    to filter for its intent. This allows observation of error codes if all
    requested results fail or it otherwise fails to meet its result
    conditions (via AWAIT_*)

    Changed files

    • proto_proxy.c