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

Builder curl-ares-solaris11-sparc Build #5499

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf2ba8f061363ac0f1c1aec71c25c2ffeb9dbefc5
Got Revisionf2ba8f061363ac0f1c1aec71c25c2ffeb9dbefc5
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 17 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 5499 Build
codebase Build
got_revision f2ba8f061363ac0f1c1aec71c25c2ffeb9dbefc5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f2ba8f061363ac0f1c1aec71c25c2ffeb9dbefc5 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
  2. Viktor Szakats

Timing:

StartFri Mar 20 17:52:41 2026
EndFri Mar 20 19:15:57 2026
Elapsed1 hrs, 23 mins, 16 secs

All Changes:

:

  1. Change #261767

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 16:55:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73a528834400e9ebfb20289edf79d1b0f749ec0d

    Comments

    unit1627.c: remove a newline

    Changed files

    • tests/unit/unit1627.c
  2. Change #261768

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 16:56:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9e179e4e529f64ef40ebb3999e43d89d6f96b1a

    Comments

    urldata: make speeder_c uint32
    This counter is meant to virtually never wrap.
    
    Follow-up to e3691612ea1
    
    Spotted by Codex Security
    
    Closes #21036

    Changed files

    • lib/urldata.h
  3. Change #261773

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 17:23:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 07c10f09a51379b772beeacc14606ae5cf0e0d10

    Comments

    tool_operhlp: fix `add_file_name_to_url()` result on OOM
    Return `CURLE_OUT_OF_MEMORY` instead of `CURLE_URL_MALFORMAT` when
    `curl_url()`, `curl_easy_escape()`, or `curl_maprintf()` calls failed.
    
    Found by Codex Security
    
    Also reuse deinit code from a success branch.
    
    Closes #21011

    Changed files

    • src/tool_operhlp.c
  4. Change #261774

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 17:24:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f2ba8f061363ac0f1c1aec71c25c2ffeb9dbefc5

    Comments

    protcol.h: fix the CURLPROTO_MASK
    It had an 'f' too few. Also provide CURLPROTO_WS* unconditionally
    internally, so that code can depend on them in all builds.
    
    Follow-up to cd5ca80f00d2d9f0fe7
    
    Spotted by Codex Security
    
    Test case 3219 added to catch this next time.
    
    Closes #21031

    Changed files

    • lib/protocol.h
    • tests/data/Makefile.am
    • tests/data/test3219
    • tests/unit/Makefile.inc
    • tests/unit/unit3219.c