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

Builder curl-threaded-solaris11-i386 Build #5347

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision66aaba7fb33f8dd9867d911b5a24ad3c11239b01
Got Revision66aaba7fb33f8dd9867d911b5a24ad3c11239b01
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 5 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 16 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5347 Build
codebase Build
got_revision 66aaba7fb33f8dd9867d911b5a24ad3c11239b01 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 66aaba7fb33f8dd9867d911b5a24ad3c11239b01 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartWed Sep 9 12:09:43 2026
EndWed Sep 9 14:26:27 2026
Elapsed2 hrs, 16 mins, 44 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