Deploy details
Deploy log
3:49:37 PM: Build ready to start
3:49:40 PM: build-image version: 122b31996ccaffd45d820a452d6227f8312110cc (focal)
3:49:40 PM: build-image tag: v4.5.3
3:49:40 PM: buildbot version: 9bc48650b0551281ca8258d0c32d371dd2b6993b
3:49:40 PM: Fetching cached dependencies
3:49:40 PM: Failed to fetch cache, continuing with build
3:49:40 PM: Starting to prepare the repo for build
3:49:40 PM: No cached dependencies found. Cloning fresh repo
3:49:40 PM: git clone https://github.com/Ligalaiz/Todo
3:49:41 PM: Preparing Git Reference pull/8/head
3:49:41 PM: Parsing package.json dependencies
3:49:42 PM: Starting build script
3:49:43 PM: Installing dependencies
3:49:43 PM: Python version set to 2.7
3:49:44 PM: Downloading and installing node v16.14.0...
3:49:44 PM: Downloading https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.xz...
3:49:44 PM: Computing checksum with sha256sum
3:49:44 PM: Checksums matched!
3:49:48 PM: Now using node v16.14.0 (npm v8.3.1)
3:49:48 PM: Started restoring cached build plugins
3:49:48 PM: Finished restoring cached build plugins
3:49:48 PM: Attempting ruby version 2.7.2, read from environment
3:49:49 PM: Using ruby version 2.7.2
3:49:50 PM: Using PHP version 8.0
3:49:50 PM: Started restoring cached node modules
3:49:50 PM: Finished restoring cached node modules
3:49:50 PM: Installing NPM modules using NPM version 8.3.1
3:50:25 PM: npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
3:50:25 PM: npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
3:50:27 PM: npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
3:50:32 PM: npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
3:50:33 PM: npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
3:50:54 PM: npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
3:50:55 PM: npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
3:50:56 PM: npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
3:50:56 PM: npm WARN deprecated @babel/polyfill@7.12.1: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
3:51:00 PM: npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
3:51:01 PM: npm WARN deprecated uuid@3.3.2: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
3:51:39 PM: npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
3:51:56 PM: > react@1.0.0 prepare
3:51:56 PM: > husky install
3:51:57 PM: husky - Git hooks installed
3:51:57 PM: added 3482 packages, and audited 3696 packages in 2m
3:51:57 PM: 322 packages are looking for funding
3:51:57 PM: run `npm fund` for details
3:51:57 PM: 101 vulnerabilities (75 moderate, 24 high, 2 critical)
3:51:57 PM: To address issues that do not require attention, run:
3:51:57 PM: npm audit fix
3:51:57 PM: To address all issues possible (including breaking changes), run:
3:51:57 PM: npm audit fix --force
3:51:57 PM: Some issues need review, and may require choosing
3:51:57 PM: a different dependency.
3:51:57 PM: Run `npm audit` for details.
3:51:57 PM: NPM modules installed
3:51:58 PM: Started restoring cached go cache
3:51:58 PM: Finished restoring cached go cache
3:51:58 PM: go version go1.16.5 linux/amd64
3:51:58 PM: go version go1.16.5 linux/amd64
3:51:58 PM: Installing missing commands
3:51:58 PM: Verify run directory
3:52:00 PM:
3:52:00 PM: ────────────────────────────────────────────────────────────────
3:52:00 PM: Netlify Build
3:52:00 PM: ────────────────────────────────────────────────────────────────
3:52:00 PM:
3:52:00 PM: ❯ Version
3:52:00 PM: @netlify/build 26.3.3
3:52:00 PM:
3:52:00 PM: ❯ Flags
3:52:00 PM: baseRelDir: true
3:52:00 PM: buildId: 620e6e91679187000876bf61
3:52:00 PM: deployId: 620e6e91679187000876bf63
3:52:00 PM:
3:52:00 PM: ❯ Current directory
3:52:00 PM: /opt/build/repo
3:52:00 PM:
3:52:00 PM: ❯ Config file
3:52:00 PM: No config file was defined: using default values.
3:52:00 PM:
3:52:00 PM: ❯ Context
3:52:00 PM: deploy-preview
3:52:00 PM:
3:52:00 PM: ────────────────────────────────────────────────────────────────
3:52:00 PM: 1. Build command from Netlify app
3:52:00 PM: ────────────────────────────────────────────────────────────────
3:52:00 PM:
3:52:00 PM: $ npm run build:client
3:52:00 PM: > react@1.0.0 build:client
3:52:00 PM: > webpack --config config/webpack.prod.js
3:52:02 PM: Failed to load ./.env.
3:52:02 PM: <s> [webpack.Progress] 0%
3:52:02 PM: <s> [webpack.Progress] 1% setup initialize
3:52:02 PM: <s> [webpack.Progress] 1% setup initialize HtmlWebpackPlugin
3:52:02 PM: <s> [webpack.Progress] 1% setup initialize
3:52:02 PM: <s> [webpack.Progress] 2% setup before run
3:52:02 PM: <s> [webpack.Progress] 2% setup before run NodeEnvironmentPlugin
3:52:02 PM: <s> [webpack.Progress] 2% setup before run
3:52:02 PM: <s> [webpack.Progress] 3% setup run
3:52:02 PM: <s> [webpack.Progress] 3% setup run webpack-cli
3:52:02 PM: <s> [webpack.Progress] 3% setup run ESLintWebpackPlugin_1
3:52:02 PM: <s> [webpack.Progress] 3% setup run
3:52:02 PM: <s> [webpack.Progress] 4% setup normal module factory
3:52:02 PM: <s> [webpack.Progress] 4% setup normal module factory
3:52:02 PM: <s> [webpack.Progress] 5% setup context module factory
3:52:02 PM: <s> [webpack.Progress] 5% setup context module factory
3:52:02 PM: <s> [webpack.Progress] 6% setup before compile
3:52:02 PM: <s> [webpack.Progress] 6% setup before compile ProgressPlugin
3:52:02 PM: <s> [webpack.Progress] 6% setup before compile
3:52:02 PM: <s> [webpack.Progress] 7% setup compile
3:52:02 PM: <s> [webpack.Progress] 7% setup compile ExternalsPlugin
3:52:02 PM: <s> [webpack.Progress] 7% setup compile
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation mini-css-extract-plugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation CopyPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation WorkerPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation RuntimeChunkPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation ESLintWebpackPlugin_1
3:52:02 PM: <s> [webpack.Progress] 8% setup compilation
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation ProgressPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation DefinePlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation mini-css-extract-plugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation ImageMinimizerPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation ImageMinimizerPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation EntryPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation EntryPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation RuntimePlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation DataUriPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation FileUriPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation AMDPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation CommonJsPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation LoaderPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation LoaderPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation APIPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation ConstPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation UseStrictPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation RequireContextPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation ImportPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation SystemPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation URLPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation InnerGraphPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation MangleExportsPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation RealContentHashPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation DeterministicModuleIdsPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation DefinePlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation TerserPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation CssMinimizerPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
3:52:02 PM: <s> [webpack.Progress] 9% setup compilation
3:52:02 PM: <s> [webpack.Progress] 10% building
3:52:02 PM: <s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
3:52:03 PM: <s> [webpack.Progress] 10% building import loader ./node_modules/babel-loader/lib/index.js
3:52:03 PM: <s> [webpack.Progress] 10% building 0/2 entries 2/4 dependencies 0/2 modules
3:52:03 PM: <s> [webpack.Progress] 10% building 0/2 entries 3/5 dependencies 0/3 modules
3:52:03 PM: [proposal-class-properties]: You are using the "loose: true" option and you are explicitly setting a value for the "setPublicClassFields" and "privateFieldsAsProperties" assumptions. The "loose" option can cause incompatibilities with the other class features plugins, so it's recommended that you replace it with the following top-level option:
"assumptions": {
"assumptions": {
3:52:03 PM: "setPublicClassFields": true,
3:52:03 PM: "privateFieldsAsProperties": true
3:52:03 PM: }
3:52:03 PM: [proposal-private-methods]: You are using the "loose: true" option and you are explicitly setting a value for the "setPublicClassFields" and "privateFieldsAsProperties" assumptions. The "loose" option can cause incompatibilities with the other class features plugins, so it's recommended that you replace it with the following top-level option:
"assumptions": {
"assumptions": {
3:52:03 PM: "setPublicClassFields": true,
3:52:03 PM: "privateFieldsAsProperties": true
3:52:03 PM: }
3:52:04 PM: <s> [webpack.Progress] 10% building 0/2 entries 193/200 dependencies 1/179 modules
3:52:04 PM: <s> [webpack.Progress] 10% building 0/2 entries 494/700 dependencies 4/270 modules
3:52:05 PM: <s> [webpack.Progress] 10% building 0/2 entries 1000/1044 dependencies 87/311 modules
3:52:05 PM: <s> [webpack.Progress] 37% building 1/2 entries 1227/1235 dependencies 322/344 modules
3:52:06 PM: <s> [webpack.Progress] 37% building 1/2 entries 1285/1300 dependencies 349/369 modules
3:52:06 PM: <s> [webpack.Progress] 37% building 1/2 entries 1389/1400 dependencies 403/414 modules
3:52:06 PM: <s> [webpack.Progress] 65% building 2/2 entries 1465/1465 dependencies 441/441 modules
3:52:06 PM: <s> [webpack.Progress] 65% building
3:52:06 PM: <s> [webpack.Progress] 69% building finish
3:52:06 PM: <s> [webpack.Progress] 69% building finish
3:52:06 PM: <s> [webpack.Progress] 70% sealing finish module graph
3:52:06 PM: <s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
3:52:06 PM: <s> [webpack.Progress] 70% sealing finish module graph ESLintWebpackPlugin_1
3:52:13 PM: <s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
3:52:13 PM: <s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
3:52:13 PM: <s> [webpack.Progress] 70% sealing finish module graph InnerGraphPlugin
3:52:13 PM: <s> [webpack.Progress] 70% sealing finish module graph WasmFinalizeExportsPlugin
3:52:13 PM: <s> [webpack.Progress] 70% sealing finish module graph
3:52:13 PM: <s> [webpack.Progress] 70% sealing plugins
3:52:13 PM: <s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
3:52:13 PM: <s> [webpack.Progress] 70% sealing plugins
3:52:13 PM: <s> [webpack.Progress] 71% sealing dependencies optimization
3:52:13 PM: <s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
3:52:13 PM: <s> [webpack.Progress] 71% sealing dependencies optimization FlagDependencyUsagePlugin
3:52:13 PM: <s> [webpack.Progress] 71% sealing dependencies optimization
3:52:13 PM: <s> [webpack.Progress] 71% sealing after dependencies optimization
3:52:13 PM: <s> [webpack.Progress] 71% sealing after dependencies optimization
3:52:13 PM: <s> [webpack.Progress] 72% sealing chunk graph
3:52:13 PM: <s> [webpack.Progress] 72% sealing chunk graph
3:52:13 PM: <s> [webpack.Progress] 73% sealing after chunk graph
3:52:13 PM: <s> [webpack.Progress] 73% sealing after chunk graph
3:52:13 PM: <s> [webpack.Progress] 73% sealing optimizing
3:52:13 PM: <s> [webpack.Progress] 73% sealing optimizing
3:52:13 PM: <s> [webpack.Progress] 74% sealing module optimization
3:52:13 PM: <s> [webpack.Progress] 74% sealing module optimization
3:52:13 PM: <s> [webpack.Progress] 75% sealing after module optimization
3:52:13 PM: <s> [webpack.Progress] 75% sealing after module optimization
3:52:13 PM: <s> [webpack.Progress] 75% sealing chunk optimization
3:52:13 PM: <s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
3:52:13 PM: <s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
3:52:13 PM: <s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
3:52:13 PM: <s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
3:52:13 PM: <s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
3:52:13 PM: <s> [webpack.Progress] 75% sealing chunk optimization
3:52:13 PM: <s> [webpack.Progress] 76% sealing after chunk optimization
3:52:13 PM: <s> [webpack.Progress] 76% sealing after chunk optimization
3:52:13 PM: <s> [webpack.Progress] 77% sealing module and chunk tree optimization
3:52:13 PM: <s> [webpack.Progress] 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
3:52:13 PM: <s> [webpack.Progress] 77% sealing module and chunk tree optimization
3:52:13 PM: <s> [webpack.Progress] 77% sealing after module and chunk tree optimization
3:52:13 PM: <s> [webpack.Progress] 77% sealing after module and chunk tree optimization
3:52:13 PM: <s> [webpack.Progress] 78% sealing chunk modules optimization
3:52:13 PM: <s> [webpack.Progress] 78% sealing chunk modules optimization ModuleConcatenationPlugin
3:52:13 PM: <s> [webpack.Progress] 78% sealing chunk modules optimization
3:52:13 PM: <s> [webpack.Progress] 78% sealing after chunk modules optimization
3:52:13 PM: <s> [webpack.Progress] 78% sealing after chunk modules optimization
3:52:13 PM: <s> [webpack.Progress] 79% sealing module reviving
3:52:13 PM: <s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
3:52:13 PM: <s> [webpack.Progress] 79% sealing module reviving
3:52:13 PM: <s> [webpack.Progress] 80% sealing before module ids
3:52:13 PM: <s> [webpack.Progress] 80% sealing before module ids
3:52:13 PM: <s> [webpack.Progress] 80% sealing module ids
3:52:13 PM: <s> [webpack.Progress] 80% sealing module ids DeterministicModuleIdsPlugin
3:52:13 PM: <s> [webpack.Progress] 80% sealing module ids
3:52:13 PM: <s> [webpack.Progress] 81% sealing module id optimization
3:52:13 PM: <s> [webpack.Progress] 81% sealing module id optimization
3:52:13 PM: <s> [webpack.Progress] 82% sealing module id optimization
3:52:13 PM: <s> [webpack.Progress] 82% sealing module id optimization
3:52:13 PM: <s> [webpack.Progress] 82% sealing chunk reviving
3:52:13 PM: <s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
3:52:13 PM: <s> [webpack.Progress] 82% sealing chunk reviving
3:52:13 PM: <s> [webpack.Progress] 83% sealing before chunk ids
3:52:13 PM: <s> [webpack.Progress] 83% sealing before chunk ids
3:52:13 PM: <s> [webpack.Progress] 84% sealing chunk ids
3:52:13 PM: <s> [webpack.Progress] 84% sealing chunk ids DeterministicChunkIdsPlugin
3:52:13 PM: <s> [webpack.Progress] 84% sealing chunk ids
3:52:13 PM: <s> [webpack.Progress] 84% sealing chunk id optimization
3:52:13 PM: <s> [webpack.Progress] 84% sealing chunk id optimization FlagIncludedChunksPlugin
3:52:13 PM: <s> [webpack.Progress] 84% sealing chunk id optimization
3:52:13 PM: <s> [webpack.Progress] 85% sealing after chunk id optimization
3:52:13 PM: <s> [webpack.Progress] 85% sealing after chunk id optimization
3:52:13 PM: <s> [webpack.Progress] 86% sealing record modules
3:52:13 PM: <s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
3:52:13 PM: <s> [webpack.Progress] 86% sealing record modules
3:52:13 PM: <s> [webpack.Progress] 86% sealing record chunks
3:52:13 PM: <s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
3:52:13 PM: <s> [webpack.Progress] 86% sealing record chunks
3:52:13 PM: <s> [webpack.Progress] 87% sealing module hashing
3:52:13 PM: <s> [webpack.Progress] 87% sealing module hashing
3:52:13 PM: <s> [webpack.Progress] 87% sealing code generation
3:52:13 PM: <s> [webpack.Progress] 87% sealing code generation
3:52:13 PM: <s> [webpack.Progress] 88% sealing runtime requirements
3:52:13 PM: <s> [webpack.Progress] 88% sealing runtime requirements
3:52:13 PM: <s> [webpack.Progress] 89% sealing hashing
3:52:13 PM: <s> [webpack.Progress] 89% sealing hashing
3:52:13 PM: <s> [webpack.Progress] 89% sealing after hashing
3:52:13 PM: <s> [webpack.Progress] 89% sealing after hashing
3:52:13 PM: <s> [webpack.Progress] 90% sealing record hash
3:52:13 PM: <s> [webpack.Progress] 90% sealing record hash
3:52:13 PM: <s> [webpack.Progress] 91% sealing module assets processing
3:52:13 PM: <s> [webpack.Progress] 91% sealing module assets processing
3:52:13 PM: <s> [webpack.Progress] 91% sealing chunk assets processing
3:52:13 PM: <s> [webpack.Progress] 91% sealing chunk assets processing
3:52:13 PM: <s> [webpack.Progress] 92% sealing asset processing
3:52:13 PM: <s> [webpack.Progress] 92% sealing asset processing copy-webpack-plugin
3:52:13 PM: <s> [webpack.Progress] 92% sealing asset processing ESLintWebpackPlugin_1
3:52:13 PM: <s> [webpack.Progress] 92% sealing asset processing PersistentChildCompilerSingletonPlugin
3:52:13 PM: <s> [webpack.Progress] 92% sealing asset processing ImageMinimizerPlugin
3:52:13 PM: <s> [webpack.Progress] 92% sealing asset processing TerserPlugin
3:52:21 PM: <s> [webpack.Progress] 92% sealing asset processing CssMinimizerPlugin
3:52:21 PM: <s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
3:52:21 PM: <s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
3:52:21 PM: <s> [webpack.Progress] 92% sealing asset processing
3:52:21 PM: <s> [webpack.Progress] 93% sealing after asset optimization
3:52:21 PM: <s> [webpack.Progress] 93% sealing after asset optimization
3:52:21 PM: <s> [webpack.Progress] 93% sealing recording
3:52:21 PM: <s> [webpack.Progress] 93% sealing recording
3:52:21 PM: <s> [webpack.Progress] 94% sealing after seal
3:52:21 PM: <s> [webpack.Progress] 94% sealing after seal
3:52:21 PM: <s> [webpack.Progress] 95% emitting emit
3:52:21 PM: <s> [webpack.Progress] 95% emitting emit clean-webpack-plugin
3:52:21 PM: <s> [webpack.Progress] 95% emitting emit
3:52:21 PM: <s> [webpack.Progress] 98% emitting after emit
3:52:21 PM: <s> [webpack.Progress] 98% emitting after emit SizeLimitsPlugin
3:52:21 PM: <s> [webpack.Progress] 98% emitting after emit
3:52:21 PM: <s> [webpack.Progress] 99% done plugins
3:52:21 PM: <s> [webpack.Progress] 99% done plugins clean-webpack-plugin
3:52:21 PM: <s> [webpack.Progress] 99% done plugins
3:52:21 PM: <s> [webpack.Progress] 99%
3:52:21 PM: <s> [webpack.Progress] 99% cache store build dependencies
3:52:21 PM: <s> [webpack.Progress] 99% cache store build dependencies
3:52:21 PM: <s> [webpack.Progress] 99% cache begin idle
3:52:21 PM: <s> [webpack.Progress] 99% cache begin idle
3:52:21 PM: <s> [webpack.Progress] 100%
3:52:21 PM: <s> [webpack.Progress] 99% cache shutdown
3:52:21 PM: <s> [webpack.Progress] 99% cache shutdown
3:52:21 PM: <s> [webpack.Progress] 100%
3:52:22 PM: assets by info 372 KiB [immutable]
3:52:22 PM: asset vendors.5e2ab8efb2.js 312 KiB [emitted] [immutable] [minimized] [big] (name: vendors) (id hint: vendor) 1 related asset
3:52:22 PM: asset assets/fonts/roboto-regular.1149ec9648..woff 42.5 KiB [emitted] [immutable] [from: client/src/assets/fonts/roboto-regular.woff] (auxiliary name: main)
3:52:22 PM: asset main.7bdb068514.js 15.7 KiB [emitted] [immutable] [minimized] (name: main)
3:52:22 PM: asset runtime.eccecfc69f.js 1.84 KiB [emitted] [immutable] [minimized] (name: runtime)
3:52:22 PM: asset favicon.ico 18.2 KiB [emitted] [from: client/src/assets/img/favicon.ico] [copied]
3:52:22 PM: asset ./index.html 433 bytes [emitted]
3:52:22 PM: Entrypoint main [big] 330 KiB (42.5 KiB) = runtime.eccecfc69f.js 1.84 KiB vendors.5e2ab8efb2.js 312 KiB main.7bdb068514.js 15.7 KiB 1 auxiliary asset
3:52:22 PM: orphan modules 123 KiB [orphan] 76 modules
3:52:22 PM: runtime modules 4.47 KiB 8 modules
3:52:22 PM: modules by path ./node_modules/core-js/ 204 KiB 304 modules
3:52:22 PM: modules by path ./node_modules/axios/ 49 KiB 29 modules
3:52:22 PM: modules by path ./node_modules/@babel/ 4.78 KiB 8 modules
3:52:22 PM: modules by path ./node_modules/@emotion/react/ 68.7 KiB 7 modules
3:52:22 PM: modules by path ./node_modules/react/ 7.63 KiB 4 modules
3:52:22 PM: modules by path ./client/src/ 73.8 KiB (javascript) 42.5 KiB (asset) 2 modules
3:52:22 PM: modules by path ./node_modules/react-dom/ 119 KiB 2 modules
3:52:22 PM: modules by path ./node_modules/scheduler/ 4.91 KiB 2 modules
3:52:22 PM: modules by path ./node_modules/react-is/ 2.69 KiB
3:52:22 PM: ./node_modules/react-is/index.js 196 bytes [built] [code generated]
3:52:22 PM: ./node_modules/react-is/cjs/react-is.production.min.js 2.49 KiB [built] [code generated]
3:52:22 PM: 5 modules
3:52:22 PM: WARNING in
3:52:22 PM: /opt/build/repo/client/src/components/App/App.tsx
3:52:22 PM: 15:6 warning React Hook useEffect has a missing dependency: 'getTodos'. Either include it or remove the dependency array react-hooks/exhaustive-deps
3:52:22 PM:
3:52:22 PM: /opt/build/repo/client/src/components/Btn/Btn.tsx
3:52:22 PM: 6:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM:
3:52:22 PM: /opt/build/repo/client/src/module/request.ts
3:52:22 PM: 12:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM: 13:5 warning Unexpected console statement no-console
3:52:22 PM: 24:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM: 25:5 warning Unexpected console statement no-console
3:52:22 PM: 35:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM: 36:5 warning Unexpected console statement no-console
3:52:22 PM: 46:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM: 47:5 warning Unexpected console statement no-console
3:52:22 PM:
3:52:22 PM: /opt/build/repo/client/src/store/todo.store.ts
3:52:22 PM: 36:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM: 55:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM: 74:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM: 103:27 warning Unexpected console statement no-console
3:52:22 PM: 112:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM: 124:27 warning Unexpected console statement no-console
3:52:22 PM: 133:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM:
3:52:22 PM: /opt/build/repo/client/src/utils/storage.utils.ts
3:52:22 PM: Creating deploy upload records
3:52:22 PM: 1:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM: 4:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
3:52:22 PM:
3:52:22 PM: ✖ 19 problems (0 errors, 19 warnings)
3:52:22 PM:
3:52:22 PM: client (webpack 5.47.1) compiled with 1 warning in 19042 ms
3:52:22 PM:
3:52:22 PM: (build.command completed in 21.8s)
3:52:22 PM:
3:52:22 PM: ────────────────────────────────────────────────────────────────
3:52:22 PM: 2. Deploy site
3:52:22 PM: ────────────────────────────────────────────────────────────────
3:52:22 PM:
3:52:22 PM: Starting to deploy site from 'dist/client'
3:52:22 PM: Creating deploy tree
3:52:22 PM: 3 new files to upload
3:52:22 PM: 0 new functions to upload
3:52:22 PM: Site deploy was successfully initiated
3:52:22 PM:
3:52:22 PM: (Deploy site completed in 429ms)
3:52:22 PM:
3:52:22 PM: ────────────────────────────────────────────────────────────────
3:52:22 PM: Netlify Build Complete
3:52:22 PM: ────────────────────────────────────────────────────────────────
3:52:22 PM:
3:52:22 PM: (Netlify Build completed in 22.3s)
3:52:22 PM: Starting post processing
3:52:22 PM: Post processing - HTML
3:52:22 PM: Caching artifacts
3:52:22 PM: Started saving node modules
3:52:22 PM: Finished saving node modules
3:52:22 PM: Started saving build plugins
3:52:22 PM: Post processing - header rules
3:52:22 PM: Finished saving build plugins
3:52:22 PM: Started saving pip cache
3:52:22 PM: Post processing - redirect rules
3:52:22 PM: Finished saving pip cache
3:52:22 PM: Started saving emacs cask dependencies
3:52:23 PM: Finished saving emacs cask dependencies
3:52:23 PM: Post processing done
3:52:23 PM: Started saving maven dependencies
3:52:23 PM: Finished saving maven dependencies
3:52:23 PM: Started saving boot dependencies
3:52:23 PM: Finished saving boot dependencies
3:52:23 PM: Started saving rust rustup cache
3:52:23 PM: Finished saving rust rustup cache
3:52:23 PM: Started saving go dependencies
3:52:23 PM: Finished saving go dependencies
3:52:24 PM: Site is live ✨
3:52:25 PM: Build script success
3:53:12 PM: Finished processing build request in 3m32.420398739s