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

Builder curl-ares-solaris10-i386 Build #3726

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 17 mins, 58 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3726 Build
codebase Build
got_revision 3f0629ca443825916cbc0795bcd5f241fbf7104c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3f0629ca443825916cbc0795bcd5f241fbf7104c Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Nov 13 11:39:18 2025
EndThu Nov 13 21:08:43 2025
Elapsed9 hrs, 29 mins, 24 secs

All Changes:

:

  1. Change #248595

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

    Comments

    RELEASE-NOTES: synced
    curlver: 8.18.0 is the next planned release version

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h
  2. 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
  3. 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