Skip to content

Num deck steamline #19168

Num deck steamline

Num deck steamline #19168

Triggered via pull request January 3, 2025 22:12
Status Failure
Total duration 27m 56s
Artifacts

build.yml

on: pull_request
Matrix: build
Update manifest file on download server
32s
Update manifest file on download server
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 1 warning
Ubuntu 22.04: src/coreservices.cpp#L444
no matching function for call to ‘min(int, qsizetype)’
Ubuntu 22.04: src/coreservices.cpp#L445
increment of read-only variable ‘numTracks’
Ubuntu 22.04: src/coreservices.cpp#L446
expected ‘;’ before ‘i’
Ubuntu 22.04: src/coreservices.cpp#L446
for increment expression has no effect [-Werror=unused-value]
Ubuntu 22.04
Process completed with exit code 2.
Windows 2019 (MSVC): src/coreservices.cpp#L444
'std::min': no matching overloaded function found
Windows 2019 (MSVC): src/coreservices.cpp#L444
'_Ty std::min(std::initializer_list<_Elem>)': expects 1 arguments - 2 provided
Windows 2019 (MSVC): src/coreservices.cpp#L444
'_Ty std::min(std::initializer_list<_Elem>,_Pr)': could not deduce template argument for 'std::initializer_list<_Elem>' from 'int'
Windows 2019 (MSVC): src/coreservices.cpp#L444
'const _Ty &std::min(const _Ty &,const _Ty &) noexcept(<expr>)': template parameter '_Ty' is ambiguous
Windows 2019 (MSVC): src/coreservices.cpp#L444
'const _Ty &std::min(const _Ty &,const _Ty &) noexcept(<expr>)': could not deduce template argument for 'const _Ty &' from 'qsizetype'
Windows 2019 (MSVC): src/coreservices.cpp#L444
'const _Ty &std::min(const _Ty &,const _Ty &,_Pr) noexcept(<expr>)': expects 3 arguments - 2 provided
Windows 2019 (MSVC): src/coreservices.cpp#L444
'numTracks': const object must be initialized
Windows 2019 (MSVC): src/coreservices.cpp#L445
'numTracks': you cannot assign to a variable that is const
Windows 2019 (MSVC): src/coreservices.cpp#L446
syntax error: missing ';' before identifier 'i'
Windows 2019 (MSVC)
Process completed with exit code 1.
macOS 13 arm64: src/coreservices.cpp#L444
no matching function for call to 'min'
macOS 13 arm64: src/coreservices.cpp#L446
cannot assign to variable 'numTracks' with const-qualified type 'const int'
macOS 13 arm64: src/coreservices.cpp#L446
expected ';' in 'for' statement specifier
macOS 13 arm64: src/coreservices.cpp#L446
expression result unused [-Werror,-Wunused-value]
macOS 13 arm64
Process completed with exit code 1.
macOS 13 x64: src/coreservices.cpp#L444
no matching function for call to 'min'
macOS 13 x64: src/coreservices.cpp#L446
cannot assign to variable 'numTracks' with const-qualified type 'const int'
macOS 13 x64: src/coreservices.cpp#L446
expected ';' in 'for' statement specifier
macOS 13 x64: src/coreservices.cpp#L446
expression result unused [-Werror,-Wunused-value]
macOS 13 x64
Process completed with exit code 1.
Update manifest file on download server
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636