streetsidesoftware / cspell-dicts

Various cspell dictionaries
Other
216 stars 201 forks source link

Code is not building #1632

Closed Omcsesz closed 1 year ago

Omcsesz commented 1 year ago

Hello, Team!

When I try to build the code using the steps in the readme. But when I run the yarn command, I get the following error:

lerna-lite info Executing command in 68 packages: "yarn run prepare"
lerna-lite ERR! yarn run prepare exited 1 in '@cspell/dict-ar'
lerna-lite ERR! yarn run prepare stdout:
yarn run v1.22.19

Can somebody fix this?

Jason3S commented 1 year ago

@Omcsesz,

Can you provide more information? What version of node do you have installed?

The workflow installs and builds on Linux, Windows, and MacOS. See: https://github.com/streetsidesoftware/cspell-dicts/actions/runs/3440420615.

But it does depend upon using commands installed by git like gzip.

Omcsesz commented 1 year ago

@Jason3S I use Node v16.17.0

nschonni commented 1 year ago

If Yarn fails, it will usually create a yarn.log at the root of the project with details on the failure

Omcsesz commented 1 year ago

@nschonni Currently it does not create a .log file in the root folder.

nschonni commented 1 year ago

I'm on windows, and here is what I got after cleaning the workspace with git clean -fx first.

$ yarn
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "workspace-aggregator-191ddce2-2f8f-4024-bab8-3663f6bb5e11 > generator-cspell-dicts > yo > yeoman-environment@3.12.1" has unmet peer dependency "mem-fs@^1.2.0 || ^2.0.0".
[4/4] Building fresh packages...
$ lerna run prepare
lerna-lite notice cli v1.12.0
lerna-lite info versioning independent
lerna-lite info Executing command in 68 packages: "yarn run prepare"
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-en-gb-mit' in 1.0s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 0.41s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-es-es' in 1.1s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 0.50s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-de-ch' in 1.3s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 0.77s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-ca' in 1.5s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 0.99s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-et-ee' in 1.4s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 0.73s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-cs-cz' in 1.6s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 1.01s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-en-gb' in 1.5s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 0.80s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-en_us' in 1.6s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 0.93s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-de-de' in 1.9s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 1.32s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-fr-fr' in 1.7s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 1.13s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-fr-reforme' in 1.7s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 1.08s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-ar' in 2.3s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 1.82s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-ada' in 2.3s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --keep-raw-case src/ada.txt --no-compress -o ./dict
Compile:
 output: ./dict
 compress: false
 files:
  src/ada.txt

2022-11-11T19:19:40.651Z Start compile: ada
2022-11-11T19:19:40.654Z Reading ada.txt
2022-11-11T19:19:40.659Z Done reading ada.txt
2022-11-11T19:19:40.663Z Process "src\ada.txt" to "dict\ada.txt"
2022-11-11T19:19:40.666Z Done processing src\ada.txt
2022-11-11T19:19:40.671Z Done "dict\ada.txt"
2022-11-11T19:19:40.672Z Done compile: ada
2022-11-11T19:19:40.672Z Complete.
Done in 1.86s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-hr-hr' in 0.8s:
yarn run v1.22.19
$ echo OK
OK
Done in 0.35s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-bg-bg' in 2.4s:
yarn run v1.22.19
$ yarn run zip
$ gzip -f -k dict/*.trie
Done in 1.88s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-cryptocurrencies' in 2.7s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "cryptocurrencies.txt" -o .
Compile:
 output: .
 compress: true
 files:
  cryptocurrencies.txt

2022-11-11T19:19:41.052Z Reading cryptocurrencies.txt
2022-11-11T19:19:41.056Z Done reading cryptocurrencies.txt
2022-11-11T19:19:41.057Z Process "cryptocurrencies.txt" to "cryptocurrencies.txt.gz"
2022-11-11T19:19:41.101Z Done "cryptocurrencies.txt" to "cryptocurrencies.txt.gz"
2022-11-11T19:19:41.102Z Complete.
Done in 2.19s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-fullstack' in 2.4s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --split "fullstack.txt" -o .
Compile:
 output: .
 compress: true
 files:
  fullstack.txt

2022-11-11T19:19:41.041Z Start compile: fullstack
2022-11-11T19:19:41.044Z Reading fullstack.txt
2022-11-11T19:19:41.067Z Done reading fullstack.txt
2022-11-11T19:19:41.071Z Process "fullstack.txt" to "fullstack.txt.gz"
2022-11-11T19:19:41.079Z Done processing fullstack.txt
2022-11-11T19:19:41.101Z Done "fullstack.txt.gz"
2022-11-11T19:19:41.101Z Done compile: fullstack
2022-11-11T19:19:41.101Z Complete.
Done in 1.82s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-aws' in 2.8s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "aws.txt" -o .
Compile:
 output: .
 compress: true
 files:
  aws.txt

2022-11-11T19:19:40.815Z Reading aws.txt
2022-11-11T19:19:40.819Z Done reading aws.txt
2022-11-11T19:19:40.820Z Process "aws.txt" to "aws.txt.gz"
2022-11-11T19:19:41.161Z Done "aws.txt" to "aws.txt.gz"
2022-11-11T19:19:41.161Z Complete.
Done in 2.35s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-django' in 2.7s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --keep-raw-case "src/*.txt" -M django --no-compress -o ./dict      
Compile:
 output: ./dict
 compress: false
 files:
  src/*.txt

2022-11-11T19:19:40.981Z Start compile: django
2022-11-11T19:19:40.985Z Reading django.txt
2022-11-11T19:19:41.020Z Done reading django.txt
2022-11-11T19:19:41.021Z Reading legacy_terms.txt
2022-11-11T19:19:41.024Z Done reading legacy_terms.txt
2022-11-11T19:19:41.035Z Process "src\django.txt" to "dict\django.txt"
2022-11-11T19:19:41.076Z Done processing src\django.txt
2022-11-11T19:19:41.076Z Process "src\legacy_terms.txt" to "dict\django.txt"
2022-11-11T19:19:41.079Z Done processing src\legacy_terms.txt
2022-11-11T19:19:41.140Z Done "dict\django.txt"
2022-11-11T19:19:41.140Z Done compile: django
2022-11-11T19:19:41.140Z Complete.
Done in 2.11s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-csharp' in 2.8s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --split "csharp.txt" -o .
Compile:
 output: .
 compress: true
 files:
  csharp.txt

2022-11-11T19:19:41.182Z Start compile: csharp
2022-11-11T19:19:41.185Z Reading csharp.txt
2022-11-11T19:19:41.204Z Done reading csharp.txt
2022-11-11T19:19:41.211Z Process "csharp.txt" to "csharp.txt.gz"
2022-11-11T19:19:41.220Z Done processing csharp.txt
2022-11-11T19:19:41.233Z Done "csharp.txt.gz"
2022-11-11T19:19:41.234Z Done compile: csharp
2022-11-11T19:19:41.234Z Complete.
Done in 2.33s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-dart' in 2.8s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile "src/dart.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/dart.txt

2022-11-11T19:19:41.184Z Start compile: dart
2022-11-11T19:19:41.186Z Reading dart.txt
2022-11-11T19:19:41.192Z Done reading dart.txt
2022-11-11T19:19:41.198Z Process "src\dart.txt" to "dart.txt.gz"
2022-11-11T19:19:41.202Z Done processing src\dart.txt
2022-11-11T19:19:41.221Z Done "dart.txt.gz"
2022-11-11T19:19:41.221Z Done compile: dart
2022-11-11T19:19:41.221Z Complete.
Done in 2.34s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-css' in 2.9s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --keep-raw-case src/css.txt --no-compress -o ./dict
Compile:
 output: ./dict
 compress: false
 files:
  src/css.txt

2022-11-11T19:19:41.254Z Start compile: css
2022-11-11T19:19:41.257Z Reading css.txt
2022-11-11T19:19:41.269Z Done reading css.txt
2022-11-11T19:19:41.276Z Process "src\css.txt" to "dict\css.txt"
2022-11-11T19:19:41.316Z Done processing src\css.txt
2022-11-11T19:19:41.384Z Done "dict\css.txt"
2022-11-11T19:19:41.384Z Done compile: css
2022-11-11T19:19:41.385Z Complete.
Done in 2.32s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-companies' in 3.0s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --no-compress --split "src/companies.txt" -o ./dict
Compile:
 output: ./dict
 compress: false
 files:
  src/companies.txt

2022-11-11T19:19:41.185Z Start compile: companies
2022-11-11T19:19:41.188Z Reading companies.txt
2022-11-11T19:19:41.247Z Done reading companies.txt
2022-11-11T19:19:41.254Z Process "src\companies.txt" to "dict\companies.txt"
2022-11-11T19:19:41.287Z Done processing src\companies.txt
2022-11-11T19:19:41.358Z Done "dict\companies.txt"
2022-11-11T19:19:41.358Z Done compile: companies
2022-11-11T19:19:41.358Z Complete.
Done in 2.42s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-bash' in 3.1s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --keep-raw-case src/bash-words.txt --no-compress -o ./dict
Compile:
 output: ./dict
 compress: false
 files:
  src/bash-words.txt

2022-11-11T19:19:41.412Z Start compile: bash-words
2022-11-11T19:19:41.414Z Reading bash-words.txt
2022-11-11T19:19:41.422Z Done reading bash-words.txt
2022-11-11T19:19:41.426Z Process "src\bash-words.txt" to "dict\bash-words.txt"
2022-11-11T19:19:41.431Z Done processing src\bash-words.txt
2022-11-11T19:19:41.439Z Done "dict\bash-words.txt"
2022-11-11T19:19:41.439Z Done compile: bash-words
2022-11-11T19:19:41.439Z Complete.
Done in 2.56s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-filetypes' in 2.8s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile "filetypes.txt" -o .
Compile:
 output: .
 compress: true
 files:
  filetypes.txt

2022-11-11T19:19:41.467Z Start compile: filetypes
2022-11-11T19:19:41.470Z Reading filetypes.txt
2022-11-11T19:19:41.476Z Done reading filetypes.txt
2022-11-11T19:19:41.481Z Process "filetypes.txt" to "filetypes.txt.gz"
2022-11-11T19:19:41.492Z Done processing filetypes.txt
2022-11-11T19:19:41.513Z Done "filetypes.txt.gz"
2022-11-11T19:19:41.513Z Done compile: filetypes
2022-11-11T19:19:41.513Z Complete.
Done in 2.15s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-clojure' in 3.1s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile "src/clojure.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/clojure.txt

2022-11-11T19:19:41.466Z Start compile: clojure
2022-11-11T19:19:41.469Z Reading clojure.txt
2022-11-11T19:19:41.478Z Done reading clojure.txt
2022-11-11T19:19:41.487Z Process "src\clojure.txt" to "clojure.txt.gz"
2022-11-11T19:19:41.491Z Done processing src\clojure.txt
2022-11-11T19:19:41.506Z Done "clojure.txt.gz"
2022-11-11T19:19:41.507Z Done compile: clojure
2022-11-11T19:19:41.507Z Complete.
Done in 2.65s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-elixir' in 3.0s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --keep-raw-case src/elixir.txt --no-compress -o ./dict
Compile:
 output: ./dict
 compress: false
 files:
  src/elixir.txt

2022-11-11T19:19:41.518Z Start compile: elixir
2022-11-11T19:19:41.521Z Reading elixir.txt
2022-11-11T19:19:41.536Z Done reading elixir.txt
2022-11-11T19:19:41.543Z Process "src\elixir.txt" to "dict\elixir.txt"
2022-11-11T19:19:41.547Z Done processing src\elixir.txt
2022-11-11T19:19:41.555Z Done "dict\elixir.txt"
2022-11-11T19:19:41.555Z Done compile: elixir
2022-11-11T19:19:41.555Z Complete.
Done in 2.44s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-nb-no' in 0.8s:
yarn run v1.22.19
$ echo OK
OK
Done in 0.30s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-git' in 2.3s:
yarn run v1.22.19
$ yarn run build
$ echo skip
skip
Done in 1.60s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-gaming-terms' in 3.2s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli build
2022-11-11T19:19:41.868Z Start compile: gaming-terms
2022-11-11T19:19:41.873Z Reading gaming-terms.txt
2022-11-11T19:19:41.883Z Done reading gaming-terms.txt
2022-11-11T19:19:41.887Z Process "src\gaming-terms.txt" to "dict\gaming-terms.txt"
2022-11-11T19:19:41.890Z Done processing src\gaming-terms.txt
2022-11-11T19:19:41.893Z Done "dict\gaming-terms.txt"
2022-11-11T19:19:41.894Z Done compile: gaming-terms
2022-11-11T19:19:41.894Z Complete.
Done in 2.48s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-city-names-finland' in 3.7s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "city-names-finland.txt" -o .
Compile:
 output: .
 compress: true
 files:
  city-names-finland.txt

2022-11-11T19:19:41.385Z Reading city-names-finland.txt
2022-11-11T19:19:41.396Z Done reading city-names-finland.txt
2022-11-11T19:19:41.396Z Process "city-names-finland.txt" to "city-names-finland.txt.gz"      
2022-11-11T19:19:42.054Z Done "city-names-finland.txt" to "city-names-finland.txt.gz"
2022-11-11T19:19:42.055Z Complete.
Done in 3.20s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-docker' in 3.7s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile "src/docker-words.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/docker-words.txt

2022-11-11T19:19:42.157Z Start compile: docker-words
2022-11-11T19:19:42.160Z Reading docker-words.txt
2022-11-11T19:19:42.166Z Done reading docker-words.txt
2022-11-11T19:19:42.171Z Process "src\docker-words.txt" to "docker-words.txt.gz"
2022-11-11T19:19:42.176Z Done processing src\docker-words.txt
2022-11-11T19:19:42.191Z Done "docker-words.txt.gz"
2022-11-11T19:19:42.191Z Done compile: docker-words
2022-11-11T19:19:42.191Z Complete.
Done in 3.06s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-latex' in 2.5s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "latex.txt" -o .
Compile:
 output: .
 compress: true
 files:
  latex.txt

2022-11-11T19:19:42.472Z Reading latex.txt
2022-11-11T19:19:42.476Z Done reading latex.txt
2022-11-11T19:19:42.478Z Process "latex.txt" to "latex.txt.gz"
2022-11-11T19:19:42.650Z Done "latex.txt" to "latex.txt.gz"
2022-11-11T19:19:42.652Z Complete.
Done in 1.93s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-golang' in 3.1s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --keep-raw-case src/*.txt --no-compress -M go -o ./dict
Compile:
 output: ./dict
 compress: false
 files:
  src/*.txt

2022-11-11T19:19:42.491Z Start compile: go
2022-11-11T19:19:42.494Z Reading go.txt
2022-11-11T19:19:42.530Z Done reading go.txt
2022-11-11T19:19:42.530Z Reading legacy_terms.txt
2022-11-11T19:19:42.543Z Done reading legacy_terms.txt
2022-11-11T19:19:42.554Z Process "src\go.txt" to "dict\go.txt"
2022-11-11T19:19:42.639Z Done processing src\go.txt
2022-11-11T19:19:42.639Z Process "src\legacy_terms.txt" to "dict\go.txt"
2022-11-11T19:19:42.653Z Done processing src\legacy_terms.txt
2022-11-11T19:19:42.776Z Done "dict\go.txt"
2022-11-11T19:19:42.777Z Done compile: go
2022-11-11T19:19:42.777Z Complete.
Done in 2.42s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-nl-nl' in 1.7s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 1.07s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-dotnet' in 4.3s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --keep-raw-case --use-legacy-splitter src/dotnet.txt --no-compress -o ./dict
Compile:
 output: ./dict
 compress: false
 files:
  src/dotnet.txt

2022-11-11T19:19:41.656Z Start compile: dotnet
2022-11-11T19:19:41.659Z Reading dotnet.txt
2022-11-11T19:19:42.742Z Done reading dotnet.txt
2022-11-11T19:19:42.769Z Process "src\dotnet.txt" to "dict\dotnet.txt"
2022-11-11T19:19:42.805Z Done processing src\dotnet.txt
2022-11-11T19:19:42.846Z Done "dict\dotnet.txt"
2022-11-11T19:19:42.847Z Done compile: dotnet
2022-11-11T19:19:42.847Z Complete.
Done in 3.63s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-html' in 2.9s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile src/html.txt src/svg.txt --merge html -o .
Compile:
 output: .
 compress: true
 files:
  src/html.txt
  src/svg.txt

2022-11-11T19:19:42.740Z Start compile: html
2022-11-11T19:19:42.743Z Reading html.txt
2022-11-11T19:19:42.773Z Done reading html.txt
2022-11-11T19:19:42.773Z Reading svg.txt
2022-11-11T19:19:42.776Z Done reading svg.txt
2022-11-11T19:19:42.780Z Process "src\html.txt" to "html.txt.gz"
2022-11-11T19:19:42.826Z Done processing src\html.txt
2022-11-11T19:19:42.827Z Process "src\svg.txt" to "html.txt.gz"
2022-11-11T19:19:42.828Z Done processing src\svg.txt
2022-11-11T19:19:42.899Z Done "html.txt.gz"
2022-11-11T19:19:42.899Z Done compile: html
2022-11-11T19:19:42.899Z Complete.
Done in 2.35s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-html-symbol-entities' in 3.0s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile "entities.txt" -o .
Compile:
 output: .
 compress: true
 files:
  entities.txt

2022-11-11T19:19:42.818Z Start compile: entities
2022-11-11T19:19:42.821Z Reading entities.txt
2022-11-11T19:19:42.841Z Done reading entities.txt
2022-11-11T19:19:42.850Z Process "entities.txt" to "entities.txt.gz"
2022-11-11T19:19:42.888Z Done processing entities.txt
2022-11-11T19:19:42.943Z Done "entities.txt.gz"
2022-11-11T19:19:42.944Z Done compile: entities
2022-11-11T19:19:42.944Z Complete.
Done in 2.35s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-haskell' in 3.2s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --keep-raw-case src/haskell.txt --no-compress -o ./dict
Compile:
 output: ./dict
 compress: false
 files:
  src/haskell.txt

2022-11-11T19:19:42.973Z Start compile: haskell
2022-11-11T19:19:42.977Z Reading haskell.txt
2022-11-11T19:19:42.981Z Done reading haskell.txt
2022-11-11T19:19:42.985Z Process "src\haskell.txt" to "dict\haskell.txt"
2022-11-11T19:19:42.987Z Done processing src\haskell.txt
2022-11-11T19:19:42.992Z Done "dict\haskell.txt"
2022-11-11T19:19:42.992Z Done compile: haskell
2022-11-11T19:19:42.992Z Complete.
Done in 2.57s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-sl-si' in 1.3s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 0.64s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-lorem-ipsum' in 2.9s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "dictionary.txt" -o .
Compile:
 output: .
 compress: true
 files:
  dictionary.txt

2022-11-11T19:19:43.144Z Reading dictionary.txt
2022-11-11T19:19:43.148Z Done reading dictionary.txt
2022-11-11T19:19:43.149Z Process "dictionary.txt" to "dictionary.txt.gz"
2022-11-11T19:19:43.243Z Done "dictionary.txt" to "dictionary.txt.gz"
2022-11-11T19:19:43.243Z Complete.
Done in 2.17s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-fonts' in 4.6s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "fonts.txt" -o .
Compile:
 output: .
 compress: true
 files:
  fonts.txt

2022-11-11T19:19:41.817Z Reading fonts.txt
2022-11-11T19:19:41.825Z Done reading fonts.txt
2022-11-11T19:19:41.825Z Process "fonts.txt" to "fonts.txt.gz"
2022-11-11T19:19:43.221Z Done "fonts.txt" to "fonts.txt.gz"
2022-11-11T19:19:43.221Z Complete.
Done in 3.85s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-lua' in 3.0s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "lua.txt" -o .
Compile:
 output: .
 compress: true
 files:
  lua.txt

2022-11-11T19:19:43.319Z Reading lua.txt
2022-11-11T19:19:43.323Z Done reading lua.txt
2022-11-11T19:19:43.324Z Process "lua.txt" to "lua.txt.gz"
2022-11-11T19:19:43.422Z Done "lua.txt" to "lua.txt.gz"
2022-11-11T19:19:43.422Z Complete.
Done in 2.31s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-pt-br' in 2.1s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 1.50s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-sv' in 1.6s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 1.02s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-npm' in 2.7s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --split "npm.txt" -o .
Compile:
 output: .
 compress: true
 files:
  npm.txt

2022-11-11T19:19:43.789Z Start compile: npm
2022-11-11T19:19:43.792Z Reading npm.txt
2022-11-11T19:19:43.818Z Done reading npm.txt
2022-11-11T19:19:43.827Z Process "npm.txt" to "npm.txt.gz"
2022-11-11T19:19:43.844Z Done processing npm.txt
2022-11-11T19:19:43.878Z Done "npm.txt.gz"
2022-11-11T19:19:43.878Z Done compile: npm
2022-11-11T19:19:43.879Z Complete.
Done in 2.15s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-markdown' in 3.4s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile "src/markdown.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/markdown.txt

2022-11-11T19:19:43.816Z Start compile: markdown
2022-11-11T19:19:43.819Z Reading markdown.txt
2022-11-11T19:19:43.823Z Done reading markdown.txt
2022-11-11T19:19:43.827Z Process "src\markdown.txt" to "markdown.txt.gz"
2022-11-11T19:19:43.827Z Done processing src\markdown.txt
2022-11-11T19:19:43.837Z Done "markdown.txt.gz"
2022-11-11T19:19:43.837Z Done compile: markdown
2022-11-11T19:19:43.837Z Complete.
Done in 2.70s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-monkeyc' in 3.2s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile "src/monkeyc_keywords.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/monkeyc_keywords.txt

2022-11-11T19:19:43.793Z Start compile: monkeyc_keywords
2022-11-11T19:19:43.796Z Reading monkeyc_keywords.txt
2022-11-11T19:19:43.816Z Done reading monkeyc_keywords.txt
2022-11-11T19:19:43.824Z Process "src\monkeyc_keywords.txt" to "monkeyc_keywords.txt.gz"      
2022-11-11T19:19:43.868Z Done processing src\monkeyc_keywords.txt
2022-11-11T19:19:43.945Z Done "monkeyc_keywords.txt.gz"
2022-11-11T19:19:43.946Z Done compile: monkeyc_keywords
2022-11-11T19:19:43.946Z Complete.
Done in 2.64s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-powershell' in 2.7s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "powershell.txt" -o .
Compile:
 output: .
 compress: true
 files:
  powershell.txt

2022-11-11T19:19:43.878Z Reading powershell.txt
2022-11-11T19:19:43.882Z Done reading powershell.txt
2022-11-11T19:19:43.883Z Process "powershell.txt" to "powershell.txt.gz"
2022-11-11T19:19:44.024Z Done "powershell.txt" to "powershell.txt.gz"
2022-11-11T19:19:44.024Z Complete.
Done in 2.06s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-mnemonics' in 3.5s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools compile "src/mnemonics.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/mnemonics.txt

2022-11-11T19:19:43.899Z Reading mnemonics.txt
2022-11-11T19:19:43.904Z Done reading mnemonics.txt
2022-11-11T19:19:43.905Z Process "src/mnemonics.txt" to "mnemonics.txt.gz"
2022-11-11T19:19:44.063Z Done "src/mnemonics.txt" to "mnemonics.txt.gz"
2022-11-11T19:19:44.064Z Complete.
Done in 2.82s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-ru_ru' in 2.8s:
yarn run v1.22.19
$ gzip -f -k *.trie
Done in 2.06s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-rust' in 2.7s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "rust.txt" -o .
Compile:
 output: .
 compress: true
 files:
  rust.txt

2022-11-11T19:19:44.296Z Reading rust.txt
2022-11-11T19:19:44.302Z Done reading rust.txt
2022-11-11T19:19:44.302Z Process "rust.txt" to "rust.txt.gz"
2022-11-11T19:19:44.358Z Done "rust.txt" to "rust.txt.gz"
2022-11-11T19:19:44.359Z Complete.
Done in 2.10s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-ruby' in 2.8s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "ruby.txt" -o .
Compile:
 output: .
 compress: true
 files:
  ruby.txt

2022-11-11T19:19:44.304Z Reading ruby.txt
2022-11-11T19:19:44.310Z Done reading ruby.txt
2022-11-11T19:19:44.311Z Process "ruby.txt" to "ruby.txt.gz"
2022-11-11T19:19:44.403Z Done "ruby.txt" to "ruby.txt.gz"
2022-11-11T19:19:44.403Z Complete.
Done in 2.14s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-node' in 3.3s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile node.txt additional_words.txt --merge node --no-compress -o dict   
Compile:
 output: dict
 compress: false
 files:
  node.txt
  additional_words.txt

2022-11-11T19:19:44.067Z Start compile: node
2022-11-11T19:19:44.070Z Reading node.txt
2022-11-11T19:19:44.288Z Done reading node.txt
2022-11-11T19:19:44.289Z Reading additional_words.txt
2022-11-11T19:19:44.291Z Done reading additional_words.txt
2022-11-11T19:19:44.297Z Process "node.txt" to "dict\node.txt"
2022-11-11T19:19:44.356Z Done processing node.txt
2022-11-11T19:19:44.356Z Process "additional_words.txt" to "dict\node.txt"
2022-11-11T19:19:44.358Z Done processing additional_words.txt
2022-11-11T19:19:44.442Z Done "dict\node.txt"
2022-11-11T19:19:44.442Z Done compile: node
2022-11-11T19:19:44.443Z Complete.
Done in 2.64s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-vue' in 1.6s:
yarn run v1.22.19
$ yarn run build
$ echo skip
skip
Done in 1.05s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-r' in 3.0s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile --split "src/r.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/r.txt

2022-11-11T19:19:44.294Z Start compile: r
2022-11-11T19:19:44.297Z Reading r.txt
2022-11-11T19:19:44.367Z Done reading r.txt
2022-11-11T19:19:44.375Z Process "src\r.txt" to "r.txt.gz"
2022-11-11T19:19:44.409Z Done processing src\r.txt
2022-11-11T19:19:44.457Z Done "r.txt.gz"
2022-11-11T19:19:44.457Z Done compile: r
2022-11-11T19:19:44.457Z Complete.
Done in 2.49s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-scala' in 2.8s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "scala.txt" -o .
Compile:
 output: .
 compress: true
 files:
  scala.txt

2022-11-11T19:19:44.124Z Reading scala.txt
2022-11-11T19:19:44.130Z Done reading scala.txt
2022-11-11T19:19:44.130Z Process "scala.txt" to "scala.txt.gz"
2022-11-11T19:19:44.523Z Done "scala.txt" to "scala.txt.gz"
2022-11-11T19:19:44.523Z Complete.
Done in 2.31s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-php' in 3.7s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools-cli compile --use-legacy-splitter --no-compress --output dict php.txt
Compile:
 output: dict
 compress: false
 files:
  php.txt

2022-11-11T19:19:44.117Z Start compile: php
2022-11-11T19:19:44.120Z Reading php.txt
2022-11-11T19:19:44.892Z Done reading php.txt
2022-11-11T19:19:44.896Z Process "php.txt" to "dict\php.txt"
2022-11-11T19:19:44.940Z Done processing php.txt
2022-11-11T19:19:44.975Z Done "dict\php.txt"
2022-11-11T19:19:44.975Z Done compile: php
2022-11-11T19:19:44.975Z Complete.
Done in 3.12s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-sql' in 2.9s:
yarn run v1.22.19
$ yarn run build
$ cat source-files.txt | xargs cspell-tools-cli compile -M sql -o .
Compile:
 output: .
 compress: true
 files:
  src/sql.txt
  src/tsql.txt

2022-11-11T19:19:45.002Z Start compile: sql
2022-11-11T19:19:45.004Z Reading sql.txt
2022-11-11T19:19:45.010Z Done reading sql.txt
2022-11-11T19:19:45.011Z Reading tsql.txt
2022-11-11T19:19:45.014Z Done reading tsql.txt
2022-11-11T19:19:45.018Z Process "src\sql.txt" to "sql.txt.gz"
2022-11-11T19:19:45.033Z Done processing src\sql.txt
2022-11-11T19:19:45.033Z Process "src\tsql.txt" to "sql.txt.gz"
2022-11-11T19:19:45.038Z Done processing src\tsql.txt
2022-11-11T19:19:45.066Z Done "sql.txt.gz"
2022-11-11T19:19:45.066Z Done compile: sql
2022-11-11T19:19:45.066Z Complete.
Done in 2.33s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-swift' in 2.5s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile "src/swift.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/swift.txt

2022-11-11T19:19:45.179Z Start compile: swift
2022-11-11T19:19:45.181Z Reading swift.txt
2022-11-11T19:19:45.186Z Done reading swift.txt
2022-11-11T19:19:45.189Z Process "src\swift.txt" to "swift.txt.gz"
2022-11-11T19:19:45.197Z Done processing src\swift.txt
2022-11-11T19:19:45.214Z Done "swift.txt.gz"
2022-11-11T19:19:45.214Z Done compile: swift
2022-11-11T19:19:45.214Z Complete.
Done in 1.94s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-typescript' in 2.4s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "typescript.txt" --no-compress -o ./dict
Compile:
 output: ./dict
 compress: false
 files:
  typescript.txt

2022-11-11T19:19:45.040Z Reading typescript.txt
2022-11-11T19:19:45.043Z Done reading typescript.txt
2022-11-11T19:19:45.043Z Process "typescript.txt" to "dict\typescript.txt"
2022-11-11T19:19:45.309Z Done "typescript.txt" to "dict\typescript.txt"
2022-11-11T19:19:45.310Z Complete.
Done in 1.90s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-public-licenses' in 4.2s:
yarn run v1.22.19
$ yarn run build
$ yarn run generate && yarn run compile
$ node ./src/extract.js
$ cat source-files.txt | xargs cspell-tools-cli compile --merge public-licenses -o .
Compile:
 output: .
 compress: true
 files:
  ./src/generated/public-licenses.txt
  ./src/additional-licenses.txt

2022-11-11T19:19:45.586Z Start compile: public-licenses
2022-11-11T19:19:45.587Z Reading public-licenses.txt
2022-11-11T19:19:45.592Z Done reading public-licenses.txt
2022-11-11T19:19:45.592Z Reading additional-licenses.txt
2022-11-11T19:19:45.594Z Done reading additional-licenses.txt
2022-11-11T19:19:45.597Z Process "src\generated\public-licenses.txt" to "public-licenses.txt.gz"
2022-11-11T19:19:45.606Z Done processing src\generated\public-licenses.txt
2022-11-11T19:19:45.606Z Process "src\additional-licenses.txt" to "public-licenses.txt.gz"    
2022-11-11T19:19:45.607Z Done processing src\additional-licenses.txt
2022-11-11T19:19:45.624Z Done "public-licenses.txt.gz"
2022-11-11T19:19:45.625Z Done compile: public-licenses
2022-11-11T19:19:45.625Z Complete.
Done in 3.69s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-java' in 5.9s:
yarn run v1.22.19
$ yarn run build && yarn run zip
$ cspell-tools-cli build
2022-11-11T19:19:42.857Z Start compile: java
2022-11-11T19:19:42.864Z Reading java.txt
2022-11-11T19:19:42.999Z Done reading java.txt
2022-11-11T19:19:42.999Z Reading additional-terms.txt
2022-11-11T19:19:43.004Z Done reading additional-terms.txt
2022-11-11T19:19:43.004Z Reading java-terms.txt
2022-11-11T19:19:43.027Z Done reading java-terms.txt
2022-11-11T19:19:43.031Z Reading Words into Trie
2022-11-11T19:19:43.033Z Process "src\java.txt" to "java.trie"
2022-11-11T19:19:44.037Z Done processing src\java.txt
2022-11-11T19:19:44.037Z Process "src\additional-terms.txt" to "java.trie"
2022-11-11T19:19:44.038Z Done processing src\additional-terms.txt
2022-11-11T19:19:44.039Z Process "src\java-terms.txt" to "java.trie"
2022-11-11T19:19:44.057Z Done processing src\java-terms.txt
2022-11-11T19:19:44.225Z Reduce duplicate word endings
2022-11-11T19:19:45.009Z Writing to file java.trie
2022-11-11T19:19:45.468Z Done writing to file java.trie
2022-11-11T19:19:45.468Z Done "java.trie"
2022-11-11T19:19:45.468Z Done compile: java
2022-11-11T19:19:45.469Z Complete.
$ gzip -f -k java.trie
Done in 5.32s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-win32' in 3.1s:
yarn run v1.22.19
$ yarn run build
$ cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile --keep-raw-case "src/win32.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/win32.txt

2022-11-11T19:19:45.277Z Start compile: win32
2022-11-11T19:19:45.279Z Reading win32.txt
2022-11-11T19:19:45.392Z Done reading win32.txt
2022-11-11T19:19:45.397Z Process "src\win32.txt" to "win32.txt.gz"
2022-11-11T19:19:45.950Z Done processing src\win32.txt
2022-11-11T19:19:46.056Z Done "win32.txt.gz"
2022-11-11T19:19:46.056Z Done compile: win32
2022-11-11T19:19:46.056Z Complete.
Done in 2.56s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-python' in 4.8s:
yarn run v1.22.19
$ yarn run build
$ yarn run build-python && yarn run build-common
$ cspell-tools-cli compile "src/python/*.txt" "src/additional_words.txt" --split --keep-raw-case --merge python -o .
Compile:
 output: .
 compress: true
 files:
  src/python/*.txt
  src/additional_words.txt

2022-11-11T19:19:44.849Z Start compile: python
2022-11-11T19:19:44.851Z Reading python-lib.txt
2022-11-11T19:19:45.037Z Done reading python-lib.txt
2022-11-11T19:19:45.038Z Reading python.txt
2022-11-11T19:19:45.055Z Done reading python.txt
2022-11-11T19:19:45.055Z Reading additional_words.txt
2022-11-11T19:19:45.060Z Done reading additional_words.txt
2022-11-11T19:19:45.065Z Process "src\python\python-lib.txt" to "python.txt.gz"
2022-11-11T19:19:45.237Z Done processing src\python\python-lib.txt
2022-11-11T19:19:45.238Z Process "src\python\python.txt" to "python.txt.gz"
2022-11-11T19:19:45.243Z Done processing src\python\python.txt
2022-11-11T19:19:45.244Z Process "src\additional_words.txt" to "python.txt.gz"
2022-11-11T19:19:45.244Z Done processing src\additional_words.txt
2022-11-11T19:19:45.274Z Done "python.txt.gz"
2022-11-11T19:19:45.274Z Done compile: python
2022-11-11T19:19:45.274Z Complete.
$ cspell-tools-cli compile "src/common/*.txt" --keep-raw-case --merge python-common -o .      
Compile:
 output: .
 compress: true
 files:
  src/common/*.txt

2022-11-11T19:19:46.207Z Start compile: python-common
2022-11-11T19:19:46.209Z Reading extra.txt
2022-11-11T19:19:46.215Z Done reading extra.txt
2022-11-11T19:19:46.218Z Process "src\common\extra.txt" to "python-common.txt.gz"
2022-11-11T19:19:46.228Z Done processing src\common\extra.txt
2022-11-11T19:19:46.249Z Done "python-common.txt.gz"
2022-11-11T19:19:46.249Z Done compile: python-common
2022-11-11T19:19:46.249Z Complete.
Done in 4.12s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-software-terms' in 7.4s:
yarn run v1.22.19
$ yarn run build
$ npm run build-software-terms && npm run build-networking-terms

> @cspell/dict-software-terms@3.0.5 build-software-terms
> cat source-files.txt | xargs cspell-tools-cli compile --split --no-compress -o ./dict -M softwareTerms.txt

Compile:
 output: ./dict
 compress: false
 files:
  src/software-terms.txt
  src/software-tools.txt

2022-11-11T19:19:46.764Z Start compile: softwareTerms.txt
2022-11-11T19:19:46.767Z Reading software-terms.txt
2022-11-11T19:19:46.792Z Done reading software-terms.txt
2022-11-11T19:19:46.793Z Reading software-tools.txt
2022-11-11T19:19:46.795Z Done reading software-tools.txt
2022-11-11T19:19:46.799Z Process "src\software-terms.txt" to "dict\softwareTerms.txt"
2022-11-11T19:19:46.818Z Done processing src\software-terms.txt
2022-11-11T19:19:46.819Z Process "src\software-tools.txt" to "dict\softwareTerms.txt"
2022-11-11T19:19:46.820Z Done processing src\software-tools.txt
2022-11-11T19:19:46.841Z Done "dict\softwareTerms.txt"
2022-11-11T19:19:46.841Z Done compile: softwareTerms.txt
2022-11-11T19:19:46.841Z Complete.

> @cspell/dict-software-terms@3.0.5 build-networking-terms
> cat source-files-networking.txt | xargs cspell-tools-cli compile --split --no-compress -o ./dict -M networkingTerms.txt

Compile:
 output: ./dict
 compress: false
 files:
  src/network-os.txt
  src/network-protocols.txt

2022-11-11T19:19:49.387Z Start compile: networkingTerms.txt
2022-11-11T19:19:49.388Z Reading network-os.txt
2022-11-11T19:19:49.398Z Done reading network-os.txt
2022-11-11T19:19:49.398Z Reading network-protocols.txt
2022-11-11T19:19:49.399Z Done reading network-protocols.txt
2022-11-11T19:19:49.402Z Process "src\network-os.txt" to "dict\networkingTerms.txt"
2022-11-11T19:19:49.403Z Done processing src\network-os.txt
2022-11-11T19:19:49.403Z Process "src\network-protocols.txt" to "dict\networkingTerms.txt"    
2022-11-11T19:19:49.404Z Done processing src\network-protocols.txt
2022-11-11T19:19:49.406Z Done "dict\networkingTerms.txt"
2022-11-11T19:19:49.406Z Done compile: networkingTerms.txt
2022-11-11T19:19:49.406Z Complete.
Done in 6.85s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-medicalterms' in 10.5s:
yarn run v1.22.19
$ yarn run build
$ cspell-tools compile "./node_modules/wordlist-medicalterms-en/wordlist.txt" -o . --merge medicalterms-en.txt
Compile:
 output: .
 compress: true
 files:
  ./node_modules/wordlist-medicalterms-en/wordlist.txt

2022-11-11T19:19:43.725Z Reading wordlist.txt
2022-11-11T19:19:43.766Z Done reading wordlist.txt
2022-11-11T19:19:43.768Z Process "./node_modules/wordlist-medicalterms-en/wordlist.txt" to "Z:\cspell-dicts\dictionaries\medicalterms\medicalterms-en.txt.gz"
2022-11-11T19:19:51.101Z Done "Z:\cspell-dicts\dictionaries\medicalterms\medicalterms-en.txt.gz"
2022-11-11T19:19:51.102Z Complete.
Done in 9.80s.
lerna-lite info run Ran npm script 'prepare' in '@cspell/dict-cpp' in 13.6s:
yarn run v1.22.19
$ yarn run build
$ yarn run build-cpp && yarn run build-cpp-refined
$ cspell-tools compile "src/cpp.txt" -o .
Compile:
 output: .
 compress: true
 files:
  src/cpp.txt

2022-11-11T19:19:42.086Z Reading cpp.txt
2022-11-11T19:19:42.143Z Done reading cpp.txt
2022-11-11T19:19:42.144Z Process "src/cpp.txt" to "cpp.txt.gz"
2022-11-11T19:19:50.522Z Done "src/cpp.txt" to "cpp.txt.gz"
2022-11-11T19:19:50.522Z Complete.
$ cat source-files-cpp-refined.txt | xargs cspell-tools-cli compile --no-split --keep-raw-case --merge cpp-refined -o .
Compile:
 output: .
 compress: true
 files:
  ./src/compiler-clang-attributes.txt
  ./src/compiler-gcc.txt
  ./src/compiler-msvc.txt
  ./src/ecosystem.txt
  ./src/lang-jargon.txt
  ./src/lang-keywords.txt
  ./src/people.txt
  ./src/stdlib-c.txt
  ./src/stdlib-cerrno.txt
  ./src/stdlib-cmath.txt
  ./src/stdlib-cpp.txt
  ./src/template-strings.txt

2022-11-11T19:19:51.941Z Start compile: cpp-refined
2022-11-11T19:19:51.943Z Reading compiler-clang-attributes.txt
2022-11-11T19:19:51.950Z Done reading compiler-clang-attributes.txt
2022-11-11T19:19:51.951Z Reading compiler-gcc.txt
2022-11-11T19:19:51.953Z Done reading compiler-gcc.txt
2022-11-11T19:19:51.954Z Reading compiler-msvc.txt
2022-11-11T19:19:51.956Z Done reading compiler-msvc.txt
2022-11-11T19:19:51.957Z Reading ecosystem.txt
2022-11-11T19:19:51.959Z Done reading ecosystem.txt
2022-11-11T19:19:51.960Z Reading lang-jargon.txt
2022-11-11T19:19:51.962Z Done reading lang-jargon.txt
2022-11-11T19:19:51.962Z Reading lang-keywords.txt
2022-11-11T19:19:51.964Z Done reading lang-keywords.txt
2022-11-11T19:19:51.965Z Reading people.txt
2022-11-11T19:19:51.967Z Done reading people.txt
2022-11-11T19:19:51.968Z Reading stdlib-c.txt
2022-11-11T19:19:51.971Z Done reading stdlib-c.txt
2022-11-11T19:19:51.972Z Reading stdlib-cerrno.txt
2022-11-11T19:19:51.976Z Done reading stdlib-cerrno.txt
2022-11-11T19:19:51.977Z Reading stdlib-cmath.txt
2022-11-11T19:19:51.980Z Done reading stdlib-cmath.txt
2022-11-11T19:19:51.981Z Reading stdlib-cpp.txt
2022-11-11T19:19:51.987Z Done reading stdlib-cpp.txt
2022-11-11T19:19:51.987Z Reading template-strings.txt
2022-11-11T19:19:51.990Z Done reading template-strings.txt
2022-11-11T19:19:51.997Z Process "src\compiler-clang-attributes.txt" to "cpp-refined.txt.gz"  
2022-11-11T19:19:52.003Z Done processing src\compiler-clang-attributes.txt
2022-11-11T19:19:52.004Z Process "src\compiler-gcc.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.005Z Done processing src\compiler-gcc.txt
2022-11-11T19:19:52.005Z Process "src\compiler-msvc.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.006Z Done processing src\compiler-msvc.txt
2022-11-11T19:19:52.006Z Process "src\ecosystem.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.007Z Done processing src\ecosystem.txt
2022-11-11T19:19:52.007Z Process "src\lang-jargon.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.007Z Done processing src\lang-jargon.txt
2022-11-11T19:19:52.008Z Process "src\lang-keywords.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.008Z Done processing src\lang-keywords.txt
2022-11-11T19:19:52.008Z Process "src\people.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.009Z Done processing src\people.txt
2022-11-11T19:19:52.009Z Process "src\stdlib-c.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.017Z Done processing src\stdlib-c.txt
2022-11-11T19:19:52.017Z Process "src\stdlib-cerrno.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.017Z Done processing src\stdlib-cerrno.txt
2022-11-11T19:19:52.017Z Process "src\stdlib-cmath.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.021Z Done processing src\stdlib-cmath.txt
2022-11-11T19:19:52.021Z Process "src\stdlib-cpp.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.023Z Done processing src\stdlib-cpp.txt
2022-11-11T19:19:52.023Z Process "src\template-strings.txt" to "cpp-refined.txt.gz"
2022-11-11T19:19:52.023Z Done processing src\template-strings.txt
2022-11-11T19:19:52.046Z Done "cpp-refined.txt.gz"
2022-11-11T19:19:52.046Z Done compile: cpp-refined
2022-11-11T19:19:52.046Z Complete.
Done in 13.05s.
lerna-lite success run Ran npm script 'prepare' in 68 packages in 13.8s:
lerna-lite success - @cspell/dict-ada
lerna-lite success - @cspell/dict-ar
lerna-lite success - @cspell/dict-aws
lerna-lite success - @cspell/dict-bash
lerna-lite success - @cspell/dict-bg-bg
lerna-lite success - @cspell/dict-ca
lerna-lite success - @cspell/dict-city-names-finland
lerna-lite success - @cspell/dict-clojure
lerna-lite success - @cspell/dict-companies
lerna-lite success - @cspell/dict-cpp
lerna-lite success - @cspell/dict-cryptocurrencies
lerna-lite success - @cspell/dict-cs-cz
lerna-lite success - @cspell/dict-csharp
lerna-lite success - @cspell/dict-css
lerna-lite success - @cspell/dict-dart
lerna-lite success - @cspell/dict-de-ch
lerna-lite success - @cspell/dict-de-de
lerna-lite success - @cspell/dict-django
lerna-lite success - @cspell/dict-docker
lerna-lite success - @cspell/dict-dotnet
lerna-lite success - @cspell/dict-elixir
lerna-lite success - @cspell/dict-en-gb-mit
lerna-lite success - @cspell/dict-en-gb
lerna-lite success - @cspell/dict-en_us
lerna-lite success - @cspell/dict-es-es
lerna-lite success - @cspell/dict-et-ee
lerna-lite success - @cspell/dict-filetypes
lerna-lite success - @cspell/dict-fonts
lerna-lite success - @cspell/dict-fr-fr
lerna-lite success - @cspell/dict-fr-reforme
lerna-lite success - @cspell/dict-fullstack
lerna-lite success - @cspell/dict-gaming-terms
lerna-lite success - @cspell/dict-git
lerna-lite success - @cspell/dict-golang
lerna-lite success - @cspell/dict-haskell
lerna-lite success - @cspell/dict-hr-hr
lerna-lite success - @cspell/dict-html-symbol-entities
lerna-lite success - @cspell/dict-html
lerna-lite success - @cspell/dict-java
lerna-lite success - @cspell/dict-latex
lerna-lite success - @cspell/dict-lorem-ipsum
lerna-lite success - @cspell/dict-lua
lerna-lite success - @cspell/dict-markdown
lerna-lite success - @cspell/dict-medicalterms
lerna-lite success - @cspell/dict-mnemonics
lerna-lite success - @cspell/dict-monkeyc
lerna-lite success - @cspell/dict-nb-no
lerna-lite success - @cspell/dict-nl-nl
lerna-lite success - @cspell/dict-node
lerna-lite success - @cspell/dict-npm
lerna-lite success - @cspell/dict-php
lerna-lite success - @cspell/dict-powershell
lerna-lite success - @cspell/dict-pt-br
lerna-lite success - @cspell/dict-public-licenses
lerna-lite success - @cspell/dict-python
lerna-lite success - @cspell/dict-r
lerna-lite success - @cspell/dict-ru_ru
lerna-lite success - @cspell/dict-ruby
lerna-lite success - @cspell/dict-rust
lerna-lite success - @cspell/dict-scala
lerna-lite success - @cspell/dict-sl-si
lerna-lite success - @cspell/dict-software-terms
lerna-lite success - @cspell/dict-sql
lerna-lite success - @cspell/dict-sv
lerna-lite success - @cspell/dict-swift
lerna-lite success - @cspell/dict-typescript
lerna-lite success - @cspell/dict-vue
lerna-lite success - @cspell/dict-win32
Done in 53.83s.
nschonni commented 1 year ago

The hint around gzip might be the issue. do you get anything for gzip --version

Omcsesz commented 1 year ago

@nschonni What I get for gzip --version is:

gzip : The term 'gzip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

Jason3S commented 1 year ago

@Omcsesz,

I'll try to reduce the need for gzip. In the mean time, if you install gzip, things should work just fine.

Omcsesz commented 1 year ago

@Jason3S Is the issue #1667 resolved?

Jason3S commented 1 year ago

Not yet. But this issue has been answered. Building can be done if gzip is installed.