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

Builder curl-threaded-solaris10-sparc Build #3556

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3556 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision a0d5d8fea393d65c4cafc4feb6bc4ec0eb8e1b1d Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Apr 7 14:04:01 2026
Elapsed2 hrs, 47 mins, 53 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