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

Builder curl-ares-solaris10-i386 Build #2731

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartThu Oct 17 14:20:00 2024
EndThu Oct 17 19:01:34 2024
Elapsed4 hrs, 41 mins, 34 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