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

Builder curl-ares-solaris10-i386 Build #4192

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb844c1a075247303f4c9bb66b6bce461b3c0cf1d
Got Revisionb844c1a075247303f4c9bb66b6bce461b3c0cf1d
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Timing:

StartMon Feb 9 23:18:56 2026
EndTue Feb 10 14:04:26 2026
Elapsed14 hrs, 45 mins, 29 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