ExcelImporter v9.2.4 gives java error on package build - Mendix v9.24.1

1
  Building package fails (sometimes) related to the ExcelImporter.   We did not make any customization to the ExcelImporter module. When I replace the ExcelImporter with a new download I can build a package again. However it breaks in time / after commits, and my new package builds keep failing again. I have yet to pinpoint exactly when it occurs. Replacing the module entirely seems to work for at least one package build.  As the error is a java error I deployed to eclipse. Locally I can see various errors about missing org.xml.sax.helpers packages. This may just be locally so I don't know if it is relevant. Also the same ExcelImporter module does work when the package builds succesfully. Another thing I looked into was the ExcelValueParser.java class specifically. There are 2 methods that use an @Override there. The super method has different parameters. As far as my understading goes, this seems to be the reason for the error. But that implementation lies within the ExcelImporter source code and it does not explain why it would sometimes build successfully, hence I am still lost. Any help is much appreciated.    I can see the following exception. And an error before that. Exception [compile] 2023-05-11T14:05:48.645215735Z * Exception is: [compile] 2023-05-11T14:05:48.645217652Z org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':compile'. Error [compile] 2023-05-11T14:05:48.645175318Z /workspace/build/source/javasource/excelimporter/reader/readers/replication/ExcelValueParser.java:74: error: method does not override or implement a method from a supertype => Full failed build output below <=       Any tips or suggestions that I might try?   Thanks in advance, Fedor Vink       Build output:     View build output =================== BUILD OUTPUT START===================== Pipeline created at 2023-05-11T14:03:33Z [teamserver-discovery] 2023-05-11T14:04:10.572739107Z Project: 7e007c1b-80c3-4de4-ace9-7c2db577edd8 [teamserver-discovery] 2023-05-11T14:04:10.572782265Z Determining repository type... [teamserver-discovery] 2023-05-11T14:04:10.875498076Z Found type: svn [teamserver-discovery] 2023-05-11T14:04:10.876184173Z Found URL: https://teamserver.sprintr.com/7e007c1b-80c3-4de4-ace9-7c2db577edd8 [teamserver-checkout] 2023-05-11T14:04:39.738025068Z Teamserver URL: https://teamserver.sprintr.com/7e007c1b-80c3-4de4-ace9-7c2db577edd8 [teamserver-checkout] 2023-05-11T14:04:39.738055008Z Branch: trunk [teamserver-checkout] 2023-05-11T14:04:39.738058178Z Revision: 314 [teamserver-checkout] 2023-05-11T14:04:39.738163950Z Checking out repo... [teamserver-checkout] 2023-05-11T14:04:49.034816288Z Checked out revision 314 [teamserver-checkout] 2023-05-11T14:04:49.847674606Z Finding MPR file... [teamserver-checkout] 2023-05-11T14:04:49.855498961Z Found: /workspace/build/source/RvR - Shared Services.mpr [teamserver-checkout] 2023-05-11T14:04:49.856658448Z Mendix version: 9.24.1.4658 [compile] 2023-05-11T14:04:57.233446808Z [compile] 2023-05-11T14:04:57.233463785Z __ __ ____ _ _ _ [compile] 2023-05-11T14:04:57.233466395Z | \/ | | _ \ (_) | | | [compile] 2023-05-11T14:04:57.233468728Z | \ / |_ _| |_) |_ _ _| | __| | [compile] 2023-05-11T14:04:57.233470952Z | |\/| \ \/ / _ <| | | | | |/ _` | [compile] 2023-05-11T14:04:57.233473495Z | | | |> <| |_) | |_| | | | (_| | [compile] 2023-05-11T14:04:57.233475675Z |_| |_/_/\_\____/ \__,_|_|_|\__,_| [compile] 2023-05-11T14:04:57.233477861Z [compile] 2023-05-11T14:04:57.372988864Z v9.24.1.4658 [compile] 2023-05-11T14:04:57.373006422Z [compile] 2023-05-11T14:04:59.959629963Z Starting build for Mendix Project file: /workspace/build/source/RvR - Shared Services.mpr [compile] 2023-05-11T14:04:59.960814824Z Using the following options: [compile] 2023-05-11T14:04:59.960874042Z * Build target: Package [compile] 2023-05-11T14:04:59.960877655Z * Deployment package file: /workspace/build/dist/000d1ed7-ef5b-48de-87c5-a6a57f0417e3.mda [compile] 2023-05-11T14:04:59.960880014Z * Model version: 1.1.5.314 [compile] 2023-05-11T14:04:59.960882173Z * Model description: Authorizationmatrix [compile] 2023-05-11T14:04:59.960884402Z Reading project file... [compile] 2023-05-11T14:05:02.504920433Z Building project... [compile] 2023-05-11T14:05:02.510279273Z Executing step 'Synchronize with file system' [compile] 2023-05-11T14:05:02.510449651Z * Synchronizing with file system... [compile] 2023-05-11T14:05:03.439574442Z Executing step 'Initialize' [compile] 2023-05-11T14:05:03.460517690Z * Preparing deployment... [compile] 2023-05-11T14:05:03.503724071Z Executing step 'Check prerequisites' [compile] 2023-05-11T14:05:03.503948190Z * Checking for errors... [compile] 2023-05-11T14:05:06.522169856Z Executing step 'Clean deployment directory' [compile] 2023-05-11T14:05:06.522192515Z * Cleaning data broker files... [compile] 2023-05-11T14:05:06.522402363Z * Cleaning deployment directory... [compile] 2023-05-11T14:05:15.649092076Z * Cleaning ml deployment directory... [compile] 2023-05-11T14:05:15.649389530Z * Cleaning web deployment directory... [compile] 2023-05-11T14:05:15.649502735Z * Cleaning source web deployment directory... [compile] 2023-05-11T14:05:15.649647873Z Executing step 'Perform model transformations' [compile] 2023-05-11T14:05:15.655370599Z * Applying model transformations... [compile] 2023-05-11T14:05:15.667103841Z Executing step 'Generate deployment files' [compile] 2023-05-11T14:05:15.668621556Z * Writing files... [compile] 2023-05-11T14:05:19.614201901Z Executing step 'Prepare deployment' [compile] 2023-05-11T14:05:19.615558771Z * Generating styles for icons [compile] 2023-05-11T14:05:19.617610819Z * Cleaning web deployment directory... [compile] 2023-05-11T14:05:19.697232011Z Executing step 'Build deployment structure' [compile] 2023-05-11T14:05:19.698523535Z * Generating data broker files... [compile] 2023-05-11T14:05:19.993643143Z * Exporting ml models to ml deployment directory... [compile] 2023-05-11T14:05:19.996770415Z * Compiling theme files... [compile] 2023-05-11T14:05:20.000281381Z * Exporting a theme... [compile] 2023-05-11T14:05:20.415730757Z * Generating font files for icons [compile] 2023-05-11T14:05:20.416789792Z * Exporting pages... [compile] 2023-05-11T14:05:21.190872155Z * Exporting metadata... [compile] 2023-05-11T14:05:21.193292608Z * Exporting microflows model... [compile] 2023-05-11T14:05:21.355929245Z * Exporting custom widgets... [compile] 2023-05-11T14:05:21.372797041Z * Bundling custom widgets... [compile] 2023-05-11T14:05:27.856305875Z Executing step 'Save model to deployment directory' [compile] 2023-05-11T14:05:27.856502693Z * Saving model to deployment directory... [compile] 2023-05-11T14:05:28.465145322Z Executing step 'Finalize deployment structure' [compile] 2023-05-11T14:05:28.466383208Z * Post-processing generation results... [compile] 2023-05-11T14:05:28.477962318Z Executing step 'Bundle application' [compile] 2023-05-11T14:05:28.481352613Z * Compiling Java... [compile] 2023-05-11T14:05:48.506411418Z Executing step 'Clean up' [compile] 2023-05-11T14:05:48.506630655Z * Cleaning up... [compile] 2023-05-11T14:05:48.644934507Z ERROR: An error occurred while compiling Java actions [compile] 2023-05-11T14:05:48.645046391Z Initialized native services in: /root/.gradle/native [compile] 2023-05-11T14:05:48.645057129Z Initialized jansi services in: /root/.gradle/native [compile] 2023-05-11T14:05:48.645061250Z Received JVM installation metadata from '/opt/jdk-11.0.8+10': {JAVA_HOME=/opt/jdk-11.0.8+10, JAVA_VERSION=11.0.8, JAVA_VENDOR=AdoptOpenJDK, RUNTIME_NAME=OpenJDK Runtime Environment, RUNTIME_VERSION=11.0.8+10, VM_NAME=OpenJDK 64-Bit Server VM, VM_VERSION=11.0.8+10, VM_VENDOR=AdoptOpenJDK, OS_ARCH=amd64} [compile] 2023-05-11T14:05:48.645067220Z The client will now receive all logging from the daemon (pid: 72). The daemon log file: /root/.gradle/daemon/7.6/daemon-72.out.log [compile] 2023-05-11T14:05:48.645069459Z Starting 3rd build in daemon [uptime: 20.426 secs, performance: 98%, non-heap usage: 19% of 256 MiB] [compile] 2023-05-11T14:05:48.645071583Z Using 2 worker leases. [compile] 2023-05-11T14:05:48.645073615Z Not watching /workspace/build/source/deployment since the file system is not supported [compile] 2023-05-11T14:05:48.645075755Z Watching the file system is configured to be enabled if available [compile] 2023-05-11T14:05:48.645077859Z File system watching is active [compile] 2023-05-11T14:05:48.645088560Z Closing daemon's stdin at end of input. [compile] 2023-05-11T14:05:48.645090797Z The daemon will no longer process any standard input. [compile] 2023-05-11T14:05:48.645092757Z Starting Build [compile] 2023-05-11T14:05:48.645094623Z Settings evaluated using settings file '/workspace/build/source/deployment/settings.gradle'. [compile] 2023-05-11T14:05:48.645096726Z Projects loaded. Root project using build file '/workspace/build/source/deployment/build.gradle'. [compile] 2023-05-11T14:05:48.645098735Z Included projects: [root project 'deployment'] [compile] 2023-05-11T14:05:48.645100792Z [compile] 2023-05-11T14:05:48.645102731Z > Configure project : [compile] 2023-05-11T14:05:48.645104757Z Evaluating root project 'deployment' using build file '/workspace/build/source/deployment/build.gradle'. [compile] 2023-05-11T14:05:48.645106763Z All projects evaluated. [compile] 2023-05-11T14:05:48.645108705Z Task name matched 'clean-custom-classes' [compile] 2023-05-11T14:05:48.645110704Z Task name matched 'compile' [compile] 2023-05-11T14:05:48.645112579Z Task name matched 'package' [compile] 2023-05-11T14:05:48.645114486Z Selected primary task 'clean-custom-classes' from project : [compile] 2023-05-11T14:05:48.645116480Z Selected primary task 'compile' from project : [compile] 2023-05-11T14:05:48.645118452Z Selected primary task 'package' from project : [compile] 2023-05-11T14:05:48.645120363Z Tasks to be executed: [task ':clean-custom-classes', task ':compile', task ':package'] [compile] 2023-05-11T14:05:48.645122358Z Tasks that were excluded: [] [compile] 2023-05-11T14:05:48.645124230Z Resolve mutations for :clean-custom-classes (Thread[included builds,5,main]) started. [compile] 2023-05-11T14:05:48.645126216Z :clean-custom-classes (Thread[Execution worker,5,main]) started. [compile] 2023-05-11T14:05:48.645128601Z destroyer locations for task group 0 (Thread[included builds,5,main]) started. [compile] 2023-05-11T14:05:48.645132004Z destroyer locations for task group 1 (Thread[included builds,5,main]) started. [compile] 2023-05-11T14:05:48.645135236Z [compile] 2023-05-11T14:05:48.645139330Z > Task :clean-custom-classes [compile] 2023-05-11T14:05:48.645141688Z Caching disabled for task ':clean-custom-classes' because: [compile] 2023-05-11T14:05:48.645143633Z Build cache is disabled [compile] 2023-05-11T14:05:48.645145517Z Task ':clean-custom-classes' is not up-to-date because: [compile] 2023-05-11T14:05:48.645147447Z Task has not declared any outputs despite executing actions. [compile] 2023-05-11T14:05:48.645149494Z Resolve mutations for :compile (Thread[Execution worker,5,main]) started. [compile] 2023-05-11T14:05:48.645151465Z :compile (Thread[Execution worker,5,main]) started. [compile] 2023-05-11T14:05:48.645153429Z [compile] 2023-05-11T14:05:48.645155226Z > Task :compile [compile] 2023-05-11T14:05:48.645157110Z Caching disabled for task ':compile' because: [compile] 2023-05-11T14:05:48.645159025Z Build cache is disabled [compile] 2023-05-11T14:05:48.645160887Z Task ':compile' is not up-to-date because: [compile] 2023-05-11T14:05:48.645165269Z No history is available. [compile] 2023-05-11T14:05:48.645167200Z The input changes require a full rebuild for incremental task ':compile'. [compile] 2023-05-11T14:05:48.645169277Z Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments. [compile] 2023-05-11T14:05:48.645171422Z Compiling with toolchain '/opt/jdk-11.0.8+10'. [compile] 2023-05-11T14:05:48.645173327Z Compiling with JDK Java compiler API. [compile] 2023-05-11T14:05:48.645175318Z /workspace/build/source/javasource/excelimporter/reader/readers/replication/ExcelValueParser.java:74: error: method does not override or implement a method from a supertype [compile] 2023-05-11T14:05:48.645177505Z @Override [compile] 2023-05-11T14:05:48.645179535Z ^ [compile] 2023-05-11T14:05:48.645181364Z Note: Some input files use or override a deprecated API. [compile] 2023-05-11T14:05:48.645183378Z Note: Recompile with -Xlint:deprecation for details. [compile] 2023-05-11T14:05:48.645185295Z 1 error [compile] 2023-05-11T14:05:48.645187150Z [compile] 2023-05-11T14:05:48.645188935Z > Task :compile FAILED [compile] 2023-05-11T14:05:48.645190926Z 2 actionable tasks: 2 executed [compile] 2023-05-11T14:05:48.645192890Z Some of the file system contents retained in the virtual file system are on file systems that Gradle doesn't support watching. The relevant state was discarded to ensure changes to these locations are properly detected. You can override this by explicitly enabling file system watching. [compile] 2023-05-11T14:05:48.645195233Z [compile] 2023-05-11T14:05:48.645196989Z FAILURE: Build failed with an exception. [compile] 2023-05-11T14:05:48.645198946Z [compile] 2023-05-11T14:05:48.645200706Z * What went wrong: [compile] 2023-05-11T14:05:48.645202650Z Execution failed for task ':compile'. [compile] 2023-05-11T14:05:48.645204577Z > Compilation failed; see the compiler error output for details. [compile] 2023-05-11T14:05:48.645206529Z [compile] 2023-05-11T14:05:48.645208271Z * Try: [compile] 2023-05-11T14:05:48.645210189Z > Run with --debug option to get more log output. [compile] 2023-05-11T14:05:48.645212101Z > Run with --scan to get full insights. [compile] 2023-05-11T14:05:48.645213986Z [compile] 2023-05-11T14:05:48.645215735Z * Exception is: [compile] 2023-05-11T14:05:48.645217652Z org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':compile'. [compile] 2023-05-11T14:05:48.645219672Z at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:142) [compile] 2023-05-11T14:05:48.645221743Z at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282) [compile] 2023-05-11T14:05:48.645223989Z at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:140) [compile] 2023-05-11T14:05:48.645226142Z at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128) [compile] 2023-05-11T14:05:48.645230092Z at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77) [compile] 2023-05-11T14:05:48.645232163Z at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) [compile] 2023-05-11T14:05:48.645234216Z at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51) [compile] 2023-05-11T14:05:48.645236359Z at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) [compile] 2023-05-11T14:05:48.645238399Z at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:57) [compile] 2023-05-11T14:05:48.645240378Z at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36) [compile] 2023-05-11T14:05:48.645242382Z at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) [compile] 2023-05-11T14:05:48.645244409Z at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55) [compile] 2023-05-11T14:05:48.645246395Z at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52) [compile] 2023-05-11T14:05:48.645248419Z at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) [compile] 2023-05-11T14:05:48.645250513Z at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) [compile] 2023-05-11T14:05:48.645252606Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) [compile] 2023-05-11T14:05:48.645254617Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645256598Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) [compile] 2023-05-11T14:05:48.645258590Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645260971Z at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) [compile] 2023-05-11T14:05:48.645262989Z at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) [compile] 2023-05-11T14:05:48.645264978Z at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52) [compile] 2023-05-11T14:05:48.645267004Z at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69) [compile] 2023-05-11T14:05:48.645268992Z at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:322) [compile] 2023-05-11T14:05:48.645271093Z at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:309) [compile] 2023-05-11T14:05:48.645273196Z at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:302) [compile] 2023-05-11T14:05:48.645277459Z at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:288) [compile] 2023-05-11T14:05:48.645279580Z at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:462) [compile] 2023-05-11T14:05:48.645281670Z at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:379) [compile] 2023-05-11T14:05:48.645283679Z at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) [compile] 2023-05-11T14:05:48.645285693Z at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:49) [compile] 2023-05-11T14:05:48.645287694Z Caused by: org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler error output for details. [compile] 2023-05-11T14:05:48.645289831Z at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:56) [compile] 2023-05-11T14:05:48.645291812Z at org.gradle.api.internal.tasks.compile.JdkJavaCompiler.execute(JdkJavaCompiler.java:39) [compile] 2023-05-11T14:05:48.645293770Z at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.delegateAndHandleErrors(NormalizingJavaCompiler.java:98) [compile] 2023-05-11T14:05:48.645295795Z at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:52) [compile] 2023-05-11T14:05:48.645297857Z at org.gradle.api.internal.tasks.compile.NormalizingJavaCompiler.execute(NormalizingJavaCompiler.java:38) [compile] 2023-05-11T14:05:48.645300049Z at org.gradle.api.internal.tasks.compile.AnnotationProcessorDiscoveringCompiler.execute(AnnotationProcessorDiscoveringCompiler.java:51) [compile] 2023-05-11T14:05:48.645302150Z at org.gradle.api.internal.tasks.compile.AnnotationProcessorDiscoveringCompiler.execute(AnnotationProcessorDiscoveringCompiler.java:37) [compile] 2023-05-11T14:05:48.645304286Z at org.gradle.api.internal.tasks.compile.ModuleApplicationNameWritingCompiler.execute(ModuleApplicationNameWritingCompiler.java:46) [compile] 2023-05-11T14:05:48.645306372Z at org.gradle.api.internal.tasks.compile.ModuleApplicationNameWritingCompiler.execute(ModuleApplicationNameWritingCompiler.java:36) [compile] 2023-05-11T14:05:48.645308421Z at org.gradle.jvm.toolchain.internal.DefaultToolchainJavaCompiler.execute(DefaultToolchainJavaCompiler.java:57) [compile] 2023-05-11T14:05:48.645310456Z at org.gradle.api.tasks.compile.JavaCompile.lambda$createToolchainCompiler$1(JavaCompile.java:237) [compile] 2023-05-11T14:05:48.645312448Z at org.gradle.api.internal.tasks.compile.CleaningJavaCompiler.execute(CleaningJavaCompiler.java:53) [compile] 2023-05-11T14:05:48.645314470Z at org.gradle.api.internal.tasks.compile.incremental.IncrementalCompilerFactory.lambda$createRebuildAllCompiler$0(IncrementalCompilerFactory.java:52) [compile] 2023-05-11T14:05:48.645316567Z at org.gradle.api.internal.tasks.compile.incremental.SelectiveCompiler.execute(SelectiveCompiler.java:70) [compile] 2023-05-11T14:05:48.645318607Z at org.gradle.api.internal.tasks.compile.incremental.SelectiveCompiler.execute(SelectiveCompiler.java:44) [compile] 2023-05-11T14:05:48.645326420Z at org.gradle.api.internal.tasks.compile.incremental.IncrementalResultStoringCompiler.execute(IncrementalResultStoringCompiler.java:66) [compile] 2023-05-11T14:05:48.645328590Z at org.gradle.api.internal.tasks.compile.incremental.IncrementalResultStoringCompiler.execute(IncrementalResultStoringCompiler.java:52) [compile] 2023-05-11T14:05:48.645330706Z at org.gradle.api.internal.tasks.compile.CompileJavaBuildOperationReportingCompiler$2.call(CompileJavaBuildOperationReportingCompiler.java:59) [compile] 2023-05-11T14:05:48.645332816Z at org.gradle.api.internal.tasks.compile.CompileJavaBuildOperationReportingCompiler$2.call(CompileJavaBuildOperationReportingCompiler.java:51) [compile] 2023-05-11T14:05:48.645334897Z at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) [compile] 2023-05-11T14:05:48.645336957Z at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) [compile] 2023-05-11T14:05:48.645339219Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) [compile] 2023-05-11T14:05:48.645341248Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645343282Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) [compile] 2023-05-11T14:05:48.645345294Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645347291Z at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) [compile] 2023-05-11T14:05:48.645349310Z at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) [compile] 2023-05-11T14:05:48.645351321Z at org.gradle.api.internal.tasks.compile.CompileJavaBuildOperationReportingCompiler.execute(CompileJavaBuildOperationReportingCompiler.java:51) [compile] 2023-05-11T14:05:48.645353391Z at org.gradle.api.tasks.compile.JavaCompile.performCompilation(JavaCompile.java:288) [compile] 2023-05-11T14:05:48.645355344Z at org.gradle.api.tasks.compile.JavaCompile.performIncrementalCompilation(JavaCompile.java:170) [compile] 2023-05-11T14:05:48.645357350Z at org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:148) [compile] 2023-05-11T14:05:48.645359324Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [compile] 2023-05-11T14:05:48.645361302Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [compile] 2023-05-11T14:05:48.645363307Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [compile] 2023-05-11T14:05:48.645365385Z at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:125) [compile] 2023-05-11T14:05:48.645367343Z at org.gradle.api.internal.project.taskfactory.IncrementalInputsTaskAction.doExecute(IncrementalInputsTaskAction.java:32) [compile] 2023-05-11T14:05:48.645369455Z at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51) [compile] 2023-05-11T14:05:48.645373334Z at org.gradle.api.internal.project.taskfactory.AbstractIncrementalTaskAction.execute(AbstractIncrementalTaskAction.java:25) [compile] 2023-05-11T14:05:48.645375407Z at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29) [compile] 2023-05-11T14:05:48.645377464Z at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:236) [compile] 2023-05-11T14:05:48.645379443Z at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) [compile] 2023-05-11T14:05:48.645381673Z at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) [compile] 2023-05-11T14:05:48.645383696Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) [compile] 2023-05-11T14:05:48.645385703Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645387711Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) [compile] 2023-05-11T14:05:48.645391359Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645393385Z at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) [compile] 2023-05-11T14:05:48.645395487Z at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68) [compile] 2023-05-11T14:05:48.645397596Z at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:221) [compile] 2023-05-11T14:05:48.645399577Z at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:204) [compile] 2023-05-11T14:05:48.645401547Z at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:187) [compile] 2023-05-11T14:05:48.645403568Z at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:165) [compile] 2023-05-11T14:05:48.645405618Z at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89) [compile] 2023-05-11T14:05:48.645407596Z at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40) [compile] 2023-05-11T14:05:48.645409560Z at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53) [compile] 2023-05-11T14:05:48.645411539Z at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50) [compile] 2023-05-11T14:05:48.645413588Z at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) [compile] 2023-05-11T14:05:48.645415673Z at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) [compile] 2023-05-11T14:05:48.645417732Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) [compile] 2023-05-11T14:05:48.645419724Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645423841Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) [compile] 2023-05-11T14:05:48.645426364Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645428382Z at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) [compile] 2023-05-11T14:05:48.645430417Z at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) [compile] 2023-05-11T14:05:48.645432438Z at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50) [compile] 2023-05-11T14:05:48.645434405Z at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40) [compile] 2023-05-11T14:05:48.645436351Z at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68) [compile] 2023-05-11T14:05:48.645438358Z at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38) [compile] 2023-05-11T14:05:48.645440365Z at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41) [compile] 2023-05-11T14:05:48.645442349Z at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74) [compile] 2023-05-11T14:05:48.645444329Z at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) [compile] 2023-05-11T14:05:48.645446321Z at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51) [compile] 2023-05-11T14:05:48.645448366Z at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29) [compile] 2023-05-11T14:05:48.645450463Z at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.executeDelegateBroadcastingChanges(CaptureStateAfterExecutionStep.java:124) [compile] 2023-05-11T14:05:48.645452541Z at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:80) [compile] 2023-05-11T14:05:48.645454593Z at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:58) [compile] 2023-05-11T14:05:48.645456605Z at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48) [compile] 2023-05-11T14:05:48.645458577Z at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36) [compile] 2023-05-11T14:05:48.645460569Z at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:181) [compile] 2023-05-11T14:05:48.645462645Z at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:71) [compile] 2023-05-11T14:05:48.645464621Z at org.gradle.internal.Either$Right.fold(Either.java:175) [compile] 2023-05-11T14:05:48.645466899Z at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59) [compile] 2023-05-11T14:05:48.645468869Z at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:69) [compile] 2023-05-11T14:05:48.645472761Z at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:47) [compile] 2023-05-11T14:05:48.645474768Z at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36) [compile] 2023-05-11T14:05:48.645476776Z at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25) [compile] 2023-05-11T14:05:48.645478807Z at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36) [compile] 2023-05-11T14:05:48.645480794Z at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22) [compile] 2023-05-11T14:05:48.645482759Z at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110) [compile] 2023-05-11T14:05:48.645484742Z at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56) [compile] 2023-05-11T14:05:48.645486738Z at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56) [compile] 2023-05-11T14:05:48.645488710Z at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38) [compile] 2023-05-11T14:05:48.645490726Z at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73) [compile] 2023-05-11T14:05:48.645492686Z at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44) [compile] 2023-05-11T14:05:48.645494702Z at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) [compile] 2023-05-11T14:05:48.645496792Z at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) [compile] 2023-05-11T14:05:48.645498868Z at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89) [compile] 2023-05-11T14:05:48.645500867Z at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50) [compile] 2023-05-11T14:05:48.645502867Z at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:102) [compile] 2023-05-11T14:05:48.645504878Z at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57) [compile] 2023-05-11T14:05:48.645506859Z at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76) [compile] 2023-05-11T14:05:48.645508874Z at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50) [compile] 2023-05-11T14:05:48.645511271Z at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:254) [compile] 2023-05-11T14:05:48.645513314Z at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:209) [compile] 2023-05-11T14:05:48.645515334Z at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:88) [compile] 2023-05-11T14:05:48.645517327Z at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:56) [compile] 2023-05-11T14:05:48.645519290Z at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32) [compile] 2023-05-11T14:05:48.645530202Z at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21) [compile] 2023-05-11T14:05:48.645532388Z at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) [compile] 2023-05-11T14:05:48.645534467Z at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43) [compile] 2023-05-11T14:05:48.645536479Z at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31) [compile] 2023-05-11T14:05:48.645538624Z at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40) [compile] 2023-05-11T14:05:48.645540623Z at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:281) [compile] 2023-05-11T14:05:48.645542610Z at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40) [compile] 2023-05-11T14:05:48.645544599Z at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30) [compile] 2023-05-11T14:05:48.645546590Z at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37) [compile] 2023-05-11T14:05:48.645548588Z at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27) [compile] 2023-05-11T14:05:48.645550554Z at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44) [compile] 2023-05-11T14:05:48.645552555Z at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33) [compile] 2023-05-11T14:05:48.645554627Z at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76) [compile] 2023-05-11T14:05:48.645556696Z at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:139) [compile] 2023-05-11T14:05:48.645559035Z at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128) [compile] 2023-05-11T14:05:48.645561087Z at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77) [compile] 2023-05-11T14:05:48.645563098Z at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) [compile] 2023-05-11T14:05:48.645565189Z at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51) [compile] 2023-05-11T14:05:48.645567249Z at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) [compile] 2023-05-11T14:05:48.645569264Z at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:57) [compile] 2023-05-11T14:05:48.645571276Z at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36) [compile] 2023-05-11T14:05:48.645573544Z at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) [compile] 2023-05-11T14:05:48.645577575Z at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55) [compile] 2023-05-11T14:05:48.645579600Z at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52) [compile] 2023-05-11T14:05:48.645581704Z at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) [compile] 2023-05-11T14:05:48.645583865Z at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) [compile] 2023-05-11T14:05:48.645585934Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) [compile] 2023-05-11T14:05:48.645587932Z at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645589958Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) [compile] 2023-05-11T14:05:48.645591984Z at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) [compile] 2023-05-11T14:05:48.645593972Z at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) [compile] 2023-05-11T14:05:48.645595977Z at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) [compile] 2023-05-11T14:05:48.645598591Z at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52) [compile] 2023-05-11T14:05:48.645600657Z at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69) [compile] 2023-05-11T14:05:48.645602645Z at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:322) [compile] 2023-05-11T14:05:48.645604719Z at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:309) [compile] 2023-05-11T14:05:48.645606868Z at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:302) [compile] 2023-05-11T14:05:48.645608951Z at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:288) [compile] 2023-05-11T14:05:48.645611011Z at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:462) [compile] 2023-05-11T14:05:48.645612988Z at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:379) [compile] 2023-05-11T14:05:48.645615017Z at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) [compile] 2023-05-11T14:05:48.645617029Z at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:49) [compile] 2023-05-11T14:05:48.645618998Z [compile] 2023-05-11T14:05:48.645620777Z [compile] 2023-05-11T14:05:48.645622563Z * Get more help at https://help.gradle.org [compile] 2023-05-11T14:05:48.645626213Z [compile] 2023-05-11T14:05:48.645628042Z BUILD FAILED in 19s [compile] 2023-05-11T14:05:48.645629926Z [compile] 2023-05-11T14:05:48.645631693Z [compile] 2023-05-11T14:05:48.645633434Z [compile] 2023-05-11T14:05:48.645779079Z BUILD FAILED =================== BUILD OUTPUT END=====================      
asked
2 answers
2

Hi Fedor,

 

I had some Java Compile issues as well with 9.24.1. Support said to update to 24.2 but that didn't help for me. What did solve my issue was downgrade in jdk version. Not sure if this will fix your issue but it's worth a shot. My compile issue would occur everytime.

 

https://forum.mendix.com/link/space/studio-pro/questions/124571

answered
0

Hi,

 

We've been running into the same problem. If I rebuild a few times it ends up successful, but to save time I've been building locally to deploy.

 

Hopefully we can find a more long term solution. I'll try downgrading the jdk and see if that helps for our next build.

answered