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

Builder curl-threaded-solaris11-sparc Build #4605

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. x2018

Timing:

StartFri Nov 7 14:04:33 2025
EndFri Nov 7 15:27:44 2025
Elapsed1 hrs, 23 mins, 10 secs

All Changes:

:

  1. 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
  2. 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
  3. 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