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

Builder curl-threaded-solaris10-i386 Build #2760

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartThu Oct 17 20:10:25 2024
EndFri Oct 18 00:52:33 2024
Elapsed4 hrs, 42 mins, 7 secs

All Changes:

:

  1. Change #211997

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 17 Oct 2024 16:04:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8cdbaba4bf86e122cd3ffe94e68471ff7e06b16a

    Comments

    tool_operate: break out of loop on error
    Follow-up to 69bf530dfd2a
    
    The loop could get stuck there in torture tests/OOM.
    
    Closes #15322

    Changed files

    • src/tool_operate.c
  2. Change #211999

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 17 Oct 2024 16:11:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b42eb27c1f6f235249ee6c001fc5c28d28d3a064

    Comments

    openssl: improve retries on shutdown
    Once SSL_shutdown() has been called, OpenSSL does not really seem to
    like it when it is called again and the other side has some finally data
    to deliver.
    
    Instead SSL_read() needs to be used solely, once the close notify has
    been sent from curl's side.
    
    Closes #15321

    Changed files

    • lib/vtls/openssl.c
    • tests/http/test_19_shutdown.py