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

Builder memcached-solaris10-amd64 Build #246

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revision4f2753909324c3532836926de647c301a1407f05
Got Revision4f2753909324c3532836926de647c301a1407f05
Changes2 changes

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' ( 7 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 12 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 1 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 246 Build
codebase Build
got_revision 4f2753909324c3532836926de647c301a1407f05 Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 4f2753909324c3532836926de647c301a1407f05 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:

StartFri May 1 02:36:59 2020
EndFri May 1 02:37:23 2020
Elapsed23 secs

All Changes:

:

  1. Change #106763

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 01 May 2020 02:34:10
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 97e8ebd82fc7ac142a30bd0740cd60bc37b8c8bc

    Comments

    Pull in BE-compatible crc32c
    with my qemu-mips test the CRC fails and the items are never fetched,
    this updated crc32c seems to fix that.

    Changed files

    • crc32c.c
    • crc32c.h
    • memcached.c
  2. Change #106764

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Fri 01 May 2020 02:34:17
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 4f2753909324c3532836926de647c301a1407f05

    Comments

    Disable aarch64 hw crc32 function for now
    Also re-adds the start time detection of intel instruction.
    
    I never got a proper test platform for the ARM bits and it's been stuck
    as a configure flag. I'd be happy to add it back if that situation
    changes.

    Changed files

    • configure.ac
    • crc32c.c
    • crc32c.h
    • memcached.c