Skip to content

Add globalize_path_or_fallback #25

Add globalize_path_or_fallback

Add globalize_path_or_fallback #25

Triggered via push December 16, 2024 03:57
Status Failure
Total duration 59m 39s
Artifacts 2

runner.yml

on: push
πŸ“Š Static checks  /  Code style, file formatting, and docs
1m 6s
πŸ“Š Static checks / Code style, file formatting, and docs
Matrix: 🐧 Linux / build-linux
🍏 iOS  /  Template (target=template_release)
1m 38s
🍏 iOS / Template (target=template_release)
Matrix: πŸ€– Android / build-android
Matrix: 🍎 macOS / build-macos
Matrix: 🌐 Web / web-template
Matrix: 🏁 Windows / build-windows
πŸͺ² Godot CPP  /  Build and test Godot CPP
πŸͺ² Godot CPP / Build and test Godot CPP
Fit to window
Zoom out
Zoom in

Annotations

68 errors
🐧 Linux / Template w/ Mono (target=template_release, tests=yes): platform/linuxbsd/godot_linuxbsd.cpp#L63
cannot declare variable 'os' to be of abstract type 'OS_LinuxBSD'
🐧 Linux / Template w/ Mono (target=template_release, tests=yes)
Process completed with exit code 2.
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.h#L59
'get_path' marked 'override' but does not override any member functions
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.h#L78
'file_exists' marked 'override' but does not override any member functions
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.h#L80
'_get_modified_time' marked 'override' but does not override any member functions
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.h#L81
'_get_unix_permissions' marked 'override' but does not override any member functions
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.h#L82
'_set_unix_permissions' marked 'override' but does not override any member functions
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.h#L84
'_get_hidden_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.h#L85
'_set_hidden_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.h#L86
'_get_read_only_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.h#L87
'_set_read_only_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Editor (target=editor): platform/android/file_access_android.cpp#L53
use of undeclared identifier 'fix_path'
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_android.h#L59
'get_path' marked 'override' but does not override any member functions
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_android.h#L78
'file_exists' marked 'override' but does not override any member functions
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_android.h#L80
'_get_modified_time' marked 'override' but does not override any member functions
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_android.h#L81
'_get_unix_permissions' marked 'override' but does not override any member functions
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_android.h#L82
'_set_unix_permissions' marked 'override' but does not override any member functions
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_android.h#L84
'_get_hidden_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_android.h#L85
'_set_hidden_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_android.h#L86
'_get_read_only_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_android.h#L87
'_set_read_only_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Template arm32 (target=template_release, arch=arm32): platform/android/file_access_filesystem_jandroid.h#L69
'get_path' marked 'override' but does not override any member functions
πŸ€– Android / Template arm64 (target=template_release, arch=arm64): platform/android/file_access_android.h#L59
'get_path' marked 'override' but does not override any member functions
πŸ€– Android / Template arm64 (target=template_release, arch=arm64): platform/android/file_access_android.h#L78
'file_exists' marked 'override' but does not override any member functions
πŸ€– Android / Template arm64 (target=template_release, arch=arm64): platform/android/file_access_android.h#L80
'_get_modified_time' marked 'override' but does not override any member functions
πŸ€– Android / Template arm64 (target=template_release, arch=arm64): platform/android/file_access_android.h#L81
'_get_unix_permissions' marked 'override' but does not override any member functions
πŸ€– Android / Template arm64 (target=template_release, arch=arm64): platform/android/file_access_android.h#L82
'_set_unix_permissions' marked 'override' but does not override any member functions
πŸ€– Android / Template arm64 (target=template_release, arch=arm64): platform/android/file_access_android.h#L84
'_get_hidden_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Template arm64 (target=template_release, arch=arm64): platform/android/file_access_android.h#L85
'_set_hidden_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Template arm64 (target=template_release, arch=arm64): platform/android/file_access_android.h#L86
'_get_read_only_attribute' marked 'override' but does not override any member functions
πŸ€– Android / Template arm64 (target=template_release, arch=arm64): platform/android/file_access_android.h#L87
'_set_read_only_attribute' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): drivers/unix/file_access_unix.h#L64
'get_path' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): drivers/unix/file_access_unix.h#L82
'file_exists' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): drivers/unix/file_access_unix.h#L84
'_get_modified_time' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): drivers/unix/file_access_unix.h#L85
'_get_unix_permissions' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): drivers/unix/file_access_unix.h#L86
'_set_unix_permissions' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): drivers/unix/file_access_unix.h#L88
'_get_hidden_attribute' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): drivers/unix/file_access_unix.h#L89
'_set_hidden_attribute' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): drivers/unix/file_access_unix.h#L90
'_get_read_only_attribute' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): drivers/unix/file_access_unix.h#L91
'_set_read_only_attribute' marked 'override' but does not override any member functions
🌐 Web / Template w/o threads (target=template_release, threads=no): platform/web/web_main.cpp#L109
allocating an object of abstract class type 'OS_Web'
🌐 Web / Template w/ threads (target=template_release, threads=yes): drivers/unix/file_access_unix.h#L64
'get_path' marked 'override' but does not override any member functions
🌐 Web / Template w/ threads (target=template_release, threads=yes): drivers/unix/file_access_unix.h#L82
'file_exists' marked 'override' but does not override any member functions
🌐 Web / Template w/ threads (target=template_release, threads=yes): drivers/unix/file_access_unix.h#L84
'_get_modified_time' marked 'override' but does not override any member functions
🌐 Web / Template w/ threads (target=template_release, threads=yes): drivers/unix/file_access_unix.h#L85
'_get_unix_permissions' marked 'override' but does not override any member functions
🌐 Web / Template w/ threads (target=template_release, threads=yes): drivers/unix/file_access_unix.h#L86
'_set_unix_permissions' marked 'override' but does not override any member functions
🌐 Web / Template w/ threads (target=template_release, threads=yes): drivers/unix/file_access_unix.h#L88
'_get_hidden_attribute' marked 'override' but does not override any member functions
🌐 Web / Template w/ threads (target=template_release, threads=yes): drivers/unix/file_access_unix.h#L89
'_set_hidden_attribute' marked 'override' but does not override any member functions
🌐 Web / Template w/ threads (target=template_release, threads=yes): drivers/unix/file_access_unix.h#L90
'_get_read_only_attribute' marked 'override' but does not override any member functions
🌐 Web / Template w/ threads (target=template_release, threads=yes): drivers/unix/file_access_unix.h#L91
'_set_read_only_attribute' marked 'override' but does not override any member functions
🌐 Web / Template w/ threads (target=template_release, threads=yes): platform/web/web_main.cpp#L109
allocating an object of abstract class type 'OS_Web'
🍎 macOS / Editor (target=editor, tests=yes): platform/macos/godot_main_macos.mm#L62
variable type 'OS_MacOS' is an abstract class
🍎 macOS / Editor (target=editor, tests=yes)
Process completed with exit code 2.
🍎 macOS / Template (target=template_release, tests=yes)
Process completed with exit code 2.
🍏 iOS / Template (target=template_release): platform/ios/godot_ios.mm#L90
allocating an object of abstract class type 'OS_IOS'
🍏 iOS / Template (target=template_release)
Process completed with exit code 2.
🐧 Linux / Editor w/ Mono (target=editor): platform/linuxbsd/godot_linuxbsd.cpp#L63
cannot declare variable 'os' to be of abstract type 'OS_LinuxBSD'
🐧 Linux / Editor w/ Mono (target=editor)
Process completed with exit code 2.

Artifacts

Produced during runtime
Name Size
windows-editor
67.5 MB
windows-template
32.9 MB