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

Builder curl-ares-solaris11-sparc Build #4733

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Nov 21 16:48:04 2025
EndFri Nov 21 16:55:12 2025
Elapsed7 mins, 7 secs

All Changes:

:

  1. Change #249591

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 21 Nov 2025 16:42:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision acfcc2b28806a1be7e027205673b1a33618ddfb5

    Comments

    checksrc: ban `_tcsncpy`, `wcscpy`, `wcsncpy`
    Follow-up to eaa7651374898cef89e5783b0219bdffcc0eb60e #19589
    
    Closes #19641

    Changed files

    • scripts/checksrc.pl
  2. Change #249592

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 21 Nov 2025 16:45:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 18b94293133c1e035b5ac5b4fde854d1f17418a3

    Comments

    curlx: replace `mbstowcs`/`wcstombs` with `_s` counterparts (Windows)
    They are used in Windows-specific `fopen()`, `freopen`, `open()` and
    `curlx_get_winapi_error()` calls, and in `fix_excessive_path()` in
    Unicode builds.
    
    Refs:
    https://learn.microsoft.com/cpp/c-runtime-library/reference/mbstowcs-mbstowcs-l
    https://learn.microsoft.com/cpp/c-runtime-library/reference/mbstowcs-s-mbstowcs-s-l
    https://learn.microsoft.com/cpp/c-runtime-library/reference/wcstombs-wcstombs-l
    https://learn.microsoft.com/cpp/c-runtime-library/reference/wcstombs-s-wcstombs-s-l
    
    Also ban these functions via checksrc.
    
    Co-authored-by: Jay Satiro
    
    Closes #19581

    Changed files

    • lib/curl_setup.h
    • lib/curlx/fopen.c
    • lib/curlx/winapi.c
    • scripts/checksrc.pl