Skip to content

Bindings Regeneration #226

Bindings Regeneration

Bindings Regeneration #226

Manually triggered December 13, 2025 21:29
Status Failure
Total duration 3m 53s
Artifacts

bindings-regeneration.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
build
at Silk.NET.BuildTools.Generator.RunTaskGuarded(BindTask task, Config config) in /_/src/Core/Silk.NET.BuildTools/Generator.cs:line 79
build
at Silk.NET.BuildTools.Generator.RunTask(BindTask task, Config config, Stopwatch sw) in /_/src/Core/Silk.NET.BuildTools/Generator.cs:line 0
build
at Silk.NET.BuildTools.Cpp.Clang.GenerateProfile(String fileName, Stream input, BindTask task) in /_/src/Core/Silk.NET.BuildTools/Cpp/Clang.cs:line 173
build
at Silk.NET.BuildTools.Cpp.Clang.<GenerateProfile>g__WriteDiagnosticsThrowOnError|3_0(TranslationUnit unit) in /_/src/Core/Silk.NET.BuildTools/Cpp/Clang.cs:line 169
build
Unhandled exception when running BuildTools for D3D12: System.Exception: See above.
build
at Silk.NET.BuildTools.Generator.RunTaskGuarded(BindTask task, Config config) in /_/src/Core/Silk.NET.BuildTools/Generator.cs:line 79
build
at Silk.NET.BuildTools.Generator.RunTask(BindTask task, Config config, Stopwatch sw) in /_/src/Core/Silk.NET.BuildTools/Generator.cs:line 0
build
at Silk.NET.BuildTools.Cpp.Clang.GenerateProfile(String fileName, Stream input, BindTask task) in /_/src/Core/Silk.NET.BuildTools/Cpp/Clang.cs:line 173
build
at Silk.NET.BuildTools.Cpp.Clang.<GenerateProfile>g__WriteDiagnosticsThrowOnError|3_0(TranslationUnit unit) in /_/src/Core/Silk.NET.BuildTools/Cpp/Clang.cs:line 169
build
Unhandled exception when running BuildTools for Core: System.Exception: See above.
build
C:\Windows\system32\config\systemprofile\.nuget\packages\microsoft.build.tasks.git\1.1.1\build\Microsoft.Build.Tasks.Git.targets(25,5): warning : Could not find file 'D:\Silk.NET\Silk.NET\build\submodules\SPIRV-Tools\.git'. The source code won't be available via Source Link. [D:\Silk.NET\Silk.NET\src\Core\Silk.NET.BuildTools\Silk.NET.BuildTools.csproj]
build
C:\Windows\system32\config\systemprofile\.nuget\packages\microsoft.build.tasks.git\1.1.1\build\Microsoft.Build.Tasks.Git.targets(25,5): warning : Could not find file 'D:\Silk.NET\Silk.NET\build\submodules\openal-soft\.git'. The source code won't be available via Source Link. [D:\Silk.NET\Silk.NET\src\Core\Silk.NET.BuildTools\Silk.NET.BuildTools.csproj]
build
C:\Windows\system32\config\systemprofile\.nuget\packages\microsoft.build.tasks.git\1.1.1\build\Microsoft.Build.Tasks.Git.targets(25,5): warning : Could not find file 'D:\Silk.NET\Silk.NET\build\submodules\MoltenVK\.git'. The source code won't be available via Source Link. [D:\Silk.NET\Silk.NET\src\Core\Silk.NET.BuildTools\Silk.NET.BuildTools.csproj]
build
C:\Windows\system32\config\systemprofile\.nuget\packages\microsoft.build.tasks.git\1.1.1\build\Microsoft.Build.Tasks.Git.targets(25,5): warning : Could not find file 'D:\Silk.NET\Silk.NET\build\submodules\GLFW\.git'. The source code won't be available via Source Link. [D:\Silk.NET\Silk.NET\src\Core\Silk.NET.BuildTools\Silk.NET.BuildTools.csproj]
build
C:\Windows\system32\config\systemprofile\.nuget\packages\microsoft.build.tasks.git\1.1.1\build\Microsoft.Build.Tasks.Git.targets(25,5): warning : Could not find file 'D:\Silk.NET\Silk.NET\build\submodules\dxvk\.git'. The source code won't be available via Source Link. [D:\Silk.NET\Silk.NET\src\Core\Silk.NET.BuildTools\Silk.NET.BuildTools.csproj]
build
C:\Windows\system32\config\systemprofile\.nuget\packages\microsoft.build.tasks.git\1.1.1\build\Microsoft.Build.Tasks.Git.targets(25,5): warning : Could not find file 'D:\Silk.NET\Silk.NET\build\submodules\ANGLE\.git'. The source code won't be available via Source Link. [D:\Silk.NET\Silk.NET\src\Core\Silk.NET.BuildTools\Silk.NET.BuildTools.csproj]
build
C:\Windows\system32\config\systemprofile\.nuget\packages\microsoft.extensions.filesystemglobbing\9.0.9\buildTransitive\netcoreapp2.0\Microsoft.Extensions.FileSystemGlobbing.targets(4,5): warning : Microsoft.Extensions.FileSystemGlobbing 9.0.9 doesn't support net6.0 and has not been tested with it. Consider upgrading your TargetFramework to net8.0 or later. You may also set <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk. [D:\Silk.NET\Silk.NET\src\Core\Silk.NET.BuildTools\Silk.NET.BuildTools.csproj]
build
Solution "D:\Silk.NET\Silk.NET\Silk.NET.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.OriginalSolution" or remove the following entries from the solution file: " - {B9A8D738-FE7D-4860-A446-4A03E3DDEB74}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B9A8D738-FE7D-4860-A446-4A03E3DDEB74}.Debug|x64.Build.0 = Debug|Any CPU - {B9A8D738-FE7D-4860-A446-4A03E3DDEB74}.Debug|x86.Build.0 = Debug|Any CPU - {B9A8D738-FE7D-4860-A446-4A03E3DDEB74}.Release|x64.Build.0 = Release|Any CPU - {B9A8D738-FE7D-4860-A446-4A03E3DDEB74}.Release|x86.Build.0 = Release|Any CPU"
build: build/nuke/Build.Website.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: build/nuke/Build.Website.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/