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

Builder curl-ares-solaris11-i386 Build #4374

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 16 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 4374 Build
codebase Build
got_revision 436e67f65b9dee1e80aa063c39450f0d1df6ac72 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 436e67f65b9dee1e80aa063c39450f0d1df6ac72 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:

StartTue Dec 23 22:31:40 2025
EndTue Dec 23 22:34:07 2025
Elapsed2 mins, 27 secs

All Changes:

:

  1. Change #253166

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 23 Dec 2025 22:25:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 436e67f65b9dee1e80aa063c39450f0d1df6ac72

    Comments

    tests: replace `strcpy()` with `curlx_strcopy()`
    Also:
    - examples/hsts-preload: apply the same change as it's based on lib1915
      in tests. Make a local clone of `curlx_strcopy()`. Then drop the
      `_CRT_SECURE_NO_WARNINGS` hack, that's no longer necessary.
    - curl_setup.h: delete `strcpy()` from the `_CRT_SECURE_NO_WARNINGS`
      list.
    
    Closes #20076

    Changed files

    • docs/examples/hsts-preload.c
    • lib/curl_setup.h
    • tests/libtest/lib1901.c
    • tests/libtest/lib1915.c
    • tests/libtest/lib544.c
    • tests/server/getpart.c
    • tests/server/socksd.c
    • tests/server/util.c
    • tests/unit/unit3205.c