schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs and SSR.
https://jasprpad.schultek.de
MIT License
996 stars 59 forks source link

Cannot serve jaspr project #248

Closed komiljonovshohjahon closed 17 hours ago

komiljonovshohjahon commented 1 week ago

Description

When runnig jaspr serve getting a hude lines of error. Not sure either issue with my dart or any package in cache.

jaspr doctor [✓] Jaspr CLI (Version 0.13.2) • Dart Version 3.3.4 (stable) (Tue Apr 16 19:56:12 2024 +0000) on "macos_arm64" at dart • Running on macos Version 14.2.1 (Build 23C71) - Locale en-GB • Analytics: Enabled

[✓] Current Project • Dependencies on core packages: • jaspr: ^0.13.2 • jaspr_builder: ^0.13.2 (dev) • jaspr_web_compilers: ^4.0.9 (dev) • jaspr_router: ^0.4.2 • Rendering mode: static • Uses jaspr compilers: true • Uses flutter embedding: false

Steps To Reproduce

jaspr serve

Expected Behavior

Should serve website

Additional Context

jspr_website % jaspr serve [CLI] Running jaspr in static rendering mode. [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] Error creating jaspr_router|lib/jaspr_router.ddc.dillError creating kernel summary for module:jaspr_router|lib/jaspr_router.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/packages/jaspr_router/jaspr_router.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_GtYSBp/used_inputs.txt --source=package:jaspr_router/src/misc/errors.dart --source=package:jaspr_router/src/misc/inherited_router.dart --source=package:jaspr_router/src/path_utils.dart --source=package:jaspr_router/src/matching.dart --source=package:jaspr_router/src/typedefs.dart --source=package:jaspr_router/src/router.dart --source=package:jaspr_router/src/match.dart --source=package:jaspr_router/src/parser.dart --source=package:jaspr_router/jaspr_router.dart --source=package:jaspr_router/src/route.dart --source=package:jaspr_router/src/configuration.dart --source=package:jaspr_router/src/builder.dart --source=package:jaspr_router/src/platform/platform_web.dart --source=package:jaspr_router/src/link.dart --source=package:jaspr_router/src/state.dart --source=package:jaspr_router/src/redirection.dart --source=package:jaspr_router/src/platform/platform.dart --source=package:jaspr_router/src/misc/extensions.dart --source=package:jaspr_router/src/misc/error_screen.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] Error creating jspr_website|web/pages/home.client.ddc.dillError creating kernel summary for module:jspr_website|web/pages/home.client.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/web/pages/home.client.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_GgGhZG/used_inputs.txt --source=org-dartlang-app:///web/pages/home.client.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] Error creating jaspr|lib/browser.ddc.dillError creating kernel summary for module:jaspr|lib/browser.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/packages/jaspr/browser.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_SaLu0B/used_inputs.txt --source=package:jaspr/src/framework/notification.dart --source=package:jaspr/src/components/raw_text/raw_text.dart --source=package:jaspr/src/foundation/sync.dart --source=package:jaspr/src/framework/render_object.dart --source=package:jaspr/src/browser/dom_render_object.dart --source=package:jaspr/src/framework/build_context.dart --source=package:jaspr/src/components/style.dart --source=package:jaspr/src/framework/inherited_component.dart --source=package:jaspr/src/browser/browser_binding.dart --source=package:jaspr/src/foundation/binding.dart --source=package:jaspr/src/components/basic.dart --source=package:jaspr/src/components/html/forms.dart --source=package:jaspr/src/components/html/other.dart --source=package:jaspr/src/foundation/events/events.dart --source=package:jaspr/src/components/head/head_client.dart --source=package:jaspr/src/framework/buildable_element.dart --source=package:jaspr/src/components/async.dart --source=package:jaspr/src/foundation/options.dart --source=package:jaspr/src/framework/dom_component.dart --source=package:jaspr/src/foundation/scheduler.dart --source=package:jaspr/src/framework/observer_component.dart --source=package:jaspr/src/framework/framework.dart --source=package:jaspr/jaspr.dart --source=package:jaspr/src/framework/keys.dart --source=package:jaspr/src/framework/build_owner.dart --source=package:jaspr/src/framework/components_binding.dart --source=package:jaspr/src/framework/inactive_elements.dart --source=package:jaspr/src/browser/clients.dart --source=package:jaspr/src/components/raw_text/raw_text_web.dart --source=package:jaspr/src/components/html/media.dart --source=package:jaspr/src/browser/js_data.dart --source=package:jaspr/src/components/html/content.dart --source=package:jaspr/src/browser/run_app.dart --source=package:jaspr/src/framework/stateless_component.dart --source=package:jaspr/src/components/html/text.dart --source=package:jaspr/browser.dart --source=package:jaspr/src/components/html/html.dart --source=package:jaspr/src/components/head.dart --source=package:jaspr/src/components/html/svg.dart --source=package:jaspr/src/framework/stateful_component.dart --source=package:jaspr/src/framework/proxy_element.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] Error creating jspr_website|lib/app.ddc.dillError creating kernel summary for module:jspr_website|lib/app.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/packages/jspr_website/app.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_F61JQm/used_inputs.txt --source=package:jspr_website/app.dart --source=package:jspr_website/styles.dart --source=package:jspr_website/pages/home.dart --source=package:jspr_website/components/header.dart --source=package:jspr_website/components/counter.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] Error compiling dartdevc module:binary_codec|lib/binary_codec.ddc.js [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 _compile (package:dev_compiler/src/kernel/command.dart:312:21) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 _CompilerWorker.performRequest (package:dev_compiler/ddc.dart:72:18) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 internalMain (package:dev_compiler/ddc.dart:34:5) [BUILDER] [ERROR] [BUILDER] [ERROR] Error creating js|lib/js.ddc.dillError creating kernel summary for module:js|lib/js.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/packages/js/js.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_NgSh79/used_inputs.txt --source=package:js/js.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] AssetNotFoundException: jspr_website|web/pages/home.client.bootstrap.ddc.js.metadata [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] AssetNotFoundException: jspr_website|web/main.clients.bootstrap.ddc.js.metadata [BUILDER] [ERROR] Error creating jspr_website|web/pages/about.client.ddc.dillError creating kernel summary for module:jspr_website|web/pages/about.client.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/web/pages/about.client.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_cEYzV7/used_inputs.txt --source=org-dartlang-app:///web/pages/about.client.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] AssetNotFoundException: jspr_website|web/pages/about.client.bootstrap.ddc.js.metadata [BUILDER] [ERROR] Error creating meta|lib/meta.ddc.dillError creating kernel summary for module:meta|lib/meta.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/packages/meta/meta.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_B8Wgue/used_inputs.txt --source=package:meta/meta.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] Error creating jspr_website|lib/pages/about.ddc.dillError creating kernel summary for module:jspr_website|lib/pages/about.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/packages/jspr_website/pages/about.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_bOsEs5/used_inputs.txt --source=package:jspr_website/pages/about.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] Error creating binary_codec|lib/binary_codec.ddc.dillError creating kernel summary for module:binary_codec|lib/binary_codec.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/packages/binary_codec/binary_codec.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_Uv6p4z/used_inputs.txt --source=package:binary_codec/binary_codec.dart --source=package:binary_codec/src/tags.dart --source=package:binary_codec/src/binary_codec.dart --source=package:binary_codec/src/byte_writer.dart --source=package:binary_codec/src/byte_reader.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] Error creating jaspr|lib/src/foundation/annotations.ddc.dillError creating kernel summary for module:jaspr|lib/src/foundation/annotations.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/packages/jaspr/src/foundation/annotations.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_tvBXxX/used_inputs.txt --source=package:jaspr/src/foundation/styles/properties/grid.dart --source=package:jaspr/src/foundation/styles/properties/box.dart --source=package:jaspr/src/foundation/styles/properties/unit.dart --source=package:jaspr/src/foundation/styles/groups/text.dart --source=package:jaspr/src/foundation/styles/groups/box.dart --source=package:jaspr/src/foundation/styles/properties/flex_item.dart --source=package:jaspr/src/foundation/styles/properties/position.dart --source=package:jaspr/src/foundation/styles/properties/transform.dart --source=package:jaspr/src/foundation/styles/properties/all.dart --source=package:jaspr/src/foundation/styles/properties/edge_insets.dart --source=package:jaspr/src/foundation/object.dart --source=package:jaspr/src/foundation/styles/groups/flexbox.dart --source=package:jaspr/src/foundation/basic_types.dart --source=package:jaspr/src/foundation/styles/properties/background.dart --source=package:jaspr/src/foundation/styles/properties/transition.dart --source=package:jaspr/src/foundation/synchronous_future.dart --source=package:jaspr/src/foundation/styles/groups/flexitem.dart --source=package:jaspr/src/foundation/styles/groups/background.dart --source=package:jaspr/src/foundation/styles/properties/grid_item.dart --source=package:jaspr/src/foundation/styles/properties/flexbox.dart --source=package:jaspr/src/foundation/styles/properties/angle.dart --source=package:jaspr/src/foundation/styles/properties/list.dart --source=package:jaspr/src/foundation/styles/groups/grid_item.dart --source=package:jaspr/src/foundation/annotations.dart --source=package:jaspr/src/foundation/styles/styles.dart --source=package:jaspr/src/foundation/styles/groups/grid.dart --source=package:jaspr/src/foundation/events/events_web.dart --source=package:jaspr/src/foundation/styles/properties/color.dart --source=package:jaspr/src/foundation/constants.dart --source=package:jaspr/src/foundation/change_notifier.dart --source=package:jaspr/src/foundation/styles/properties/text.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] Error compiling dartdevc module:meta|lib/meta_meta.ddc.js [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 _compile (package:dev_compiler/src/kernel/command.dart:312:21) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 _CompilerWorker.performRequest (package:dev_compiler/ddc.dart:72:18) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 internalMain (package:dev_compiler/ddc.dart:34:5) [BUILDER] [ERROR] [BUILDER] [ERROR] AssetNotFoundException: meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] Error creating jspr_website|web/main.clients.ddc.dillError creating kernel summary for module:jspr_website|web/main.clients.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/web/main.clients.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_hXW0Uw/used_inputs.txt --source=org-dartlang-app:///web/main.clients.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] Error creating meta|lib/meta_meta.ddc.dillError creating kernel summary for module:meta|lib/meta_meta.ddc.dill [BUILDER] [ERROR] [BUILDER] [ERROR] Response:--dart-sdk-summary=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill --output=/private/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/scratch_spaceNUmmZ5/packages/meta/meta_meta.ddc.dill --packages-file=org-dartlang-app:///.dart_tool/package_config.json --multi-root-scheme=org-dartlang-app --exclude-non-sources --summary-only --target=ddc --libraries-file=file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/libraries.json --reuse-compiler-result --use-incremental-compiler --used-inputs=/var/folders/s9/zy8c8tvn23z471wth1s98wv00000gn/T/kernel_builder_pWuTkB/used_inputs.txt --source=package:meta/meta_meta.dart [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] [BUILDER] [ERROR] Failed to initialize incremental compiler, throwing away old state. [BUILDER] [ERROR] [BUILDER] [ERROR] This is likely a result of https://github.com/dart-lang/sdk/issues/38102, if [BUILDER] [ERROR] you are consistently seeing this problem please see that issue. [BUILDER] [ERROR] [BUILDER] [ERROR] The specific exception that was encountered was: [BUILDER] [ERROR] [BUILDER] [ERROR] Unexpected Kernel Format Version 116 (expected 114) when reading file:///Users/shoh/fvm/versions/3.22.1/bin/cache/flutter_web_sdk/kernel/ddc_outline_sound.dill. [BUILDER] [ERROR] #0 BinaryBuilder.readComponent. (package:kernel/binary/ast_from_binary.dart:692:9) [BUILDER] [ERROR] #1 Timeline.timeSync (dart:developer/timeline.dart:173:22) [BUILDER] [ERROR] #2 BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:679:21) [BUILDER] [ERROR] #3 ProcessedOptions.loadComponent (package:front_end/src/base/processed_options.dart:463:10) [BUILDER] [ERROR] #4 ProcessedOptions.loadSdkSummary (package:front_end/src/base/processed_options.dart:410:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #5 initializeIncrementalCompiler (package:front_end/src/api_unstable/modular_incremental_compilation.dart:117:27) [BUILDER] [ERROR] [BUILDER] [ERROR] #6 computeKernel (package:frontend_server/compute_kernel.dart:337:13) [BUILDER] [ERROR] [BUILDER] [ERROR] #7 KernelWorker.performRequest (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:68:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #8 AsyncWorkerLoop.run (package:bazel_worker/src/worker/async_worker_loop.dart:35:20) [BUILDER] [ERROR] [BUILDER] [ERROR] #9 main (file:///Volumes/Work/s/w/ir/x/w/sdk/utils/bazel/kernel_worker.dart:30:5) [BUILDER] [ERROR] [BUILDER] [ERROR] Failed after 279ms [CLI] [ERROR] Failed building web assets. There is probably more output above.

schultek commented 1 day ago

Looks like there is a version mismatch between one of [Dart sdk, Flutter sdk, build_runner dependency].

Can you try:

  1. Run dart pub upgrade and try again.
  2. Check if your dart and flutter versions match (did you install them separately? can you check you are using the dart sdk that comes with the flutter installation you have)
  3. Replace dependency jaspr_web_compilers with build_web_compilers (Not a fix, but helps me to understand the error).
komiljonovshohjahon commented 17 hours ago

I am using dart which comes from flutter.

Followed all the steps above worked, thanks!