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

Builder curl-threaded-solaris10-sparc Build #3459

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 41 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 57 mins, 12 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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3459 Build
codebase Build
got_revision d442be2ce30574728dd023e8ef0830357e08c7cd Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d442be2ce30574728dd023e8ef0830357e08c7cd 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

Timing:

StartTue Feb 3 01:16:37 2026
EndTue Feb 3 19:20:44 2026
Elapsed18 hrs, 4 mins, 7 secs

All Changes:

:

  1. Change #256838

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

    Comments

    build: tidy up curl-specific fstat calls and stat struct type
    To avoid redefining the `fstat` system symbol, and to clarify
    `struct_stat` is a curl symbol.
    
    - introduce `curlx_fstat()` macro and use it.
    - rename `struct_stat` to `curl_struct_stat`.
    
    Also:
    - tests: replace direct `curlx_win32_stat()` call with `curlx_stat()`.
    - checksrc: disallow direct `_fstati64` and `fstat()` calls, except in
      examples.
    
    Closes #20496

    Changed files

    • docs/examples/.checksrc
    • docs/internals/CODE_STYLE.md
    • lib/curl_fopen.c
    • lib/curl_setup.h
    • lib/curlx/fopen.c
    • lib/curlx/fopen.h
    • lib/file.c
    • lib/mime.c
    • lib/vssh/libssh2.c
    • scripts/checksrc.pl
    • src/tool_doswin.c
    • src/tool_filetime.c
    • src/tool_formparse.c
    • src/tool_getparam.c
    • src/tool_operate.c
    • tests/libtest/lib505.c
    • tests/libtest/lib525.c
    • tests/libtest/lib541.c
    • tests/libtest/lib568.c
    • tests/libtest/lib572.c
    • tests/libtest/lib582.c
    • tests/server/util.c
  2. Change #256850

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 02 Feb 2026 23:29:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ffdbc04c7b039f5306454d207c2909ffaaff1794

    Comments

    hostip.c: fix leak of addrinfo
    When creating a dns entry, the addrinfo is passed into the entry on
    success and needed deallocation by the caller on failure.
    
    Change the signature to have Curl_dnscache_mk_entry() *always* take
    ownership of the addrinfo, even on failure. Change parameter to address
    of pointer so that call always clears it.
    
    This makes the handling of failures to Curl_dnscache_mk_entry() simpler.
    
    Fixes #20465
    Closes #20468

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/doh.c
    • lib/hostip.c
    • lib/hostip.h
  3. Change #256852

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 02 Feb 2026 23:44:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 76c4c8d411926cddd784df4b4ce3287340b5b656

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. Change #256861

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 03 Feb 2026 00:59:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d442be2ce30574728dd023e8ef0830357e08c7cd

    Comments

    typos: silence false positives found in C code
    Closes #20500

    Changed files

    • .github/scripts/typos.toml