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

Builder curl-ares-solaris10-sparc Build #3760

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 30 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 3760 Build
codebase Build
got_revision 24c86d189a73ae2eb67448a616a90d393c826780 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 24c86d189a73ae2eb67448a616a90d393c826780 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. Patrick Monnerat
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartWed Sep 9 14:08:12 2026
EndThu Sep 10 04:32:57 2026
Elapsed14 hrs, 24 mins, 44 secs

All Changes:

:

  1. Change #281213

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 09 Sep 2026 10:37:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9572e7914a4566e5356a096cd7df2d2634417eab

    Comments

    shellcheck-ci.sh: drop redundant GHA expression filter
    GHA expressions are no longer used and no longer allowed in GHA scripts.
    
    Follow-up to 17a669426f36b467dfd945b4b35f6211598b7977 #17537
    
    Closes #22883

    Changed files

    • .github/scripts/shellcheck-ci.sh
  2. 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
  3. 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
  4. 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
  5. 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