obiwanzenobiOriginal post
Rank 3: Container
Log:
Dart
Changed 31 dependencies!Compiling ...Info: Compiling with sound null safety.Unhandled exception:PathNotFoundException: Cannot open file, path = '/tmp/OYPGXV/kernel.dill' (OS Error: No such file or directory, errno = 2)#0 _checkForErrorResponse (dart:io/common.dart:55:9)#1 _File.open.<anonymous closure> (dart:io/file_impl.dart:381:7)<asynchronous suspension>Error: AOT compilation failedPathNotFoundException: Deletion failed, path = '/tmp/OYPGXV' (OS Error: No such file or directory, errno = 2)Summary
The user was facing an issue where the Dart function build failed due to a missing /tmp/OYPGXV/kernel.dill file. They mentioned that running "docker compose up -d" solved the problem. However, when they tried manual deployment, they encountered a different error related to AOT compilation. They updated Dart to version 1.4.2 and the issue occurred more frequently. The user had previously updated from version 1.3.8 to 1.4.0 and then to 1.4.1. It was suggested to do a clean install and clarify which function was being deployed. The user was