Skip to content

Removed Backward library #811

Removed Backward library

Removed Backward library #811

Triggered via push December 14, 2024 22:14
Status Failure
Total duration 2m 10s
Artifacts

build.yml

on: push
Matrix: Build
Package
4s
Package
Fit to window
Zoom out
Zoom in

Annotations

65 errors and 3 warnings
macos-15 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L58
'backward' does not name a type
macos-15 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L58
expected unqualified-id before '*' token
macos-15 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L58
expected ')' before '*' token
macos-15 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L58
expected initializer before '*' token
macos-15 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L134
no matching function for call to 'p::MemoryStats::PrintAllocationError(const char [1], p::AllocationStats*, std::nullptr_t)'
macos-15 (gcc-14, Release)
Process completed with exit code 1.
macos-15 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L58
'backward' does not name a type
macos-15 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L58
expected unqualified-id before '*' token
macos-15 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L58
expected ')' before '*' token
macos-15 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L58
expected initializer before '*' token
macos-15 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L134
no matching function for call to 'p::MemoryStats::PrintAllocationError(const char [1], p::AllocationStats*, std::nullptr_t)'
macos-15 (gcc-14, Debug)
Process completed with exit code 1.
ubuntu-24.04 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L58
‘backward’ does not name a type
ubuntu-24.04 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L58
expected unqualified-id before ‘*’ token
ubuntu-24.04 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L58
expected ‘)’ before ‘*’ token
ubuntu-24.04 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L58
expected initializer before ‘*’ token
ubuntu-24.04 (gcc-14, Release): Src/Memory/MemoryStats.cpp#L134
no matching function for call to ‘p::MemoryStats::PrintAllocationError(const char [1], p::AllocationStats*, std::nullptr_t)’
ubuntu-24.04 (gcc-14, Release)
Process completed with exit code 1.
ubuntu-24.04 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L58
‘backward’ does not name a type
ubuntu-24.04 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L58
expected unqualified-id before ‘*’ token
ubuntu-24.04 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L58
expected ‘)’ before ‘*’ token
ubuntu-24.04 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L58
expected initializer before ‘*’ token
ubuntu-24.04 (gcc-14, Debug): Src/Memory/MemoryStats.cpp#L134
no matching function for call to ‘p::MemoryStats::PrintAllocationError(const char [1], p::AllocationStats*, std::nullptr_t)’
ubuntu-24.04 (gcc-14, Debug)
Process completed with exit code 1.
ubuntu-24.04 (clang-18, Release): Src/Memory/MemoryStats.cpp#L58
use of undeclared identifier 'backward'
ubuntu-24.04 (clang-18, Release): Src/Memory/MemoryStats.cpp#L71
use of undeclared identifier 'backward'
ubuntu-24.04 (clang-18, Release): Src/Memory/MemoryStats.cpp#L75
use of undeclared identifier 'backward'
ubuntu-24.04 (clang-18, Release): Src/Memory/MemoryStats.cpp#L134
too many arguments to function call, expected 2, have 3
ubuntu-24.04 (clang-18, Release)
Process completed with exit code 1.
ubuntu-24.04 (clang-18, Debug): Src/Memory/MemoryStats.cpp#L58
use of undeclared identifier 'backward'
ubuntu-24.04 (clang-18, Debug): Src/Memory/MemoryStats.cpp#L71
use of undeclared identifier 'backward'
ubuntu-24.04 (clang-18, Debug): Src/Memory/MemoryStats.cpp#L75
use of undeclared identifier 'backward'
ubuntu-24.04 (clang-18, Debug): Src/Memory/MemoryStats.cpp#L134
too many arguments to function call, expected 2, have 3
ubuntu-24.04 (clang-18, Debug)
Process completed with exit code 1.
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L58
'backward': is not a class or namespace name
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L58
missing type specifier - int assumed. Note: C++ does not support default-int
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L58
syntax error: missing ',' before '*'
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L57
'void p::MemoryStats::PrintAllocationError(p::StringView,p::AllocationStats *,const int)': overloaded member function not found in 'p::MemoryStats'
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L69
'stack': undeclared identifier
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L71
'backward': is not a class or namespace name
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L71
'TraceResolver': undeclared identifier
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L71
syntax error: missing ';' before identifier 'tr'
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L71
'tr': undeclared identifier
windows-2022 (msvc, Debug): Src/Memory/MemoryStats.cpp#L72
'tr': undeclared identifier
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L58
'backward': is not a class or namespace name
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L58
missing type specifier - int assumed. Note: C++ does not support default-int
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L58
syntax error: missing ',' before '*'
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L57
'void p::MemoryStats::PrintAllocationError(p::StringView,p::AllocationStats *,const int)': overloaded member function not found in 'p::MemoryStats'
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L69
'stack': undeclared identifier
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L71
'backward': is not a class or namespace name
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L71
'TraceResolver': undeclared identifier
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L71
syntax error: missing ';' before identifier 'tr'
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L71
'tr': undeclared identifier
windows-2022 (msvc, Release): Src/Memory/MemoryStats.cpp#L72
'tr': undeclared identifier
windows-2022 (clang-18, Debug): Src/Memory/MemoryStats.cpp#L58
use of undeclared identifier 'backward'
windows-2022 (clang-18, Debug): Src/Memory/MemoryStats.cpp#L71
use of undeclared identifier 'backward'
windows-2022 (clang-18, Debug): Src/Memory/MemoryStats.cpp#L75
use of undeclared identifier 'backward'
windows-2022 (clang-18, Debug): Src/Memory/MemoryStats.cpp#L134
too many arguments to function call, expected 2, have 3
windows-2022 (clang-18, Debug)
Process completed with exit code 1.
windows-2022 (clang-18, Release): Src/Memory/MemoryStats.cpp#L58
use of undeclared identifier 'backward'
windows-2022 (clang-18, Release): Src/Memory/MemoryStats.cpp#L71
use of undeclared identifier 'backward'
windows-2022 (clang-18, Release): Src/Memory/MemoryStats.cpp#L75
use of undeclared identifier 'backward'
windows-2022 (clang-18, Release): Src/Memory/MemoryStats.cpp#L134
too many arguments to function call, expected 2, have 3
windows-2022 (clang-18, Release)
Process completed with exit code 1.
Package
Unable to download artifact(s): Artifact not found for name: Pipe-Linux-Debug Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
macos-15 (gcc-14, Release)
gcc 14.2.0_1 is already installed and up-to-date. To reinstall 14.2.0_1, run: brew reinstall gcc
macos-15 (gcc-14, Debug)
gcc 14.2.0_1 is already installed and up-to-date. To reinstall 14.2.0_1, run: brew reinstall gcc
Package
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636