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

Builder memcached-solaris10-i386 Build #283

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revision46bfa8292fa02fa87465908af18f6fefa153fa4d
Got Revision46bfa8292fa02fa87465908af18f6fefa153fa4d
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 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 ( 2 secs )
    1. stdio
  5. shell_3 'gmake test' failed ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot/slave/memcached-solaris10-i386 slave
buildername memcached-solaris10-i386 Builder
buildnumber 283 Build
codebase Build
got_revision 46bfa8292fa02fa87465908af18f6fefa153fa4d Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 46bfa8292fa02fa87465908af18f6fefa153fa4d 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. dormando

Timing:

StartSun Jul 25 23:38:56 2021
EndSun Jul 25 23:39:15 2021
Elapsed18 secs

All Changes:

:

  1. Change #130210

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Thu 10 Jun 2021 20:24:15
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision c6de7a1654b00220da9ec9d4d127387eeb771753

    Comments

    meta: repairs to mset command
    allows returning cas value of the new item on set.
    also fixes an extra space that was tagged onto the response line. which
    I had not noticed because all of the tests were looking for a space
    after the response line :( Bad copypasta from the metaget tests.

    Changed files

    • proto_text.c
    • t/metaget.t
  2. Change #130211

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Thu 10 Jun 2021 20:24:15
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 3d178cfd3241764acb789c166f1b0209457f2aff

    Comments

    meta: fix metaset syntax
    payload length is now part of the main command rather than a flag/token
    pair. This allows byte swallow to be more reliable in the case of a flag
    parsing error, and makes sets easier to parse and buffer for servers
    implementing the protocol.

    Changed files

    • doc/protocol.txt
    • proto_text.c
    • t/metaget.t
  3. Change #130212

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Thu 10 Jun 2021 20:24:15
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 6a1802cb2a180971c328d9820df23336eec72c0f

    Comments

    meta: response code OK -> HD
    I had the response code as "HD" in the past, but standardized on OK
    while merging a number of "OK-like" rescodes together. This was a
    mistake; as many "generic" memcached response codes use "OK". Most of
    these are management or specialized uncommon commands.
    
    With this, a client response parser can know for sure if a response is
    to a meta command, or some other command.
    
    `-o meta_response_old` starttime option has been added, valid for the
    next 3 months, which switches the response code back from HD to OK. In
    case any existing users depended on this and need time to migrate.

    Changed files

    • doc/protocol.txt
    • memcached.c
    • memcached.h
    • proto_text.c
    • t/metaget.t
  4. Change #130213

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Sun 25 Jul 2021 23:33:18
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 46bfa8292fa02fa87465908af18f6fefa153fa4d

    Comments

    meta: remove EXPERIMENTAL mark + doc fixes

    Changed files

    • doc/protocol.txt