Skip to content

Apply formatting. #6923

Apply formatting.

Apply formatting. #6923

Triggered via push October 2, 2024 17:57
Status Failure
Total duration 52m 2s
Artifacts 9

runner.yml

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

44 errors and 3 warnings
🤖 Android / Editor (target=editor)
Process completed with exit code 2.
🍎 macOS / Editor (target=editor, tests=yes)
Process completed with exit code 2.
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/util/Meta.h#L126
all member functions in class 'Eigen::internal::is_convertible_impl<From, To>' are private [-Werror=ctor-dtor-privacy]
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h#L69
this condition has identical branches [-Werror=duplicated-branches]
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/util/ForwardDeclarations.h#L239
this condition has identical branches [-Werror=duplicated-branches]
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/util/XprHelper.h#L89
all member functions in class 'Eigen::internal::no_assignment_operator' are private [-Werror=ctor-dtor-privacy]
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/util/XprHelper.h#L233
this condition has identical branches [-Werror=duplicated-branches]
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/util/Memory.h#L73
ignoring return value of 'void* operator new(std::size_t)', declared with attribute nodiscard [-Werror=unused-result]
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/DenseBase.h#L253
declaration of 'cols' shadows a member of 'Eigen::DenseBase<Derived>' [-Werror=shadow]
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/DenseBase.h#L253
declaration of 'rows' shadows a member of 'Eigen::DenseBase<Derived>' [-Werror=shadow]
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/ReturnByValue.h#L67
all member functions in class 'Eigen::ReturnByValue<Derived>::YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_IS_NOT_ALLOWED_BECAUSE_THAT_WOULD_BE_INEFFICIENT' are private [-Werror=ctor-dtor-privacy]
🐧 Linux / Editor w/ Mono (target=editor): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/CwiseNullaryOp.h#L790
declaration of 'cols' shadows a member of 'Eigen::MatrixBase<Derived>' [-Werror=shadow]
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L249
comparison of integers of different signs: 'int' and 'std::vector::size_type' (aka 'unsigned long') [-Werror,-Wsign-compare]
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L415
'VertexCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L419
'SegmentCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L476
'Closed' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
🐧 Linux / Editor with clang sanitizers (target=editor, tests=yes, dev_build=yes, use_asan=yes, use_ubsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L488
'GetSegment' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L249
comparison of integers of different signs: 'int' and 'std::vector::size_type' (aka 'unsigned long') [-Werror,-Wsign-compare]
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L269
comparison of integers of different signs: 'int' and 'unsigned long' [-Werror,-Wsign-compare]
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L415
'VertexCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L419
'SegmentCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L476
'Closed' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
🐧 Linux / Editor with ThreadSanitizer (target=editor, tests=yes, dev_build=yes, use_tsan=yes, use_llvm=yes, linker=lld): modules/geometry3/src/geometry/DCurve3.h#L488
'GetSegment' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
🏁 Windows / Editor (target=editor, tests=yes)
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): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/ReturnByValue.h#L67
all member functions in class 'Eigen::ReturnByValue<Derived>::YOU_ARE_TRYING_TO_ACCESS_A_SINGLE_COEFFICIENT_IN_A_SPECIAL_EXPRESSION_WHERE_THAT_IS_NOT_ALLOWED_BECAUSE_THAT_WOULD_BE_INEFFICIENT' are private [-Werror=ctor-dtor-privacy]
🏁 Windows / Editor (target=editor, tests=yes): modules/geometry3/thirdparty/Eigen/Eigen/src/Core/util/Memory.h#L73
discarding return value of function with [[nodiscard]] attribute
🌐 Web / Template w/ threads (target=template_release, threads=yes)
No cached files found at path "/home/runner/work/godot/godot/emsdk-cache" - downloading and caching emsdk.
🌐 Web / Template w/o threads (target=template_release, threads=no)
No cached files found at path "/home/runner/work/godot/godot/emsdk-cache" - downloading and caching emsdk.

Artifacts

Produced during runtime
Name Size
android-template-arm32
67.9 MB
android-template-arm64
62.4 MB
ios-template
37.1 MB
linux-template-minimal
17 MB
linux-template-mono
30.3 MB
macos-template
44.8 MB
web-nothreads-template
15 MB
web-template
15 MB
windows-template
30.7 MB