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

Builder memcached-solaris10-sparcv9 Build #271

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. dormando

Timing:

StartThu Nov 12 06:31:32 2020
EndThu Nov 12 06:34:16 2020
Elapsed2 mins, 43 secs

All Changes:

:

  1. Change #117880

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Thu 12 Nov 2020 06:23:35
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 2251d98cd7ecb7dd4b2f58fe9b97f5799eb39edc

    Comments

    extstore: use fcntl locking on disk file
    if you accidentally start memcached with the same options twice,
    extstore is initiated before the listener sockets and will happily
    truncate its own file.
    
    So this avoids that. Keep in mind any other process can still wipe the
    file clean!

    Changed files

    • extstore.c
    • t/extstore.t