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

Builder curl-unthreaded-solaris10-i386 Build #16466

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2b3438d486982b5b22c001ab2c601837e83b4787
Got Revision2b3438d486982b5b22c001ab2c601837e83b4787
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 59 mins, 50 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 16466 Build
codebase Build
got_revision 2b3438d486982b5b22c001ab2c601837e83b4787 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2b3438d486982b5b22c001ab2c601837e83b4787 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. Viktor Szakats

Timing:

StartFri Mar 13 08:35:27 2026
EndFri Mar 13 23:55:01 2026
Elapsed15 hrs, 19 mins, 34 secs

All Changes:

:

  1. Change #260891

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Mar 2026 19:02:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 210d8eca5b1e7cf6944d19cba92fe29a771f7664

    Comments

    build: compiler warning silencing tidy-ups
    - tool_getparam: revert an unnecessary/no-op C89 warning silencer.
      Follow-up to 09c9afdd711d0b2ee9f524a235803e755e1074b7 #20363
    
    - tool_writeout: add comment saying silencing is a no-op for llvm/clang.
      For `strftime()` it is a GCC-specific, as of llvm/clang v22.1.0.
      Follow-up to f07a98ae113b832a8748ba66e1554a7f14c6897e #20366
    
    - unit1652: drop always-false `!defined(__clang__)` guard.
      Pointed-out-by: Orgad Shaneh
      Ref: #20902
      Follow-up to 7e814c8717939393d4436d75f5f0c3ffa98c8c53 #16062
    
    - unit1652: document that `-Wformat` is necessary for GCC v5 to v8.
      Follow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772
    
    Closes #20908

    Changed files

    • src/tool_getparam.c
    • src/tool_writeout.c
    • tests/unit/unit1652.c
  2. Change #260931

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Mar 2026 23:13:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 666db801963afca671ee5fa83bd2e9ed79fb8886

    Comments

    configure: fix LibreSSL ngtcp2 1.15.0+ crypto lib selection logic
    Regression since curl 8.18.0.
    
    Reported-by: Michael Hendricks
    Fixes #20889
    Regression from 8db0e286b363ad788d6dc0779d605b83c7ed4caf #18189
    
    Closes #20891

    Changed files

    • configure.ac
  3. Change #260932

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 23:20:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 510efa00071cc1596e87e67ca0f3183413b04380

    Comments

    HTTP3.md: drop outdated mentions of OpenSSL-QUIC
    And make it a little clearer that the quiche backend is what is still
    experimental.
    
    Follow-up to 6aaac9dd388a64d
    
    Closes #20914

    Changed files

    • docs/HTTP3.md
  4. Change #260934

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 23:32:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c2f36b6c4b18194a3f4c17da456d40b31d3a04b1

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  5. Change #260936

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 23:45:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b3438d486982b5b22c001ab2c601837e83b4787

    Comments

    tool_cfgable: free the SSL signature algorithms
    Follow-up to a638828c88
    Reported-by: James Fuller
    Closes #20915

    Changed files

    • src/tool_cfgable.c