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

Builder curl-unthreaded-solaris10-i386 Build #15985

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 45 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15985 Build
codebase Build
got_revision 88024c6d39db0a7797f12a386cad38ec1e155e32 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 88024c6d39db0a7797f12a386cad38ec1e155e32 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Nov 18 11:48:09 2025
EndTue Nov 18 11:56:55 2025
Elapsed8 mins, 45 secs

All Changes:

:

  1. Change #249240

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 18 Nov 2025 11:37:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 88024c6d39db0a7797f12a386cad38ec1e155e32

    Comments

    tool_getparam: verify that a file exists for some options
    Passing the option as-is to libcurl is fine, but checking that the file
    exists allows the tool to better provide a helpful message.
    
    This now done for the following options:
    
      --cacert, --crlfile, --knownhosts, --netrc-file, --proxy-cacert amd
      --proxy-crlfile
    
    Bonus: bail out properly on OOM errors in the --cert parser.
    
    Reported-by: Wesley Moore
    Fixes #19583
    Closes #19585

    Changed files

    • src/tool_getparam.c
    • src/tool_getparam.h
    • tests/data/test305
    • tests/data/test404
    • tests/data/test697
    • tests/tunit/tool1394.c