Build super slow (even for a helloworld 1 line program)

Answered

I tried disabling antivirus, firewall, restarted system, changing sdk, disabling all plugins and invalidate cache... but nothing it keeps stalling (cpu use 0%, hdd not in use). I am using the portable version, but using the installer version gets the same issues: build time always higher than 40s. Many thread dumbs also. Below build.log and idea.log

 

2019-04-20 15:52:51,510 [ 0] INFO - etbrains.jps.cmdline.BuildMain - ==================================================
2019-04-20 15:52:51,511 [ 1] INFO - etbrains.jps.cmdline.BuildMain - Build process started. Classpath: C:/IntelliJIDEA/lib/jps-launcher.jar;C:/Program Files/Java/jdk1.8.0_211/lib/tools.jar
2019-04-20 15:53:36,939 [ 45429] INFO - etbrains.jps.cmdline.BuildMain - Connection to IDE established in 45377 ms
2019-04-20 15:53:37,127 [ 45617] INFO - jps.cmdline.JpsModelLoaderImpl - Loading model: project path = D:/My Documents/0. Workpaces_Programming/IDEA_Workspace/test_hello_world, global options path = C:/Users/0/.IntelliJIdea2019.1/config/options
2019-04-20 15:53:37,298 [ 45788] INFO - jps.cmdline.JpsModelLoaderImpl - Model loaded in 171 ms
2019-04-20 15:53:37,298 [ 45788] INFO - jps.cmdline.JpsModelLoaderImpl - Project has 1 modules, 0 libraries
2019-04-20 15:53:37,355 [ 45845] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=602
2019-04-20 15:53:37,920 [ 0] INFO - etbrains.jps.cmdline.BuildMain - ==================================================
2019-04-20 15:53:37,920 [ 0] INFO - etbrains.jps.cmdline.BuildMain - Build process started. Classpath: C:/IntelliJIDEA/lib/jps-launcher.jar;C:/Program Files/Java/jdk1.8.0_211/lib/tools.jar
2019-04-20 15:54:22,048 [ 44128] INFO - etbrains.jps.cmdline.BuildMain - Connection to IDE established in 44099 ms
2019-04-20 15:54:22,060 [ 44140] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2019-04-20 15:54:22,085 [ 44165] INFO - jps.cmdline.JpsModelLoaderImpl - Loading model: project path = D:/My Documents/0. Workpaces_Programming/IDEA_Workspace/test_hello_world, global options path = C:/Users/0/.IntelliJIdea2019.1/config/options
2019-04-20 15:54:22,253 [ 44333] INFO - jps.cmdline.JpsModelLoaderImpl - Model loaded in 168 ms
2019-04-20 15:54:22,253 [ 44333] INFO - jps.cmdline.JpsModelLoaderImpl - Project has 1 modules, 0 libraries
2019-04-20 15:54:22,303 [ 44383] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=602
2019-04-20 15:54:22,381 [ 44461] INFO - etbrains.jps.cmdline.BuildMain - Pre-loaded process ready in 44462 ms
2019-04-20 15:54:22,489 [ 44569] INFO - rains.jps.cmdline.BuildSession - No changes found since last build. Exiting.
2019-04-20 15:54:22,987 [ 0] INFO - etbrains.jps.cmdline.BuildMain - ==================================================
2019-04-20 15:54:22,989 [ 2] INFO - etbrains.jps.cmdline.BuildMain - Build process started. Classpath: C:/IntelliJIDEA/lib/jps-launcher.jar;C:/Program Files/Java/jdk1.8.0_211/lib/tools.jar

 

 

 

 

2019-04-20 15:52:43,268 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2019-04-20 15:52:43,315 [ 47] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-191.6707.61, 16 Apr 2019 16:50)
2019-04-20 15:52:43,315 [ 47] INFO - #com.intellij.idea.Main - OS: Windows 7 (6.1, amd64)
2019-04-20 15:52:43,315 [ 47] INFO - #com.intellij.idea.Main - JRE: 1.8.0_202-release-1483-b44 (JetBrains s.r.o)
2019-04-20 15:52:43,315 [ 47] INFO - #com.intellij.idea.Main - JVM: 25.202-b44 (OpenJDK 64-Bit Server VM)
2019-04-20 15:52:43,317 [ 49] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx1536m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes=" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Users\0\.IntelliJIdea2019.1\config\idea64.exe.vmoptions -XX:ErrorFile=C:\Users\0\java_error_in_IDEA_%p.log -XX:HeapDumpPath=C:\Users\0\java_error_in_IDEA.hprof -Didea.paths.selector=IntelliJIdea2019.1 -Didea.jre.check=true
2019-04-20 15:52:43,317 [ 49] INFO - #com.intellij.idea.Main - ext: C:\IntelliJIDEA\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2019-04-20 15:52:43,317 [ 49] INFO - #com.intellij.idea.Main - charsets: JNU=Cp1252 file=Cp1252
2019-04-20 15:52:43,348 [ 80] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 30 ms
2019-04-20 15:52:43,351 [ 83] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2019-04-20 15:52:43,443 [ 175] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (IDE-managed HiDPI)
2019-04-20 15:52:43,456 [ 188] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2019-04-20 15:52:45,058 [ 1790] INFO - llij.ide.plugins.PluginManager - load plugin descriptors took 548 ms
2019-04-20 15:52:45,367 [ 2099] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@59ec3d43[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@6d3898ee
2019-04-20 15:52:45,894 [ 2626] INFO - llij.ide.plugins.PluginManager - load plugin descriptors took 311 ms
2019-04-20 15:52:45,912 [ 2644] INFO - llij.ide.plugins.PluginManager - Plugin 'Bytecode Viewer' can't be loaded because: Plugin is disabled
// all disabled

2019-04-20 15:52:46,021 [ 2753] INFO - llij.ide.plugins.PluginManager - Plugin 'tslint' can't be loaded because: Plugin is disabled
2019-04-20 15:52:46,045 [ 2777] INFO - llij.ide.plugins.PluginManager - 136 plugins initialized in 463 ms
2019-04-20 15:52:46,046 [ 2778] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (191.6707.61)
2019-04-20 15:52:46,046 [ 2778] INFO - llij.ide.plugins.PluginManager - Disabled plugins: ASP (191.6707.61), Android Support (10.3.3), AngularJS (191.6707.61), Ant Support (191.6707.61), Application Servers View (191.6707.61), AspectJ Support (191.6707.61), Bytecode Viewer (191.6707.61), CFML Support (191.6707.61), CSS Support (191.6707.61), Cloud Foundry integration (191.6707.61), CloudBees integration (191.6707.61), CoffeeScript (191.6707.61), Copyright (191.6707.61), Coverage (191.6707.61), Cucumber for Groovy (191.6707.61), Cucumber for Java (191.6707.61), DSM Analysis (191.6707.61), Database Tools and SQL (191.6707.61), Docker integration (191.6707.61), Eclipse Integration (191.6707.61), EditorConfig (191.6707.61), Emma (191.6707.61), Flash/Flex Support (191.6707.61), FreeMarker support (191.6707.61), GWT Support (191.6707.61), Geronimo Integration (191.6707.61), Gherkin (191.6707.61), Git Integration (191.6707.61), GitHub (191.6707.61), GlassFish Integration (191.6707.61), Google App Engine (191.6707.61), Gradle (191.6707.61), Grails (191.6707.61), Groovy (191.6707.61), Guice (191.6707.61), HTML Tools (191.6707.61), HTTP Client (191.6707.61), Haml (191.6707.61), Heroku integration (191.6707.61), Hibernate Support (191.6707.61), I18n for Java (191.6707.61), IDE Features Trainer (191.6183.5), IDE Settings Sync (191.6707.61), IntelliJ Configuration Script (191.6707.61), IntelliLang (191.6707.61), J2ME (191.6707.61), JBoss Arquillian Support (191.6707.61), JBoss Drools Support (191.6707.61), JBoss Frameworks Base Support (191.6707.61), JBoss Integration (191.6707.61), JBoss Seam Pageflow Support (191.6707.61), JBoss Seam Pages Support (191.6707.61), JBoss Seam Support (191.6707.61), JBoss jBPM (191.6707.61), JSR45 Integration (1.0), JUnit (191.6707.61), Java Bytecode Decompiler (191.6707.61), Java EE: Batch Applications (191.6707.61), Java EE: Bean Validation Support (191.6707.61), Java EE: Contexts and Dependency Injection (191.6707.61), Java EE: EJB, JPA, Servlets (191.6707.61), Java EE: JMS, JSON Processing, Concurrency, Transaction (191.6707.61), Java EE: Java Server Faces (191.6707.61), Java EE: RESTful Web Services (JAX-RS) (191.6707.61), Java EE: Web Services (JAX-WS) (191.6707.61), Java EE: WebSockets (191.6707.61), Java Server Pages (JSP) Integration (191.6707.61), Java Stream Debugger (191.6707.61), JavaFX (191.6707.61), JavaScript Debugger (191.6707.61), JavaScript Intention Power Pack (191.6707.61), JavaScript Support (191.6707.61), Jetty Integration (191.6707.61), Kotlin (1.3.21-release-IJ2019.1-3), Less support (191.6707.61), Lombok (0.24-2018.3), Markdown support (191.6707.61), Maven Integration (191.6707.61), Maven Integration Extension (191.6707.61), Mercurial Integration (191.6707.61), NodeJS (191.6183.20), OpenShift integration (191.6707.61), Osmorc (191.6707.61), Perforce Integration (191.6707.61), Performance Testing (191.6707.61), Persistence Frameworks Support (191.6707.61), Playframework Support (191.6707.61), Plugin DevKit (191.6707.61), Properties Support (191.6707.61), Reactor framework support (191.6707.61), Refactor-X (191.6707.61), Remote Hosts Access (191.6707.61), Resin Integration (191.6707.61), SSH Remote Run (191.6707.61), Sass support (191.6707.61), Settings Repository (191.6707.61), Smali Support (191.6707.61), Spring AOP/@AspectJ (191.6707.61), Spring Batch (191.6707.61), Spring Boot (191.6707.61), Spring Data (191.6707.61), Spring Integration Patterns (191.6707.61), Spring MVC (191.6707.61), Spring OSGi (191.6707.61), Spring Security (191.6707.61), Spring Support (191.6707.61), Spring Web Flow (191.6707.61), Spring Web Services (191.6707.61), Spring WebSocket (191.6707.61), Spy-js (191.6707.61), Struts 1.x (191.6707.61), Struts 2 (191.6707.61), Stylus support (191.6707.61), Subversion (191.6707.61), Tapestry support (191.6707.61), Task Management (191.6707.61), Terminal (191.6707.61), TestNG-J (191.6707.61), Thymeleaf (191.6707.61), Time Tracking (191.6707.61), Tomcat and TomEE Integration (191.6707.61), UI Designer (191.6707.61), UML Support (191.6707.61), Vaadin Support (191.6707.61), Velocity support (191.6707.61), W3C Validators (191.6707.61), WSL Support Framework (191.6707.61), WebLogic Integration (191.6707.61), WebSphere Integration (191.6707.61), XPathView + XSLT Support (191.6707.61), XSLT-Debugger (191.6707.61), YAML (191.6707.61), ZKM-Unscramble (191.6707.61), dmServer Support (191.6707.61), tslint (191.6707.61)
2019-04-20 15:52:46,354 [ 3086] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1464
2019-04-20 15:52:46,432 [ 3164] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\IntelliJIDEA\bin\fsnotifier64.exe
2019-04-20 15:52:46,450 [ 3182] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2019-04-20 15:52:47,263 [ 3995] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2019-04-20 15:52:47,282 [ 4014] WARN - com.intellij.util.xmlb.Binding - no accessors for interface com.intellij.openapi.extensions.PluginDescriptor
2019-04-20 15:52:47,291 [ 4023] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2019-04-20 15:52:47,363 [ 4095] INFO - gs.impl.UpdateCheckerComponent - channel: release
2019-04-20 15:52:47,467 [ 4199] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:34, number of extensions:25
2019-04-20 15:52:47,471 [ 4203] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:4
2019-04-20 15:52:47,491 [ 4223] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:9, number of extensions:13
2019-04-20 15:52:47,492 [ 4224] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2019-04-20 15:52:47,637 [ 4369] INFO - j.ide.ui.OptionsTopHitProvider - 414 ms spent to cache options in application
2019-04-20 15:52:47,637 [ 4369] INFO - .openapi.application.Preloader - com.intellij.ide.ui.OptionsTopHitProvider$Activity took 414 ms
2019-04-20 15:52:47,735 [ 4467] INFO - stubs.SerializationManagerImpl - Name storage is repaired
2019-04-20 15:52:47,748 [ 4480] INFO - il.indexing.FileBasedIndexImpl - Index FilenameIndex will be built.
2019-04-20 15:52:47,788 [ 4520] INFO - il.indexing.FileBasedIndexImpl - Index filetypes will be built.
2019-04-20 15:52:47,796 [ 4528] INFO - il.indexing.FileBasedIndexImpl - Index java.auto.module.name will be built.
2019-04-20 15:52:47,807 [ 4539] INFO - il.indexing.FileBasedIndexImpl - Index FrameworkDetectionIndex will be built.
2019-04-20 15:52:47,821 [ 4553] INFO - il.indexing.FileBasedIndexImpl - Index TodoIndex will be built.
2019-04-20 15:52:47,884 [ 4616] INFO - il.indexing.FileBasedIndexImpl - Index IdIndex will be built.
2019-04-20 15:52:47,893 [ 4625] INFO - il.indexing.FileBasedIndexImpl - Index Stubs will be built.
2019-04-20 15:52:47,895 [ 4627] INFO - plication.impl.ApplicationImpl - 74 application components initialized in 2317ms
2019-04-20 15:52:47,915 [ 4647] INFO - .intellij.idea.IdeaApplication - App initialization took 50287 ms
2019-04-20 15:52:47,936 [ 4668] INFO - ij.psi.stubs.StubUpdatingIndex - Following new file types will be indexed:CLASS,XML,HTML,JAVA
2019-04-20 15:52:47,952 [ 4684] INFO - il.indexing.FileBasedIndexImpl - Index Trigram.Index will be built.
2019-04-20 15:52:47,967 [ 4699] INFO - il.indexing.FileBasedIndexImpl - Index fileIncludes will be built.
2019-04-20 15:52:47,977 [ 4709] INFO - il.indexing.FileBasedIndexImpl - Index DomFileIndex will be built.
2019-04-20 15:52:47,984 [ 4716] INFO - il.indexing.FileBasedIndexImpl - Index RelaxSymbolIndex will be built.
2019-04-20 15:52:47,992 [ 4724] INFO - il.indexing.FileBasedIndexImpl - Index XmlTagNames will be built.
2019-04-20 15:52:48,000 [ 4732] INFO - il.indexing.FileBasedIndexImpl - Index XmlNamespaces will be built.
2019-04-20 15:52:48,008 [ 4740] INFO - il.indexing.FileBasedIndexImpl - Index html5.custom.attributes.index will be built.
2019-04-20 15:52:48,016 [ 4748] INFO - il.indexing.FileBasedIndexImpl - Index SchemaTypeInheritance will be built.
2019-04-20 15:52:48,024 [ 4756] INFO - il.indexing.FileBasedIndexImpl - Index json.file.root.values will be built.
2019-04-20 15:52:48,032 [ 4764] INFO - il.indexing.FileBasedIndexImpl - Index ImageFileInfoIndex will be built.
2019-04-20 15:52:48,040 [ 4772] INFO - il.indexing.FileBasedIndexImpl - Index bytecodeAnalysis will be built.
2019-04-20 15:52:48,051 [ 4783] INFO - il.indexing.FileBasedIndexImpl - Index java.null.method.argument will be built.
2019-04-20 15:52:48,060 [ 4792] INFO - il.indexing.FileBasedIndexImpl - Index java.simple.property will be built.
2019-04-20 15:52:48,069 [ 4801] INFO - il.indexing.FileBasedIndexImpl - Index java.fun.expression will be built.
2019-04-20 15:52:48,080 [ 4812] INFO - il.indexing.FileBasedIndexImpl - Index java.binary.plus.expression will be built.
2019-04-20 15:52:48,106 [ 4838] INFO - il.indexing.FileBasedIndexImpl - Index jvm.hierarchy will be built.
2019-04-20 15:52:48,118 [ 4850] INFO - il.indexing.FileBasedIndexImpl - Index RefQueueIndex will be built.
2019-04-20 15:52:48,330 [ 5062] INFO - m.intellij.ui.mac.touchbar.NST - OS doesn't support touchbar, skip nst loading
2019-04-20 15:52:48,363 [ 5095] INFO - il.indexing.FileBasedIndexImpl - Index HashFragmentIndex will be built.
2019-04-20 15:52:48,376 [ 5108] INFO - pl$FileIndexDataInitialization - Initialization done:904
2019-04-20 15:52:48,378 [ 5110] INFO - tellij.psi.stubs.StubIndexImpl - Stub index dom.namespaceKey will be built.
2019-04-20 15:52:48,385 [ 5117] INFO - tellij.psi.stubs.StubIndexImpl - Stub index dom.elementClass will be built.
2019-04-20 15:52:48,390 [ 5122] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.module.name will be built.
2019-04-20 15:52:48,395 [ 5127] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.method.parameter.types will be built.
2019-04-20 15:52:48,398 [ 5130] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.class.extlist will be built.
2019-04-20 15:52:48,402 [ 5134] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.class.shortname will be built.
2019-04-20 15:52:48,407 [ 5139] INFO - tellij.psi.stubs.StubIndexImpl - Stub index jvm.static.member.type will be built.
2019-04-20 15:52:48,414 [ 5146] INFO - tellij.psi.stubs.StubIndexImpl - Stub index jvm.static.member.name will be built.
2019-04-20 15:52:48,421 [ 5153] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.method.name will be built.
2019-04-20 15:52:48,427 [ 5159] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.class.fqn will be built.
2019-04-20 15:52:48,432 [ 5164] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.field.name will be built.
2019-04-20 15:52:48,437 [ 5169] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.anonymous.baseref will be built.
2019-04-20 15:52:48,442 [ 5174] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.annotations will be built.
2019-04-20 15:52:48,447 [ 5179] INFO - exImpl$StubIndexInitialization - Initialization done:70
2019-04-20 15:52:48,743 [ 5475] INFO - .openapi.application.Preloader - com.intellij.openapi.actionSystem.impl.ActionPreloader took 1105 ms
2019-04-20 15:52:49,155 [ 5887] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2019-04-20 15:52:49,156 [ 5888] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2019-04-20 15:52:49,429 [ 6161] INFO - .openapi.application.Preloader - com.intellij.ide.ui.search.SearchableOptionPreloader took 685 ms
2019-04-20 15:52:49,488 [ 6220] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-20 15:52:49,596 [ 6328] INFO - .openapi.application.Preloader - com.intellij.codeInsight.completion.CompletionPreloader took 165 ms
2019-04-20 15:52:49,600 [ 6332] INFO - .openapi.application.Preloader - com.intellij.ide.actions.GotoClassPresentationUpdater took 4 ms
2019-04-20 15:52:49,713 [ 6445] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2019-04-20 15:52:49,764 [ 6496] INFO - ellij.project.impl.ProjectImpl - 110 project components initialized in 1154 ms
2019-04-20 15:52:49,842 [ 6574] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 76 ms
2019-04-20 15:52:49,969 [ 6701] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2019-04-20 15:52:50,124 [ 6856] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2019-04-20 15:52:50,247 [ 6979] INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2019-04-20 15:52:50,960 [ 7692] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 41ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-20 15:52:51,509 [ 8241] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/IntelliJIDEA/lib/jps-launcher.jar;C:/Program Files/Java/jdk1.8.0_211/lib/tools.jar
2019-04-20 15:52:51,611 [ 8343] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2019-04-20 15:52:51,615 [ 8347] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation
2019-04-20 15:52:51,615 [ 8347] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2019-04-20 15:52:51,881 [ 8613] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1063ms under project opening modal progress
2019-04-20 15:52:51,925 [ 8657] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 1 millis
2019-04-20 15:52:51,942 [ 8674] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1200ms; general responsiveness: ok; EDT responsiveness: 0/1 sluggish, 1/1 very slow
2019-04-20 15:52:52,561 [ 9293] INFO - j.ide.ui.OptionsTopHitProvider - 348 ms spent on EDT to cache options in application
2019-04-20 15:52:52,764 [ 9496] INFO - tartup.impl.StartupManagerImpl - D:/My Documents/0. Workpaces_Programming/IDEA_Workspace/test_hello_world/.idea case-sensitivity: expected=false actual=false
2019-04-20 15:52:52,783 [ 9515] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2019-04-20 15:52:53,054 [ 9786] INFO - ellij.project.impl.ProjectImpl - 18 project components initialized in 13 ms
2019-04-20 15:52:53,159 [ 9891] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4705 ms
2019-04-20 15:52:55,598 [ 12330] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 4636ms; general responsiveness: ok; EDT responsiveness: 1/5 sluggish, 1/5 very slow
2019-04-20 15:52:55,614 [ 12346] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 43420 files to update
2019-04-20 15:53:13,744 [ 30476] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 18130ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-20 15:53:13,808 [ 30540] INFO - j.ide.ui.OptionsTopHitProvider - 55 ms spent to cache options in project
2019-04-20 15:53:14,049 [ 30781] INFO - j.ide.ui.OptionsTopHitProvider - 169 ms spent on EDT to cache options in project
2019-04-20 15:53:14,843 [ 31575] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 20/04/2019 14:18)
2019-04-20 15:53:32,640 [ 49372] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 22 ms
2019-04-20 15:53:37,552 [ 54284] INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED (BUILD PROCESS)
2019-04-20 15:53:37,591 [ 54323] INFO - s.CompilerReferenceServiceBase - backward reference index reader is opened
2019-04-20 15:53:37,591 [ 54323] INFO - j.compiler.server.BuildManager - Using preloaded build process to compile D:\My Documents\0. Workpaces_Programming\IDEA_Workspace\test_hello_world
2019-04-20 15:53:37,919 [ 54651] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/IntelliJIDEA/lib/jps-launcher.jar;C:/Program Files/Java/jdk1.8.0_211/lib/tools.jar
2019-04-20 15:53:37,962 [ 54694] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2019-04-20 15:53:37,963 [ 54695] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation
2019-04-20 15:53:37,963 [ 54695] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2019-04-20 15:54:12,395 [ 89127] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 20 ms
2019-04-20 15:54:13,773 [ 90505] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 21 ms
2019-04-20 15:54:22,559 [ 99291] INFO - lij.compiler.impl.CompilerUtil - COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 53978 ms: 0 min 53sec
2019-04-20 15:54:22,569 [ 99301] INFO - s.CompilerReferenceServiceBase - backward reference index reader is opened
2019-04-20 15:54:22,986 [ 99718] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/IntelliJIDEA/lib/jps-launcher.jar;C:/Program Files/Java/jdk1.8.0_211/lib/tools.jar
2019-04-20 15:54:23,053 [ 99785] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2019-04-20 15:54:23,054 [ 99786] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation
2019-04-20 15:54:23,054 [ 99786] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2019-04-20 15:54:39,304 [ 116036] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 18 ms
2019-04-20 15:56:55,241 [ 251973] INFO - rationStore.ComponentStoreImpl - Saving Project 'D:\My Documents\0. Workpaces_Programming\IDEA_Workspace\test_hello_world' test_hello_worldXDebuggerManager took 11 ms
2019-04-20 15:56:55,304 [ 252036] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 122 ms

 

 

0
4 comments

Hello Jack,

As a temporary workaround please add the following to IDEA VM options:

-Dcompiler.ref.index=false


and restart IDEA. Does it make any difference?

 

0
Avatar
Permanently deleted user

Hello Yaroslav, thanks for the answer. No difference using that VM option, but I finally figured it out: the culprit was, is, the usb tethering (...). For some weird reason, when it's on IDEA doesnt work properly (lots of stalling and errors), but when it's off everything goes well. NDIS is 6, last one. The weird thing is that I have no (noticeable?) problems with other softwares/ide... who knows. Anyway, solved

0

Jack,

Could you please attach content from your "/etc/hosts" file?

0
Avatar
Permanently deleted user

Hey guys ,you can try this  https://coderanch.com/t/715869/intellij-idea/ide/IntellIj-Slow-Build

Maybe  setting a bigger memery  helps you .Good luck

0

Please sign in to leave a comment.