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

Builder curl-unthreaded-solaris10-sparc Build #14058

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6e130eb484bf3d974fbcbc704db051c868e35d7f
Got Revision6e130eb484bf3d974fbcbc704db051c868e35d7f
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 49 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 7 mins, 0 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartThu Jul 30 23:43:09 2026
EndFri Jul 31 15:01:54 2026
Elapsed15 hrs, 18 mins, 44 secs

All Changes:

:

  1. Change #276550

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 10:36:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3e74f127864777de76016a76d547592e756d479

    Comments

    GHA: set `HOMEBREW_NO_INSTALL_CLEANUP=1` where brew is used
    To save work unnecessary in CI context, and to reduce log noise.
    
    Cherry-picked from #22437
    
    Closes #22440

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
  2. Change #276551

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 10:39:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ddb22d12c2a3336b33b3e2c9b7fc0da5b893de49

    Comments

    lib5004: fix memleak on OOM, check all slist append results (httpsig)
    Detected by torture tests:
    ```
    test 5004...[HTTP RFC 9421 B.2.6: Ed25519 POST with headers (RFC test vector)]
     105 functions found, but only fail 25 (23.81%)
    ** MEMORY FAILURE
    Leak detected: memory still allocated: 99 bytes
    At 6000022c9408, there is 36 bytes.
     allocated by /Users/runner/work/curl/curl/lib/slist.c:87
    At 6000039c8e78, there is 31 bytes.
     allocated by /Users/runner/work/curl/curl/lib/slist.c:87
    At 6000037dd688, there is 16 bytes.
     allocated by /Users/runner/work/curl/curl/lib/slist.c:62
    At 6000037dd628, there is 16 bytes.
     allocated by /Users/runner/work/curl/curl/lib/slist.c:62
    LIMIT /Users/runner/work/curl/curl/lib/slist.c:62 malloc reached memlimit
     5004: torture FAILED: function number 10 in test.
    ```
    Ref: https://github.com/curl/curl/actions/runs/30497660391/job/90730128599?pr=22437#step:16:2331
    
    Also:
    - enable HTTPSIG in torture tests.
    - NULL check all `curl_slist_append()` results.
    - apply a NULL check to sibling test 5000 also.
    
    Co-authored-by: Daniel Stenberg
    Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    
    Closes #22437

    Changed files

    • .github/workflows/linux.yml
    • tests/libtest/lib5000.c
    • tests/libtest/lib5004.c
  3. Change #276561

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 30 Jul 2026 11:26:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 83216878e4fdb7748e13d571068b08412c132d66

    Comments

    GHA: update dependency google/boringssl to v0.20260730.0
    Closes #22442

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  4. Change #276562

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 11:26:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c4013cdb85fcb8fa3f0613b5263a09af21832aef

    Comments

    tidy-up: comments, messages, formatting
    - 'null-terminate', sync casing.
    - add an `#endif` comment.
    - avoid a few instances of 'will'.
    - configure: 'aws' -> 'aws-sigv4', where missing.
    - unfold/fold lines.
    - update memzero/strzero comments.
    - uppercase 'CRLF'.
    
    Closes #22443

    Changed files

    • README
    • configure.ac
    • docs/libcurl/opts/CURLOPT_HTTPSIG_ALGORITHM.md
    • docs/libcurl/opts/CURLOPT_HTTPSIG_HEADERS.md
    • docs/libcurl/opts/CURLOPT_HTTPSIG_KEY.md
    • docs/libcurl/opts/CURLOPT_HTTPSIG_KEYID.md
    • lib/curl_ed25519.c
    • lib/curl_gssapi.c
    • lib/curlx/base64.c
    • lib/curlx/strdup.c
    • lib/escape.c
    • lib/ftp.c
    • lib/pop3.c
    • lib/sendf.c
    • lib/smtp.c
    • lib/vauth/ntlm.c
    • projects/OS400/os400sys.c
    • projects/vms/curl_crtl_init.c
    • src/tool_doswin.c
    • tests/ftpserver.pl
    • tests/negtelnetserver.py
    • tests/server/tftpd.c
  5. Change #276567

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 12:00:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b84838073c8d3beb0e870fb4e5e346186a2ecdc0

    Comments

    tidy-up: minor code fixes and improvements
    - schannel: drop redundant parentheses.
    - os400sys: drop redundant includes.
      Follow-up to ebc5212dacd3db8f5315b5a2d676415848e936d5 #22374
    - pytest: replace `()` with `[]` to match rest of tests.
    - libtests: constify some local pointers.
    - libtests: drop redundant `(long)` casts.
    - lib650: use `CURL_CSTRLEN()`.
      Follow-up to 59dc2bbe07c3b5889e0b380e5fa384d338d9d24e #22424
    
    Closes #22444

    Changed files

    • lib/vtls/schannel.c
    • projects/OS400/os400sys.c
    • tests/http/test_02_download.py
    • tests/http/test_21_resolve.py
    • tests/libtest/lib1549.c
    • tests/libtest/lib1582.c
    • tests/libtest/lib3102.c
    • tests/libtest/lib3207.c
    • tests/libtest/lib5000.c
    • tests/libtest/lib5004.c
    • tests/libtest/lib650.c
  6. Change #276568

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Jul 2026 12:00:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1d7b8e6c29e22c88750fb53a01e30be03104a3fd

    Comments

    gitignore: maintenance updates
    - docs/cmdline-opts/.gitignore: also ignore `manpage.tmp.*`.
      Follow-up to a55731050e8c3dbea0b96205cf916443118f6acb #22386 #21239
    
    - ./.gitignore: drop obsolete entries.
      Follow-up to 4f38db1d28a971f938400f558e968fdffb9233a0 #1923
    
    Closes #22445

    Changed files

    • .gitignore
    • docs/cmdline-opts/.gitignore
  7. Change #276596

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 30 Jul 2026 16:17:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5eb2f0757ebe9fa0328acc2bdb4df155a40942cf

    Comments

    curl: help category cleanups
    - add 'mqtt' as a category
    - add more protocol categories to several options
    - make --data worded better to also cover MQTT
    
    Closes #22447

    Changed files

    • docs/cmdline-opts/abstract-unix-socket.md
    • docs/cmdline-opts/basic.md
    • docs/cmdline-opts/compressed-ssh.md
    • docs/cmdline-opts/data.md
    • docs/cmdline-opts/form-escape.md
    • docs/cmdline-opts/key.md
    • docs/cmdline-opts/knownhosts.md
    • docs/cmdline-opts/max-filesize.md
    • docs/cmdline-opts/oauth2-bearer.md
    • docs/cmdline-opts/pass.md
    • docs/cmdline-opts/proxy-header.md
    • docs/cmdline-opts/remote-header-name.md
    • docs/cmdline-opts/sasl-authzid.md
    • docs/cmdline-opts/sasl-ir.md
    • docs/cmdline-opts/show-headers.md
    • docs/cmdline-opts/ssl-reqd.md
    • docs/cmdline-opts/ssl.md
    • docs/cmdline-opts/unix-socket.md
    • docs/cmdline-opts/upload-file.md
    • docs/cmdline-opts/upload-flags.md
    • scripts/managen
    • src/tool_help.c
    • src/tool_help.h
    • src/tool_listhelp.c
    • tests/data/data1461.txt
    • tests/data/test1462
  8. Change #276600

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 30 Jul 2026 22:55:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6e130eb484bf3d974fbcbc704db051c868e35d7f

    Comments

    apple-fast-udp: fix sendmsg_x partial results
    When sending with sendmsg_x(), fix handling of last gso chunk being
    smaller. Handle partial results correctly. Ignore SOCKEMSGSIZE by
    reporting success which drops PMTUD probes into the void.
    
    Closes #22429

    Changed files

    • lib/vquic/vquic.c