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

Builder curl-unthreaded-solaris10-i386 Build #16537

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 59 mins, 14 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16537 Build
codebase Build
got_revision 9ceb3ff46a90c3badc2d81be81275c3fcef4c00a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9ceb3ff46a90c3badc2d81be81275c3fcef4c00a 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. renovate[bot]

Timing:

StartTue Apr 14 14:25:34 2026
EndWed Apr 15 00:38:32 2026
Elapsed10 hrs, 12 mins, 57 secs

All Changes:

:

  1. Change #264407

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 10:16:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision def4d8986ee66d87db4d17a8a4c6fbaa4ddfc1df

    Comments

    http: use header_has_value() instead of duplicate code
    Closes #21302

    Changed files

    • lib/http.c
  2. Change #264415

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 14 Apr 2026 11:04:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67795ff7304e8b93cb2ec9d9aec3349e05c7a79e

    Comments

    GHA: update dependency google/boringssl to v0.20260413.0
    Closes #21310

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  3. Change #264419

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 11:24:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 99ead4e0f0e8efa5ff838d933c4da39d6da12c60

    Comments

    request: cleanup the auth headers on soft rest as well
    To avoid the risk them lingering around.
    
    Follow-up to 3512b673ddc54074676d
    
    Closes #21311

    Changed files

    • lib/request.c
  4. Change #264435

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 12:09:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7a991cc9bd4d5641746c2b4f0f5d1089bcdab4b

    Comments

    lib1560: fix comment typo

    Changed files

    • tests/libtest/lib1560.c
  5. Change #264436

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 12:09:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b4ebebb06b3148a234a5a7bc95f8253dd6cb8df

    Comments

    test1675: unit tests for URL API helper functions
    - ipv4_normalize
    - urlencode_str
    - ipv6_parse
    - parse_file
    
    urlapi: make the string URL encoder normalize to uppercase
    percent-encoding
    
    Closes #21296

    Changed files

    • lib/urlapi-int.h
    • lib/urlapi.c
    • tests/data/Makefile.am
    • tests/data/test1675
    • tests/data/test58
    • tests/libtest/lib1560.c
    • tests/unit/Makefile.inc
    • tests/unit/unit1675.c
  6. Change #264437

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 12:09:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9ceb3ff46a90c3badc2d81be81275c3fcef4c00a

    Comments

    urlapi: stop extracting hostname from file:// URLs on Windows
    There is no reason we should treat this part different on Windows. Noe
    anything except blank, localhost or 127.0.0.1 cause error there as well.
    
    Also: fix query handling in urlencode_str
    
    Closes #21296

    Changed files

    • lib/urlapi-int.h
    • lib/urlapi.c
    • tests/unit/unit1675.c