Update kotlin monorepo to v2.1.20 - abandoned by renovate[bot] · Pull Request #2164 · SeleniumHQ/seleniumhq.github.io (original) (raw)
1: ##[group]Operating System 2: macOS ...
226: timeout_minutes: 20
227: max_attempts: 3
228: command: cd examples/kotlin
229: mvn -B test
230:
231: retry_wait_seconds: 10
232: polling_interval_seconds: 1
233: warning_on_retry: true
234: continue_on_error: false
...
329: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 330: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 235 kB/s) 331: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom 332: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 163 kB/s) 333: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom 334: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 195 kB/s) 335: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.pom 336: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.pom (2.1 kB at 150 kB/s) 337: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.pom 338: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.pom (4.3 kB at 327 kB/s) 339: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.36.0/error_prone_parent-2.36.0.pom 340: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.36.0/error_prone_parent-2.36.0.pom (16 kB at 1.3 MB/s) ...
461: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar 462: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar (4.7 kB at 19 kB/s) 463: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 464: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/4.28.1/selenium-remote-driver-4.28.1.jar (546 kB at 2.2 MB/s) 465: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar 466: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 8.3 kB/s) 467: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar 468: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 73 kB/s) 469: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.jar 470: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar (232 kB at 754 kB/s) 471: [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar 472: [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.36.0/error_prone_annotations-2.36.0.jar (19 kB at 61 kB/s) ...
804: [INFO] 805: [INFO] --- resources:3.3.1:testResources (default-testResources) @ kotlin-examples --- 806: [INFO] skip non existing resourceDirectory /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/resources 807: [INFO] 808: [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ kotlin-examples --- 809: [INFO] Nothing to compile - all classes are up to date. 810: [INFO] 811: [INFO] --- kotlin:2.1.10:test-compile (test-compile) @ kotlin-examples --- 812: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt: (50, 69) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 813: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt: (51, 69) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 814: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt: (40, 53) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 815: [INFO] ------------------------------------------------------------------------ 816: [INFO] BUILD FAILURE 817: [INFO] ------------------------------------------------------------------------ 818: [INFO] Total time: 13.551 s 819: [INFO] Finished at: [INFO] ------------------------------------------------------------------------ 820: [ERROR] Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:2.1.10:test-compile (test-compile) on project kotlin-examples: Compilation failure: Compilation failure: 821: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt:[50,69] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 822: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt:[51,69] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 823: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt:[40,53] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 824: [ERROR] -> [Help 1] 825: [ERROR] 826: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 827: [ERROR] Re-run Maven using the -X switch to enable full debug logging. 828: [ERROR] 829: [ERROR] For more information about the errors and possible solutions, please read the following articles: 830: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 831: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1 ...
847: [INFO] 848: [INFO] --- resources:3.3.1:testResources (default-testResources) @ kotlin-examples --- 849: [INFO] skip non existing resourceDirectory /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/resources 850: [INFO] 851: [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ kotlin-examples --- 852: [INFO] Nothing to compile - all classes are up to date. 853: [INFO] 854: [INFO] --- kotlin:2.1.10:test-compile (test-compile) @ kotlin-examples --- 855: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt: (50, 69) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 856: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt: (51, 69) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 857: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt: (40, 53) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 858: [INFO] ------------------------------------------------------------------------ 859: [INFO] BUILD FAILURE 860: [INFO] ------------------------------------------------------------------------ 861: [INFO] Total time: 5.424 s 862: [INFO] Finished at: [INFO] ------------------------------------------------------------------------ 863: [ERROR] Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:2.1.10:test-compile (test-compile) on project kotlin-examples: Compilation failure: Compilation failure: 864: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt:[50,69] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 865: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt:[51,69] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 866: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt:[40,53] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 867: [ERROR] -> [Help 1] 868: [ERROR] 869: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 870: [ERROR] Re-run Maven using the -X switch to enable full debug logging. 871: [ERROR] 872: [ERROR] For more information about the errors and possible solutions, please read the following articles: 873: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 874: ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1 ...
890: [INFO] 891: [INFO] --- resources:3.3.1:testResources (default-testResources) @ kotlin-examples --- 892: [INFO] skip non existing resourceDirectory /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/resources 893: [INFO] 894: [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ kotlin-examples --- 895: [INFO] Nothing to compile - all classes are up to date. 896: [INFO] 897: [INFO] --- kotlin:2.1.10:test-compile (test-compile) @ kotlin-examples --- 898: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt: (50, 69) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 899: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt: (51, 69) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 900: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt: (40, 53) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 901: [INFO] ------------------------------------------------------------------------ 902: [INFO] BUILD FAILURE 903: [INFO] ------------------------------------------------------------------------ 904: [INFO] Total time: 4.974 s 905: [INFO] Finished at: [INFO] ------------------------------------------------------------------------ 906: [ERROR] Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:2.1.10:test-compile (test-compile) on project kotlin-examples: Compilation failure: Compilation failure: 907: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt:[50,69] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 908: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/ActionsTest.kt:[51,69] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 909: [ERROR] /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/kotlin/src/test/kotlin/dev/selenium/actions_api/MouseTest.kt:[40,53] Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type '@Nullable() kotlin.String?'. 910: [ERROR] -> [Help 1] 911: [ERROR] 912: [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 913: [ERROR] Re-run Maven using the -X switch to enable full debug logging. 914: [ERROR] 915: [ERROR] For more information about the errors and possible solutions, please read the following articles: 916: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 917: ##[error]Final attempt failed. Child_process exited with error code 1