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

Builder memcached-solaris10-sparc Build #315

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot-unstable10s/slave/memcached-solaris10-sparc slave
buildername memcached-solaris10-sparc Builder
buildnumber 315 Build
codebase Build
got_revision 34e0359d4de223d8cde4166f7d10ae352d7ebfdf Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 34e0359d4de223d8cde4166f7d10ae352d7ebfdf Build
scheduler schedule-memcached-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/memcached-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. dormando

Timing:

StartMon Feb 21 20:01:34 2022
EndMon Feb 21 20:03:02 2022
Elapsed1 mins, 27 secs

All Changes:

:

  1. Change #147691

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 18 Feb 2022 20:23:08
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision d85c379d74d92f8e9bd7ccf1ca57520f485a24f0

    Comments

    proxy: documentation updates

    Changed files

    • doc/protocol.txt
    • memcached.c
  2. Change #147693

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Sat 19 Feb 2022 01:13:52
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 34e0359d4de223d8cde4166f7d10ae352d7ebfdf

    Comments

    proxy: pull chunks into individual c files
    now's a good time to at least shove functional subsections of code into
    their own files. Some further work to clearly separate the API's will
    help but looks not too terrible.
    
    Big bonus is getting the backend handling code away from the frontend
    handling code, which should make it easier to follow.

    Changed files

    • Makefile.am
    • proto_proxy.c
    • proxy.h
    • proxy_await.c
    • proxy_config.c
    • proxy_jump_hash.c
    • proxy_lua.c
    • proxy_network.c
    • proxy_request.c
    • proxy_ustats.c
    • proxy_xxhash.c