Skip to content

Use regular retry loop when aborted attempts are exhausted #122

Use regular retry loop when aborted attempts are exhausted

Use regular retry loop when aborted attempts are exhausted #122

Triggered via push February 2, 2024 22:39
Status Success
Total duration 5m 54s
Artifacts

swift.yml

on: push
SwiftLint version 3.2.1
28s
SwiftLint version 3.2.1
Matrix: LatestVersionBuild
Matrix: OlderVersionBuild
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
SwiftLint version 3.2.1: Sources/_SmokeHTTPClientConcurrency/Export.swift#L18
Todo Violation: TODOs should be resolved (https://github.com/amzn/smoke-...) (todo)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift#L246
Line Length Violation: Line should be 150 characters or less; currently it has 182 characters (line_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift#L200
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/RetriableOutwardsRequestLatencyAggregator.swift#L11
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeRetriableWithoutOutput.swift#L33
Line Length Violation: Line should be 150 characters or less; currently it has 156 characters (line_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeRetriableWithoutOutput.swift#L249
Line Length Violation: Line should be 150 characters or less; currently it has 156 characters (line_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeRetriableWithoutOutput.swift#L115
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L453
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L638
File Length Violation: File should contain 400 lines or less: currently contains 638 (file_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L345
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 62 lines (function_body_length)
Swift 5.7.3 on ubuntu-20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Swift 5.7.3 on ubuntu-20.04
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/
Swift 5.9 on ubuntu-22.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Swift 5.9 on ubuntu-22.04
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/
Swift 5.9 on ubuntu-20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Swift 5.9 on ubuntu-20.04
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/
Swift 5.8.1 on ubuntu-20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Swift 5.8.1 on ubuntu-20.04
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/