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

Builder curl-ares-solaris11-sparc Build #5934

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4ff212f8ed328fb95261e11add8f4d2f0616895a
Got Revision4ff212f8ed328fb95261e11add8f4d2f0616895a
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5934 Build
codebase Build
got_revision 4ff212f8ed328fb95261e11add8f4d2f0616895a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4ff212f8ed328fb95261e11add8f4d2f0616895a Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartSun May 31 23:33:22 2026
EndMon Jun 1 00:01:49 2026
Elapsed28 mins, 26 secs

All Changes:

:

  1. Change #268945

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 31 May 2026 23:29:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4ff212f8ed328fb95261e11add8f4d2f0616895a

    Comments

    url: connection reuse fixes for starttls
    Add test_31_13 to check connection reuse on mixed --ssl-reqd setting.
    For that add debug env var CURL_DBG_NO_USE_SSL_ON_FIRST to disable
    --ssl-reqd for the first url. Check that the connection without SSL
    from the first url is not reused on the second URL that requires it.
    
    Tweak special ftp: protocol check to fail a DEBUGASSERT on mismatched
    `use_ssl` settings as that should have been caught before in the
    connection reuse matching (imap/smtp etc. do not have this extra check
    and rely on the general part doing its job).
    
    Closes #21665

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/ftp.c
    • lib/url.c
    • src/config2setopts.c
    • tests/http/test_31_vsftpds.py