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

Builder curl-unthreaded-solaris11-sparc Build #4516

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 34 mins, 56 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4516 Build
codebase Build
got_revision 48d314f262f865d645004f345e1e4b3bb7f6b738 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 48d314f262f865d645004f345e1e4b3bb7f6b738 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

Timing:

StartThu Oct 23 22:58:08 2025
EndFri Oct 24 00:13:56 2025
Elapsed1 hrs, 15 mins, 47 secs

All Changes:

:

  1. Change #246571

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Oct 2025 22:52:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3692cd837e327bad414769a4af8a73efaeb864f2

    Comments

    schannel: replace a run-time condition with an assert
    For detecting a bad function argument that probably also would cause a
    compiler warning.
    
    Closes #19203

    Changed files

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

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Oct 2025 22:53:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 48d314f262f865d645004f345e1e4b3bb7f6b738

    Comments

    connect: for CONNECT_ONLY, CURLOPT_TIMEOUT does not apply
    Since using CONNECT_ONLY is by defintion only a connect, we make the
    timeleft function return 0 after the connection is done so that it does
    not - surprisingly - timeout later.
    
    Fixes #18991
    Reported-by: Pavel P
    Closes #19204

    Changed files

    • lib/connect.c
    • lib/pingpong.c