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

Builder curl-ares-solaris11-i386 Build #4944

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 17 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 35 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4944 Build
codebase Build
got_revision 021a87cf81638af5317e142610ea0dd9f9fb4890 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 021a87cf81638af5317e142610ea0dd9f9fb4890 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartThu Apr 16 23:36:22 2026
EndFri Apr 17 01:15:37 2026
Elapsed1 hrs, 39 mins, 15 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