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

Builder curl-threaded-solaris11-sparc Build #5340

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 42 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 5340 Build
codebase Build
got_revision 29bca12978f3adebe33b63c18aa3c3fe6439381a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 29bca12978f3adebe33b63c18aa3c3fe6439381a 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Feb 23 18:22:17 2026
EndMon Feb 23 19:38:28 2026
Elapsed1 hrs, 16 mins, 11 secs

All Changes:

:

  1. Change #258722

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Feb 2026 17:03:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1cee1f18a0c817810117a08ae146c1d57bb8303

    Comments

    clang-tidy: add arg names to prototypes where missing (cont.)
    Detected by `readability-named-parameter` with `HeaderFilterRegex: '.*'`,
    or `CURL_CLANG_TIDYFLAGS='--header-filter=.*'`. Seen on Windows.
    
    Follow-up to e8415ad3c7ab69a7056daa4b39e7a0044c43f5ba #20657
    Follow-up to c878160e9c1f7366e64299aa02540d5495c3df9c #20624
    
    Closes #20693

    Changed files

    • lib/curlx/inet_pton.h
  2. Change #258724

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Feb 2026 17:22:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29bca12978f3adebe33b63c18aa3c3fe6439381a

    Comments

    ftp: split ftp_state_use_port into sub functions
    For readability and reduced complexity.
    
    Fixed a bug when FTPPORT specifies an IPv6-address only, without brackets.
    
    Closes #20685

    Changed files

    • lib/ftp.c