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

Builder curl-threaded-solaris10-sparc Build #3040

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 51 mins, 28 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 3040 Build
codebase Build
got_revision 2f768b8c62151f83d8ffe92c1fcea4de1fc257fd Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2f768b8c62151f83d8ffe92c1fcea4de1fc257fd 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. Samuel Henrique
  3. Stanislav Fort
  4. Viktor Szakats
  5. renovate[bot]
  6. x2018

Timing:

StartMon Nov 10 10:38:35 2025
EndMon Nov 10 23:05:19 2025
Elapsed12 hrs, 26 mins, 44 secs

All Changes:

:

  1. Change #248168

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 10 Nov 2025 02:00:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2701ac6a4d16a62130dad05be1c484903b8545c7

    Comments

    processhelp.pm: log taskkill pid info, add debug envs, enable in CI
    To debug the Windows CI fails further. Acting on the suspicions that
    `taskkill` may sometimes be applied to the wrong process.
    
    - log task info, and task child info before calling `taskkill` on a PID.
      (on native Windows.)
      One of the calls needs PowerShell.
    
    - add env `CURL_TEST_NO_TASKKILL` to disable using `taskkill`.
    
    - add env `CURL_TEST_NO_TASKKILL_TREE` to use `taskkill` without
      `-t`, meaning to kill the process, but not child processes.
    
    - GHA/windows: disable `taskkill` calls, to see what happens.
      I'll revert or tweak this in a future commit depending on results.
    
    Ref: https://github.com/curl/curl/discussions/14854#discussioncomment-13062859
    Ref: https://github.com/curl/curl/discussions/14854#discussioncomment-14913014
    
    Closes #19421

    Changed files

    • .github/scripts/typos.toml
    • .github/workflows/windows.yml
    • tests/processhelp.pm
  2. Change #248185

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Nov 2025 07:49:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c791223743d227bb0773fc4d2b723404b0fdda96

    Comments

    setopt: disable CURLOPT_HAPROXY_CLIENT_IP on NULL
    As documented.
    
    Reported-by: Stanislav Fort (Aisle Research)
    Closes #19434

    Changed files

    • lib/setopt.c
  3. Change #248200

    Category curl
    Changed by Samuel Henrique <samuelophohnoyoudont@debian.org>
    Changed at Mon 10 Nov 2025 08:52:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 79d3e1d7d44dda65fdc303a53a44109583135b12

    Comments

    wcurl: import v2025.11.09
    Closes #19430

    Changed files

    • scripts/wcurl
  4. Change #248201

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Nov 2025 08:53:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 00872d5c98bf977eff7d4276eb7379c2b3a7eed6

    Comments

    rtmp: fix double-free on URL parse errors
    Reported-by: Stanislav Fort (Aisle Research)
    Closes #19438

    Changed files

    • lib/curl_rtmp.c
  5. Change #248202

    Category curl
    Changed by Stanislav Fort <stanislav.fortohnoyoudont@aisle.com>
    Changed at Mon 10 Nov 2025 08:54:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b0aba1005bf4f0f1eef467cf1e0ef4728421a6fd

    Comments

    cshutdn: acknowledge FD_SETSIZE for shutdown descriptors
    In the logic called for curl_multi_fdset().
    
    File descriptors larger than FD_SETSIZE size are simply ignored, which
    of course will make things break but at least it does not trash memory.
    
    Reported-by: Stanislav Fort (Aisle Research)
    Closes #19439

    Changed files

    • lib/cshutdn.c
  6. Change #248206

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Mon 10 Nov 2025 09:07:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 87149c8383f7cdc85cd4780256afc1b5a923bac8

    Comments

    mqtt: properly handle the message which exceeds maxsize
    We should goto fail as topic is allocated.
    
    Follow-up to 92fd791
    
    Closes #19417

    Changed files

    • lib/mqtt.c
  7. Change #248207

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Mon 10 Nov 2025 09:14:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision baafa5ff7664230ac4475dc9227e842cc09c8151

    Comments

    schannel: fix potental memory leak of cert_store_path on four error paths
    Closes #19423

    Changed files

    • lib/vtls/schannel.c
  8. Change #248212

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Nov 2025 09:16:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 660f2446404ca7ba36877bf7f02442e05a2299d1

    Comments

    urlapi: fix mem-leaks in curl_url_get error paths
    Reported-by: Stanislav Fort (Aisle Research)
    Closes #19440

    Changed files

    • lib/urlapi.c
  9. Change #248213

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Mon 10 Nov 2025 09:20:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 323b33d51f79bbfa115cbc966c78619cb95b14f4

    Comments

    digest_sspi: properly free sspi identity
    Closes #19426

    Changed files

    • lib/vauth/digest_sspi.c
  10. Change #248214

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 10 Nov 2025 09:21:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 24774bbb5e084ab0cc2b16c62c9673b22eaf33eb

    Comments

    GHA: update awslabs/aws-lc to v1.63.0
    Closes #19435

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  11. Change #248218

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Nov 2025 09:48:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4efe88ee7e40fc7e02d356ecb5371d482a088047

    Comments

    renovate.json: drop parentheses from group names
    They make git branch names using those parentheses, that need to be
    quoted when used with git command lines. Avoid parentheses for easier to
    use branch names.
    
    Follow-up to f77c574445532e3c17e62
    
    Closes #19441

    Changed files

    • renovate.json
  12. Change #248222

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 10 Nov 2025 10:09:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f768b8c62151f83d8ffe92c1fcea4de1fc257fd

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES