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

Builder curl-threaded-solaris10-i386 Build #4329

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 47 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/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4329 Build
codebase Build
got_revision a0d5d8fea393d65c4cafc4feb6bc4ec0eb8e1b1d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a0d5d8fea393d65c4cafc4feb6bc4ec0eb8e1b1d Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartTue Apr 7 14:44:25 2026
EndWed Apr 8 00:24:02 2026
Elapsed9 hrs, 39 mins, 37 secs

All Changes:

:

  1. Change #263836

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 07 Apr 2026 07:48:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be92f0a2e45209dcfbfde134a6b24aa8d79c6457

    Comments

    lib: reserve 'result' for CURLcode, even more
    Closes #21245

    Changed files

    • lib/conncache.c
    • lib/formdata.c
    • lib/http.c
    • lib/smtp.c
    • lib/url.c
    • lib/urlapi.c
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls.c
  2. Change #263837

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 07 Apr 2026 07:50:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1e3091923d064b9f63669796a9a0e1a5c687d68

    Comments

    Dockerfile: update debian:bookworm-slim Docker digest to 4724b8c
    Closes #21248

    Changed files

    • Dockerfile
  3. 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
  4. 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