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

Builder memcached-solaris10-amd64 Build #321

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revisiona7b83d36ff7c6bbdb7783d352bb056554c83efcd
Got Revisiona7b83d36ff7c6bbdb7783d352bb056554c83efcd
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 ( 2 secs )
    1. stdio
  5. shell_3 'gmake test' failed ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot/slave/memcached-solaris10-amd64 slave
buildername memcached-solaris10-amd64 Builder
buildnumber 321 Build
codebase Build
got_revision a7b83d36ff7c6bbdb7783d352bb056554c83efcd Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision a7b83d36ff7c6bbdb7783d352bb056554c83efcd 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 Feb 25 03:31:29 2022
EndFri Feb 25 03:31:46 2022
Elapsed16 secs

All Changes:

:

  1. Change #147811

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 25 Feb 2022 03:21:00
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision a7b83d36ff7c6bbdb7783d352bb056554c83efcd

    Comments

    proxy: fix logger entry memory corruption
    wasn't setting e->size of the log entry, so the data would corrupt.
    
    think I need an assert on e->size not being set from the function?

    Changed files

    • logger.c