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

Builder curl-unthreaded-solaris10-i386 Build #16465

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 2 mins, 40 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 16465 Build
codebase Build
got_revision d20fa5cd39dea166c013e2377bfbe68e5d54506e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d20fa5cd39dea166c013e2377bfbe68e5d54506e 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:

StartThu Mar 12 17:51:53 2026
EndFri Mar 13 08:35:24 2026
Elapsed14 hrs, 43 mins, 30 secs

All Changes:

:

  1. Change #260748

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 07:52:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2938cb72e5a7f0e661617b9bf624b4083ca756b9

    Comments

    http: fix Curl_compareheader for multi value headers
    Follow-up to 04289c62dea22d28daa60. Regression shipped in 8.13.0.
    
    - a logic error made it not loop and thus only match if the searched string
      was first
    
    - it no longer matches a substring
    
    Adjusted test 1 to use multiple values in the Connection: response
    header. Adjusted test 1542 to have a "Connection: close-not" which
    should not match.
    
    Reported-by: Henrique Pereira
    
    Closes #20894

    Changed files

    • lib/http.c
    • tests/data/test1
    • tests/data/test1542
  2. Change #260752

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

    Comments

    hostip: remove two zero assigns after memset clear
    As the struct is now always unconditionally memset with zeros, we
    can remove two zero assigns.
    
    Follow-up to 015f1c7de40839b6681b7dde7
    
    Pointed out by CodeSonar
    
    Closes #20900

    Changed files

    • lib/hostip.c
  3. Change #260774

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 10:30:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ed7bfcd17d8570a0c29c198c6ab002ae719f2eff

    Comments

    test1625: unit test for Curl_compareheader
    Follow-up to 2938cb72e5a7f0e661617b9bf6
    
    Closes #20901

    Changed files

    • .github/scripts/codespell.sh
    • .github/scripts/typos.toml
    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test1625
    • tests/unit/Makefile.inc
    • tests/unit/unit1625.c
  4. Change #260775

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 10:30:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 133b125b89af0df9cd8ff91c182a57f5dcda16ab

    Comments

    http: make Curl_compareheader handle multiple commas in header
    For robustness

    Changed files

    • lib/http.c
  5. Change #260783

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Mar 2026 10:49:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a4fa90048e25c8c7941f91aa7b9bb6be633c4fa

    Comments

    openssl: trace count of found / imported Windows native CA roots
    To help understanding what's happening on systems where native CA misses
    to verify legitimate public websites.
    
    Also:
    - drop a superfluous, hanging, `else`.
    
    Ref: #20897
    
    Closes #20899

    Changed files

    • lib/vtls/openssl.c
  6. Change #260817

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 13:59:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9148862c2608a4c648957ebe1ebfe51a72a2e74d

    Comments

    test1626: Curl_copy_header_value unit test
    Closes #20903

    Changed files

    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test1626
    • tests/unit/Makefile.inc
    • tests/unit/unit1626.c
  7. Change #260830

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 14:22:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 143279faf4ae0884ae9867b4fc7110b454c591dd

    Comments

    test1627: Curl_get_scheme unit test
    Closes #20904

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1627
    • tests/unit/Makefile.inc
    • tests/unit/unit1627.c
  8. Change #260874

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Mar 2026 16:55:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d20fa5cd39dea166c013e2377bfbe68e5d54506e

    Comments

    test459: switch to mode="warn" for stderr check
    In a -j192 build, this output used a three-digit number for the output,
    thus wrapping differently and causing it to error.
    
    Reported-by: Carlos Henrique Lima Melara
    
    Closes #20910

    Changed files

    • tests/data/test459