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

Builder curl-unthreaded-solaris11-sparc Build #4043

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision20c90ba2987b8924fbb99fca405e23acb901d0ad
Got Revision20c90ba2987b8924fbb99fca405e23acb901d0ad
Changes2 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4043 Build
codebase Build
got_revision 20c90ba2987b8924fbb99fca405e23acb901d0ad Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 20c90ba2987b8924fbb99fca405e23acb901d0ad Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartWed Jun 11 12:51:15 2025
EndWed Jun 11 14:26:12 2025
Elapsed1 hrs, 34 mins, 56 secs

All Changes:

:

  1. Change #231968

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Jun 2025 11:14:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3934431421eaf881dc093bb915fa0d9e4c47f7d3

    Comments

    tidy-up: drop BearSSL and Secure Transport reference remains
    Follow-up to 08a3e8e19a59d1530bfb208e187ac7c34c978dfd #16677
    
    Closes #17582

    Changed files

    • .github/workflows/macos.yml
    • docs/cmdline-opts/ca-native.md
    • docs/cmdline-opts/proxy.md
    • tests/data/test2089
    • tests/http/test_17_ssl_use.py
    • tests/unit/unit1657.c
  2. Change #231969

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Jun 2025 11:21:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 20c90ba2987b8924fbb99fca405e23acb901d0ad

    Comments

    lib: unify recv/send function signatures
    cfilter/conn: change send/recv function signatures. Unify the
    calling/return conventions in our send/receive handling.
    
    Curl_conn_recv(), adjust pnread type
    
    Parameter `pnread` was a `ssize_t *`, but `size_t *` is better since the
    function returns any error in its `CURLcode` return value.
    
    Closes #17546

    Changed files

    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/cf-haproxy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/curl_rtmp.c
    • lib/easy.c
    • lib/http2.c
    • lib/krb5.c
    • lib/mqtt.c
    • lib/multi.c
    • lib/openldap.c
    • lib/pingpong.c
    • lib/smb.c
    • lib/socks.c
    • lib/socks.h
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/telnet.c
    • lib/transfer.c
    • lib/transfer.h
    • lib/urldata.h
    • lib/vquic/curl_msh3.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/wolfssh.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c