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

Builder curl-unthreaded-solaris10-i386 Build #15979

Results:

Build successful

SourceStamp:

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

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, 21 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 15979 Build
codebase Build
got_revision 5fa2d8320c4196435c1d554b06dfdcca73824dec Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5fa2d8320c4196435c1d554b06dfdcca73824dec 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:

StartTue Nov 18 00:59:32 2025
EndTue Nov 18 01:02:03 2025
Elapsed2 mins, 31 secs

All Changes:

:

  1. Change #249187

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Nov 2025 00:49:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5fa2d8320c4196435c1d554b06dfdcca73824dec

    Comments

    build: tidy-up MSVC CRT warning suppression macros
    - curl_setup.h: replace `_CRT_SECURE_NO_DEPRECATE` with
      `_CRT_SECURE_NO_WARNINGS`, which seems to be the preferred,
      more recent macro for this. Also syncing with libssh2.
      They are equivalent for curl sources with the supported compilers.
    - cmake: stop setting `_CRT_SECURE_NO_DEPRECATE` globally for examples.
    - examples: suppress CRT deprecation warnings on a per-file basis.
      To make it work when compiling examples out of curl's build systems.
      Use `_CRT_SECURE_NO_WARNINGS`.
    - examples: document the functions requiring `_CRT_SECURE_NO_WARNINGS`.
    - examples/block_ip: delete superfluous `_CRT_SECURE_NO_WARNINGS`.
    - examples/block_ip: limit `_CRT_NONSTDC_NO_DEPRECATE` to MSVC.
    - examples/log_failed_transfers: fix to set `_CRT_SECURE_NO_WARNINGS`
      before headers and limit to MSVC.
    - curl_setup.h: document which SDKs support `_CRT_NONSTDC_NO_DEPRECATE`.
    
    Closes #19175

    Changed files

    • docs/examples/CMakeLists.txt
    • docs/examples/anyauthput.c
    • docs/examples/block_ip.c
    • docs/examples/chkspeed.c
    • docs/examples/cookie_interface.c
    • docs/examples/externalsocket.c
    • docs/examples/fileupload.c
    • docs/examples/ftp-wildcard.c
    • docs/examples/ftpget.c
    • docs/examples/ftpgetinfo.c
    • docs/examples/ftpgetresp.c
    • docs/examples/ftpsget.c
    • docs/examples/ftpupload.c
    • docs/examples/ftpuploadresume.c
    • docs/examples/hsts-preload.c
    • docs/examples/http2-download.c
    • docs/examples/http2-serverpush.c
    • docs/examples/http2-upload.c
    • docs/examples/httpput.c
    • docs/examples/log_failed_transfers.c
    • docs/examples/sepheaders.c
    • docs/examples/sftpget.c
    • docs/examples/sftpuploadresume.c
    • docs/examples/simplessl.c
    • docs/examples/synctime.c
    • docs/examples/url2file.c
    • lib/curl_setup.h