debugging #1295
Annotations
10 errors, 41 warnings, and 11 notices
tvOS
error: stream ended at an unexpected time
|
tvOS
error: stream ended at an unexpected time
|
tvOS
error: stream ended at an unexpected time
|
iOS:
Tests/ExportersTests/DatadogExporter/Upload/DataUploadWorkerTests.swift#L157
testWhenThereIsNoBatch_thenIntervalIncreases, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "Upload delay is increased".
|
iOS
error: stream ended at an unexpected time
|
iOS
error: stream ended at an unexpected time
|
iOS
error: stream ended at an unexpected time
|
iOS
error: stream ended at an unexpected time
|
iOS
Tests Failed: 1 failed, 0 skipped, 768 total (61.174 seconds)
|
iOS
Process completed with exit code 2.
|
macOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS
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/
|
watchOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
watchOS
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/
|
watchOS
xcbeautify 2.3.1 is already installed and up-to-date.
To reinstall 2.3.1, run:
brew reinstall xcbeautify
|
watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L45
immutable value 'error' was never used; consider replacing with '_' or removing it
|
watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L68
variable 'points' was never mutated; consider changing to 'let' constant
|
watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L30
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L34
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
watchOS:
Sources/OpenTelemetrySdk/Metrics/Stable/RegisteredReader.swift#L18
'OSAtomicIncrement32' was deprecated in watchOS 3.0: Use atomic_fetch_add_explicit(memory_order_relaxed) from <stdatomic.h> instead
|
watchOS:
Tests/OpenTelemetryApiTests/Context/ActivityContextManagerTests.swift#L245
instance method 'waitForExpectations' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
watchOS:
Tests/OpenTelemetryApiTests/Context/ActivityContextManagerTests.swift#L277
instance method 'waitForExpectations' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
watchOS:
Tests/OpenTelemetryApiTests/Context/ActivityContextManagerTests.swift#L376
instance method 'waitForExpectations' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
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
|
watchOS:
Tests/OpenTelemetrySdkTests/Metrics/StableMetrics/StableMeterSdkTests.swift#L46
initialization of variable 'histogram' was never used; consider replacing with assignment to '_' or removing it
|
tvOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tvOS
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/
|
tvOS:
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L45
immutable value 'error' was never used; consider replacing with '_' or removing it
|
tvOS:
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L68
variable 'points' was never mutated; consider changing to 'let' constant
|
tvOS:
Sources/OpenTelemetrySdk/Metrics/Stable/RegisteredReader.swift#L18
'OSAtomicIncrement32' was deprecated in tvOS 10.0: Use atomic_fetch_add_explicit(memory_order_relaxed) from <stdatomic.h> instead
|
tvOS:
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L30
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
tvOS:
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L34
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
tvOS:
Tests/OpenTelemetryApiTests/Context/ActivityContextManagerTests.swift#L245
instance method 'waitForExpectations' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
tvOS:
Tests/OpenTelemetryApiTests/Context/ActivityContextManagerTests.swift#L277
instance method 'waitForExpectations' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
tvOS:
Tests/OpenTelemetryApiTests/Context/ActivityContextManagerTests.swift#L376
instance method 'waitForExpectations' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
tvOS:
Tests/OpenTelemetrySdkTests/Logs/BatchLogRecordProcessorTests.swift#L48
initialization of immutable value 'logger' was never used; consider replacing with assignment to '_' or removing it
|
tvOS:
Tests/OpenTelemetrySdkTests/Logs/BatchLogRecordProcessorTests.swift#L59
using '_' to ignore the result of a Void-returning function is redundant
|
tvOS
xcbeautify 2.3.1 is already installed and up-to-date.
To reinstall 2.3.1, run:
brew reinstall xcbeautify
|
iOS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
iOS
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/
|
iOS:
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L30
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
iOS:
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L34
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
iOS:
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L45
immutable value 'error' was never used; consider replacing with '_' or removing it
|
iOS:
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L68
variable 'points' was never mutated; consider changing to 'let' constant
|
iOS:
Tests/OpenTelemetryApiTests/Context/ActivityContextManagerTests.swift#L245
instance method 'waitForExpectations' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
iOS:
Tests/OpenTelemetryApiTests/Context/ActivityContextManagerTests.swift#L277
instance method 'waitForExpectations' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
iOS:
Tests/OpenTelemetryApiTests/Context/ActivityContextManagerTests.swift#L376
instance method 'waitForExpectations' is unavailable from asynchronous contexts; Use await fulfillment(of:timeout:enforceOrder:) instead; this is an error in Swift 6
|
iOS:
Tests/OpenTelemetrySdkTests/Logs/BatchLogRecordProcessorTests.swift#L48
initialization of immutable value 'logger' was never used; consider replacing with assignment to '_' or removing it
|
iOS:
Tests/OpenTelemetrySdkTests/Logs/BatchLogRecordProcessorTests.swift#L59
using '_' to ignore the result of a Void-returning function is redundant
|
iOS:
Tests/OpenTelemetrySdkTests/Metrics/StableMetrics/Aggregation/DoubleBase2ExponentialHistogramAggregatorTests.swift#L92
initialization of immutable value 'exemplar' was never used; consider replacing with assignment to '_' or removing it
|
iOS
xcbeautify 2.3.1 is already installed and up-to-date.
To reinstall 2.3.1, run:
brew reinstall xcbeautify
|
watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testItFlushesAllData
|
watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testItUploadsAllData
|
watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenBatchFails_thenIntervalIncreases
|
watchOS
Skipped DatadogExporterTests.DataUploadWorkerTests.testWhenBatchSucceeds_thenIntervalDecreases
|
watchOS
Skipped DatadogExporterTests.DataUploaderTests.testWhenUploadCompletesWithFailure_itReturnsExpectedUploadStatus
|
watchOS
Skipped DatadogExporterTests.DataUploaderTests.testWhenUploadCompletesWithSuccess_itReturnsExpectedUploadStatus
|
watchOS
Skipped DatadogExporterTests.DatadogExporterTests.testWhenExportSpanIsCalled_thenTraceAndLogsAreUploaded
|
watchOS
Skipped DatadogExporterTests.HTTPClientTests.testWhenRequestIsNotDelivered_itReturnsHTTPRequestDeliveryError
|
watchOS
Skipped DatadogExporterTests.LogsExporterTests.testWhenExportSpanIsCalledAndSpanHasEvent_thenLogIsUploaded
|
watchOS
Skipped DatadogExporterTests.SpansExporterTests.testWhenExportSpanIsCalled_thenTraceIsUploaded
|
tvOS
Tests Passed: 0 failed, 0 skipped, 764 total (37.770 seconds)
|