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

Builder curl-ares-solaris10-i386 Build #4543

Results:

Exception git

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4543 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 941cda6f8d9aea37d7d41a8829243eafd07f5236 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSat Sep 26 11:25:04 2026
EndSat Sep 26 16:14:11 2026
Elapsed4 hrs, 49 mins, 7 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