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

Builder memcached-solaris10-sparcv9 Build #310

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revisione03751b2c411dd69325cbb634ef6fc996a9518b2
Got Revisione03751b2c411dd69325cbb634ef6fc996a9518b2
Changes5 changes

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' ( 43 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 310 Build
codebase Build
got_revision e03751b2c411dd69325cbb634ef6fc996a9518b2 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision e03751b2c411dd69325cbb634ef6fc996a9518b2 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:

StartSat Feb 12 02:41:37 2022
EndSat Feb 12 02:43:21 2022
Elapsed1 mins, 43 secs

All Changes:

:

  1. Change #147323

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Sat 12 Feb 2022 01:48:33
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 28e5f566b4feec534855e369eb60ecdb6911b44a

    Comments

    proxy: add stats for commands seen
    added to "stats proxy" output. counters of commands seen at inbound.

    Changed files

    • memcached.h
    • proto_proxy.c
  2. Change #147324

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Sat 12 Feb 2022 01:48:33
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 3d3e67dd83f917575abfab15f1606d1fadad6e5b

    Comments

    proxy: logging improvements + lua mcp.log()
    adds watch commands for:
    proxycmds - internal raw timing log (tbd?)
    proxyevents - config updates, internal errors, etc
    proxyuser - logs generated by mcp.log()

    Changed files

    • logger.c
    • logger.h
    • proto_proxy.c
    • proto_text.c
    • t/startfile.lua
  3. Change #147325

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Sat 12 Feb 2022 01:48:33
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 58351cdc1d5da2be9a2b4402c987c3cc9478ac7a

    Comments

    proxy: add some basic logging for backend errors

    Changed files

    • logger.c
    • logger.h
    • proto_proxy.c
  4. Change #147326

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Sat 12 Feb 2022 01:48:33
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 0b35fb967a5088109d5237b00c8ef168a56a6f9a

    Comments

    proxy: track in-flight requests
    I wanted to do this via lua with some on-close hooks on the coroutine
    but this might work for now. not 100% sure I caught all of the incr/decr
    cases properly. Was trying to avoid hitting the counters too hard as
    well.

    Changed files

    • memcached.c
    • memcached.h
    • proto_proxy.c
  5. Change #147327

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Sat 12 Feb 2022 01:48:34
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision e03751b2c411dd69325cbb634ef6fc996a9518b2

    Comments

    proxy: enable backend_total stat

    Changed files

    • proto_proxy.c