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

Builder curl-ares-solaris11-i386 Build #4360

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6011b838521c5bbeef4718b1e6dbb972339a6aa0
Got Revision6011b838521c5bbeef4718b1e6dbb972339a6aa0
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 26 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4360 Build
codebase Build
got_revision 6011b838521c5bbeef4718b1e6dbb972339a6aa0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6011b838521c5bbeef4718b1e6dbb972339a6aa0 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Dec 21 02:21:54 2025
EndSun Dec 21 02:24:33 2025
Elapsed2 mins, 39 secs

All Changes:

:

  1. Change #252930

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 21 Dec 2025 02:16:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3c1c299b271be4393f2a46756acfd17d14c9ec5c

    Comments

    lib: drop unused curlx headers
    `curlx/base64.h` and `curlx/strparse.h`.
    
    Closes #20054

    Changed files

    • lib/doh.c
    • lib/headers.c
    • lib/http2.c
    • lib/http_aws_sigv4.h
  2. Change #252931

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 21 Dec 2025 02:16:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fdb5152091ce6d1366bec6745fb86019de3d4d5c

    Comments

    lib: drop unused `vtls/vtls.h` includes
    Closes #20057

    Changed files

    • lib/cf-h1-proxy.c
    • lib/curl_sasl.c
    • lib/formdata.c
    • lib/gopher.c
    • lib/http.c
    • lib/http_proxy.c
    • lib/pingpong.c
    • lib/sendf.c
    • lib/smb.c
    • lib/transfer.c
    • lib/vauth/digest.c
    • lib/vauth/ntlm.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
  3. Change #252932

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 21 Dec 2025 02:16:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d4298603b5754fd8cfa1c68862b7ff26d5c64695

    Comments

    tidy-up: `curlx/nonblock.h` includes
    Delete where unused, include where to used to avoid relying on
    side-effect of other headers.
    
    Also: delete "for curlx_nonblock" comments. That's the only symbol
    offered by this header.
    
    Closes #20055

    Changed files

    • lib/cf-ip-happy.h
    • lib/cf-socket.c
    • lib/cf-socket.h
    • lib/connect.h
    • lib/curl_rtmp.c
    • lib/socketpair.c
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/ws.c
  4. Change #252933

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 21 Dec 2025 02:16:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6011b838521c5bbeef4718b1e6dbb972339a6aa0

    Comments

    curl_ntlm_core: move `vauth/vauth.h` include from header to source
    To not include it implicitly for all `curl_ntlm_core.h` users.
    
    Closes #20058

    Changed files

    • lib/curl_ntlm_core.c
    • lib/curl_ntlm_core.h