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

Builder curl-threaded-solaris11-sparc Build #5620

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona0d5d8fea393d65c4cafc4feb6bc4ec0eb8e1b1d
Got Revisiona0d5d8fea393d65c4cafc4feb6bc4ec0eb8e1b1d
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Apr 7 12:05:37 2026
EndTue Apr 7 12:31:16 2026
Elapsed25 mins, 39 secs

All Changes:

:

  1. Change #263856

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 07 Apr 2026 11:58:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f974a00abaaa7d30610c1951e012d3220e033c24

    Comments

    lib: replace `PRI*32` printf masks with C89 ones
    Also: fix indent.
    
    Follow-up to 13c1a934144e98d06214a043ff4538791c7d9583 #20215
    
    Closes #21234

    Changed files

    • lib/cf-h2-proxy.c
    • lib/http2.c
  2. Change #263857

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 07 Apr 2026 11:58:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a0d5d8fea393d65c4cafc4feb6bc4ec0eb8e1b1d

    Comments

    curl_ntlm_core: use wolfCrypt DES API with wolfSSL
    Replacing the last uses of the OpenSSL compatibility API, and dropping
    the redefinition of external symbols.
    
    Closes #21247

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • lib/curl_config-cmake.h.in
    • lib/curl_ntlm_core.c
    • lib/curl_setup.h
    • m4/curl-wolfssl.m4