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

Builder curl-unthreaded-solaris10-i386 Build #16127

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 56 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16127 Build
codebase Build
got_revision fe7703a0b398458eea2023ae802320eb1c5e401e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fe7703a0b398458eea2023ae802320eb1c5e401e Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrick Monnerat

Timing:

StartThu Dec 4 16:28:14 2025
EndThu Dec 4 16:37:09 2025
Elapsed8 mins, 55 secs

All Changes:

:

  1. Change #250940

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Thu 04 Dec 2025 16:17:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f39b8a11749dba677848ea1e7d2ed20f23f87f03

    Comments

    lib: add a Curl_bufref_uptr() function and use it
    Function Curl_bufref_ptr() now returns a const char *.
    New function Curl_bufref_uptr() returns a const unsigned char *.
    
    Usage and doc updated.
    
    Closes #19827

    Changed files

    • docs/internals/BUFREF.md
    • lib/bufref.c
    • lib/bufref.h
    • lib/curl_sasl.c
    • lib/http_ntlm.c
    • lib/imap.c
    • lib/pop3.c
    • lib/smtp.c
    • lib/vauth/cram.c
    • lib/vauth/digest.c
    • lib/vauth/gsasl.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
  2. Change #250941

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Thu 04 Dec 2025 16:17:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 36542b734966fce2ce5689d689a0e4922a103e50

    Comments

    lib: turn state.url into a struct bufref
    Closes #19827

    Changed files

    • lib/cookie.c
    • lib/curl_rtmp.c
    • lib/easy.c
    • lib/getinfo.c
    • lib/http.c
    • lib/http2.c
    • lib/ldap.c
    • lib/multi.c
    • lib/openldap.c
    • lib/setopt.c
    • lib/transfer.c
    • lib/url.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
  3. Change #250942

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Thu 04 Dec 2025 16:17:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2cb868242dc2ac9cd52ee64987ef51d5964a56f9

    Comments

    lib: turn state.referer into a struct bufref
    Closes #19827

    Changed files

    • lib/easy.c
    • lib/getinfo.c
    • lib/http.c
    • lib/rtsp.c
    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
  4. Change #250943

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Thu 04 Dec 2025 16:17:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fe7703a0b398458eea2023ae802320eb1c5e401e

    Comments

    formdata: use struct bufref for maybe-dynamic fields.
    Lengths are not stored in the structures, as they may be given before
    the data locations.
    
    Closes #19827

    Changed files

    • lib/formdata.c
    • lib/formdata.h