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

Builder curl-unthreaded-solaris11-sparc Build #5167

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4890074e68e3a4065b744ac99a854f95e7442b57
Got Revision4890074e68e3a4065b744ac99a854f95e7442b57
Changes1 change

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, 12 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 5167 Build
codebase Build
got_revision 4890074e68e3a4065b744ac99a854f95e7442b57 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4890074e68e3a4065b744ac99a854f95e7442b57 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. dEajL3kA

Timing:

StartWed Jan 21 09:06:36 2026
EndWed Jan 21 09:51:30 2026
Elapsed44 mins, 54 secs

All Changes:

:

  1. Change #255892

    Category curl
    Changed by dEajL3kA <Cumpoing79ohnoyoudont@web.de>
    Changed at Wed 21 Jan 2026 08:49:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4890074e68e3a4065b744ac99a854f95e7442b57

    Comments

    winapi: use FormatMessageA instead of FormatMessageW
    Use FormatMessageA() to get the error message as multibyte-character
    string (local codepage) directly, instead of using FormatMessageW()
    and then convert the string from Unicode (UTF-16) to multi-byte (local
    codepage) manually.
    
    Prior to this change we used FormatMessageW + conversion because some
    Windows CE did not have FormatMessageA. Since curl no longer supports
    Windows CE, FormatMessageA can be used.
    
    Closes https://github.com/curl/curl/pull/20261

    Changed files

    • lib/curlx/winapi.c