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

Builder curl-ares-solaris10-i386 Build #4221

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 47 mins, 28 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4221 Build
codebase Build
got_revision bcc8144b896a49738cd60cbbe8e4f8e6f70461ef Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bcc8144b896a49738cd60cbbe8e4f8e6f70461ef Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Florian Imdahl
  2. Viktor Szakats

Timing:

StartSat Feb 28 13:52:44 2026
EndSun Mar 1 04:59:08 2026
Elapsed15 hrs, 6 mins, 23 secs

All Changes:

:

  1. Change #259275

    Category curl
    Changed by Florian Imdahl <gitohnoyoudont@ffflorian.de>
    Changed at Fri 27 Feb 2026 23:05:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 006f561f6ee62a486b71bc21ff8cacb840dcda91

    Comments

    docs: some nitpicks
    - replaced double spaces with single space where applicable
    - replaced "favourite" with "favorite"
    - added language identifiers to code blocks in markdown files
    - added extra line after code blocks and after headings in markdown
      files
    
    Cloes #20748

    Changed files

    • .github/scripts/badwords.txt
    • docs/BINDINGS.md
    • docs/CIPHERS.md
    • docs/ECH.md
    • docs/INSTALL.md
    • docs/IPFS.md
    • docs/internals/BUFQ.md
    • docs/internals/CLIENT-READERS.md
    • docs/internals/CLIENT-WRITERS.md
    • docs/internals/CONNECTION-FILTERS.md
    • docs/internals/SCORECARD.md
    • docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.md
    • docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.md
    • docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.md
    • docs/tests/HTTP.md
    • lib/http.c
  2. Change #259328

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 28 Feb 2026 13:16:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bcc8144b896a49738cd60cbbe8e4f8e6f70461ef

    Comments

    clang-tidy: silence more minor issues found by v22
    Also one found manually in lib/curl_sha512_256.c.
    
    Follow-up to 7a08c5d820fcf237688562a237a05000214db789 #20762
    
    Closes #20770

    Changed files

    • lib/curl_sha512_256.c
    • lib/openldap.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/rustls.c