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

Builder curl-threaded-solaris10-sparc Build #3506

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf6840572c48dfe5e1ada3f2aa49a1b6565fc4d5c
Got Revisionf6840572c48dfe5e1ada3f2aa49a1b6565fc4d5c
Changes12 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. huanghuihui0904

Timing:

StartMon Mar 9 13:08:13 2026
EndTue Mar 10 06:46:46 2026
Elapsed17 hrs, 38 mins, 33 secs

All Changes:

:

  1. Change #260320

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 08 Mar 2026 22:43:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e090be9f73a7a71459ef678c7cc4b1f75e3ea883

    Comments

    smb: free the path in the request struct properly
    Closes #20854

    Changed files

    • lib/smb.c
  2. Change #260321

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 08 Mar 2026 22:43:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1f8cfa049d7a0ea595863abf0230198972873ad6

    Comments

    test1850: verify the SMB request path use for two transfers

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1850
  3. Change #260325

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 08 Mar 2026 23:08:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4a15bc13f4b3d4dac8510dc58b093536ac87962b

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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