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

Builder curl-unthreaded-solaris11-i386 Build #4031

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision85cfc15601b19f13f1d480e6f7ba8922850429c3
Got Revision85cfc15601b19f13f1d480e6f7ba8922850429c3
Changes6 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4031 Build
codebase Build
got_revision 85cfc15601b19f13f1d480e6f7ba8922850429c3 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 85cfc15601b19f13f1d480e6f7ba8922850429c3 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Nov 13 12:25:36 2025
EndThu Nov 13 15:57:59 2025
Elapsed3 hrs, 32 mins, 23 secs

All Changes:

:

  1. Change #248597

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Nov 2025 09:06:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 296ffc45c3a3e389fb816cad2d2e4e23bc045212

    Comments

    schannel: replace atoi() with curlx_str_number()
    The last atoi() call removed from libcurl
    
    Closes #19483

    Changed files

    • lib/vtls/schannel.c
  2. Change #248599

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Nov 2025 10:07:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f0629ca443825916cbc0795bcd5f241fbf7104c

    Comments

    cookie: propagate errors better, cleanup the internal API
    Overhaul of the internal cookie APIs and an attempt to better return
    errors for OOM and similar critical problems, separate from ordinary and
    benign parsing problems.
    
    Closes #19493

    Changed files

    • lib/cookie.c
    • lib/cookie.h
    • lib/easy.c
    • lib/http.c
    • lib/setopt.c
    • lib/share.c
    • lib/transfer.c
    • tests/data/test506
  3. Change #248607

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

    Comments

    FILEFORMAT.md: drop some text from the `command` section
    Special meanings of URLs became outdated, and it's also no longer
    necessary to pass the test number via the URL or domain anymore.
    Delete the text.
    
    Follow-up to c6f1b0ff49268817101ac1734f43074fcc8775b2 #19429
    
    Closes #19503

    Changed files

    • docs/tests/FILEFORMAT.md
  4. Change #248608

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Nov 2025 11:41:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4415e865ad7bcad6fdc256c354dc6065876381d2

    Comments

    libtests: replace `atoi()` with `curlx_str_number()`
    Also:
    - lib1568: fail in global initialization error.
    
    Closes #19506

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/cli_hx_download.c
    • tests/libtest/cli_hx_upload.c
    • tests/libtest/cli_ws_data.c
    • tests/libtest/first.c
    • tests/libtest/lib1568.c
    • tests/libtest/lib1960.c
    • tests/libtest/lib521.c
    • tests/libtest/lib562.c
    • tests/libtest/lib591.c
  5. Change #248609

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Nov 2025 11:41:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e18ad59e46380e0bef7a06e2997372afc80e4d77

    Comments

    runtests: add missing Perl semicolon
    Follow-up to f477f3efc3ec58f7effc2aa01e7f4565b12be976 #19398
    
    Closes #19507

    Changed files

    • tests/getpart.pm
  6. Change #248612

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Nov 2025 11:46:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 85cfc15601b19f13f1d480e6f7ba8922850429c3

    Comments

    RELEASE-NOTES: codespell

    Changed files

    • RELEASE-NOTES