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

Builder curl-unthreaded-solaris10-i386 Build #16460

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondf5c6b6f54b4231fd4ec77adbe752c10e385efea
Got Revisiondf5c6b6f54b4231fd4ec77adbe752c10e385efea
Changes10 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 47 mins, 9 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 17 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. huanghuihui0904

Timing:

StartMon Mar 9 16:34:29 2026
EndTue Mar 10 07:05:02 2026
Elapsed14 hrs, 30 mins, 32 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