Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when build aot snapshot #196

Open
zaidite opened this issue Feb 27, 2023 · 0 comments
Open

Error when build aot snapshot #196

zaidite opened this issue Feb 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@zaidite
Copy link

zaidite commented Feb 27, 2023

Aot file building without error, but in the finish i get an error:

aot_builder | Success. Executable is located at 'file:///app/test/test.aot'.
aot_builder | Unhandled exception:
aot_builder | FileSystemException: Deletion failed, path = '/tmp/build' (OS Error: Device or resource busy, errno = 16)
aot_builder | #0 _Directory._deleteSync (dart:io/directory_impl.dart:193:7)
aot_builder | #1 FileSystemEntity.deleteSync (dart:io/file_system_entity.dart:424:7)
aot_builder | #2 CLIBuild.cleanup (package:conduit/src/commands/build.dart:89:22)
aot_builder | #3 CLICommand.process (package:conduit/src/command.dart:248:13)
aot_builder |
aot_builder | #4 main (file:///root/.pub-cache/hosted/pub.dev/conduit-4.3.6/bin/conduit.dart:9:14)
aot_builder |
aot_builder exited with code 255

and folder which unclude in build becomes empty.

dart=2.19.2
conduit 4.3.6
mac os catalina 10.15.7

@zaidite zaidite added the bug Something isn't working label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant