Build failed in Jenkins: Adapters » IntelliJ » intellij-dependency-analytics-build #129
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-11-06T07:18:31.753Z] /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-11-06T07:18:31.753Z] import com.intellij.icons.AllIcons;
[2024-11-06T07:18:31.753Z] ^
[2024-11-06T07:18:31.753Z] 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-11-06T07:18:31.753Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.753Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.753Z] /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-11-06T07:18:31.753Z] import com.intellij.psi.impl.source.xml.XmlTagImpl;
[2024-11-06T07:18:31.753Z] ^
[2024-11-06T07:18:31.753Z] 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-11-06T07:18:31.753Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.753Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] import com.intellij.xml.util.XmlUtil;
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] 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-11-06T07:18:31.754Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.754Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] protected void updateManifest(Project project, Editor editor, PsiFile file, DependencyReport dependency) {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class Editor
[2024-11-06T07:18:31.754Z] location: class MavenCAUpdateManifestIntentionAction
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile file) {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class Editor
[2024-11-06T07:18:31.754Z] location: class MavenCAUpdateManifestIntentionAction
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] public class NpmCAInspection extends LocalInspectionTool {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class LocalInspectionTool
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] public HighlightDisplayLevel getDefaultLevel() {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class HighlightDisplayLevel
[2024-11-06T07:18:31.754Z] location: class NpmCAInspection
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] import com.intellij.json.psi.JsonElementGenerator;
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] 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-11-06T07:18:31.754Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.754Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] import com.intellij.json.psi.JsonProperty;
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] 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-11-06T07:18:31.754Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.754Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] import com.intellij.json.psi.JsonStringLiteral;
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] 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-11-06T07:18:31.754Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.754Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] protected void updateVersion(@NotNull Project project, Editor editor, PsiFile file, String version) {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class Editor
[2024-11-06T07:18:31.754Z] location: class NpmCAIntentionAction
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] protected @Nullable FileModifier createCAIntentionActionInCopy(PsiElement element) {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class FileModifier
[2024-11-06T07:18:31.754Z] location: class NpmCAIntentionAction
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile file) {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class Editor
[2024-11-06T07:18:31.754Z] location: class NpmCAIntentionAction
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] public class PipCAInspection extends LocalInspectionTool {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class LocalInspectionTool
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] public @NotNull HighlightDisplayLevel getDefaultLevel() {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class HighlightDisplayLevel
[2024-11-06T07:18:31.754Z] location: class PipCAInspection
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] protected void updateVersion(@NotNull Project project, Editor editor, PsiFile file, String version) {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class Editor
[2024-11-06T07:18:31.754Z] location: class PipCAIntentionAction
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] protected @Nullable FileModifier createCAIntentionActionInCopy(PsiElement element) {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class FileModifier
[2024-11-06T07:18:31.754Z] location: class PipCAIntentionAction
[2024-11-06T07:18:31.754Z] /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-11-06T07:18:31.754Z] public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile file) {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class Editor
[2024-11-06T07:18:31.754Z] location: class PipCAIntentionAction
[2024-11-06T07:18:31.754Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileAnnotator.java:44: error: cannot find symbol
[2024-11-06T07:18:31.754Z] public class DockerfileAnnotator extends ExternalAnnotator<DockerfileAnnotator.Info, Map<BaseImage, DockerfileAnnotator.Result>> {
[2024-11-06T07:18:31.754Z] ^
[2024-11-06T07:18:31.754Z] symbol: class ExternalAnnotator
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileAnnotator.java:65: error: cannot find symbol
[2024-11-06T07:18:31.755Z] static InspectionProfileEntry getInspection(@NotNull PsiElement context) {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] symbol: class InspectionProfileEntry
[2024-11-06T07:18:31.755Z] location: class DockerfileAnnotator
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileAnnotator.java:300: error: cannot find symbol
[2024-11-06T07:18:31.755Z] public void apply(@NotNull PsiFile file, Map<BaseImage, Result> annotationResult, @NotNull AnnotationHolder holder) {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] symbol: class AnnotationHolder
[2024-11-06T07:18:31.755Z] location: class DockerfileAnnotator
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileInspection.java:19: error: cannot find symbol
[2024-11-06T07:18:31.755Z] public class DockerfileInspection extends LocalInspectionTool {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] symbol: class LocalInspectionTool
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/DockerfileInspection.java:38: error: cannot find symbol
[2024-11-06T07:18:31.755Z] public HighlightDisplayLevel getDefaultLevel() {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] symbol: class HighlightDisplayLevel
[2024-11-06T07:18:31.755Z] location: class DockerfileInspection
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:14: error: cannot access DockerFileType
[2024-11-06T07:18:31.755Z] import com.intellij.docker.dockerFile.DockerFileType;
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] 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-11-06T07:18:31.755Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.755Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:18: error: cannot access AnAction
[2024-11-06T07:18:31.755Z] public class ImageReportAction extends AnAction {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] 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-11-06T07:18:31.755Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.755Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:21: error: cannot access ActionUpdateThread
[2024-11-06T07:18:31.755Z] public @NotNull ActionUpdateThread getActionUpdateThread() {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] 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-11-06T07:18:31.755Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.755Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:26: error: cannot access AnActionEvent
[2024-11-06T07:18:31.755Z] public void actionPerformed(@NotNull AnActionEvent event) {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] 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-11-06T07:18:31.755Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.755Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportAction.java:34: error: cannot find symbol
[2024-11-06T07:18:31.755Z] public void update(@NotNull AnActionEvent event) {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] symbol: class AnActionEvent
[2024-11-06T07:18:31.755Z] location: class ImageReportAction
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportIntentionAction.java:24: error: cannot find symbol
[2024-11-06T07:18:31.755Z] public class ImageReportIntentionAction implements IntentionAction {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] symbol: class IntentionAction
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportIntentionAction.java:36: error: cannot find symbol
[2024-11-06T07:18:31.755Z] public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile psiFile) {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] symbol: class Editor
[2024-11-06T07:18:31.755Z] location: class ImageReportIntentionAction
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageReportIntentionAction.java:41: error: cannot find symbol
[2024-11-06T07:18:31.755Z] public void invoke(@NotNull Project project, Editor editor, PsiFile psiFile) throws IncorrectOperationException {
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] symbol: class Editor
[2024-11-06T07:18:31.755Z] location: class ImageReportIntentionAction
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:16: error: cannot access DockerFileArgCommand
[2024-11-06T07:18:31.755Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileArgCommand;
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] 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-11-06T07:18:31.755Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.755Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:17: error: cannot access DockerFileFromCommand
[2024-11-06T07:18:31.755Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileFromCommand;
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] 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-11-06T07:18:31.755Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.755Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.755Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:18: error: cannot access DockerFileRegularOption
[2024-11-06T07:18:31.755Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileRegularOption;
[2024-11-06T07:18:31.755Z] ^
[2024-11-06T07:18:31.755Z] 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-11-06T07:18:31.755Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.755Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.756Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:19: error: cannot access DockerFileStringLiteral
[2024-11-06T07:18:31.756Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileStringLiteral;
[2024-11-06T07:18:31.756Z] ^
[2024-11-06T07:18:31.756Z] 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-11-06T07:18:31.756Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.756Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.756Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:20: error: cannot access DockerFileVariableRefFull
[2024-11-06T07:18:31.756Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileVariableRefFull;
[2024-11-06T07:18:31.756Z] ^
[2024-11-06T07:18:31.756Z] 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-11-06T07:18:31.756Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.756Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.756Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:21: error: cannot access DockerFileVariableRefSimple
[2024-11-06T07:18:31.756Z] import com.intellij.docker.dockerFile.parser.psi.DockerFileVariableRefSimple;
[2024-11-06T07:18:31.756Z] ^
[2024-11-06T07:18:31.756Z] 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-11-06T07:18:31.756Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.756Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.756Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:27: error: cannot access Messages
[2024-11-06T07:18:31.756Z] import com.intellij.openapi.ui.Messages;
[2024-11-06T07:18:31.756Z] ^
[2024-11-06T07:18:31.756Z] 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-11-06T07:18:31.756Z] class file has wrong version 61.0, should be 55.0
[2024-11-06T07:18:31.756Z] Please remove or make sure it appears in the correct subdirectory of the classpath.
[2024-11-06T07:18:31.756Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:54: error: cannot find symbol
[2024-11-06T07:18:31.756Z] static void handleArgCommand(DockerFileArgCommand command, Map<String, String> variables) {
[2024-11-06T07:18:31.756Z] ^
[2024-11-06T07:18:31.756Z] symbol: class DockerFileArgCommand
[2024-11-06T07:18:31.756Z] location: class ImageService
[2024-11-06T07:18:31.756Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:76: error: cannot find symbol
[2024-11-06T07:18:31.756Z] static String handleStringLiteral(String value, List<DockerFileStringLiteral> literals, Map<String, String> variables) {
[2024-11-06T07:18:31.756Z] ^
[2024-11-06T07:18:31.756Z] symbol: class DockerFileStringLiteral
[2024-11-06T07:18:31.756Z] location: class ImageService
[2024-11-06T07:18:31.756Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:94: error: cannot find symbol
[2024-11-06T07:18:31.756Z] static String handleVariableRefFull(String value, List<DockerFileVariableRefFull> refs, Map<String, String> variables) {
[2024-11-06T07:18:31.756Z] ^
[2024-11-06T07:18:31.756Z] symbol: class DockerFileVariableRefFull
[2024-11-06T07:18:31.756Z] location: class ImageService
[2024-11-06T07:18:31.756Z] /jenkins/workspace/Adapters/IntelliJ/intellij-dependency-analytics-build/src/main/java/org/jboss/tools/intellij/image/ImageService.java:115: error: cannot find symbol
[2024-11-06T07:18:31.756Z] static String handleVariableRefSimple(String value, List<DockerFileVariableRefSimple> refs, Map<String, String> variables) {
[2024-11-06T07:18:31.756Z] ^
[2024-11-06T07:18:31.756Z] symbol: class DockerFileVariableRefSimple
[2024-11-06T07:18:31.756Z] location: class ImageService
[2024-11-06T07:18:32.024Z] Note: Some input files use or override a deprecated API.
[2024-11-06T07:18:32.024Z] Note: Recompile with -Xlint:deprecation for details.
[2024-11-06T07:18:32.024Z] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[2024-11-06T07:18:32.024Z] 100 errors
[2024-11-06T07:18:32.278Z]
[2024-11-06T07:18:32.278Z] > Task :compileJava FAILED
[2024-11-06T07:18:32.278Z]
[2024-11-06T07:18:32.278Z] FAILURE: Build failed with an exception.
[2024-11-06T07:18:32.278Z]
[2024-11-06T07:18:32.278Z] * What went wrong:
[2024-11-06T07:18:32.278Z] Execution failed for task ':compileJava'.
[2024-11-06T07:18:32.278Z] > Compilation failed; see the compiler error output for details.
[2024-11-06T07:18:32.278Z]
[2024-11-06T07:18:32.278Z] * Try:
[2024-11-06T07:18:32.278Z] > Run with --stacktrace option to get the stack trace.
[2024-11-06T07:18:32.278Z] > Run with --info or --debug option to get more log output.
[2024-11-06T07:18:32.278Z] > Run with --scan to get full insights.
[2024-11-06T07:18:32.278Z]
[2024-11-06T07:18:32.278Z] * Get more help at https://help.gradle.org
[2024-11-06T07:18:32.278Z]
[2024-11-06T07:18:32.278Z] BUILD FAILED in 1m 3s
[2024-11-06T07:18:32.278Z] 4 actionable tasks: 4 executed
[2024-11-06T07:18:32.545Z] [Pipeline] }
[2024-11-06T07:18:32.568Z] [Pipeline] // stage
[2024-11-06T07:18:32.578Z] [Pipeline] }
[2024-11-06T07:18:32.600Z] [Pipeline] // withCredentials
[2024-11-06T07:18:32.617Z] [Pipeline] step