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

Builder memcached-solaris10-amd64 Build #261

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-memcached-solaris10-amd64' 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 ...' ( 6 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 0 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 261 Build
codebase Build
got_revision 6b319c8c7a29e9c353dec83dc92f01905f6c8966 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 6b319c8c7a29e9c353dec83dc92f01905f6c8966 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:

StartTue Oct 27 00:40:11 2020
EndTue Oct 27 00:40:25 2020
Elapsed13 secs

All Changes:

:

  1. Change #117047

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Tue 27 Oct 2020 00:29:07
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 6b319c8c7a29e9c353dec83dc92f01905f6c8966

    Comments

    udp: crash fix when receiving multi-packet uploads
    multi-packet sets aren't supported in UDP. It was trying to write an
    error message in response, but no mc_resp object was initialized at the
    time, leading to a null reference crash.
    
    Instead drop the packet quietly since that's a pretty fatal bug anyway
    and keeps the parser simplified.
    
    For credits see accompanying release notes.

    Changed files

    • memcached.c