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

Builder curl-threaded-solaris10-sparc Build #3127

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4f807db155815800fde49c3ef8291a3f7c345429
Got Revision4f807db155815800fde49c3ef8291a3f7c345429
Changes6 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3127 Build
codebase Build
got_revision 4f807db155815800fde49c3ef8291a3f7c345429 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4f807db155815800fde49c3ef8291a3f7c345429 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Patrick Monnerat
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartTue Nov 25 11:34:33 2025
EndTue Nov 25 12:29:59 2025
Elapsed55 mins, 26 secs

All Changes:

:

  1. Change #249922

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 25 Nov 2025 10:59:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6069c340b42a2a4d05f5dc76c49cd3e20e09ccb7

    Comments

    tool_doswin: clear pointer when thread takes ownership
    Attempt to address #19675
    Closes #19689

    Changed files

    • src/tool_doswin.c
  2. Change #249923

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 25 Nov 2025 11:01:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ba65073037152555aae279a5ef8eae808e3e675e

    Comments

    speedlimit: also reset on send unpausing
    The low speedlimit currently counts both up- and download speed
    accumulated. So, when unpausing upload, also reset the counter.
    
    Closes #19687

    Changed files

    • lib/progress.c
    • lib/progress.h
    • lib/transfer.c
  3. Change #249924

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Tue 25 Nov 2025 11:05:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 92e6782d1f0dbf0f011fe01ecc4c17b4109561b2

    Comments

    doc: some returned in-memory data may not be altered
    Some public prototypes do not declare return values or out parameters as
    const where they should be. Avoid changing the public interface, but
    document those values as read-only.
    
    Closes #19692

    Changed files

    • docs/libcurl/curl_easy_escape.md
    • docs/libcurl/curl_easy_unescape.md
    • docs/libcurl/curl_escape.md
    • docs/libcurl/curl_getenv.md
    • docs/libcurl/curl_mprintf.md
    • docs/libcurl/curl_multi_get_handles.md
    • docs/libcurl/curl_pushheader_byname.md
    • docs/libcurl/curl_pushheader_bynum.md
    • docs/libcurl/curl_slist_append.md
    • docs/libcurl/curl_unescape.md
    • docs/libcurl/curl_url.md
    • docs/libcurl/curl_url_get.md
  4. Change #249925

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Tue 25 Nov 2025 11:05:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74bd3e2f98b26b283dbdb5af543e0c43e61a6155

    Comments

    slist: constify Curl_slist_append_nodup() string argument
    Although finally stored as a non-const pointer, the string is intended
    to be left unchanged.
    
    This change allows using the function without the need of a cast for
    const pointers.
    
    Closes #19692

    Changed files

    • lib/slist.c
    • lib/slist.h
  5. Change #249928

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 25 Nov 2025 11:11:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 62683ad3f49aeb60ab311cf52aacc5630116418a

    Comments

    curlx: replace `sprintf` with `snprintf`
    To avoid using a deprecated function on Windows.
    
    Also: de-dupe `SNPRINTF` definition in curlx.
    
    Closes #19681

    Changed files

    • lib/Makefile.inc
    • lib/curl_setup.h
    • lib/curlx/inet_ntop.c
    • lib/curlx/snprintf.h
    • lib/curlx/strerr.c
    • lib/curlx/winapi.c
    • src/Makefile.inc
  6. Change #249929

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 25 Nov 2025 11:11:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f807db155815800fde49c3ef8291a3f7c345429

    Comments

    INTERNALS.md: add more dependency versions and dates
    Closes #19691

    Changed files

    • docs/INTERNALS.md