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

Builder curl-unthreaded-solaris10-i386 Build #15958

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondbe06f38ae34ec43a373c74d65474480ac49191e
Got Revisiondbe06f38ae34ec43a373c74d65474480ac49191e
Changes5 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15958 Build
codebase Build
got_revision dbe06f38ae34ec43a373c74d65474480ac49191e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision dbe06f38ae34ec43a373c74d65474480ac49191e Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Nov 15 22:47:51 2025
EndSat Nov 15 22:55:10 2025
Elapsed7 mins, 18 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. Change #248817

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

    Comments

    DEPRECATE.md: move OpenSSL to past removals
    Follow-up to 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 #18330
    
    Closes #19542

    Changed files

    • docs/DEPRECATE.md
  5. Change #248818

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

    Comments

    DEPRECATE.md: move OpenSSL to past removals (fixup)
    Follow-up to bb213bd76915368ac49c5db9da9d6462c6b8e6cf #19542

    Changed files

    • docs/DEPRECATE.md