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

Builder curl-ares-solaris10-sparc Build #2279

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 27 mins, 1 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 2279 Build
codebase Build
got_revision 679f18ef80fe43860591965c58da682504198e4b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 679f18ef80fe43860591965c58da682504198e4b 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. Daniel Stenberg

Timing:

StartThu Oct 3 10:40:30 2024
EndThu Oct 3 18:11:14 2024
Elapsed7 hrs, 30 mins, 44 secs

All Changes:

:

  1. Change #210175

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Oct 2024 08:33:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ebd9d67b8a4fb50673b8a255ee3b14180d7313c2

    Comments

    vtls: convert pubkey_pem_to_der to use dynbuf
    ... instead of malloc and "manual" buffer stuffing
    
    Closes #15126

    Changed files

    • lib/vtls/vtls.c
  2. Change #210176

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Oct 2024 08:33:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98591551dc5f78c433178353a736d2852bca2e65

    Comments

    vtls: convert Curl_pin_peer_pubkey to use dynbuf
    Closes #15126

    Changed files

    • lib/vtls/vtls.c
  3. Change #210191

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Oct 2024 09:28:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 78ed473dbc188e107a19f81d9c84aad56d1fa438

    Comments

    wolfssl: add proper colon separator
    Follow-up to 6fd5a9777acb720e1ac872478151e8b1
    
    Fixes #15132
    Reported-by: Viktor Szakats
    Closes #15134

    Changed files

    • lib/vtls/wolfssl.c
  4. Change #210192

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Oct 2024 09:31:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bcec0840b0e89777b35051e06cfb370cbd0431a2

    Comments

    lib: use bool/TRUE/FALSE properly
    booleans should use the type 'bool' and set the value to TRUE/FALSE
    
    non-booleans should not be 'bool' and should not set the value to
    TRUE/FALSE
    
    Closes #15123

    Changed files

    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/conncache.c
    • lib/curl_fnmatch.c
    • lib/curl_rtmp.c
    • lib/curl_trc.c
    • lib/doh.c
    • lib/ftp.c
    • lib/ftplistparser.c
    • lib/getinfo.c
    • lib/hostip.c
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/http_chunks.c
    • lib/imap.c
    • lib/mprintf.c
    • lib/multi.c
    • lib/netrc.c
    • lib/openldap.c
    • lib/progress.c
    • lib/rtsp.c
    • lib/sendf.c
    • lib/smb.c
    • lib/url.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/gsasl.c
    • lib/version_win32.c
    • lib/vquic/curl_msh3.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vquic/vquic-tls.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/wolfssh.c
    • lib/vtls/bearssl.c
    • lib/vtls/cipher_suite.c
    • lib/vtls/gtls.c
    • lib/vtls/keylog.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/sectransp.c
    • lib/vtls/wolfssl.c
  5. Change #210193

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Oct 2024 09:34:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 679f18ef80fe43860591965c58da682504198e4b

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES