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

Builder curl-ares-solaris10-i386 Build #3732

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 17 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3732 Build
codebase Build
got_revision 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Nov 15 16:20:20 2025
EndSat Nov 15 22:50:19 2025
Elapsed6 hrs, 29 mins, 59 secs

All Changes:

:

  1. Change #248784

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Nov 2025 13:25:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2dc71ba8bf70fa8d7e345cb0baeb4a4ea804994e

    Comments

    badwords: check indented lines in source code, fix fallouts
    - badwords.pl: add `-a` option to check all lines in source code files.
      Before this patch indented lines were skipped (to avoid Markdown code
      fences.)
    - GHA/checksrc: use `-a` when verifying the source code.
    - GHA/checksrc: disable `So` and `But` rules for source code.
    - GHA/checksrc: add docs/examples to the verified sources.
    - badwords.txt: delete 4 duplicates.
    - badwords.txt: group and sort contractions.
    - badwords.txt: allow ` url = `, `DIR`, `<file name`.
    
    Closes #19536

    Changed files

    • .github/scripts/badwords.pl
    • .github/scripts/badwords.txt
    • .github/workflows/checksrc.yml
    • docs/examples/anyauthput.c
    • docs/examples/connect-to.c
    • docs/examples/cookie_interface.c
    • docs/examples/debug.c
    • docs/examples/ephiperfifo.c
    • docs/examples/ftpupload.c
    • docs/examples/htmltidy.c
    • docs/examples/htmltitle.cpp
    • docs/examples/http2-download.c
    • docs/examples/http2-serverpush.c
    • docs/examples/http2-upload.c
    • docs/examples/http3.c
    • docs/examples/https.c
    • docs/examples/imap-ssl.c
    • docs/examples/log_failed_transfers.c
    • docs/examples/multi-debugcallback.c
    • docs/examples/multi-formadd.c
    • docs/examples/multithread.c
    • docs/examples/parseurl.c
    • docs/examples/pop3-ssl.c
    • docs/examples/rtsp-options.c
    • docs/examples/simple.c
    • docs/examples/simplepost.c
    • docs/examples/smooth-gtk-thread.c
    • docs/examples/smtp-ssl.c
    • docs/examples/threaded-ssl.c
    • docs/examples/urlapi.c
    • lib/altsvc.c
    • lib/cf-h2-proxy.c
    • lib/cf-socket.c
    • lib/cookie.c
    • lib/curl_gethostname.c
    • lib/curlx/fopen.c
    • lib/curlx/inet_ntop.c
    • lib/fake_addrinfo.c
    • lib/file.c
    • lib/ftp.c
    • lib/headers.c
    • lib/hostip.c
    • lib/hsts.c
    • lib/http.c
    • lib/http2.c
    • lib/multi.c
    • lib/multi_ev.c
    • lib/pop3.c
    • lib/progress.c
    • lib/socks.c
    • lib/speedcheck.c
    • lib/url.c
    • lib/urlapi.c
    • lib/vauth/digest.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/apple.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • lib/ws.c
    • src/config2setopts.c
    • src/tool_cb_rea.c
    • src/tool_cb_see.c
    • src/tool_doswin.c
    • src/tool_getparam.c
    • src/tool_operate.c
    • src/tool_operhlp.c
    • src/tool_paramhlp.c
    • src/tool_parsecfg.c
  2. Change #248797

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Nov 2025 15:35:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 554dfa556886c3d7425f6690f3fc408128bf4744

    Comments

    build: drop Windows CE / CeGCC support
    Windows CE support was limited to successful builds with ming32ce
    (a toolchain that hasn't seen an update since 2009, using an ancient gcc
    version and "old mingw"-style SDK headers, that curl deprecated earlier).
    Builds with MSVC were broken for a long time. mingw32ce builds were never
    actually tested and runtime and unlikely to work due to missing stubs.
    Windows CE toolchains also miss to comply with C89. Paired with lack of
    demand and support for the platform, curl deprecated it earlier.
    
    This patch removes support from the codebase to ease maintaining Windows
    codepaths.
    
    Follow-up to f98c0ba834d4b4da480373b732a86976f9064ccd #17924
    Follow-up to 8491e6574cde770b227ca0e1cd66548291f49661 #17379
    Follow-up to 2a292c39846107228201674d686be5b3ed96674d #15975
    
    Closes #17927

    Changed files

    • CMake/CurlSymbolHiding.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • acinclude.m4
    • configure.ac
    • docs/DEPRECATE.md
    • docs/INSTALL.md
    • docs/examples/anyauthput.c
    • docs/examples/block_ip.c
    • docs/examples/externalsocket.c
    • docs/examples/fileupload.c
    • docs/examples/ftpupload.c
    • docs/examples/ftpuploadresume.c
    • docs/examples/http2-download.c
    • docs/examples/http2-upload.c
    • docs/examples/httpput.c
    • docs/examples/log_failed_transfers.c
    • docs/examples/sftpuploadresume.c
    • include/curl/system.h
    • lib/asyn-thrdd.c
    • lib/cf-socket.c
    • lib/config-win32.h
    • lib/connect.c
    • lib/curl_fopen.c
    • lib/curl_setup.h
    • lib/curl_setup_once.h
    • lib/curl_sspi.c
    • lib/curl_sspi.h
    • lib/curl_threads.c
    • lib/curlx/fopen.c
    • lib/curlx/fopen.h
    • lib/curlx/inet_ntop.c
    • lib/curlx/inet_pton.c
    • lib/curlx/strerr.c
    • lib/curlx/version_win32.c
    • lib/curlx/winapi.c
    • lib/easy.c
    • lib/file.c
    • lib/ftp.c
    • lib/getenv.c
    • lib/hostip.c
    • lib/md4.c
    • lib/md5.c
    • lib/memdebug.c
    • lib/rename.c
    • lib/sha256.c
    • lib/strerror.c
    • lib/system_win32.c
    • lib/transfer.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls_scache.c
    • m4/xc-lt-iface.m4
    • src/CMakeLists.txt
    • src/terminal.c
    • src/tool_cb_hdr.c
    • src/tool_cb_rea.c
    • src/tool_cb_see.c
    • src/tool_cb_wrt.c
    • src/tool_cfgable.c
    • src/tool_cfgable.h
    • src/tool_dirhie.c
    • src/tool_doswin.c
    • src/tool_doswin.h
    • src/tool_formparse.c
    • src/tool_getparam.h
    • src/tool_getpass.c
    • src/tool_main.c
    • src/tool_operate.c
    • src/tool_parsecfg.c
    • src/tool_setup.h
    • src/tool_util.c
    • src/tool_util.h
    • tests/libtest/lib505.c
    • tests/libtest/lib525.c
    • tests/libtest/lib541.c
    • tests/libtest/lib556.c
    • tests/libtest/lib582.c
    • tests/server/first.h
    • tests/server/sockfilt.c
    • tests/server/util.c
  3. Change #248801

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Nov 2025 15:56:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e1a045d8985e5daa4d9a4f908ed870a16d8e41e

    Comments

    build: drop support for VS2008 (Windows)
    Require Visual Studio 2010 or newer.
    
    Ref: https://github.com/curl/curl/discussions/15972
    
    Follow-up to dc28bb86c1e466c667ce220fd2e51355cd8bae8d #17798
    Follow-up to 63e513b106113db0b1b68bab347b80cb4cef4e65 #17380
    
    Closes #17931

    Changed files

    • CMake/win32-cache.cmake
    • docs/DEPRECATE.md
    • docs/INSTALL.md
    • lib/config-win32.h
    • lib/curl_setup.h
    • lib/curl_setup_once.h
    • lib/rand.c
    • lib/vtls/schannel_int.h
    • lib/vtls/vtls_spack.c
  4. Change #248802

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Nov 2025 15:56:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 69c89bf3d3137fcbb2b8bc57233182adcf1e2817

    Comments

    openssl: bump minimum OpenSSL version to 3.0.0
    It also means that all supported OpenSSL versions and forks support
    TLSv1.3 after this patch.
    
    It reduces `openssl.c` size by more than 10%, or 400 LOC.
    
    Ref: #18822
    Closes #18330

    Changed files

    • .github/workflows/linux.yml
    • CMakeLists.txt
    • appveyor.sh
    • appveyor.yml
    • docs/INTERNALS.md
    • lib/curl_sha512_256.c
    • lib/dllmain.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • m4/curl-openssl.m4