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

Builder memcached-solaris10-i386 Build #227

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 6 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 9 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 2 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-i386 slave
buildername memcached-solaris10-i386 Builder
buildnumber 227 Build
codebase Build
got_revision 651380cd4863033f4668f09c6a96819044e11f69 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 651380cd4863033f4668f09c6a96819044e11f69 Build
scheduler schedule-memcached-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/memcached-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. David Carlier

Timing:

StartSat Apr 11 02:26:49 2020
EndSat Apr 11 02:27:19 2020
Elapsed29 secs

All Changes:

:

  1. Change #105364

    Category memcached
    Changed by David Carlier <devnexenohnoyoudont@gmail.com>
    Changed at Sat 11 Apr 2020 02:23:16
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 651380cd4863033f4668f09c6a96819044e11f69

    Comments

    build: sasl build fix on FreeBSD
    on some systems (e.g. FreeBSD), shared libraries do not contain symbols
    thus build failing for wrong reasons.
    here just trying to compile dumb code to check it instead.

    Changed files

    • configure.ac