Skip to content

Add C++ runtime for Tele-AI/TeleSpeech-ASR #882

Add C++ runtime for Tele-AI/TeleSpeech-ASR

Add C++ runtime for Tele-AI/TeleSpeech-ASR #882

Triggered via pull request June 4, 2024 16:25
Status Failure
Total duration 18h 12m 44s
Artifacts 5

test-dot-net.yaml

on: pull_request
Matrix: build-libs
Matrix: test-dot-net
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 36 warnings
test-dot-net (macos-latest, 3.8)
Process completed with exit code 1.
test-dot-net (macos-latest, 3.8)
[notice] A new release of pip is available: 21.1.1 -> 24.0 [notice] To update, run: python3.8 -m pip install --upgrade pip
test-dot-net (ubuntu-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (ubuntu-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (ubuntu-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (ubuntu-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (ubuntu-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L26
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L29
Non-nullable property 'Encoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L32
Non-nullable property 'Decoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L35
Non-nullable property 'Joiner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L38
Non-nullable property 'ModelType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L41
Non-nullable property 'WhisperEncoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L44
Non-nullable property 'WhisperDecoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L47
Non-nullable property 'WhisperLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L50
Non-nullable property 'WhisperTask' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (ubuntu-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L53
Non-nullable property 'TdnnModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L26
Non-nullable property 'Tokens' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L29
Non-nullable property 'Encoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L32
Non-nullable property 'Decoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L35
Non-nullable property 'Joiner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L38
Non-nullable property 'ModelType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L41
Non-nullable property 'WhisperEncoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L44
Non-nullable property 'WhisperDecoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L47
Non-nullable property 'WhisperLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L50
Non-nullable property 'WhisperTask' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8): dotnet-examples/offline-decode-files/Program.cs#L53
Non-nullable property 'TdnnModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dot-net (macos-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (macos-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (macos-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework
test-dot-net (macos-latest, 3.8)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
test-dot-net (macos-latest, 3.8)
- Add lib or ref assemblies for the netstandard2.0 target framework

Artifacts

Produced during runtime
Name Size
dot-net-tts-generated-test-files-ubuntu-latest Expired
739 KB
macos-latest Expired
13.7 MB
ubuntu-latest Expired
13.4 MB
windows-latest Expired
7.81 MB
windows-latest-win32 Expired
6.49 MB