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

Builder memcached-solaris10-amd64 Build #290

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 290 Build
codebase Build
got_revision d63db64889952b160036e90bdb1eba024cf33712 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision d63db64889952b160036e90bdb1eba024cf33712 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:

StartMon Aug 9 23:18:50 2021
EndMon Aug 9 23:19:14 2021
Elapsed23 secs

All Changes:

:

  1. Change #139790

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Mon 09 Aug 2021 23:06:49
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision d63db64889952b160036e90bdb1eba024cf33712

    Comments

    logger: avoid polling without watchers
    Inspired by #768 - logger thread would wake up once per second looking
    for watchers or log entries, but without any watchers. Now sleeps on a
    condition.
    
    Note that if I ever actually get logger to syslog/stdout/stderr/etc
    working properly this will still always poll.

    Changed files

    • logger.c
    • logger.h