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

Builder curl-ares-solaris11-sparc Build #4327

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 1 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4327 Build
codebase Build
got_revision 16eac53dc91502f7ed2021319aa43da96c447cb4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 16eac53dc91502f7ed2021319aa43da96c447cb4 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. Daniel Stenberg

Timing:

StartThu Aug 7 17:02:00 2025
EndThu Aug 7 18:26:09 2025
Elapsed1 hrs, 24 mins, 9 secs

All Changes:

:

  1. Change #242375

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 Aug 2025 16:19:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 16eac53dc91502f7ed2021319aa43da96c447cb4

    Comments

    tool_writeout: check strftime() return code
    Because if it fails, the contents of the output buffer is undefined.
    
    Pointed out by CodeSonar
    
    Also polished the documentation
    
    Follow-up to fadc487567
    
    Closes #18220

    Changed files

    • docs/cmdline-opts/write-out.md
    • src/tool_writeout.c