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

Builder curl-ares-solaris11-i386 Build #4752

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision68708031878768c713ccaf52772752aa6f8486d9
Got Revision68708031878768c713ccaf52772752aa6f8486d9
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 59 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4752 Build
codebase Build
got_revision 68708031878768c713ccaf52772752aa6f8486d9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 68708031878768c713ccaf52772752aa6f8486d9 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Mar 13 09:05:21 2026
EndFri Mar 13 11:04:04 2026
Elapsed1 hrs, 58 mins, 42 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