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

Builder curl-unthreaded-solaris11-sparc Build #5675

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 59 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-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5675 Build
codebase Build
got_revision 021a87cf81638af5317e142610ea0dd9f9fb4890 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 021a87cf81638af5317e142610ea0dd9f9fb4890 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartThu Apr 16 23:40:58 2026
EndFri Apr 17 00:30:16 2026
Elapsed49 mins, 18 secs

All Changes:

:

  1. Change #264725

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 16 Apr 2026 22:53:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a973377cd7836313728195db3826acbc98cc0098

    Comments

    dnsd: implement HTTPS-RR with alpn pref and no-default-alpn
    Support HTTPS records in dnsd that have ALPN preferences.
    
    Add pytest test_22_* to verify that HTTPS record ALPN
    preferencces take effect if the HTTPS resolve arrives in time.
    
    Fix HTTPS eyeballing use of timeouts for second attempt. Also,
    make an initial HTTP/1.1 attempt switch off HTTP/2.
    
    Closes #21329

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/cf-https-connect.c
    • tests/http/Makefile.am
    • tests/http/test_06_eyeballs.py
    • tests/http/test_22_httpsrr.py
    • tests/http/testenv/dnsd.py
    • tests/server/dnsd.c
  2. Change #264727

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 16 Apr 2026 22:56:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb771cec34d1ebeeb1e188c90afdf19623b97b88

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #264729

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 16 Apr 2026 22:57:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 021a87cf81638af5317e142610ea0dd9f9fb4890

    Comments

    vtls_scache: rename `CURLcode` variable to `result`
    Closes #21346

    Changed files

    • lib/vtls/vtls_scache.c