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

Builder memcached-solaris10-amd64 Build #257

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revisione1bb1db06081d61e16ee42c791da22003357427b
Got Revisione1bb1db06081d61e16ee42c791da22003357427b
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot/slave/memcached-solaris10-amd64 slave
buildername memcached-solaris10-amd64 Builder
buildnumber 257 Build
codebase Build
got_revision e1bb1db06081d61e16ee42c791da22003357427b Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision e1bb1db06081d61e16ee42c791da22003357427b 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 Jul 3 00:48:43 2020
EndFri Jul 3 00:49:05 2020
Elapsed22 secs

All Changes:

:

  1. Change #110822

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 03 Jul 2020 00:37:44
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision e190205e239b0338f1b539dcd2372bdcdd67d5b3

    Comments

    main: split text protocol into proto_text.c
    export a lot of the connection handling code from memcached.c

    Changed files

    • Makefile.am
    • memcached.c
    • memcached.h
    • proto_text.c
    • proto_text.h
  2. Change #110823

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 03 Jul 2020 00:37:57
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision e1bb1db06081d61e16ee42c791da22003357427b

    Comments

    main: split binary protocol into proto_bin.c
    also some missed text bits.

    Changed files

    • Makefile.am
    • memcached.c
    • proto_bin.c
    • proto_bin.h
    • proto_text.c
    • proto_text.h