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

Builder curl-threaded-solaris10-i386 Build #4322

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2e5d219205ebec64a66bfd29bba73dd5049c434f
Got Revision2e5d219205ebec64a66bfd29bba73dd5049c434f
Changes9 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 45 mins, 8 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 14 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4322 Build
codebase Build
got_revision 2e5d219205ebec64a66bfd29bba73dd5049c434f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2e5d219205ebec64a66bfd29bba73dd5049c434f Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSat Apr 4 23:11:26 2026
EndSun Apr 5 08:48:01 2026
Elapsed9 hrs, 36 mins, 34 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. Change #263529

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 22:32:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e5d219205ebec64a66bfd29bba73dd5049c434f

    Comments

    sendf: fix CR detection if no LF is in the chunk
    When doing line ending conversions, and a chunk contains no '\n', the
    function returned early without updating prev_cr to reflect the last
    byte. It could then lead to CRLFs sequences not get converted when
    occuring right on the boundary border.
    
    Found by Codex Security
    
    Closes #21221

    Changed files

    • lib/sendf.c