Skip to content

Move non-const iteration from Vector to Vector.write. #349

Move non-const iteration from Vector to Vector.write.

Move non-const iteration from Vector to Vector.write. #349

Triggered via push December 22, 2024 15:08
Status Failure
Total duration 58m 4s
Artifacts 10

runner.yml

on: push
📊 Static checks  /  Code style, file formatting, and docs
27s
📊 Static checks / Code style, file formatting, and docs
Matrix: 🐧 Linux / build-linux
🍏 iOS  /  Template (target=template_release)
11m 25s
🍏 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

16 errors
🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled): drivers/alsamidi/midi_driver_alsamidi.cpp#L67
binding reference of type 'MIDIDriverALSAMidi::InputConnection&' to 'const MIDIDriverALSAMidi::InputConnection' discards qualifiers
🐧 Linux / Minimal template (target=template_release, tests=yes, everything disabled): drivers/alsamidi/midi_driver_alsamidi.cpp#L67
loop variable 'conn' of type 'MIDIDriverALSAMidi::InputConnection&' binds to a temporary constructed from type 'const MIDIDriverALSAMidi::InputConnection'
🐧 Linux / Template w/ Mono (target=template_release, tests=yes): modules/mono/utils/naming_utils.cpp#L163
binding reference of type 'String&' to 'const String' discards qualifiers
🐧 Linux / Template w/ Mono (target=template_release, tests=yes): modules/mono/utils/naming_utils.cpp#L163
loop variable 'part' of type 'String&' binds to a temporary constructed from type 'const String'
🐧 Linux / Template w/ Mono (target=template_release, tests=yes)
Process completed with exit code 2.
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/utils/naming_utils.cpp#L163
binding reference of type 'String&' to 'const String' discards qualifiers
🐧 Linux / Editor w/ Mono (target=editor): modules/mono/utils/naming_utils.cpp#L163
loop variable 'part' of type 'String&' binds to a temporary constructed from type 'const String'
🐧 Linux / Editor w/ Mono (target=editor)
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): drivers/alsamidi/midi_driver_alsamidi.cpp#L67
binding reference of type 'MIDIDriverALSAMidi::InputConnection' to value of type 'const MIDIDriverALSAMidi::InputConnection' drops 'const' qualifier
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): drivers/alsamidi/midi_driver_alsamidi.cpp#L67
binding reference of type 'MIDIDriverALSAMidi::InputConnection' to value of type 'const MIDIDriverALSAMidi::InputConnection' drops 'const' qualifier
🐧 Linux / Editor with doubles and GCC sanitizers (target=editor, tests=yes, dev_build=yes, scu_build=yes, precision=double, use_asan=yes, use_ubsan=yes, linker=gold): drivers/alsamidi/midi_driver_alsamidi.cpp#L67
binding reference of type 'MIDIDriverALSAMidi::InputConnection&' to 'const MIDIDriverALSAMidi::InputConnection' discards qualifiers
🐧 Linux / Editor with doubles and GCC sanitizers (target=editor, tests=yes, dev_build=yes, scu_build=yes, precision=double, use_asan=yes, use_ubsan=yes, linker=gold): drivers/alsamidi/midi_driver_alsamidi.cpp#L67
loop variable 'conn' of type 'MIDIDriverALSAMidi::InputConnection&' binds to a temporary constructed from type 'const MIDIDriverALSAMidi::InputConnection'

Artifacts

Produced during runtime
Name Size
android-editor
238 MB
android-template-arm32
74.7 MB
android-template-arm64
68.1 MB
ios-template
42 MB
macos-editor
107 MB
macos-template
49.5 MB
web-nothreads-template
16.8 MB
web-template
16.8 MB
windows-editor
67.7 MB
windows-template
32.9 MB