Skip to main content

Deploy details

Deploy log

Initializing

Complete
3:09:51 AM: Build ready to start
3:09:55 AM: build-image version: 3b96229e32b19cdf63f20dc1fc9331cd240c2d01 (focal)
3:09:55 AM: buildbot version: 3b96229e32b19cdf63f20dc1fc9331cd240c2d01
3:09:55 AM: Fetching cached dependencies
3:09:55 AM: Failed to fetch cache, continuing with build
3:09:55 AM: Starting to prepare the repo for build
3:09:55 AM: No cached dependencies found. Cloning fresh repo
3:09:55 AM: git clone --filter=blob:none https://github.com/cornerstonejs/cornerstoneWADOImageLoader
3:09:55 AM: Preparing Git Reference refs/heads/master
3:09:58 AM: Custom build command detected. Proceeding with the specified command: 'npm run build && mkdir examples/dist && cp -R dist/* examples/dist/'
3:09:59 AM: Starting to install dependencies
3:09:59 AM: Python version set to 3.8
3:09:59 AM: Attempting Ruby version 2.7.2, read from environment
3:10:00 AM: Using Ruby version 2.7.2
3:10:00 AM: Started restoring cached go cache
3:10:00 AM: Finished restoring cached go cache
3:10:00 AM: Installing Go version 1.16.5 (requested 1.16.5)
3:10:04 AM: go version go1.16.5 linux/amd64
3:10:05 AM: Using PHP version 8.0
3:10:06 AM: Downloading and installing node v16.20.0...
3:10:06 AM: Computing checksum with sha256sum
3:10:06 AM: Checksums matched!
3:10:08 AM: Now using node v16.20.0 (npm v8.19.4)
3:10:08 AM: Enabling Node.js Corepack
3:10:08 AM: Started restoring cached build plugins
3:10:08 AM: Finished restoring cached build plugins
3:10:08 AM: Started restoring cached corepack dependencies
3:10:08 AM: Finished restoring cached corepack dependencies
3:10:08 AM: No npm workspaces detected
3:10:08 AM: Started restoring cached node modules
3:10:08 AM: Finished restoring cached node modules
3:10:08 AM: Installing npm packages using npm version 8.19.4
3:10:14 AM: npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
3:10:14 AM: npm WARN deprecated streamroller@2.2.4: 2.x is no longer supported. Please upgrade to 3.x or higher.
3:10:15 AM: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
3:10:15 AM: npm WARN deprecated har-validator@5.1.5: this library is no longer supported
3:10:15 AM: npm WARN deprecated eslint-loader@4.0.2: This loader has been deprecated. Please use eslint-webpack-plugin
3:10:18 AM: npm WARN deprecated date-format@2.1.0: 2.x is no longer supported. Please upgrade to 4.x or higher.
3:10:18 AM: 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:10:18 AM: 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:10:18 AM: npm WARN deprecated date-format@3.0.0: 3.x is no longer supported. Please upgrade to 4.x or higher.
3:10:19 AM: npm WARN deprecated puppeteer@10.2.0: Version no longer supported. Upgrade to @latest
3:10:20 AM: npm WARN deprecated core-js-pure@3.17.2: core-js-pure@<3.23.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. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js-pure.
3:10:26 AM: added 1472 packages, and audited 1729 packages in 17s
3:10:26 AM: 140 packages are looking for funding
3:10:26 AM: run `npm fund` for details
3:10:26 AM: 56 vulnerabilities (1 low, 20 moderate, 29 high, 6 critical)
3:10:26 AM: To address issues that do not require attention, run:
3:10:26 AM: npm audit fix
3:10:26 AM: To address all issues possible (including breaking changes), run:
3:10:26 AM: npm audit fix --force
3:10:26 AM: Some issues need review, and may require choosing
3:10:26 AM: a different dependency.
3:10:26 AM: Run `npm audit` for details.
3:10:26 AM: npm packages installed
3:10:26 AM: Install dependencies script success
3:10:26 AM: Starting build script
3:10:27 AM: Detected 0 framework(s)
3:10:27 AM: Section completed: initializing

Building

Complete
3:10:28 AM: Netlify Build
3:10:28 AM: ────────────────────────────────────────────────────────────────
3:10:28 AM:
3:10:28 AM: ❯ Version
3:10:28 AM: @netlify/build 29.12.1
3:10:28 AM:
3:10:28 AM: ❯ Flags
3:10:28 AM: baseRelDir: true
3:10:28 AM: buildId: 64892f7fdc915100089e3c03
3:10:28 AM: deployId: 64892f7fdc915100089e3c05
3:10:28 AM:
3:10:28 AM: ❯ Current directory
3:10:28 AM: /opt/build/repo
3:10:28 AM:
3:10:28 AM: ❯ Config file
3:10:28 AM: /opt/build/repo/netlify.toml
3:10:28 AM:
3:10:28 AM: ❯ Context
3:10:28 AM: production
3:10:28 AM:
3:10:28 AM: build.command from netlify.toml
3:10:28 AM: ────────────────────────────────────────────────────────────────
3:10:28 AM: ​
3:10:29 AM: $ npm run build && mkdir examples/dist && cp -R dist/* examples/dist/
3:10:29 AM: > cornerstone-wado-image-loader@0.0.0-semantically-released build
3:10:29 AM: > npm run version && npm run webpack:bundle && npm run webpack:dynamic-import
3:10:29 AM: > cornerstone-wado-image-loader@0.0.0-semantically-released version
3:10:29 AM: > node -p -e "'export default \'' + require('./package.json').version + '\';'" > src/version.js
3:10:29 AM: > cornerstone-wado-image-loader@0.0.0-semantically-released webpack:bundle
3:10:29 AM: > webpack --progress --config ./config/webpack/webpack-bundle
3:10:29 AM: <s> [webpack.Progress] 0%
3:10:29 AM: <s> [webpack.Progress] 1% setup initialize
3:10:29 AM: <s> [webpack.Progress] 1% setup initialize
3:10:29 AM: <s> [webpack.Progress] 2% setup before run
3:10:29 AM: <s> [webpack.Progress] 2% setup before run NodeEnvironmentPlugin
3:10:29 AM: <s> [webpack.Progress] 2% setup before run
3:10:29 AM: <s> [webpack.Progress] 3% setup run
3:10:29 AM: <s> [webpack.Progress] 3% setup run webpack-cli
3:10:29 AM: <s> [webpack.Progress] 3% setup run
3:10:29 AM: <s> [webpack.Progress] 4% setup normal module factory
3:10:29 AM: <s> [webpack.Progress] 4% setup normal module factory
3:10:29 AM: <s> [webpack.Progress] 5% setup context module factory
3:10:29 AM: <s> [webpack.Progress] 5% setup context module factory
3:10:29 AM: <s> [webpack.Progress] 6% setup before compile
3:10:29 AM: <s> [webpack.Progress] 6% setup before compile ProgressPlugin
3:10:29 AM: <s> [webpack.Progress] 6% setup before compile
3:10:29 AM: <s> [webpack.Progress] 7% setup compile
3:10:29 AM: <s> [webpack.Progress] 7% setup compile ExternalsPlugin
3:10:29 AM: <s> [webpack.Progress] 7% setup compile ExternalsPlugin
3:10:29 AM: <s> [webpack.Progress] 7% setup compile
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation ExportPropertyLibraryPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation UmdLibraryPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation WorkerPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
3:10:29 AM: <s> [webpack.Progress] 8% setup compilation
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation ProgressPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation LimitChunkCountPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation AsyncWebAssemblyModulesPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation EntryPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation EntryPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation RuntimePlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation DataUriPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation FileUriPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation AMDPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation CommonJsPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation LoaderPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation LoaderPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation APIPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation ConstPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation UseStrictPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation RequireContextPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation ImportPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation SystemPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation URLPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation InnerGraphPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation MangleExportsPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation RealContentHashPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation DeterministicModuleIdsPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation DefinePlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation TerserPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
3:10:29 AM: <s> [webpack.Progress] 9% setup compilation
3:10:29 AM: <s> [webpack.Progress] 10% building
3:10:29 AM: <s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
3:10:29 AM: <s> [webpack.Progress] 10% building import loader ../node_modules/babel-loader/lib/index.js
3:10:30 AM: <s> [webpack.Progress] 10% building import loader ../node_modules/eslint-loader/dist/cjs.js
3:10:30 AM: <s> [webpack.Progress] 10% building 0/2 entries 2/2 dependencies 0/2 modules
3:10:30 AM: Browserslist: caniuse-lite is outdated. Please run:
3:10:30 AM: npx browserslist@latest --update-db
3:10:31 AM: <s> [webpack.Progress] 10% building 0/2 entries 2/3 dependencies 0/2 modules
3:10:32 AM: <s> [webpack.Progress] 10% building 0/2 entries 36/36 dependencies 1/20 modules
3:10:33 AM: <s> [webpack.Progress] 10% building 0/2 entries 86/133 dependencies 9/47 modules
3:10:33 AM: <s> [webpack.Progress] 10% building import loader ../node_modules/worker-loader/dist/cjs.js
3:10:33 AM: <s> [webpack.Progress] 10% building 0/2 entries 186/186 dependencies 21/92 modules
3:10:34 AM: <s> [webpack.Progress] 10% building 0/2 entries 200/261 dependencies 22/92 modules
3:10:34 AM: <s> [webpack.Progress] 10% building import loader ../node_modules/exports-loader/dist/cjs.js
3:10:34 AM: <s> [webpack.Progress] 10% building 0/2 entries 373/404 dependencies 57/148 modules
3:10:35 AM: <s> [webpack.Progress] 10% building 0/2 entries 469/494 dependencies 77/200 modules
3:10:35 AM: <s> [webpack.Progress] 14% building 0/2 entries 1229/1229 dependencies 400/404 modules
3:10:37 AM: <s> [webpack.Progress] 37% building 1/2 entries 1231/1231 dependencies 404/405 modules
3:10:37 AM: <s> [webpack.Progress] 65% building 2/2 entries 1231/1231 dependencies 405/405 modules
3:10:37 AM: <s> [webpack.Progress] 65% building
3:10:37 AM: <s> [webpack.Progress] 69% building finish
3:10:37 AM: <s> [webpack.Progress] 69% building finish
3:10:37 AM: <s> [webpack.Progress] 70% sealing finish module graph
3:10:37 AM: <s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
3:10:37 AM: <s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
3:10:37 AM: <s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
3:10:37 AM: <s> [webpack.Progress] 70% sealing finish module graph InnerGraphPlugin
3:10:37 AM: <s> [webpack.Progress] 70% sealing finish module graph WasmFinalizeExportsPlugin
3:10:37 AM: <s> [webpack.Progress] 70% sealing finish module graph ExportPropertyLibraryPlugin
3:10:37 AM: <s> [webpack.Progress] 70% sealing finish module graph UmdLibraryPlugin
3:10:37 AM: <s> [webpack.Progress] 70% sealing finish module graph
3:10:37 AM: <s> [webpack.Progress] 70% sealing plugins
3:10:37 AM: <s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
3:10:37 AM: <s> [webpack.Progress] 70% sealing plugins
3:10:37 AM: <s> [webpack.Progress] 71% sealing dependencies optimization
3:10:37 AM: <s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
3:10:37 AM: <s> [webpack.Progress] 71% sealing dependencies optimization FlagDependencyUsagePlugin
3:10:37 AM: <s> [webpack.Progress] 71% sealing dependencies optimization
3:10:37 AM: <s> [webpack.Progress] 71% sealing after dependencies optimization
3:10:37 AM: <s> [webpack.Progress] 71% sealing after dependencies optimization
3:10:37 AM: <s> [webpack.Progress] 72% sealing chunk graph
3:10:37 AM: <s> [webpack.Progress] 72% sealing chunk graph
3:10:37 AM: <s> [webpack.Progress] 73% sealing after chunk graph
3:10:37 AM: <s> [webpack.Progress] 73% sealing after chunk graph
3:10:37 AM: <s> [webpack.Progress] 73% sealing optimizing
3:10:37 AM: <s> [webpack.Progress] 73% sealing optimizing
3:10:37 AM: <s> [webpack.Progress] 74% sealing module optimization
3:10:37 AM: <s> [webpack.Progress] 74% sealing module optimization
3:10:37 AM: <s> [webpack.Progress] 75% sealing after module optimization
3:10:37 AM: <s> [webpack.Progress] 75% sealing after module optimization
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization LimitChunkCountPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization LimitChunkCountPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
3:10:37 AM: <s> [webpack.Progress] 75% sealing chunk optimization
3:10:37 AM: <s> [webpack.Progress] 76% sealing after chunk optimization
3:10:37 AM: <s> [webpack.Progress] 76% sealing after chunk optimization
3:10:37 AM: <s> [webpack.Progress] 77% sealing module and chunk tree optimization
3:10:37 AM: <s> [webpack.Progress] 77% sealing module and chunk tree optimization
3:10:37 AM: <s> [webpack.Progress] 77% sealing after module and chunk tree optimization
3:10:37 AM: <s> [webpack.Progress] 77% sealing after module and chunk tree optimization
3:10:37 AM: <s> [webpack.Progress] 78% sealing chunk modules optimization
3:10:37 AM: <s> [webpack.Progress] 78% sealing chunk modules optimization ModuleConcatenationPlugin
3:10:37 AM: <s> [webpack.Progress] 78% sealing chunk modules optimization
3:10:37 AM: <s> [webpack.Progress] 78% sealing after chunk modules optimization
3:10:37 AM: <s> [webpack.Progress] 78% sealing after chunk modules optimization
3:10:37 AM: <s> [webpack.Progress] 79% sealing module reviving
3:10:37 AM: <s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
3:10:37 AM: <s> [webpack.Progress] 79% sealing module reviving
3:10:37 AM: <s> [webpack.Progress] 80% sealing before module ids
3:10:37 AM: <s> [webpack.Progress] 80% sealing before module ids
3:10:37 AM: <s> [webpack.Progress] 80% sealing module ids
3:10:37 AM: <s> [webpack.Progress] 80% sealing module ids DeterministicModuleIdsPlugin
3:10:37 AM: <s> [webpack.Progress] 80% sealing module ids
3:10:37 AM: <s> [webpack.Progress] 81% sealing module id optimization
3:10:37 AM: <s> [webpack.Progress] 81% sealing module id optimization
3:10:37 AM: <s> [webpack.Progress] 82% sealing module id optimization
3:10:37 AM: <s> [webpack.Progress] 82% sealing module id optimization
3:10:37 AM: <s> [webpack.Progress] 82% sealing chunk reviving
3:10:37 AM: <s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
3:10:37 AM: <s> [webpack.Progress] 82% sealing chunk reviving
3:10:37 AM: <s> [webpack.Progress] 83% sealing before chunk ids
3:10:37 AM: <s> [webpack.Progress] 83% sealing before chunk ids
3:10:37 AM: <s> [webpack.Progress] 84% sealing chunk ids
3:10:37 AM: <s> [webpack.Progress] 84% sealing chunk ids DeterministicChunkIdsPlugin
3:10:37 AM: <s> [webpack.Progress] 84% sealing chunk ids
3:10:37 AM: <s> [webpack.Progress] 84% sealing chunk id optimization
3:10:37 AM: <s> [webpack.Progress] 84% sealing chunk id optimization FlagIncludedChunksPlugin
3:10:37 AM: <s> [webpack.Progress] 84% sealing chunk id optimization
3:10:37 AM: <s> [webpack.Progress] 85% sealing after chunk id optimization
3:10:37 AM: <s> [webpack.Progress] 85% sealing after chunk id optimization
3:10:37 AM: <s> [webpack.Progress] 86% sealing record modules
3:10:37 AM: <s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
3:10:37 AM: <s> [webpack.Progress] 86% sealing record modules
3:10:37 AM: <s> [webpack.Progress] 86% sealing record chunks
3:10:37 AM: <s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
3:10:37 AM: <s> [webpack.Progress] 86% sealing record chunks
3:10:37 AM: <s> [webpack.Progress] 87% sealing module hashing
3:10:37 AM: <s> [webpack.Progress] 87% sealing module hashing
3:10:37 AM: <s> [webpack.Progress] 87% sealing code generation
3:10:37 AM: <s> [webpack.Progress] 87% sealing code generation
3:10:38 AM: <s> [webpack.Progress] 88% sealing runtime requirements
3:10:38 AM: <s> [webpack.Progress] 88% sealing runtime requirements
3:10:38 AM: <s> [webpack.Progress] 89% sealing hashing
3:10:38 AM: <s> [webpack.Progress] 89% sealing hashing
3:10:38 AM: <s> [webpack.Progress] 89% sealing after hashing
3:10:38 AM: <s> [webpack.Progress] 89% sealing after hashing
3:10:38 AM: <s> [webpack.Progress] 90% sealing record hash
3:10:38 AM: <s> [webpack.Progress] 90% sealing record hash
3:10:38 AM: <s> [webpack.Progress] 91% sealing module assets processing
3:10:38 AM: <s> [webpack.Progress] 91% sealing module assets processing
3:10:38 AM: <s> [webpack.Progress] 91% sealing chunk assets processing
3:10:38 AM: <s> [webpack.Progress] 91% sealing chunk assets processing
3:10:38 AM: <s> [webpack.Progress] 92% sealing asset processing
3:10:38 AM: <s> [webpack.Progress] 92% sealing asset processing TerserPlugin
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoader.bundle.min.js generate SourceMap
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoader.bundle.min.js generated SourceMap
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoaderNoWebWorkers.bundle.min.js generate SourceMap
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoaderNoWebWorkers.bundle.min.js generated SourceMap
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoader.bundle.min.js attach SourceMap
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoader.bundle.min.js attached SourceMap
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoaderNoWebWorkers.bundle.min.js attach SourceMap
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoaderNoWebWorkers.bundle.min.js attached SourceMap
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
3:10:41 AM: <s> [webpack.Progress] 92% sealing asset processing
3:10:41 AM: <s> [webpack.Progress] 93% sealing after asset optimization
3:10:41 AM: <s> [webpack.Progress] 93% sealing after asset optimization
3:10:41 AM: <s> [webpack.Progress] 93% sealing recording
3:10:41 AM: <s> [webpack.Progress] 93% sealing recording
3:10:41 AM: <s> [webpack.Progress] 94% sealing after seal
3:10:41 AM: <s> [webpack.Progress] 94% sealing after seal
3:10:41 AM: <s> [webpack.Progress] 95% emitting emit
3:10:41 AM: <s> [webpack.Progress] 95% emitting emit
3:10:41 AM: <s> [webpack.Progress] 98% emitting after emit
3:10:41 AM: <s> [webpack.Progress] 98% emitting after emit SizeLimitsPlugin
3:10:41 AM: <s> [webpack.Progress] 98% emitting after emit
3:10:41 AM: <s> [webpack.Progress] 99% done plugins
3:10:41 AM: <s> [webpack.Progress] 99% done plugins
3:10:41 AM: <s> [webpack.Progress] 99%
3:10:41 AM: <s> [webpack.Progress] 99% cache store build dependencies
3:10:41 AM: <s> [webpack.Progress] 99% cache store build dependencies
3:10:41 AM: <s> [webpack.Progress] 99% cache begin idle
3:10:41 AM: <s> [webpack.Progress] 99% cache begin idle
3:10:41 AM: <s> [webpack.Progress] 100%
3:10:41 AM: <s> [webpack.Progress] 99% cache shutdown
3:10:41 AM: <s> [webpack.Progress] 99% cache shutdown
3:10:41 AM: <s> [webpack.Progress] 100%
3:10:41 AM: asset cornerstoneWADOImageLoaderNoWebWorkers.bundle.min.js 2.49 MiB [emitted] [minimized] [big] (name: cornerstoneWADOImageLoaderNoWebWorkers) 1 related asset
3:10:41 AM: asset cornerstoneWADOImageLoader.bundle.min.js 1.33 MiB [emitted] [minimized] [big] (name: cornerstoneWADOImageLoader) 1 related asset
3:10:41 AM: asset index.worker.bundle.min.worker.js 1.21 MiB [emitted] [minimized] [big] 1 related asset
3:10:41 AM: orphan modules 1.42 MiB [orphan] 95 modules
3:10:41 AM: runtime modules 5.07 KiB 13 modules
3:10:41 AM: modules by path ../node_modules/core-js-pure/ 142 KiB 245 modules
3:10:41 AM: modules by path ../node_modules/@babel/runtime-corejs3/ 26.2 KiB 32 modules
3:10:41 AM: modules by path ../node_modules/pako/lib/ 102 KiB 12 modules
3:10:41 AM: modules by path ../node_modules/@cornerstonejs/ 1.23 MiB
3:10:41 AM: javascript modules 238 KiB 4 modules
3:10:41 AM: asset modules 1020 KiB 4 modules
3:10:41 AM: modules with warnings 2.78 MiB [warnings]
3:10:41 AM: ./imageLoader/index.js + 81 modules 1.36 MiB [not cacheable] [built] [code generated] [1 warning]
3:10:41 AM: ./imageLoader/index-noWorkers.js + 94 modules 1.42 MiB [not cacheable] [built] [code generated] [5 warnings]
3:10:41 AM: modules by path ../codecs/*.js 91.3 KiB
../codecs/jpeg.js 34.2 KiB [built] [code generated]
../codecs/jpegLossless.js 57.1 KiB [built] [code generated]
9 modules

WARNING in ./imageLoader/createImage.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/imageLoader/createImage.js
59:3 warning Expected blank line after variable declarations newline-after-var
60:3 warning Expected blank line after variable declarations newline-after-var
64:5 warning Expected blank line after variable declarations newline-after-var

✖ 3 problems (0 errors, 3 warnings)
0 errors and 3 warnings potentially fixable with the `--fix` option.

@ ./imageLoader/index.js 6:0-58 28:15-26 41:0-358

WARNING in ./shared/decoders/decodeHTJ2K.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/shared/decoders/decodeHTJ2K.js
9:28 warning Unable to resolve path to module '@cornerstonejs/codec-openjph/wasmjs' import/no-unresolved
10:25 warning Unable to resolve path to module '@cornerstonejs/codec-openjph/wasm' import/no-unresolved

✖ 2 problems (0 errors, 2 warnings)

@ ./shared/decodeImageFrame.js 26:0-52 137:28-39
@ ./imageLoader/decodeImageFrame-noWorkers.js 6:0-83 24:19-48
@ ./imageLoader/index-noWorkers.js 7:0-78 29:20-36 41:0-358

WARNING in ./shared/decoders/decodeJPEGBaseline8Bit.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/shared/decoders/decodeJPEGBaseline8Bit.js
1:33 warning Unable to resolve path to module '@cornerstonejs/codec-libjpeg-turbo-8bit/decodewasmjs' import/no-unresolved
4:30 warning Unable to resolve path to module '@cornerstonejs/codec-libjpeg-turbo-8bit/decodewasm' import/no-unresolved

✖ 2 problems (0 errors, 2 warnings)

@ ./shared/decodeImageFrame.js 20:0-74 74:28-50
@ ./imageLoader/decodeImageFrame-noWorkers.js 6:0-83 24:19-48
@ ./imageLoader/index-noWorkers.js 7:0-78 29:20-36 41:0-358

WARNING in ./shared/decoders/decodeJPEGLS.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/shared/decoders/decodeJPEGLS.js
1:27 warning Unable to resolve path to module '@cornerstonejs/codec-charls/decodewasmjs' import/no-unresolved
5:24 warning Unable to resolve path to module '@cornerstonejs/codec-charls/decodewasm' import/no-unresolved

✖ 2 problems (0 errors, 2 warnings)

@ ./shared/decodeImageFrame.js 24:0-54 105:28-40 116:28-40
@ ./imageLoader/decodeImageFrame-noWorkers.js 6:0-83 24:19-48
@ ./imageLoader/index-noWorkers.js 7:0-78 29:20-36 41:0-358

WARNING in ./shared/decoders/decodeJPEG2000.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/shared/decoders/decodeJPEG2000.js
2:29 warning Unable to resolve path to module '@cornerstonejs/codec-openjpeg/decodewasmjs' import/no-unresolved
9:26 warning Unable to resolve path to module '@cornerstonejs/codec-openjpeg/decodewasm' import/no-unresolved

✖ 2 problems (0 errors, 2 warnings)

@ ./shared/decodeImageFrame.js 25:0-58 123:28-42 131:28-42
@ ./imageLoader/decodeImageFrame-noWorkers.js 6:0-83 24:19-48
@ ./imageLoader/index-noWorkers.js 7:0-78 29:20-36 41:0-358

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
index.worker.bundle.min.worker.js (1.21 MiB)
cornerstoneWADOImageLoader.bundle.min.js (1.33 MiB)
cornerstoneWADOImageLoaderNoWebWorkers.bundle.min.js (2.49 MiB)


WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
cornerstoneWADOImageLoader (1.33 MiB)
cornerstoneWADOImageLoader.bundle.min.js
cornerstoneWADOImageLoaderNoWebWorkers (2.49 MiB)
cornerstoneWADOImageLoaderNoWebWorkers.bundle.min.js


WARNING in webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/


4 WARNINGS in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
webpack 5.51.2 compiled with 12 warnings in 11759 ms
3:10:41 AM: > cornerstone-wado-image-loader@0.0.0-semantically-released webpack:dynamic-import
3:10:41 AM: > webpack --progress --config ./config/webpack/webpack-dynamic-import
3:10:42 AM: <s> [webpack.Progress] 0%
3:10:42 AM: <s> [webpack.Progress] 1% setup initialize
3:10:42 AM: <s> [webpack.Progress] 1% setup initialize
3:10:42 AM: <s> [webpack.Progress] 2% setup before run
3:10:42 AM: <s> [webpack.Progress] 2% setup before run NodeEnvironmentPlugin
3:10:42 AM: <s> [webpack.Progress] 2% setup before run
3:10:42 AM: <s> [webpack.Progress] 3% setup run
3:10:42 AM: <s> [webpack.Progress] 3% setup run webpack-cli
3:10:42 AM: <s> [webpack.Progress] 3% setup run
3:10:42 AM: <s> [webpack.Progress] 4% setup normal module factory
3:10:42 AM: <s> [webpack.Progress] 4% setup normal module factory
3:10:42 AM: <s> [webpack.Progress] 5% setup context module factory
3:10:42 AM: <s> [webpack.Progress] 5% setup context module factory
3:10:42 AM: <s> [webpack.Progress] 6% setup before compile
3:10:42 AM: <s> [webpack.Progress] 6% setup before compile ProgressPlugin
3:10:42 AM: <s> [webpack.Progress] 6% setup before compile
3:10:42 AM: <s> [webpack.Progress] 7% setup compile
3:10:42 AM: <s> [webpack.Progress] 7% setup compile ExternalsPlugin
3:10:42 AM: <s> [webpack.Progress] 7% setup compile ExternalsPlugin
3:10:42 AM: <s> [webpack.Progress] 7% setup compile
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation ExportPropertyLibraryPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation UmdLibraryPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation WorkerPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
3:10:42 AM: <s> [webpack.Progress] 8% setup compilation
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation ProgressPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation EntryPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation RuntimePlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation DataUriPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation FileUriPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation AMDPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation CommonJsPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation LoaderPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation LoaderPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation APIPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation ConstPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation UseStrictPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation RequireContextPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation ImportPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation SystemPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation URLPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation InnerGraphPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation MangleExportsPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation RealContentHashPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation DeterministicModuleIdsPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation DefinePlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation TerserPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
3:10:42 AM: <s> [webpack.Progress] 9% setup compilation
3:10:42 AM: <s> [webpack.Progress] 10% building
3:10:42 AM: <s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
3:10:42 AM: <s> [webpack.Progress] 10% building import loader ../node_modules/babel-loader/lib/index.js
3:10:42 AM: <s> [webpack.Progress] 10% building import loader ../node_modules/eslint-loader/dist/cjs.js
3:10:42 AM: <s> [webpack.Progress] 10% building 0/1 entries 1/1 dependencies 0/1 modules
3:10:42 AM: Browserslist: caniuse-lite is outdated. Please run:
3:10:42 AM: npx browserslist@latest --update-db
3:10:43 AM: <s> [webpack.Progress] 10% building 0/1 entries 1/2 dependencies 0/1 modules
3:10:44 AM: <s> [webpack.Progress] 10% building 0/1 entries 18/18 dependencies 1/18 modules
3:10:44 AM: <s> [webpack.Progress] 10% building 0/1 entries 62/78 dependencies 5/44 modules
3:10:44 AM: <s> [webpack.Progress] 10% building import loader ../node_modules/worker-loader/dist/cjs.js
3:10:44 AM: <s> [webpack.Progress] 10% building 0/1 entries 78/88 dependencies 5/56 modules
3:10:45 AM: <s> [webpack.Progress] 10% building 0/1 entries 160/178 dependencies 31/90 modules
3:10:46 AM: <s> [webpack.Progress] 10% building 0/1 entries 500/531 dependencies 74/246 modules
3:10:46 AM: <s> [webpack.Progress] 13% building 0/1 entries 1073/1074 dependencies 300/365 modules
3:10:49 AM: <s> [webpack.Progress] 64% building 1/1 entries 1089/1089 dependencies 367/367 modules
3:10:49 AM: <s> [webpack.Progress] 65% building
3:10:49 AM: <s> [webpack.Progress] 69% building finish
3:10:49 AM: <s> [webpack.Progress] 69% building finish
3:10:49 AM: <s> [webpack.Progress] 70% sealing finish module graph
3:10:49 AM: <s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
3:10:49 AM: <s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
3:10:49 AM: <s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
3:10:49 AM: <s> [webpack.Progress] 70% sealing finish module graph InnerGraphPlugin
3:10:49 AM: <s> [webpack.Progress] 70% sealing finish module graph WasmFinalizeExportsPlugin
3:10:49 AM: <s> [webpack.Progress] 70% sealing finish module graph ExportPropertyLibraryPlugin
3:10:49 AM: <s> [webpack.Progress] 70% sealing finish module graph UmdLibraryPlugin
3:10:49 AM: <s> [webpack.Progress] 70% sealing finish module graph
3:10:49 AM: <s> [webpack.Progress] 70% sealing plugins
3:10:49 AM: <s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
3:10:49 AM: <s> [webpack.Progress] 70% sealing plugins
3:10:49 AM: <s> [webpack.Progress] 71% sealing dependencies optimization
3:10:49 AM: <s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
3:10:49 AM: <s> [webpack.Progress] 71% sealing dependencies optimization FlagDependencyUsagePlugin
3:10:49 AM: <s> [webpack.Progress] 71% sealing dependencies optimization
3:10:49 AM: <s> [webpack.Progress] 71% sealing after dependencies optimization
3:10:49 AM: <s> [webpack.Progress] 71% sealing after dependencies optimization
3:10:49 AM: <s> [webpack.Progress] 72% sealing chunk graph
3:10:49 AM: <s> [webpack.Progress] 72% sealing chunk graph
3:10:49 AM: <s> [webpack.Progress] 73% sealing after chunk graph
3:10:49 AM: <s> [webpack.Progress] 73% sealing after chunk graph
3:10:49 AM: <s> [webpack.Progress] 73% sealing optimizing
3:10:49 AM: <s> [webpack.Progress] 73% sealing optimizing
3:10:49 AM: <s> [webpack.Progress] 74% sealing module optimization
3:10:49 AM: <s> [webpack.Progress] 74% sealing module optimization
3:10:49 AM: <s> [webpack.Progress] 75% sealing after module optimization
3:10:49 AM: <s> [webpack.Progress] 75% sealing after module optimization
3:10:49 AM: <s> [webpack.Progress] 75% sealing chunk optimization
3:10:49 AM: <s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
3:10:49 AM: <s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
3:10:49 AM: <s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
3:10:49 AM: <s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
3:10:49 AM: <s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
3:10:49 AM: <s> [webpack.Progress] 75% sealing chunk optimization
3:10:49 AM: <s> [webpack.Progress] 76% sealing after chunk optimization
3:10:49 AM: <s> [webpack.Progress] 76% sealing after chunk optimization
3:10:49 AM: <s> [webpack.Progress] 77% sealing module and chunk tree optimization
3:10:49 AM: <s> [webpack.Progress] 77% sealing module and chunk tree optimization
3:10:49 AM: <s> [webpack.Progress] 77% sealing after module and chunk tree optimization
3:10:49 AM: <s> [webpack.Progress] 77% sealing after module and chunk tree optimization
3:10:49 AM: <s> [webpack.Progress] 78% sealing chunk modules optimization
3:10:49 AM: <s> [webpack.Progress] 78% sealing chunk modules optimization ModuleConcatenationPlugin
3:10:49 AM: <s> [webpack.Progress] 78% sealing chunk modules optimization
3:10:49 AM: <s> [webpack.Progress] 78% sealing after chunk modules optimization
3:10:49 AM: <s> [webpack.Progress] 78% sealing after chunk modules optimization
3:10:49 AM: <s> [webpack.Progress] 79% sealing module reviving
3:10:49 AM: <s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
3:10:49 AM: <s> [webpack.Progress] 79% sealing module reviving
3:10:49 AM: <s> [webpack.Progress] 80% sealing before module ids
3:10:49 AM: <s> [webpack.Progress] 80% sealing before module ids
3:10:49 AM: <s> [webpack.Progress] 80% sealing module ids
3:10:49 AM: <s> [webpack.Progress] 80% sealing module ids DeterministicModuleIdsPlugin
3:10:49 AM: <s> [webpack.Progress] 80% sealing module ids
3:10:49 AM: <s> [webpack.Progress] 81% sealing module id optimization
3:10:49 AM: <s> [webpack.Progress] 81% sealing module id optimization
3:10:49 AM: <s> [webpack.Progress] 82% sealing module id optimization
3:10:49 AM: <s> [webpack.Progress] 82% sealing module id optimization
3:10:49 AM: <s> [webpack.Progress] 82% sealing chunk reviving
3:10:49 AM: <s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
3:10:49 AM: <s> [webpack.Progress] 82% sealing chunk reviving
3:10:49 AM: <s> [webpack.Progress] 83% sealing before chunk ids
3:10:49 AM: <s> [webpack.Progress] 83% sealing before chunk ids
3:10:49 AM: <s> [webpack.Progress] 84% sealing chunk ids
3:10:49 AM: <s> [webpack.Progress] 84% sealing chunk ids DeterministicChunkIdsPlugin
3:10:49 AM: <s> [webpack.Progress] 84% sealing chunk ids
3:10:49 AM: <s> [webpack.Progress] 84% sealing chunk id optimization
3:10:49 AM: <s> [webpack.Progress] 84% sealing chunk id optimization FlagIncludedChunksPlugin
3:10:49 AM: <s> [webpack.Progress] 84% sealing chunk id optimization
3:10:49 AM: <s> [webpack.Progress] 85% sealing after chunk id optimization
3:10:49 AM: <s> [webpack.Progress] 85% sealing after chunk id optimization
3:10:49 AM: <s> [webpack.Progress] 86% sealing record modules
3:10:49 AM: <s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
3:10:49 AM: <s> [webpack.Progress] 86% sealing record modules
3:10:49 AM: <s> [webpack.Progress] 86% sealing record chunks
3:10:49 AM: <s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
3:10:49 AM: <s> [webpack.Progress] 86% sealing record chunks
3:10:49 AM: <s> [webpack.Progress] 87% sealing module hashing
3:10:49 AM: <s> [webpack.Progress] 87% sealing module hashing
3:10:49 AM: <s> [webpack.Progress] 87% sealing code generation
3:10:49 AM: <s> [webpack.Progress] 87% sealing code generation
3:10:49 AM: <s> [webpack.Progress] 88% sealing runtime requirements
3:10:49 AM: <s> [webpack.Progress] 88% sealing runtime requirements
3:10:49 AM: <s> [webpack.Progress] 89% sealing hashing
3:10:49 AM: <s> [webpack.Progress] 89% sealing hashing
3:10:49 AM: <s> [webpack.Progress] 89% sealing after hashing
3:10:49 AM: <s> [webpack.Progress] 89% sealing after hashing
3:10:49 AM: <s> [webpack.Progress] 90% sealing record hash
3:10:49 AM: <s> [webpack.Progress] 90% sealing record hash
3:10:49 AM: <s> [webpack.Progress] 91% sealing module assets processing
3:10:49 AM: <s> [webpack.Progress] 91% sealing module assets processing
3:10:49 AM: <s> [webpack.Progress] 91% sealing chunk assets processing
3:10:49 AM: <s> [webpack.Progress] 91% sealing chunk assets processing
3:10:49 AM: <s> [webpack.Progress] 92% sealing asset processing
3:10:49 AM: <s> [webpack.Progress] 92% sealing asset processing TerserPlugin
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoader.min.js generate SourceMap
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoader.min.js generated SourceMap
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoader.min.js attach SourceMap
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin cornerstoneWADOImageLoader.min.js attached SourceMap
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
3:10:50 AM: <s> [webpack.Progress] 92% sealing asset processing
3:10:50 AM: <s> [webpack.Progress] 93% sealing after asset optimization
3:10:50 AM: <s> [webpack.Progress] 93% sealing after asset optimization
3:10:50 AM: <s> [webpack.Progress] 93% sealing recording
3:10:50 AM: <s> [webpack.Progress] 93% sealing recording
3:10:50 AM: <s> [webpack.Progress] 94% sealing after seal
3:10:50 AM: <s> [webpack.Progress] 94% sealing after seal
3:10:50 AM: <s> [webpack.Progress] 95% emitting emit
3:10:50 AM: <s> [webpack.Progress] 95% emitting emit
3:10:50 AM: <s> [webpack.Progress] 98% emitting after emit
3:10:50 AM: <s> [webpack.Progress] 98% emitting after emit SizeLimitsPlugin
3:10:50 AM: <s> [webpack.Progress] 98% emitting after emit
3:10:50 AM: <s> [webpack.Progress] 99% done plugins
3:10:50 AM: <s> [webpack.Progress] 99% done plugins
3:10:50 AM: <s> [webpack.Progress] 99%
3:10:50 AM: <s> [webpack.Progress] 99% cache store build dependencies
3:10:50 AM: <s> [webpack.Progress] 99% cache store build dependencies
3:10:50 AM: <s> [webpack.Progress] 99% cache begin idle
3:10:50 AM: <s> [webpack.Progress] 99% cache begin idle
3:10:50 AM: <s> [webpack.Progress] 100%
3:10:50 AM: <s> [webpack.Progress] 99% cache shutdown
3:10:50 AM: <s> [webpack.Progress] 99% cache shutdown
3:10:50 AM: <s> [webpack.Progress] 100%
3:10:50 AM: assets by path *.wasm 760 KiB
3:10:50 AM: asset 65916ef3def695744bda.wasm 243 KiB [emitted] [immutable] [from: ../node_modules/@cornerstonejs/codec-openjpeg/dist/openjpegwasm_decode.wasm]
3:10:50 AM: asset 75788f12450d4c5ed494.wasm 200 KiB [emitted] [immutable] [from: ../node_modules/@cornerstonejs/codec-openjph/dist/openjphjs.wasm]
3:10:50 AM: asset c22b37c3488e1d6c3aa4.wasm 175 KiB [emitted] [immutable] [from: ../node_modules/@cornerstonejs/codec-libjpeg-turbo-8bit/dist/libjpegturbowasm_decode.wasm]
3:10:50 AM: asset 5004fdc02f329ce53b69.wasm 142 KiB [emitted] [immutable] [from: ../node_modules/@cornerstonejs/codec-charls/dist/charlswasm_decode.wasm]
3:10:50 AM: assets by path *.js 347 KiB
3:10:50 AM: asset index.worker.min.worker.js 193 KiB [emitted] [minimized] 1 related asset
3:10:50 AM: asset cornerstoneWADOImageLoader.min.js 123 KiB [emitted] [minimized] (name: cornerstoneWADOImageLoader) 1 related asset
3:10:50 AM: asset 610.min.worker.js 21 KiB [emitted] [minimized] 1 related asset
3:10:50 AM: asset 888.min.worker.js 10.2 KiB [emitted] [minimized] 1 related asset
3:10:50 AM: orphan modules 153 KiB [orphan] 82 modules
3:10:50 AM: runtime modules 1.98 KiB 6 modules
3:10:50 AM: modules by path ../node_modules/core-js-pure/ 139 KiB 241 modules
3:10:50 AM: modules by path ../node_modules/@babel/runtime-corejs3/ 26.2 KiB
3:10:50 AM: modules by path ../node_modules/@babel/runtime-corejs3/core-js-stable/ 1.14 KiB 18 modules
3:10:50 AM: modules by path ../node_modules/@babel/runtime-corejs3/core-js/ 727 bytes 11 modules
3:10:50 AM: ../node_modules/@babel/runtime-corejs3/regenerator/index.js 49 bytes [built] [code generated]
3:10:50 AM: ../node_modules/@babel/runtime-corejs3/node_modules/regenerator-runtime/runtime.js 24.3 KiB [built] [code generated]
3:10:50 AM: modules by path ../node_modules/pako/lib/ 102 KiB
3:10:50 AM: modules by path ../node_modules/pako/lib/zlib/*.js 84.7 KiB 9 modules
modules by path ../node_modules/pako/lib/utils/*.js 5.87 KiB
../node_modules/pako/lib/utils/common.js 994 bytes [built] [code generated]
../node_modules/pako/lib/utils/strings.js 4.9 KiB [built] [code generated]
../node_modules/pako/lib/inflate.js 11.6 KiB [built] [code generated]
./imageLoader/index.js + 81 modules 155 KiB [not cacheable] [built] [code generated] [1 warning]
assets by status 984 KiB [cached] 7 assets
orphan modules 66.8 KiB [orphan] 18 modules
runtime modules 4.57 KiB 10 modules
modules by path ../node_modules/core-js-pure/ 118 KiB 160 modules
modules by path ../node_modules/@babel/runtime-corejs3/ 25.1 KiB
modules by path ../node_modules/@babel/runtime-corejs3/core-js-stable/ 683 bytes 10 modules
modules by path ../node_modules/@babel/runtime-corejs3/core-js/ 131 bytes 2 modules
../node_modules/@babel/runtime-corejs3/regenerator/index.js 49 bytes [built] [code generated]
../node_modules/@babel/runtime-corejs3/node_modules/regenerator-runtime/runtime.js 24.3 KiB [built] [code generated]
modules by path ../node_modules/@cornerstonejs/ 238 KiB (javascript) 760 KiB (asset)
javascript modules 238 KiB 4 modules
asset modules 168 bytes (javascript) 760 KiB (asset) 4 modules
modules by path ../codecs/*.js 91.3 KiB
../codecs/jpeg.js 34.2 KiB [built] [code generated]
../codecs/jpegLossless.js 57.1 KiB [built] [code generated]
9 modules


WARNING in ./shared/decoders/decodeHTJ2K.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/shared/decoders/decodeHTJ2K.js
9:28 warning Unable to resolve path to module '@cornerstonejs/codec-openjph/wasmjs' import/no-unresolved
10:25 warning Unable to resolve path to module '@cornerstonejs/codec-openjph/wasm' import/no-unresolved

✖ 2 problems (0 errors, 2 warnings)

@ ./shared/decodeImageFrame.js 26:0-52 137:28-39
@ ./webWorker/decodeTask.js 7:0-61 54:19-35
@ ../node_modules/babel-loader/lib/index.js??ruleSet[1].rules[3].use!../node_modules/eslint-loader/dist/cjs.js??ruleSet[1].rules[0]!./webWorker/index.worker.js 2:0-41 5:20-30

WARNING in ./shared/decoders/decodeJPEGBaseline8Bit.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/shared/decoders/decodeJPEGBaseline8Bit.js
1:33 warning Unable to resolve path to module '@cornerstonejs/codec-libjpeg-turbo-8bit/decodewasmjs' import/no-unresolved
4:30 warning Unable to resolve path to module '@cornerstonejs/codec-libjpeg-turbo-8bit/decodewasm' import/no-unresolved

✖ 2 problems (0 errors, 2 warnings)

@ ./shared/decodeImageFrame.js 20:0-74 74:28-50
@ ./webWorker/decodeTask.js 7:0-61 54:19-35
@ ../node_modules/babel-loader/lib/index.js??ruleSet[1].rules[3].use!../node_modules/eslint-loader/dist/cjs.js??ruleSet[1].rules[0]!./webWorker/index.worker.js 2:0-41 5:20-30

WARNING in ./shared/decoders/decodeJPEGLS.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/shared/decoders/decodeJPEGLS.js
1:27 warning Unable to resolve path to module '@cornerstonejs/codec-charls/decodewasmjs' import/no-unresolved
5:24 warning Unable to resolve path to module '@cornerstonejs/codec-charls/decodewasm' import/no-unresolved

✖ 2 problems (0 errors, 2 warnings)

@ ./webWorker/decodeTask.js 5:0-84 19:4-20
@ ../node_modules/babel-loader/lib/index.js??ruleSet[1].rules[3].use!../node_modules/eslint-loader/dist/cjs.js??ruleSet[1].rules[0]!./webWorker/index.worker.js 2:0-41 5:20-30

WARNING in ./shared/decoders/decodeJPEG2000.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/shared/decoders/decodeJPEG2000.js
2:29 warning Unable to resolve path to module '@cornerstonejs/codec-openjpeg/decodewasmjs' import/no-unresolved
9:26 warning Unable to resolve path to module '@cornerstonejs/codec-openjpeg/decodewasm' import/no-unresolved

✖ 2 problems (0 errors, 2 warnings)

@ ./webWorker/decodeTask.js 4:0-88 18:4-22
@ ../node_modules/babel-loader/lib/index.js??ruleSet[1].rules[3].use!../node_modules/eslint-loader/dist/cjs.js??ruleSet[1].rules[0]!./webWorker/index.worker.js 2:0-41 5:20-30

Child worker-loader /opt/build/repo/node_modules/babel-loader/lib/index.js??ruleSet[1].rules[3].use!/opt/build/repo/node_modules/eslint-loader/dist/cjs.js??ruleSet[1].rules[0]!/opt/build/repo/src/webWorker/index.worker.js compiled with 4 warnings

WARNING in ./imageLoader/createImage.js
Module Warning (from ../node_modules/eslint-loader/dist/cjs.js):

/opt/build/repo/src/imageLoader/createImage.js
59:3 warning Expected blank line after variable declarations newline-after-var
60:3 warning Expected blank line after variable declarations newline-after-var
64:5 warning Expected blank line after variable declarations newline-after-var

✖ 3 problems (0 errors, 3 warnings)
0 errors and 3 warnings potentially fixable with the `--fix` option.

@ ./imageLoader/index.js 6:0-58 28:15-26 41:0-358

webpack 5.51.2 compiled with 5 warnings in 8270 ms
3:10:50 AM: (build.command completed in 21.8s)
3:10:50 AM:
3:10:51 AM: (Netlify Build completed in 22.4s)
3:10:52 AM: Section completed: building
3:10:56 AM: Finished processing build request in 1m1.14s

Deploying

Complete
3:10:50 AM: Deploy site
3:10:50 AM: ────────────────────────────────────────────────────────────────
3:10:50 AM: ​
3:10:50 AM: Starting to deploy site from 'examples'
3:10:50 AM: Calculating files to upload
3:10:50 AM: 6 new files to upload
3:10:50 AM: 0 new functions to upload
3:10:51 AM: Section completed: deploying
3:10:51 AM: Site deploy was successfully initiated
3:10:51 AM: ​
3:10:51 AM: (Deploy site completed in 497ms)

Cleanup

Complete
3:10:51 AM: Netlify Build Complete
3:10:51 AM: ────────────────────────────────────────────────────────────────
3:10:51 AM: ​
3:10:51 AM: Caching artifacts
3:10:51 AM: Started saving node modules
3:10:51 AM: Finished saving node modules
3:10:51 AM: Started saving build plugins
3:10:51 AM: Finished saving build plugins
3:10:51 AM: Started saving corepack cache
3:10:51 AM: Finished saving corepack cache
3:10:51 AM: Started saving pip cache
3:10:51 AM: Finished saving pip cache
3:10:51 AM: Started saving emacs cask dependencies
3:10:51 AM: Finished saving emacs cask dependencies
3:10:51 AM: Started saving maven dependencies
3:10:51 AM: Finished saving maven dependencies
3:10:51 AM: Started saving boot dependencies
3:10:51 AM: Finished saving boot dependencies
3:10:51 AM: Started saving rust rustup cache
3:10:51 AM: Finished saving rust rustup cache
3:10:51 AM: Started saving go dependencies
3:10:51 AM: Finished saving go dependencies
3:10:52 AM: Build script success
3:10:53 AM: Uploading Cache of size 291.6MB
3:10:56 AM: Section completed: cleanup

Post-processing

Complete
3:10:51 AM: Starting post processing
3:10:51 AM: Skipping HTML post processing
3:10:51 AM: Post processing - header rules
3:10:51 AM: Post processing - redirect rules
3:10:51 AM: Post processing done
3:10:51 AM: Section completed: postprocessing
3:10:52 AM: Site is live ✨