Skip to content

compilation fixes after merge #61

compilation fixes after merge

compilation fixes after merge #61

Triggered via push August 16, 2023 12:41
Status Failure
Total duration 19m 59s
Artifacts

FastTests.yml

on: push
Matrix: debug
Matrix: release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 30 warnings
release (ubuntu-latest)
Process completed with exit code 1.
release (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release (ubuntu-latest): src/Raven.Server/ServerWide/TransactionMerger/ClusterTransactionOperationsMerger.cs#L32
'ClusterTransactionOperationsMerger.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)' hides inherited member 'AbstractTransactionOperationsMerger<ClusterOperationContext, ClusterTransaction>.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)'. Use the new keyword if hiding was intended.
release (ubuntu-latest): src/Raven.Server/Documents/PeriodicBackup/Restore/AbstractRestoreBackupTask.cs#L555
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
release (ubuntu-latest): src/Raven.Server/Documents/Replication/ReplicationItems/ReplicationBatchItem.cs#L33
The field 'ReplicationBatchItem._disposed' is never used
release (ubuntu-latest): test/Tests.Infrastructure/InterversionTestBase.cs#L508
'InterversionTestBase.ShardingDatabaseRecord.Sharding' hides inherited member 'DatabaseRecord.Sharding'. Use the new keyword if hiding was intended.
release (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release (windows-latest): src/Raven.Server/ServerWide/TransactionMerger/ClusterTransactionOperationsMerger.cs#L32
'ClusterTransactionOperationsMerger.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)' hides inherited member 'AbstractTransactionOperationsMerger<ClusterOperationContext, ClusterTransaction>.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)'. Use the new keyword if hiding was intended.
release (windows-latest): src/Raven.Server/Documents/PeriodicBackup/Restore/AbstractRestoreBackupTask.cs#L555
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
release (windows-latest): src/Raven.Server/Documents/Replication/ReplicationItems/ReplicationBatchItem.cs#L33
The field 'ReplicationBatchItem._disposed' is never used
release (windows-latest): test/Tests.Infrastructure/InterversionTestBase.cs#L508
'InterversionTestBase.ShardingDatabaseRecord.Sharding' hides inherited member 'DatabaseRecord.Sharding'. Use the new keyword if hiding was intended.
debug (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
debug (ubuntu-latest): src/Raven.Server/ServerWide/TransactionMerger/ClusterTransactionOperationsMerger.cs#L32
'ClusterTransactionOperationsMerger.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)' hides inherited member 'AbstractTransactionOperationsMerger<ClusterOperationContext, ClusterTransaction>.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)'. Use the new keyword if hiding was intended.
debug (ubuntu-latest): src/Raven.Server/Documents/PeriodicBackup/Restore/AbstractRestoreBackupTask.cs#L555
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
debug (ubuntu-latest): src/Raven.Server/Documents/Replication/ReplicationItems/ReplicationBatchItem.cs#L33
The field 'ReplicationBatchItem._disposed' is never used
debug (ubuntu-latest): test/Tests.Infrastructure/InterversionTestBase.cs#L508
'InterversionTestBase.ShardingDatabaseRecord.Sharding' hides inherited member 'DatabaseRecord.Sharding'. Use the new keyword if hiding was intended.
release (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release (macos-latest): src/Raven.Server/ServerWide/TransactionMerger/ClusterTransactionOperationsMerger.cs#L32
'ClusterTransactionOperationsMerger.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)' hides inherited member 'AbstractTransactionOperationsMerger<ClusterOperationContext, ClusterTransaction>.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)'. Use the new keyword if hiding was intended.
release (macos-latest): src/Raven.Server/Documents/PeriodicBackup/Restore/AbstractRestoreBackupTask.cs#L555
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
release (macos-latest): src/Raven.Server/Documents/Replication/ReplicationItems/ReplicationBatchItem.cs#L33
The field 'ReplicationBatchItem._disposed' is never used
release (macos-latest): test/Tests.Infrastructure/InterversionTestBase.cs#L508
'InterversionTestBase.ShardingDatabaseRecord.Sharding' hides inherited member 'DatabaseRecord.Sharding'. Use the new keyword if hiding was intended.
debug (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
debug (windows-latest): src/Raven.Server/ServerWide/TransactionMerger/ClusterTransactionOperationsMerger.cs#L32
'ClusterTransactionOperationsMerger.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)' hides inherited member 'AbstractTransactionOperationsMerger<ClusterOperationContext, ClusterTransaction>.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)'. Use the new keyword if hiding was intended.
debug (windows-latest): src/Raven.Server/Documents/PeriodicBackup/Restore/AbstractRestoreBackupTask.cs#L555
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
debug (windows-latest): src/Raven.Server/Documents/Replication/ReplicationItems/ReplicationBatchItem.cs#L33
The field 'ReplicationBatchItem._disposed' is never used
debug (windows-latest): test/Tests.Infrastructure/InterversionTestBase.cs#L508
'InterversionTestBase.ShardingDatabaseRecord.Sharding' hides inherited member 'DatabaseRecord.Sharding'. Use the new keyword if hiding was intended.
debug (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
debug (macos-latest): src/Raven.Server/ServerWide/TransactionMerger/ClusterTransactionOperationsMerger.cs#L32
'ClusterTransactionOperationsMerger.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)' hides inherited member 'AbstractTransactionOperationsMerger<ClusterOperationContext, ClusterTransaction>.EnqueueSync(MergedTransactionCommand<ClusterOperationContext, ClusterTransaction>)'. Use the new keyword if hiding was intended.
debug (macos-latest): src/Raven.Server/Documents/PeriodicBackup/Restore/AbstractRestoreBackupTask.cs#L555
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
debug (macos-latest): src/Raven.Server/Documents/Replication/ReplicationItems/ReplicationBatchItem.cs#L33
The field 'ReplicationBatchItem._disposed' is never used
debug (macos-latest): test/Tests.Infrastructure/InterversionTestBase.cs#L508
'InterversionTestBase.ShardingDatabaseRecord.Sharding' hides inherited member 'DatabaseRecord.Sharding'. Use the new keyword if hiding was intended.