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

Builder curl-threaded-solaris10-sparc Build #3074

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 16 mins, 34 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3074 Build
codebase Build
got_revision 88024c6d39db0a7797f12a386cad38ec1e155e32 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 88024c6d39db0a7797f12a386cad38ec1e155e32 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Nov 18 12:41:20 2025
EndTue Nov 18 13:38:04 2025
Elapsed56 mins, 43 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