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

Builder curl-ares-solaris11-i386 Build #4004

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 58 mins, 9 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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4004 Build
codebase Build
got_revision 891714acb4b1a9ebff9c6f773c07f9bcd909efef Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 891714acb4b1a9ebff9c6f773c07f9bcd909efef Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. x2018

Timing:

StartFri Nov 7 14:05:00 2025
EndFri Nov 7 16:49:46 2025
Elapsed2 hrs, 44 mins, 46 secs

All Changes:

:

  1. 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
  2. Change #247887

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 07 Nov 2025 12:58:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2684af257e7fc4369e4ac1d45b4e303859259677

    Comments

    osslq: code readability
    - remove assertions that are unnecessary
    - lookup stream after assertions
    
    Closes #19394

    Changed files

    • lib/vquic/curl_osslq.c
  3. Change #247888

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Fri 07 Nov 2025 13:01:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 608d96694b392a96e448de266a41fc65607150b9

    Comments

    lib: refactor the type of funcs which have useless return and checks
    Some internal functions always return CURLE_OK.
    
    - Curl_http_proxy_get_destination() does that from bb4032a, (2 years
      ago) And the original inline code does not need to check the status.
    
    - Curl_wildcard_init() does that from e60fe20. (8 years ago)
    
    - Curl_initinfo() does that from a very beginning.
    
    - Curl_pgrsSetDownloadCounter() did not have a return before 914e49b,
      ad051e1 recovered its content (2 years ago) but did not completely
      recovered the changes related to it.
    
    - auth_digest_get_qop_values() does that from 676de7f.
    
    This directly changes their type to void and cleaned the remaining
    checks for their return value.
    
    Closes #19386

    Changed files

    • lib/cf-h2-proxy.c
    • lib/ftplistparser.c
    • lib/ftplistparser.h
    • lib/getinfo.c
    • lib/getinfo.h
    • lib/http_proxy.c
    • lib/http_proxy.h
    • lib/progress.c
    • lib/progress.h
    • lib/sendf.c
    • lib/telnet.c
    • lib/transfer.c
    • lib/vauth/digest.c
  4. Change #247889

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 07 Nov 2025 13:06:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 891714acb4b1a9ebff9c6f773c07f9bcd909efef

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES