Error building IntelliJ Community : Kotlin: [Internal Error] java.lang.NoSuchFieldError: PATH_HASHING_STRATEGY

Answered

I am trying to build IntelliJ community 2022.1 from source code using the IntelliJ Ultimate edition.

I have cloned the branch 221 which is corresponding to 2022.1 release.
The required Android modules have been cloned as well.

When I try to build it I am getting the following error:

Kotlin: [Internal Error] java.lang.NoSuchFieldError: PATH_HASHING_STRATEGY
    at org.jetbrains.kotlin.incremental.PathCollectionExternalizer$1.invoke(IncrementalJvmCache.kt:549)
    at org.jetbrains.kotlin.incremental.PathCollectionExternalizer$1.invoke(IncrementalJvmCache.kt:549)
    at org.jetbrains.kotlin.incremental.storage.CollectionExternalizer.read(externalizers.kt:219)
    at org.jetbrains.kotlin.incremental.storage.CollectionExternalizer.read(externalizers.kt:214)
    at com.intellij.util.io.PersistentMapImpl.doGet(PersistentMapImpl.java:612)
    at com.intellij.util.io.PersistentMapImpl.get(PersistentMapImpl.java:549)
    at com.intellij.util.io.PersistentHashMap.get(PersistentHashMap.java:169)
    at org.jetbrains.kotlin.incremental.storage.CachingLazyStorage.get(CachingLazyStorage.kt:69)
    at org.jetbrains.kotlin.incremental.IncrementalJvmCache$InternalNameToSourcesMap.get(IncrementalJvmCache.kt:494)
    at org.jetbrains.kotlin.incremental.IncrementalJvmCache.sourcesByInternalName(IncrementalJvmCache.kt:96)
    at org.jetbrains.kotlin.jps.build.KotlinBuilder.doCompileModuleChunk(KotlinBuilder.kt:545)
    at org.jetbrains.kotlin.jps.build.KotlinBuilder.doBuild(KotlinBuilder.kt:419)
    at org.jetbrains.kotlin.jps.build.KotlinBuilder.build(KotlinBuilder.kt:308)
    at org.jetbrains.jps.incremental.IncProjectBuilder.runModuleLevelBuilders(IncProjectBuilder.java:1523)
    at org.jetbrains.jps.incremental.IncProjectBuilder.runBuildersForChunk(IncProjectBuilder.java:1153)
    at org.jetbrains.jps.incremental.IncProjectBuilder.buildTargetsChunk(IncProjectBuilder.java:1303)
    at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunkIfAffected(IncProjectBuilder.java:1118)
    at org.jetbrains.jps.incremental.IncProjectBuilder$BuildParallelizer$1.run(IncProjectBuilder.java:1084)
    at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:243)
    at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:29)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:216)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:205)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)

Kindly suggest a possible solution for this.

3
18 comments

1. Please don't tag people

2. What exactly is "try to build"? Invoking Build from the IDE (what IDE version) or building installer from command-line?

0

I am using the IntelliJ IDEA 2022.3 Ultimate edition.

And yes, I invoked the build from the IDE using "Build | Build project".

I have followed the steps from the read me file https://github.com/JetBrains/intellij-community/blob/master/README.md 

0

Please provide more information about your IDE, especially the Kotlin plugin version. Use the "About IntelliJ IDEA" action and click the Copy button.

0

Please find below details about my IDE (copied from About IntelliJ IDEA)

IntelliJ IDEA 2022.3 (Ultimate Edition)
Build #IU-223.7571.182, built on November 29, 2022
Licensed to ***

Runtime version: 17.0.5+1-b653.14 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Non-Bundled Plugins:
    com.intellij.guice (223.7571.182)

Kotlin: 223-1.7.20-release-201-IJ7571.182

0

Hi,

Could you please try to update your IDE to the latest and make sure the plugins are up to date (especially Kotlin)? The latest release of IntelliJ Ultimate is 2022.3.1.

0

Hi,

I have updated my IDE to the latest version.
This is my IDE information now.

IntelliJ IDEA 2022.3.1 (Ultimate Edition)
Build #IU-223.8214.52, built on December 20, 2022
Licensed to ***

Runtime version: 17.0.5+1-b653.23 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 1262M
Cores: 8

Kotlin: 223-1.7.21-release-272-IJ8214.52

Kotlin plugin installed is:

With this setup, I am getting the following error when I build the source code.

..\intellij-community\platform\util-ex\src\com\intellij\openapi\progress\coroutines.kt:97:34
Kotlin: This is an internal kotlinx.coroutines API that should not be used from outside of kotlinx.coroutines. No compatibility guarantees are provided.It is recommended to report your use-case of internal API to kotlinx.coroutines issue tracker, so stable API could be provided instead

..\intellij-community\platform\util-ex\src\com\intellij\openapi\progress\coroutines.kt:121:15
Kotlin: This is an internal kotlinx.coroutines API that should not be used from outside of kotlinx.coroutines. No compatibility guarantees are provided.It is recommended to report your use-case of internal API to kotlinx.coroutines issue tracker, so stable API could be provided instead

Please let me know what changes I need to make.

0

Hi Karol Lewandowski, please suggest if there are any possible solutions.

Karol Lewandowski

0

Hi Jayakrishna

Does the problem reproduce with "Rebuild Project" action (not "Build Project")?

Please open the file "platform\util-ex\src\com\intellij\openapi\progress\coroutines.kt". Do you see errors in the editor? 

0

Hi Daniil Ovchinnikov

Yes the problem persists with "Rebuild Project" as well. And I see errors in coroutines.kt file.

Additionally I am getting this error as well

..\intellij-community\android\adt-ui-model\src\main\java\com\android\tools\adtui\model\DragAndDropListModel.java:37:76
java: cannot access gnu.trove.TObjectHashingStrategy
  class file for gnu.trove.TObjectHashingStrategy not found

0

I've missed that you are trying to build 221 branch. It's expected to be built by Kotlin Compiler v 1.6.10-release-971. 
I'm building 7763c6ff6c04efe1ab99e32a6bce43203d071c61 locally and I don't get any errors. 

Do you have any Problems in Project Structure dialog?
Did you change any configuration?
Do you have any changed files?

0

Hi Daniil Ovchinnikov

To answer your questions:
Do you have any Problems in Project Structure dialog? -- No
Did you change any configuration? -- No
Do you have any changed files? -- No

My IntelliJ Ultimate IDE version is 2022.3.1 and the Kotlin plugin version is 223-1.7.21-release-272-IJ8214.52.

After your suggestion, I tried to find the Kotlin plugin version 1.6.10-release-971, but I couldn't find it here https://plugins.jetbrains.com/plugin/6954-kotlin/versions

Kindly suggest what next.

0

> It's expected to be built by Kotlin Compiler v 1.6.10-release-971.

This is configured in the Settings, and it's persisted under VCS (.idea/kotlinc.xml), so it should be automatically picked up if you didn't change anything.

Which revision are you trying to build? 

Unfortunately, I'm unable to help until I can repro the issue locally.

I suggest to back up your settings, start from a clean state, uninstall all non-bundled plugins, remove "out/" directory from the project root, check out 7763c6ff6c04efe1ab99e32a6bce43203d071c61 and try to build it, then invoke Help - Show Log in Finder action, find build.log file and attach it or its contents here. 

0

Daniil Ovchinnikov,

can u please let me know the IntelliJ IDEA Ultimate version that you are using. I will try to use the same version.

And also, please give me the github link to clone the code, so that I can make sure I'm checking out from the right place and the right branch.

0
IntelliJ IDEA 2022.3.1 (Ultimate Edition)
Build #IU-223.8214.52, built on December 20, 2022
Licensed to JetBrains Team / Daniil Ovchinnikov
You have a perpetual fallback license for this version.
Subscription is active until December 28, 2026.
Runtime version: 17.0.5+1-b653.23 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 13.1
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 10
Metal Rendering is ON


Kotlin: 223-1.7.21-release-272-IJ8214.52

 

https://github.com/JetBrains/intellij-community/commit/7763c6ff6c04efe1ab99e32a6bce43203d071c61 

0

Daniil Ovchinnikov

I have exactly the same setup on my machine.

Please find below the contents of build log file.

2023-01-25 16:51:41,751 [105439351]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of intellij-community. Reason: Reindex requested by project root model changes
2023-01-25 16:51:41,772 [105439372]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for intellij-community took 21ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 16:51:41,789 [105439389]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of intellij-community uses 7 scanning threads
2023-01-25 16:51:45,763 [105443363]   INFO - #c.i.c.i.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2023-01-25 16:51:48,862 [105446462]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2022.3.1/plugins/java/lib/jps-launcher.jar
2023-01-25 16:51:51,321 [105448921]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed
2023-01-25 16:51:51,322 [105448922]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is closed (didn't exist)
2023-01-25 16:51:54,030 [105451630]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for intellij-community. Number of scanned files: 415123; Number of files for indexing: 0 took 12258ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 16:51:54,030 [105451630]   INFO - #c.i.u.i.UnindexedFilesScanner - Finished for intellij-community. No files to index with loading content.
2023-01-25 16:51:54,618 [105452218]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: An illegal reflective access operation has occurred
2023-01-25 16:51:54,618 [105452218]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Illegal reflective access by com.intellij.util.io.FilePageCache (file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%202022.3.1/lib/util.jar) to field java.nio.Bits.MAX_MEMORY
2023-01-25 16:51:54,618 [105452218]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Please consider reporting this to the maintainers of com.intellij.util.io.FilePageCache
2023-01-25 16:51:54,618 [105452218]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-01-25 16:51:54,618 [105452218]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: All illegal access operations will be denied in a future release
2023-01-25 16:54:40,975 [105618575]   INFO - #c.i.c.ComponentStoreImpl - Saving appCompletionMLRankingSettings took 12 ms, FileTypeManager took 13 ms
2023-01-25 16:54:41,293 [105618893]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)JavacSettings took 20 ms, Kotlin2JvmCompilerArguments took 20 ms
2023-01-25 16:54:57,908 [105635508]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is opened
2023-01-25 16:54:58,098 [105635698]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is opened: took 142 ms for 6 storages (filling map: 130 ms, flush to storage: 12 ms)
2023-01-25 16:54:58,915 [105636515]   INFO - #c.i.c.i.CompilerUtil -     COMPILATION FINISHED (BUILD PROCESS); Errors: 1; warnings: 300 took 192794 ms: 3 min 12sec
2023-01-25 16:54:59,397 [105636997]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2022.3.1/plugins/java/lib/jps-launcher.jar
2023-01-25 16:55:05,328 [105642928]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: An illegal reflective access operation has occurred
2023-01-25 16:55:05,329 [105642929]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Illegal reflective access by com.intellij.util.io.FilePageCache (file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%202022.3.1/lib/util.jar) to field java.nio.Bits.MAX_MEMORY
2023-01-25 16:55:05,329 [105642929]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Please consider reporting this to the maintainers of com.intellij.util.io.FilePageCache
2023-01-25 16:55:05,329 [105642929]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-01-25 16:55:05,329 [105642929]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: All illegal access operations will be denied in a future release
2023-01-25 16:57:22,036 [105779636]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)Kotlin2JvmCompilerArguments took 25 ms, RunManager took 18 ms
2023-01-25 16:57:31,086 [105788686]   INFO - #c.i.c.i.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2023-01-25 16:57:31,591 [105789191]   INFO - #c.i.c.s.BuildManager - Using preloaded build process to compile C:/Jay/codebase_general/JetBrains/intellij-community
2023-01-25 16:57:31,608 [105789208]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed
2023-01-25 16:57:31,633 [105789233]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is closed
2023-01-25 17:00:31,237 [105968837]   INFO - #c.i.c.ComponentStoreImpl - Saving appFileTypeManager took 11 ms
2023-01-25 17:00:38,638 [105976238]   INFO - #c.i.u.i.RootChangesLogger - New rootsChanged event for "intellij-community" project with partial rescanning with trace_hash = 1721583206:
java.lang.Throwable
    at com.intellij.util.indexing.RootChangesLogger.info(RootChangesLogger.java:27)
    at com.intellij.util.indexing.EntityIndexingServiceImpl.logRootChanges(EntityIndexingServiceImpl.java:141)
    at com.intellij.util.indexing.EntityIndexingServiceImpl.indexChanges(EntityIndexingServiceImpl.java:119)
    at com.intellij.openapi.roots.impl.ProjectRootManagerComponent.fireRootsChangedEvent(ProjectRootManagerComponent.kt:250)
    at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.fireRootsChanged(ProjectRootManagerImpl.java:483)
    at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$1.fireRootsChanged(ProjectRootManagerImpl.java:136)
    at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$1.fireRootsChanged(ProjectRootManagerImpl.java:133)
    at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$BatchSession.rootsChanged(ProjectRootManagerImpl.java:107)
    at com.intellij.workspaceModel.ide.impl.legacyBridge.watcher.RootsChangeWatcher.fireRootsChangeEvent(RootsChangeWatcher.kt:233)
    at com.intellij.workspaceModel.ide.impl.legacyBridge.watcher.RootsChangeWatcher.fireRootsChangeEvent$default(RootsChangeWatcher.kt:211)
    at com.intellij.workspaceModel.ide.impl.legacyBridge.watcher.RootsChangeWatcher$prepareChange$1.afterVfsChange(RootsChangeWatcher.kt:161)
    at com.intellij.openapi.vfs.newvfs.AsyncEventSupport.afterVfsChange(AsyncEventSupport.java:133)
    at com.intellij.openapi.vfs.newvfs.AsyncEventSupport.processEventsFromRefresh(AsyncEventSupport.java:156)
    at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEventsInWriteAction(RefreshSessionImpl.java:228)
    at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.lambda$fireEvents$1(RefreshSessionImpl.java:209)
    at com.intellij.openapi.application.impl.ApplicationImpl.lambda$runEdtProgressWriteAction$6(ApplicationImpl.java:919)
    at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
    at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:589)
    at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:664)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:620)
    at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:588)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
    at com.intellij.openapi.progress.util.PotemkinProgress.runInSwingThread(PotemkinProgress.java:150)
    at com.intellij.openapi.application.impl.ApplicationImpl.lambda$runEdtProgressWriteAction$7(ApplicationImpl.java:919)
    at com.intellij.openapi.application.impl.ApplicationImpl.runWriteActionWithClass(ApplicationImpl.java:943)
    at com.intellij.openapi.application.impl.ApplicationImpl.runEdtProgressWriteAction(ApplicationImpl.java:917)
    at com.intellij.openapi.application.impl.ApplicationImpl.runWriteActionWithNonCancellableProgressInDispatchThread(ApplicationImpl.java:898)
    at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.lambda$fireEvents$2(RefreshSessionImpl.java:204)
    at com.intellij.openapi.application.WriteAction.lambda$run$1(WriteAction.java:86)
    at com.intellij.openapi.application.impl.ApplicationImpl.runWriteActionWithClass(ApplicationImpl.java:943)
    at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:969)
    at com.intellij.openapi.application.WriteAction.run(WriteAction.java:85)
    at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEvents(RefreshSessionImpl.java:203)
    at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.lambda$queueSession$2(RefreshQueueImpl.java:103)
    at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$safeTransferToEdt$6(NonBlockingReadActionImpl.java:633)
    at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
    at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21)
    at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:813)
    at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:429)
    at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:74)
    at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:114)
    at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:36)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:779)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:749)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:909)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:756)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$5(IdeEventQueue.java:437)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:772)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:436)
    at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
    at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:615)
    at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:434)
    at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:813)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:480)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
    at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)

2023-01-25 17:00:38,884 [105976484]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of intellij-community. Reason: changes in: "Library sqlite (#1 class roots, #0 source roots)", "Library equalsverifier (#1 class roots, #0 source roots)", "Library asm-tools (#3 class roots, #0 source roots)", "Library kotlin-test-junit (#1 class roots, #0 source roots)", "Library jb-r8 (#1 class roots, #0 source roots)", "Library libjava_sites (#1 class roots, #0 source roots)", "Library precompiled-analytics-shared (#1 class roots, #0 source roots)", "Library libapp-processes-proto (#1 class roots, #0 source roots)", "Library precompiled-dvlib (#1 class roots, #0 source roots)", "Library precompiled-ddmlib (#1 class roots, #0 source roots)" and 52 iterators more
2023-01-25 17:00:38,884 [105976484]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for intellij-community took 0ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:00:38,899 [105976499]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of intellij-community uses 7 scanning threads
2023-01-25 17:00:41,607 [105979207]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for intellij-community. Number of scanned files: 24860; Number of files for indexing: 24526 took 2723ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:00:41,608 [105979208]   INFO - #c.i.u.i.UnindexedFilesIndexer - Use 7 indexing threads for indexing of intellij-community
2023-01-25 17:00:52,920 [105990520]   INFO - #c.i.u.i.UnindexedFilesIndexer - Finished for intellij-community. Unindexed files update took 11313ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:00:52,925 [105990525]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of intellij-community : 61 to update, calculated in 1ms
2023-01-25 17:00:52,926 [105990526]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 7 threads for indexing
2023-01-25 17:00:52,933 [105990533]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of intellij-community took 8ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:01:17,343 [106014943]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is opened
2023-01-25 17:01:17,486 [106015086]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is opened: took 127 ms for 15 storages (filling map: 119 ms, flush to storage: 8 ms)
2023-01-25 17:01:18,105 [106015705]   INFO - #c.i.c.i.CompilerUtil -     COMPILATION FINISHED (BUILD PROCESS); Errors: 1; warnings: 493 took 226881 ms: 3 min 46sec
2023-01-25 17:01:18,121 [106015721] SEVERE - #o.j.k.i.c.KotlinCompilationStatusListener - <Exception from standalone Kotlin compiler>
Kotlin: [Internal Error] java.lang.NoSuchFieldError: PATH_HASHING_STRATEGY
    at org.jetbrains.kotlin.incremental.PathCollectionExternalizer$1.invoke(IncrementalJvmCache.kt:549)
    at org.jetbrains.kotlin.incremental.PathCollectionExternalizer$1.invoke(IncrementalJvmCache.kt:549)
    at org.jetbrains.kotlin.incremental.storage.CollectionExternalizer.read(externalizers.kt:219)
    at org.jetbrains.kotlin.incremental.storage.CollectionExternalizer.read(externalizers.kt:214)
    at com.intellij.util.io.PersistentMapImpl.doGet(PersistentMapImpl.java:612)
    at com.intellij.util.io.PersistentMapImpl.get(PersistentMapImpl.java:549)
    at com.intellij.util.io.PersistentHashMap.get(PersistentHashMap.java:169)
    at org.jetbrains.kotlin.incremental.storage.CachingLazyStorage.get(CachingLazyStorage.kt:69)
    at org.jetbrains.kotlin.incremental.IncrementalJvmCache$InternalNameToSourcesMap.get(IncrementalJvmCache.kt:494)
    at org.jetbrains.kotlin.incremental.IncrementalJvmCache.sourcesByInternalName(IncrementalJvmCache.kt:96)
    at org.jetbrains.kotlin.jps.build.KotlinBuilder.doCompileModuleChunk(KotlinBuilder.kt:545)
    at org.jetbrains.kotlin.jps.build.KotlinBuilder.doBuild(KotlinBuilder.kt:419)
    at org.jetbrains.kotlin.jps.build.KotlinBuilder.build(KotlinBuilder.kt:308)
    at org.jetbrains.jps.incremental.IncProjectBuilder.runModuleLevelBuilders(IncProjectBuilder.java:1523)
    at org.jetbrains.jps.incremental.IncProjectBuilder.runBuildersForChunk(IncProjectBuilder.java:1153)
    at org.jetbrains.jps.incremental.IncProjectBuilder.buildTargetsChunk(IncProjectBuilder.java:1303)
    at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunkIfAffected(IncProjectBuilder.java:1118)
    at org.jetbrains.jps.incremental.IncProjectBuilder$BuildParallelizer$1.run(IncProjectBuilder.java:1084)
    at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:243)
    at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:29)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:216)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:205)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:829)
2023-01-25 17:01:18,123 [106015723] SEVERE - #o.j.k.i.c.KotlinCompilationStatusListener - IntelliJ IDEA 2022.3.1  Build #IU-223.8214.52
2023-01-25 17:01:18,123 [106015723] SEVERE - #o.j.k.i.c.KotlinCompilationStatusListener - JDK: 17.0.5; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2023-01-25 17:01:18,123 [106015723] SEVERE - #o.j.k.i.c.KotlinCompilationStatusListener - OS: Windows 10
2023-01-25 17:01:18,124 [106015724] SEVERE - #o.j.k.i.c.KotlinCompilationStatusListener - Plugin to blame: Kotlin version: 223-1.7.21-release-272-IJ8214.52
2023-01-25 17:01:18,629 [106016229]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2022.3.1/plugins/java/lib/jps-launcher.jar
2023-01-25 17:01:24,586 [106022186]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: An illegal reflective access operation has occurred
2023-01-25 17:01:24,586 [106022186]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Illegal reflective access by com.intellij.util.io.FilePageCache (file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%202022.3.1/lib/util.jar) to field java.nio.Bits.MAX_MEMORY
2023-01-25 17:01:24,586 [106022186]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Please consider reporting this to the maintainers of com.intellij.util.io.FilePageCache
2023-01-25 17:01:24,586 [106022186]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-01-25 17:01:24,586 [106022186]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: All illegal access operations will be denied in a future release
2023-01-25 17:01:25,228 [106022828]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)CopyrightManager took 38 ms
2023-01-25 17:01:41,034 [106038634]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of intellij-community. Reason: changes in: "Library flexmark (#57 class roots, #0 source roots)"
2023-01-25 17:01:41,034 [106038634]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for intellij-community took 0ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:01:41,035 [106038635]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of intellij-community uses 7 scanning threads
2023-01-25 17:01:41,665 [106039265]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for intellij-community. Number of scanned files: 3317; Number of files for indexing: 3311 took 631ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:01:41,665 [106039265]   INFO - #c.i.u.i.UnindexedFilesIndexer - Use 7 indexing threads for indexing of intellij-community
2023-01-25 17:01:44,603 [106042203]   INFO - #c.i.u.i.UnindexedFilesIndexer - Finished for intellij-community. Unindexed files update took 2938ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:02:22,007 [106079607]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)RunManager took 15 ms
2023-01-25 17:04:18,491 [106196091]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)CommitMessageInspectionProfile took 11 ms
2023-01-25 17:04:18,594 [106196194]   INFO - #c.i.c.i.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2023-01-25 17:04:20,210 [106197810]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2022.3.1/plugins/java/lib/jps-launcher.jar
2023-01-25 17:04:22,139 [106199739]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed
2023-01-25 17:04:22,167 [106199767]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is closed
2023-01-25 17:04:27,764 [106205364]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: An illegal reflective access operation has occurred
2023-01-25 17:04:27,764 [106205364]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Illegal reflective access by com.intellij.util.io.FilePageCache (file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%202022.3.1/lib/util.jar) to field java.nio.Bits.MAX_MEMORY
2023-01-25 17:04:27,764 [106205364]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Please consider reporting this to the maintainers of com.intellij.util.io.FilePageCache
2023-01-25 17:04:27,765 [106205365]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-01-25 17:04:27,765 [106205365]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: All illegal access operations will be denied in a future release
2023-01-25 17:06:01,968 [106299568]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)RunManager took 12 ms
2023-01-25 17:08:23,629 [106441229]   INFO - #c.i.c.i.CompilerUtil -     COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 245041 ms: 4 min 5sec
2023-01-25 17:08:23,710 [106441310]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is opened
2023-01-25 17:08:23,713 [106441313]   WARN - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - kotlin-data-container is not found
2023-01-25 17:08:24,821 [106442421]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2022.3.1/plugins/java/lib/jps-launcher.jar
2023-01-25 17:08:32,278 [106449878]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: An illegal reflective access operation has occurred
2023-01-25 17:08:32,278 [106449878]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Illegal reflective access by com.intellij.util.io.FilePageCache (file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%202022.3.1/lib/util.jar) to field java.nio.Bits.MAX_MEMORY
2023-01-25 17:08:32,278 [106449878]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Please consider reporting this to the maintainers of com.intellij.util.io.FilePageCache
2023-01-25 17:08:32,278 [106449878]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-01-25 17:08:32,278 [106449878]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: All illegal access operations will be denied in a future release
2023-01-25 17:09:07,211 [106484811]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)uidesigner-configuration took 14 ms
2023-01-25 17:09:07,317 [106484917]   INFO - #c.i.c.ComponentStoreImpl - Saving appDebuggerSettings took 11 ms
2023-01-25 17:09:07,324 [106484924]   INFO - #c.i.c.i.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2023-01-25 17:09:08,174 [106485774]   INFO - #c.i.c.s.BuildManager - Using preloaded build process to compile C:/Jay/codebase_general/JetBrains/intellij-community
2023-01-25 17:09:08,200 [106485800]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed
2023-01-25 17:09:08,200 [106485800]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is closed (didn't exist)
2023-01-25 17:12:36,397 [106693997]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of intellij-community : 363 to update, calculated in 0ms
2023-01-25 17:12:36,398 [106693998]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 7 threads for indexing
2023-01-25 17:12:36,437 [106694037]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of intellij-community took 40ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:13:03,078 [106720678]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)CompilerConfiguration took 13 ms
2023-01-25 17:13:31,898 [106749498]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of intellij-community : 2837 to update, calculated in 1ms
2023-01-25 17:13:31,898 [106749498]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 7 threads for indexing
2023-01-25 17:13:31,941 [106749541]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of intellij-community took 43ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:17:25,096 [106982696]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)Kotlin2JvmCompilerArguments took 16 ms
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: 2023-01-25 17:17:34,554 [ 549779] SEVERE - #c.i.u.i.PersistentEnumeratorBase - storage is already closed; path C:\Users\YMJ1COB\AppData\Local\JetBrains\IntelliJIdea2022.3\compile-server\intellij-community_9162d258\timestamps\data_i
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: java.io.IOException: storage is already closed; path C:\Users\YMJ1COB\AppData\Local\JetBrains\IntelliJIdea2022.3\compile-server\intellij-community_9162d258\timestamps\data_i
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PagedFileStorage.doGetBufferWrapper(PagedFileStorage.java:457)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PagedFileStorage.getBufferWrapper(PagedFileStorage.java:431)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PagedFileStorage.getByteBuffer(PagedFileStorage.java:213)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.lockBuffer(IntToIntBtree.java:476)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.syncWithStore(IntToIntBtree.java:452)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.setAddress(IntToIntBtree.java:448)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.setAddress(IntToIntBtree.java:435)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeRootNode.syncWithStore(IntToIntBtree.java:129)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeRootNode.getNodeView(IntToIntBtree.java:134)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree.initAccessNodeView(IntToIntBtree.java:204)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree.get(IntToIntBtree.java:177)
2023-01-25 17:17:34,568 [106992168]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentBTreeEnumerator.enumerateImpl(PersistentBTreeEnumerator.java:525)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentEnumeratorBase.lambda$doEnumerate$0(PersistentEnumeratorBase.java:273)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentEnumeratorBase.catchCorruption(PersistentEnumeratorBase.java:634)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentEnumeratorBase.doEnumerate(PersistentEnumeratorBase.java:272)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentEnumeratorBase.tryEnumerate(PersistentEnumeratorBase.java:263)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentMapImpl.doGet(PersistentMapImpl.java:587)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentMapImpl.get(PersistentMapImpl.java:549)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentHashMap.get(PersistentHashMap.java:169)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.incremental.storage.AbstractStateStorage.getState(AbstractStateStorage.java:97)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.incremental.storage.FileTimestampStorage.getPreviousStamp(FileTimestampStorage.java:44)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.incremental.storage.FileTimestampStorage.getPreviousStamp(FileTimestampStorage.java:22)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.cmdline.BuildSession.applyFSEvent(BuildSession.java:482)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.cmdline.BuildSession.lambda$processFSEvent$5(BuildSession.java:433)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:243)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:29)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:216)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:205)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2023-01-25 17:17:34,569 [106992169]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2023-01-25 17:17:34,570 [106992170]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.lang.Thread.run(Thread.java:829)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: 2023-01-25 17:17:35,101 [ 550326] SEVERE - #o.j.j.c.BuildSession - storage is already closed; path C:\Users\YMJ1COB\AppData\Local\JetBrains\IntelliJIdea2022.3\compile-server\intellij-community_9162d258\timestamps\data_i
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: java.io.IOException: storage is already closed; path C:\Users\YMJ1COB\AppData\Local\JetBrains\IntelliJIdea2022.3\compile-server\intellij-community_9162d258\timestamps\data_i
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PagedFileStorage.doGetBufferWrapper(PagedFileStorage.java:457)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PagedFileStorage.getBufferWrapper(PagedFileStorage.java:431)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PagedFileStorage.getByteBuffer(PagedFileStorage.java:213)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.lockBuffer(IntToIntBtree.java:476)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.syncWithStore(IntToIntBtree.java:452)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.setAddress(IntToIntBtree.java:448)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeIndexNodeView.setAddress(IntToIntBtree.java:435)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeRootNode.syncWithStore(IntToIntBtree.java:129)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree$BtreeRootNode.getNodeView(IntToIntBtree.java:134)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree.initAccessNodeView(IntToIntBtree.java:204)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.IntToIntBtree.get(IntToIntBtree.java:177)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentBTreeEnumerator.enumerateImpl(PersistentBTreeEnumerator.java:525)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentEnumeratorBase.lambda$doEnumerate$0(PersistentEnumeratorBase.java:273)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentEnumeratorBase.catchCorruption(PersistentEnumeratorBase.java:634)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentEnumeratorBase.doEnumerate(PersistentEnumeratorBase.java:272)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentEnumeratorBase.tryEnumerate(PersistentEnumeratorBase.java:263)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentMapImpl.doGet(PersistentMapImpl.java:587)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentMapImpl.get(PersistentMapImpl.java:549)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.io.PersistentHashMap.get(PersistentHashMap.java:169)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.incremental.storage.AbstractStateStorage.getState(AbstractStateStorage.java:97)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.incremental.storage.FileTimestampStorage.getPreviousStamp(FileTimestampStorage.java:44)
2023-01-25 17:17:35,104 [106992704]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.incremental.storage.FileTimestampStorage.getPreviousStamp(FileTimestampStorage.java:22)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.cmdline.BuildSession.applyFSEvent(BuildSession.java:482)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at org.jetbrains.jps.cmdline.BuildSession.lambda$processFSEvent$5(BuildSession.java:433)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:243)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:29)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:216)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:205)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
2023-01-25 17:17:35,105 [106992705]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: at java.base/java.lang.Thread.run(Thread.java:829)
2023-01-25 17:17:36,094 [106993694]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is opened
2023-01-25 17:17:36,360 [106993960]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is opened: took 218 ms for 7 storages (filling map: 197 ms, flush to storage: 21 ms)
2023-01-25 17:17:37,019 [106994619]   INFO - #c.i.c.i.CompilerUtil -     COMPILATION FINISHED (BUILD PROCESS); Errors: 1; warnings: 349 took 509412 ms: 8 min 29sec
2023-01-25 17:17:38,011 [106995611]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2022.3.1/plugins/java/lib/jps-launcher.jar
2023-01-25 17:17:44,189 [107001789]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: An illegal reflective access operation has occurred
2023-01-25 17:17:44,190 [107001790]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Illegal reflective access by com.intellij.util.io.FilePageCache (file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%202022.3.1/lib/util.jar) to field java.nio.Bits.MAX_MEMORY
2023-01-25 17:17:44,190 [107001790]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Please consider reporting this to the maintainers of com.intellij.util.io.FilePageCache
2023-01-25 17:17:44,190 [107001790]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-01-25 17:17:44,190 [107001790]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: All illegal access operations will be denied in a future release
2023-01-25 17:17:56,422 [107014022]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)CopyrightManager took 12 ms, EclipseCompilerSettings took 14 ms, RunManager took 12 ms
2023-01-25 17:17:58,832 [107016432]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
2023-01-25 17:18:08,633 [107026233]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)VcsDirectoryMappings took 23 ms
2023-01-25 17:18:08,754 [107026354]   INFO - #c.i.c.i.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2023-01-25 17:18:09,480 [107027080]   INFO - #c.i.c.s.BuildManager - Using preloaded build process to compile C:/Jay/codebase_general/JetBrains/intellij-community
2023-01-25 17:18:09,601 [107027201]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is closed
2023-01-25 17:18:09,712 [107027312]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is closed
2023-01-25 17:23:14,237 [107331837]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of intellij-community : 2482 to update, calculated in 0ms
2023-01-25 17:23:14,238 [107331838]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 7 threads for indexing
2023-01-25 17:23:14,327 [107331927]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of intellij-community took 90ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:26:05,448 [107503048]   INFO - #c.i.c.ComponentStoreImpl - Saving appDebuggerSettings took 20 ms, FileTypeManager took 11 ms
2023-01-25 17:28:42,288 [107659888]   INFO - #ServerLicenseSource - Error prolonging ticket 5dfxkfmbzu with http://rb-lic-jetbrains.de.bosch.com:9876: java.net.UnknownHostException: rb-lic-jetbrains.de.bosch.com
2023-01-25 17:28:42,290 [107659890]   INFO - #ServerLicenseSource - Error releasing ticket 5dfxkfmbzu with http://rb-lic-jetbrains.de.bosch.com:9876: rb-lic-jetbrains.de.bosch.com
2023-01-25 17:33:27,906 [107945506]   INFO - #c.i.c.ComponentStoreImpl - Saving appDebuggerSettings took 12 ms, FileTypeManager took 15 ms
2023-01-25 17:34:17,580 [107995180]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of intellij-community. Reason: changes in: "Library commons-lang (#1 class roots, #0 source roots)", "Library juniversalchardet (#1 class roots, #0 source roots)", "Library kotlinc.kotlin-compiler-fe10 (#1 class roots, #0 source roots)", "Library shared (#1 class roots, #0 source roots)", "Library precompiled-db-baseLibrary (#1 class roots, #0 source roots)", "Library precompiled-analytics-crash-test (#1 class roots, #0 source roots)", "Library liblint-checks-proto (#1 class roots, #0 source roots)", "Library precompiled-db-compilerCommon-test (#1 class roots, #0 source roots)", "Library precompiled-chunkio (#1 class roots, #0 source roots)", "Library precompiled-pixelprobe (#1 class roots, #0 source roots)" and 30 iterators more
2023-01-25 17:34:17,582 [107995182]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for intellij-community took 1ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:34:17,583 [107995183]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of intellij-community uses 7 scanning threads
2023-01-25 17:34:19,736 [107997336]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for intellij-community. Number of scanned files: 15934; Number of files for indexing: 15823 took 2154ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:34:19,737 [107997337]   INFO - #c.i.u.i.UnindexedFilesIndexer - Use 7 indexing threads for indexing of intellij-community
2023-01-25 17:34:25,311 [108002911]   INFO - #c.i.u.i.UnindexedFilesIndexer - Finished for intellij-community. Unindexed files update took 5575ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:34:25,314 [108002914]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of intellij-community : 41 to update, calculated in 0ms
2023-01-25 17:34:25,315 [108002915]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 7 threads for indexing
2023-01-25 17:34:25,318 [108002918]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of intellij-community took 4ms; general responsiveness: ok; EDT responsiveness: ok
2023-01-25 17:36:47,603 [108145203]   INFO - #c.i.c.b.CompilerReferenceServiceBase - backward reference index reader is opened
2023-01-25 17:36:48,504 [108146104]   INFO - #c.i.c.i.CompilerUtil -     COMPILATION FINISHED (BUILD PROCESS); Errors: 44; warnings: 983 took 1119521 ms: 18 min 39sec
2023-01-25 17:36:48,690 [108146290]   INFO - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - KCRI storage is opened: took 1015 ms for 28 storages (filling map: 934 ms, flush to storage: 81 ms)
2023-01-25 17:36:50,430 [108148030]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2022.3.1/plugins/java/lib/jps-launcher.jar
2023-01-25 17:36:57,079 [108154679]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: An illegal reflective access operation has occurred
2023-01-25 17:36:57,079 [108154679]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Illegal reflective access by com.intellij.util.io.FilePageCache (file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%202022.3.1/lib/util.jar) to field java.nio.Bits.MAX_MEMORY
2023-01-25 17:36:57,079 [108154679]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Please consider reporting this to the maintainers of com.intellij.util.io.FilePageCache
2023-01-25 17:36:57,079 [108154679]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-01-25 17:36:57,079 [108154679]   INFO - #c.i.c.s.BuildManager - BUILDER_PROCESS [stderr]: WARNING: All illegal access operations will be denied in a future release
2023-01-25 17:37:02,100 [108159700]   INFO - #c.i.o.c.i.s.StoreUtil - saveProjectsAndApp took 1216 ms
2023-01-25 17:37:17,580 [108175180]   INFO - #c.i.c.ComponentStoreImpl - Saving appDebuggerSettings took 12 ms
2023-01-25 17:37:17,648 [108175248]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=intellij-community, containerState=COMPONENT_CREATED, componentStore=C:\Jay\codebase_general\JetBrains\intellij-community)RunManager took 14 ms
2023-01-25 17:41:03,976 [108401576]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting

0

Hi Daniil Ovchinnikov, I have added the build logs in my previous comment.

Kindly let me know if it was helpful.

0

This looks like idea.log, not build.log 

0

Please sign in to leave a comment.