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

Builder curl-threaded-solaris11-i386 Build #5430

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 43 mins, 57 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5430 Build
codebase Build
got_revision 941cda6f8d9aea37d7d41a8829243eafd07f5236 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 941cda6f8d9aea37d7d41a8829243eafd07f5236 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSat Sep 26 09:38:03 2026
EndSat Sep 26 11:23:39 2026
Elapsed1 hrs, 45 mins, 36 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