-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Closed as not planned
Closed as not planned
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: crashStack traces logged to the consoleStack traces logged to the consoleteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
Command
flutter --no-color --no-version-check precache
Steps to Reproduce
- Switch from
stable
branch tomaster
. - Run
flutter upgrade
. - Switch from
master
tobeta
branch. - Run
flutter upgrade
.
Logs
FileSystemException: Cannot delete file, OS Error: No such file or directory, errno = 2
#0 _File.throwIfError (dart:io/file_impl.dart:675:7)
#1 _File._deleteSync (dart:io/file_impl.dart:329:5)
#2 FileSystemEntity.deleteSync (dart:io/file_system_entity.dart:424:7)
#3 ForwardingFileSystemEntity.deleteSync (package:file/src/forwarding/forwarding_file_system_entity.dart:70:16)
#4 ForwardingFileSystemEntity.deleteSync (package:file/src/forwarding/forwarding_file_system_entity.dart:70:16)
#5 ArtifactUpdater._removeDenylistedFiles (package:flutter_tools/src/cache.dart:1018:16)
#6 ArtifactUpdater._downloadArchive (package:flutter_tools/src/cache.dart:1139:7)
<asynchronous suspension>
#7 EngineCachedArtifact.updateInner (package:flutter_tools/src/cache.dart:910:7)
<asynchronous suspension>
#8 CachedArtifact.update (package:flutter_tools/src/cache.dart:812:5)
<asynchronous suspension>
#9 Cache.updateAll (package:flutter_tools/src/cache.dart:679:9)
<asynchronous suspension>
#10 PrecacheCommand.runCommand (package:flutter_tools/src/commands/precache.dart:171:7)
<asynchronous suspension>
#11 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1297:27)
<asynchronous suspension>
#12 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#13 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#14 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9)
<asynchronous suspension>
#15 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
[✓] Flutter (Channel beta, 3.13.0-0.2.pre, on macOS 13.4.1 22F82 darwin-x64, locale en-US)
• Flutter version 3.13.0-0.2.pre on channel beta at /Users/steven/.dev/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ac71592bc6 (13 days ago), 2023-07-18 14:53:57 -0600
• Engine revision e14db68a86
• Dart version 3.1.0 (build 3.1.0-262.2.beta)
• DevTools version 2.25.0
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc2)
• Android SDK at /Users/steven/Library/Android/sdk
• Platform android-33, build-tools 34.0.0-rc2
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 14E300c
• CocoaPods version 1.12.1
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2022.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694)
[✓] IntelliJ IDEA Ultimate Edition (version 2020.2.4)
• IntelliJ at /Applications/IntelliJ IDEA Edu.app
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
[✓] VS Code (version 1.80.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.68.0
[✓] Connected device (3 available)
• Pixel 7 Pro (mobile) • 29221FDH300CMC • android-arm64 • Android 13 (API 33)
• macOS (desktop) • macos • darwin-x64 • macOS 13.4.1 22F82 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome 115.0.5790.114
[✓] Network resources
• All expected network resources are available.
• No issues found!
Flutter Application Metadata
No pubspec in working directory.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: crashStack traces logged to the consoleStack traces logged to the consoleteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team