-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I am doing some testing on the build servers and noticed that when logging the build directly the order of the lines in the output is different.
Expected output
Exporting Godot project to iOS....
Godot Engine v4.5.beta5.official.c81fd6c51 - https://godotengine.org
[ 0% ] first_scan_filesystem | Started Project initialization (5 steps)
[ 0% ] first_scan_filesystem | Scanning file structure...
[ 16% ] first_scan_filesystem | Loading global class names...
[ 33% ] first_scan_filesystem | Verifying GDExtensions...
[ 50% ] first_scan_filesystem | Creating autoload scripts...
[ 66% ] first_scan_filesystem | Initializing plugins...
[ 83% ] first_scan_filesystem | Starting file scan...
[ DONE ] first_scan_filesystem
[ 0% ] _update_scan_actions | Started Scanning actions... (19 steps)
[ 0% ] _update_scan_actions | favicon-512.png
[ 5% ] _update_scan_actions | icon.svg
[ 10% ] _update_scan_actions | shipthis_adaptive_background_432x432.png
[ 15% ] _update_scan_actions | shipthis_adaptive_foreground_432x432.png
[ 20% ] _update_scan_actions | shipthis_main_192x192.png
[ 25% ] _update_scan_actions | favicon-512.png
[ 30% ] _update_scan_actions | icon.svg
[ 35% ] _update_scan_actions | [email protected]
[ 40% ] _update_scan_actions | [email protected]
[ 45% ] _update_scan_actions | [email protected]
[ 50% ] _update_scan_actions | [email protected]
[ 55% ] _update_scan_actions | [email protected]
[ 60% ] _update_scan_actions | [email protected]
[ 65% ] _update_scan_actions | shipthis_76.png
[ 70% ] _update_scan_actions | [email protected]
[ 75% ] _update_scan_actions | [email protected]
[ 80% ] _update_scan_actions | shipthis_appstore.png
[ 85% ] _update_scan_actions | cube.blend
[ 90% ] _update_scan_actions | icon.svg
[ DONE ] _update_scan_actionsActual output
Exporting Godot project to iOS....
Godot Engine v4.5.beta5.official.c81fd6c51 - https://godotengine.org
[ 0% ] first_scan_filesystem | Started Project initialization (5 steps)
[ 0% ] first_scan_filesystem | Scanning file structure...
[ 33% ] first_scan_filesystem | Verifying GDExtensions...
[ 0% ] _update_scan_actions | favicon-512.png
[ 16% ] first_scan_filesystem | Loading global class names...
[ 83% ] first_scan_filesystem | Starting file scan...
[ 66% ] first_scan_filesystem | Initializing plugins...
[ 75% ] _update_scan_actions | [email protected]
[ 15% ] _update_scan_actions | shipthis_adaptive_foreground_432x432.png
[ 50% ] first_scan_filesystem | Creating autoload scripts...
[ 10% ] _update_scan_actions | shipthis_adaptive_background_432x432.png
[ DONE ] first_scan_filesystem
[ 60% ] _update_scan_actions | [email protected]
[ 40% ] _update_scan_actions | [email protected]
[ DONE ] _update_scan_actions
[ 90% ] _update_scan_actions | icon.svg
[ 85% ] _update_scan_actions | cube.blend
[ 0% ] _update_scan_actions | Started Scanning actions... (19 steps)
[ 80% ] _update_scan_actions | shipthis_appstore.png
[ 20% ] _update_scan_actions | shipthis_main_192x192.png
[ 25% ] _update_scan_actions | favicon-512.png
[ 30% ] _update_scan_actions | icon.svg
[ 55% ] _update_scan_actions | [email protected]
[ 45% ] _update_scan_actions | [email protected]
[ 50% ] _update_scan_actions | [email protected]
[ 35% ] _update_scan_actions | [email protected]
[ 70% ] _update_scan_actions | [email protected]
[ 65% ] _update_scan_actions | shipthis_76.png
[ 5% ] _update_scan_actions | icon.svg
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working