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

Builder curl-unthreaded-solaris10-i386 Build #16417

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5c250e2421063d5bd486155e17e3929df75d79f0
Got Revision5c250e2421063d5bd486155e17e3929df75d79f0
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Timing:

StartTue Feb 10 04:03:33 2026
EndTue Feb 10 19:06:42 2026
Elapsed15 hrs, 3 mins, 8 secs

All Changes:

:

  1. Change #257305

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Feb 2026 13:41:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 22010e4185228aaaa6b37675199655556e4b9266

    Comments

    test1980: verify sigv4 normalization query with + and spaces
    Ref: #20543
    Closes #20548

    Changed files

    • tests/unit/unit1980.c
  2. Change #257317

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Feb 2026 16:28:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0291f751cbb0cb8365515b67c129fbf0db110212

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #257327

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Mon 09 Feb 2026 18:15:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b844c1a075247303f4c9bb66b6bce461b3c0cf1d

    Comments

    vtls: use ALPN http/1.0 & http/1.1 for HTTP/1.0 requests
    - For compatibility reasons send both ALPN ids http/1.0 and http/1.1 for
      HTTP/1.0 requests.
    
    Prior to this change for compatibility reasons curl would send ALPN
    http/1.1 for HTTP/1.0 requests, since some servers do not recognize
    ALPN http/1.0. However some servers may recognize only ALPN http/1.0 for
    HTTP/1.0 requests. Therefore curl now sends both.
    
    Reported-by: programmerlexi@users.noreply.github.com
    
    Fixes https://github.com/curl/curl/issues/20487
    Closes https://github.com/curl/curl/pull/20533

    Changed files

    • lib/vtls/vtls.c
    • lib/vtls/vtls_int.h
  4. Change #257348

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 10 Feb 2026 02:34:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5c250e2421063d5bd486155e17e3929df75d79f0

    Comments

    gss: exclude verbose error logic from non-verbose builds
    Closes #20551

    Changed files

    • lib/curl_gssapi.c
    • lib/curl_gssapi.h