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

Builder curl-ares-solaris10-sparc Build #3636

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1b6724882c2a64e9e5aa9a30d534c7b808b403dc
Got Revision1b6724882c2a64e9e5aa9a30d534c7b808b403dc
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3636 Build
codebase Build
got_revision 1b6724882c2a64e9e5aa9a30d534c7b808b403dc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1b6724882c2a64e9e5aa9a30d534c7b808b403dc Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]
  5. tiymat

Timing:

StartMon Jun 1 02:32:31 2026
EndMon Jun 1 14:50:23 2026
Elapsed12 hrs, 17 mins, 51 secs

All Changes:

:

  1. Change #268921

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Sun 31 May 2026 18:40:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 621696d98c5a00647471fc9b23962418fa145e1e

    Comments

    GHA: update dependency ngtcp2/ngtcp2 to v1.23.0
    Closes #21815

    Changed files

    • .github/workflows/http3-linux.yml
  2. Change #268932

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 31 May 2026 22:05:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1a6f190a66215029b10fad630629959f69b50c1

    Comments

    badwords: prefer 'workaround' (without hyphen)
    Closes #21807

    Changed files

    • docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md
    • docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md
    • docs/libcurl/opts/CURLOPT_STDERR.md
    • docs/tests/TEST-SUITE.md
    • include/curl/curl.h
    • lib/curl_addrinfo.c
    • lib/gopher.c
    • lib/if2ip.h
    • lib/vtls/openssl.c
    • scripts/badwords.txt
    • src/tool_getparam.c
  3. 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
  4. Change #268952

    Category curl
    Changed by tiymat <138939221+tiymatohnoyoudont@users.noreply.github.com>
    Changed at Sun 31 May 2026 23:36:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 780ccb256e0dcea71b4e5758da4df997a526c06f

    Comments

    urlapi: drop base fragment on empty redirect
    Extended test 1560 to verify
    
    Fixes #21745
    Closes #21763

    Changed files

    • lib/urlapi.c
    • tests/data/test1560
    • tests/libtest/lib1560.c
  5. Change #268954

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 31 May 2026 23:44:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1b6724882c2a64e9e5aa9a30d534c7b808b403dc

    Comments

    urlapi: accept 0X prefix in IPv4 address as well
    Extend test 1560 accordingly
    
    Closes #21820

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c