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

Builder curl-threaded-solaris11-sparc Build #4560

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision70f240b2ed835a5f88968f1ea2e0239f9724c9f0
Got Revision70f240b2ed835a5f88968f1ea2e0239f9724c9f0
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 32 mins, 39 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 4560 Build
codebase Build
got_revision 70f240b2ed835a5f88968f1ea2e0239f9724c9f0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 70f240b2ed835a5f88968f1ea2e0239f9724c9f0 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:

StartFri Oct 31 21:08:04 2025
EndFri Oct 31 22:16:35 2025
Elapsed1 hrs, 8 mins, 31 secs

All Changes:

:

  1. Change #247238

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Oct 2025 20:56:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70f240b2ed835a5f88968f1ea2e0239f9724c9f0

    Comments

    tests/libtest/cli*: fix init/deinit, leaks, and more
    - add global init and deinit where missing.
    - check global init success.
    - improve cleaning up on error codepaths.
    - drop `CLI_ERR()` macro, that could quit.
      Also make error messages tell the reason.
    
    Closes #19309

    Changed files

    • tests/libtest/cli_h2_pausing.c
    • tests/libtest/cli_h2_serverpush.c
    • tests/libtest/cli_h2_upgrade_extreme.c
    • tests/libtest/cli_hx_download.c
    • tests/libtest/cli_hx_upload.c
    • tests/libtest/cli_tls_session_reuse.c
    • tests/libtest/cli_upload_pausing.c
    • tests/libtest/cli_ws_data.c
    • tests/libtest/cli_ws_pingpong.c