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

Builder memcached-solaris10-sparcv9 Build #228

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch next Build
builddir /export/home/buildbot-unstable10s/slave/memcached-solaris10-sparcv9 slave
buildername memcached-solaris10-sparcv9 Builder
buildnumber 228 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-sparcv9 Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/memcached-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. dormando

Timing:

StartSat Apr 11 04:26:46 2020
EndSat Apr 11 04:28:13 2020
Elapsed1 mins, 27 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