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

Builder curl-unthreaded-solaris11-sparc Build #5372

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 11 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-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5372 Build
codebase Build
got_revision 7a08c5d820fcf237688562a237a05000214db789 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7a08c5d820fcf237688562a237a05000214db789 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Feb 27 16:06:21 2026
EndFri Feb 27 17:14:01 2026
Elapsed1 hrs, 7 mins, 40 secs

All Changes:

:

  1. Change #259225

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Feb 2026 15:57:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa8bd1cc09125b368d4295c19331bf33e2d0c602

    Comments

    mprintf: use `_snprintf()` when compiled with VS2013 and older
    To support floats and doubles when using these old compilers.
    
    Before this patch, these tests most likely failed with them:
    ```
    FAIL 557: 'curl_mprintf() testing' printf, unittest
    FAIL 566: 'HTTP GET with CURLINFO_CONTENT_LENGTH_DOWNLOAD and 0 bytes transfer' HTTP, HTTP GET
    FAIL 599: 'HTTP GET with progress callback and redirects changing content sizes' HTTP, HTTP POST, chunked Transfer-Encoding
    FAIL 1148: 'progress-bar' HTTP, progressbar
    ```
    
    Also:
    - mention `_snprintf()` in the `_CRT_SECURE_NO_WARNINGS` comment.
    
    Follow-up to 7de35515d90d364e851cdde712062b942d6bf36a #20218
    
    Closes #20761

    Changed files

    • lib/curl_setup.h
    • lib/mprintf.c
  2. Change #259226

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Feb 2026 15:57:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a08c5d820fcf237688562a237a05000214db789

    Comments

    ldap: silence clang-tidy v22 warning
    Closes #20762

    Changed files

    • lib/ldap.c