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

Builder curl-ares-solaris11-sparc Build #5442

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 33 mins, 3 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5442 Build
codebase Build
got_revision 133b125b89af0df9cd8ff91c182a57f5dcda16ab Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 133b125b89af0df9cd8ff91c182a57f5dcda16ab 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. Daniel Stenberg

Timing:

StartThu Mar 12 10:35:28 2026
EndThu Mar 12 11:08:39 2026
Elapsed33 mins, 10 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