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

Builder curl-ares-solaris11-sparc Build #4658

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6384e2aca0045e72d7d81c9fbdca1d284ed704b6
Got Revision6384e2aca0045e72d7d81c9fbdca1d284ed704b6
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 19 mins, 10 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4658 Build
codebase Build
got_revision 6384e2aca0045e72d7d81c9fbdca1d284ed704b6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6384e2aca0045e72d7d81c9fbdca1d284ed704b6 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Nov 13 15:11:14 2025
EndThu Nov 13 16:16:07 2025
Elapsed1 hrs, 4 mins, 52 secs

All Changes:

:

  1. Change #248627

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Nov 2025 13:46:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 833c429627ea3771d2fd027d85721bf9549342aa

    Comments

    wolfssl: simplify wssl_send_earlydata
    Move out logic from a switch() expression and return error directly
    instead of using goto. This also removes the odd-looking two subsequent
    closing braces at the same indent level.
    
    Closes #19509

    Changed files

    • lib/vtls/wolfssl.c
  2. Change #248638

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Nov 2025 14:09:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb1391f94394e635c1a5c58253e7a3d3b36bde57

    Comments

    tests/server: replace `atoi()` and `atol()` with `curlx_str_number()`
    Closes #19510

    Changed files

    • tests/server/dnsd.c
    • tests/server/first.h
    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c
  3. Change #248644

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Nov 2025 14:28:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6384e2aca0045e72d7d81c9fbdca1d284ed704b6

    Comments

    checksrc: disallow `atoi` and `atol` globally
    No longer used in core and test code.
    
    Also: allowlist in docs/examples.
    
    Closes #19508

    Changed files

    • docs/examples/.checksrc
    • scripts/checksrc.pl
    • src/.checksrc