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

Builder memcached-solaris10-sparcv9 Build #287

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 37 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 30 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 6 secs )
    1. stdio
  5. shell_3 'gmake test' failed ( 7 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 287 Build
codebase Build
got_revision d0fe0d591b5e9265131ad7371c51dd9b27f634f5 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision d0fe0d591b5e9265131ad7371c51dd9b27f634f5 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:

StartTue Aug 10 02:18:51 2021
EndTue Aug 10 02:20:17 2021
Elapsed1 mins, 25 secs

All Changes:

:

  1. Change #139813

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Tue 10 Aug 2021 00:43:03
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision d0fe0d591b5e9265131ad7371c51dd9b27f634f5

    Comments

    logger: simplify logging code
    Adding a new type of log entry required updating code in a bunch of
    places. Now we use callbacks in the entry structure instead, cutting
    down the code and some awkwardness. Should also make it easier for
    plugins/extra systems to add log entries.
    
    Moving the writer/parsers to their own section makes the actual logging
    code easier to follow, as an added bonus.

    Changed files

    • logger.c
    • logger.h