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

Builder memcached-solaris10-sparc Build #243

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. dormando

Timing:

StartFri May 1 21:06:52 2020
EndFri May 1 21:08:27 2020
Elapsed1 mins, 34 secs

All Changes:

:

  1. Change #106831

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 01 May 2020 21:03:28
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision f3c2aa653f779bde4e8d9b674ffe0fb817f36d6b

    Comments

    more flaky test fixes; crawler/restart
    the restart test used an 8 second TTL then a 10 second sleep. Due to
    how the clock works in memcached they can overlap. Now uses a 5 second
    TTL. Need a better mechanism for doing this...
    
    Crawler test is doing a sleep/retry since settings struct isn't
    synchronized with the thread stop.

    Changed files

    • t/lru-crawler.t
    • t/restart.t