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

Builder curl-ares-solaris11-i386 Build #4692

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision92f66f023485738080bc7d0a72ef613940544521
Got Revision92f66f023485738080bc7d0a72ef613940544521
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Timing:

StartFri Feb 27 18:11:12 2026
EndFri Feb 27 20:58:05 2026
Elapsed2 hrs, 46 mins, 53 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
  3. Change #259228

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Feb 2026 16:04:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 92f66f023485738080bc7d0a72ef613940544521

    Comments

    appveyor: minor improvements [ci skip]
    - make per-job cmake options override default ones (as in GHA)
    - also upload `.lib` artifacts (in commented code)
    
    Cherry-picked from #20750

    Changed files

    • appveyor.sh
    • appveyor.yml