Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
437 stars 22 forks source link

`monarch run` takes 4+ minutes #20

Closed vHanda closed 3 years ago

vHanda commented 3 years ago

Hi. In my project, using monarch run on my macos often takes a long time to start. Whereas run the macos version of the app via "flutter run', takes only about 1-2 minutes.

I only have 8 widgets exposed. The way I see it, this runs in 2 phases -

Preparing Stories

First Run: 3.3m Second Run (no files modified): 12.3s Second Run (one story file touched): 1.7m

Setting up stories watch..

This routinely took between 40-60 seconds, irrespective if the files were touched.

Is there something I can do to speed it up?

fertrig commented 3 years ago

We'll try to reproduce using your repo. I didn't see any stories in your repo. Would you mind sharing the code for the stories you are using?

fertrig commented 3 years ago

I'm not able to reproduce the latency you experience. However, we are interested in getting you set up well with Monarch. GitJournal is a great project to showcase Monarch. We could write an initial set of stories to make sure things are working well.

I played with changes to purchase_thankyou_screen.dart and screens_stories.dart. After the first warm-up runs, my reload times are always less than 12 seconds or 3 seconds, depending on the type of change. Here's my log:

Starting Monarch ... Preparing stories completed, took 59.5sec ... Launching Monarch app completed, took 4.3sec ... Monarch is ready to use ... Setting up stories watch completed, took 39.8sec

(First change to purchase_thankyou_screen.dart) Reloading stories completed, took 32.8sec

(Second change to purchase_thankyou_screen.dart) Reloading stories completed, took 11.8sec

(Third change to purchase_thankyou_screen.dart) Reloading stories completed, took 11.5sec

(Adding a new story to screens_stories.dart) Reloading stories completed, took 2.5sec

(Making a change in screens_stories.dart) Reloading stories completed, took 2.1sec

(Fourth change to purchase_thankyou_screen.dart) Reloading stories completed, took 11.4sec

I run the test above in a MacBook Pro, year 2017, 2.5 GHz Dual-Core Intel Core i7, 16 GB memory, running Big Sur.

I had some syntax errors when I first run the GitJournal code, so I changed a couple of things:

  1. I had to comment out one line of code that depended on .env.dart, which I didn't have
  2. I had to add binary_length_value.dart as an import in keygen.dart

I don't think any of those changes would have affected the performance though.

Let us know if you have more details we could use to reproduce the performance issues. You could also send me (ftrigoso@dropsource.com) the log you get when you run monarch run -v.

vHanda commented 3 years ago

Hello. I'm sorry for the delay. I thought I'll try to diagnose this a bit more, but I haven't had the time. I'm attaching monarch -v. My laptop is quite old MacOS 2013 - 2.6 GHz Dual-Core Intel Core i5.

2021-06-17 17:08:21.376296 CONFIG [LogStreamStdoutWriter] User will see log entries with level SEVERE or greater 2021-06-17 17:08:21.376424 CONFIG [CommandTaskRunner] Verbose flag is true 2021-06-17 17:08:21.376433 CONFIG [CommandTaskRunner] Default log level is ALL 2021-06-17 17:08:21.376434 INFO [CommandTaskRunner] monarch binaries: version=1.1.0 cli_version=v1.2.0 ui_version=v0.1.9 2021-06-17 17:08:21.385518 FINE [CommandTaskRunner] Environment information: numberOfProcessors=4 localeName="en-IN" operatingSystem="macos" operatingSystemVersion="10.16" localHostname="Visheshs-MacBook-Pro.local" resolvedExecutable="/Users/vishesh/src/flutter/monarch/bin/monarch" dartRuntimeVersion="2.12.3 (stable) (Wed Apr 14 11:02:39 2021 +0200) on "macos_x64"" 2021-06-17 17:08:21.385661 FINE [CommandTaskRunner] Current process information: pid=65461 currentRss=9.44128MB maxRss=9.44128MB 2021-06-17 17:08:21.385664 CONFIG [CommandTaskRunner] User project directory /Users/vishesh/src/journal 2021-06-17 17:08:21.385752 CONFIG [CommandTaskRunner] monarch bin directory /Users/vishesh/src/flutter/monarch/bin 2021-06-17 17:08:21.386632 CONFIG [ContextInfo] ... 2021-06-17 17:08:21.401641 CONFIG [ContextInfo] User device id read successfully, user_device_id=fc8bf7c3-250e-4d41-abce-43f072b87201 2021-06-17 17:08:21.450517 CONFIG [ContextInfo] Operating system information, name=macos version="11.2.3" build_version=20D91 2021-06-17 17:08:23.517630 CONFIG [ContextInfo] xcodebuild info, xcode_version=12.5 xcode_build_version=12E262 2021-06-17 17:08:23.518294 CONFIG [SessionManager] session_id=259035bf-9b24-48e7-9e81-2fd8f60e73e2 2021-06-17 17:08:23.518696 FINE [TaskRunnerProjectConfig] Loading project config with path /Users/vishesh/src/journal 2021-06-17 17:08:23.538994 INFO [TaskRunnerProjectConfig] Found flutter executable at /Users/vishesh/src/flutter/flutter/bin/flutter 2021-06-17 17:08:23.542803 INFO [StandardOutput] Using flutter sdk at /Users/vishesh/src/flutter/flutter/bin/flutter 2021-06-17 17:08:24.457748 FINE [NotificationsReader] notifications_count=0 2021-06-17 17:08:24.458872 CONFIG [ContextInfo] >>> 2021-06-17 17:08:26.192892 INFO [FlutterVersionParser] command-output exit_code=0 success=true command="flutter --version" working_directory="(not provided)" stdout: Flutter 2.2.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision d79295af24 (6 days ago) • 2021-06-11 08:56:01 -0700 Engine • revision 91c9fc8fe0 Tools • Dart 2.13.3 stderr: (blank) 2021-06-17 17:08:26.193147 INFO [TaskRunnerProjectConfig] flutter_version=2.2.2 flutter_channel=stable 2021-06-17 17:08:26.194730 INFO [EnvironmentMutations] Flutter for desktop already enabled 2021-06-17 17:08:26.195110 INFO [CommandTaskRunner] monarch ui id directory found at /Users/vishesh/src/flutter/monarch/bin/cache/monarch_ui/flutter_macos_2.2.2-stable 2021-06-17 17:08:26.195167 INFO [CommandTaskRunner] Starting Monarch Task Runner 2021-06-17 17:08:26.195169 INFO [StandardOutput] Starting Monarch 2021-06-17 17:08:26.195678 INFO [StandardOutput] Preparing stories... 2021-06-17 17:08:26.199878 INFO [generate-meta-stories] Task is running with command: "flutter pub run build_runner build --verbose" 2021-06-17 17:08:27.338014 FINE [generate-meta-stories] [ +319 ms] executing: sysctl hw.optional.arm64 2021-06-17 17:08:27.354082 FINE [generate-meta-stories] [ +62 ms] Exit code 1 from: sysctl hw.optional.arm64 2021-06-17 17:08:27.355047 FINE [generate-meta-stories] [ +1 ms] sysctl: unknown oid 'hw.optional.arm64' 2021-06-17 17:08:27.382989 FINE [generate-meta-stories] [ +27 ms] executing: [/Users/vishesh/src/flutter/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H 2021-06-17 17:08:27.407225 FINE [generate-meta-stories] [ +23 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H 2021-06-17 17:08:27.407562 FINE [generate-meta-stories] [ +1 ms] d79295af24c3ed621c33713ecda14ad196fd9c31 2021-06-17 17:08:27.409606 FINE [generate-meta-stories] [ +2 ms] executing: [/Users/vishesh/src/flutter/flutter/] git tag --points-at d79295af24c3ed621c33713ecda14ad196fd9c31 2021-06-17 17:08:27.467485 FINE [generate-meta-stories] [ +57 ms] Exit code 0 from: git tag --points-at d79295af24c3ed621c33713ecda14ad196fd9c31 2021-06-17 17:08:27.467938 FINE [generate-meta-stories] [ +1 ms] 2.2.2 2021-06-17 17:08:27.488101 FINE [generate-meta-stories] [ +20 ms] executing: [/Users/vishesh/src/flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u} 2021-06-17 17:08:27.509541 FINE [generate-meta-stories] [ +20 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} 2021-06-17 17:08:27.509990 FINE [generate-meta-stories] [ +1 ms] origin/stable 2021-06-17 17:08:27.510498 FINE [generate-meta-stories] [ ] executing: [/Users/vishesh/src/flutter/flutter/] git ls-remote --get-url origin 2021-06-17 17:08:27.533677 FINE [generate-meta-stories] [ +22 ms] Exit code 0 from: git ls-remote --get-url origin 2021-06-17 17:08:27.534028 FINE [generate-meta-stories] [ +1 ms] https://github.com/flutter/flutter.git 2021-06-17 17:08:27.827952 FINE [generate-meta-stories] [ +293 ms] executing: [/Users/vishesh/src/flutter/flutter/] git rev-parse --abbrev-ref HEAD 2021-06-17 17:08:27.855508 FINE [generate-meta-stories] [ +27 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD 2021-06-17 17:08:27.856798 FINE [generate-meta-stories] [ +1 ms] stable 2021-06-17 17:08:27.887094 FINE [generate-meta-stories] [ +29 ms] executing: sw_vers -productName 2021-06-17 17:08:27.939764 FINE [generate-meta-stories] [ +53 ms] Exit code 0 from: sw_vers -productName 2021-06-17 17:08:27.940413 FINE [generate-meta-stories] [ +1 ms] macOS 2021-06-17 17:08:27.940879 FINE [generate-meta-stories] [ ] executing: sw_vers -productVersion 2021-06-17 17:08:27.988360 FINE [generate-meta-stories] [ +46 ms] Exit code 0 from: sw_vers -productVersion 2021-06-17 17:08:27.989225 FINE [generate-meta-stories] [ +1 ms] 11.2.3 [ ] executing: sw_vers -buildVersion 2021-06-17 17:08:28.040002 FINE [generate-meta-stories] [ +50 ms] Exit code 0 from: sw_vers -buildVersion 2021-06-17 17:08:28.040667 FINE [generate-meta-stories] [ +1 ms] 20D91 2021-06-17 17:08:28.270607 FINE [generate-meta-stories] [ +230 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. 2021-06-17 17:08:28.271026 FINE [generate-meta-stories] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. 2021-06-17 17:08:28.271387 FINE [generate-meta-stories] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:08:28.271766 FINE [generate-meta-stories] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. 2021-06-17 17:08:28.279798 FINE [generate-meta-stories] [ +7 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. 2021-06-17 17:08:28.280031 FINE [generate-meta-stories] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:08:28.280226 FINE [generate-meta-stories] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. 2021-06-17 17:08:28.280580 FINE [generate-meta-stories] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:08:28.281090 FINE [generate-meta-stories] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:08:28.281341 FINE [generate-meta-stories] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. 2021-06-17 17:08:28.281820 FINE [generate-meta-stories] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. 2021-06-17 17:08:28.456470 FINE [generate-meta-stories] [ +174 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. 2021-06-17 17:08:28.457611 FINE [generate-meta-stories] [ +1 ms] Artifact Instance of 'GradleWrapper' is not required, skipping update. 2021-06-17 17:08:28.458459 FINE [generate-meta-stories] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. 2021-06-17 17:08:28.459035 FINE [generate-meta-stories] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. 2021-06-17 17:08:28.459705 FINE [generate-meta-stories] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:08:28.460213 FINE [generate-meta-stories] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. 2021-06-17 17:08:28.460838 FINE [generate-meta-stories] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. 2021-06-17 17:08:28.463203 FINE [generate-meta-stories] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. 2021-06-17 17:08:28.463592 FINE [generate-meta-stories] [ +1 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:08:28.464029 FINE [generate-meta-stories] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. 2021-06-17 17:08:28.464588 FINE [generate-meta-stories] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:08:28.465569 FINE [generate-meta-stories] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:08:28.466854 FINE [generate-meta-stories] [ +1 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. 2021-06-17 17:08:28.468228 FINE [generate-meta-stories] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. 2021-06-17 17:08:28.469384 FINE [generate-meta-stories] [ +1 ms] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:08:28.470026 FINE [generate-meta-stories] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:08:28.470741 FINE [generate-meta-stories] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:08:28.471219 FINE [generate-meta-stories] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:08:28.471668 FINE [generate-meta-stories] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:08:28.472102 FINE [generate-meta-stories] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. 2021-06-17 17:08:28.472444 FINE [generate-meta-stories] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. 2021-06-17 17:08:28.596668 FINE [generate-meta-stories] [ +124 ms] executing: /Users/vishesh/src/flutter/flutter/bin/cache/dart-sdk/bin/pub run build_runner build --verbose 2021-06-17 17:08:29.301299 INFO [StandardOutput] 3.1sec elapsed, 0/2 tasks completed 2021-06-17 17:08:32.400285 INFO [StandardOutput] 6.2sec elapsed, 0/2 tasks completed 2021-06-17 17:08:33.590269 INFO [generate-meta-stories] [INFO] Entrypoint:Generating build script... 2021-06-17 17:08:35.430866 INFO [generate-meta-stories] [INFO] Entrypoint:Generating build script completed, took 1.9s 2021-06-17 17:08:35.501754 INFO [StandardOutput] 9.3sec elapsed, 0/2 tasks completed 2021-06-17 17:08:38.482493 INFO [generate-meta-stories] [INFO] BuildDefinition:Initializing inputs 2021-06-17 17:08:38.547497 INFO [generate-meta-stories] [INFO] BuildDefinition:Reading cached asset graph... 2021-06-17 17:08:38.602516 INFO [StandardOutput] 12.4sec elapsed, 0/2 tasks completed 2021-06-17 17:08:39.911314 INFO [generate-meta-stories] [INFO] BuildDefinition:Reading cached asset graph completed, took 1.4s 2021-06-17 17:08:41.698879 INFO [StandardOutput] 15.5sec elapsed, 0/2 tasks completed 2021-06-17 17:08:42.617296 INFO [generate-meta-stories] [INFO] BuildDefinition:Checking for updates since last build... 2021-06-17 17:08:44.797711 INFO [StandardOutput] 18.6sec elapsed, 0/2 tasks completed 2021-06-17 17:08:47.898918 INFO [StandardOutput] 21.7sec elapsed, 0/2 tasks completed 2021-06-17 17:08:51.001811 INFO [StandardOutput] 24.8sec elapsed, 0/2 tasks completed 2021-06-17 17:08:53.867100 INFO [generate-meta-stories] [INFO] BuildDefinition:Checking for updates since last build completed, took 11.2s 2021-06-17 17:08:54.101710 INFO [StandardOutput] 27.9sec elapsed, 0/2 tasks completed 2021-06-17 17:08:55.576684 INFO [generate-meta-stories] [INFO] Build:Running build... 2021-06-17 17:08:55.904306 INFO [generate-meta-stories] [INFO] Build:Running build completed, took 375ms 2021-06-17 17:08:55.908393 INFO [generate-meta-stories] [INFO] Build:Caching finalized dependency graph... 2021-06-17 17:08:57.196963 INFO [StandardOutput] 31.0sec elapsed, 0/2 tasks completed 2021-06-17 17:08:58.545819 INFO [generate-meta-stories] [INFO] Heartbeat:3.3s elapsed, 0/0 actions completed. 2021-06-17 17:08:58.596302 INFO [generate-meta-stories] [INFO] Build:Caching finalized dependency graph completed, took 2.7s 2021-06-17 17:08:58.648314 INFO [generate-meta-stories] [INFO] Build:Succeeded after 3.4s with 0 outputs (0 actions) 2021-06-17 17:08:58.945923 FINE [generate-meta-stories] [+30348 ms] "flutter run" took 30,700ms. 2021-06-17 17:08:59.306299 FINE [generate-meta-stories] [ +324 ms] ensureAnalyticsSent: 271ms [ +22 ms] Running shutdown hooks 2021-06-17 17:08:59.310085 FINE [generate-meta-stories] [ +17 ms] Shutdown hooks complete 2021-06-17 17:08:59.311935 FINE [generate-meta-stories] [ +2 ms] exiting with code 0 2021-06-17 17:08:59.353301 INFO [generate-meta-stories] Task done after 33.2sec 2021-06-17 17:08:59.353312 FINE [generate-meta-stories] Process finished successfully with exit code 0 2021-06-17 17:08:59.367481 INFO [build-story-app-bundle] Task is running with command: "flutter build bundle -t .dart_tool/build/generated/gitjournal/lib/main_monarch.g.dart --debug --target-platform darwin-x64 --asset-dir .monarch/flutter_assets --verbose" 2021-06-17 17:09:00.296739 INFO [StandardOutput] 34.1sec elapsed, 1/2 tasks completed 2021-06-17 17:09:03.400102 INFO [StandardOutput] 37.2sec elapsed, 1/2 tasks completed 2021-06-17 17:09:03.980769 FINE [build-story-app-bundle] [+1172 ms] executing: sysctl hw.optional.arm64 2021-06-17 17:09:04.050181 FINE [build-story-app-bundle] [ +245 ms] Exit code 1 from: sysctl hw.optional.arm64 2021-06-17 17:09:04.052666 FINE [build-story-app-bundle] [ +3 ms] sysctl: unknown oid 'hw.optional.arm64' 2021-06-17 17:09:04.246831 FINE [build-story-app-bundle] [ +194 ms] executing: [/Users/vishesh/src/flutter/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H 2021-06-17 17:09:04.308793 FINE [build-story-app-bundle] [ +59 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H 2021-06-17 17:09:04.310340 FINE [build-story-app-bundle] [ +4 ms] d79295af24c3ed621c33713ecda14ad196fd9c31 2021-06-17 17:09:04.315634 FINE [build-story-app-bundle] [ +5 ms] executing: [/Users/vishesh/src/flutter/flutter/] git tag --points-at d79295af24c3ed621c33713ecda14ad196fd9c31 2021-06-17 17:09:04.422983 FINE [build-story-app-bundle] [ +106 ms] Exit code 0 from: git tag --points-at d79295af24c3ed621c33713ecda14ad196fd9c31 2021-06-17 17:09:04.424697 FINE [build-story-app-bundle] [ +2 ms] 2.2.2 2021-06-17 17:09:04.475737 FINE [build-story-app-bundle] [ +47 ms] executing: [/Users/vishesh/src/flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u} 2021-06-17 17:09:04.524716 FINE [build-story-app-bundle] [ +51 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} 2021-06-17 17:09:04.525743 FINE [build-story-app-bundle] [ +1 ms] origin/stable 2021-06-17 17:09:04.529462 FINE [build-story-app-bundle] [ +1 ms] executing: [/Users/vishesh/src/flutter/flutter/] git ls-remote --get-url origin 2021-06-17 17:09:04.569462 FINE [build-story-app-bundle] [ +42 ms] Exit code 0 from: git ls-remote --get-url origin 2021-06-17 17:09:04.570308 FINE [build-story-app-bundle] [ +1 ms] https://github.com/flutter/flutter.git 2021-06-17 17:09:06.500856 INFO [StandardOutput] 40.3sec elapsed, 1/2 tasks completed 2021-06-17 17:09:07.628786 FINE [build-story-app-bundle] [+3057 ms] executing: [/Users/vishesh/src/flutter/flutter/] git rev-parse --abbrev-ref HEAD 2021-06-17 17:09:07.847445 FINE [build-story-app-bundle] [ +218 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD 2021-06-17 17:09:07.848628 FINE [build-story-app-bundle] [ +2 ms] stable 2021-06-17 17:09:08.015829 FINE [build-story-app-bundle] [ +162 ms] executing: sw_vers -productName 2021-06-17 17:09:08.101064 FINE [build-story-app-bundle] [ +88 ms] Exit code 0 from: sw_vers -productName 2021-06-17 17:09:08.101994 FINE [build-story-app-bundle] [ +1 ms] macOS 2021-06-17 17:09:08.102798 FINE [build-story-app-bundle] [ +1 ms] executing: sw_vers -productVersion 2021-06-17 17:09:08.175758 FINE [build-story-app-bundle] [ +71 ms] Exit code 0 from: sw_vers -productVersion 2021-06-17 17:09:08.176776 FINE [build-story-app-bundle] [ +1 ms] 11.2.3 2021-06-17 17:09:08.177516 FINE [build-story-app-bundle] [ +1 ms] executing: sw_vers -buildVersion 2021-06-17 17:09:08.249540 FINE [build-story-app-bundle] [ +70 ms] Exit code 0 from: sw_vers -buildVersion 2021-06-17 17:09:08.250176 FINE [build-story-app-bundle] [ +1 ms] 20D91 2021-06-17 17:09:09.537197 FINE [build-story-app-bundle] [+1286 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. 2021-06-17 17:09:09.537783 FINE [build-story-app-bundle] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. 2021-06-17 17:09:09.538626 FINE [build-story-app-bundle] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:09:09.539128 FINE [build-story-app-bundle] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. 2021-06-17 17:09:09.565793 FINE [build-story-app-bundle] [ +21 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. 2021-06-17 17:09:09.566553 FINE [build-story-app-bundle] [ +6 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:09:09.567290 FINE [build-story-app-bundle] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. 2021-06-17 17:09:09.567904 FINE [build-story-app-bundle] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:09:09.568870 FINE [build-story-app-bundle] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:09:09.569846 FINE [build-story-app-bundle] [ +1 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. 2021-06-17 17:09:09.570671 FINE [build-story-app-bundle] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. 2021-06-17 17:09:09.601377 INFO [StandardOutput] 43.4sec elapsed, 1/2 tasks completed 2021-06-17 17:09:10.440904 FINE [build-story-app-bundle] [ +867 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ +1 ms] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. 2021-06-17 17:09:10.442032 FINE [build-story-app-bundle] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. 2021-06-17 17:09:10.443290 FINE [build-story-app-bundle] [ +2 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:09:10.444386 FINE [build-story-app-bundle] [ +1 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. 2021-06-17 17:09:10.445862 FINE [build-story-app-bundle] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. 2021-06-17 17:09:10.446753 FINE [build-story-app-bundle] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. 2021-06-17 17:09:10.448223 FINE [build-story-app-bundle] [ +1 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:09:10.561923 FINE [build-story-app-bundle] [ +113 ms] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. 2021-06-17 17:09:10.562925 FINE [build-story-app-bundle] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:09:10.564031 FINE [build-story-app-bundle] [ +1 ms] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:09:10.566388 FINE [build-story-app-bundle] [ +2 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. 2021-06-17 17:09:10.575629 FINE [build-story-app-bundle] [ +9 ms] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. 2021-06-17 17:09:10.576961 FINE [build-story-app-bundle] [ +1 ms] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:09:10.578204 FINE [build-story-app-bundle] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:09:10.582453 FINE [build-story-app-bundle] [ +1 ms] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:09:10.582959 FINE [build-story-app-bundle] [ +4 ms] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:09:10.583439 FINE [build-story-app-bundle] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:09:10.584476 FINE [build-story-app-bundle] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. 2021-06-17 17:09:10.585408 FINE [build-story-app-bundle] [ +1 ms] Artifact Instance of 'PubDependencies' is not required, skipping update. 2021-06-17 17:09:11.222833 FINE [build-story-app-bundle] [ +637 ms] Skipping pub get: version match. 2021-06-17 17:09:11.362732 FINE [build-story-app-bundle] [ +139 ms] Found plugin ext_storage at /Users/vishesh/.pub-cache/git/ext_storage-98faf095ed6786a0bb0db26cb2f3966513f3f7aa/ 2021-06-17 17:09:11.427433 FINE [build-story-app-bundle] [ +64 ms] Found plugin git_bindings at /Users/vishesh/.pub-cache/git/git_bindings-693a9266b845bed900f2c076ce2a4096d47d0039/ 2021-06-17 17:09:11.489708 FINE [build-story-app-bundle] [ +62 ms] Found plugin icloud_documents_path at /Users/vishesh/.pub-cache/git/icloud_documents_path-d7bfaa69eb8758dcde273e8ea69e0197d2badbb4/ 2021-06-17 17:09:11.644363 FINE [build-story-app-bundle] [ +154 ms] Found plugin bonsoir at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/bonsoir-1.0.0/ 2021-06-17 17:09:12.014286 FINE [build-story-app-bundle] [ +358 ms] Found plugin connectivity at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/connectivity-3.0.3/ [ +7 ms] Found plugin connectivity_for_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.4.0/ 2021-06-17 17:09:12.025509 FINE [build-story-app-bundle] [ +10 ms] Found plugin connectivity_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.2.0/ 2021-06-17 17:09:12.087713 FINE [build-story-app-bundle] [ +55 ms] Found plugin device_info at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/device_info-2.0.0/ 2021-06-17 17:09:12.156374 FINE [build-story-app-bundle] [ +80 ms] Found plugin file_picker at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.1/ 2021-06-17 17:09:12.205479 FINE [build-story-app-bundle] [ +48 ms] Found plugin flutter_email_sender at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/flutter_email_sender-5.0.0/ 2021-06-17 17:09:12.224898 FINE [build-story-app-bundle] [ +19 ms] Found plugin flutter_plugin_android_lifecycle at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.1/ 2021-06-17 17:09:12.232698 FINE [build-story-app-bundle] [ +7 ms] Found plugin flutter_runtime_env at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/flutter_runtime_env-0.0.4/ 2021-06-17 17:09:12.252542 FINE [build-story-app-bundle] [ +19 ms] Found plugin flutter_tex_js at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/flutter_tex_js-1.2.1/ 2021-06-17 17:09:12.309708 FINE [build-story-app-bundle] [ +57 ms] Found plugin image_picker at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/image_picker-0.7.4/ 2021-06-17 17:09:12.318069 FINE [build-story-app-bundle] [ +7 ms] Found plugin image_picker_for_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-2.0.0/ 2021-06-17 17:09:12.367746 FINE [build-story-app-bundle] [ +31 ms] Found plugin in_app_purchase at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/in_app_purchase-0.5.2/ [ +19 ms] Found plugin launch_review at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/launch_review-3.0.1/ 2021-06-17 17:09:12.433954 FINE [build-story-app-bundle] [ +49 ms] Found plugin package_info at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/package_info-2.0.0/ [ +12 ms] Found plugin package_info_plus at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/package_info_plus-1.0.0/ 2021-06-17 17:09:12.445949 FINE [build-story-app-bundle] [ +7 ms] Found plugin package_info_plus_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/package_info_plus_macos-1.0.0/ 2021-06-17 17:09:12.467309 FINE [build-story-app-bundle] [ +28 ms] Found plugin package_info_plus_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/package_info_plus_web-1.0.0/ 2021-06-17 17:09:12.584629 FINE [build-story-app-bundle] [ +117 ms] Found plugin path_provider at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.1/ 2021-06-17 17:09:12.591537 FINE [build-story-app-bundle] [ +7 ms] Found plugin path_provider_linux at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/ 2021-06-17 17:09:12.598304 FINE [build-story-app-bundle] [ +6 ms] Found plugin path_provider_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/ 2021-06-17 17:09:12.606567 FINE [build-story-app-bundle] [ +8 ms] Found plugin path_provider_windows at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.0/ 2021-06-17 17:09:12.615521 FINE [build-story-app-bundle] [ +8 ms] Found plugin permission_handler at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/permission_handler-6.1.1/ 2021-06-17 17:09:12.656540 FINE [build-story-app-bundle] [ +40 ms] Found plugin quick_actions at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/quick_actions-0.6.0/ 2021-06-17 17:09:12.666992 FINE [build-story-app-bundle] [ +10 ms] Found plugin receive_sharing_intent at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/receive_sharing_intent-1.4.5/ 2021-06-17 17:09:12.684152 FINE [build-story-app-bundle] [ +16 ms] Found plugin sentry_flutter at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/sentry_flutter-5.0.0/ 2021-06-17 17:09:12.690263 FINE [build-story-app-bundle] [ +7 ms] Found plugin share at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/share-2.0.1/ 2021-06-17 17:09:12.697801 INFO [StandardOutput] 46.5sec elapsed, 1/2 tasks completed 2021-06-17 17:09:12.705064 FINE [build-story-app-bundle] [ +12 ms] Found plugin shared_preferences at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.5/ 2021-06-17 17:09:12.711788 FINE [build-story-app-bundle] [ +9 ms] Found plugin shared_preferences_linux at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.0/ 2021-06-17 17:09:12.717190 FINE [build-story-app-bundle] [ +5 ms] Found plugin shared_preferences_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.0/ 2021-06-17 17:09:12.734131 FINE [build-story-app-bundle] [ +17 ms] Found plugin shared_preferences_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.0/ 2021-06-17 17:09:12.746425 FINE [build-story-app-bundle] [ +12 ms] Found plugin shared_preferences_windows at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.0/ 2021-06-17 17:09:12.789250 FINE [build-story-app-bundle] [ +42 ms] Found plugin sqflite at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/ 2021-06-17 17:09:12.931262 FINE [build-story-app-bundle] [ +141 ms] Found plugin url_launcher at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.3/ 2021-06-17 17:09:12.935605 FINE [build-story-app-bundle] [ +4 ms] Found plugin url_launcher_linux at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.0/ 2021-06-17 17:09:12.940395 FINE [build-story-app-bundle] [ +4 ms] Found plugin url_launcher_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.0/ 2021-06-17 17:09:12.947420 FINE [build-story-app-bundle] [ +7 ms] Found plugin url_launcher_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.0/ 2021-06-17 17:09:12.954844 FINE [build-story-app-bundle] [ +7 ms] Found plugin url_launcher_windows at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.0/ 2021-06-17 17:09:13.525275 FINE [build-story-app-bundle] [ +570 ms] Found plugin ext_storage at /Users/vishesh/.pub-cache/git/ext_storage-98faf095ed6786a0bb0db26cb2f3966513f3f7aa/ 2021-06-17 17:09:13.534822 FINE [build-story-app-bundle] [ +9 ms] Found plugin git_bindings at /Users/vishesh/.pub-cache/git/git_bindings-693a9266b845bed900f2c076ce2a4096d47d0039/ 2021-06-17 17:09:13.538277 FINE [build-story-app-bundle] [ +3 ms] Found plugin icloud_documents_path at /Users/vishesh/.pub-cache/git/icloud_documents_path-d7bfaa69eb8758dcde273e8ea69e0197d2badbb4/ 2021-06-17 17:09:13.551237 FINE [build-story-app-bundle] [ +13 ms] Found plugin bonsoir at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/bonsoir-1.0.0/ 2021-06-17 17:09:13.579560 FINE [build-story-app-bundle] [ +28 ms] Found plugin connectivity at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/connectivity-3.0.3/ 2021-06-17 17:09:13.583025 FINE [build-story-app-bundle] [ +3 ms] Found plugin connectivity_for_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/connectivity_for_web-0.4.0/ 2021-06-17 17:09:13.586336 FINE [build-story-app-bundle] [ +3 ms] Found plugin connectivity_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/connectivity_macos-0.2.0/ 2021-06-17 17:09:13.598701 FINE [build-story-app-bundle] [ +12 ms] Found plugin device_info at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/device_info-2.0.0/ 2021-06-17 17:09:13.621332 FINE [build-story-app-bundle] [ +22 ms] Found plugin file_picker at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/file_picker-3.0.1/ 2021-06-17 17:09:13.637510 FINE [build-story-app-bundle] [ +16 ms] Found plugin flutter_email_sender at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/flutter_email_sender-5.0.0/ 2021-06-17 17:09:13.643117 FINE [build-story-app-bundle] [ +5 ms] Found plugin flutter_plugin_android_lifecycle at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-2.0.1/ 2021-06-17 17:09:13.645507 FINE [build-story-app-bundle] [ +2 ms] Found plugin flutter_runtime_env at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/flutter_runtime_env-0.0.4/ 2021-06-17 17:09:13.650927 FINE [build-story-app-bundle] [ +5 ms] Found plugin flutter_tex_js at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/flutter_tex_js-1.2.1/ 2021-06-17 17:09:13.665557 FINE [build-story-app-bundle] [ +14 ms] Found plugin image_picker at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/image_picker-0.7.4/ 2021-06-17 17:09:13.668154 FINE [build-story-app-bundle] [ +2 ms] Found plugin image_picker_for_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-2.0.0/ 2021-06-17 17:09:13.672204 FINE [build-story-app-bundle] [ +4 ms] Found plugin in_app_purchase at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/in_app_purchase-0.5.2/ 2021-06-17 17:09:13.682344 FINE [build-story-app-bundle] [ +9 ms] Found plugin launch_review at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/launch_review-3.0.1/ 2021-06-17 17:09:13.704537 FINE [build-story-app-bundle] [ +22 ms] Found plugin package_info at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/package_info-2.0.0/ 2021-06-17 17:09:13.707910 FINE [build-story-app-bundle] [ +3 ms] Found plugin package_info_plus at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/package_info_plus-1.0.0/ 2021-06-17 17:09:13.711544 FINE [build-story-app-bundle] [ +3 ms] Found plugin package_info_plus_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/package_info_plus_macos-1.0.0/ 2021-06-17 17:09:13.714728 FINE [build-story-app-bundle] [ +3 ms] Found plugin package_info_plus_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/package_info_plus_web-1.0.0/ 2021-06-17 17:09:13.722726 FINE [build-story-app-bundle] [ +8 ms] Found plugin path_provider at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.1/ 2021-06-17 17:09:13.726590 FINE [build-story-app-bundle] [ +3 ms] Found plugin path_provider_linux at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.0.0/ 2021-06-17 17:09:13.733723 FINE [build-story-app-bundle] [ +2 ms] Found plugin path_provider_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.0/ [ +2 ms] Found plugin path_provider_windows at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.0/ 2021-06-17 17:09:13.735917 FINE [build-story-app-bundle] [ +3 ms] Found plugin permission_handler at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/permission_handler-6.1.1/ 2021-06-17 17:09:13.754295 FINE [build-story-app-bundle] [ +18 ms] Found plugin quick_actions at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/quick_actions-0.6.0/ 2021-06-17 17:09:13.759590 FINE [build-story-app-bundle] [ +5 ms] Found plugin receive_sharing_intent at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/receive_sharing_intent-1.4.5/ 2021-06-17 17:09:13.765236 FINE [build-story-app-bundle] [ +5 ms] Found plugin sentry_flutter at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/sentry_flutter-5.0.0/ 2021-06-17 17:09:13.768484 FINE [build-story-app-bundle] [ +3 ms] Found plugin share at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/share-2.0.1/ 2021-06-17 17:09:13.771401 FINE [build-story-app-bundle] [ +2 ms] Found plugin shared_preferences at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.5/ 2021-06-17 17:09:13.773559 FINE [build-story-app-bundle] [ +2 ms] Found plugin shared_preferences_linux at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.0.0/ 2021-06-17 17:09:13.776314 FINE [build-story-app-bundle] [ +2 ms] Found plugin shared_preferences_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.0/ 2021-06-17 17:09:13.780688 FINE [build-story-app-bundle] [ +4 ms] Found plugin shared_preferences_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.0/ 2021-06-17 17:09:13.785330 FINE [build-story-app-bundle] [ +3 ms] Found plugin shared_preferences_windows at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.0.0/ 2021-06-17 17:09:13.797422 FINE [build-story-app-bundle] [ +13 ms] Found plugin sqflite at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/sqflite-2.0.0+3/ 2021-06-17 17:09:13.815738 FINE [build-story-app-bundle] [ +18 ms] Found plugin url_launcher at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher-6.0.3/ 2021-06-17 17:09:13.818647 FINE [build-story-app-bundle] [ +2 ms] Found plugin url_launcher_linux at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-2.0.0/ 2021-06-17 17:09:13.820396 FINE [build-story-app-bundle] [ +1 ms] Found plugin url_launcher_macos at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-2.0.0/ 2021-06-17 17:09:13.823322 FINE [build-story-app-bundle] [ +2 ms] Found plugin url_launcher_web at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.0/ 2021-06-17 17:09:13.825666 FINE [build-story-app-bundle] [ +2 ms] Found plugin url_launcher_windows at /Users/vishesh/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-2.0.0/ 2021-06-17 17:09:13.915509 FINE [build-story-app-bundle] [ +89 ms] Generating /Users/vishesh/src/journal/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java 2021-06-17 17:09:14.022674 FINE [build-story-app-bundle] [ +106 ms] executing: sysctl hw.optional.arm64 2021-06-17 17:09:14.043394 FINE [build-story-app-bundle] [ +20 ms] Exit code 1 from: sysctl hw.optional.arm64 2021-06-17 17:09:14.043761 FINE [build-story-app-bundle] [ +1 ms] sysctl: unknown oid 'hw.optional.arm64' 2021-06-17 17:09:14.044489 FINE [build-story-app-bundle] [ ] executing: xcrun xcodebuild -version 2021-06-17 17:09:14.942180 FINE [build-story-app-bundle] [ +896 ms] Exit code 0 from: xcrun xcodebuild -version 2021-06-17 17:09:14.943073 FINE [build-story-app-bundle] [ +1 ms] Xcode 12.5 Build version 12E262 2021-06-17 17:09:15.275728 FINE [build-story-app-bundle] [ +328 ms] 💪 Building with sound null safety 💪 2021-06-17 17:09:15.304802 FINE [build-story-app-bundle] [ +33 ms] Initializing file store 2021-06-17 17:09:15.340074 FINE [build-story-app-bundle] [ +35 ms] Done initializing file store 2021-06-17 17:09:15.537494 FINE [build-story-app-bundle] [ +196 ms] Skipping target: gen_localizations 2021-06-17 17:09:15.801256 INFO [StandardOutput] 49.6sec elapsed, 1/2 tasks completed 2021-06-17 17:09:18.883562 FINE [build-story-app-bundle] [+3346 ms] Skipping target: kernel_snapshot 2021-06-17 17:09:18.896682 INFO [StandardOutput] 52.7sec elapsed, 1/2 tasks completed 2021-06-17 17:09:18.946165 FINE [build-story-app-bundle] [ +62 ms] invalidated build due to missing files: /Users/vishesh/src/journal/DOES_NOT_EXIST_RERUN_FOR_WILDCARD676915911 2021-06-17 17:09:20.574866 FINE [build-story-app-bundle] [+1628 ms] copy_flutter_bundle: Starting due to {InvalidatedReasonKind.inputMissing: The following inputs were missing: /Users/vishesh/src/journal/DOES_NOT_EXIST_RERUN_FOR_WILDCARD676915911} 2021-06-17 17:09:21.202253 FINE [build-story-app-bundle] [ +627 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. 2021-06-17 17:09:21.315355 FINE [build-story-app-bundle] [ +113 ms] copy_flutter_bundle: Complete 2021-06-17 17:09:22.002555 INFO [StandardOutput] 55.8sec elapsed, 1/2 tasks completed 2021-06-17 17:09:22.739003 FINE [build-story-app-bundle] [+1423 ms] Persisting file store 2021-06-17 17:09:22.769766 FINE [build-story-app-bundle] [ +30 ms] Done persisting file store 2021-06-17 17:09:22.851975 FINE [build-story-app-bundle] [ +81 ms] "flutter bundle" took 14,084ms. 2021-06-17 17:09:23.155247 FINE [build-story-app-bundle] [ +304 ms] ensureAnalyticsSent: 292ms 2021-06-17 17:09:23.158415 FINE [build-story-app-bundle] [ +3 ms] Running shutdown hooks 2021-06-17 17:09:23.158934 FINE [build-story-app-bundle] [ ] Shutdown hooks complete 2021-06-17 17:09:23.165107 FINE [build-story-app-bundle] [ +6 ms] exiting with code 0 2021-06-17 17:09:23.190205 INFO [build-story-app-bundle] Task done after 23.8sec 2021-06-17 17:09:23.190209 FINE [build-story-app-bundle] Process finished successfully with exit code 0 2021-06-17 17:09:23.190378 INFO [StandardOutput] Preparing stories completed, took 57.0sec 2021-06-17 17:09:23.190670 INFO [StandardOutput] Launching Monarch app... 2021-06-17 17:09:23.195609 INFO [run-monarch-app] Task is running with command: "monarch --project-path /Users/vishesh/src/journal --log-level ALL" 2021-06-17 17:09:23.618232 INFO [run-monarch-app] **ignored-severe** 2021-06-17 17:09:23.617 monarch[65624:1071765] Cannot find executable for CFBundle 0x7fe2e1f76ab0 (not loaded) 2021-06-17 17:09:24.298515 FINE [run-monarch-app] mac_app: FINE [MainWindowController] arguments ["/Users/vishesh/src/flutter/monarch/bin/cache/monarch_ui/flutter_macos_2.2.2-stable/monarch_mac.app/Contents/MacOS/monarch", "--project-path", "/Users/vishesh/src/journal", "--log-level", "ALL"] mac_app: FINE [MainWindowController] Will use bundle at: /Users/vishesh/src/journal/.monarch 2021-06-17 17:09:24.507402 FINE [run-monarch-app] flutter: Observatory listening on http://127.0.0.1:61390/EYCXsyRcTs0=/ 2021-06-17 17:09:25.405035 FINEST [run-monarch-app] flutter: FINEST [Start] Starting Monarch flutter app 2021-06-17 17:09:25.406878 FINE [run-monarch-app] flutter: FINE [Start] Valid localization found on class myEasyLocalizationsDelegate with annotated locales: [en, de, es, id, pl, pr, ru, sv, zh] flutter 2021-06-17 17:09:25.407107 FINE [run-monarch-app] : FINE [Start] Valid theme found: Light Theme flutter: FINE [Start] Valid theme found: Dark Theme 2021-06-17 17:09:26.293823 INFO [StandardOutput] 3.1sec elapsed, 0/1 tasks completed 2021-06-17 17:09:27.552983 FINE [run-monarch-app] flutter: FINE [VmServiceClient] Connected to vm service socket ws://127.0.0.1:61390/EYCXsyRcTs0=/ws 2021-06-17 17:09:27.654027 FINE [run-monarch-app] flutter: FINE [VmServiceClient] Got isolateId=isolates/3276884008425839 mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.ping flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.ping 2021-06-17 17:09:27.668962 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setUpLog 2021-06-17 17:09:27.669640 FINE [run-monarch-app] flutter: FINE [ChannelMethodsReceiver] Current process information: pid=65624 currentRss=199.581696MB maxRss=204.009472MB 2021-06-17 17:09:27.671425 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.defaultTheme 2021-06-17 17:09:27.671741 FINEST [run-monarch-app] mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.defaultTheme 2021-06-17 17:09:27.682446 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.deviceDefinitions 2021-06-17 17:09:27.682643 FINEST [run-monarch-app] mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.deviceDefinitions 2021-06-17 17:09:27.686555 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.standardThemes 2021-06-17 17:09:27.690530 FINEST [run-monarch-app] mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.standardThemes 2021-06-17 17:09:27.699321 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.monarchData mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.monarchData 2021-06-17 17:09:27.699522 FINEST [run-monarch-app] mac_app: FINEST [MainWindowController] monarchData - user localizations count: 1 mac_app: FINEST [MainWindowController] monarchData - user theme count: 2 mac_app: FINEST [MainWindowController] monarchData - key count in metaStoriesMap: 4 mac_app: FINEST [MainWindowController] monarchData - package name: gitjournal 2021-06-17 17:09:27.746161 FINE [run-monarch-app] ###monarch-data-reloaded:start### locale_count=9 user_theme_count=2 story_count=17 selected_device=ios-iphone-12 debug_paint_enabled=false selected_text_scale_factor=1.0 ###monarch-data-reloaded:end### 2021-06-17 17:09:27.763048 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setActiveLocale 2021-06-17 17:09:27.765165 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setActiveTheme 2021-06-17 17:09:27.765614 FINE [run-monarch-app] flutter: FINE [ActiveTheme] active theme id set: Light Theme 2021-06-17 17:09:27.767957 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setActiveDevice flutter: FINE [ActiveDevice] active device id set: ios-iphone-12 2021-06-17 17:09:27.771099 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setTextScaleFactor flutter: FINE [ActiveTextScaleFactor] active text scale factor set: 1.0 2021-06-17 17:09:27.778276 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.toggleDebugPaint flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.readySignal 2021-06-17 17:09:27.786551 FINEST [run-monarch-app] mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.readySignal mac_app: INFO [MainWindowController] story-flutter-window-ready 2021-06-17 17:09:27.786751 INFO [run-monarch-app] Task is ready after 4.6sec 2021-06-17 17:09:27.786901 INFO [StandardOutput] Launching Monarch app completed, took 4.6sec 2021-06-17 17:09:27.786953 INFO [StandardOutput] Monarch is ready to use 2021-06-17 17:09:27.786993 INFO [StandardOutput] Setting up stories watch... 2021-06-17 17:09:27.793925 INFO [attach-to-hot-restart] Task is running with command: "flutter attach --debug -d macOS -t .dart_tool/build/generated/gitjournal/lib/main_monarch.g.dart --debug-uri http://127.0.0.1:61390/EYCXsyRcTs0=/" 2021-06-17 17:09:28.172592 FINE [run-monarch-app] flutter: FINE [LocalizationsDelegateLoader] Successfully loaded LocalizationsDelegate Localization with locale en flutter: FINE [ActiveLocale] active locale loaded: en 2021-06-17 17:09:28.202840 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.firstLoadSignal 2021-06-17 17:09:28.203067 FINE [run-monarch-app] flutter: FINE [ChannelMethodsReceiver] Environment information: numberOfProcessors=4 localeName="en_IN" operatingSystem="macos" operatingSystemVersion="11.2.3" localHostname="Visheshs-MacBook-Pro.local" resolvedExecutable="/Users/vishesh/src/flutter/monarch/bin/cache/monarch_ui/flutter_macos_2.2.2-stable/monarch_mac.app/Contents/MacOS/Monarch" dartRuntimeVersion="2.13.3 (stable) (Wed Jun 9 12:44:44 2021 +0200) on "macos_x64"" 2021-06-17 17:09:28.204069 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.readySignalAck 2021-06-17 17:09:30.900999 INFO [StandardOutput] 3.1sec elapsed, 0/2 tasks completed 2021-06-17 17:09:32.564407 WARNING [run-monarch-app] flutter: WARNING [VmServiceClient] Connection to VmService terminated unexpectedly. Reconnecting. Reconnection try 0. 2021-06-17 17:09:32.802419 FINE [run-monarch-app] flutter: FINE [VmServiceClient] Connected to vm service socket ws://127.0.0.1:61405/M3IqUH1grjE=/ws 2021-06-17 17:09:32.867806 FINE [run-monarch-app] flutter: FINE [VmServiceClient] Got isolateId=isolates/3276884008425839 2021-06-17 17:09:33.989105 INFO [StandardOutput] 6.2sec elapsed, 0/2 tasks completed 2021-06-17 17:09:34.289162 FINE [attach-to-hot-restart] Syncing files to device macOS... 2021-06-17 17:09:37.089043 INFO [StandardOutput] 9.3sec elapsed, 0/2 tasks completed 2021-06-17 17:09:40.189293 INFO [StandardOutput] 12.4sec elapsed, 0/2 tasks completed 2021-06-17 17:09:43.289130 INFO [StandardOutput] 15.5sec elapsed, 0/2 tasks completed 2021-06-17 17:09:46.388873 INFO [StandardOutput] 18.6sec elapsed, 0/2 tasks completed 2021-06-17 17:09:49.491291 INFO [StandardOutput] 21.7sec elapsed, 0/2 tasks completed 2021-06-17 17:09:52.589067 INFO [StandardOutput] 24.8sec elapsed, 0/2 tasks completed 2021-06-17 17:09:55.693731 INFO [StandardOutput] 27.9sec elapsed, 0/2 tasks completed 2021-06-17 17:09:58.788726 INFO [StandardOutput] 31.0sec elapsed, 0/2 tasks completed 2021-06-17 17:10:01.889128 INFO [StandardOutput] 34.1sec elapsed, 0/2 tasks completed 2021-06-17 17:10:04.990105 INFO [StandardOutput] 37.2sec elapsed, 0/2 tasks completed 2021-06-17 17:10:08.089171 INFO [StandardOutput] 40.3sec elapsed, 0/2 tasks completed 2021-06-17 17:10:11.188593 INFO [StandardOutput] 43.4sec elapsed, 0/2 tasks completed 2021-06-17 17:10:14.288527 INFO [StandardOutput] 46.5sec elapsed, 0/2 tasks completed 2021-06-17 17:10:17.389967 INFO [StandardOutput] 49.6sec elapsed, 0/2 tasks completed 2021-06-17 17:10:20.489589 INFO [StandardOutput] 52.7sec elapsed, 0/2 tasks completed 2021-06-17 17:10:23.597735 INFO [StandardOutput] 55.8sec elapsed, 0/2 tasks completed 2021-06-17 17:10:26.688317 INFO [StandardOutput] 58.9sec elapsed, 0/2 tasks completed 2021-06-17 17:10:29.791402 INFO [StandardOutput] 1.0min elapsed, 0/2 tasks completed 2021-06-17 17:10:32.888257 INFO [StandardOutput] 1.1min elapsed, 0/2 tasks completed 2021-06-17 17:10:35.634437 FINE [attach-to-hot-restart] 61.3s 2021-06-17 17:10:35.634657 FINE [attach-to-hot-restart] 2021-06-17 17:10:36.015430 INFO [StandardOutput] 1.1min elapsed, 0/2 tasks completed 2021-06-17 17:10:38.347203 FINE [attach-to-hot-restart] 2021-06-17 17:10:38.360927 FINE [attach-to-hot-restart] Flutter run key commands. 2021-06-17 17:10:38.374656 FINE [attach-to-hot-restart] r Hot reload. 🔥🔥🔥 2021-06-17 17:10:38.377301 FINE [attach-to-hot-restart] R Hot restart. 2021-06-17 17:10:38.378881 FINE [attach-to-hot-restart] h Repeat this help message. 2021-06-17 17:10:38.380697 FINE [attach-to-hot-restart] d Detach (terminate "flutter run" but leave application running). 2021-06-17 17:10:38.381857 FINE [attach-to-hot-restart] c Clear the screen 2021-06-17 17:10:38.384880 FINE [attach-to-hot-restart] q Quit (terminate the application on the device). 2021-06-17 17:10:38.386201 FINE [attach-to-hot-restart] 2021-06-17 17:10:38.388589 FINE [attach-to-hot-restart] 💪 Running with sound null safety 💪 2021-06-17 17:10:38.390558 FINE [attach-to-hot-restart] 2021-06-17 17:10:38.395965 FINE [attach-to-hot-restart] An Observatory debugger and profiler on macOS is available at: http://127.0.0.1:61405/M3IqUH1grjE=/ 2021-06-17 17:10:38.396438 INFO [attach-to-hot-restart] Task is ready after 1.2min 2021-06-17 17:10:38.405020 INFO [watch-to-regen-meta-stories] Task is running with command: "flutter pub run build_runner watch --verbose" 2021-06-17 17:10:38.405788 FINE [attach-to-hot-restart] The Flutter DevTools debugger and profiler on macOS is available at: http://127.0.0.1:9102?uri=http%3A%2F%2F127.0.0.1%3A61405%2FM3IqUH1grjE%3D%2F 2021-06-17 17:10:39.088044 INFO [StandardOutput] 1.2min elapsed, 1/2 tasks completed 2021-06-17 17:10:41.735124 FINE [watch-to-regen-meta-stories] [+1011 ms] executing: sysctl hw.optional.arm64 2021-06-17 17:10:41.771627 FINE [watch-to-regen-meta-stories] [ +136 ms] Exit code 1 from: sysctl hw.optional.arm64 2021-06-17 17:10:41.773891 FINE [watch-to-regen-meta-stories] [ +3 ms] sysctl: unknown oid 'hw.optional.arm64' 2021-06-17 17:10:41.812060 FINE [watch-to-regen-meta-stories] [ +36 ms] executing: [/Users/vishesh/src/flutter/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H 2021-06-17 17:10:41.852133 FINE [watch-to-regen-meta-stories] [ +40 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H 2021-06-17 17:10:41.852997 FINE [watch-to-regen-meta-stories] [ +1 ms] d79295af24c3ed621c33713ecda14ad196fd9c31 2021-06-17 17:10:41.856745 FINE [watch-to-regen-meta-stories] [ +3 ms] executing: [/Users/vishesh/src/flutter/flutter/] git tag --points-at d79295af24c3ed621c33713ecda14ad196fd9c31 2021-06-17 17:10:41.942938 FINE [watch-to-regen-meta-stories] [ +85 ms] Exit code 0 from: git tag --points-at d79295af24c3ed621c33713ecda14ad196fd9c31 2021-06-17 17:10:41.943815 FINE [watch-to-regen-meta-stories] [ +1 ms] 2.2.2 2021-06-17 17:10:41.984332 FINE [watch-to-regen-meta-stories] [ +36 ms] executing: [/Users/vishesh/src/flutter/flutter/] git rev-parse --abbrev-ref --symbolic @{u} 2021-06-17 17:10:42.014851 FINE [watch-to-regen-meta-stories] [ +34 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} 2021-06-17 17:10:42.015575 FINE [watch-to-regen-meta-stories] [ +1 ms] origin/stable 2021-06-17 17:10:42.016677 FINE [watch-to-regen-meta-stories] [ +1 ms] executing: [/Users/vishesh/src/flutter/flutter/] git ls-remote --get-url origin 2021-06-17 17:10:42.053726 FINE [watch-to-regen-meta-stories] [ +36 ms] Exit code 0 from: git ls-remote --get-url origin 2021-06-17 17:10:42.054482 FINE [watch-to-regen-meta-stories] [ +1 ms] https://github.com/flutter/flutter.git 2021-06-17 17:10:42.195405 INFO [StandardOutput] 1.2min elapsed, 1/2 tasks completed 2021-06-17 17:10:42.627075 FINE [watch-to-regen-meta-stories] [ +571 ms] executing: [/Users/vishesh/src/flutter/flutter/] git rev-parse --abbrev-ref HEAD 2021-06-17 17:10:42.668169 FINE [watch-to-regen-meta-stories] [ +41 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD 2021-06-17 17:10:42.668883 FINE [watch-to-regen-meta-stories] [ +1 ms] stable 2021-06-17 17:10:42.697748 FINE [watch-to-regen-meta-stories] [ +28 ms] executing: sw_vers -productName 2021-06-17 17:10:42.765848 FINE [watch-to-regen-meta-stories] [ +67 ms] Exit code 0 from: sw_vers -productName 2021-06-17 17:10:42.766223 FINE [watch-to-regen-meta-stories] [ +1 ms] macOS 2021-06-17 17:10:42.766782 FINE [watch-to-regen-meta-stories] [ ] executing: sw_vers -productVersion 2021-06-17 17:10:42.826363 FINE [watch-to-regen-meta-stories] [ +58 ms] Exit code 0 from: sw_vers -productVersion 2021-06-17 17:10:42.827104 FINE [watch-to-regen-meta-stories] [ +1 ms] 11.2.3 2021-06-17 17:10:42.827546 FINE [watch-to-regen-meta-stories] [ ] executing: sw_vers -buildVersion 2021-06-17 17:10:42.888015 FINE [watch-to-regen-meta-stories] [ +59 ms] Exit code 0 from: sw_vers -buildVersion 2021-06-17 17:10:42.888447 FINE [watch-to-regen-meta-stories] [ +1 ms] 20D91 2021-06-17 17:10:44.000070 FINE [watch-to-regen-meta-stories] [+1111 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. 2021-06-17 17:10:44.014132 FINE [watch-to-regen-meta-stories] [ +3 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. 2021-06-17 17:10:44.015884 FINE [watch-to-regen-meta-stories] [ +13 ms] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:10:44.017298 FINE [watch-to-regen-meta-stories] [ +1 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. 2021-06-17 17:10:44.065891 FINE [watch-to-regen-meta-stories] [ +48 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. 2021-06-17 17:10:44.068729 FINE [watch-to-regen-meta-stories] [ +3 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:10:44.069529 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. 2021-06-17 17:10:44.070487 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:10:44.070934 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:10:44.071394 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. 2021-06-17 17:10:44.072483 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. 2021-06-17 17:10:44.566387 FINE [watch-to-regen-meta-stories] [ +494 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. 2021-06-17 17:10:44.566873 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. 2021-06-17 17:10:44.567233 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. 2021-06-17 17:10:44.567693 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. 2021-06-17 17:10:44.568488 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:10:44.568910 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. 2021-06-17 17:10:44.569225 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. 2021-06-17 17:10:44.569599 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. 2021-06-17 17:10:44.570345 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. 2021-06-17 17:10:44.570885 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. 2021-06-17 17:10:44.571212 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:10:44.571617 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. 2021-06-17 17:10:44.571987 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. 2021-06-17 17:10:44.572517 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. 2021-06-17 17:10:44.572873 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:10:44.573355 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:10:44.574591 FINE [watch-to-regen-meta-stories] [ +1 ms] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:10:44.575153 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:10:44.576022 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. 2021-06-17 17:10:44.576335 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. 2021-06-17 17:10:44.577089 FINE [watch-to-regen-meta-stories] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. 2021-06-17 17:10:44.721797 FINE [watch-to-regen-meta-stories] [ +144 ms] executing: /Users/vishesh/src/flutter/flutter/bin/cache/dart-sdk/bin/pub run build_runner watch --verbose 2021-06-17 17:10:45.289368 INFO [StandardOutput] 1.3min elapsed, 1/2 tasks completed 2021-06-17 17:10:48.389262 INFO [StandardOutput] 1.3min elapsed, 1/2 tasks completed 2021-06-17 17:10:51.489352 INFO [StandardOutput] 1.4min elapsed, 1/2 tasks completed 2021-06-17 17:10:54.158440 FINE [watch-to-regen-meta-stories] [INFO] Entrypoint:Generating build script... 2021-06-17 17:10:54.591433 INFO [StandardOutput] 1.4min elapsed, 1/2 tasks completed 2021-06-17 17:10:57.689980 INFO [StandardOutput] 1.5min elapsed, 1/2 tasks completed 2021-06-17 17:10:58.062794 FINE [watch-to-regen-meta-stories] [INFO] Entrypoint:Generating build script completed, took 4.0s 2021-06-17 17:11:00.788017 INFO [StandardOutput] 1.6min elapsed, 1/2 tasks completed 2021-06-17 17:11:02.566007 FINE [watch-to-regen-meta-stories] [INFO] Watch:Setting up file watchers... 2021-06-17 17:11:02.619960 FINE [watch-to-regen-meta-stories] [INFO] Watch:Setting up file watchers completed, took 79ms 2021-06-17 17:11:02.709682 FINE [watch-to-regen-meta-stories] [INFO] Watch:Waiting for all file watchers to be ready... 2021-06-17 17:11:03.887843 INFO [StandardOutput] 1.6min elapsed, 1/2 tasks completed 2021-06-17 17:11:04.604029 FINE [watch-to-regen-meta-stories] [INFO] Watch:Waiting for all file watchers to be ready completed, took 1.9s 2021-06-17 17:11:04.778144 FINE [watch-to-regen-meta-stories] [INFO] BuildDefinition:Initializing inputs 2021-06-17 17:11:04.793214 FINE [watch-to-regen-meta-stories] [INFO] BuildDefinition:Reading cached asset graph... 2021-06-17 17:11:06.508121 FINE [watch-to-regen-meta-stories] [INFO] BuildDefinition:Reading cached asset graph completed, took 1.7s 2021-06-17 17:11:06.989385 INFO [StandardOutput] 1.6min elapsed, 1/2 tasks completed 2021-06-17 17:11:10.087950 INFO [StandardOutput] 1.7min elapsed, 1/2 tasks completed 2021-06-17 17:11:10.984075 FINE [watch-to-regen-meta-stories] [INFO] BuildDefinition:Checking for updates since last build... 2021-06-17 17:11:13.188017 INFO [StandardOutput] 1.8min elapsed, 1/2 tasks completed 2021-06-17 17:11:16.290682 INFO [StandardOutput] 1.8min elapsed, 1/2 tasks completed 2021-06-17 17:11:16.721665 FINE [watch-to-regen-meta-stories] [INFO] BuildDefinition:Checking for updates since last build completed, took 5.7s 2021-06-17 17:11:16.845887 FINE [watch-to-regen-meta-stories] [INFO] Build:Running build... 2021-06-17 17:11:16.914963 FINE [watch-to-regen-meta-stories] [INFO] Build:Running build completed, took 70ms 2021-06-17 17:11:16.915254 FINE [watch-to-regen-meta-stories] [INFO] Build:Caching finalized dependency graph... 2021-06-17 17:11:17.575763 FINE [watch-to-regen-meta-stories] [INFO] Build:Caching finalized dependency graph completed, took 659ms 2021-06-17 17:11:17.593191 FINE [watch-to-regen-meta-stories] [INFO] Build:Succeeded after 758ms with 0 outputs (0 actions) 2021-06-17 17:11:17.593486 INFO [watch-to-regen-meta-stories] Task is ready after 39.2sec 2021-06-17 17:11:17.593654 INFO [StandardOutput] Setting up stories watch completed, took 1.8min 2021-06-17 17:11:32.276803 FINE [watch-to-regen-meta-stories] [INFO] Watch:------------------------------------------------------------------------ [INFO] Watch:Starting Build 2021-06-17 17:11:32.277016 INFO [StandardOutput] Reloading stories... 2021-06-17 17:11:32.280682 FINE [watch-to-regen-meta-stories] [INFO] Build:Updating asset graph... 2021-06-17 17:11:32.289363 FINE [watch-to-regen-meta-stories] [INFO] Build:Updating asset graph completed, took 9ms 2021-06-17 17:11:32.290001 FINE [watch-to-regen-meta-stories] [INFO] Build:Running build... 2021-06-17 17:11:33.328574 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:1.0s elapsed, 0/16 actions completed. 2021-06-17 17:11:34.548749 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:2.3s elapsed, 0/16 actions completed. 2021-06-17 17:11:35.378874 INFO [StandardOutput] 3.1sec elapsed 2021-06-17 17:11:35.842163 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:3.6s elapsed, 0/16 actions completed. 2021-06-17 17:11:37.206377 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:4.9s elapsed, 0/16 actions completed. 2021-06-17 17:11:38.245113 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:6.0s elapsed, 0/16 actions completed. 2021-06-17 17:11:38.478247 INFO [StandardOutput] 6.2sec elapsed 2021-06-17 17:11:39.286520 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:7.0s elapsed, 0/16 actions completed. 2021-06-17 17:11:40.294305 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:8.0s elapsed, 0/16 actions completed. 2021-06-17 17:11:41.336905 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:9.1s elapsed, 0/16 actions completed. 2021-06-17 17:11:41.578654 INFO [StandardOutput] 9.3sec elapsed 2021-06-17 17:11:42.386989 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:10.1s elapsed, 0/16 actions completed. 2021-06-17 17:11:43.405026 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:11.1s elapsed, 0/16 actions completed. 2021-06-17 17:11:44.486696 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:12.2s elapsed, 0/16 actions completed. 2021-06-17 17:11:44.681996 INFO [StandardOutput] 12.4sec elapsed 2021-06-17 17:11:47.781613 INFO [StandardOutput] 15.5sec elapsed 2021-06-17 17:11:50.882846 INFO [StandardOutput] 18.6sec elapsed 2021-06-17 17:11:53.980529 INFO [StandardOutput] 21.7sec elapsed 2021-06-17 17:11:57.080 INFO [StandardOutput] 24.8sec elapsed 2021-06-17 17:12:00.181883 INFO [StandardOutput] 27.9sec elapsed 2021-06-17 17:12:03.280382 INFO [StandardOutput] 31.0sec elapsed 2021-06-17 17:12:06.382195 INFO [StandardOutput] 34.1sec elapsed 2021-06-17 17:12:09.479986 INFO [StandardOutput] 37.2sec elapsed 2021-06-17 17:12:12.580487 INFO [StandardOutput] 40.3sec elapsed 2021-06-17 17:12:15.678478 INFO [StandardOutput] 43.4sec elapsed 2021-06-17 17:12:18.778706 INFO [StandardOutput] 46.5sec elapsed 2021-06-17 17:12:21.667619 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/checklist_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:21.882334 INFO [StandardOutput] 49.6sec elapsed 2021-06-17 17:12:22.093219 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/repository_manager.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:22.101177 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/note_storage_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:22.382919 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/sorted_notes_folder_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:22.546338 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/flattened_notes_folder_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:22.729599 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/note_serializer_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:22.921277 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/flattened_notes_folder_large_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:23.150368 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/note_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:23.325914 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/sorting_mode_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:23.488300 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/notes_folder_config_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:23.663009 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/processors/wiki_links_auto_add_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:23.816528 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/link_resolver_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:24.046369 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/notes_cache_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:24.291312 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/markdown_rendering_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:24.518892 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/autocompletion/tags_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:24.674402 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on test/editor_heuristics_test.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:24.675519 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_display_images.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:24.982222 INFO [StandardOutput] 52.7sec elapsed 2021-06-17 17:12:25.106012 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_images.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:25.106456 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_bottom_menu_bar.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:25.106980 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_screen.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:25.143665 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_git_remote.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:25.737140 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_display_images_caption.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:25.737817 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_misc.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:25.738529 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_display_images_theming.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:25.767460 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_editors.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:26.547146 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_note_metadata.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:26.761446 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_tags.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:26.811780 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/screens_stories.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.124353 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.127508 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/settings/settings_migrations.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.382468 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/error_reporting.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.384602 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/org_links_handler.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.385034 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/virtual_notes_folder.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.411901 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/notes_folder.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.874417 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/checklist.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.875142 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/graph.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.876847 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/processors/wiki_links_auto_add.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:27.904042 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/notes_folder_fs.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:28.083038 INFO [StandardOutput] 55.8sec elapsed 2021-06-17 17:12:28.475669 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/notes_folder_notifier.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:28.611416 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/transformers/emoji.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:28.743798 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/transformers/base.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:28.744281 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/notes_cache.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:28.744686 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/note.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:28.776969 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/note_serializer.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:29.254080 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/git_repo.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:29.254788 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/sorted_notes_folder.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:29.255271 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/note_notifier.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:29.281604 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/sorting_mode.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:29.754131 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/flattened_notes_folder.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:29.754762 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/core/notes_folder_config.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:29.813816 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/scaffold.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:30.256139 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/undo_redo.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:30.329075 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/experiments/main_autocomplete.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:31.172880 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/experiments/main_dashbook.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:31.178406 INFO [StandardOutput] 58.9sec elapsed 2021-06-17 17:12:31.304497 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/checklist_editor.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:31.305813 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/autocompletion_widget.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:31.306576 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/heuristics.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:31.334350 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/raw_editor.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:31.844564 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/bottom_bar.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:31.845187 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/common.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:31.846091 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/journal_editor.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:31.884434 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/org_editor.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:32.389555 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/editors/markdown_editor.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:32.390301 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/setup/sshkey.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:32.391602 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/setup/button.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:32.418060 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/setup/clone_url.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:32.918075 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/setup/screens.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:33.173716 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/setup/repo_selector.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:33.436924 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/setup/screens_stories.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:33.675435 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/setup/autoconfigure.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:33.676197 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/utils/link_resolver.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:33.676952 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/utils/utils.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:33.719422 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/filesystem_screen.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:34.256766 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/onboarding_screens.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:34.257250 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/tag_listing.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:34.257793 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/graph_view.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:34.282934 INFO [StandardOutput] 1.0min elapsed 2021-06-17 17:12:34.290814 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/note_editor.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:34.713814 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/folder_listing.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:34.714675 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/feature_timeline_screen.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:34.715649 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/folder_view.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:34.743004 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/home_screen.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:35.309438 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/screens/onboarding_screens_stories.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:35.530229 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/main.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:35.700231 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/folder_views/journal_view.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:35.701454 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/folder_views/list_view.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:35.702499 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/folder_views/card_view.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:35.729192 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/folder_views/grid_view.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:36.336267 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/folder_views/common.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:36.338060 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/folder_views/standard_view.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:36.338757 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/folder_views/note_tile.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:36.365663 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/iap/purchase_thankyou_screen.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:36.873987 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/iap/purchase_screen.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:36.874674 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/iap/iap.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:36.875782 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/iap/purchase_widget.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:36.907373 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/iap/purchase_manager.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:37.368 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/repository.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:37.371103 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/iap/screens_stories.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:37.378502 INFO [StandardOutput] 1.1min elapsed 2021-06-17 17:12:37.596900 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/app_router.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:37.597426 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/app.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:37.598903 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/sync_button.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:37.628949 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/note_editor_selector.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.087964 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/images/image_details.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.088587 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/images/markdown_image.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.089363 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/images/image_caption.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.115319 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/journal_editor_header.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.198685 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/folder_tree_view.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.199286 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/app_drawer.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.199990 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/notes_backlinks.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.226875 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/note_search_delegate.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.306870 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/note_viewer.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.307439 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/folder_selection_dialog.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.308305 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/pro_overlay.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.350025 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/markdown_renderer.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.439609 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/sorting_mode_selector.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.442984 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/widgets/app_drawer_header.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:38.446952 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_localizations_builder on lib/analytics/analytics.dart:Running MetaLocalizationsGenerator 2021-06-17 17:12:40.477865 INFO [StandardOutput] 1.1min elapsed 2021-06-17 17:12:40.774264 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:1m 8s elapsed, 116/132 actions completed. 2021-06-17 17:12:40.832150 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/checklist_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:40.999153 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/markdown_rendering_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:40.999937 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/editor_heuristics_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:41.000761 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/notes_folder_config_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:41.045396 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/note_storage_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:41.642328 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/sorted_notes_folder_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:41.642838 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/flattened_notes_folder_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:41.643454 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/note_serializer_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:41.681977 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/flattened_notes_folder_large_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:42.294284 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/note_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:42.295322 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/processors/wiki_links_auto_add_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:42.296003 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/link_resolver_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:42.326167 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/sorting_mode_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:42.926261 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/autocompletion/tags_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:42.927560 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on test/notes_cache_test.dart:Running MetaThemesGenerator 2021-06-17 17:12:42.928876 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/repository_manager.dart:Running MetaThemesGenerator 2021-06-17 17:12:42.959314 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_display_images.dart:Running MetaThemesGenerator 2021-06-17 17:12:43.502639 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_images.dart:Running MetaThemesGenerator [FINE] monarch:meta_themes_builder on lib/settings/settings_bottom_menu_bar.dart:Running MetaThemesGenerator 2021-06-17 17:12:43.509008 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_screen.dart:Running MetaThemesGenerator 2021-06-17 17:12:43.579332 INFO [StandardOutput] 1.2min elapsed 2021-06-17 17:12:43.993540 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_git_remote.dart:Running MetaThemesGenerator 2021-06-17 17:12:43.994719 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_display_images_caption.dart:Running MetaThemesGenerator 2021-06-17 17:12:44.010174 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_misc.dart:Running MetaThemesGenerator 2021-06-17 17:12:44.592888 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_display_images_theming.dart:Running MetaThemesGenerator 2021-06-17 17:12:44.593647 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_editors.dart:Running MetaThemesGenerator 2021-06-17 17:12:44.594329 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_note_metadata.dart:Running MetaThemesGenerator 2021-06-17 17:12:44.625427 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_tags.dart:Running MetaThemesGenerator 2021-06-17 17:12:45.325597 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/screens_stories.dart:Running MetaThemesGenerator 2021-06-17 17:12:45.326475 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings.dart:Running MetaThemesGenerator 2021-06-17 17:12:45.328117 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/settings/settings_migrations.dart:Running MetaThemesGenerator 2021-06-17 17:12:45.372675 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/error_reporting.dart:Running MetaThemesGenerator 2021-06-17 17:12:45.916788 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/org_links_handler.dart:Running MetaThemesGenerator 2021-06-17 17:12:45.917404 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/virtual_notes_folder.dart:Running MetaThemesGenerator 2021-06-17 17:12:45.918217 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/notes_folder.dart:Running MetaThemesGenerator 2021-06-17 17:12:45.957768 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/checklist.dart:Running MetaThemesGenerator 2021-06-17 17:12:46.621242 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/graph.dart:Running MetaThemesGenerator 2021-06-17 17:12:46.623022 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/processors/wiki_links_auto_add.dart:Running MetaThemesGenerator 2021-06-17 17:12:46.623802 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/transformers/base.dart:Running MetaThemesGenerator 2021-06-17 17:12:46.656885 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/transformers/emoji.dart:Running MetaThemesGenerator 2021-06-17 17:12:46.680750 INFO [StandardOutput] 1.2min elapsed 2021-06-17 17:12:47.328369 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/notes_folder_fs.dart:Running MetaThemesGenerator 2021-06-17 17:12:47.329813 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/notes_folder_notifier.dart:Running MetaThemesGenerator 2021-06-17 17:12:47.330556 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/notes_cache.dart:Running MetaThemesGenerator 2021-06-17 17:12:47.361965 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/note.dart:Running MetaThemesGenerator 2021-06-17 17:12:48.022319 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/note_serializer.dart:Running MetaThemesGenerator 2021-06-17 17:12:48.023697 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/git_repo.dart:Running MetaThemesGenerator 2021-06-17 17:12:48.024879 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/sorted_notes_folder.dart:Running MetaThemesGenerator 2021-06-17 17:12:48.054792 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/note_notifier.dart:Running MetaThemesGenerator 2021-06-17 17:12:48.643323 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/sorting_mode.dart:Running MetaThemesGenerator 2021-06-17 17:12:48.644455 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/flattened_notes_folder.dart:Running MetaThemesGenerator 2021-06-17 17:12:48.645390 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/core/notes_folder_config.dart:Running MetaThemesGenerator 2021-06-17 17:12:49.341236 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/experiments/main_dashbook.dart:Running MetaThemesGenerator [FINE] monarch:meta_themes_builder on lib/experiments/main_autocomplete.dart:Running MetaThemesGenerator [FINE] monarch:meta_themes_builder on lib/editors/scaffold.dart:Running MetaThemesGenerator 2021-06-17 17:12:49.388368 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/undo_redo.dart:Running MetaThemesGenerator 2021-06-17 17:12:49.782853 INFO [StandardOutput] 1.3min elapsed 2021-06-17 17:12:50.055309 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/checklist_editor.dart:Running MetaThemesGenerator 2021-06-17 17:12:50.057041 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/autocompletion_widget.dart:Running MetaThemesGenerator 2021-06-17 17:12:50.057805 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/heuristics.dart:Running MetaThemesGenerator 2021-06-17 17:12:50.097670 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/raw_editor.dart:Running MetaThemesGenerator 2021-06-17 17:12:50.655622 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/bottom_bar.dart:Running MetaThemesGenerator 2021-06-17 17:12:50.656425 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/common.dart:Running MetaThemesGenerator 2021-06-17 17:12:50.657598 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/journal_editor.dart:Running MetaThemesGenerator 2021-06-17 17:12:50.692268 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/org_editor.dart:Running MetaThemesGenerator 2021-06-17 17:12:51.522026 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/editors/markdown_editor.dart:Running MetaThemesGenerator 2021-06-17 17:12:51.522989 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/setup/sshkey.dart:Running MetaThemesGenerator 2021-06-17 17:12:51.531545 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/setup/button.dart:Running MetaThemesGenerator 2021-06-17 17:12:51.574438 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/setup/clone_url.dart:Running MetaThemesGenerator 2021-06-17 17:12:52.315314 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/setup/screens.dart:Running MetaThemesGenerator [FINE] monarch:meta_themes_builder on lib/setup/repo_selector.dart:Running MetaThemesGenerator [FINE] monarch:meta_themes_builder on lib/setup/screens_stories.dart:Running MetaThemesGenerator 2021-06-17 17:12:52.823908 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/setup/autoconfigure.dart:Running MetaThemesGenerator 2021-06-17 17:12:52.827443 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/utils/link_resolver.dart:Running MetaThemesGenerator [FINE] monarch:meta_themes_builder on lib/utils/utils.dart:Running MetaThemesGenerator 2021-06-17 17:12:52.881917 INFO [StandardOutput] 1.3min elapsed 2021-06-17 17:12:53.570486 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/onboarding_screens.dart:Running MetaThemesGenerator 2021-06-17 17:12:53.571569 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/filesystem_screen.dart:Running MetaThemesGenerator 2021-06-17 17:12:53.572513 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/tag_listing.dart:Running MetaThemesGenerator 2021-06-17 17:12:53.636362 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/graph_view.dart:Running MetaThemesGenerator 2021-06-17 17:12:54.325057 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/note_editor.dart:Running MetaThemesGenerator 2021-06-17 17:12:54.326378 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/folder_listing.dart:Running MetaThemesGenerator 2021-06-17 17:12:54.327367 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/onboarding_screens_stories.dart:Running MetaThemesGenerator 2021-06-17 17:12:54.362606 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/feature_timeline_screen.dart:Running MetaThemesGenerator 2021-06-17 17:12:54.913715 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/folder_view.dart:Running MetaThemesGenerator 2021-06-17 17:12:54.914554 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/screens/home_screen.dart:Running MetaThemesGenerator 2021-06-17 17:12:54.915494 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/main.dart:Running MetaThemesGenerator 2021-06-17 17:12:54.949844 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/folder_views/journal_view.dart:Running MetaThemesGenerator 2021-06-17 17:12:55.544677 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/folder_views/list_view.dart:Running MetaThemesGenerator 2021-06-17 17:12:55.545316 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/folder_views/card_view.dart:Running MetaThemesGenerator 2021-06-17 17:12:55.545840 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/folder_views/grid_view.dart:Running MetaThemesGenerator 2021-06-17 17:12:55.581359 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/folder_views/common.dart:Running MetaThemesGenerator 2021-06-17 17:12:55.978493 INFO [StandardOutput] 1.4min elapsed 2021-06-17 17:12:56.250451 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/folder_views/standard_view.dart:Running MetaThemesGenerator 2021-06-17 17:12:56.252548 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/folder_views/note_tile.dart:Running MetaThemesGenerator 2021-06-17 17:12:56.253939 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/iap/purchase_thankyou_screen.dart:Running MetaThemesGenerator 2021-06-17 17:12:56.683074 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/iap/purchase_screen.dart:Running MetaThemesGenerator 2021-06-17 17:12:56.683934 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/iap/iap.dart:Running MetaThemesGenerator 2021-06-17 17:12:56.685537 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/iap/purchase_widget.dart:Running MetaThemesGenerator 2021-06-17 17:12:56.725927 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/iap/purchase_manager.dart:Running MetaThemesGenerator 2021-06-17 17:12:57.342074 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/iap/screens_stories.dart:Running MetaThemesGenerator 2021-06-17 17:12:57.342606 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/repository.dart:Running MetaThemesGenerator 2021-06-17 17:12:57.343305 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/app_router.dart:Running MetaThemesGenerator 2021-06-17 17:12:57.353693 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/app.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.408920 FINE [watch-to-regen-meta-stories] [INFO] Heartbeat:1m 26s elapsed, 215/231 actions completed. 2021-06-17 17:12:58.411536 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/sync_button.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.412779 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/note_editor_selector.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.413482 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/images/image_details.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.455265 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/images/markdown_image.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.705689 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/images/image_caption.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.706334 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/journal_editor_header.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.707046 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/folder_tree_view.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.747698 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/app_drawer.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.871147 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/notes_backlinks.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.872616 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/note_search_delegate.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.873636 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/note_viewer.dart:Running MetaThemesGenerator 2021-06-17 17:12:58.920244 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/folder_selection_dialog.dart:Running MetaThemesGenerator 2021-06-17 17:12:59.071674 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/pro_overlay.dart:Running MetaThemesGenerator 2021-06-17 17:12:59.072405 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/markdown_renderer.dart:Running MetaThemesGenerator 2021-06-17 17:12:59.073169 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/sorting_mode_selector.dart:Running MetaThemesGenerator 2021-06-17 17:12:59.077750 INFO [StandardOutput] 1.4min elapsed 2021-06-17 17:12:59.118078 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/widgets/app_drawer_header.dart:Running MetaThemesGenerator 2021-06-17 17:12:59.227943 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_themes_builder on lib/analytics/analytics.dart:Running MetaThemesGenerator 2021-06-17 17:12:59.514240 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Running MetaStoriesGenerator 2021-06-17 17:12:59.515927 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Processing: gitjournal|lib/setup/screens_stories.dart 2021-06-17 17:12:59.516363 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Top level element is not story, it is not FunctionElement: _publicKey 2021-06-17 17:12:59.516667 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Top level element is not story, it is not FunctionElement: _publicKey= [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Top level element is not story, it is not FunctionElement: _gitHubData 2021-06-17 17:12:59.516990 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Top level element is not story, it is not FunctionElement: _gitHubData= 2021-06-17 17:12:59.518521 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: autoConfigureChoice 2021-06-17 17:12:59.519092 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: gitHostChoice [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: autoConfigure 2021-06-17 17:12:59.520594 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: cloneUrl [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: loadingError [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: loading [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: sshKeyKnownProviderPage [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: sshKeyUnknownProviderPage 2021-06-17 17:12:59.520954 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: keyChoicePage 2021-06-17 17:12:59.521214 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: keyUserProvidedKeysPage 2021-06-17 17:12:59.521796 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Found story: repoSelector 2021-06-17 17:12:59.524694 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Top level element is not story, it is not FunctionElement: _publicKey [FINE] monarch:meta_stories_builder on lib/setup/screens_stories.dart:Top level element is not story, it is not FunctionElement: _gitHubData 2021-06-17 17:13:00.418236 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/screens/onboarding_screens_stories.dart:Running MetaStoriesGenerator [FINE] monarch:meta_stories_builder on lib/screens/onboarding_screens_stories.dart:Processing: gitjournal|lib/screens/onboarding_screens_stories.dart [FINE] monarch:meta_stories_builder on lib/screens/onboarding_screens_stories.dart:Found story: page1 [FINE] monarch:meta_stories_builder on lib/screens/onboarding_screens_stories.dart:Found story: page2 [FINE] monarch:meta_stories_builder on lib/screens/onboarding_screens_stories.dart:Found story: page3 [FINE] monarch:meta_stories_builder on lib/screens/onboarding_screens_stories.dart:Found story: all [FINE] monarch:meta_stories_builder on lib/settings/screens_stories.dart:Running MetaStoriesGenerator [FINE] monarch:meta_stories_builder on lib/settings/screens_stories.dart:Processing: gitjournal|lib/settings/screens_stories.dart [FINE] monarch:meta_stories_builder on lib/settings/screens_stories.dart:Found story: settingsScreen 2021-06-17 17:13:00.447069 FINE [watch-to-regen-meta-stories] [FINE] monarch:meta_stories_builder on lib/iap/screens_stories.dart:Running MetaStoriesGenerator [FINE] monarch:meta_stories_builder on lib/iap/screens_stories.dart:Processing: gitjournal|lib/iap/screens_stories.dart [FINE] monarch:meta_stories_builder on lib/iap/screens_stories.dart:Found story: thankYou 2021-06-17 17:13:00.744025 FINE [watch-to-regen-meta-stories] [INFO] Build:Running build completed, took 1m 28s 2021-06-17 17:13:00.744405 FINE [watch-to-regen-meta-stories] [INFO] Build:Caching finalized dependency graph... 2021-06-17 17:13:01.578125 FINE [watch-to-regen-meta-stories] [INFO] Build:Caching finalized dependency graph completed, took 832ms 2021-06-17 17:13:01.588872 FINE [watch-to-regen-meta-stories] [INFO] Build:Succeeded after 1m 29s with 4 outputs (236 actions) 2021-06-17 17:13:01.608916 FINE [attach-to-hot-restart] 2021-06-17 17:13:01.828443 FINE [attach-to-hot-restart] Performing hot restart... 2021-06-17 17:13:02.179139 INFO [StandardOutput] 1.5min elapsed 2021-06-17 17:13:05.280932 INFO [StandardOutput] 1.6min elapsed 2021-06-17 17:13:08.377515 INFO [StandardOutput] 1.6min elapsed 2021-06-17 17:13:11.479400 INFO [StandardOutput] 1.6min elapsed 2021-06-17 17:13:14.348950 FINE [attach-to-hot-restart] Restarted application in 12,716ms. 2021-06-17 17:13:14.349317 INFO [StandardOutput] Reloading stories completed, took 1.7min 2021-06-17 17:13:15.731859 FINEST [run-monarch-app] flutter: FINEST [Start] Starting Monarch flutter app 2021-06-17 17:13:15.733707 FINE [run-monarch-app] flutter: FINE [Start] Valid localization found on class myEasyLocalizationsDelegate with annotated locales: [en, de, es, id, pl, pr, ru, sv, zh] 2021-06-17 17:13:15.733950 FINE [run-monarch-app] flutter: FINE [Start] Valid theme found: Light Theme 2021-06-17 17:13:15.734107 FINE [run-monarch-app] flutter: 2021-06-17 17:13:15.734280 FINE [run-monarch-app] FINE [Start] Valid theme found: Dark Theme 2021-06-17 17:13:20.135609 FINE [run-monarch-app] flutter: FINE [VmServiceClient] Connected to vm service socket ws://127.0.0.1:61405/M3IqUH1grjE=/ws 2021-06-17 17:13:20.325412 FINE [run-monarch-app] flutter: FINE [VmServiceClient] Got isolateId=isolates/3494663369768283 mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.ping 2021-06-17 17:13:20.325606 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.ping 2021-06-17 17:13:20.378447 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setUpLog 2021-06-17 17:13:20.381649 FINE [run-monarch-app] flutter: FINE [ChannelMethodsReceiver] Current process information: pid=65624 currentRss=275.68128MB maxRss=308.617216MB 2021-06-17 17:13:20.384751 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.defaultTheme mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.defaultTheme 2021-06-17 17:13:20.432587 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.deviceDefinitions 2021-06-17 17:13:20.433048 FINEST [run-monarch-app] mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.deviceDefinitions 2021-06-17 17:13:20.435279 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.standardThemes mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.standardThemes 2021-06-17 17:13:20.475269 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.monarchData 2021-06-17 17:13:20.476359 FINEST [run-monarch-app] mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.monarchData 2021-06-17 17:13:20.476870 FINEST [run-monarch-app] mac_app: FINEST [MainWindowController] monarchData - user localizations count: 1 2021-06-17 17:13:20.477017 FINE [run-monarch-app] mac_app: FINEST [MainWindowController] monarchData - user theme count: 2 mac_app: FINEST [MainWindowController] monarchData - key count in metaStoriesMap: 4 mac_app: FINEST [MainWindowController] monarchData - package name: gitjournal 2021-06-17 17:13:20.477093 FINE [run-monarch-app] 2021-06-17 17:13:20.721030 FINE [run-monarch-app] ###monarch-data-reloaded:start### locale_count=9 user_theme_count=2 story_count=17 selected_device=ios-iphone-12 debug_paint_enabled=false selected_text_scale_factor=1.0 ###monarch-data-reloaded:end### 2021-06-17 17:13:20.878317 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setActiveLocale 2021-06-17 17:13:20.885287 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setActiveTheme 2021-06-17 17:13:20.885463 FINE [run-monarch-app] flutter: FINE [ActiveTheme] active theme id set: Light Theme 2021-06-17 17:13:20.923944 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setActiveDevice 2021-06-17 17:13:20.924705 FINE [run-monarch-app] flutter: FINE [ActiveDevice] active device id set: ios-iphone-12 2021-06-17 17:13:20.930121 FINE [run-monarch-app] flutter 2021-06-17 17:13:20.932856 FINE [run-monarch-app] : FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.setTextScaleFactor 2021-06-17 17:13:20.933657 FINE [run-monarch-app] flutter: FINE [ActiveTextScaleFactor] active text scale factor set: 1.0 2021-06-17 17:13:20.975390 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.toggleDebugPaint 2021-06-17 17:13:20.976859 INFO [run-monarch-app] flutter: INFO [ChannelMethodsSender] sending channel method: dropsource.monarch.readySignal 2021-06-17 17:13:20.981296 FINEST [run-monarch-app] mac_app: FINEST [MainWindowController] received channel method: dropsource.monarch.readySignal mac_app: FINEST [MainWindowController] flutter window had been ready, ready signal means potential hot restart 2021-06-17 17:13:21.828771 FINE [run-monarch-app] flutter: FINE [LocalizationsDelegateLoader] Successfully loaded LocalizationsDelegate Localization with locale en flutter: FINE [ActiveLocale] active locale loaded: en 2021-06-17 17:13:21.830230 FINEST [run-monarch-app] flutter: FINEST [ChannelMethodsReceiver] channel method received: dropsource.monarch.readySignalAck

My main issue is how long it takes to reload the stories once a file has changed. The initial job to watch all the stories took 2min, and a simple reload of one file took 1.7 minutes. This negates the benefit of hot reload.

I'll try to debug this a bit more on my own. Could you please point me towards the reloading stories code? I can't seem to find it.

Regarding -

GitJournal is a great project to showcase Monarch

I would love that. I've added a few more stories. I'm slowly adding stories for every screen, however the big reload times keep me from using it properly. I usually just launch the desktop app.

fertrig commented 3 years ago

I got a fix for you. Create a file build.yaml at the root of your project directory with these contents:

targets:
  $default:
    sources:
      - $package$
      - lib/iap/**
      - lib/setup/**
      - lib/screens/**
      - lib/monarch.dart
      - lib/$lib$

Then do:

flutter clean
flutter pub get
monarch run

Your reload times should decrease drastically. Keep in mind that as you add more stories to other directories you will have to add them to the build.yaml so that they are part of the code generation and file watch.

Please let me know your new reload times. More details below.

I ran GitJournal in an older mac mini from 2014, which has the same processor specs as your laptop (2.6 GHz Dual-Core Intel Core i5). After warmup, reloading stories took around 18 seconds, which is faster than what you are getting, but still too slow for a reload. Then, I realized the code didn't have a build.yaml.

After creating the build.yaml and editing it to include only the directories that contain stories and monarch annotations, the reload times went down to 2 seconds!

The command monarch init creates an initial build.yaml. However, that initial build.yaml includes the entire lib directory and it wasn't going to help you much. GitJournal is not a small project, it has lots of files and you are probably running on a SATA disk. I think the latency you are experiencing is mostly file I/O.

By the way, I like how you created a monarch.dart file which contains all the localization and theme declarations monarch needs.

If this fixes the high reload times, then let's discuss how we can help you with your stories.

vHanda commented 3 years ago

Hi. Lots of tests later, it turned out that my macbook is overheating and was often being throttled down to 25%, this is why Monarch takes so long. When developing with flutter, I used to press 'r' manually to reload / make vscode send the signal, so the file watching wasn't necessary.

Adding the build.yaml file didn't really help.

Since then I've moved to my linux desktop, as my laptop is just too slow. I haven't been using monarch as I'm waiting for the web and/or linux support. I'm going to close this bug. Thanks for the help.