Skip to content

Move MIDI's methods and constants into InputEventMIDI #159

Move MIDI's methods and constants into InputEventMIDI

Move MIDI's methods and constants into InputEventMIDI #159

Triggered via push January 2, 2024 15:28
Status Failure
Total duration 35m 12s
Artifacts 2

runner.yml

on: push
📊 Static checks  /  Code style, file formatting, and docs
2m 32s
📊 Static checks / Code style, file formatting, and docs
Matrix: 🐧 Linux / build-linux
🤖 Android  /  Template (target=template_release)
56s
🤖 Android / Template (target=template_release)
🍏 iOS  /  Template (target=template_release)
1m 12s
🍏 iOS / Template (target=template_release)
🌐 Web  /  Template (target=template_release)
35s
🌐 Web / Template (target=template_release)
Matrix: 🍎 macOS / build-macos
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

65 errors and 12 warnings
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L516
enumerator value for 'MESSAGE_NONE' must have integral or unscoped enumeration type
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L517
enumerator value for 'MESSAGE_NOTE_OFF' must have integral or unscoped enumeration type
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L518
enumerator value for 'MESSAGE_NOTE_ON' must have integral or unscoped enumeration type
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L519
enumerator value for 'MESSAGE_AFTERTOUCH' must have integral or unscoped enumeration type
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L520
enumerator value for 'MESSAGE_CONTROL_CHANGE' must have integral or unscoped enumeration type
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L521
enumerator value for 'MESSAGE_PROGRAM_CHANGE' must have integral or unscoped enumeration type
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L522
enumerator value for 'MESSAGE_CHANNEL_PRESSURE' must have integral or unscoped enumeration type
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L523
enumerator value for 'MESSAGE_PITCH_BEND' must have integral or unscoped enumeration type
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L524
enumerator value for 'MESSAGE_SYSTEM_EXCLUSIVE' must have integral or unscoped enumeration type
🐧 Linux / Editor w/ Mono (target=editor): core/input/input_event.h#L525
enumerator value for 'MESSAGE_QUARTER_FRAME' must have integral or unscoped enumeration type
🌐 Web / Template (target=template_release)
Process completed with exit code 2.
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L516
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L517
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L518
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L519
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L520
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L521
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L522
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L523
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L524
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L525
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🤖 Android / Template (target=template_release)
Process completed with exit code 2.
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L516
enumerator value for 'MESSAGE_NONE' must have integral or unscoped enumeration type
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L517
enumerator value for 'MESSAGE_NOTE_OFF' must have integral or unscoped enumeration type
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L518
enumerator value for 'MESSAGE_NOTE_ON' must have integral or unscoped enumeration type
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L519
enumerator value for 'MESSAGE_AFTERTOUCH' must have integral or unscoped enumeration type
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L520
enumerator value for 'MESSAGE_CONTROL_CHANGE' must have integral or unscoped enumeration type
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L521
enumerator value for 'MESSAGE_PROGRAM_CHANGE' must have integral or unscoped enumeration type
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L522
enumerator value for 'MESSAGE_CHANNEL_PRESSURE' must have integral or unscoped enumeration type
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L523
enumerator value for 'MESSAGE_PITCH_BEND' must have integral or unscoped enumeration type
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L524
enumerator value for 'MESSAGE_SYSTEM_EXCLUSIVE' must have integral or unscoped enumeration type
🐧 Linux / Minimal template (target=template_release, everything disabled): core/input/input_event.h#L525
enumerator value for 'MESSAGE_QUARTER_FRAME' must have integral or unscoped enumeration type
🍏 iOS / Template (target=template_release)
Process completed with exit code 2.
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L516
enumerator value for 'MESSAGE_NONE' must have integral or unscoped enumeration type
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L517
enumerator value for 'MESSAGE_NOTE_OFF' must have integral or unscoped enumeration type
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L518
enumerator value for 'MESSAGE_NOTE_ON' must have integral or unscoped enumeration type
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L519
enumerator value for 'MESSAGE_AFTERTOUCH' must have integral or unscoped enumeration type
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L520
enumerator value for 'MESSAGE_CONTROL_CHANGE' must have integral or unscoped enumeration type
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L521
enumerator value for 'MESSAGE_PROGRAM_CHANGE' must have integral or unscoped enumeration type
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L522
enumerator value for 'MESSAGE_CHANNEL_PRESSURE' must have integral or unscoped enumeration type
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L523
enumerator value for 'MESSAGE_PITCH_BEND' must have integral or unscoped enumeration type
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L524
enumerator value for 'MESSAGE_SYSTEM_EXCLUSIVE' must have integral or unscoped enumeration type
🐧 Linux / Template w/ Mono (target=template_release): core/input/input_event.h#L525
enumerator value for 'MESSAGE_QUARTER_FRAME' must have integral or unscoped enumeration type
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L516
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L517
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L518
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L519
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L520
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L521
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L522
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L523
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L524
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): core/input/input_event.h#L525
integral constant expression must have integral or unscoped enumeration type, not 'MIDIMessage'
🍎 macOS / Editor (target=editor, tests=yes)
Process completed with exit code 2.
🍎 macOS / Template (target=template_release)
Process completed with exit code 2.
🏁 Windows / Template (target=template_release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Template (target=template_release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Template (target=template_release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Template (target=template_release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Template (target=template_release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Template (target=template_release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Editor (target=editor, tests=yes)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Editor (target=editor, tests=yes)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Editor (target=editor, tests=yes)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Editor (target=editor, tests=yes)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Editor (target=editor, tests=yes)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🏁 Windows / Editor (target=editor, tests=yes)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
windows-editor Expired
118 MB
windows-template Expired
63.4 MB