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

Builder curl-ares-solaris11-i386 Build #3966

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 7 mins, 54 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 54 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3966 Build
codebase Build
got_revision 70f240b2ed835a5f88968f1ea2e0239f9724c9f0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 70f240b2ed835a5f88968f1ea2e0239f9724c9f0 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Oct 31 21:28:45 2025
EndSat Nov 1 00:37:29 2025
Elapsed3 hrs, 8 mins, 44 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