Skip to content

fix: Avoid modifying augmented graph view collection upon traversal #285

fix: Avoid modifying augmented graph view collection upon traversal

fix: Avoid modifying augmented graph view collection upon traversal #285

Re-run triggered February 14, 2024 03:34
Status Failure
Total duration 2m 41s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 22 warnings
linux: src/TensorFlowNET.Core/Training/Saving/SavedModel/AugmentedGraphView.cs#L94
Since 'merged_trackable(Trackable)' returns void, a return keyword must not be followed by an object expression
linux: src/TensorFlowNET.Core/Training/Saving/SavedModel/AugmentedGraphView.cs#L94
Since 'merged_trackable(Trackable)' returns void, a return keyword must not be followed by an object expression
linux: src/TensorFlowNET.Core/Training/Saving/SavedModel/AugmentedGraphView.cs#L94
Since 'merged_trackable(Trackable)' returns void, a return keyword must not be followed by an object expression
linux: src/TensorFlowNET.Core/Training/Saving/SavedModel/AugmentedGraphView.cs#L94
Since 'merged_trackable(Trackable)' returns void, a return keyword must not be followed by an object expression
linux
Process completed with exit code 1.
windows: src/TensorFlowNET.Core/Training/Saving/SavedModel/AugmentedGraphView.cs#L94
Since 'merged_trackable(Trackable)' returns void, a return keyword must not be followed by an object expression
windows: src/TensorFlowNET.Core/Training/Saving/SavedModel/AugmentedGraphView.cs#L94
Since 'merged_trackable(Trackable)' returns void, a return keyword must not be followed by an object expression
windows: src/TensorFlowNET.Core/Training/Saving/SavedModel/AugmentedGraphView.cs#L94
Since 'merged_trackable(Trackable)' returns void, a return keyword must not be followed by an object expression
windows: src/TensorFlowNET.Core/Training/Saving/SavedModel/AugmentedGraphView.cs#L94
Since 'merged_trackable(Trackable)' returns void, a return keyword must not be followed by an object expression
windows
Process completed with exit code 1.
linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linux: tools/Tensorflow.Redist.NativeLibrarySplitter/Program.cs#L50
The local function 'Restitch' is declared but never used
linux: src/TensorFlowNET.Core/APIs/tf.sparse.cs#L52
Possible null reference assignment.
linux: src/TensorFlowNET.Core/Operations/gen_sparse_ops.cs#L55
Possible null reference assignment.
linux: src/TensorFlowNET.Core/Operations/math_ops.cs#L163
Possible null reference assignment.
linux: src/TensorFlowNET.Core/Operations/sparse_ops.cs#L19
Possible null reference assignment.
linux: src/TensorFlowNET.Core/Variables/BaseResourceVariable.cs#L304
Nullability of type of parameter 'save_options' doesn't match overridden member (possibly because of nullability attributes).
linux: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L103
Converting null literal or possible null value to non-nullable type.
linux: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L142
Converting null literal or possible null value to non-nullable type.
linux: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L161
Nullable value type may be null.
linux: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L165
Dereference of a possibly null reference.
windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
windows: tools/Tensorflow.Redist.NativeLibrarySplitter/Program.cs#L50
The local function 'Restitch' is declared but never used
windows: src/TensorFlowNET.Core/APIs/tf.sparse.cs#L52
Possible null reference assignment.
windows: src/TensorFlowNET.Core/Operations/gen_sparse_ops.cs#L55
Possible null reference assignment.
windows: src/TensorFlowNET.Core/Operations/math_ops.cs#L163
Possible null reference assignment.
windows: src/TensorFlowNET.Core/Operations/sparse_ops.cs#L19
Possible null reference assignment.
windows: src/TensorFlowNET.Core/Variables/BaseResourceVariable.cs#L304
Nullability of type of parameter 'save_options' doesn't match overridden member (possibly because of nullability attributes).
windows: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L103
Converting null literal or possible null value to non-nullable type.
windows: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L142
Converting null literal or possible null value to non-nullable type.
windows: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L161
Nullable value type may be null.
windows: src/TensorFlowNET.Core/Variables/_VariableStore.cs#L165
Dereference of a possibly null reference.