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

Builder curl-threaded-solaris11-sparc Build #4403

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8c29a29addc279ef473f72568dcd96196d126025
Got Revision8c29a29addc279ef473f72568dcd96196d126025
Changes8 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 56 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 4403 Build
codebase Build
got_revision 8c29a29addc279ef473f72568dcd96196d126025 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8c29a29addc279ef473f72568dcd96196d126025 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. Viktor Szakats

Timing:

StartFri Aug 22 17:29:15 2025
EndFri Aug 22 18:54:10 2025
Elapsed1 hrs, 24 mins, 54 secs

All Changes:

:

  1. Change #243632

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 16:22:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 33572b851e06593ad26af3a957e63e1721173cd1

    Comments

    tool_urlglob: handle a zero length glob piece
    Follow-up to 034612cd515f249453a435f3d94b
    
    Add test 759 to verify
    
    Reported-by: Stanislav Osipov
    Fixes #18352
    Closes #18353

    Changed files

    • src/tool_urlglob.c
    • tests/data/Makefile.am
    • tests/data/test759
  2. Change #243634

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 16:22:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f5ee566dbca35269b6fc31c13a2a54601b5fa0ca

    Comments

    top-complexity: maximum accepted set to 72
    Down from 80. Show all functions above 60.
    
    Closes #18354

    Changed files

    • scripts/top-complexity
  3. Change #243637

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 22 Aug 2025 16:26:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a8d20cd223414ec7ab519e831bc38d3a9c5f5d04

    Comments

    asyn-thrdd: manage DEFERRED and locks better
    - cancel thread waits until thread start is at least 5ms in the past
      to give it some time to get its cancellation setup in place
    - cancel thread without holding the mutex. It's supposed to be an
      async operation, but better be safe
    - set DEFERRED cancel state explicitly, should be default in a pthread,
      but better be safe
    
    Closes #18350

    Changed files

    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/curl_threads.h
  4. Change #243638

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 16:28:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3570b36d7dcc27d69c14560b38603bb0b20a9e1

    Comments

    runtests: show still running tests when nothing has happened for a while
    ... even if there are tests still pending. To help visualize tests that
    might be hanging.
    
    Attempts to set the limit at 10 seconds of silence.
    
    Closes #18349

    Changed files

    • tests/runtests.pl
  5. Change #243651

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 17:12:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 844c385812efe22f979a9be0dcf75b2ee69b2ef4

    Comments

    typecheck-gcc: add type checks for curl_multi_setopt()
    Test 745 verifies that all options are tested.
    
    Closes #18357

    Changed files

    • include/curl/typecheck-gcc.h
    • tests/test745.pl
  6. Change #243652

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 17:13:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfbee798ca1f58c6471f0cb91825c75a36de2863

    Comments

    tool_operate: use stricter curl_multi_setopt() arguments
    To please the curl_multi_setopt() typechecker
    
    - set multi callback protypes to match exactylu
    - set CURLMOPT_MAX_HOST_CONNECTIONS as a long
    
    Closes #18357

    Changed files

    • src/tool_operate.c
  7. Change #243653

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 17:21:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db08e86cfb8b74b5b7c0a98541d0af5b712c4348

    Comments

    openssl: drop more legacy cruft
    - drop `ALLOW_RENEG` undocumented (insecure) build-time option.
    - drop unnecessary check for `OPENSSL_VERSION_NUMBER`.
      It's present in all supported OpenSSL versions and forks.
    
    Follow-up to 80c10c5d5dda78c471924b251e9db59d653aba1e #18351
    Follow-up to 59311bd3df5da6342312b5dc9b6c91fc2be77d4f #3293 #3283
    
    Closes #18359

    Changed files

    • lib/vtls/openssl.c
  8. Change #243654

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 22 Aug 2025 17:21:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c29a29addc279ef473f72568dcd96196d126025

    Comments

    openssl: add and use `HAVE_OPENSSL3` internal macro
    Cherry-picked from #18330
    Closes #18360

    Changed files

    • lib/vtls/openssl.c
    • lib/vtls/openssl.h