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

Builder curl-unthreaded-solaris10-i386 Build #16716

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 mins, 20 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 50 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 14 mins, 28 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16716 Build
codebase Build
got_revision 24c86d189a73ae2eb67448a616a90d393c826780 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 24c86d189a73ae2eb67448a616a90d393c826780 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. Patrick Monnerat
  2. Stefan Eissing

Timing:

StartWed Sep 9 20:25:58 2026
EndThu Sep 10 06:40:32 2026
Elapsed10 hrs, 14 mins, 33 secs

All Changes:

:

  1. 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
  2. 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
  3. 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