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

Builder curl-threaded-solaris11-i386 Build #3914

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision00cb679c04ef9e0f30bd99c9dcc58c1e1928c01a
Got Revision00cb679c04ef9e0f30bd99c9dcc58c1e1928c01a
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 51 mins, 30 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3914 Build
codebase Build
got_revision 00cb679c04ef9e0f30bd99c9dcc58c1e1928c01a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 00cb679c04ef9e0f30bd99c9dcc58c1e1928c01a Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Yedaya Katsman

Timing:

StartSun Oct 19 23:58:19 2025
EndMon Oct 20 02:42:55 2025
Elapsed2 hrs, 44 mins, 35 secs

All Changes:

:

  1. Change #246159

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Sun 19 Oct 2025 23:42:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55e0526566f9ea452dec6e443bcd3c358b76b977

    Comments

    openssl: fix unable do typo in failf() calls
    Closes #19149

    Changed files

    • lib/vtls/openssl.c
  2. Change #246160

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:45:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f19fa98199f967bda2ddb1da1d889c6eafcc14b

    Comments

    lib: add asserts that hostname has content
    For all network related protocols there must be a non-blank hostname
    used. This change adds a few asserts in some places to make debug/tests
    catch mistakes if any such would slip in.
    
    Closes #19146

    Changed files

    • lib/doh.c
    • lib/hostip.c
    • lib/socks.c
  3. Change #246167

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:47:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c636b2dc1fb94e554f8885e595888a20cca11fc

    Comments

    tool_operate: return error on strdup() failure
    In src/tool_operate.c inside the Windows safe-search branch (#ifdef
    CURL_CA_SEARCH_SAFE), the code assigns config->cacert = strdup(cacert);
    at line 2076 without checking whether strdup returned NULL.
    
    This would allow the code to continue with the wrong value set, causing
    possible confusion.
    
    Pointed out by ZeroPath
    Closes #19145

    Changed files

    • src/tool_operate.c
  4. Change #246168

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:47:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3b2ba92c7ed587d48afd1bbc58de19eab6645bf

    Comments

    rustls: exit on error
    In init_config_builder_verifier() the call to
    rustls_root_cert_store_builder_build() set result on failure but did not
    return.
    
    Pointed out by ZeroPath
    Closes #19125

    Changed files

    • lib/vtls/rustls.c
  5. Change #246169

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:48:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 00cb679c04ef9e0f30bd99c9dcc58c1e1928c01a

    Comments

    openssl: remove dead code
    A condition in infof_certstack() would always equal true after a
    previous change.
    
    Follow-up to e2a4de8a607d3c7f52918ef50ab6411c75
    
    Pointed out by Coverity
    Closes #19142

    Changed files

    • lib/vtls/openssl.c