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

Builder curl-threaded-solaris11-sparc Build #3045

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Oct 17 15:03:24 2024
EndThu Oct 17 16:33:10 2024
Elapsed1 hrs, 29 mins, 45 secs

All Changes:

:

  1. 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
  2. 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
  3. 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