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

Builder curl-unthreaded-solaris11-i386 Build #4358

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Dec 21 12:43:41 2025
EndSun Dec 21 12:46:16 2025
Elapsed2 mins, 35 secs

All Changes:

:

  1. Change #252964

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 21 Dec 2025 12:39:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8415a8296f76c0f030b09f79eb75ebf8d71b8b8

    Comments

    lib: drop, or replace `sendf.h` with `curl_trc.h` where possible
    - replace `sendf.h` with `curl_trc.h` where it was included just for it.
    - drop unused `curl_trc.h` includes.
    - easy: delete obsolete comment about `send.h` include reason.
    
    Also:
    - move out `curl_trc.h` include from `sendf.h` and include it directly
      in users, where not done already. To flatten the include tree and
      to less rely on indirect includes.
    - stop including `sendf.h` from other headers, replace it with forward
      declaration of `Curl_easy`, as done already elsewhere.
    
    Verified with an all non-unity CI run.
    
    Closes #20061

    Changed files

    • lib/altsvc.c
    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/conncache.c
    • lib/connect.c
    • lib/content_encoding.c
    • lib/cookie.c
    • lib/cshutdn.c
    • lib/curl_gssapi.c
    • lib/curl_sasl.c
    • lib/cw-out.c
    • lib/cw-out.h
    • lib/cw-pause.c
    • lib/cw-pause.h
    • lib/dict.c
    • lib/doh.c
    • lib/easy.c
    • lib/file.c
    • lib/formdata.c
    • lib/ftp.c
    • lib/gopher.c
    • lib/headers.c
    • lib/hostip.c
    • lib/hostip4.c
    • lib/hostip6.c
    • lib/hsts.c
    • lib/http.c
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/http_proxy.c
    • lib/httpsrr.c
    • lib/idn.c
    • lib/imap.c
    • lib/ldap.c
    • lib/mime.c
    • lib/mqtt.c
    • lib/multi.c
    • lib/openldap.c
    • lib/pingpong.c
    • lib/pop3.c
    • lib/progress.c
    • lib/rand.c
    • lib/request.c
    • lib/rtsp.c
    • lib/sendf.c
    • lib/sendf.h
    • lib/setopt.c
    • lib/smb.c
    • lib/smtp.c
    • lib/socks.c
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/telnet.c
    • lib/tftp.c
    • lib/transfer.c
    • lib/url.c
    • lib/vauth/cleartext.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/gsasl.c
    • lib/vauth/krb5_gssapi.c
    • lib/vauth/krb5_sspi.c
    • lib/vauth/ntlm.c
    • lib/vauth/ntlm_sspi.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/spnego_sspi.c
    • lib/vquic/curl_ngtcp2.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/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • lib/vtls/x509asn1.c
    • lib/ws.c
    • tests/unit/unit1652.c