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

Builder curl-ares-solaris10-sparc Build #3485

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8ec0e1e109f3a1a886441762380c63b2c300fb64
Got Revision8ec0e1e109f3a1a886441762380c63b2c300fb64
Changes13 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 38 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 56 mins, 35 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 36 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 3485 Build
codebase Build
got_revision 8ec0e1e109f3a1a886441762380c63b2c300fb64 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8ec0e1e109f3a1a886441762380c63b2c300fb64 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. Daniel Stenberg
  2. Viktor Szakats
  3. huanghuihui0904

Timing:

StartTue Mar 10 00:57:25 2026
EndTue Mar 10 18:45:46 2026
Elapsed17 hrs, 48 mins, 21 secs

All Changes:

:

  1. Change #260363

    Category curl
    Changed by huanghuihui0904 <625173ohnoyoudont@qq.com>
    Changed at Mon 09 Mar 2026 09:24:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cbb5544c451f0b104a7753d90c51f1237f6a4037

    Comments

    digest: fix memory leak in auth_create_digest_http_message()
    Signed-off-by: huanghuihui0904 <625173@qq.com>
    
    Closes #20862

    Changed files

    • lib/vauth/digest.c
  2. Change #260402

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 11:35:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ccba492024a478ce6e12a10973872a627e3a7f90

    Comments

    tidy-up: miscellaneous
    Closes #20851

    Changed files

    • .clang-tidy.yml
    • CMakeLists.txt
    • appveyor.sh
    • configure.ac
    • docs/internals/LLIST.md
    • docs/libcurl/curl_easy_getinfo.md
    • docs/libcurl/curl_easy_header.md
    • docs/libcurl/curl_easy_pause.md
    • docs/libcurl/curl_pushheader_bynum.md
    • docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.md
    • docs/libcurl/opts/CURLOPT_CHUNK_DATA.md
    • docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.md
    • docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.md
    • docs/tests/CI.md
    • lib/cf-socket.c
    • lib/cookie.c
    • lib/curlx/version_win32.c
    • lib/doh.h
    • lib/md4.c
    • lib/md5.c
    • lib/parsedate.c
    • lib/sha256.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • scripts/mk-ca-bundle.pl
    • src/Makefile.am
    • tests/libtest/lib560.c
    • tests/libtest/mk-lib1521.pl
    • tests/server/getpart.c
    • tests/server/rtspd.c
    • tests/server/sws.c
    • tests/server/util.c
    • tests/test1119.pl
    • tests/unit/unit1398.c
    • tests/unit/unit2604.c
    • tests/unit/unit2605.c
  3. Change #260403

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 11:35:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6a6826469dded347e62f41cc917d3ac77ff76faa

    Comments

    windows: determine `RtlVerifyVersionInfo` address on global init
    Instead of the first internal call to `curlx_verify_windows_version()`.
    
    To avoid the chance of a race, potentially resulting in initializing
    this address twice. AFAICT it could not cause an issue before this
    patch.
    
    Reported by Codex Security
    
    Follow-up to b17ef873ae2151263667f4b6fb6abfe337e687dc #18009
    
    Closes #20853

    Changed files

    • lib/curlx/version_win32.c
    • lib/curlx/version_win32.h
    • lib/system_win32.c
    • src/tool_doswin.c
  4. Change #260404

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 11:35:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6a09f2ef1d990a85ad86b910128c807f66af5a74

    Comments

    config-win32.h: merge two `#if` branches
    Closes #20856

    Changed files

    • lib/config-win32.h
  5. Change #260405

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 11:35:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7095993380cc3caac014fd95e9de93a6cf0ff16

    Comments

    GHA/windows: pass preprocessor flags via `CPPFLAGS`
    To avoid potential warning with autotools when using `CFLAGS`. Existing
    jobs are not affected.
    
    Also:
    - drop a redundant `export`.
    - ensure not to overwrite per-job options with UWP ones.
    
    Closes #20857

    Changed files

    • .github/workflows/windows.yml
  6. Change #260406

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 11:35:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4cad71d1bf25c61163544d7138b1f9fb8b8380d1

    Comments

    configure: drop always true `if` check (Windows)
    Follow-up to c1bc090d65b8d7d14e811dd36f5e8674be43dff3 #12495
    
    Closes #20858

    Changed files

    • configure.ac
  7. Change #260407

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 11:35:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05189f55491c40a76219707ddb905175ff49f8e1

    Comments

    rand: drop impossible preprocessor branches (wincrypt)
    After targeting Vista as minimum, the non-bcrypt fallback code was
    impossible to reach, because on UWP wincrypt is never available.
    
    After this patch it's more obvious that no-SSL UWP builds only support
    weak random source.
    
    Follow-up to b17ef873ae2151263667f4b6fb6abfe337e687dc #18009
    
    Closes #20859

    Changed files

    • lib/rand.c
  8. Change #260408

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 11:35:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 716dc8ce6cd7f970eecf7b9abb89f1155feb5b93

    Comments

    rand: drop scan-build silencer
    scan-build has been dropped in favor of clang-tidy and this false
    positive no longer triggers with it.
    
    Follow-up to ce4db9c2efca0bd89e556e231d940c988d84a606 #20751
    Follow-up to 02f207a76b45129e4d033c099e6d17581801c76e
    
    Closes #20860

    Changed files

    • lib/rand.c
  9. Change #260409

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 11:35:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6840572c48dfe5e1ada3f2aa49a1b6565fc4d5c

    Comments

    THANKS-filter: update with a new entry
    Closes #20861

    Changed files

    • docs/THANKS-filter
  10. Change #260429

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 09 Mar 2026 13:01:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df5c6b6f54b4231fd4ec77adbe752c10e385efea

    Comments

    docs: handle error in `curl_global_init*` examples
    Also:
    - call cleanup in `curl_global_init_mem()` example.
    
    Closes #20866

    Changed files

    • docs/libcurl/curl_global_init.md
    • docs/libcurl/curl_global_init_mem.md
  11. Change #260481

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Mar 2026 22:06:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 248dd9e55f3016f0aa52a12858bf5f7fd73718c7

    Comments

    x509asn1: make encodeOID stop on too long input
    Plus a minor fixup.
    
    Reported-by: John Rodriguez
    
    Closes #20871

    Changed files

    • lib/vtls/x509asn1.c
  12. Change #260492

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Mar 2026 22:47:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 713287188ed3bde7fc5c36c9ca5e53cfcc9ada56

    Comments

    badwords: move into ./scripts, speed up
    - 'badwords' is now a target in Makefile.am
    
    - change badwords.txt to specify plain "words" instead of regexes so the
      script can build single regexes when scanning, which makes the script
      perform much faster (~6 times faster)
    
    Closes #20869

    Changed files

    • .github/scripts/badwords.ok
    • .github/scripts/badwords.pl
    • .github/scripts/badwords.txt
    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • Makefile.am
    • scripts/Makefile.am
    • scripts/badwords
    • scripts/badwords.ok
    • scripts/badwords.txt
  13. Change #260493

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 09 Mar 2026 22:47:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8ec0e1e109f3a1a886441762380c63b2c300fb64

    Comments

    docs: fixup wording nits
    Mostly sentences starting with bad words

    Changed files

    • docs/HTTP3.md
    • docs/TheArtOfHttpScripting.md
    • docs/VERSIONS.md
    • docs/cmdline-opts/config.md
    • docs/internals/CONNECTION-FILTERS.md
    • docs/internals/MULTI-EV.md
    • docs/internals/TIME-KEEPING.md
    • docs/libcurl/curl_easy_getinfo.md
    • docs/libcurl/curl_global_init_mem.md
    • docs/libcurl/libcurl-tutorial.md