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

Builder memcached-solaris10-amd64 Build #232

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot/slave/memcached-solaris10-amd64 slave
buildername memcached-solaris10-amd64 Builder
buildnumber 232 Build
codebase Build
got_revision 543d206341dc58070be36bbda61f32ebd677fb8c Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 543d206341dc58070be36bbda61f32ebd677fb8c 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:

StartSat Apr 11 04:26:48 2020
EndSat Apr 11 04:27:09 2020
Elapsed21 secs

All Changes:

:

  1. Change #105367

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Sat 11 Apr 2020 04:21:28
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 543d206341dc58070be36bbda61f32ebd677fb8c

    Comments

    fix extstore reads for OSX/cygwin
    pread[v]() is missing on some platforms. We had a test added to build
    under OS X, but the lseek arguments were swapped and tests would've
    never passed. I never force-tested the replacement code until checking
    this out for a cygwin build error :(

    Changed files

    • configure.ac
    • extstore.c