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

Builder curl-threaded-solaris11-sparc Build #4556

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4b85e489a45c81b235d3e47d1524cbe1d6b25b06
Got Revision4b85e489a45c81b235d3e47d1524cbe1d6b25b06
Changes3 changes

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 ...' ( 26 mins, 2 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 4556 Build
codebase Build
got_revision 4b85e489a45c81b235d3e47d1524cbe1d6b25b06 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4b85e489a45c81b235d3e47d1524cbe1d6b25b06 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 13:18:56 2025
EndFri Oct 31 14:43:11 2025
Elapsed1 hrs, 24 mins, 15 secs

All Changes:

:

  1. Change #247178

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Oct 2025 13:14:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d2e8acfaa6effaa31dee91aea25ec1c54e6fa5c4

    Comments

    test1100: fix missing `<protocol>` section
    To make it actually run. Also fix the NTLM expected result, also syncing
    it with other tests.
    
    Follow-up to e6b21d422e631a7c0cc81abf956af179b3b4c5e8 #6037
    
    Closes #19288

    Changed files

    • tests/data/test1100
  2. Change #247179

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Oct 2025 13:14:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5bf9445315f0964a4848ef08ef0f2bf3ce4c3567

    Comments

    ftp: fix leaking internal buffer `newhost` on error
    Pointed out by TIOBE scanner via Coverity 2025.3.0.
    
    Closes #19290

    Changed files

    • lib/ftp.c
  3. Change #247180

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 31 Oct 2025 13:14:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4b85e489a45c81b235d3e47d1524cbe1d6b25b06

    Comments

    examples/http2-serverpush: fix file handle leaks
    Also:
    - tests/libtest/cli_h2_serverpush: re-sync formatting.
    
    Previously fixed in tests based on a local clang-tidy v20 report.
    
    Pointed out by TIOBE scanner via Coverity 2025.3.0.
    Follow-up to 83a8818cfebe5f2a4bab5c9ddc55fd64b5629296 #17706
    
    Closes #19291

    Changed files

    • docs/examples/http2-serverpush.c
    • tests/libtest/cli_h2_serverpush.c