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

Builder curl-ares-solaris10-i386 Build #3711

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf77c574445532e3c17e624fe4965b8aae4a8c45e
Got Revisionf77c574445532e3c17e624fe4965b8aae4a8c45e
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 10 mins, 30 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3711 Build
codebase Build
got_revision f77c574445532e3c17e624fe4965b8aae4a8c45e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f77c574445532e3c17e624fe4965b8aae4a8c45e 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
  2. Viktor Szakats

Timing:

StartFri Nov 7 11:54:26 2025
EndFri Nov 7 21:14:37 2025
Elapsed9 hrs, 20 mins, 10 secs

All Changes:

:

  1. Change #247832

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Nov 2025 08:15:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 684af00181145e08e6cb287d09ecdf29ee7450ab

    Comments

    setopt: when setting bad protocols, don't store them
    Both CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STR would
    previously return error on bad input but would wrongly still store and
    keep the partial (unacceptable) result in the handle.
    
    Closes #19389

    Changed files

    • lib/setopt.c
  2. Change #247870

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Nov 2025 11:09:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a6eaa67c5582155e5d5149b0ff33d11b166ee41a

    Comments

    mbedtls: fix potential use of uninitialized `nread`
    When Curl_conn_cf_recv() returns error, the variable might not be
    assigned and the tracing output may (harmlessly) use it uninitialized.
    
    Also add a comment about the typecast from size_t to int being fine.
    
    Pointed out by ZeroPath
    
    Closes #19393

    Changed files

    • lib/vtls/mbedtls.c
  3. Change #247871

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Nov 2025 11:12:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40b1724f58311a472b195dedd269deb1fd84405e

    Comments

    tool: consider (some) curl_easy_setopt errors fatal
    Instead of happily ignoring return codes.
    
    Calls that allocate data, like duplicating strings, can fail because of
    lack of memory which could then leave the option unset and curl would
    unknowingly continue (if the memory shortage was momentary).
    
    Closes #19385

    Changed files

    • src/config2setopts.c
    • src/tool_findfile.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • src/tool_ssls.c
  4. Change #247875

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 07 Nov 2025 11:36:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f77c574445532e3c17e624fe4965b8aae4a8c45e

    Comments

    renovate: update ruff less often
    `ruff` seems to be getting a new release every week. Make renovate bump
    it once every month.
    
    Closes #19392

    Changed files

    • renovate.json