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

Builder memcached-solaris10-amd64 Build #312

Results:

Failed shell_2 shell_3

SourceStamp:

Projectmemcached
Repositorygit://github.com/memcached/memcached.git
Branchnext
Revision55035dfec31cb7f3e1bfd6cf2100b8bf69d3838d
Got Revision55035dfec31cb7f3e1bfd6cf2100b8bf69d3838d
Changes5 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' ( 3 secs )
    1. stdio
  3. shell_1 './configure --enable-sasl ...' ( 6 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 2 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 312 Build
codebase Build
got_revision 55035dfec31cb7f3e1bfd6cf2100b8bf69d3838d Git
project memcached Build
repository git://github.com/memcached/memcached.git Build
revision 55035dfec31cb7f3e1bfd6cf2100b8bf69d3838d 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. Baptiste Mille-Mathias
  2. Gabe Van Engel
  3. Tomas Korbar
  4. dormando

Timing:

StartWed Feb 9 22:01:31 2022
EndWed Feb 9 22:01:46 2022
Elapsed15 secs

All Changes:

:

  1. Change #147223

    Category memcached
    Changed by Gabe Van Engel <gabeohnoyoudont@schizoid.net>
    Changed at Wed 09 Feb 2022 21:29:46
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision c22c46474ab0637ef76c98e4a7efbe3b9ae7652f

    Comments

    Fix integer overflow in hashsize calculation.
    Remove use of confusing ub4 type in hashsize calculation, which actually needs to be greater than 4 byte.
    
    Remove unused ub4 and ub1 typedefs.

    Changed files

    • assoc.c
  2. Change #147224

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Wed 09 Feb 2022 21:43:29
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision f393a1aaccc8dbdc31095123fb54ae65782ea00a

    Comments

    Fix more int overflow issues in hashtable
    Previous commit fixes the main hash addressing, this adds further
    repairs to hash expansion and hash table walker.
    
    HASHPOWER_MAX stays at 32, since the computed hashvalue is 32bit and
    going beyond that would break things rather badly :)

    Changed files

    • assoc.c
  3. Change #147225

    Category memcached
    Changed by dormando <dormandoohnoyoudont@rydia.net>
    Changed at Wed 09 Feb 2022 21:52:26
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision cbb8efb4dd1c4d3c9a9f4dcfe82d6f9f28005df9

    Comments

    tests: repair race in maxconns.t test
    lsitener thread may not have actually accepted everything by the time we
    start closing them, so it might not show rejected connections.

    Changed files

    • t/maxconns.t
  4. Change #147226

    Category memcached
    Changed by Tomas Korbar <tkorbarohnoyoudont@redhat.com>
    Changed at Wed 09 Feb 2022 21:54:04
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 4df826aafdd6abf0fc483d52774047c3533206dc

    Comments

    Extend extbuf in try_read_command_binary function
    Extbuf needs to have 48 bytes because it is used
    for protocol_binary_request_incr union. Unions member
    message is alligned to 48 bytes.

    Changed files

    • proto_bin.c
  5. Change #147227

    Category memcached
    Changed by Baptiste Mille-Mathias <baptiste.millemathiasohnoyoudont@gmail.com>
    Changed at Wed 09 Feb 2022 21:55:14
    Repository git://github.com/memcached/memcached.git
    Project memcached
    Branch next
    Revision 55035dfec31cb7f3e1bfd6cf2100b8bf69d3838d

    Comments

    restart: fix typo in error message
    valiate -> validate

    Changed files

    • restart.c