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

Builder memcached-solaris10-sparcv9 Build #311

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revision7e58c6dd333b03e2cd7f1b1ef286da39f1a67fc3
Got Revision7e58c6dd333b03e2cd7f1b1ef286da39f1a67fc3
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' ( 47 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 36 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 8 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 311 Build
codebase Build
got_revision 7e58c6dd333b03e2cd7f1b1ef286da39f1a67fc3 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 7e58c6dd333b03e2cd7f1b1ef286da39f1a67fc3 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:

StartMon Feb 14 19:21:25 2022
EndMon Feb 14 19:23:14 2022
Elapsed1 mins, 48 secs

All Changes:

:

  1. Change #147415

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Mon 14 Feb 2022 19:08:56
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 7e58c6dd333b03e2cd7f1b1ef286da39f1a67fc3

    Comments

    proxy: fix crash on `stats proxy` sans user stats
    Fix is a little subtle: there's a race condition when a user stat is
    added to the global context but the worker threads aren't updated yet.
    So we check that the context in the user thread has enough stats slots
    to iterate, and that the user thread has stats at all.

    Changed files

    • proto_proxy.c