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

Builder curl-ares-solaris11-sparc Build #5343

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 mins, 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5343 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-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Feb 23 17:35:22 2026
EndMon Feb 23 18:51:07 2026
Elapsed1 hrs, 15 mins, 44 secs

All Changes:

:

  1. Change #258716

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Feb 2026 16:45:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9786038d6ca664a6268df32c8db11a8276f28db

    Comments

    setopt: make setopt_copypostfields a separate function
    Closes #20688

    Changed files

    • lib/setopt.c
  2. 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
  3. 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