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

Builder curl-ares-solaris11-sparc Build #6458

Results:

Exception git

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7c43ea3101bf91d0503485f682102111cbdbfc40
Changes2 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6458 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 7c43ea3101bf91d0503485f682102111cbdbfc40 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Sep 17 12:47:19 2026
EndThu Sep 17 13:36:56 2026
Elapsed49 mins, 36 secs

All Changes:

:

  1. Change #282049

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 17 Sep 2026 14:06:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7da2175b6b8e011da97e0a4fcf41b1bcd7a3e275

    Comments

    u8_strset: rename and mask
    Move `uint-hashset.[ch]` to `u8_strset.[ch]` for clarity.
    
    Add `uint8_t slotmask` in struct to keep precomputed mask
    instead of array lookups.
    
    New member fits in "hole", struct size stays unchanged.
    
    Closes #22983

    Changed files

    • lib/Makefile.inc
    • lib/u8_strset.c
    • lib/u8_strset.h
    • lib/uint-hashset.c
    • lib/uint-hashset.h
    • lib/urldata.h
    • tests/data/test3211
    • tests/unit/unit3211.c
  2. Change #282050

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 17 Sep 2026 14:10:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c43ea3101bf91d0503485f682102111cbdbfc40

    Comments

    multi_ntfy: fix handling of more than 128 notifications in a batch
    When more than 128 notifications have queued up, e.g. more than one
    chunk is used, the iteration never reaches the second chunk and leaks
    its and subsequent chunks memory.
    
    Reported-By: Fengxiaoxx on github
    Fixes #22963
    Closes #22965

    Changed files

    • lib/multi_ntfy.c