Synchronize access race in HistogramMetric #1432
Annotations
13 warnings and 10 notices
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Install Homebrew kegs
xcbeautify 2.11.0 is already installed and up-to-date.
To reinstall 2.11.0, run:
brew reinstall xcbeautify
|
Build for watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L30
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
Build for watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L34
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
Build for watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L45
immutable value 'error' was never used; consider replacing with '_' or removing it
|
Build for watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L68
variable 'points' was never mutated; consider changing to 'let' constant
|
Build for watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/RegisteredReader.swift#L26
'OSAtomicIncrement32' was deprecated in watchOS 3.0: Use atomic_fetch_add_explicit(memory_order_relaxed) from <stdatomic.h> instead
|
Build for watchOS:
Sources/Instrumentation/URLSession/URLSessionLogger.swift#L161
forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
|
Build for watchOS:
Tests/OpenTelemetrySdkTests/Metrics/StableMetrics/Aggregation/DoubleBase2ExponentialHistogramAggregatorTests.swift#L92
initialization of immutable value 'exemplar' was never used; consider replacing with assignment to '_' or removing it
|
Build for watchOS:
Tests/OpenTelemetrySdkTests/Metrics/StableMetrics/StableMeterSdkTests.swift#L46
initialization of variable 'histogram' was never used; consider replacing with assignment to '_' or removing it
|
Build for watchOS:
Tests/OpenTelemetrySdkTests/Logs/BatchLogRecordProcessorTests.swift#L48
initialization of immutable value 'logger' was never used; consider replacing with assignment to '_' or removing it
|
Build for watchOS:
Tests/OpenTelemetrySdkTests/Logs/BatchLogRecordProcessorTests.swift#L59
using '_' to ignore the result of a Void-returning function is redundant
|
Test for watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testGivenDataToUpload_whenUploadFinishesAndDoesNotNeedToBeRetried_thenDataIsDeleted
|
Test for watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testGivenDataToUpload_whenUploadFinishesAndNeedsToBeRetried_thenDataIsPreserved
|
Test for watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testItFlushesAllData
|
Test for watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testItUploadsAllData
|
Test for watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenBatchFails_thenIntervalIncreases
|
Test for watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenBatchSucceeds_thenIntervalDecreases
|
Test for watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenCancelled_itPerformsNoMoreUploads
|
Test for watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenThereIsNoBatch_thenIntervalIncreases
|
Test for watchOS
Skipped DatadogExporterTests.DataUploaderTests.testWhenUploadCompletesWithFailure_itReturnsExpectedUploadStatus
|
Test for watchOS
Skipped DatadogExporterTests.DataUploaderTests.testWhenUploadCompletesWithSuccess_itReturnsExpectedUploadStatus
|
Loading