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

Builder curl-ares-solaris11-i386 Build #4746

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7a4fa90048e25c8c7941f91aa7b9bb6be633c4fa
Got Revision7a4fa90048e25c8c7941f91aa7b9bb6be633c4fa
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 7 mins, 24 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4746 Build
codebase Build
got_revision 7a4fa90048e25c8c7941f91aa7b9bb6be633c4fa Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7a4fa90048e25c8c7941f91aa7b9bb6be633c4fa Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Mar 12 11:36:49 2026
EndThu Mar 12 14:41:28 2026
Elapsed3 hrs, 4 mins, 38 secs

All Changes:

:

  1. Change #260774

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 10:30:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ed7bfcd17d8570a0c29c198c6ab002ae719f2eff

    Comments

    test1625: unit test for Curl_compareheader
    Follow-up to 2938cb72e5a7f0e661617b9bf6
    
    Closes #20901

    Changed files

    • .github/scripts/codespell.sh
    • .github/scripts/typos.toml
    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test1625
    • tests/unit/Makefile.inc
    • tests/unit/unit1625.c
  2. Change #260775

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 10:30:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 133b125b89af0df9cd8ff91c182a57f5dcda16ab

    Comments

    http: make Curl_compareheader handle multiple commas in header
    For robustness

    Changed files

    • lib/http.c
  3. Change #260783

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Mar 2026 10:49:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a4fa90048e25c8c7941f91aa7b9bb6be633c4fa

    Comments

    openssl: trace count of found / imported Windows native CA roots
    To help understanding what's happening on systems where native CA misses
    to verify legitimate public websites.
    
    Also:
    - drop a superfluous, hanging, `else`.
    
    Ref: #20897
    
    Closes #20899

    Changed files

    • lib/vtls/openssl.c