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

Builder curl-unthreaded-solaris11-sparc Build #4484

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Yedaya Katsman

Timing:

StartSun Oct 19 23:48:00 2025
EndMon Oct 20 00:59:26 2025
Elapsed1 hrs, 11 mins, 26 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