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

Builder curl-ares-solaris10-i386 Build #4242

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona254b8ce3fb5bb47e4a7cd9cf50f723c509e0179
Got Revisiona254b8ce3fb5bb47e4a7cd9cf50f723c509e0179
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 50 mins, 24 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4242 Build
codebase Build
got_revision a254b8ce3fb5bb47e4a7cd9cf50f723c509e0179 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a254b8ce3fb5bb47e4a7cd9cf50f723c509e0179 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Mar 13 13:30:53 2026
EndSat Mar 14 04:45:39 2026
Elapsed15 hrs, 14 mins, 46 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. Change #260950

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 13 Mar 2026 08:54:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68708031878768c713ccaf52772752aa6f8486d9

    Comments

    badwords: only check comments and strings in source code
    - when scanning source code, this now only checks source code comments
      and double-quote strings. No more finding bad words as part of code
    - this allows the full scan to be done in a single invocation
    - detects source code or markdown by file name extension
    - moved the whitelist words config into the single `badwords.txt` file,
      no more having them separately (see top of file for syntax)
    - all whitelisted words are checked case insensitively now
    - removed support for whitelisting words on a specific line number. We
      did not use it and it is too fragile
    
    Removing the actual code from getting scanned made the script take an
    additional 0.5 seconds on my machine.
    
    Scanning 1525 files now takes a little under 1.7 seconds for me.
    
    Closes #20909

    Changed files

    • scripts/Makefile.am
    • scripts/badwords
    • scripts/badwords-all
    • scripts/badwords.ok
    • scripts/badwords.txt
  6. Change #260956

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 13 Mar 2026 10:25:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a254b8ce3fb5bb47e4a7cd9cf50f723c509e0179

    Comments

    RELEASE-NOTES: fix typo

    Changed files

    • RELEASE-NOTES