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

Builder memcached-solaris10-sparcv9 Build #275

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 41 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 34 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 6 secs )
    1. stdio
  5. shell_3 'gmake test' failed ( 14 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 275 Build
codebase Build
got_revision c472369fed5981ba8c004d426cee62d5165c47ca Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision c472369fed5981ba8c004d426cee62d5165c47ca 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:

StartSat Nov 21 00:50:01 2020
EndSat Nov 21 00:51:43 2020
Elapsed1 mins, 41 secs

All Changes:

:

  1. Change #118248

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Sat 21 Nov 2020 00:40:12
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision c472369fed5981ba8c004d426cee62d5165c47ca

    Comments

    improve shutdown tests
    new tests were flaky for slow systems; for some reason writing to the
    closet socket would exit prove instead of throw any kind of error.
    Instead we check that the child pid actually exits and loop a bit to
    avoid the race.

    Changed files

    • t/lib/MemcachedTest.pm
    • t/shutdown.t