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

Builder curl-ares-solaris10-sparc Build #3528

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 19 mins, 41 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 3528 Build
codebase Build
got_revision ec22ea2502264dbf4ef883a850056c602d8cc41b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ec22ea2502264dbf4ef883a850056c602d8cc41b 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. Viktor Szakats

Timing:

StartSat Apr 4 19:20:56 2026
EndSun Apr 5 07:28:44 2026
Elapsed12 hrs, 7 mins, 48 secs

All Changes:

:

  1. Change #263440

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 11:35:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e96cb8b1d8ec5cee7e3aaa6463cb3314987c8fff

    Comments

    buildconf: remove
    Not used since 85868537d6d5b (Aug 2020)
    
    Removed from the release tarballs since 91fcbc5d1a489c (Aug 2024)
    
    Closes #21210

    Changed files

    • .gitattributes
    • .github/scripts/distfiles.sh
    • buildconf
  2. Change #263446

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 12:37:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d2110e7fcfe3f66e8fec2e54ebaa05bd9c897ceb

    Comments

    docs: CURLOPT_LOGIN_OPTIONS is a login property
    Test case 1982 verifies this
    
    Closes #21215

    Changed files

    • docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.md
    • tests/data/Makefile.am
    • tests/data/test1982
  3. Change #263457

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 04 Apr 2026 13:55:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c8eeba5225599a1f5750ece1d15751a8bfce0bb

    Comments

    libssh: fix `-Wsign-compare` in 32-bit builds
    Seen with mingw-w64 i686 gcc 15.2.0 (mingw32):
    ```
    D:/a/curl/curl/lib/vssh/libssh.c: In function 'myssh_in_SFTP_QUOTE_STAT':
    D:/a/curl/curl/lib/vssh/libssh.c:1664:13: error: comparison of integer expressions
      of different signedness: 'time_t' {aka 'long int'} and 'unsigned int' [-Werror=sign-compare]
     1664 |     if(date > UINT_MAX)
          |             ^
    cc1.exe: all warnings being treated as errors
    ```
    Ref: https://github.com/curl/curl/actions/runs/23966805891/job/69908216152
    
    Cherry-picked from #21199
    
    Closes #21214

    Changed files

    • lib/vssh/libssh.c
  4. Change #263466

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 04 Apr 2026 15:44:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f419afd058cc00c8a4d7177a34e8e6ce4be7547f

    Comments

    GHA/windows: switch 3 mingw-w64 jobs to ucrt64
    mingw-w64 (using msvcrt) is in legacy status.
    
    Ref: https://www.msys2.org/docs/environments/
    
    Closes #21213

    Changed files

    • .github/workflows/windows.yml
  5. Change #263467

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 04 Apr 2026 15:52:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3b8bb1a86afbaf967163bf6709b1825e11655bf5

    Comments

    GHA/windows: bump OpenSSH-Windows to v10, other improvements
    - use it in a mingw-w64 job.
    - add support for native ARM64 binaries.
    - add ability to use built-in OpenSSH server in mingw-w64 jobs.
    
    Cherry-picked from #21199
    
    Closes #21219

    Changed files

    • .github/workflows/windows.yml
  6. Change #263487

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 17:07:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d6d81e393b790fda5792cbd6aa9c7af82669226

    Comments

    url: set default upload flags to CURLULFLAG_SEEN
    As documented. Not doing this was a regression.
    
    Follow-up to 6758aa722ddf5a6db819b753d96
    
    Reported by Codex Security
    
    Closes #21217

    Changed files

    • lib/url.c
  7. Change #263488

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 17:09:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b669a58f2e046fdd0145eef117e5937cfd57cfa4

    Comments

    CURLOPT_UPLOAD_FLAGS.md: expand
    And list each supported flag in a nicer way
    
    Closes #21218

    Changed files

    • docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md
  8. Change #263489

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 17:10:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 741ee573757e77d489d5fe54a0617d7d907486c7

    Comments

    doh: remove superfluous doh_req check
    It has already been checked previously in the function.
    
    Spotted by CodeSonar
    
    Closes #21216

    Changed files

    • lib/doh.c
  9. Change #263492

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 04 Apr 2026 17:16:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c98d0a2e9aa7ec87d16af8b056e6e7c0d614feec

    Comments

    sshserver.pl: add option to disable KEX algorithms in sshd
    Cherry-picked from #21199
    
    Closes #21220

    Changed files

    • tests/sshserver.pl
  10. Change #263499

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 04 Apr 2026 18:34:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec22ea2502264dbf4ef883a850056c602d8cc41b

    Comments

    GHA/windows: restore libssh, fix to pass tests with 0.12.0
    libssh 0.12.0 on Windows 64-bit Intel fails to connect to sshd (with SSH
    state 30) when using the mlkem768x25519-sha256 KEX. (32-bit Intel, ARM64
    and tested non-Windows platforms work fine.) Fix by disabling this KEX
    for the libssh job.
    
    I do not recommend libssh on Windows due to bugs an insecure behavior.
    
    Also:
    - fix libssh TFLAGS condition for mingw-w64.
    
    Follow-up to e127f8ce843e1c070c0ca2074c10dcc01081a395 #21204
    Follow-up to fcf946e8461b68840e4afb39711a52c9bf622a10 #21195
    
    Closes #21199

    Changed files

    • .github/workflows/windows.yml