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

Builder curl-ares-solaris11-i386 Build #4036

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3f0629ca443825916cbc0795bcd5f241fbf7104c
Got Revision3f0629ca443825916cbc0795bcd5f241fbf7104c
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 2 mins, 24 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4036 Build
codebase Build
got_revision 3f0629ca443825916cbc0795bcd5f241fbf7104c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3f0629ca443825916cbc0795bcd5f241fbf7104c 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. Daniel Stenberg

Timing:

StartThu Nov 13 11:15:30 2025
EndThu Nov 13 14:44:59 2025
Elapsed3 hrs, 29 mins, 28 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