Build failed in Jenkins: Adapters » IntelliJ » intellij-dependency-analytics-build #127
by studio-jenkins-csb-codeready@redhat.com
See <https://studio-jenkins-csb-codeready.apps.ocp-c1.prod.psi.redhat.com/job/...>
Changes:
------------------------------------------
[...truncated 392 lines...]
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/maven/MavenCAUpdateManifestIntentionAction.java:3: error: cannot access AllIcons
[2024-09-12T08:18:17.972Z] import com.intellij.icons.AllIcons;
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/icons/AllIcons.class)
[2024-09-12T08:18:17.972Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.972Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/maven/MavenCAUpdateManifestIntentionAction.java:11: error: cannot access XmlTagImpl
[2024-09-12T08:18:17.972Z] import com.intellij.psi.impl.source.xml.XmlTagImpl;
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/psi/impl/source/xml/XmlTagImpl.class)
[2024-09-12T08:18:17.972Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.972Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/maven/MavenCAUpdateManifestIntentionAction.java:15: error: cannot access XmlUtil
[2024-09-12T08:18:17.972Z] import com.intellij.xml.util.XmlUtil;
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/xml/util/XmlUtil.class)
[2024-09-12T08:18:17.972Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.972Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/maven/MavenCAUpdateManifestIntentionAction.java:39: error: cannot find symbol
[2024-09-12T08:18:17.972Z] protected void updateManifest(Project project, Editor editor, PsiFile file, DependencyReport dependency) {
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] symbol: class Editor
[2024-09-12T08:18:17.972Z] location: class MavenCAUpdateManifestIntentionAction
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/maven/MavenCAUpdateManifestIntentionAction.java:88: error: cannot find symbol
[2024-09-12T08:18:17.972Z] public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile file) {
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] symbol: class Editor
[2024-09-12T08:18:17.972Z] location: class MavenCAUpdateManifestIntentionAction
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/npm/NpmCAInspection.java:20: error: cannot find symbol
[2024-09-12T08:18:17.972Z] public class NpmCAInspection extends LocalInspectionTool {
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] symbol: class LocalInspectionTool
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/npm/NpmCAInspection.java:44: error: cannot find symbol
[2024-09-12T08:18:17.972Z] public HighlightDisplayLevel getDefaultLevel() {
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] symbol: class HighlightDisplayLevel
[2024-09-12T08:18:17.972Z] location: class NpmCAInspection
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/npm/NpmCAIntentionAction.java:15: error: cannot access JsonElementGenerator
[2024-09-12T08:18:17.972Z] import com.intellij.json.psi.JsonElementGenerator;
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/json/psi/JsonElementGenerator.class)
[2024-09-12T08:18:17.972Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.972Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/npm/NpmCAIntentionAction.java:16: error: cannot access JsonProperty
[2024-09-12T08:18:17.972Z] import com.intellij.json.psi.JsonProperty;
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/json/psi/JsonProperty.class)
[2024-09-12T08:18:17.972Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.972Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/npm/NpmCAIntentionAction.java:17: error: cannot access JsonStringLiteral
[2024-09-12T08:18:17.972Z] import com.intellij.json.psi.JsonStringLiteral;
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/json/psi/JsonStringLiteral.class)
[2024-09-12T08:18:17.972Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.972Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/npm/NpmCAIntentionAction.java:34: error: cannot find symbol
[2024-09-12T08:18:17.972Z] protected void updateVersion(@NotNull Project project, Editor editor, PsiFile file, String version) {
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] symbol: class Editor
[2024-09-12T08:18:17.972Z] location: class NpmCAIntentionAction
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/npm/NpmCAIntentionAction.java:43: error: cannot find symbol
[2024-09-12T08:18:17.972Z] protected @Nullable FileModifier createCAIntentionActionInCopy(PsiElement element) {
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] symbol: class FileModifier
[2024-09-12T08:18:17.972Z] location: class NpmCAIntentionAction
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/npm/NpmCAIntentionAction.java:48: error: cannot find symbol
[2024-09-12T08:18:17.972Z] public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile file) {
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] symbol: class Editor
[2024-09-12T08:18:17.972Z] location: class NpmCAIntentionAction
[2024-09-12T08:18:17.972Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/pypi/PipCAInspection.java:20: error: cannot find symbol
[2024-09-12T08:18:17.972Z] public class PipCAInspection extends LocalInspectionTool {
[2024-09-12T08:18:17.972Z] ^
[2024-09-12T08:18:17.972Z] symbol: class LocalInspectionTool
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/pypi/PipCAInspection.java:37: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public @NotNull HighlightDisplayLevel getDefaultLevel() {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class HighlightDisplayLevel
[2024-09-12T08:18:17.973Z] location: class PipCAInspection
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/pypi/PipCAIntentionAction.java:36: error: cannot find symbol
[2024-09-12T08:18:17.973Z] protected void updateVersion(@NotNull Project project, Editor editor, PsiFile file, String version) {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class Editor
[2024-09-12T08:18:17.973Z] location: class PipCAIntentionAction
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/pypi/PipCAIntentionAction.java:50: error: cannot find symbol
[2024-09-12T08:18:17.973Z] protected @Nullable FileModifier createCAIntentionActionInCopy(PsiElement element) {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class FileModifier
[2024-09-12T08:18:17.973Z] location: class PipCAIntentionAction
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/componentanalysis/pypi/PipCAIntentionAction.java:55: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile file) {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class Editor
[2024-09-12T08:18:17.973Z] location: class PipCAIntentionAction
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileAnnotator.java:44: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public class DockerfileAnnotator extends ExternalAnnotator<DockerfileAnnotator.Info, Map<BaseImage, DockerfileAnnotator.Result>> {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class ExternalAnnotator
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileAnnotator.java:65: error: cannot find symbol
[2024-09-12T08:18:17.973Z] static InspectionProfileEntry getInspection(@NotNull PsiElement context) {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class InspectionProfileEntry
[2024-09-12T08:18:17.973Z] location: class DockerfileAnnotator
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileAnnotator.java:300: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public void apply(@NotNull PsiFile file, Map<BaseImage, Result> annotationResult, @NotNull AnnotationHolder holder) {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class AnnotationHolder
[2024-09-12T08:18:17.973Z] location: class DockerfileAnnotator
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileInspection.java:19: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public class DockerfileInspection extends LocalInspectionTool {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class LocalInspectionTool
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileInspection.java:38: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public HighlightDisplayLevel getDefaultLevel() {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class HighlightDisplayLevel
[2024-09-12T08:18:17.973Z] location: class DockerfileInspection
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:14: error: cannot access DockerFileType
[2024-09-12T08:18:17.973Z] import com.intellij.docker.dockerFile.DockerFileType;
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/unzipped.com.jetbrains.plugins/Docker-223.7571.175/clouds-docker-impl/lib/clouds-docker-impl.jar(/com/intellij/docker/dockerFile/DockerFileType.class)
[2024-09-12T08:18:17.973Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.973Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:18: error: cannot access AnAction
[2024-09-12T08:18:17.973Z] public class ImageReportAction extends AnAction {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/openapi/actionSystem/AnAction.class)
[2024-09-12T08:18:17.973Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.973Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:21: error: cannot access ActionUpdateThread
[2024-09-12T08:18:17.973Z] public @NotNull ActionUpdateThread getActionUpdateThread() {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/openapi/actionSystem/ActionUpdateThread.class)
[2024-09-12T08:18:17.973Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.973Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:26: error: cannot access AnActionEvent
[2024-09-12T08:18:17.973Z] public void actionPerformed(@NotNull AnActionEvent event) {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/openapi/actionSystem/AnActionEvent.class)
[2024-09-12T08:18:17.973Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.973Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:34: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public void update(@NotNull AnActionEvent event) {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class AnActionEvent
[2024-09-12T08:18:17.973Z] location: class ImageReportAction
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportIntentionAction.java:24: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public class ImageReportIntentionAction implements IntentionAction {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class IntentionAction
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportIntentionAction.java:36: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile psiFile) {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class Editor
[2024-09-12T08:18:17.973Z] location: class ImageReportIntentionAction
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportIntentionAction.java:41: error: cannot find symbol
[2024-09-12T08:18:17.973Z] public void invoke(@NotNull Project project, Editor editor, PsiFile psiFile) throws IncorrectOperationException {
[2024-09-12T08:18:17.973Z] ^
[2024-09-12T08:18:17.973Z] symbol: class Editor
[2024-09-12T08:18:17.973Z] location: class ImageReportIntentionAction
[2024-09-12T08:18:17.973Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:16: error: cannot access DockerFileArgCommand
[2024-09-12T08:18:17.974Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileArgCommand;
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/unzipped.com.jetbrains.plugins/Docker-223.7571.175/clouds-docker-impl/lib/clouds-docker-impl.jar(/com/intellij/docker/dockerFile/parser/psi/DockerFileArgCommand.class)
[2024-09-12T08:18:17.974Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.974Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:17: error: cannot access DockerFileFromCommand
[2024-09-12T08:18:17.974Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileFromCommand;
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/unzipped.com.jetbrains.plugins/Docker-223.7571.175/clouds-docker-impl/lib/clouds-docker-impl.jar(/com/intellij/docker/dockerFile/parser/psi/DockerFileFromCommand.class)
[2024-09-12T08:18:17.974Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.974Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:18: error: cannot access DockerFileRegularOption
[2024-09-12T08:18:17.974Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileRegularOption;
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/unzipped.com.jetbrains.plugins/Docker-223.7571.175/clouds-docker-impl/lib/clouds-docker-impl.jar(/com/intellij/docker/dockerFile/parser/psi/DockerFileRegularOption.class)
[2024-09-12T08:18:17.974Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.974Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:19: error: cannot access DockerFileStringLiteral
[2024-09-12T08:18:17.974Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileStringLiteral;
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/unzipped.com.jetbrains.plugins/Docker-223.7571.175/clouds-docker-impl/lib/clouds-docker-impl.jar(/com/intellij/docker/dockerFile/parser/psi/DockerFileStringLiteral.class)
[2024-09-12T08:18:17.974Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.974Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:20: error: cannot access DockerFileVariableRefFull
[2024-09-12T08:18:17.974Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileVariableRefFull;
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/unzipped.com.jetbrains.plugins/Docker-223.7571.175/clouds-docker-impl/lib/clouds-docker-impl.jar(/com/intellij/docker/dockerFile/parser/psi/DockerFileVariableRefFull.class)
[2024-09-12T08:18:17.974Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.974Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:21: error: cannot access DockerFileVariableRefSimple
[2024-09-12T08:18:17.974Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileVariableRefSimple;
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/unzipped.com.jetbrains.plugins/Docker-223.7571.175/clouds-docker-impl/lib/clouds-docker-impl.jar(/com/intellij/docker/dockerFile/parser/psi/DockerFileVariableRefSimple.class)
[2024-09-12T08:18:17.974Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.974Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:27: error: cannot access Messages
[2024-09-12T08:18:17.974Z] import com.intellij.openapi.ui.Messages;
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] bad class file: /home/hudson/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2022.3/4d343cadac04a0a31d70f6f96facfaa7f949df01/ideaIC-2022.3/lib/app.jar(/com/intellij/openapi/ui/Messages.class)
[2024-09-12T08:18:17.974Z] class file has wrong version 61.0, should be 55.0
[2024-09-12T08:18:17.974Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:54: error: cannot find symbol
[2024-09-12T08:18:17.974Z] static void handleArgCommand(DockerFileArgCommand command, Map<String, String> variables) {
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] symbol: class DockerFileArgCommand
[2024-09-12T08:18:17.974Z] location: class ImageService
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:76: error: cannot find symbol
[2024-09-12T08:18:17.974Z] static String handleStringLiteral(String value, List<DockerFileStringLiteral> literals, Map<String, String> variables) {
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] symbol: class DockerFileStringLiteral
[2024-09-12T08:18:17.974Z] location: class ImageService
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:94: error: cannot find symbol
[2024-09-12T08:18:17.974Z] static String handleVariableRefFull(String value, List<DockerFileVariableRefFull> refs, Map<String, String> variables) {
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] symbol: class DockerFileVariableRefFull
[2024-09-12T08:18:17.974Z] location: class ImageService
[2024-09-12T08:18:17.974Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:115: error: cannot find symbol
[2024-09-12T08:18:17.974Z] static String handleVariableRefSimple(String value, List<DockerFileVariableRefSimple> refs, Map<String, String> variables) {
[2024-09-12T08:18:17.974Z] ^
[2024-09-12T08:18:17.974Z] symbol: class DockerFileVariableRefSimple
[2024-09-12T08:18:17.974Z] location: class ImageService
[2024-09-12T08:18:18.921Z] Note: Some input files use or override a deprecated API.
[2024-09-12T08:18:18.921Z] Note: Recompile with -Xlint:deprecation for details.
[2024-09-12T08:18:18.921Z] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[2024-09-12T08:18:18.921Z] 100 errors
[2024-09-12T08:18:18.921Z]
[2024-09-12T08:18:18.921Z] > Task :compileJava FAILED
[2024-09-12T08:18:18.921Z]
[2024-09-12T08:18:18.921Z] FAILURE: Build failed with an exception.
[2024-09-12T08:18:18.921Z]
[2024-09-12T08:18:18.921Z] * What went wrong:
[2024-09-12T08:18:18.921Z] Execution failed for task ':compileJava'.
[2024-09-12T08:18:18.921Z] > Compilation failed; see the compiler error output for details.
[2024-09-12T08:18:18.921Z]
[2024-09-12T08:18:18.921Z] * Try:
[2024-09-12T08:18:18.921Z] > Run with --stacktrace option to get the stack trace.
[2024-09-12T08:18:18.921Z] > Run with --info or --debug option to get more log output.
[2024-09-12T08:18:18.921Z] > Run with --scan to get full insights.
[2024-09-12T08:18:18.921Z]
[2024-09-12T08:18:18.921Z] * Get more help at https://help.gradle.org
[2024-09-12T08:18:18.921Z]
[2024-09-12T08:18:18.921Z] BUILD FAILED in 1m 29s
[2024-09-12T08:18:18.921Z] 4 actionable tasks: 4 executed
[2024-09-12T08:18:19.190Z] [Pipeline] }
[2024-09-12T08:18:19.233Z] [Pipeline] // stage
[2024-09-12T08:18:19.254Z] [Pipeline] }
[2024-09-12T08:18:19.290Z] [Pipeline] // withCredentials
[2024-09-12T08:18:19.312Z] [Pipeline] step