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

Builder memcached-solaris10-amd64 Build #276

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. dormando

Timing:

StartFri Nov 13 02:39:56 2020
EndFri Nov 13 02:40:11 2020
Elapsed15 secs

All Changes:

:

  1. Change #117919

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 13 Nov 2020 02:34:29
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 2896cc6c49c2bcd064e00da8bdf0dcaf1a481e73

    Comments

    idle_timeout: avoid long hangs during shutdown
    the idle thread would sleep for up to the max timeout given before
    checking for active connections again. the new shutdown code waits on
    threads to be joined after a shutdown signal, which could end up
    hanging by the idle_timeout.
    
    this now instead uses a cond_timedwait call to allow a condition signal
    to wake up the thread to exit.
    
    this should be done for a few other threads that sleep without
    conditions (lru_maintainer?)

    Changed files

    • memcached.c