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

Builder curl-unthreaded-solaris11-i386 Build #4623

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 6 mins, 4 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 4623 Build
codebase Build
got_revision 516a0cd382bfda7e3cd162dab4ff71016eadd9af Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 516a0cd382bfda7e3cd162dab4ff71016eadd9af 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:

StartThu Feb 12 17:30:01 2026
EndThu Feb 12 20:34:12 2026
Elapsed3 hrs, 4 mins, 10 secs

All Changes:

:

  1. Change #257580

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Feb 2026 14:52:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 61df5f466ca9a3f6b731e7be65c6c955a63f9028

    Comments

    tidy-up: miscellaneous
    - curl_ntlm_core, smtp, schannel: fix comments.
    - curl_setup.h: fix to undef before define.
    - tool_doswin, server/sockfilt: reduce variables scopes.
    - tool_doswin: drop an interim variable.
    - windows: replace `SOCKET_ERROR` with `0` to align with rest of code.
    - libssh2: rename variable to align with rest of code.
    - gtls, unit1398: use `#if 0`.
    - curl_trc.h, curlx/inet_ntop.h: add missing parentheses in macro
      expressions.
    - ldap.c: set empty macro to `do {} while(0)`.
    - examples/crawler: rename a non-CURLcode `result` variable.
    - CURLINFO_TLS_SESSION: drop stray colon.
    - add `const` to casts where missing.
    - drop unnecessary parentheses.
    - fix indent.
    - quote style.
    - comment style.
    - whitespace, newlines, fold/unfold.
    
    Closes #20554

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • configure.ac
    • docs/examples/crawler.c
    • docs/examples/sessioninfo.c
    • docs/examples/smooth-gtk-thread.c
    • docs/examples/unixsocket.c
    • docs/examples/usercertinmem.c
    • docs/examples/websocket-updown.c
    • docs/libcurl/opts/CURLINFO_CONDITION_UNMET.md
    • docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.md
    • docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.md
    • docs/libcurl/opts/CURLINFO_TLS_SESSION.md
    • lib/asyn-ares.c
    • lib/bufq.h
    • lib/config-mac.h
    • lib/curl_addrinfo.c
    • lib/curl_ntlm_core.c
    • lib/curl_setup.h
    • lib/curl_trc.c
    • lib/curl_trc.h
    • lib/curlx/fopen.h
    • lib/curlx/inet_ntop.h
    • lib/curlx/timeval.c
    • lib/curlx/warnless.c
    • lib/cw-pause.c
    • lib/doh.c
    • lib/dynhds.h
    • lib/ftp.c
    • lib/headers.h
    • lib/hsts.c
    • lib/http.c
    • lib/http1.h
    • lib/http_chunks.c
    • lib/imap.c
    • lib/ldap.c
    • lib/mprintf.c
    • lib/setopt.c
    • lib/smtp.c
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/telnet.c
    • lib/transfer.c
    • lib/url.c
    • lib/urlapi.c
    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/gtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel.h
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_int.h
    • lib/vtls/vtls_scache.c
    • lib/vtls/wolfssl.c
    • lib/vtls/x509asn1.c
    • m4/curl-override.m4
    • scripts/cd2cd
    • scripts/cd2nroff
    • scripts/checksrc.pl
    • scripts/ciconfig.pl
    • scripts/cijobs.pl
    • scripts/managen
    • scripts/mk-ca-bundle.pl
    • scripts/top-complexity
    • src/mkhelp.pl
    • src/tool_cb_rea.c
    • src/tool_doswin.c
    • src/tool_getparam.c
    • src/tool_setopt.c
    • tests/ftpserver.pl
    • tests/libtest/first.h
    • tests/libtest/lib1560.c
    • tests/libtest/lib678.c
    • tests/runner.pm
    • tests/runtests.pl
    • tests/secureserver.pl
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/serverhelp.pm
    • tests/servers.pm
    • tests/sshhelp.pm
    • tests/sshserver.pl
    • tests/unit/unit1398.c
  2. Change #257611

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Feb 2026 16:29:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 516a0cd382bfda7e3cd162dab4ff71016eadd9af

    Comments

    cmake: add `BORINGSSL_VERSION` configuration variable, test in CI
    To simplify setting BoringSSL version, using:
    `-DBORINGSSL_VERSION=0.20260211.0`
    or
    `-DBORINGSSL_VERSION=${boringssl_version}`
    
    Previously it could be set via C flags, using complicated shell quotes:
    `-DCMAKE_C_FLAGS="-DCURL_BORINGSSL_VERSION=\\\"${boringssl_version}\\\""`
    (the C flags method remains, also for autotools)
    
    It'd be nice if BoringSSL published its version not just via
    `MODULE.bazel` in its source tree, but from its public headers, to make
    these workarounds unnecessary.
    
    Also:
    - GHA/http3-linux: test both options.
    
    Closes #20571

    Changed files

    • .github/workflows/http3-linux.yml
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • lib/curl_config-cmake.h.in