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

Builder memcached-solaris10-amd64 Build #234

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 5 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 9 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 3 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 234 Build
codebase Build
got_revision bbc544e52b3044831387ec70bb63f7c6abba9b3b Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision bbc544e52b3044831387ec70bb63f7c6abba9b3b 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. Jefty Negapatan

Timing:

StartSun Apr 12 03:26:49 2020
EndSun Apr 12 03:27:11 2020
Elapsed21 secs

All Changes:

:

  1. Change #105423

    Category memcached
    Changed by Jefty Negapatan <jefty.devohnoyoudont@gmail.com>
    Changed at Sun 12 Apr 2020 03:04:38
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision bbc544e52b3044831387ec70bb63f7c6abba9b3b

    Comments

    Add build option to disable unix socket functionality.
    1. configure.ac - Add --disable-unix-socket to disable and define DISABLE_UNIX_SOCKET.
    2. memcached.* - Guard all unix socket-related codes with DISABLE_UNIX_SOCKET. Take note of negative checking (#ifndef DISABLE_UNIX_SOCKET instead of #ifdef UNIX_SOCKET). This is just to make sure that current code even without a config file is the default or supports unix socket.
    3. t/ - Check first if unix socket is supported before executing some unix socket-related tests.

    Changed files

    • configure.ac
    • memcached.c
    • t/binary.t
    • t/lib/MemcachedTest.pm
    • t/stats-conns.t
    • t/stats.t
    • t/unixsocket.t