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

Builder curl-ares-solaris10-sparc Build #3499

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision585955cd9ad7b1863477e4425d10646150e42d58
Got Revision585955cd9ad7b1863477e4425d10646150e42d58
Changes20 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 46 mins, 16 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3499 Build
codebase Build
got_revision 585955cd9ad7b1863477e4425d10646150e42d58 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 585955cd9ad7b1863477e4425d10646150e42d58 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jason Stangroome
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartFri Mar 20 03:42:29 2026
EndFri Mar 20 22:00:56 2026
Elapsed18 hrs, 18 mins, 26 secs

All Changes:

:

  1. Change #261519

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:17:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d86fd143a1fbc54124855ff7947ed0b3b9dfcf89

    Comments

    synctime: fix off-by-one read and write to a read-only buffer (Windows)
    Also making the `--synctime` option work.
    
    Off-by-one found by Codex Security
    
    Assisted-by: Jay Satiro
    
    Closes #20987

    Changed files

    • docs/examples/synctime.c
  2. Change #261520

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:17:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59405ffb7d8be6b26e8823dee8ccd604be4ee10d

    Comments

    build: enable `-Wimplicit-int-enum-cast` compiler warning, fix issues
    Offered by clang 21+.
    
    Closes #20990

    Changed files

    • CMake/PickyWarnings.cmake
    • lib/vssh/libssh2.c
    • m4/curl-compilers.m4
    • tests/libtest/cli_hx_download.c
  3. Change #261521

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:17:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86c25c06c92c18fef862d1cc9459cf78a22f72c7

    Comments

    x509asn1: fix to return error in an error case from `encodeOID()`
    Found by Codex Security
    
    Follow-up to d8b0318ad6da7e51f7c94df00a5f165a52580889 #3582
    
    Closes #20991

    Changed files

    • lib/vtls/x509asn1.c
  4. Change #261530

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:27:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1509b0ce6aeb1ec4d3335b8356f5ba318b824f97

    Comments

    sshserver.pl: pass command-line to `system()` safely
    Found by Codex Security
    
    Follow-up to 89f306ae40b678bd91595ba41fe5f9d5ed374897 #16781
    
    Closes #20996

    Changed files

    • tests/sshserver.pl
  5. Change #261531

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 11:27:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1c7a270e26e538af75844653e02361569b5b82d8

    Comments

    sshserver.pl: harden more `system()` calls
    Ref: https://perldoc.perl.org/functions/system
    
    Closes #20997

    Changed files

    • tests/sshserver.pl
  6. Change #261546

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 12:02:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2bb3643bc1b73a048946583f3474201bc46d0df9

    Comments

    sws: fix potential OOB write
    Found by Codex Security
    
    Follow-up to 0aaebf62ec281286afb9e51f2a8088302463df3f
    
    Closes #20988

    Changed files

    • tests/server/sws.c
  7. Change #261547

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 12:02:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fc222ec11f81d3bd18fff826c257f6ac7168b5ca

    Comments

    tool_operate: fix condition for loading `curl-ca-bundle.crt` (Windows)
    It was incorrecly loaded with env `CURL_CA_BUNDLE` unset +
    `SSL_CERT_DIR` set + `SSL_CERT_FILE` unset.
    
    Found by Codex Security
    
    Follow-up to 29bce9857a12b6cfa726a506ab99c4c4c7969364 #11325 #11531
    
    Closes #20989

    Changed files

    • src/tool_operate.c
  8. Change #261548

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 12:02:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6c0772fd7f1c7efe6e40abd6eb1bb7e84d43c06b

    Comments

    openssl: fix memory leaks in ECH code (OpenSSL 3)
    Also drop an unnecessary cast.
    
    Found by Codex Security
    
    Follow-up to a362962b7289ec02b412890c9515657cf0ed50ac #11922
    
    Closes #20993

    Changed files

    • lib/vtls/openssl.c
  9. Change #261549

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 12:02:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3bc6ae55009afbfbcf39b27afa395e27d31de210

    Comments

    mod_curltest: fix allocation size
    It wasn't causing an issue with current usage.
    
    Found by Codex Security
    
    Follow-up to 35cfb081d24ae4c1608601f71890e43907643ae5 #16541
    
    Closes #20994

    Changed files

    • tests/http/testenv/mod_curltest/mod_curltest.c
  10. Change #261550

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 19 Mar 2026 12:02:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9c3dacc5e88e040701d58343ae911c1189cbfc0

    Comments

    GHA: update dependency wolfSSL/wolfssl to v5.9.0
    Closes #20998

    Changed files

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

    Category curl
    Changed by Jason Stangroome <jstangroomeohnoyoudont@rackcorp.com>
    Changed at Thu 19 Mar 2026 12:02:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ae864e824e793c3abf0e8c9c9e96841385a339b2

    Comments

    examples: fix typo in comment
    noticed while reviewing https://github.com/curl/curl/pull/20793
    
    Ref: https://github.com/curl/curl/pull/20793/changes#r2957089487
    
    Closes #21001

    Changed files

    • docs/examples/adddocsref.pl
  12. Change #261552

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 12:02:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 387efe3d28fbf9c708f5f925b53611acb087a839

    Comments

    extract-unit-protos: retain internal paths for includes
    Follow-up to 3058ed3df873c21ebba2007c3b12ed9f37558bfe #20623
    
    Closes #21004

    Changed files

    • scripts/extract-unit-protos
  13. Change #261553

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 12:02:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ce51fb493c9500d612870a0882c1b3c46c19df3a

    Comments

    include: drop 'will' from public headers
    Closes #21005

    Changed files

    • include/curl/curl.h
    • include/curl/curlver.h
    • include/curl/easy.h
    • include/curl/multi.h
    • include/curl/system.h
    • include/curl/typecheck-gcc.h
    • include/curl/urlapi.h
    • scripts/badwords.txt
  14. Change #261572

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 19 Mar 2026 13:55:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 673e14cd33ef720b8c2b7e3485084e6e41a2c9dd

    Comments

    x509asn1: improve encodeOID
    - return error on zero length input
    - return error on OOM or doing too large output
    - fix full 32-bit number support
    - fix the broken handling of the first and second numbers
    - support up to 32-bit minus 80 for the second number
    - a field with a leading 0x80 is now considered an error, since it only
      works as padding and is then no longer the shortest possible version
    
    Add unit tests in 1666
    
    Bonus: removed the last argument to OID2str() as it was always set TRUE.
    
    Closes #21003

    Changed files

    • lib/vtls/x509asn1.c
    • tests/data/Makefile.am
    • tests/data/test1666
    • tests/unit/Makefile.inc
    • tests/unit/unit1666.c
  15. Change #261575

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 14:21:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31add1032227136cf35b2a6b44a5c53786b39cfe

    Comments

    docs: enable more compiler warnings for C snippets, fix 3 finds
    Also:
    - sync gcc option order.
    - unfold lines in C snippet.
    
    Closes #21006

    Changed files

    • .github/scripts/verify-examples.pl
    • .github/scripts/verify-synopsis.pl
    • docs/libcurl/curl_mime_data_cb.md
    • docs/libcurl/curl_ws_recv.md
    • docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md
  16. Change #261577

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 14:26:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 51f813308e5ef1e952c1a46ed247f93bfea0eb42

    Comments

    scripts: harden / tidy up more Perl `system()` calls
    Closes #21007

    Changed files

    • .github/scripts/cmp-config.pl
    • .github/scripts/verify-examples.pl
    • .github/scripts/verify-synopsis.pl
    • scripts/cdall
    • scripts/randdisable
    • scripts/spacecheck.pl
    • tests/certs/genserv.pl
    • tests/libtest/test613.pl
    • tests/sshserver.pl
    • tests/testcurl.pl
  17. Change #261585

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 15:04:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f95fadd116d54f9031e3ba081e09e5a4f3aa7209

    Comments

    x509asn1: move declaration to header
    Fixing clang-tidy warning:
    ```
    tests/unit/unit1666.c:50:12: error: call to undeclared function 'encodeOID'; ISO C99 and later do not support implicit function declarations [clang-diagnostic-implicit-function-declaration]
       50 |   result = encodeOID(dbuf, oid, oid + spec->size);
          |            ^
    ```
    Ref: https://github.com/curl/curl/actions/runs/23297585235/job/67749144361?pr=21008#step:46:736
    
    Follow-up to 673e14cd33ef720b8c2b7e3485084e6e41a2c9dd #21003
    
    Closes #21010

    Changed files

    • lib/vtls/x509asn1.c
    • lib/vtls/x509asn1.h
  18. Change #261586

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 15:06:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a9e341a469fe1b24b1f9d6947adfd020c64ba43f

    Comments

    optiontable: replace stdin with filename arg, harden `open()` call
    Closes #21008

    Changed files

    • lib/CMakeLists.txt
    • lib/Makefile.am
    • lib/optiontable.pl
    • tests/test1276.pl
  19. Change #261623

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 17:54:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 43397b0283d4cdb10797e7ead6eacbe09f8a3e77

    Comments

    cmake: extend C89-specific warning suppressions to all llvm/clang
    From Apple clang-only prior to this patch.
    
    Silencing (seen after macos-15 runner accidentally switched to
    llvm/clang by default):
    ```
    /Users/runner/work/curl/curl/lib/curlx/warnless.h:64:1: error: '_Bool' is a C99 extension [-Werror,-Wc99-extensions]
       64 | bool curlx_sztouz(ssize_t sznum, size_t *puznum);
          | ^
    /opt/homebrew/Cellar/llvm@18/18.1.8/lib/clang/18/include/stdbool.h:20:14: note: expanded from macro 'bool'
       20 | #define bool _Bool
          |              ^
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/23304345180/job/67774031335?pr=21014#step:11:39
    
    Follow-up to 09c9afdd711d0b2ee9f524a235803e755e1074b7 #20363
    Ref: https://github.com/actions/runner-images/issues/13827
    
    Closes #21015

    Changed files

    • CMake/PickyWarnings.cmake
  20. Change #261666

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 01:42:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 585955cd9ad7b1863477e4425d10646150e42d58

    Comments

    servers.pm: fix to check gopher6 server on its ipv6 port
    Found by Codex Security
    
    Closes #21016

    Changed files

    • tests/servers.pm