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

Builder curl-unthreaded-solaris11-sparc Build #6497

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 31 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 6497 Build
codebase Build
got_revision 941cda6f8d9aea37d7d41a8829243eafd07f5236 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 941cda6f8d9aea37d7d41a8829243eafd07f5236 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. Daniel Stenberg

Timing:

StartSat Sep 26 09:38:04 2026
EndSat Sep 26 10:30:22 2026
Elapsed52 mins, 18 secs

All Changes:

:

  1. Change #283250

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 26 Sep 2026 11:12:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 941cda6f8d9aea37d7d41a8829243eafd07f5236

    Comments

    mprintf: make mprintf() and mfprintf() return -1 on error
    Previously they returned the number of characters it output at the time
    of the error, but that is not only contrary to what POSIX does, it also
    makes it next to impossible for a caller to know when for example the
    output failed because out of disk space or similar.
    
    Verified by test 2380
    Closes #23112

    Changed files

    • docs/libcurl/curl_mprintf.md
    • lib/mprintf.c
    • tests/data/Makefile.am
    • tests/data/test2380
    • tests/libtest/Makefile.inc
    • tests/libtest/lib2380.c