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

Builder curl-ares-solaris10-i386 Build #4502

Results:

Failed

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision24c86d189a73ae2eb67448a616a90d393c826780
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 9 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4502 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 24c86d189a73ae2eb67448a616a90d393c826780 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrick Monnerat
  2. Stefan Eissing

Timing:

StartWed Sep 9 15:26:30 2026
EndThu Sep 10 01:30:02 2026
Elapsed10 hrs, 3 mins, 31 secs

All Changes:

:

  1. Change #281231

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 09 Sep 2026 11:26:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 43029e2ec37eba2354ced199ccd8898de695858e

    Comments

    url: ntlm/negotiate, prohibit connection reuse on follows
    When a transfer looks for a connection other than its initial origin, do
    not match NTLM/Negotiate using connections.
    
    Closes #22884

    Changed files

    • lib/url.c
  2. Change #281247

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 09 Sep 2026 13:35:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 66aaba7fb33f8dd9867d911b5a24ad3c11239b01

    Comments

    hash: change key arguments to const
    hash.h functions had `void *key` as argument in several functions and
    those should be `const void *key` instead as they are not modified.
    
    Saves a ton of `CURL_UNCONST` use, often on string constants where they
    are definitely not wanted.
    
    Closes #22886

    Changed files

    • lib/conncache.c
    • lib/easy.c
    • lib/file.c
    • lib/ftp.c
    • lib/hash.c
    • lib/hash.h
    • lib/imap.c
    • lib/mqtt.c
    • lib/multi_ev.c
    • lib/openldap.c
    • lib/pop3.c
    • lib/rtsp.c
    • lib/smb.c
    • lib/smtp.c
    • lib/telnet.c
    • lib/tftp.c
    • lib/url.c
    • lib/url.h
    • lib/vauth/vauth.c
    • lib/vdns/doh.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/gtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/wolfssl.c
    • lib/ws.c
    • tests/unit/unit1603.c
  3. Change #281251

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 09 Sep 2026 13:55:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa8bf15ec4480b6f81f51980906cb2dc29b173b5

    Comments

    test440: raise alloc limit
    spurious fails in some Windows CI runs, raise a bit more
    
    Closes #22885

    Changed files

    • tests/data/test440
  4. Change #281258

    Category curl
    Changed by Patrick Monnerat <patrickohnoyoudont@monnerat.net>
    Changed at Wed 09 Sep 2026 14:06:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 24c86d189a73ae2eb67448a616a90d393c826780

    Comments

    os400: document curl_formadd_CCSID multi-chunk peculiarity
    Closes #22887

    Changed files

    • projects/OS400/README.OS400