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

Builder curl-threaded-solaris10-i386 Build #4246

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9d94b1a06620ed838ae1354b414316e5f707486a
Got Revision9d94b1a06620ed838ae1354b414316e5f707486a
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 10 mins, 52 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4246 Build
codebase Build
got_revision 9d94b1a06620ed838ae1354b414316e5f707486a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9d94b1a06620ed838ae1354b414316e5f707486a Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Diogo Correia
  2. Viktor Szakats

Timing:

StartTue Feb 24 09:08:49 2026
EndWed Feb 25 00:38:29 2026
Elapsed15 hrs, 29 mins, 39 secs

All Changes:

:

  1. Change #258734

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Feb 2026 18:57:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65262be0ab08b7c696ed127adf207b1b0e6d006d

    Comments

    clang-tidy: enable `readability-math-missing-parentheses`, adjust code
    No functional changes.
    
    Also:
    - md4, md5: drop redundant parentheses from macro values.
    
    Closes #20691

    Changed files

    • .clang-tidy.yml
    • lib/cf-h1-proxy.c
    • lib/curl_ntlm_core.c
    • lib/curlx/base64.c
    • lib/curlx/strparse.c
    • lib/curlx/timeval.c
    • lib/escape.c
    • lib/ftp.c
    • lib/hmac.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/md4.c
    • lib/md5.c
    • lib/mime.c
    • lib/parsedate.c
    • lib/pop3.c
    • lib/smb.c
    • lib/urlapi.c
    • lib/vauth/digest.c
    • lib/vauth/ntlm.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/keylog.c
    • lib/vtls/mbedtls.c
    • lib/vtls/x509asn1.c
    • src/tool_cb_prg.c
    • src/tool_getparam.c
    • src/tool_operate.c
    • src/tool_paramhlp.c
    • src/tool_setopt.c
    • src/tool_urlglob.c
    • tests/libtest/first.c
    • tests/libtest/lib530.c
    • tests/libtest/lib582.c
    • tests/libtest/lib597.c
    • tests/libtest/lib666.c
    • tests/libtest/lib758.c
    • tests/server/rtspd.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/unit/unit1309.c
  2. Change #258779

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Feb 2026 00:48:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 453470fab1bd2920d40af67620d24d711770fd61

    Comments

    spacecheck: double spaces in folded strings, fix fallouts
    Closes #20695

    Changed files

    • lib/http2.c
    • lib/rtsp.c
    • lib/tftp.c
    • lib/vtls/schannel.c
    • scripts/spacecheck.pl
  3. Change #258782

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Feb 2026 01:11:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67298a80b3a2d092d801a4dc4a6f115935092eec

    Comments

    INSTALL-CMAKE.md: document the `curl` build target
    Can be useful to together with `testdeps` to build all binaries.
    
    Closes #20694

    Changed files

    • docs/INSTALL-CMAKE.md
  4. Change #258792

    Category curl
    Changed by Diogo Correia <meohnoyoudont@diogotc.com>
    Changed at Tue 24 Feb 2026 08:15:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d94b1a06620ed838ae1354b414316e5f707486a

    Comments

    docs: use dot instead of comma at end of sentences
    Some sentences incorrectly ended with a command instead of a dot.
    
    Closes #20700

    Changed files

    • docs/CONTRIBUTE.md
    • docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md