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

Builder curl-ares-solaris11-i386 Build #4225

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 29 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 4225 Build
codebase Build
got_revision f1f76e0ea83921000f228ce49748047e33e1e46d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f1f76e0ea83921000f228ce49748047e33e1e46d 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

Timing:

StartThu Dec 4 23:08:14 2025
EndThu Dec 4 23:16:07 2025
Elapsed7 mins, 52 secs

All Changes:

:

  1. Change #251012

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 04 Dec 2025 22:59:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a1531261b1ed6d0936646794cc169eb6f55bf3ff

    Comments

    CURLMOPT_SOCKETFUNCTION.md: fix the callback argument use
    The example code does not use curl_multi_assign(), but its callback
    function used socketp (called sockp in the function) to get the struct
    priv pointer instead of the correct clientp (cbp).
    
    Reported-by: Greg Hudson
    Fixes #19840
    Closes #19841

    Changed files

    • docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md
  2. Change #251013

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 04 Dec 2025 23:01:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1f76e0ea83921000f228ce49748047e33e1e46d

    Comments

    url: if curl_url_get() fails due to OOM, error out properly
    Even if the scheme is "file"!
    
    Closes #19838

    Changed files

    • lib/url.c