Skip to content

Rework SIMPLE-VECTOR implementation using openjdk8 facilities #450

Rework SIMPLE-VECTOR implementation using openjdk8 facilities

Rework SIMPLE-VECTOR implementation using openjdk8 facilities #450

Triggered via pull request September 4, 2023 14:34
Status Success
Total duration 39m 13s
Artifacts

abcl-test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 8 warnings
test (ubuntu-latest, openjdk20)
class org.armedbear.lisp.Cons cannot be cast to class org.armedbear.lisp.LispThread$StackMarker (org.armedbear.lisp.Cons and org.armedbear.lisp.LispThread$StackMarker are in unnamed module of loader 'app')
test (ubuntu-latest, openjdk8)
org.armedbear.lisp.Cons cannot be cast to org.armedbear.lisp.LispThread$StackMarker
test (ubuntu-latest, openjdk17)
class org.armedbear.lisp.Nil cannot be cast to class org.armedbear.lisp.LispThread$StackMarker (org.armedbear.lisp.Nil and org.armedbear.lisp.LispThread$StackMarker are in unnamed module of loader 'app')
test (macos-latest, openjdk11)
class org.armedbear.lisp.Nil cannot be cast to class org.armedbear.lisp.LispThread$StackMarker (org.armedbear.lisp.Nil and org.armedbear.lisp.LispThread$StackMarker are in unnamed module of loader 'app')
test (macos-latest, openjdk20)
class org.armedbear.lisp.Cons cannot be cast to class org.armedbear.lisp.LispThread$StackMarker (org.armedbear.lisp.Cons and org.armedbear.lisp.LispThread$StackMarker are in unnamed module of loader 'app')
test (ubuntu-latest, openjdk11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, openjdk20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, openjdk8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (ubuntu-latest, openjdk17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, openjdk17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, openjdk11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, openjdk20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, openjdk8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/