Skip to content

[backport] Assorted CI fixes and changes #510

[backport] Assorted CI fixes and changes

[backport] Assorted CI fixes and changes #510

Triggered via pull request December 7, 2024 06:49
Status Cancelled
Total duration 3m 49s
Artifacts

runner.yml

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

70 errors and 2 warnings
🐧 Linux / Minimal template (target=template_release, everything disabled): tests/core/io/test_http_client.h#L44
no match for 'operator!=' (operand types are 'doctest::detail::Expression_lhs<Ref<HTTPClient>&>' and 'std::nullptr_t')
🐧 Linux / Minimal template (target=template_release, everything disabled): thirdparty/doctest/doctest.h#L1528
use of deleted function 'bool Ref<T>::operator!=(std::nullptr_t) const [with T = HTTPClient; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Minimal template (target=template_release, everything disabled): core/error/error_macros.h#L339
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = SpriteFrames; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Minimal template (target=template_release, everything disabled): scene/2d/animated_sprite_2d.cpp#L544
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = SpriteFrames; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Minimal template (target=template_release, everything disabled): scene/resources/material.cpp#L40
use of deleted function 'bool Ref<T>::operator!=(std::nullptr_t) const [with T = Material; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Minimal template (target=template_release, everything disabled): tests/scene/test_path_2d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve2D> >' and 'std::nullptr_t')
🐧 Linux / Minimal template (target=template_release, everything disabled): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve2D; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Minimal template (target=template_release, everything disabled)
Process completed with exit code 2.
🤖 Android / Template arm64 (target=template_release, arch=arm64)
Process completed with exit code 2.
🤖 Android / Template arm32 (target=template_release, arch=arm32)
Process completed with exit code 2.
🐧 Linux / Template w/ Mono (target=template_release): tests/core/io/test_http_client.h#L44
no match for 'operator!=' (operand types are 'doctest::detail::Expression_lhs<Ref<HTTPClient>&>' and 'std::nullptr_t')
🐧 Linux / Template w/ Mono (target=template_release): thirdparty/doctest/doctest.h#L1528
use of deleted function 'bool Ref<T>::operator!=(std::nullptr_t) const [with T = HTTPClient; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Template w/ Mono (target=template_release): tests/scene/test_path_2d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve2D> >' and 'std::nullptr_t')
🐧 Linux / Template w/ Mono (target=template_release): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve2D; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Template w/ Mono (target=template_release): tests/scene/test_path_3d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve3D> >' and 'std::nullptr_t')
🐧 Linux / Template w/ Mono (target=template_release): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve3D; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Template w/ Mono (target=template_release): tests/scene/test_primitives.h#L612
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve> >' and 'std::nullptr_t')
🐧 Linux / Template w/ Mono (target=template_release): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Template w/ Mono (target=template_release): tests/scene/test_primitives.h#L672
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve> >' and 'std::nullptr_t')
🐧 Linux / Template w/ Mono (target=template_release): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor (target=editor tests=yes): tests/core/io/test_http_client.h#L44
no match for 'operator!=' (operand types are 'doctest::detail::Expression_lhs<Ref<HTTPClient>&>' and 'std::nullptr_t')
🐧 Linux / Editor (target=editor tests=yes): thirdparty/doctest/doctest.h#L1528
use of deleted function 'bool Ref<T>::operator!=(std::nullptr_t) const [with T = HTTPClient; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor (target=editor tests=yes): tests/scene/test_path_2d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve2D> >' and 'std::nullptr_t')
🐧 Linux / Editor (target=editor tests=yes): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve2D; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor (target=editor tests=yes): tests/scene/test_path_3d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve3D> >' and 'std::nullptr_t')
🐧 Linux / Editor (target=editor tests=yes): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve3D; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor (target=editor tests=yes): tests/scene/test_primitives.h#L612
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve> >' and 'std::nullptr_t')
🐧 Linux / Editor (target=editor tests=yes): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor (target=editor tests=yes): tests/scene/test_primitives.h#L672
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve> >' and 'std::nullptr_t')
🐧 Linux / Editor (target=editor tests=yes): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): tests/core/io/test_http_client.h#L44
invalid operands to binary expression ('Expression_lhs<Ref<HTTPClient> &>' and 'nullptr_t')
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): tests/scene/test_path_2d.h#L43
invalid operands to binary expression ('Expression_lhs<Ref<Curve2D>>' and 'nullptr_t')
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): tests/scene/test_path_3d.h#L43
invalid operands to binary expression ('Expression_lhs<Ref<Curve3D>>' and 'nullptr_t')
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/regex/tests/test_regex.h#L83
invalid operands to binary expression ('Expression_lhs<Ref<RegExMatch> &>' and 'nullptr_t')
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/regex/tests/test_regex.h#L87
invalid operands to binary expression ('Expression_lhs<Ref<RegExMatch> &>' and 'nullptr_t')
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/regex/tests/test_regex.h#L90
invalid operands to binary expression ('Expression_lhs<Ref<RegExMatch> &>' and 'nullptr_t')
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/regex/tests/test_regex.h#L93
invalid operands to binary expression ('Expression_lhs<Ref<RegExMatch> &>' and 'nullptr_t')
🤖 Android / Editor (target=editor)
Process completed with exit code 2.
🐧 Linux / Editor w/ Mono (target=editor): core/error/error_macros.h#L363
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Material; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor w/ Mono (target=editor): core/error/error_macros.h#L363
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Material; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor w/ Mono (target=editor): core/error/error_macros.h#L363
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = FBXState; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor w/ Mono (target=editor): core/error/error_macros.h#L363
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = FBXState; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor w/ Mono (target=editor): core/error/error_macros.h#L363
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = FileAccess; std::nullptr_t = std::nullptr_t]'
🐧 Linux / Editor w/ Mono (target=editor)
Process completed with exit code 2.
🐧 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): tests/core/io/test_http_client.h#L44
no match for 'operator!=' (operand types are 'doctest::detail::Expression_lhs<Ref<HTTPClient>&>' and 'std::nullptr_t')
🐧 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): thirdparty/doctest/doctest.h#L1528
use of deleted function 'bool Ref<T>::operator!=(std::nullptr_t) const [with T = HTTPClient; std::nullptr_t = std::nullptr_t]'
🐧 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): tests/scene/test_path_2d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve2D> >' and 'std::nullptr_t')
🐧 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): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve2D; std::nullptr_t = std::nullptr_t]'
🐧 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): tests/scene/test_path_3d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve3D> >' and 'std::nullptr_t')
🐧 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): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve3D; std::nullptr_t = std::nullptr_t]'
🐧 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): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve; std::nullptr_t = std::nullptr_t]'
🐧 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): thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve; std::nullptr_t = std::nullptr_t]'
🍏 iOS / Template (target=template_release)
The run was canceled by @jss2a98aj.
🍎 macOS / Editor (target=editor, tests=yes)
The run was canceled by @jss2a98aj.
🍎 macOS / Template (target=template_release)
The run was canceled by @jss2a98aj.
🌐 Web / Template w/o threads (target=template_release, threads=no)
The operation was canceled.
🌐 Web / Template w/ threads (target=template_release, threads=yes)
The operation was canceled.
🏁 Windows / Template (target=template_release)
The run was canceled by @jss2a98aj.
🏁 Windows / Editor (target=editor, tests=yes)
The run was canceled by @jss2a98aj.
🏁 Windows / Editor w/ Mono (target=editor)
The run was canceled by @jss2a98aj.
🌐 Web / Template w/o threads (target=template_release, threads=no)
No cached files found at path "/home/runner/work/blazium/blazium/emsdk-cache" - downloading and caching emsdk.
🌐 Web / Template w/ threads (target=template_release, threads=yes)
No cached files found at path "/home/runner/work/blazium/blazium/emsdk-cache" - downloading and caching emsdk.