Skip to content

[FSSDK-10501] forward exceptions for ODP fetch segments #231

[FSSDK-10501] forward exceptions for ODP fetch segments

[FSSDK-10501] forward exceptions for ODP fetch segments #231

Triggered via pull request July 30, 2024 20:55
Status Failure
Total duration 4m 1s
Artifacts

android.yml

on: pull_request
lint_markdown_files
42s
lint_markdown_files
integration_tests
4s
integration_tests
build  /  run_build
3m 48s
build / run_build
publish  /  run_build
publish / run_build
snapshot  /  run_build
snapshot / run_build
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 54 warnings
test (29)
Gradle build failed: see console output for details
test (26)
Gradle build failed: see console output for details
test (21)
Gradle build failed: see console output for details
test (25)
Gradle build failed: see console output for details
integration_tests
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/
integration_tests
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/
lint_markdown_files
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/
lint_markdown_files
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/
test (29)
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/
test (29)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/ActivationErrorActivity.kt#L28
'onBackPressed(): Unit' is deprecated. Overrides deprecated member in 'androidx.core.app.ComponentActivity'. Deprecated in Java
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/BaseActivity.kt#L42
Unnecessary safe call on a non-null receiver of type MyApplication
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L18
'Fragment' is deprecated. Deprecated in Java
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L27
'constructor Fragment()' is deprecated. Deprecated in Java
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L27
'Fragment' is deprecated. Deprecated in Java
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L35
'getter for activity: Activity!' is deprecated. Deprecated in Java
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L48
'startActivity(Intent!): Unit' is deprecated. Deprecated in Java
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/CouponActivity.kt#L44
Elvis operator (?:) always returns the left operand of non-nullable type String
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/CouponActivity.kt#L45
Elvis operator (?:) always returns the left operand of non-nullable type Map<String, *>
test (29): test-app/src/main/java/com/optimizely/ab/android/test_app/MyApplication.kt#L35
'locale: Locale!' is deprecated. Deprecated in Java
test (26)
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/
test (26)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/ActivationErrorActivity.kt#L28
'onBackPressed(): Unit' is deprecated. Overrides deprecated member in 'androidx.core.app.ComponentActivity'. Deprecated in Java
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/BaseActivity.kt#L42
Unnecessary safe call on a non-null receiver of type MyApplication
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L18
'Fragment' is deprecated. Deprecated in Java
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L27
'constructor Fragment()' is deprecated. Deprecated in Java
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L27
'Fragment' is deprecated. Deprecated in Java
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L35
'getter for activity: Activity!' is deprecated. Deprecated in Java
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L48
'startActivity(Intent!): Unit' is deprecated. Deprecated in Java
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/CouponActivity.kt#L44
Elvis operator (?:) always returns the left operand of non-nullable type String
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/CouponActivity.kt#L45
Elvis operator (?:) always returns the left operand of non-nullable type Map<String, *>
test (26): test-app/src/main/java/com/optimizely/ab/android/test_app/MyApplication.kt#L35
'locale: Locale!' is deprecated. Deprecated in Java
test (21)
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/
test (21)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/ActivationErrorActivity.kt#L28
'onBackPressed(): Unit' is deprecated. Overrides deprecated member in 'androidx.core.app.ComponentActivity'. Deprecated in Java
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/BaseActivity.kt#L42
Unnecessary safe call on a non-null receiver of type MyApplication
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L18
'Fragment' is deprecated. Deprecated in Java
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L27
'constructor Fragment()' is deprecated. Deprecated in Java
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L27
'Fragment' is deprecated. Deprecated in Java
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L35
'getter for activity: Activity!' is deprecated. Deprecated in Java
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L48
'startActivity(Intent!): Unit' is deprecated. Deprecated in Java
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/CouponActivity.kt#L44
Elvis operator (?:) always returns the left operand of non-nullable type String
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/CouponActivity.kt#L45
Elvis operator (?:) always returns the left operand of non-nullable type Map<String, *>
test (21): test-app/src/main/java/com/optimizely/ab/android/test_app/MyApplication.kt#L35
'locale: Locale!' is deprecated. Deprecated in Java
test (25)
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/
test (25)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/ActivationErrorActivity.kt#L28
'onBackPressed(): Unit' is deprecated. Overrides deprecated member in 'androidx.core.app.ComponentActivity'. Deprecated in Java
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/BaseActivity.kt#L42
Unnecessary safe call on a non-null receiver of type MyApplication
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L18
'Fragment' is deprecated. Deprecated in Java
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L27
'constructor Fragment()' is deprecated. Deprecated in Java
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L27
'Fragment' is deprecated. Deprecated in Java
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L35
'getter for activity: Activity!' is deprecated. Deprecated in Java
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/ConversionFragment.kt#L48
'startActivity(Intent!): Unit' is deprecated. Deprecated in Java
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/CouponActivity.kt#L44
Elvis operator (?:) always returns the left operand of non-nullable type String
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/CouponActivity.kt#L45
Elvis operator (?:) always returns the left operand of non-nullable type Map<String, *>
test (25): test-app/src/main/java/com/optimizely/ab/android/test_app/MyApplication.kt#L35
'locale: Locale!' is deprecated. Deprecated in Java
build / run_build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build / run_build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/