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

Builder curl-unthreaded-solaris10-i386 Build #15897

Build In Progress:

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0d1d35fa346907dc3a289a477962ee6b58205cbe
Got Revision0d1d35fa346907dc3a289a477962ee6b58205cbe
Changes11 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Theo Buehler
  4. x2018

Timing:

StartThu Oct 23 14:40:11 2025
Elapsed7 hrs, 27 mins, 2 secs

All Changes:

:

  1. Change #246485

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Oct 2025 07:54:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9e15b0763809bf6f43b1862d561be0c58a69365a

    Comments

    openssl: only try engine/provider if a certificate file/name is provided
    Bug: https://issues.oss-fuzz.com/issues/435278402
    
    Closes #19197

    Changed files

    • lib/vtls/openssl.c
  2. Change #246488

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Thu 23 Oct 2025 08:17:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 28ebaf86ce7d524f8b8088560d70039582acfe32

    Comments

    cw-out: unify the error handling pattern in cw_out_do_write
    to proper set the error status and release resource
    
    Closes #19195

    Changed files

    • lib/cw-out.c
  3. Change #246489

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Thu 23 Oct 2025 08:23:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6032b8f2a22aa5af3cc99ceaf67311b19b6dddd1

    Comments

    vtls: unify the error handling in ssl_cf_connect().
    Check preference at first, then init peer and do connect. Also fixes
    CF_DATA_RESTORE.
    
    Closes #19196

    Changed files

    • lib/vtls/vtls.c
  4. Change #246500

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Oct 2025 10:19:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d922db880c5235eeba481c5be2484d68f610dfff

    Comments

    ntlm: improved error path on bad incoming NTLM TYPE3 message
    No leaks
    
    Reported-by: Tim Becker
    Closes #19198

    Changed files

    • lib/vauth/ntlm.c
  5. Change #246501

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Oct 2025 10:20:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41e6b45eddf5b1a9cdba49f5d1b0294ade373f20

    Comments

    test775: verify NTLM with too long user name set

    Changed files

    • tests/data/Makefile.am
    • tests/data/test775
  6. Change #246502

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Oct 2025 10:20:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a7ece53e96baa014911f4f4a757b78559f91d19d

    Comments

    test776: NTLM with too long NTMLv2 ntresplen

    Changed files

    • tests/data/Makefile.am
    • tests/data/test776
  7. Change #246525

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 23 Oct 2025 13:01:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0a79a599a9c09f7173e82eec23607742667a9944

    Comments

    transfer: fix retry for empty downloads on reuse
    When a reused connection did transfer 0 bytes, it assumed the transfer
    had failed and needed a retry. Add a check for data->red.done, so we can
    successfully accept the transfer of a 0-length file via SFTP.
    
    Add test case 1583 to verfiy.
    
    Fix SFTP disconnect debug trace when there was nothing to
    disconnect (like when reusing a connection).
    
    Fixes #19165
    Reported-by: Alexander Blach
    Closes #19189

    Changed files

    • lib/transfer.c
    • lib/vssh/libssh2.c
    • tests/data/Makefile.am
    • tests/data/test1583
    • tests/data/test613
    • tests/data/test614
    • tests/libtest/test613.pl
  8. Change #246526

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 23 Oct 2025 13:03:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a330117bb05f6b68f066a748177bfba13c4da35b

    Comments

    smtp: fix EOB handling
    SMTP automatically appends a \n.\n to an upload if there is not already
    one at the end of the input. The implementation had a bug where this did
    not happen, depending on read size and buffering.
    
    Change test 900 to reproduce the failure. The bug only happened for mail
    body input of known length, where EOS was known on the last chunk read.
    Change test 900 to use an input file and make it large enough.
    
    Fixes #18798
    Closes #19193
    Reported-by: madoe on github

    Changed files

    • lib/smtp.c
    • tests/data/test900
  9. Change #246527

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Oct 2025 13:05:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9752d5fe0b935b0742792c0a3469de7c5a9d4226

    Comments

    netrc: when the cached file is discarded, unmark it as loaded
    Pointed out by ZeroPath
    
    Closes #19199

    Changed files

    • lib/netrc.c
  10. Change #246535

    Category curl
    Changed by Theo Buehler <tbohnoyoudont@openbsd.org>
    Changed at Thu 23 Oct 2025 14:13:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2edce4406594fb30b04acc4e079fa19d5c1f53ec

    Comments

    vtls: remove call to PKCS12_PBE_add()
    Curl is one of the last callers of PKCS12_PBE_add(). It has been a noop
    since OpenSSL 0.9.8k (2006) stubbed it out when moving the built-in PBE
    algorithms to a static table:
    https://github.com/openssl/openssl/commit/b8f702a0affa2087758230967b55df504a176774
    
    Closes #19201

    Changed files

    • lib/setup-vms.h
    • lib/vtls/openssl.c
  11. Change #246537

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Oct 2025 14:18:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d1d35fa346907dc3a289a477962ee6b58205cbe

    Comments

    http: only accept ';' as a separator for custom headers
    When parsing incoming headers, they need to have a plain normal colon.
    
    Previously out of convenience we used the same parser function for both
    cases (incoming + custom set headers via the API) which made the
    function too liberal for incoming HTTP traffic.
    
    Closes #19200

    Changed files

    • lib/http.c