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

Builder curl-ares-solaris10-sparc Build #3464

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision25512ab34e1852c6a33aff56075989e132919a3b
Got Revision25512ab34e1852c6a33aff56075989e132919a3b
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 47 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3464 Build
codebase Build
got_revision 25512ab34e1852c6a33aff56075989e132919a3b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 25512ab34e1852c6a33aff56075989e132919a3b Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Christian Schmitz
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartSun Feb 22 06:48:35 2026
EndMon Feb 23 00:52:25 2026
Elapsed18 hrs, 3 mins, 50 secs

All Changes:

:

  1. Change #258425

    Category curl
    Changed by Christian Schmitz <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Sat 21 Feb 2026 14:55:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d19c9e4e632f23812d2781f409f4d338e4a14f45

    Comments

    request.h: rename parameter 'buf' to 'req' in Curl_req_send
    Someone renamed the parameter, so we need to rename the documentation.
    
    Closes #20660

    Changed files

    • lib/request.h
  2. Change #258426

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 21 Feb 2026 14:56:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 078b3031eaf2e44ada1fe067d5e5c3104cbc0772

    Comments

    easy: reset pausing when resetting request
    When the easy handle's request is reset, this needs to also reset
    any pausing/ratelimit state.
    
    Reported-by: Natris on github
    Fixes #20641
    Closes #20643

    Changed files

    • lib/request.c
  3. Change #258431

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Feb 2026 15:06:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 020f48d00c18eeb9af5f8230c34e5bb83d7f8a41

    Comments

    clang-tidy: drop some redundant conditions reported by `misc-redundant-expression`
    Not enforced due to false positives, and because in cases a redundant
    expression (e.g. encapsulated in a macro) may be preferred.
    
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/misc/redundant-expression.html
    
    Closes #20644

    Changed files

    • lib/cf-h2-proxy.c
    • lib/http2.c
    • lib/multi.c
    • lib/vtls/vtls_scache.c
  4. Change #258432

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Feb 2026 15:06:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b35e58b24c4b0ae7366d733fb36ac8bd57b73739

    Comments

    openssl: fix potential OOB read in debug/verbose logging
    Reported-by: aisle-research-bot
    Bug: https://github.com/curl/curl/pull/20654#discussion_r2834860711
    
    Closes #20656

    Changed files

    • lib/vtls/openssl.c
  5. Change #258433

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Feb 2026 15:06:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a0244c536ecd5307316ae0cfcc74ba9602438d3b

    Comments

    inet_pton: scope an include
    Closes #20661

    Changed files

    • lib/curlx/inet_pton.c
  6. Change #258450

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Feb 2026 18:37:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1a39f221d57354990e3eeeddc3404aede2aff70

    Comments

    url: fix copy and paste url_match_auth_nego mistake
    Follow-up to 34fa034
    Reported-by: dahmono on github
    Closes #20662

    Changed files

    • lib/url.c
  7. Change #258465

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Feb 2026 00:13:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9ce9afa3120a1ce0b41dffe75716c71fc6dbbac9

    Comments

    silent.md: also mention it shuts off warning messages
    Closes #20664

    Changed files

    • docs/cmdline-opts/silent.md
  8. Change #258475

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 00:58:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 139307865a32a1a229e7517946e979e19e2f42c0

    Comments

    clang-tidy: check `bugprone-macro-parentheses`, fix fallouts
    Also:
    - lib/parsedate: avoid relying on side-effect of missing parentheses.
    - lib/http: drop redundant parentheses.
    - fix cases in headers missed by clang-tidy.
    
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/macro-parentheses.html
    
    Closes #20647

    Changed files

    • .clang-tidy.yml
    • include/curl/curl.h
    • lib/cf-socket.c
    • lib/cfilters.h
    • lib/curl_sasl.h
    • lib/curl_share.h
    • lib/curlx/strparse.c
    • lib/ftp.c
    • lib/getinfo.c
    • lib/hash.c
    • lib/http.c
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/idn.c
    • lib/mprintf.c
    • lib/parsedate.c
    • lib/setopt.c
    • lib/sigpipe.h
    • lib/telnet.c
    • lib/uint-hash.c
    • lib/url.c
    • lib/urlapi.c
    • lib/urldata.h
    • src/tool_cb_wrt.c
    • src/tool_parsecfg.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • src/tool_vms.h
    • src/var.c
    • tests/libtest/first.h
    • tests/libtest/lib2405.c
    • tests/libtest/lib557.c
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/unitcheck.h
    • tests/server/first.h
    • tests/server/tftpd.c
  9. Change #258476

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 00:58:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 25512ab34e1852c6a33aff56075989e132919a3b

    Comments

    build: adjust minimum version for some clang picky warnings
    Enable 3 warnings earlier with autotools, update comments for the rest.
    
    Ref: https://godbolt.org/
    
    Closes #20665

    Changed files

    • CMake/PickyWarnings.cmake
    • m4/curl-compilers.m4