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

Builder memcached-solaris10-sparc Build #270

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartThu Nov 12 00:59:55 2020
EndThu Nov 12 01:01:26 2020
Elapsed1 mins, 31 secs

All Changes:

:

  1. Change #117879

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Thu 12 Nov 2020 00:50:08
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 19aac5aeca5aaf588dc58d5c04264c6be14ff7c0

    Comments

    portability fix for getsubopt
    in the deferred IO patch I'd cribbed some code from another PR which
    turned out to use a non-portable return state from getsubopt. On BSD
    systems the subopts_value string is simply empty on a non-match.
    
    Fixing this portably looks gross but I couldn't come up with a better
    option... and frankly if we're going to pass options through DSO
    submodules in the future this is better anyway.

    Changed files

    • memcached.c