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

Builder memcached-solaris10-i386 Build #287

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kevin Lin

Timing:

StartSat Aug 7 10:18:56 2021
EndSat Aug 7 10:19:12 2021
Elapsed16 secs

All Changes:

:

  1. Change #139669

    Category memcached
    Changed by Kevin Lin <developerohnoyoudont@kevinlin.info>
    Changed at Sat 07 Aug 2021 10:16:14
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 617d7cd64d04698b76fee74882627690017e20ad

    Comments

    Implement LOG_CONNEVENTS watcher flag for connection state transitions
    Add support for `watch connevents` to report opened (`conn_new`)
    and closed (`conn_close`) client connections. Event log lines indicate
    the connection's remote IP, remote port, and transport type.
    `conn_close` events additionally supply a reason for the closing the
    connection.

    Changed files

    • doc/protocol.txt
    • logger.c
    • logger.h
    • memcached.c
    • memcached.h
    • proto_bin.c
    • proto_text.c
    • t/watcher.t