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

Builder curl-unthreaded-solaris10-i386 Build #16524

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 58 mins, 28 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16524 Build
codebase Build
got_revision 283db12e05e870207b63bb1b096b1269477afee0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 283db12e05e870207b63bb1b096b1269477afee0 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Ted Lyngmo
  3. Viktor Szakats

Timing:

StartWed Apr 8 15:13:49 2026
EndThu Apr 9 01:16:37 2026
Elapsed10 hrs, 2 mins, 48 secs

All Changes:

:

  1. Change #263959

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 08 Apr 2026 02:31:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f82ed74ed6f64c2bcfff17e8ea6b0806e9ac6cf5

    Comments

    GHA/linux: bump mbedTLS 3 to 3.6.5 (from 3.6.4), also verify hash
    Also:
    - fix incorrect version in cache id.
      Follow-up to 3a305831d1a9d10b2bfd4fa3939ed41275fee7f7 #19077
    - latest version 3.6.6 fails pytests. Seems similar to the v4.1.0
      regression.
      https://github.com/curl/curl/pull/21178
      https://github.com/Mbed-TLS/mbedtls/issues/10668
    
    Closes #21262

    Changed files

    • .github/workflows/linux.yml
  2. Change #263960

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 08 Apr 2026 03:51:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c9af8b6d183ba4f84564dda9c17303b6c10d6f8

    Comments

    configure: silence useless clang warnings in C89 builds
    Syncing with CMake.
    
    Follow-up to 43397b0283d4cdb10797e7ead6eacbe09f8a3e77 #21015
    Follow-up to 09c9afdd711d0b2ee9f524a235803e755e1074b7 #20363
    
    Closes #21263

    Changed files

    • m4/curl-compilers.m4
  3. Change #263961

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 Apr 2026 08:03:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80b2a5dd37e8fbea3aa70229ab7685f535f1a6cc

    Comments

    tool_getparam: reduce opt_string complexity
    - move arguments taking unsigned numbers into opt_num
    
    - move arugments taking seconds into opt_secs
    
    Closes #21261

    Changed files

    • src/tool_getparam.c
    • src/tool_getparam.h
  4. Change #263973

    Category curl
    Changed by Ted Lyngmo <tedohnoyoudont@lyncon.se>
    Changed at Wed 08 Apr 2026 11:25:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 135665036f2d98efb928df1195f9ef80208483dd

    Comments

    docs: use the correct CURLOPT_WRITEFUNCTION signature
    In order to not encourage users to use incompatible function pointers,
    change the callback function definitions to use `char *` instead of
    `void *` for the first argument.
    
    Triggered by https://stackoverflow.com/questions/79921871/curl-c-c-library-based-application-produces-erronious-response-for-http-post-r#comment141032037_79921871 :
    
    "The code was mostly modified from
     [this example code](https://curl.se/libcurl/c/postinmemory.html),
     honestly I never knew this is wrong. Thanks for pointing it out."
    
    Signed-off-by: Ted Lyngmo <ted@lyncon.se>
    Closes #21265

    Changed files

    • docs/FAQ.md
    • docs/examples/cacertinmem.c
    • docs/examples/certinfo.c
    • docs/examples/chkspeed.c
    • docs/examples/crawler.c
    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/externalsocket.c
    • docs/examples/ftp-delete.c
    • docs/examples/ftpget.c
    • docs/examples/ftpsget.c
    • docs/examples/ftpuploadresume.c
    • docs/examples/getinmemory.c
    • docs/examples/ghiper.c
    • docs/examples/hiperfifo.c
    • docs/examples/http2-pushinmemory.c
    • docs/examples/postinmemory.c
    • docs/examples/sepheaders.c
    • docs/examples/sessioninfo.c
    • docs/examples/sftpget.c
    • docs/examples/synctime.c
    • docs/examples/url2file.c
    • docs/examples/usercertinmem.c
    • docs/libcurl/libcurl-tutorial.md
    • docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
    • tests/libtest/lib3102.c
  5. Change #263974

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 Apr 2026 11:27:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59c8de789764e004e7e16d00702ba956dbb8cd2f

    Comments

    mbedtls: fix ECJPAKE matching
    It did not require a full-length match, so empty or prefix tokens map to
    ECJPAKE would silently add that cipher to the configured list.
    
    Follow-up to fba9afebba22d577f122239b18
    
    Reported by Codex Security
    
    Closes #21264

    Changed files

    • lib/vtls/mbedtls.c
  6. Change #263975

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 Apr 2026 11:33:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0e7f70218805db85ca5499f31c15cb4548d828b

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  7. Change #263977

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 08 Apr 2026 11:41:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5d84aa41a0f1ee0f786fa0d113eba1b813b9886a

    Comments

    RELEASE-NOTES: update the entry for `mk-ca-bundle.pl` [ci skip]
    To dsecribe the feature remaiming after follow-up commits.
    
    Follow-up to 351e4f956a11bdf419c14f1f69758a15e77e7fea #21116

    Changed files

    • RELEASE-NOTES
  8. Change #263981

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 Apr 2026 12:00:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 283db12e05e870207b63bb1b096b1269477afee0

    Comments

    parsedate: bsearch the time zones
    There are 69 entries, bsearch is faster than linear search for random
    access.
    
    This now also makes the matching case sensitive (zone names always in
    uppercase). No docs said otherwise and all tests assumed uppercase.
    
    Extended test 517
    
    Closes #21266

    Changed files

    • lib/parsedate.c
    • tests/libtest/lib517.c