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

Builder curl-ares-solaris10-sparc Build #2314

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 32 mins, 57 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2314 Build
codebase Build
got_revision b42eb27c1f6f235249ee6c001fc5c28d28d3a064 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b42eb27c1f6f235249ee6c001fc5c28d28d3a064 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartThu Oct 17 19:18:53 2024
EndFri Oct 18 02:32:49 2024
Elapsed7 hrs, 13 mins, 56 secs

All Changes:

:

  1. Change #211973

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 17 Oct 2024 13:25:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c97cd8282119b2a743901b5e7b640ccea26aa7b5

    Comments

    tests/http: fix ubuntu GnuTLS CI failures
    Override the system default config in test_17_09, since we want to check
    all TLS versions. Provide own, empty config file to gnutls, so that any
    system wide file has no effect.
    
    The latest ubunu image in GH CI disables TLS 1.0 and 1.1
    system wide for GnuTLS. Good intentions.
    
    Closes #15310

    Changed files

    • tests/http/test_17_ssl_use.py
  2. Change #211974

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 17 Oct 2024 13:26:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 193f1b48414a5806c247b239b96636d0b773342f

    Comments

    DISABLED: disable test 1060 with hyper
    ... as it has started to fail and nobody wants to debug this.
    
    Closes #15319

    Changed files

    • tests/data/DISABLED
  3. Change #211982

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 17 Oct 2024 13:36:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d1323839be5111f404b50c7d733af75230669a7e

    Comments

    DISTROS: avoid use of "very"

    Changed files

    • docs/DISTROS.md
  4. Change #211983

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 17 Oct 2024 13:36:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9cc246401e608af9d2c97c72a679e8efb68e954c

    Comments

    source: avoid use of 'very' in comments

    Changed files

    • include/curl/curl.h
    • include/curl/multi.h
    • lib/cf-socket.c
    • lib/connect.c
    • lib/ftp.c
    • lib/memdebug.c
    • lib/splay.c
    • lib/strerror.c
    • lib/tftp.c
    • lib/transfer.c
    • lib/url.c
    • lib/urldata.h
    • lib/vquic/vquic-tls.h
    • lib/vtls/gtls.c
    • lib/vtls/vtls_int.h
    • src/terminal.c
  5. Change #211984

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 17 Oct 2024 13:36:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38bfe1c2aa2a6c8af29d525eb231ad66861199b1

    Comments

    GHA: switch off proselint
    Because we cannot disable the individual warnings we do not care about,
    making this tool almost unusable for our purposes. See
    https://github.com/amperser/proselint/issues/1367
    
    Instead, make 'very' a banned word (as recently that has been what
    proselint most commonly points out for us).
    
    Closes #15314

    Changed files

    • .github/scripts/badwords.txt
    • .github/workflows/checkdocs.yml
  6. 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
  7. 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