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

Builder memcached-solaris10-amd64 Build #247

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 7 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 16 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 1 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 247 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-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 May 1 21:06:53 2020
EndFri May 1 21:07:30 2020
Elapsed36 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