flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
166.2k stars 27.49k forks source link

[WSL2] The log reader stopped unexpectedly, or never started #137522

Closed tenon-du closed 11 months ago

tenon-du commented 1 year ago

I am currently using Flutter to develop a Linux desktop application under WSL2. If I use the official recommended automatic installation method, some packages used by my application will not be able to complete the compilation, for example media_kit, the author recommends using the manual installation method. So I tried the manual installation in the official tutorial, and now the application can complete the compilation normally, but it cannot be started.

Steps to reproduce git clone https://github.com/flutter/flutter.git

git checkout stable

config .bashrc

export FLUTTER_HOME="$HOME/flutter"
export PATH="$PATH:$FLUTTER_HOME/bin"

export DART_HOME="$FLUTTER_HOME/bin/cache/dart-sdk"
export PATH="$PATH:$DART_HOME/bin" 

export PUB_CACHE="$HOME/.pub-cache"
export PATH="$PATH:$PUB_CACHE/bin"

export NO_PROXY="localhost,127.0.0.1,::1"

sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev -y

flutter doctor

flutter precache --linux

flutter create ad_client

flutter run -v

Actual results The error will only appear once after restarting WLS.

[   +8 ms] Building Linux application... (completed in 7.7s)
[ +223 ms] (ad_client:521): Gdk-CRITICAL **: 11:28:22.059: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed
[ +354 ms] package:media_kit_libs_linux registered.
[  +47 ms] VM Service URL on device: http://127.0.0.1:45337/4yZGv-BtMtk=/
[   +3 ms] Caching compiled dill
[  +33 ms] Connecting to service protocol: http://127.0.0.1:45337/4yZGv-BtMtk=/
[   +7 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 38850
[        ] This was attempt #1. Will retry in 0:00:00.100000.
[ +103 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 38856
[        ] This was attempt #2. Will retry in 0:00:00.200000.
[ +202 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 38870

Then it becomes The log reader stopped unexpectedly, or never started

[   +8 ms] Building Linux application... (completed in 3.2s)
[  +65 ms] (ad_client:692): Gdk-CRITICAL **: 11:28:59.373: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed
[ +165 ms] package:media_kit_libs_linux registered.
[   +2 ms] "flutter run" took 3,950ms.
[  +58 ms] Error waiting for a debug connection: The log reader stopped unexpectedly, or never started.
[   +1 ms] Error launching application on Linux.
[   +2 ms]
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:760:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1297:27)
           <asynchronous suspension>

flutter doctor -v

[✓] Flutter (Channel stable, 3.13.9, on Ubuntu 22.04.3 LTS 5.15.90.1-microsoft-standard-WSL2, locale zh_CN.UTF-8)
    • Flutter version 3.13.9 on channel stable at /home/dugang/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision d211f42860 (4 days ago), 2023-10-25 13:42:25 -0700
    • Engine revision 0545f8705d
    • Dart version 3.1.5
    • DevTools version 2.25.0

[✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.

[✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.

[✓] Linux toolchain - develop for Linux desktop
    • Ubuntu clang version 14.0.0-1ubuntu1.1
    • cmake version 3.22.1
    • ninja version 1.10.1
    • pkg-config version 0.29.2

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions).

[!] Proxy Configuration
    • HTTP_PROXY is set
    ! NO_PROXY is not set

[✓] Connected device (1 available)
    • Linux (desktop) • linux • linux-x64 • Ubuntu 22.04.3 LTS 5.15.90.1-microsoft-standard-WSL2

[✓] Network resources
    • All expected network resources are available.

! Doctor found issues in 4 categories.

I also tried the Debian subsystem and the problem persists.

I guess the flutter installed by snap works normally because it completes the forwarding of the port, while the manual installation does not. I retrieved issues and stack overflow, but there is no answer to tell how to configure it.

tenon-du commented 1 year ago
dart capture logs ``` !! ⚠️ PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING ⚠️ !! Dart Code extension: 3.74.0 Flutter extension: 3.74.0 (activated) App: Visual Studio Code App Host: desktop Remote: wsl Host Kind: wsl Version: linux 1.83.1 Workspace type: Flutter (LSP) Dart (3.1.5): /home/dugang/flutter/bin/cache/dart-sdk Flutter (3.13.9): /home/dugang/flutter Logging Categories: General, Analyzer, AnalyzerTiming, CommandProcesses, DartTest, DAP, VmService, DevTools, FlutterDaemon, FlutterRun, FlutterTest, WebDaemon Mon Oct 30 2023 [11:03:49 GMT+0800 (中国标准时间)] Log file started [11:03:52] [General] [Info] Starting debug session... [11:03:52] [General] [Info] workspace: /home/dugang/documents/smart_ad/ad_client [11:03:52] [General] [Info] Setting cwd based on likely entry point: /home/dugang/documents/smart_ad/ad_client [11:03:52] [General] [Info] Using found common entry point: /home/dugang/documents/smart_ad/ad_client/lib/main.dart [11:03:52] [General] [Info] Using workspace as cwd: /home/dugang/documents/smart_ad/ad_client [11:03:52] [General] [Info] Detected launch project as Flutter [11:03:52] [General] [Info] Using Flutter debug adapter for this session [11:03:52] [FlutterDaemon] [Info] ==> [{"id":"10","method":"daemon.getSupportedPlatforms","params":{"projectRoot":"/home/dugang/documents/smart_ad/ad_client"}}] [11:03:52] [FlutterDaemon] [Info] <== [{"id":"10","result":{"platforms":["linux","android"]}}] [11:03:52] [FlutterDaemon] [Info] ==> [{"id":"11","method":"daemon.getSupportedPlatforms","params":{"projectRoot":"/home/dugang/documents/smart_ad/ad_client"}}] [11:03:52] [FlutterDaemon] [Info] <== [{"id":"11","result":{"platforms":["linux","android"]}}] [11:03:52] [General] [Info] Getting DevTools server address to pass to Flutter... [11:03:52] [General] [Info] Checking for errors before launching [11:03:52] [General] [Info] Debug session starting... { "name": "dev (Linux)", "request": "launch", "type": "dart", "args": [ "--dart-define=prod=false" ], "__configurationTarget": 6, "dartCodeDebugSessionID": "session-d0aef", "program": "/home/dugang/documents/smart_ad/ad_client/lib/main.dart", "cwd": "/home/dugang/documents/smart_ad/ad_client", "deviceId": "linux", "deviceName": "Linux (linux-x64)", "toolEnv": { "FLUTTER_HOST": "VSCode", "PUB_ENVIRONMENT": "vscode.dart-code", "FLUTTER_ROOT": "/home/dugang/flutter" }, "sendLogsToClient": true, "sendCustomProgressEvents": true, "allowAnsiColorOutput": true, "additionalProjectPaths": [ "/home/dugang/documents/smart_ad/ad_client" ], "vmAdditionalArgs": [], "toolArgs": [ "-d", "linux", "--web-allow-expose-url", "--devtools-server-address", "http://127.0.0.1:9100/", "-v" ], "vmServicePort": 0, "dartSdkPath": "/home/dugang/flutter/bin/cache/dart-sdk", "maxLogLineLength": 2000, "debugSdkLibraries": false, "debugExternalPackageLibraries": false, "showDartDeveloperLogs": true, "evaluateGettersInDebugViews": true, "evaluateToStringInDebugViews": true, "flutterSdkPath": "/home/dugang/flutter", "useInspectorNotificationsForWidgetErrors": false, "showMemoryUsage": false, "debuggerType": 2 } [11:03:52] [General] [Info] Using flutter debugger for Flutter [11:03:52] [General] [Info] SDK DAP setting is true, set by sdkDaps experiment [11:03:52] [General] [Info] Running SDK DAP Dart VM in undefined: /home/dugang/flutter/bin/flutter debug_adapter and options {"env":{"FLUTTER_HOST":"VSCode","PUB_ENVIRONMENT":"vscode.dart-code","FLUTTER_ROOT":"/home/dugang/flutter"}} [11:03:52] [DAP] [Info] Starting debug session cb975623-7a63-4c81-81fa-f9c58bbf19a3 [11:03:52] [DAP] [Info] ==> {"command":"initialize","arguments":{"clientID":"vscode","clientName":"Visual Studio Code","adapterID":"dart","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true,"locale":"zh-cn","supportsProgressReporting":true,"supportsInvalidatedEvent":true,"supportsMemoryReferences":true,"supportsArgsCanBeInterpretedByShell":true,"supportsMemoryEvent":true,"supportsStartDebuggingRequest":true},"type":"request","seq":1} [11:03:52] [DAP] [Info] <== {"seq":1,"type":"response","body":{"exceptionBreakpointFilters":[{"default":false,"filter":"All","label":"All Exceptions"},{"default":true,"filter":"Unhandled","label":"Uncaught Exceptions"}],"supportsClipboardContext":true,"supportsConditionalBreakpoints":true,"supportsConfigurationDoneRequest":true,"supportsDelayedStackTraceLoading":true,"supportsEvaluateForHovers":true,"supportsLogPoints":true,"supportsRestartRequest":false,"supportsTerminateRequest":true,"supportsValueFormattingOptions":true},"command":"initialize","request_seq":1,"success":true} [11:03:52] [DAP] [Info] <== {"seq":2,"type":"event","body":{},"event":"initialized"} [11:03:52] [DAP] [Info] ==> {"command":"launch","arguments":{"name":"dev (Linux)","request":"launch","type":"dart","args":["--dart-define=prod=false"],"__configurationTarget":6,"dartCodeDebugSessionID":"session-d0aef","program":"/home/dugang/documents/smart_ad/ad_client/lib/main.dart","cwd":"/home/dugang/documents/smart_ad/ad_client","deviceId":"linux","deviceName":"Linux (linux-x64)","toolEnv":{"FLUTTER_HOST":"VSCode","PUB_ENVIRONMENT":"vscode.dart-code","FLUTTER_ROOT":"/home/dugang/flutter"},"sendLogsToClient":true,"sendCustomProgressEvents":true,"allowAnsiColorOutput":true,"additionalProjectPaths":["/home/dugang/documents/smart_ad/ad_client"],"vmAdditionalArgs":[],"toolArgs":["-d","linux","--web-allow-expose-url","--devtools-server-address","http://127.0.0.1:9100/","-v"],"vmServicePort":0,"dartSdkPath":"/home/dugang/flutter/bin/cache/dart-sdk","maxLogLineLength":2000,"debugSdkLibraries":false,"debugExternalPackageLibraries":false,"showDartDeveloperLogs":true,"evaluateGettersInDebugViews":true,"evaluateToStringInDebugViews":true,"flutterSdkPath":"/home/dugang/flutter","useInspectorNotificationsForWidgetErrors":false,"showMemoryUsage":false,"debuggerType":2,"__sessionId":"cb975623-7a63-4c81-81fa-f9c58bbf19a3"},"type":"request","seq":2} [11:03:52] [DAP] [Info] ==> {"command":"setExceptionBreakpoints","arguments":{"filters":[]},"type":"request","seq":3} [11:03:52] [DAP] [Info] <== {"seq":3,"type":"response","body":{},"command":"setExceptionBreakpoints","request_seq":3,"success":true} [11:03:52] [DAP] [Info] ==> {"command":"configurationDone","type":"request","seq":4} [11:03:52] [DAP] [Info] <== {"seq":4,"type":"response","command":"configurationDone","request_seq":4,"success":true} [11:03:52] [DAP] [Info] <== {"seq":5,"type":"event","body":{"message":"Launching…","progressId":"launch_1","title":"Flutter"},"event":"dart.progressStart"} [11:03:52] [DAP] [Info] <== {"seq":6,"type":"response","command":"launch","request_seq":2,"success":true} [11:03:52] [DAP] [Info] ==> {"command":"threads","type":"request","seq":5} [11:03:52] [General] [Info] Did not find session cb975623-7a63-4c81-81fa-f9c58bbf19a3 to handle dart.progressStart. There were 0 sessions: [11:03:52] [General] [Info] Event will be queued and processed when the session start event fires [11:03:52] [DAP] [Info] <== {"seq":7,"type":"response","body":{"threads":[]},"command":"threads","request_seq":5,"success":true} [11:03:52] [General] [Info] Processing delayed event dart.progressStart for session cb975623-7a63-4c81-81fa-f9c58bbf19a3 [11:03:52] [DAP] [Info] <== {"seq":8,"type":"event","body":{"message":"<== [Flutter] [ +13 ms] Unable to locate an Android SDK.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":9,"type":"event","body":{"category":"console","output":"[ +13 ms] Unable to locate an Android SDK.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":10,"type":"event","body":{"message":"<== [Flutter] [ +3 ms] executing: uname -m\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":11,"type":"event","body":{"category":"console","output":"[ +3 ms] executing: uname -m\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":12,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Exit code 0 from: uname -m\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":13,"type":"event","body":{"category":"console","output":"[ +2 ms] Exit code 0 from: uname -m\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":14,"type":"event","body":{"message":"<== [Flutter] [ ] x86_64\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":15,"type":"event","body":{"category":"console","output":"[ ] x86_64\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +13 ms] Unable to locate an Android SDK. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +3 ms] executing: uname -m [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Exit code 0 from: uname -m [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] x86_64 [11:03:52] [DAP] [Info] <== {"seq":16,"type":"event","body":{"message":"<== [Flutter] [ +57 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":17,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":18,"type":"event","body":{"category":"console","output":"[ +57 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":19,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":20,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":21,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":22,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":23,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +57 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [11:03:52] [DAP] [Info] <== {"seq":24,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":25,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":26,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":27,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":28,"type":"event","body":{"category":"console","output":"[ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":29,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":30,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":31,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":32,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [11:03:52] [DAP] [Info] <== {"seq":33,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":34,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":35,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":36,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":37,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [11:03:52] [DAP] [Info] <== {"seq":38,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":39,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [11:03:52] [DAP] [Info] <== {"seq":40,"type":"event","body":{"message":"<== [Flutter] [ +37 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":41,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":42,"type":"event","body":{"category":"console","output":"[ +37 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":43,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":44,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":45,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":46,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":47,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":48,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":49,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":50,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":51,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":52,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":53,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":54,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":55,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":56,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":57,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":58,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +37 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [11:03:52] [DAP] [Info] <== {"seq":59,"type":"event","body":{"message":"<== [Flutter] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":60,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":61,"type":"event","body":{"category":"console","output":"[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [11:03:52] [DAP] [Info] <== {"seq":62,"type":"event","body":{"message":"<== [Flutter] [ +76 ms] Skipping pub get: version match.\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":63,"type":"event","body":{"category":"console","output":"[ +76 ms] Skipping pub get: version match.\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +76 ms] Skipping pub get: version match. [11:03:52] [DAP] [Info] <== {"seq":64,"type":"event","body":{"message":"<== [Flutter] [ +25 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":65,"type":"event","body":{"category":"console","output":"[ +25 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +25 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/ [11:03:52] [DAP] [Info] <== {"seq":66,"type":"event","body":{"message":"<== [Flutter] [ +4 ms] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":67,"type":"event","body":{"category":"console","output":"[ +4 ms] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +4 ms] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/ [11:03:52] [DAP] [Info] <== {"seq":68,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":69,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":70,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":71,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/ [11:03:52] [DAP] [Info] <== {"seq":72,"type":"event","body":{"message":"<== [Flutter] [ +3 ms] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":73,"type":"event","body":{"category":"console","output":"[ +3 ms] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +3 ms] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/ [11:03:52] [DAP] [Info] <== {"seq":74,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":75,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/ [11:03:52] [DAP] [Info] <== {"seq":76,"type":"event","body":{"message":"<== [Flutter] [ +36 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":77,"type":"event","body":{"category":"console","output":"[ +36 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +36 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/ [11:03:52] [DAP] [Info] <== {"seq":78,"type":"event","body":{"message":"<== [Flutter] [ +10 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":79,"type":"event","body":{"category":"console","output":"[ +10 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":80,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":81,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +10 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [11:03:52] [DAP] [Info] <== {"seq":82,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":83,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":84,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":85,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/ [11:03:52] [DAP] [Info] <== {"seq":86,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":87,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [11:03:52] [DAP] [Info] <== {"seq":88,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":89,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/ [11:03:52] [DAP] [Info] <== {"seq":90,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":91,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/ [11:03:52] [DAP] [Info] <== {"seq":92,"type":"event","body":{"message":"<== [Flutter] [ +5 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":93,"type":"event","body":{"category":"console","output":"[ +5 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +5 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ [11:03:52] [DAP] [Info] <== {"seq":94,"type":"event","body":{"message":"<== [Flutter] [ +3 ms] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":95,"type":"event","body":{"category":"console","output":"[ +3 ms] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":96,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":97,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":98,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":99,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +3 ms] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/ [11:03:52] [DAP] [Info] <== {"seq":100,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":101,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/ [11:03:52] [DAP] [Info] <== {"seq":102,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":103,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ [11:03:52] [DAP] [Info] <== {"seq":104,"type":"event","body":{"message":"<== [Flutter] [ +6 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":105,"type":"event","body":{"category":"console","output":"[ +6 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":106,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":107,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":108,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":109,"type":"event","body":{"category":"console","output":"[ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":110,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":111,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +6 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/ [11:03:52] [DAP] [Info] <== {"seq":112,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":113,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/ [11:03:52] [DAP] [Info] <== {"seq":114,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":115,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/ [11:03:52] [DAP] [Info] <== {"seq":116,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":117,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":118,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/ [11:03:52] [DAP] [Info] <== {"seq":119,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":120,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":121,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/ [11:03:52] [DAP] [Info] <== {"seq":122,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":123,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":124,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":125,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/ [11:03:52] [DAP] [Info] <== {"seq":126,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":127,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/ [11:03:52] [DAP] [Info] <== {"seq":128,"type":"event","body":{"message":"<== [Flutter] [ +5 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":129,"type":"event","body":{"category":"console","output":"[ +5 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":130,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":131,"type":"event","body":{"category":"console","output":"[ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +5 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/ [11:03:52] [DAP] [Info] <== {"seq":132,"type":"event","body":{"message":"<== [Flutter] [ +4 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":133,"type":"event","body":{"category":"console","output":"[ +4 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +4 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/ [11:03:52] [DAP] [Info] <== {"seq":134,"type":"event","body":{"message":"<== [Flutter] [ +48 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":135,"type":"event","body":{"category":"console","output":"[ +48 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":136,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":137,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":138,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":139,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":140,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":141,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":142,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +48 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/ [11:03:52] [DAP] [Info] <== {"seq":143,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":144,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":145,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/ [11:03:52] [DAP] [Info] <== {"seq":146,"type":"event","body":{"message":"<== [Flutter] [ +11 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":147,"type":"event","body":{"category":"console","output":"[ +11 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +11 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/ [11:03:52] [DAP] [Info] <== {"seq":148,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":149,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":150,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":151,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":152,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/ [11:03:52] [DAP] [Info] <== {"seq":153,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":154,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [11:03:52] [DAP] [Info] <== {"seq":155,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":156,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":157,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/ [11:03:52] [DAP] [Info] <== {"seq":158,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":159,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":160,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":161,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/ [11:03:52] [DAP] [Info] <== {"seq":162,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":163,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":164,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":165,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ [11:03:52] [DAP] [Info] <== {"seq":166,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":167,"type":"event","body":{"category":"console","output":"[ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":168,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/ [11:03:52] [DAP] [Info] <== {"seq":169,"type":"event","body":{"category":"console","output":"[ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":170,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":171,"type":"event","body":{"category":"console","output":"[ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":172,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/ [11:03:52] [DAP] [Info] <== {"seq":173,"type":"event","body":{"category":"console","output":"[ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ [11:03:52] [DAP] [Info] <== {"seq":174,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":175,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":176,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":177,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":178,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":179,"type":"event","body":{"category":"console","output":"[ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":180,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":181,"type":"event","body":{"category":"console","output":"[ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":182,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/ [11:03:52] [DAP] [Info] <== {"seq":183,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":184,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":185,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":186,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":187,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":188,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/ [11:03:52] [DAP] [Info] <== {"seq":189,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":190,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":191,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/ [11:03:52] [DAP] [Info] <== {"seq":192,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":193,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":194,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":195,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/ [11:03:52] [DAP] [Info] <== {"seq":196,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":197,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/ [11:03:52] [DAP] [Info] <== {"seq":198,"type":"event","body":{"message":"<== [Flutter] [ +3 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":199,"type":"event","body":{"category":"console","output":"[ +3 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":200,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":201,"type":"event","body":{"category":"console","output":"[ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +3 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/ [11:03:52] [DAP] [Info] <== {"seq":202,"type":"event","body":{"message":"<== [Flutter] [ +3 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":203,"type":"event","body":{"category":"console","output":"[ +3 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +3 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/ [11:03:52] [DAP] [Info] <== {"seq":204,"type":"event","body":{"message":"<== [Flutter] [ +51 ms] Generating /home/dugang/documents/smart_ad/ad_client/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":205,"type":"event","body":{"category":"console","output":"[ +51 ms] Generating /home/dugang/documents/smart_ad/ad_client/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +51 ms] Generating /home/dugang/documents/smart_ad/ad_client/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [11:03:52] [DAP] [Info] <== {"seq":206,"type":"event","body":{"message":"<== [Flutter] [{\"event\":\"daemon.connected\",\"params\":{\"version\":\"0.6.1\",\"pid\":11951}}]\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [{"event":"daemon.connected","params":{"version":"0.6.1","pid":11951}}] [11:03:52] [DAP] [Info] <== {"seq":207,"type":"event","body":{"message":"<== [Flutter] [{\"event\":\"app.start\",\"params\":{\"appId\":\"ea0f367f-c348-4c40-9c03-72a513b67ab2\",\"deviceId\":\"linux\",\"directory\":\"/home/dugang/documents/smart_ad/ad_client\",\"supportsRestart\":true,\"launchMode\":\"run\",\"mode\":\"debug\"}}]\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":208,"type":"event","body":{"capabilities":{"supportsRestartRequest":true}},"event":"capabilities"} [11:03:52] [DAP] [Info] <== {"seq":209,"type":"event","body":{"appId":"ea0f367f-c348-4c40-9c03-72a513b67ab2","deviceId":"linux","directory":"/home/dugang/documents/smart_ad/ad_client","supportsRestart":true,"launchMode":"run","mode":"debug"},"event":"flutter.appStart"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [{"event":"app.start","params":{"appId":"ea0f367f-c348-4c40-9c03-72a513b67ab2","deviceId":"linux","directory":"/home/dugang/documents/smart_ad/ad_client","supportsRestart":true,"launchMode":"run","mode":"debug"}}] [11:03:52] [DAP] [Info] <== {"seq":210,"type":"event","body":{"message":"<== [Flutter] [ +88 ms] Initializing file store\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":211,"type":"event","body":{"category":"console","output":"[ +88 ms] Initializing file store\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +88 ms] Initializing file store [11:03:52] [DAP] [Info] <== {"seq":212,"type":"event","body":{"message":"<== [Flutter] [ +6 ms] Skipping target: gen_localizations\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":213,"type":"event","body":{"category":"console","output":"[ +6 ms] Skipping target: gen_localizations\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":214,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config_subset,/home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart}\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":215,"type":"event","body":{"category":"console","output":"[ +2 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config_subset,/home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart}\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +6 ms] Skipping target: gen_localizations [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config_subset,/home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart} [11:03:52] [DAP] [Info] <== {"seq":216,"type":"event","body":{"message":"<== [Flutter] [ +11 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":217,"type":"event","body":{"category":"console","output":"[ +11 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":218,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":219,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":220,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":221,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":222,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +11 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/ [11:03:52] [DAP] [Info] <== {"seq":223,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":224,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":225,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":226,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/ [11:03:52] [DAP] [Info] <== {"seq":227,"type":"event","body":{"category":"console","output":"[ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/ [11:03:52] [DAP] [Info] <== {"seq":228,"type":"event","body":{"message":"<== [Flutter] [ +9 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":229,"type":"event","body":{"category":"console","output":"[ +9 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":230,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":231,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +9 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/ [11:03:52] [DAP] [Info] <== {"seq":232,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":233,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":234,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":235,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":236,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/ [11:03:52] [DAP] [Info] <== {"seq":237,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":238,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":239,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":240,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":241,"type":"event","body":{"category":"console","output":"[ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":242,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [11:03:52] [DAP] [Info] <== {"seq":243,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/ [11:03:52] [DAP] [Info] <== {"seq":244,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":245,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/ [11:03:52] [DAP] [Info] <== {"seq":246,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":247,"type":"event","body":{"category":"console","output":"[ ] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":248,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":249,"type":"event","body":{"category":"console","output":"[ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ [11:03:52] [DAP] [Info] <== {"seq":250,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":251,"type":"event","body":{"category":"console","output":"[ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":252,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/ [11:03:52] [DAP] [Info] <== {"seq":253,"type":"event","body":{"category":"console","output":"[ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":254,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":255,"type":"event","body":{"category":"console","output":"[ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [11:03:52] [DAP] [Info] <== {"seq":256,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":257,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":258,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ [11:03:52] [DAP] [Info] <== {"seq":259,"type":"event","body":{"category":"console","output":"[ ] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":260,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":261,"type":"event","body":{"category":"console","output":"[ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":262,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/ [11:03:52] [DAP] [Info] <== {"seq":263,"type":"event","body":{"category":"console","output":"[ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":264,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/ [11:03:52] [DAP] [Info] <== {"seq":265,"type":"event","body":{"category":"console","output":"[ ] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":266,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":267,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/ [11:03:52] [DAP] [Info] <== {"seq":268,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":269,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":270,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":271,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":272,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/ [11:03:52] [DAP] [Info] <== {"seq":273,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":274,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":275,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":276,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/ [11:03:52] [DAP] [Info] <== {"seq":277,"type":"event","body":{"category":"console","output":"[ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":278,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":279,"type":"event","body":{"category":"console","output":"[ +1 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/ [11:03:52] [DAP] [Info] <== {"seq":280,"type":"event","body":{"message":"<== [Flutter] [ +3 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":281,"type":"event","body":{"category":"console","output":"[ +3 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":282,"type":"event","body":{"message":"<== [Flutter] [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":283,"type":"event","body":{"category":"console","output":"[ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":284,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":285,"type":"event","body":{"category":"console","output":"[ +2 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +3 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/ [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/ [11:03:52] [DAP] [Info] <== {"seq":286,"type":"event","body":{"message":"<== [Flutter] [ +7 ms] gen_dart_plugin_registrant: Complete\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":287,"type":"event","body":{"category":"console","output":"[ +7 ms] gen_dart_plugin_registrant: Complete\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":288,"type":"event","body":{"message":"<== [Flutter] [ ] Skipping target: _composite\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":289,"type":"event","body":{"category":"console","output":"[ ] Skipping target: _composite\n"},"event":"output"} [11:03:52] [DAP] [Info] <== {"seq":290,"type":"event","body":{"message":"<== [Flutter] [ ] complete\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":291,"type":"event","body":{"category":"console","output":"[ ] complete\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +7 ms] gen_dart_plugin_registrant: Complete [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] Skipping target: _composite [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ ] complete [11:03:52] [DAP] [Info] <== {"seq":292,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] Launching lib/main.dart on Linux in debug mode...\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":293,"type":"event","body":{"category":"console","output":"[ +2 ms] Launching lib/main.dart on Linux in debug mode...\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] Launching lib/main.dart on Linux in debug mode... [11:03:52] [DAP] [Info] <== {"seq":294,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] /home/dugang/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/dugang/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /home/dugang/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -Dprod=false -DFLUTTER_WEB_AUTO_DETECT=true -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/0545f8705df301877d787107bac1a6e9fc9ee1ad/ --output-dill /tmp/flutter_tools.MMUCFC/flutter_tool.RANOYY/app.dill --packages /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/bf552ba40b2dda172409211c036983c2.cache.dill.track.dill --source file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error --enable-experiment=alternative-invalidation-strategy\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":295,"type":"event","body":{"category":"console","output":"[ +2 ms] /home/dugang/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/dugang/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /home/dugang/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -Dprod=false -DFLUTTER_WEB_AUTO_DETECT=true -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/0545f8705df301877d787107bac1a6e9fc9ee1ad/ --output-dill /tmp/flutter_tools.MMUCFC/flutter_tool.RANOYY/app.dill --packages /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/bf552ba40b2dda172409211c036983c2.cache.dill.track.dill --source file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error --enable-experiment=alternative-invalidation-strategy\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] /home/dugang/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/dugang/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /home/dugang/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -Dprod=false -DFLUTTER_WEB_AUTO_DETECT=true -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/0545f8705df301877d787107bac1a6e9fc9ee1ad/ --output-dill /tmp/flutter_tools.MMUCFC/flutter_tool.RANOYY/app.dill --packages /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/bf552ba40b2dda172409211c036983c2.cache.dill.track.dill --source file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error --enable-experiment=alternative-invalidation-strategy [11:03:52] [DAP] [Info] <== {"seq":296,"type":"event","body":{"message":"<== [Flutter] [{\"event\":\"app.progress\",\"params\":{\"appId\":\"ea0f367f-c348-4c40-9c03-72a513b67ab2\",\"id\":\"0\",\"progressId\":null,\"message\":\"Building Linux application...\",\"finished\":false}}]\n"},"event":"dart.log"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [{"event":"app.progress","params":{"appId":"ea0f367f-c348-4c40-9c03-72a513b67ab2","id":"0","progressId":null,"message":"Building Linux application...","finished":false}}] [11:03:52] [DAP] [Info] <== {"seq":297,"type":"event","body":{"message":"<== [Flutter] [ +22 ms] <- compile package:ad_client/main.dart\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":298,"type":"event","body":{"category":"console","output":"[ +22 ms] <- compile package:ad_client/main.dart\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +22 ms] <- compile package:ad_client/main.dart [11:03:52] [DAP] [Info] <== {"seq":299,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] executing: [build/linux/x64/debug/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/dugang/documents/smart_ad/ad_client/linux\n"},"event":"dart.log"} [11:03:52] [DAP] [Info] <== {"seq":300,"type":"event","body":{"category":"console","output":"[ +2 ms] executing: [build/linux/x64/debug/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/dugang/documents/smart_ad/ad_client/linux\n"},"event":"output"} [11:03:52] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] executing: [build/linux/x64/debug/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/dugang/documents/smart_ad/ad_client/linux [11:03:53] [DAP] [Info] <== {"seq":301,"type":"event","body":{"message":"<== [Flutter] [ +36 ms] -- Configuring done\n"},"event":"dart.log"} [11:03:53] [DAP] [Info] <== {"seq":302,"type":"event","body":{"category":"console","output":"[ +36 ms] -- Configuring done\n"},"event":"output"} [11:03:53] [General] [Info] [dev (Linux)] <== [Flutter] [ +36 ms] -- Configuring done [11:03:53] [DAP] [Info] <== {"seq":303,"type":"event","body":{"message":"<== [Flutter] [ +14 ms] -- Generating done\n"},"event":"dart.log"} [11:03:53] [DAP] [Info] <== {"seq":304,"type":"event","body":{"category":"console","output":"[ +14 ms] -- Generating done\n"},"event":"output"} [11:03:53] [General] [Info] [dev (Linux)] <== [Flutter] [ +14 ms] -- Generating done [11:03:53] [DAP] [Info] <== {"seq":305,"type":"event","body":{"message":"<== [Flutter] [ +7 ms] -- Build files have been written to: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug\n"},"event":"dart.log"} [11:03:53] [DAP] [Info] <== {"seq":306,"type":"event","body":{"category":"console","output":"[ +7 ms] -- Build files have been written to: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug\n"},"event":"output"} [11:03:53] [General] [Info] [dev (Linux)] <== [Flutter] [ +7 ms] -- Build files have been written to: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug [11:03:53] [DAP] [Info] <== {"seq":307,"type":"event","body":{"message":"<== [Flutter] [ +5 ms] executing: ninja -C build/linux/x64/debug install\n"},"event":"dart.log"} [11:03:53] [DAP] [Info] <== {"seq":308,"type":"event","body":{"category":"console","output":"[ +5 ms] executing: ninja -C build/linux/x64/debug install\n"},"event":"output"} [11:03:53] [General] [Info] [dev (Linux)] <== [Flutter] [ +5 ms] executing: ninja -C build/linux/x64/debug install [11:03:53] [DAP] [Info] <== {"seq":309,"type":"event","body":{"message":"<== [Flutter] [ +4 ms] ninja: Entering directory `build/linux/x64/debug'\n"},"event":"dart.log"} [11:03:53] [DAP] [Info] <== {"seq":310,"type":"event","body":{"category":"console","output":"[ +4 ms] ninja: Entering directory `build/linux/x64/debug'\n"},"event":"output"} [11:03:53] [General] [Info] [dev (Linux)] <== [Flutter] [ +4 ms] ninja: Entering directory `build/linux/x64/debug' [11:04:03] [DAP] [Info] <== {"seq":311,"type":"event","body":{"message":"<== [Flutter] [+10816 ms] [1/18] Generating /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/libflutter_linux_gtk.so, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_response.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_view.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":312,"type":"event","body":{"category":"console","output":"[+10816 ms] [1/18] Generating /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/libflutter_linux_gtk.so, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_response.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_view.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":313,"type":"event","body":{"message":"<== [Flutter] [ ] [ +13 ms] Unable to locate an Android SDK.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":314,"type":"event","body":{"message":"<== [Flutter] [ ] [ +3 ms] executing: uname -m\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":315,"type":"event","body":{"category":"console","output":"[ ] [ +13 ms] Unable to locate an Android SDK.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":316,"type":"event","body":{"message":"<== [Flutter] [ ] [ +2 ms] Exit code 0 from: uname -m\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":317,"type":"event","body":{"category":"console","output":"[ ] [ +3 ms] executing: uname -m\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":318,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] x86_64\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":319,"type":"event","body":{"category":"console","output":"[ ] [ +2 ms] Exit code 0 from: uname -m\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":320,"type":"event","body":{"message":"<== [Flutter] [ ] [ +16 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":321,"type":"event","body":{"category":"console","output":"[ ] [ ] x86_64\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":322,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":323,"type":"event","body":{"category":"console","output":"[ ] [ +16 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":324,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":325,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":326,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [+10816 ms] [1/18] Generating /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/libflutter_linux_gtk.so, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_response.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_view.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_ [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +13 ms] Unable to locate an Android SDK. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +3 ms] executing: uname -m [11:04:03] [DAP] [Info] <== {"seq":327,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":328,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":329,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":330,"type":"event","body":{"message":"<== [Flutter] [ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":331,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":332,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":333,"type":"event","body":{"category":"console","output":"[ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":334,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":335,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":336,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":337,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":338,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +2 ms] Exit code 0 from: uname -m [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] x86_64 [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +16 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":339,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":340,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":341,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":342,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":343,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":344,"type":"event","body":{"message":"<== [Flutter] [ ] [ +66 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":345,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":346,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":347,"type":"event","body":{"category":"console","output":"[ ] [ +66 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":348,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":349,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":350,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":351,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":352,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":353,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":354,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":355,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":356,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":357,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":358,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":359,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":360,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":361,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":362,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":363,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":364,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":365,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":366,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":367,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":368,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":369,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":370,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":371,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":372,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":373,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +66 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":374,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":375,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":376,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":377,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":378,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":379,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":380,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":381,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":382,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":383,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":384,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":385,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":386,"type":"event","body":{"message":"<== [Flutter] [ ] [ +26 ms] Initializing file store\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":387,"type":"event","body":{"category":"console","output":"[ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":388,"type":"event","body":{"message":"<== [Flutter] [ ] [ +18 ms] Done initializing file store\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":389,"type":"event","body":{"category":"console","output":"[ ] [ +26 ms] Initializing file store\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":390,"type":"event","body":{"message":"<== [Flutter] [ ] [ +45 ms] Skipping target: gen_localizations\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":391,"type":"event","body":{"category":"console","output":"[ ] [ +18 ms] Done initializing file store\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":392,"type":"event","body":{"message":"<== [Flutter] [ ] [ +9 ms] Skipping target: gen_dart_plugin_registrant\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":393,"type":"event","body":{"category":"console","output":"[ ] [ +45 ms] Skipping target: gen_localizations\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":394,"type":"event","body":{"message":"<== [Flutter] [ ] [ +295 ms] Skipping target: unpack_linux\n"},"event":"dart.log"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":395,"type":"event","body":{"category":"console","output":"[ ] [ +9 ms] Skipping target: gen_dart_plugin_registrant\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":396,"type":"event","body":{"message":"<== [Flutter] [ ] [ +433 ms] Skipping target: kernel_snapshot\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":397,"type":"event","body":{"category":"console","output":"[ ] [ +295 ms] Skipping target: unpack_linux\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":398,"type":"event","body":{"message":"<== [Flutter] [ ] [ +8 ms] invalidated build due to missing files: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD556796881\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":399,"type":"event","body":{"category":"console","output":"[ ] [ +433 ms] Skipping target: kernel_snapshot\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":400,"type":"event","body":{"message":"<== [Flutter] [ ] [ +279 ms] debug_bundle_linux-x64_assets: Starting due to {InvalidatedReasonKind.inputMissing: The following inputs were missing: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD556796881}\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":401,"type":"event","body":{"category":"console","output":"[ ] [ +8 ms] invalidated build due to missing files: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD556796881\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":402,"type":"event","body":{"message":"<== [Flutter] [ ] [ +218 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.\n"},"event":"dart.log"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":403,"type":"event","body":{"category":"console","output":"[ ] [ +279 ms] debug_bundle_linux-x64_assets: Starting due to {InvalidatedReasonKind.inputMissing: The following inputs were missing: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD556796881}\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":404,"type":"event","body":{"message":"<== [Flutter] [ ] [ +8 ms] shaderc command: [/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/impellerc, --sksl, --iplr, --sl=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag, --spirv=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag.spirv, --input=/home/dugang/flutter/packages/flutter/lib/src/material/shaders/ink_sparkle.frag, --input-type=frag, --include=/home/dugang/flutter/packages/flutter/lib/src/material/shaders, --include=/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/shader_lib]\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":405,"type":"event","body":{"category":"console","output":"[ ] [ +218 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":406,"type":"event","body":{"message":"<== [Flutter] [ ] [+8532 ms] debug_bundle_linux-x64_assets: Complete\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":407,"type":"event","body":{"category":"console","output":"[ ] [ +8 ms] shaderc command: [/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/impellerc, --sksl, --iplr, --sl=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag, --spirv=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag.spirv, --input=/home/dugang/flutter/packages/flutter/lib/src/material/shaders/ink_sparkle.frag, --input-type=frag, --include=/home/dugang/flutter/packages/flutter/lib/src/material/shaders, --include=/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/shader_lib]\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [11:04:03] [DAP] [Info] <== {"seq":408,"type":"event","body":{"message":"<== [Flutter] [ ] [ +256 ms] Persisting file store\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":409,"type":"event","body":{"category":"console","output":"[ ] [+8532 ms] debug_bundle_linux-x64_assets: Complete\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":410,"type":"event","body":{"message":"<== [Flutter] [ ] [ +11 ms] Done persisting file store\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":411,"type":"event","body":{"category":"console","output":"[ ] [ +256 ms] Persisting file store\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +26 ms] Initializing file store [11:04:03] [DAP] [Info] <== {"seq":412,"type":"event","body":{"message":"<== [Flutter] [ ] [ +9 ms] build succeeded.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":413,"type":"event","body":{"category":"console","output":"[ ] [ +11 ms] Done persisting file store\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":414,"type":"event","body":{"message":"<== [Flutter] [ ] [ +9 ms] \"flutter assemble\" took 10,235ms.\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":415,"type":"event","body":{"category":"console","output":"[ ] [ +9 ms] build succeeded.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":416,"type":"event","body":{"message":"<== [Flutter] [ ] [ +248 ms] ensureAnalyticsSent: 240ms\n"},"event":"dart.log"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +18 ms] Done initializing file store [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +45 ms] Skipping target: gen_localizations [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +9 ms] Skipping target: gen_dart_plugin_registrant [11:04:03] [DAP] [Info] <== {"seq":417,"type":"event","body":{"category":"console","output":"[ ] [ +9 ms] \"flutter assemble\" took 10,235ms.\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":418,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Running 0 shutdown hooks\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":419,"type":"event","body":{"category":"console","output":"[ ] [ +248 ms] ensureAnalyticsSent: 240ms\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":420,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] Shutdown hooks complete\n"},"event":"dart.log"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +295 ms] Skipping target: unpack_linux [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +433 ms] Skipping target: kernel_snapshot [11:04:03] [DAP] [Info] <== {"seq":421,"type":"event","body":{"category":"console","output":"[ ] [ ] Running 0 shutdown hooks\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":422,"type":"event","body":{"message":"<== [Flutter] [ ] [ ] exiting with code 0\n"},"event":"dart.log"} [11:04:03] [DAP] [Info] <== {"seq":423,"type":"event","body":{"category":"console","output":"[ ] [ ] Shutdown hooks complete\n"},"event":"output"} [11:04:03] [DAP] [Info] <== {"seq":424,"type":"event","body":{"category":"console","output":"[ ] [ ] exiting with code 0\n"},"event":"output"} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +8 ms] invalidated build due to missing files: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD556796881 [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +279 ms] debug_bundle_linux-x64_assets: Starting due to {InvalidatedReasonKind.inputMissing: The following inputs were missing: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD556796881} [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +218 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +8 ms] shaderc command: [/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/impellerc, --sksl, --iplr, --sl=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag, --spirv=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag.spirv, --input=/home/dugang/flutter/packages/flutter/lib/src/material/shaders/ink_sparkle.frag, --input-type=frag, --include=/home/dugang/flutter/packages/flutter/lib/src/material/shaders, --include=/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/shader_lib] [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [+8532 ms] debug_bundle_linux-x64_assets: Complete [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +256 ms] Persisting file store [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +11 ms] Done persisting file store [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +9 ms] build succeeded. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +9 ms] "flutter assemble" took 10,235ms. [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ +248 ms] ensureAnalyticsSent: 240ms [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Running 0 shutdown hooks [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] Shutdown hooks complete [11:04:03] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [ ] exiting with code 0 [11:04:04] [DAP] [Info] <== {"seq":425,"type":"event","body":{"message":"<== [Flutter] [ +425 ms] [2/5] Building CXX object CMakeFiles/ad_client.dir/flutter/generated_plugin_registrant.cc.o\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":426,"type":"event","body":{"category":"console","output":"[ +425 ms] [2/5] Building CXX object CMakeFiles/ad_client.dir/flutter/generated_plugin_registrant.cc.o\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +425 ms] [2/5] Building CXX object CMakeFiles/ad_client.dir/flutter/generated_plugin_registrant.cc.o [11:04:04] [DAP] [Info] <== {"seq":427,"type":"event","body":{"message":"<== [Flutter] [ +18 ms] [3/5] Building CXX object CMakeFiles/ad_client.dir/my_application.cc.o\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":428,"type":"event","body":{"category":"console","output":"[ +18 ms] [3/5] Building CXX object CMakeFiles/ad_client.dir/my_application.cc.o\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +18 ms] [3/5] Building CXX object CMakeFiles/ad_client.dir/my_application.cc.o [11:04:04] [DAP] [Info] <== {"seq":429,"type":"event","body":{"message":"<== [Flutter] [ +247 ms] [4/5] Linking CXX executable intermediates_do_not_run/ad_client\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":430,"type":"event","body":{"message":"<== [Flutter] [ ] [4/5] Install the project...\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":431,"type":"event","body":{"category":"console","output":"[ +247 ms] [4/5] Linking CXX executable intermediates_do_not_run/ad_client\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":432,"type":"event","body":{"category":"console","output":"[ ] [4/5] Install the project...\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +247 ms] [4/5] Linking CXX executable intermediates_do_not_run/ad_client [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] [4/5] Install the project... [11:04:04] [DAP] [Info] <== {"seq":433,"type":"event","body":{"message":"<== [Flutter] [ +5 ms] -- Install configuration: \"Debug\"\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":434,"type":"event","body":{"category":"console","output":"[ +5 ms] -- Install configuration: \"Debug\"\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +5 ms] -- Install configuration: "Debug" [11:04:04] [DAP] [Info] <== {"seq":435,"type":"event","body":{"message":"<== [Flutter] [ +9 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":436,"type":"event","body":{"category":"console","output":"[ +9 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":437,"type":"event","body":{"message":"<== [Flutter] [ ] -- Set runtime path of \"/home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client\" to \"$ORIGIN/lib\"\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":438,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/icudtl.dat\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":439,"type":"event","body":{"category":"console","output":"[ ] -- Set runtime path of \"/home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client\" to \"$ORIGIN/lib\"\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":440,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/icudtl.dat\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":441,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":442,"type":"event","body":{"category":"console","output":"[ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +9 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Set runtime path of "/home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client" to "$ORIGIN/lib" [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/icudtl.dat [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so [11:04:04] [DAP] [Info] <== {"seq":443,"type":"event","body":{"message":"<== [Flutter] [ +53 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libaudioplayers_linux_plugin.so\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":444,"type":"event","body":{"category":"console","output":"[ +53 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libaudioplayers_linux_plugin.so\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":445,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar_flutter_libs_plugin.so\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":446,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar.so\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":447,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar_flutter_libs_plugin.so\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":448,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar.so\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":449,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_libs_linux_plugin.so\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":450,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_video_plugin.so\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":451,"type":"event","body":{"category":"console","output":"[ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_libs_linux_plugin.so\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":452,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_video_plugin.so\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +53 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libaudioplayers_linux_plugin.so [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar_flutter_libs_plugin.so [11:04:04] [DAP] [Info] <== {"seq":453,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_native_event_loop.so\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":454,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_native_event_loop.so\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":455,"type":"event","body":{"message":"<== [Flutter] [ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":456,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":457,"type":"event","body":{"category":"console","output":"[ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar.so [11:04:04] [DAP] [Info] <== {"seq":458,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":459,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts/MaterialIcons-Regular.otf\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":460,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts/MaterialIcons-Regular.otf\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_libs_linux_plugin.so [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_video_plugin.so [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_native_event_loop.so [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts [11:04:04] [DAP] [Info] <== {"seq":461,"type":"event","body":{"message":"<== [Flutter] [ +2 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts/MaterialIcons-Regular.otf [11:04:04] [DAP] [Info] <== {"seq":462,"type":"event","body":{"category":"console","output":"[ +2 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":463,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":464,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/welcome.wav\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +2 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets [11:04:04] [DAP] [Info] <== {"seq":465,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":466,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_kg.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":467,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/welcome.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":468,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_kg.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":469,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_6.wav\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw [11:04:04] [DAP] [Info] <== {"seq":470,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_0.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":471,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_6.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":472,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_dot.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":473,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_0.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":474,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_yuan.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":475,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_dot.wav\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/welcome.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_kg.wav [11:04:04] [DAP] [Info] <== {"seq":476,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_yuan.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":477,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_2.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":478,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_wan.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":479,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_2.wav\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_6.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_0.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_dot.wav [11:04:04] [DAP] [Info] <== {"seq":480,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/started.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":481,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_wan.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":482,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_5.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":483,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/started.wav\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_yuan.wav [11:04:04] [DAP] [Info] <== {"seq":484,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_shi.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":485,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_5.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":486,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_qian.wav\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_2.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_wan.wav [11:04:04] [DAP] [Info] <== {"seq":487,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_shi.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":488,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_0.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":489,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_qian.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":490,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_1.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":491,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_0.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":492,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_1.wav\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/started.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_5.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_shi.wav [11:04:04] [DAP] [Info] <== {"seq":493,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/wait_pay.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":494,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_7.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":495,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/wait_pay.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":496,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_2.wav\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_qian.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_0.wav [11:04:04] [DAP] [Info] <== {"seq":497,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_7.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":498,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_4.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":499,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_2.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":500,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_bai.wav\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_1.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/wait_pay.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_7.wav [11:04:04] [DAP] [Info] <== {"seq":501,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_4.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":502,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_3.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":503,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_bai.wav\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_2.wav [11:04:04] [DAP] [Info] <== {"seq":504,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_9.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":505,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_3.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":506,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_8.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":507,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_9.wav\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_4.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_bai.wav [11:04:04] [DAP] [Info] <== {"seq":508,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_1.wav\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":509,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_8.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":510,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":511,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_1.wav\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":512,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":513,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images/logo.png\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":514,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":515,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images/logo.png\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":516,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders/ink_sparkle.frag\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":517,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":518,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.bin\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":519,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders/ink_sparkle.frag\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_3.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_9.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_8.wav [11:04:04] [DAP] [Info] <== {"seq":520,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/FontManifest.json\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":521,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.bin\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":522,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":523,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/FontManifest.json\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":524,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":525,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_1.wav [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images [11:04:04] [DAP] [Info] <== {"seq":526,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":527,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":528,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images/logo.png [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders [11:04:04] [DAP] [Info] <== {"seq":529,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":530,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":531,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":532,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":533,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders/ink_sparkle.frag [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.bin [11:04:04] [DAP] [Info] <== {"seq":534,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":535,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets/no_sleep.js\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":536,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":537,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets/no_sleep.js\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/FontManifest.json [11:04:04] [DAP] [Info] <== {"seq":538,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":539,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":540,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":541,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":542,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web/hls1.4.10.js\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons [11:04:04] [DAP] [Info] <== {"seq":543,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":544,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web/hls1.4.10.js\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":545,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.json\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":546,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/kernel_blob.bin\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf [11:04:04] [DAP] [Info] <== {"seq":547,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.json\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":548,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/kernel_blob.bin\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets/no_sleep.js [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web/hls1.4.10.js [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.json [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/kernel_blob.bin [11:04:04] [DAP] [Info] <== {"seq":549,"type":"event","body":{"message":"<== [Flutter] [ +76 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/NOTICES.Z\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":550,"type":"event","body":{"category":"console","output":"[ +76 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/NOTICES.Z\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":551,"type":"event","body":{"message":"<== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/version.json\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":552,"type":"event","body":{"category":"console","output":"[ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/version.json\n"},"event":"output"} [11:04:04] [DAP] [Info] <== {"seq":553,"type":"event","body":{"message":"<== [Flutter] [{\"event\":\"app.progress\",\"params\":{\"appId\":\"ea0f367f-c348-4c40-9c03-72a513b67ab2\",\"id\":\"0\",\"progressId\":null,\"finished\":true}}]\n"},"event":"dart.log"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +76 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/NOTICES.Z [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/version.json [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [{"event":"app.progress","params":{"appId":"ea0f367f-c348-4c40-9c03-72a513b67ab2","id":"0","progressId":null,"finished":true}}] [11:04:04] [DAP] [Info] <== {"seq":554,"type":"event","body":{"message":"<== [Flutter] [ +70 ms] (ad_client:12103): Gdk-CRITICAL **: 11:04:04.794: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":555,"type":"event","body":{"category":"console","output":"[ +70 ms] (ad_client:12103): Gdk-CRITICAL **: 11:04:04.794: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +70 ms] (ad_client:12103): Gdk-CRITICAL **: 11:04:04.794: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed [11:04:04] [DAP] [Info] <== {"seq":556,"type":"event","body":{"message":"<== [Flutter] [ +170 ms] package:media_kit_libs_linux registered.\n"},"event":"dart.log"} [11:04:04] [DAP] [Info] <== {"seq":557,"type":"event","body":{"category":"console","output":"[ +170 ms] package:media_kit_libs_linux registered.\n"},"event":"output"} [11:04:04] [General] [Info] [dev (Linux)] <== [Flutter] [ +170 ms] package:media_kit_libs_linux registered. [11:04:05] [DAP] [Info] <== {"seq":558,"type":"event","body":{"message":"<== [Flutter] [stderr] [91, 32, 32, 43, 53, 53, 32, 109, 115, 93, 32, 69, 114, 114, 111, 114, 32, 119, 97, 105, 116, 105, 110, 103, 32, 102, 111, 114, 32, 97, 32, 100, 101, 98, 117, 103, 32, 99, 111, 110, 110, 101, 99, 116, 105, 111, 110, 58, 32, 84, 104, 101, 32, 108, 111, 103, 32, 114, 101, 97, 100, 101, 114, 32, 115, 116, 111, 112, 112, 101, 100, 32, 117, 110, 101, 120, 112, 101, 99, 116, 101, 100, 108, 121, 44, 32, 111, 114, 32, 110, 101, 118, 101, 114, 32, 115, 116, 97, 114, 116, 101, 100, 46, 10]"},"event":"dart.log"} [11:04:05] [DAP] [Info] <== {"seq":559,"type":"event","body":{"category":"stderr","output":"[ +55 ms] Error waiting for a debug connection: The log reader stopped unexpectedly, or never started.\n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/[","path":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/["}},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":560,"type":"event","body":{"category":"stderr","output":""},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":561,"type":"event","body":{"message":"<== [Flutter] [stderr] [91, 32, 32, 32, 43, 49, 32, 109, 115, 93, 32, 69, 114, 114, 111, 114, 32, 108, 97, 117, 110, 99, 104, 105, 110, 103, 32, 97, 112, 112, 108, 105, 99, 97, 116, 105, 111, 110, 32, 111, 110, 32, 76, 105, 110, 117, 120, 46, 10, 91, 32, 32, 32, 43, 50, 32, 109, 115, 93, 32, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 48, 32, 32, 32, 32, 32, 32, 116, 104, 114, 111, 119, 84, 111, 111, 108, 69, 120, 105, 116, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 115, 114, 99, 47, 98, 97, 115, 101, 47, 99, 111, 109, 109, 111, 110, 46, 100, 97, 114, 116, 58, 49, 48, 58, 51, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 49, 32, 32, 32, 32, 32, 32, 82, 117, 110, 67, 111, 109, 109, 97, 110, 100, 46, 114, 117, 110, 67, 111, 109, 109, 97, 110, 100, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 115, 114, 99, 47, 99, 111, 109, 109, 97, 110, 100, 115, 47, 114, 117, 110, 46, 100, 97, 114, 116, 58, 54, 54, 50, 58, 57, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 50, 32, 32, 32, 32, 32, 32, 70, 108, 117, 116, 116, 101, 114, 67, 111, 109, 109, 97, 110, 100, 46, 114, 117, 110, 46, 60, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 99, 108, 111, 115, 117, 114, 101, 62, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 115, 114, 99, 47, 114, 117, 110, 110, 101, 114, 47, 102, 108, 117, 116, 116, 101, 114, 95, 99, 111, 109, 109, 97, 110, 100, 46, 100, 97, 114, 116, 58, 49, 50, 57, 55, 58, 50, 55, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 51, 32, 32, 32, 32, 32, 32, 65, 112, 112, 67, 111, 110, 116, 101, 120, 116, 46, 114, 117, 110, 46, 60, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 99, 108, 111, 115, 117, 114, 101, 62, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 115, 114, 99, 47, 98, 97, 115, 101, 47, 99, 111, 110, 116, 101, 120, 116, 46, 100, 97, 114, 116, 58, 49, 53, 48, 58, 49, 57, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 52, 32, 32, 32, 32, 32, 32, 67, 111, 109, 109, 97, 110, 100, 82, 117, 110, 110, 101, 114, 46, 114, 117, 110, 67, 111, 109, 109, 97, 110, 100, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 97, 114, 103, 115, 47, 99, 111, 109, 109, 97, 110, 100, 95, 114, 117, 110, 110, 101, 114, 46, 100, 97, 114, 116, 58, 50, 49, 50, 58, 49, 51, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 53, 32, 32, 32, 32, 32, 32, 70, 108, 117, 116, 116, 101, 114, 67, 111, 109, 109, 97, 110, 100, 82, 117, 110, 110, 101, 114, 46, 114, 117, 110, 67, 111, 109, 109, 97, 110, 100, 46, 60, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 99, 108, 111, 115, 117, 114, 101, 62, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 115, 114, 99, 47, 114, 117, 110, 110, 101, 114, 47, 102, 108, 117, 116, 116, 101, 114, 95, 99, 111, 109, 109, 97, 110, 100, 95, 114, 117, 110, 110, 101, 114, 46, 100, 97, 114, 116, 58, 51, 51, 57, 58, 57, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 54, 32, 32, 32, 32, 32, 32, 65, 112, 112, 67, 111, 110, 116, 101, 120, 116, 46, 114, 117, 110, 46, 60, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 99, 108, 111, 115, 117, 114, 101, 62, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 115, 114, 99, 47, 98, 97, 115, 101, 47, 99, 111, 110, 116, 101, 120, 116, 46, 100, 97, 114, 116, 58, 49, 53, 48, 58, 49, 57, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 55, 32, 32, 32, 32, 32, 32, 70, 108, 117, 116, 116, 101, 114, 67, 111, 109, 109, 97, 110, 100, 82, 117, 110, 110, 101, 114, 46, 114, 117, 110, 67, 111, 109, 109, 97, 110, 100, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 115, 114, 99, 47, 114, 117, 110, 110, 101, 114, 47, 102, 108, 117, 116, 116, 101, 114, 95, 99, 111, 109, 109, 97, 110, 100, 95, 114, 117, 110, 110, 101, 114, 46, 100, 97, 114, 116, 58, 50, 56, 53, 58, 53, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 56, 32, 32, 32, 32, 32, 32, 114, 117, 110, 46, 60, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 99, 108, 111, 115, 117, 114, 101, 62, 46, 60, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 99, 108, 111, 115, 117, 114, 101, 62, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 114, 117, 110, 110, 101, 114, 46, 100, 97, 114, 116, 58, 49, 49, 53, 58, 57, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 57, 32, 32, 32, 32, 32, 32, 65, 112, 112, 67, 111, 110, 116, 101, 120, 116, 46, 114, 117, 110, 46, 60, 97, 110, 111, 110, 121, 109, 111, 117, 115, 32, 99, 108, 111, 115, 117, 114, 101, 62, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 115, 114, 99, 47, 98, 97, 115, 101, 47, 99, 111, 110, 116, 101, 120, 116, 46, 100, 97, 114, 116, 58, 49, 53, 48, 58, 49, 57, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 35, 49, 48, 32, 32, 32, 32, 32, 109, 97, 105, 110, 32, 40, 112, 97, 99, 107, 97, 103, 101, 58, 102, 108, 117, 116, 116, 101, 114, 95, 116, 111, 111, 108, 115, 47, 101, 120, 101, 99, 117, 116, 97, 98, 108, 101, 46, 100, 97, 114, 116, 58, 57, 48, 58, 51, 41, 10, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 60, 97, 115, 121, 110, 99, 104, 114, 111, 110, 111, 117, 115, 32, 115, 117, 115, 112, 101, 110, 115, 105, 111, 110, 62, 10, 10, 10]"},"event":"dart.log"} [11:04:05] [DAP] [Info] <== {"seq":562,"type":"event","body":{"category":"stderr","output":"[ +1 ms] Error launching application on Linux.\n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/[","path":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/["}},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":563,"type":"event","body":{"category":"stderr","output":"[ +2 ms] \n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/[","path":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/["}},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":564,"type":"event","body":{"category":"stderr","column":3,"line":10,"output":" #0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3)\n"},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":565,"type":"event","body":{"category":"stderr","column":9,"line":662,"output":" #1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:662:9)\n"},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":566,"type":"event","body":{"category":"stderr","output":" \n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/ (package:flutter_tools/src/runner/flutter_command.dart:1297:27)\n"},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":568,"type":"event","body":{"category":"stderr","output":" \n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/ (package:flutter_tools/src/base/context.dart:150:19)\n"},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":570,"type":"event","body":{"category":"stderr","output":" \n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/\n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/ (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9)\n"},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":574,"type":"event","body":{"category":"stderr","output":" \n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/ (package:flutter_tools/src/base/context.dart:150:19)\n"},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":576,"type":"event","body":{"category":"stderr","output":" \n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/\n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/. (package:flutter_tools/runner.dart:115:9)\n"},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":580,"type":"event","body":{"category":"stderr","output":" \n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/ (package:flutter_tools/src/base/context.dart:150:19)\n"},"event":"output"} [11:04:05] [DAP] [Info] <== {"seq":582,"type":"event","body":{"category":"stderr","output":" \n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/\n","source":{"name":"/mnt/c/Users/dugang/AppData/Local/Programs/Microsoft VS Code/ {"command":"disconnect","arguments":{"restart":false},"type":"request","seq":6} [11:04:05] [DAP] [Info] <== {"seq":602,"type":"response","command":"disconnect","request_seq":6,"success":true} [11:04:05] [DAP] [Info] Stopping debug session cb975623-7a63-4c81-81fa-f9c58bbf19a3 [11:04:05] [DAP] [Info] Debug session cb975623-7a63-4c81-81fa-f9c58bbf19a3 errored: {} [11:04:05] [DAP] [Info] Debug session cb975623-7a63-4c81-81fa-f9c58bbf19a3 exit: code: 0, signal: undefined Mon Oct 30 2023 [11:04:07 GMT+0800 (中国标准时间)] Log file ended ```
tenon-du commented 1 year ago
first run `flutter run -v` ``` [ +13 ms] Unable to locate an Android SDK. [ +2 ms] executing: uname -m [ +1 ms] Exit code 0 from: uname -m [ ] x86_64 [ +57 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ +2 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +74 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ +1 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +61 ms] Skipping pub get: version match. [ +28 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/ [ +3 ms] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/ [ +2 ms] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/ [ +2 ms] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/ [ +3 ms] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/ [ +2 ms] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/ [ +56 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/ [ +11 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/ [ +1 ms] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/ [ +1 ms] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ +1 ms] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/ [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/ [ +1 ms] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/ [ +4 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ [ +2 ms] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/ [ +1 ms] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/ [ +1 ms] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/ [ +1 ms] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ +2 ms] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ [ +9 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/ [ +1 ms] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/ [ +1 ms] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/ [ +1 ms] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/ [ +1 ms] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/ [ +1 ms] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/ [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/ [ +1 ms] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/ [ +1 ms] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/ [ +2 ms] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/ [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/ [ +4 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/ [ +11 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/ [ +1 ms] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/ [ +11 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/ [ +24 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/ [ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/ [ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/ [ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/ [ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/ [ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/ [ +9 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/ [ +2 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/ [ ] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/ [ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/ [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/ [ ] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/ [ +1 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ [ ] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/ [ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/ [ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/ [ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ [ +2 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/ [ ] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/ [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/ [ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/ [ ] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/ [ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/ [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/ [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/ [ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/ [ ] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/ [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/ [ +1 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/ [ +2 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/ [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/ [ +2 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/ [ +76 ms] Generating /home/dugang/documents/smart_ad/ad_client/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +69 ms] Initializing file store [ +6 ms] Skipping target: gen_localizations [ +2 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config_subset,/home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart} [ +9 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/ [ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/ [ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/ [ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/ [ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/ [ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/ [ +8 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/ [ +2 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/ [ ] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/ [ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/ [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/ [ ] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/ [ ] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ [ ] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/ [ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/ [ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/ [ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ [ +1 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/ [ ] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/ [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/ [ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/ [ ] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/ [ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/ [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/ [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/ [ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/ [ ] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/ [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/ [ +1 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/ [ +2 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/ [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/ [ +2 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/ [ +8 ms] gen_dart_plugin_registrant: Complete [ ] Skipping target: _composite [ +1 ms] complete [ +2 ms] Launching lib/main.dart on Linux in debug mode... [ +2 ms] /home/dugang/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/dugang/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /home/dugang/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/0545f8705df301877d787107bac1a6e9fc9ee1ad/ --output-dill /tmp/flutter_tools.GVTJPL/flutter_tool.EALBBF/app.dill --packages /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/93cae48154605b2b23f957321f3fac0a.cache.dill.track.dill --source file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error --enable-experiment=alternative-invalidation-strategy [ +15 ms] Building Linux application... [ +5 ms] <- compile package:ad_client/main.dart [ +2 ms] executing: [build/linux/x64/debug/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/dugang/documents/smart_ad/ad_client/linux [ +115 ms] -- Configuring done [ +35 ms] -- Generating done [ +6 ms] -- Build files have been written to: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug [ +7 ms] executing: ninja -C build/linux/x64/debug install [ +3 ms] ninja: Entering directory `build/linux/x64/debug' [+6092 ms] [1/18] Generating /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/libflutter_linux_gtk.so, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_response.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_view.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_ [ ] [ +10 ms] Unable to locate an Android SDK. [ ] [ +3 ms] executing: uname -m [ ] [ +1 ms] Exit code 0 from: uname -m [ ] [ ] x86_64 [ ] [ +16 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ +63 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ ] [ +23 ms] Initializing file store [ ] [ +15 ms] Done initializing file store [ ] [ +44 ms] Skipping target: gen_localizations [ ] [ +8 ms] Skipping target: gen_dart_plugin_registrant [ ] [ +316 ms] Skipping target: unpack_linux [ ] [ +490 ms] Skipping target: kernel_snapshot [ ] [ +12 ms] invalidated build due to missing files: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD389956942 [ ] [ +385 ms] debug_bundle_linux-x64_assets: Starting due to {InvalidatedReasonKind.inputMissing: The following inputs were missing: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD389956942} [ ] [ +193 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. [ ] [ +8 ms] shaderc command: [/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/impellerc, --sksl, --iplr, --sl=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag, --spirv=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag.spirv, --input=/home/dugang/flutter/packages/flutter/lib/src/material/shaders/ink_sparkle.frag, --input-type=frag, --include=/home/dugang/flutter/packages/flutter/lib/src/material/shaders, --include=/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/shader_lib] [ ] [+3599 ms] debug_bundle_linux-x64_assets: Complete [ ] [ +255 ms] Persisting file store [ ] [ +10 ms] Done persisting file store [ ] [ +9 ms] build succeeded. [ ] [ +8 ms] "flutter assemble" took 5,452ms. [ ] [ +234 ms] ensureAnalyticsSent: 224ms [ ] [ ] Running 0 shutdown hooks [ ] [ ] Shutdown hooks complete [ ] [ ] exiting with code 0 [ +873 ms] [2/5] Building CXX object CMakeFiles/ad_client.dir/flutter/generated_plugin_registrant.cc.o [ +30 ms] [3/5] Building CXX object CMakeFiles/ad_client.dir/my_application.cc.o [ +453 ms] [4/5] Linking CXX executable intermediates_do_not_run/ad_client [ ] [4/5] Install the project... [ +4 ms] -- Install configuration: "Debug" [ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client [ ] -- Set runtime path of "/home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client" to "$ORIGIN/lib" [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/icudtl.dat [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so [ +21 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libaudioplayers_linux_plugin.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar_flutter_libs_plugin.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar.so [ +3 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_libs_linux_plugin.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_video_plugin.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_native_event_loop.so [ +2 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts/MaterialIcons-Regular.otf [ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/welcome.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_kg.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_6.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_0.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_dot.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_yuan.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_2.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_wan.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/started.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_5.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_shi.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_qian.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_0.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_1.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/wait_pay.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_7.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_2.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_4.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_bai.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_3.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_9.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_8.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_1.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images/logo.png [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders/ink_sparkle.frag [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.bin [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/FontManifest.json [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets/no_sleep.js [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web/hls1.4.10.js [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.json [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/kernel_blob.bin [ +36 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/NOTICES.Z [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/version.json [ +8 ms] Building Linux application... (completed in 7.7s) [ +223 ms] (ad_client:521): Gdk-CRITICAL **: 11:28:22.059: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed [ +354 ms] package:media_kit_libs_linux registered. [ +47 ms] VM Service URL on device: http://127.0.0.1:45337/4yZGv-BtMtk=/ [ +3 ms] Caching compiled dill [ +33 ms] Connecting to service protocol: http://127.0.0.1:45337/4yZGv-BtMtk=/ [ +7 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 38850 [ ] This was attempt #1. Will retry in 0:00:00.100000. [ +103 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 38856 [ ] This was attempt #2. Will retry in 0:00:00.200000. [ +202 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 38870 [ ] This was attempt #3. Will retry in 0:00:00.400000. [ +403 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 38878 [ ] This was attempt #4. Will retry in 0:00:00.800000. [ +801 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 38890 [ ] This was attempt #5. Will retry in 0:00:01.600000. [+1602 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 38896 [ ] This was attempt #6. Will retry in 0:00:01.600000. [+1602 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 50180 [ ] This was attempt #7. Will retry in 0:00:01.600000. [+1603 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 50184 [ ] This was attempt #8. Will retry in 0:00:01.600000. [+1602 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 50196 [ ] This was attempt #9. Will retry in 0:00:01.600000. [+1603 ms] Connecting to the VM Service is taking longer than expected... [ ] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 50208 [ ] This was attempt #10. Will retry in 0:00:01.600000. [+1601 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 50218 [ ] This was attempt #11. Will retry in 0:00:01.600000. [+1603 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 50232 [ ] This was attempt #12. Will retry in 0:00:01.600000. [+1602 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 45466 [ ] This was attempt #13. Will retry in 0:00:01.600000. [+1602 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 45476 [ ] This was attempt #14. Will retry in 0:00:01.600000. [+1602 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 45480 [ ] This was attempt #15. Will retry in 0:00:01.600000. [+1601 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 45492 [ ] This was attempt #16. Will retry in 0:00:01.600000. [+1603 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 45506 [ ] This was attempt #17. Will retry in 0:00:01.600000. [+1602 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 45508 [ ] This was attempt #18. Will retry in 0:00:01.600000. [+1601 ms] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 33042 [ ] This was attempt #19. Will retry in 0:00:01.600000. [+1601 ms] Still attempting to connect to the VM Service... [ ] If you do NOT see the Flutter application running, it might have crashed. The device logs (e.g. from adb or XCode) might have more details. [ ] If you do see the Flutter application running on the device, try re-running with --host-vmservice-port to use a specific port known to be available. [ ] Exception attempting to connect to the VM Service: SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = 127.0.0.1, port = 33046 [ ] This was attempt #20. Will retry in 0:00:01.600000. ```
then run `flutter run -v` ``` [ +10 ms] Unable to locate an Android SDK. [ +3 ms] executing: uname -m [ +1 ms] Exit code 0 from: uname -m [ ] x86_64 [ +44 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +41 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +61 ms] Skipping pub get: version match. [ +24 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/ [ +3 ms] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/ [ +2 ms] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/ [ +1 ms] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/ [ +2 ms] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/ [ +1 ms] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/ [ +27 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/ [ +9 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/ [ ] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ +1 ms] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/ [ +1 ms] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ +1 ms] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/ [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/ [ +1 ms] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/ [ +4 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ [ +2 ms] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/ [ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/ [ +1 ms] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/ [ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ +1 ms] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ [ +5 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/ [ +1 ms] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/ [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/ [ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/ [ +1 ms] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/ [ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/ [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/ [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/ [ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/ [ ] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/ [ +1 ms] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/ [ +2 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/ [ +5 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/ [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/ [ +3 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/ [ +21 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/ [ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/ [ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/ [ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/ [ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/ [ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/ [ +9 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/ [ +3 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/ [ ] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/ [ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/ [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/ [ ] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/ [ +1 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ [ ] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/ [ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/ [ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/ [ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ [ +2 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/ [ ] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/ [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/ [ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/ [ ] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/ [ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/ [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/ [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/ [ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/ [ ] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/ [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/ [ +1 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/ [ +2 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/ [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/ [ +2 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/ [ +47 ms] Generating /home/dugang/documents/smart_ad/ad_client/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +68 ms] Initializing file store [ +5 ms] Skipping target: gen_localizations [ +2 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config_subset,/home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart} [ +9 ms] Found plugin audioplayers at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers-5.2.0/ [ ] Found plugin audioplayers_android at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_android-4.0.2/ [ ] Found plugin audioplayers_darwin at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_darwin-5.0.2/ [ ] Found plugin audioplayers_linux at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_linux-3.1.0/ [ ] Found plugin audioplayers_web at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_web-4.1.0/ [ ] Found plugin audioplayers_windows at /home/dugang/.pub-cache/hosted/pub.dev/audioplayers_windows-3.1.0/ [ +8 ms] Found plugin isar_flutter_libs at /home/dugang/.pub-cache/hosted/pub.dev/isar_flutter_libs-3.1.0+1/ [ +2 ms] Found plugin media_kit_libs_android_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_android_video-1.3.6/ [ ] Found plugin media_kit_libs_ios_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] Found plugin media_kit_libs_linux at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.1.3/ [ ] Found plugin media_kit_libs_macos_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] Found plugin media_kit_libs_windows_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.9/ [ ] Found plugin media_kit_native_event_loop at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.8/ [ ] Found plugin media_kit_video at /home/dugang/.pub-cache/hosted/pub.dev/media_kit_video-1.2.4/ [ +1 ms] Found plugin package_info_plus at /home/dugang/.pub-cache/hosted/pub.dev/package_info_plus-4.2.0/ [ ] Found plugin path_provider at /home/dugang/.pub-cache/hosted/pub.dev/path_provider-2.1.1/ [ ] Found plugin path_provider_android at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/ [ ] Found plugin path_provider_foundation at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/ [ ] Found plugin path_provider_linux at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ ] Found plugin path_provider_windows at /home/dugang/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ [ +1 ms] Found plugin screen_brightness at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness-0.2.2+1/ [ ] Found plugin screen_brightness_android at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_android-0.1.0+2/ [ ] Found plugin screen_brightness_ios at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_ios-0.1.0/ [ ] Found plugin screen_brightness_macos at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_macos-0.1.0+1/ [ ] Found plugin screen_brightness_windows at /home/dugang/.pub-cache/hosted/pub.dev/screen_brightness_windows-0.1.3/ [ ] Found plugin shared_preferences at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences-2.2.2/ [ ] Found plugin shared_preferences_android at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_android-2.2.1/ [ ] Found plugin shared_preferences_foundation at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.3.4/ [ ] Found plugin shared_preferences_linux at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.3.2/ [ ] Found plugin shared_preferences_web at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_web-2.2.1/ [ ] Found plugin shared_preferences_windows at /home/dugang/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.3.2/ [ +1 ms] Found plugin sqflite at /home/dugang/.pub-cache/hosted/pub.dev/sqflite-2.3.0/ [ +2 ms] Found plugin volume_controller at /home/dugang/.pub-cache/hosted/pub.dev/volume_controller-2.0.7/ [ ] Found plugin wakelock_plus at /home/dugang/.pub-cache/hosted/pub.dev/wakelock_plus-1.1.3/ [ +2 ms] Found plugin tenon_plugin at /home/dugang/documents/github/flutter-tenon/tenon_plugin/ [ +7 ms] gen_dart_plugin_registrant: Complete [ ] Skipping target: _composite [ +1 ms] complete [ +2 ms] Launching lib/main.dart on Linux in debug mode... [ +2 ms] /home/dugang/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/dugang/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /home/dugang/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/0545f8705df301877d787107bac1a6e9fc9ee1ad/ --output-dill /tmp/flutter_tools.SVGPMS/flutter_tool.SGNFSR/app.dill --packages /home/dugang/documents/smart_ad/ad_client/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/93cae48154605b2b23f957321f3fac0a.cache.dill.track.dill --source file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///home/dugang/documents/smart_ad/ad_client/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error --enable-experiment=alternative-invalidation-strategy [ +14 ms] Building Linux application... [ +7 ms] <- compile package:ad_client/main.dart [ +1 ms] executing: [build/linux/x64/debug/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/dugang/documents/smart_ad/ad_client/linux [ +41 ms] -- Configuring done [ +10 ms] -- Generating done [ +5 ms] -- Build files have been written to: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug [ +4 ms] executing: ninja -C build/linux/x64/debug install [ +3 ms] ninja: Entering directory `build/linux/x64/debug' [+2359 ms] [1/18] Generating /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/libflutter_linux_gtk.so, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_method_response.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/fl_view.h, /home/dugang/documents/smart_ad/ad_client/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_ [ ] [ +11 ms] Unable to locate an Android SDK. [ ] [ +3 ms] executing: uname -m [ ] [ +2 ms] Exit code 0 from: uname -m [ ] [ ] x86_64 [ ] [ +17 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ +68 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ ] [ +26 ms] Initializing file store [ ] [ +17 ms] Done initializing file store [ ] [ +45 ms] Skipping target: gen_localizations [ ] [ +8 ms] Skipping target: gen_dart_plugin_registrant [ ] [ +295 ms] Skipping target: unpack_linux [ ] [ +416 ms] Skipping target: kernel_snapshot [ ] [ +7 ms] invalidated build due to missing files: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD500547726 [ ] [ +283 ms] debug_bundle_linux-x64_assets: Starting due to {InvalidatedReasonKind.inputMissing: The following inputs were missing: /home/dugang/documents/smart_ad/ad_client/DOES_NOT_EXIST_RERUN_FOR_WILDCARD500547726} [ ] [ +182 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. [ ] [ +7 ms] shaderc command: [/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/impellerc, --sksl, --iplr, --sl=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag, --spirv=/home/dugang/documents/smart_ad/ad_client/build/flutter_assets/shaders/ink_sparkle.frag.spirv, --input=/home/dugang/flutter/packages/flutter/lib/src/material/shaders/ink_sparkle.frag, --input-type=frag, --include=/home/dugang/flutter/packages/flutter/lib/src/material/shaders, --include=/home/dugang/flutter/bin/cache/artifacts/engine/linux-x64/shader_lib] [ ] [ +173 ms] debug_bundle_linux-x64_assets: Complete [ ] [ +259 ms] Persisting file store [ ] [ +9 ms] Done persisting file store [ ] [ +8 ms] build succeeded. [ ] [ +8 ms] "flutter assemble" took 1,823ms. [ ] [ +220 ms] ensureAnalyticsSent: 213ms [ ] [ ] Running 0 shutdown hooks [ ] [ ] Shutdown hooks complete [ ] [ ] exiting with code 0 [ +398 ms] [2/5] Building CXX object CMakeFiles/ad_client.dir/flutter/generated_plugin_registrant.cc.o [ +20 ms] [3/5] Building CXX object CMakeFiles/ad_client.dir/my_application.cc.o [ +218 ms] [4/5] Linking CXX executable intermediates_do_not_run/ad_client [ ] [4/5] Install the project... [ +4 ms] -- Install configuration: "Debug" [ +6 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client [ ] -- Set runtime path of "/home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/ad_client" to "$ORIGIN/lib" [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/icudtl.dat [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so [ +20 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libaudioplayers_linux_plugin.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar_flutter_libs_plugin.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libisar.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_libs_linux_plugin.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_video_plugin.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/lib/libmedia_kit_native_event_loop.so [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/fonts/MaterialIcons-Regular.otf [ +1 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/welcome.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_kg.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_6.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_0.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_dot.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/unit_yuan.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_2.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_wan.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/started.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_5.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_shi.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_qian.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_0.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/ended_1.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/wait_pay.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_7.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_2.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_4.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_bai.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_3.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_9.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_8.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/raw/digit_1.wav [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/assets/images/logo.png [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/shaders/ink_sparkle.frag [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.bin [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/FontManifest.json [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_plus/assets/no_sleep.js [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/packages/media_kit/assets/web/hls1.4.10.js [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.json [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/kernel_blob.bin [ +35 ms] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/NOTICES.Z [ ] -- Installing: /home/dugang/documents/smart_ad/ad_client/build/linux/x64/debug/bundle/data/flutter_assets/version.json [ +8 ms] Building Linux application... (completed in 3.2s) [ +65 ms] (ad_client:692): Gdk-CRITICAL **: 11:28:59.373: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed [ +165 ms] package:media_kit_libs_linux registered. [ +2 ms] "flutter run" took 3,950ms. [ +58 ms] Error waiting for a debug connection: The log reader stopped unexpectedly, or never started. [ +1 ms] Error launching application on Linux. [ +2 ms] #0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3) #1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:760:9) #2 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1297:27) #3 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #4 CommandRunner.runCommand (package:args/command_runner.dart:212:13) #5 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9) #6 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:285:5) #8 run.. (package:flutter_tools/runner.dart:115:9) #9 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #10 main (package:flutter_tools/executable.dart:90:3) [ +83 ms] ensureAnalyticsSent: 80ms [ ] Running 1 shutdown hook [ +5 ms] Shutdown hooks complete [ ] exiting with code 1 ```
huycozy commented 1 year ago

Hi @DuJerry I noticed Proxy Configuration contains warnings. Could you try solving it and retry running the app?

Also, does the issue occur on a newly created Flutter project? (without using 3rd packages/plugins)

tenon-du commented 1 year ago
  1. I have added NO_PROXY, but the problem still arises.
export NO_PROXY="localhost,127.0.0.1,::1"
  1. I have also tried to create a new clean project, and problems also arise.

The subsystem I am currently using is Debian.

huycozy commented 1 year ago

Thanks for your update. I'm not quite familiar with WSL/WSL2, could you share the detailed steps to reproduce this issue?

huycozy commented 1 year ago

I tried reproducing the issue but can't see it. The app can run normally.

I had WSL2 (Ubuntu-22.04 distro) on my host machine with Microsoft Windows [Version 10.0.19045.3570]:

C:\WINDOWS\system32>wsl -l -v
  NAME            STATE           VERSION
* Ubuntu          Stopped         1
  Ubuntu-22.04    Running         2
flutter doctor -v (on WSL2) ```bash huy@DESKTOP-GV5GR2J:~/Development/demo_flutter$ flutter doctor -v [✓] Flutter (Channel stable, 3.13.9, on Ubuntu 22.04.2 LTS 5.15.90.1-microsoft-standard-WSL2, locale C.UTF-8) • Flutter version 3.13.9 on channel stable at /home/huy/Development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision d211f42860 (6 days ago), 2023-10-25 13:42:25 -0700 • Engine revision 0545f8705d • Dart version 3.1.5 • DevTools version 2.25.0 [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use `flutter config --android-sdk` to update to that location. [✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome) ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable. [✓] Linux toolchain - develop for Linux desktop • Ubuntu clang version 14.0.0-1ubuntu1.1 • cmake version 3.22.1 • ninja version 1.10.1 • pkg-config version 0.29.2 [!] Android Studio (not installed) • Android Studio not found; download from https://developer.android.com/studio/index.html (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions). [✓] Connected device (1 available) • Linux (desktop) • linux • linux-x64 • Ubuntu 22.04.2 LTS 5.15.90.1-microsoft-standard-WSL2 [✓] Network resources • All expected network resources are available. ! Doctor found issues in 3 categories. ```

Could you try checking this on flutter installed from snap?

tenon-du commented 1 year ago

Did you install flutter with snap?

I installed with snap can compile and start clean applications normally, but I am faced with some packages that cannot be compiled using snap installation, such as media_kit, and they also recommend manual installation.

So under WSL2, if I use snap to install some packages I won't be able to use, and my app won't be able to debug or start using manual installation, even for clean projects.

Is the official recommended manual installation method not applicable to WSL?

huycozy commented 1 year ago

Did you install flutter with snap?

No, I installed Flutter manually.

Is the official recommended manual installation method not applicable to WSL?

I don't think there is such an announcement/documentation about this.

I'm more inclined that the issue can come from system configuration. You can try to check the dart process in the system when running app, firewall settings, or proxy. On my side, all configurations are as default, I have not configured anything (the application can run normally).

tenon-du commented 1 year ago

PC

版本  Windows 11 家庭中文版
版本  22H2
安装日期    ‎2023/‎10/‎13
操作系统版本  22621.2428
体验  Windows Feature Experience Pack 1000.22674.1000.0

WSL

PS C:\Users\dugang> wsl -l -v
  NAME      STATE           VERSION
* Debian    Running         2

install step

wsl --install Debian    

# sys date
sudo hwclock -s 

# clash for window proxy
export http_proxy=http://192.168.0.138:7890
export https_proxy=http://192.168.0.138:7890

sudo apt-get update 
sudo apt-get upgrade -y

# remove windows path
echo -e "[boot]\nsystemd=true\n[interop]\nappendWindowsPath=false" | sudo tee /etc/wsl.conf

# install zh fonts
sudo apt-get install fonts-noto-cjk -y
sudo fc-cache
sudo dpkg-reconfigure locales

# install flutter sdk
sudo apt-get install git unzip curl -y

git clone https://github.com/flutter/flutter.git

git checkout stable

# config .bashrc
export FLUTTER_HOME="$HOME/flutter"
export PATH="$PATH:$FLUTTER_HOME/bin"

export DART_HOME="$FLUTTER_HOME/bin/cache/dart-sdk"
export PATH="$PATH:$DART_HOME/bin" 

export PUB_CACHE="$HOME/.pub-cache"
export PATH="$PATH:$PUB_CACHE/bin"

export NO_PROXY="localhost,127.0.0.1,::1"

# linux desktop compile chain
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev -y

# 执行doctor
flutter doctor

flutter precache --linux

The above is the step for me to manually configure flutter. I don't know which step is the problem.

Is your installation different from mine, Is your installation different from mine?

huycozy commented 1 year ago

Except for proxy settings, I don't see any difference. Since I finished installing the OS, I only added the export PATH to the flutter SDK in the .bashrc file, along with installing the necessary libraries for building the app as instructed in the documentation.

I have just installed Debian same to you, but it's also working as desired.

flutter doctor -v (Debian GNU/Linux 12) ```bash [✓] Flutter (Channel master, 3.16.0-23.0.pre.30, on Debian GNU/Linux 12 (bookworm) 5.15.90.1-microsoft-standard-WSL2, locale en_US.UTF-8) • Flutter version 3.16.0-23.0.pre.30 on channel master at /home/huy/Development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 0b591f2c82 (2 hours ago), 2023-11-02 22:01:10 -0400 • Engine revision dff66925dc • Dart version 3.3.0 (build 3.3.0-91.0.dev) • DevTools version 2.29.0 [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use `flutter config --android-sdk` to update to that location. [✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome) ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable. [✓] Linux toolchain - develop for Linux desktop • Debian clang version 14.0.6 • cmake version 3.25.1 • ninja version 1.11.1 • pkg-config version 1.8.1 [!] Android Studio (not installed) • Android Studio not found; download from https://developer.android.com/studio/index.html (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions). [✓] Connected device (1 available) • Linux (desktop) • linux • linux-x64 • Debian GNU/Linux 12 (bookworm) 5.15.90.1-microsoft-standard-WSL2 [✓] Network resources • All expected network resources are available. ! Doctor found issues in 3 categories. ```
Demo ![wsl](https://github.com/flutter/flutter/assets/104349824/661a5283-fb23-4b4c-ac5d-cb35dc759a63)

Just curious, how did you start WSL? Is it from VS Code? Please try following my guideline from this gist to see if the issue still persists or not.

tenon-du commented 1 year ago

I'll try again according to your process later, now I need to deal with the problem on Android, thanks for your help.

github-actions[bot] commented 11 months ago

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output of 'flutter doctor -v'. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution.

github-actions[bot] commented 11 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.