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

Builder curl-ares-solaris10-sparc Build #3490

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 31 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 58 mins, 31 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 19 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 3490 Build
codebase Build
got_revision eb5af3a9c7ab1bc625425fe497d153b2e5c5667b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision eb5af3a9c7ab1bc625425fe497d153b2e5c5667b 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

Timing:

StartFri Mar 13 19:24:47 2026
EndSat Mar 14 13:05:41 2026
Elapsed17 hrs, 40 mins, 53 secs

All Changes:

:

  1. Change #260950

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 13 Mar 2026 08:54:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 68708031878768c713ccaf52772752aa6f8486d9

    Comments

    badwords: only check comments and strings in source code
    - when scanning source code, this now only checks source code comments
      and double-quote strings. No more finding bad words as part of code
    - this allows the full scan to be done in a single invocation
    - detects source code or markdown by file name extension
    - moved the whitelist words config into the single `badwords.txt` file,
      no more having them separately (see top of file for syntax)
    - all whitelisted words are checked case insensitively now
    - removed support for whitelisting words on a specific line number. We
      did not use it and it is too fragile
    
    Removing the actual code from getting scanned made the script take an
    additional 0.5 seconds on my machine.
    
    Scanning 1525 files now takes a little under 1.7 seconds for me.
    
    Closes #20909

    Changed files

    • scripts/Makefile.am
    • scripts/badwords
    • scripts/badwords-all
    • scripts/badwords.ok
    • scripts/badwords.txt
  2. Change #260956

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 13 Mar 2026 10:25:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a254b8ce3fb5bb47e4a7cd9cf50f723c509e0179

    Comments

    RELEASE-NOTES: fix typo

    Changed files

    • RELEASE-NOTES
  3. Change #260972

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 13 Mar 2026 13:12:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb5af3a9c7ab1bc625425fe497d153b2e5c5667b

    Comments

    GHA: make typos ignore RELEASE-NOTES
    The file is almost entirely made up by first-lines of previous git
    commits, and we usually push it without a PR cycle, making it annoying
    to trigger on typos later as they then show in independent PRs by other
    people.
    
    Closes #20917

    Changed files

    • .github/scripts/typos.toml