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

Builder curl-ares-solaris11-sparc Build #5507

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionaef8fd00c8ebbd53fe91df29a8c8d032447ed55b
Got Revisionaef8fd00c8ebbd53fe91df29a8c8d032447ed55b
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 14 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 5507 Build
codebase Build
got_revision aef8fd00c8ebbd53fe91df29a8c8d032447ed55b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aef8fd00c8ebbd53fe91df29a8c8d032447ed55b 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. Daniel Stenberg

Timing:

StartSat Mar 21 16:11:22 2026
EndSat Mar 21 17:21:08 2026
Elapsed1 hrs, 9 mins, 46 secs

All Changes:

:

  1. Change #261884

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 14:56:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ceae02db040de3cf7ae4c3f8ec99e8286b568c2e

    Comments

    rtmp: drop support
    - librtmp has no test cases, makes no proper releases and has not had a
      single commit within the last year
    
    - librtmp parses the URL itself and requires non-compliant URLs for this
    
    - we have no RTMP tests
    
    - RTMP was used by 2.2% of curl users (self-identified in the 2025
      survey)
    
    Closes #20673

    Changed files

    • .github/labeler.yml
    • .github/scripts/cmp-config.pl
    • .github/workflows/codeql.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • CMake/FindLibrtmp.cmake
    • CMake/curl-config.in.cmake
    • CMakeLists.txt
    • Makefile.am
    • README.md
    • configure.ac
    • docs/DEPRECATE.md
    • docs/FAQ.md
    • docs/HISTORY.md
    • docs/INSTALL-CMAKE.md
    • docs/INSTALL.md
    • docs/URL-SYNTAX.md
    • docs/cmdline-opts/_DESCRIPTION.md
    • docs/cmdline-opts/_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.md
    • docs/libcurl/symbols-in-versions
    • lib/Makefile.inc
    • lib/curl_config-cmake.h.in
    • lib/curl_rtmp.c
    • lib/curl_rtmp.h
    • lib/protocol.c
    • lib/protocol.h
    • lib/url.c
    • lib/version.c
    • projects/vms/generate_config_vms_h_curl.com
    • scripts/cd2nroff
    • scripts/schemetable.c
    • src/tool_help.c
    • tests/data/test1627
    • tests/unit/unit1627.c
  2. Change #261891

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 15:18:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c247725b925b68f8cd62fbd90d5f3f24e1fbb628

    Comments

    DEPRECATE: remove last empty line

    Changed files

    • docs/DEPRECATE.md
  3. Change #261897

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 15:30:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc0c83c5f853c41fca6880c5dcd6745da9353434

    Comments

    build: make NTLM disabled by default
    NTLM has weak security and does not work over HTTP/2 or HTTP/3.
    
    Enable in cmake or configure to get support for it.
    
    Closes #20698

    Changed files

    • .github/workflows/macos.yml
    • CMakeLists.txt
    • configure.ac
    • docs/CURL-DISABLE.md
    • docs/INSTALL-CMAKE.md
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • projects/vms/generate_config_vms_h_curl.com
  4. Change #261898

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 15:30:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aef8fd00c8ebbd53fe91df29a8c8d032447ed55b

    Comments

    GHA: add NTLM to lots of builds

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml