Skip to content

Instantly share code, notes, and snippets.

@jffry

jffry/ABOUT.MD Secret

Last active April 25, 2019 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jffry/228c51978b1f351866a3be98bad5db6d to your computer and use it in GitHub Desktop.
Save jffry/228c51978b1f351866a3be98bad5db6d to your computer and use it in GitHub Desktop.
Symbol resolution failures in Cursive 1.8.1 with IntelliJ IDEA 2019.1.1

Symbol resolution fails randomly in my Cursive projects.

like in this screenshot

It seems to be nondeterministic - if I repeatedly invalidate caches and restart and reopen the same project, sometimes it fails and sometimes it's just fine. (When it fails, indexing takes a lot longer and there are exceptions in the logs; see samples of logs below).

In an unscientific test repeatedly opening a very simple project (http://github.com/jffry/hoopscrape), I encountered resolution failures 4 in 10 times.

So far (knock on wood) if I get lucky and it doesn't break on the indexing at startup, I have yet to observe it breaking mid-session (despite modifying project.clj or deps.edn and synchronizing).

I've experienced this issue in a broad variety of CLJ or CLJS projects that use leiningen or deps.

This issue is new after upgrading to IDEA 2019.1.1 and Cursive 1.8.1 last week.

2019-04-25 09:34:49,699 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2019-04-25 09:34:49,730 [ 31] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-191.6707.61, 16 Apr 2019 10:50)
2019-04-25 09:34:49,730 [ 31] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.14.4, x86_64)
2019-04-25 09:34:49,730 [ 31] INFO - #com.intellij.idea.Main - JRE: 1.8.0_202-release-1483-b44 (JetBrains s.r.o)
2019-04-25 09:34:49,730 [ 31] INFO - #com.intellij.idea.Main - JVM: 25.202-b44 (OpenJDK 64-Bit Server VM)
2019-04-25 09:34:49,737 [ 38] INFO - #com.intellij.idea.Main - JVM Args: -Xms1g -Xmx4g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -XX:ErrorFile=/Users/jeff/java_error_in_idea_%p.log -XX:HeapDumpPath=/Users/jeff/java_error_in_idea.hprof -Djb.vmOptionsFile=/Users/jeff/Library/Preferences/IntelliJIdea2019.1/idea.vmoptions -Didea.home.path=/Applications/IntelliJ IDEA.app/Contents -Didea.executable=idea -Didea.paths.selector=IntelliJIdea2019.1
2019-04-25 09:34:49,738 [ 39] INFO - #com.intellij.idea.Main - ext: /Applications/IntelliJ IDEA.app/Contents/jdk/Contents/Home/jre/lib/ext: [sunec.jar, nashorn.jar, cldrdata.jar, jfxrt.jar, dnsns.jar, localedata.jar, sunjce_provider.jar, meta-index, sunpkcs11.jar, jaccess.jar, zipfs.jar]
2019-04-25 09:34:49,738 [ 39] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar]
2019-04-25 09:34:49,738 [ 39] INFO - #com.intellij.idea.Main - charsets: JNU=UTF-8 file=UTF-8
2019-04-25 09:34:49,753 [ 54] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 15 ms
2019-04-25 09:34:49,782 [ 83] INFO - #com.intellij.idea.Main - initializing environment
2019-04-25 09:34:49,782 [ 83] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/zsh -l -i -c '/Applications/IntelliJ IDEA.app/Contents/bin/printenv.py' '/private/var/folders/7m/8846n6kn08v2cw2m09hdfs540000gn/T/intellij-shell-env.tmp'
2019-04-25 09:34:49,920 [ 221] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2019-04-25 09:34:49,942 [ 243] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2019-04-25 09:34:50,302 [ 603] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (28 vars)
2019-04-25 09:34:51,994 [ 2295] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml
2019-04-25 09:34:51,996 [ 2297] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml
2019-04-25 09:34:52,224 [ 2525] INFO - llij.ide.plugins.PluginManager - load plugin descriptors took 290 ms
2019-04-25 09:34:52,419 [ 2720] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@54ad517b[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@5a9fc04d
2019-04-25 09:34:52,703 [ 3004] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml
2019-04-25 09:34:52,705 [ 3006] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml
2019-04-25 09:34:52,857 [ 3158] INFO - llij.ide.plugins.PluginManager - load plugin descriptors took 164 ms
2019-04-25 09:34:52,997 [ 3298] INFO - llij.ide.plugins.PluginManager - 135 plugins initialized in 304 ms
2019-04-25 09:34:52,998 [ 3299] INFO - llij.ide.plugins.PluginManager - Loaded bundled 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 Settings Sync (191.6707.61), IDEA CORE (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), Markdown support (191.6707.61), Maven Integration (191.6707.61), Maven Integration Extension (191.6707.61), Mercurial Integration (191.6707.61), 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), 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-25 09:34:52,998 [ 3299] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: BashSupport (1.7.7), Cursive (1.8.1-2019.1), HashiCorp Terraform / HCL language support (0.6.13)
2019-04-25 09:34:53,741 [ 4042] INFO - cloudConfig.CloudConfigManager - === Start: JBA_NOT_CONNECTED ===
2019-04-25 09:34:53,818 [ 4119] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: inline.browse.button, linux.native.menu, recent.and.edited.files.together
2019-04-25 09:34:53,837 [ 4138] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=4009
2019-04-25 09:34:53,892 [ 4193] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/IntelliJ IDEA.app/Contents/bin/fsnotifier
2019-04-25 09:34:53,906 [ 4207] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2019-04-25 09:34:53,932 [ 4233] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:34:54,251 [ 4552] WARN - rationStore.ComponentStoreImpl - Scheme file "Less.xml" is not loaded because defines duplicated name "Less"
2019-04-25 09:34:54,729 [ 5030] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2019-04-25 09:34:54,745 [ 5046] WARN - com.intellij.util.xmlb.Binding - no accessors for interface com.intellij.openapi.extensions.PluginDescriptor
2019-04-25 09:34:54,752 [ 5053] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2019-04-25 09:34:54,853 [ 5154] INFO - m.intellij.ui.mac.touchbar.NST - nst library works properly, successfully created and released native touchbar object
2019-04-25 09:34:54,912 [ 5213] INFO - gs.impl.UpdateCheckerComponent - channel: release
2019-04-25 09:34:55,254 [ 5555] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:270, number of extensions:95
2019-04-25 09:34:55,263 [ 5564] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:8
2019-04-25 09:34:55,311 [ 5612] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:38, number of extensions:131
2019-04-25 09:34:55,311 [ 5612] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2019-04-25 09:34:55,664 [ 5965] INFO - stubs.SerializationManagerImpl - Name storage is repaired
2019-04-25 09:34:55,701 [ 6002] INFO - il.indexing.FileBasedIndexImpl - Index FilenameIndex will be built.
2019-04-25 09:34:55,725 [ 6026] INFO - il.indexing.FileBasedIndexImpl - Index filetypes will be built.
2019-04-25 09:34:55,728 [ 6029] INFO - il.indexing.FileBasedIndexImpl - Index java.auto.module.name will be built.
2019-04-25 09:34:55,732 [ 6033] INFO - il.indexing.FileBasedIndexImpl - Index GroovyDslFileIndex will be built.
2019-04-25 09:34:55,749 [ 6050] INFO - il.indexing.FileBasedIndexImpl - Index FrameworkDetectionIndex will be built.
2019-04-25 09:34:55,767 [ 6068] INFO - il.indexing.FileBasedIndexImpl - Index TodoIndex will be built.
2019-04-25 09:34:55,831 [ 6132] INFO - il.indexing.FileBasedIndexImpl - Index IdIndex will be built.
2019-04-25 09:34:55,836 [ 6137] INFO - il.indexing.FileBasedIndexImpl - Index Stubs will be built.
2019-04-25 09:34:55,881 [ 6182] INFO - ellij.project.impl.ProjectImpl - 20 project components initialized in 182 ms
2019-04-25 09:34:55,985 [ 6286] INFO - ij.psi.stubs.StubUpdatingIndex - Following new file types will be indexed:JSP,SCSS,Angular2Html,spring.factories,AspectJ,SQL,KNM,ActionScript,HTML,Stylus,ECMAScript 6,TypeScript JSX,CoffeeScript,Markdown,Less,spring.binders,CLASS,JavaScript,JAVA,CFML,SWF,Kotlin,FTL,TypeScript,Bash,Angular Metadata JSON,DGM File Type,Sass,XML,Flow,CSS,kotlin_builtins,Groovy,JSX Harmony,KJSM,Literate CoffeeScript,Properties
2019-04-25 09:34:56,190 [ 6491] INFO - il.indexing.FileBasedIndexImpl - Index Trigram.Index will be built.
2019-04-25 09:34:56,201 [ 6502] INFO - il.indexing.FileBasedIndexImpl - Index fileIncludes will be built.
2019-04-25 09:34:56,217 [ 6518] INFO - j.ide.ui.OptionsTopHitProvider - 1538 ms spent to cache options in application
2019-04-25 09:34:56,217 [ 6518] INFO - .openapi.application.Preloader - com.intellij.ide.ui.OptionsTopHitProvider$Activity took 1537 ms
2019-04-25 09:34:56,221 [ 6522] INFO - il.indexing.FileBasedIndexImpl - Index DomFileIndex will be built.
2019-04-25 09:34:56,224 [ 6525] INFO - il.indexing.FileBasedIndexImpl - Index RelaxSymbolIndex will be built.
2019-04-25 09:34:56,228 [ 6529] INFO - il.indexing.FileBasedIndexImpl - Index XmlTagNames will be built.
2019-04-25 09:34:56,231 [ 6532] INFO - il.indexing.FileBasedIndexImpl - Index XmlNamespaces will be built.
2019-04-25 09:34:56,235 [ 6536] INFO - il.indexing.FileBasedIndexImpl - Index html5.custom.attributes.index will be built.
2019-04-25 09:34:56,239 [ 6540] INFO - il.indexing.FileBasedIndexImpl - Index SchemaTypeInheritance will be built.
2019-04-25 09:34:56,243 [ 6544] INFO - il.indexing.FileBasedIndexImpl - Index json.file.root.values will be built.
2019-04-25 09:34:56,247 [ 6548] INFO - il.indexing.FileBasedIndexImpl - Index ImageFileInfoIndex will be built.
2019-04-25 09:34:56,251 [ 6552] INFO - il.indexing.FileBasedIndexImpl - Index bytecodeAnalysis will be built.
2019-04-25 09:34:56,255 [ 6556] INFO - il.indexing.FileBasedIndexImpl - Index java.null.method.argument will be built.
2019-04-25 09:34:56,259 [ 6560] INFO - il.indexing.FileBasedIndexImpl - Index java.simple.property will be built.
2019-04-25 09:34:56,262 [ 6563] INFO - il.indexing.FileBasedIndexImpl - Index java.fun.expression will be built.
2019-04-25 09:34:56,266 [ 6567] INFO - il.indexing.FileBasedIndexImpl - Index java.binary.plus.expression will be built.
2019-04-25 09:34:56,272 [ 6573] INFO - il.indexing.FileBasedIndexImpl - Index jvm.hierarchy will be built.
2019-04-25 09:34:56,276 [ 6577] INFO - il.indexing.FileBasedIndexImpl - Index RefQueueIndex will be built.
2019-04-25 09:34:56,311 [ 6612] INFO - il.indexing.FileBasedIndexImpl - Index HashFragmentIndex will be built.
2019-04-25 09:34:56,315 [ 6616] INFO - il.indexing.FileBasedIndexImpl - Index HtmlTagIdIndex will be built.
2019-04-25 09:34:56,319 [ 6620] INFO - il.indexing.FileBasedIndexImpl - Index XsltSymbolIndex will be built.
2019-04-25 09:34:56,326 [ 6627] INFO - il.indexing.FileBasedIndexImpl - Index CssIndex will be built.
2019-04-25 09:34:56,330 [ 6631] INFO - il.indexing.FileBasedIndexImpl - Index css.template.selectors will be built.
2019-04-25 09:34:56,334 [ 6635] INFO - il.indexing.FileBasedIndexImpl - Index xmlProperties will be built.
2019-04-25 09:34:56,338 [ 6639] INFO - il.indexing.FileBasedIndexImpl - Index ant-imports will be built.
2019-04-25 09:34:56,341 [ 6642] INFO - il.indexing.FileBasedIndexImpl - Index FormClassIndex will be built.
2019-04-25 09:34:56,345 [ 6646] INFO - il.indexing.FileBasedIndexImpl - Index VtlFileIndex will be built.
2019-04-25 09:34:56,348 [ 6649] INFO - il.indexing.FileBasedIndexImpl - Index java.cucumber.java8.step will be built.
2019-04-25 09:34:56,352 [ 6653] INFO - il.indexing.FileBasedIndexImpl - Index editorconfig.index.name will be built.
2019-04-25 09:34:56,356 [ 6657] INFO - il.indexing.FileBasedIndexImpl - Index sql.types.count.index will be built.
2019-04-25 09:34:56,359 [ 6660] INFO - il.indexing.FileBasedIndexImpl - Index sql.routine.index will be built.
2019-04-25 09:34:56,363 [ 6664] INFO - il.indexing.FileBasedIndexImpl - Index groovy.trait.fields will be built.
2019-04-25 09:34:56,366 [ 6667] INFO - il.indexing.FileBasedIndexImpl - Index groovy.trait.methods will be built.
2019-04-25 09:34:56,370 [ 6671] INFO - il.indexing.FileBasedIndexImpl - Index aj.declarations will be built.
2019-04-25 09:34:56,373 [ 6674] INFO - il.indexing.FileBasedIndexImpl - Index IdeaPluginRegistrationIndex will be built.
2019-04-25 09:34:56,376 [ 6677] INFO - il.indexing.FileBasedIndexImpl - Index drools.declareStatementFileIndex will be built.
2019-04-25 09:34:56,379 [ 6680] INFO - il.indexing.FileBasedIndexImpl - Index taglibUris will be built.
2019-04-25 09:34:56,384 [ 6685] INFO - il.indexing.FileBasedIndexImpl - Index JavaFxControllerClassIndex will be built.
2019-04-25 09:34:56,387 [ 6688] INFO - il.indexing.FileBasedIndexImpl - Index javafx.id.name will be built.
2019-04-25 09:34:56,390 [ 6691] INFO - il.indexing.FileBasedIndexImpl - Index javafx.custom.component will be built.
2019-04-25 09:34:56,394 [ 6695] INFO - il.indexing.FileBasedIndexImpl - Index javafx.stylesheets.name will be built.
2019-04-25 09:34:56,397 [ 6698] INFO - il.indexing.FileBasedIndexImpl - Index CompassFunctionsIndex will be built.
2019-04-25 09:34:56,401 [ 6702] INFO - il.indexing.FileBasedIndexImpl - Index js.test.names will be built.
2019-04-25 09:34:56,405 [ 6706] INFO - il.indexing.FileBasedIndexImpl - Index js.package.index will be built.
2019-04-25 09:34:56,409 [ 6710] INFO - il.indexing.FileBasedIndexImpl - Index js.custom.single.entry.index will be built.
2019-04-25 09:34:56,413 [ 6714] INFO - il.indexing.FileBasedIndexImpl - Index js.implicit.elements.index will be built.
2019-04-25 09:34:56,418 [ 6719] INFO - il.indexing.FileBasedIndexImpl - Index angularjs.template.cache will be built.
2019-04-25 09:34:56,422 [ 6723] INFO - il.indexing.FileBasedIndexImpl - Index angularjs.ui.router.views.index will be built.
2019-04-25 09:34:56,426 [ 6727] INFO - il.indexing.FileBasedIndexImpl - Index angularjs.app.index will be built.
2019-04-25 09:34:56,429 [ 6730] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex will be built.
2019-04-25 09:34:56,433 [ 6734] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex will be built.
2019-04-25 09:34:56,436 [ 6737] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex will be built.
2019-04-25 09:34:56,440 [ 6741] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex will be built.
2019-04-25 09:34:56,443 [ 6744] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex will be built.
2019-04-25 09:34:56,447 [ 6748] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex will be built.
2019-04-25 09:34:56,451 [ 6752] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex will be built.
2019-04-25 09:34:56,455 [ 6756] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex will be built.
2019-04-25 09:34:56,459 [ 6760] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex will be built.
2019-04-25 09:34:56,463 [ 6764] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.ide.konan.index.KotlinNativeMetaFileIndex will be built.
2019-04-25 09:34:56,466 [ 6767] INFO - il.indexing.FileBasedIndexImpl - Index ClojureSymbolMeta will be built.
2019-04-25 09:34:56,470 [ 6771] INFO - il.indexing.FileBasedIndexImpl - Index ClojureKeywordDefinition will be built.
2019-04-25 09:34:56,472 [ 6773] INFO - il.indexing.FileBasedIndexImpl - Index ClojureNamespace will be built.
2019-04-25 09:34:56,475 [ 6776] INFO - il.indexing.FileBasedIndexImpl - Index ClojureImports will be built.
2019-04-25 09:34:56,477 [ 6778] INFO - il.indexing.FileBasedIndexImpl - Index ClojureAliases will be built.
2019-04-25 09:34:56,480 [ 6781] INFO - il.indexing.FileBasedIndexImpl - Index ClojureRefers will be built.
2019-04-25 09:34:56,483 [ 6784] INFO - il.indexing.FileBasedIndexImpl - Index ClojureDependencies will be built.
2019-04-25 09:34:56,487 [ 6788] INFO - il.indexing.FileBasedIndexImpl - Index ClojureNsByAlias will be built.
2019-04-25 09:34:56,489 [ 6790] INFO - il.indexing.FileBasedIndexImpl - Index ClojureImportVar will be built.
2019-04-25 09:34:56,493 [ 6794] INFO - il.indexing.FileBasedIndexImpl - Index ClojureClasses will be built.
2019-04-25 09:34:56,497 [ 6798] INFO - il.indexing.FileBasedIndexImpl - Index ClojureJavascript will be built.
2019-04-25 09:34:56,500 [ 6801] INFO - il.indexing.FileBasedIndexImpl - Index ClojureDataReaders will be built.
2019-04-25 09:34:56,504 [ 6805] INFO - il.indexing.FileBasedIndexImpl - Index ClojureKeyword will be built.
2019-04-25 09:34:56,508 [ 6809] INFO - il.indexing.FileBasedIndexImpl - Index FlexXmlBackedSuperClassesIndex will be built.
2019-04-25 09:34:56,512 [ 6813] INFO - il.indexing.FileBasedIndexImpl - Index FlexXmlBackedImplementedInterfacesIndex will be built.
2019-04-25 09:34:56,515 [ 6816] INFO - il.indexing.FileBasedIndexImpl - Index FlexXmlBackedMembersIndex will be built.
2019-04-25 09:34:56,519 [ 6820] INFO - il.indexing.FileBasedIndexImpl - Index js.style.index will be built.
2019-04-25 09:34:56,524 [ 6825] INFO - il.indexing.FileBasedIndexImpl - Index SpringXmlBeansIndex will be built.
2019-04-25 09:34:56,528 [ 6829] INFO - il.indexing.FileBasedIndexImpl - Index spring.spiFileIndex will be built.
2019-04-25 09:34:56,532 [ 6833] INFO - il.indexing.FileBasedIndexImpl - Index FileBasedWSIndex will be built.
2019-04-25 09:34:56,535 [ 6836] INFO - il.indexing.FileBasedIndexImpl - Index FtlFileIndex will be built.
2019-04-25 09:34:56,540 [ 6841] INFO - il.indexing.FileBasedIndexImpl - Index GwtHtmlFile will be built.
2019-04-25 09:34:56,544 [ 6845] INFO - il.indexing.FileBasedIndexImpl - Index GwtXmlFile will be built.
2019-04-25 09:34:56,547 [ 6848] INFO - il.indexing.FileBasedIndexImpl - Index GwtXmlFileSuperSource will be built.
2019-04-25 09:34:56,551 [ 6852] INFO - il.indexing.FileBasedIndexImpl - Index http.request.execution.environment will be built.
2019-04-25 09:34:56,554 [ 6855] INFO - il.indexing.FileBasedIndexImpl - Index GspIncludeIndex will be built.
2019-04-25 09:34:56,558 [ 6859] INFO - il.indexing.FileBasedIndexImpl - Index yaml.keys.name will be built.
2019-04-25 09:34:56,563 [ 6864] INFO - il.indexing.FileBasedIndexImpl - Index docker.compose.services will be built.
2019-04-25 09:34:56,567 [ 6868] INFO - il.indexing.FileBasedIndexImpl - Index spring.autoConfigureMetadataIndex will be built.
2019-04-25 09:34:56,574 [ 6875] INFO - pl$FileIndexDataInitialization - Initialization done:1310
2019-04-25 09:34:56,575 [ 6876] INFO - tellij.psi.stubs.StubIndexImpl - Stub index dom.namespaceKey will be built.
2019-04-25 09:34:56,579 [ 6880] INFO - tellij.psi.stubs.StubIndexImpl - Stub index dom.elementClass will be built.
2019-04-25 09:34:56,581 [ 6882] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.module.name will be built.
2019-04-25 09:34:56,583 [ 6884] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.method.parameter.types will be built.
2019-04-25 09:34:56,585 [ 6886] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.class.extlist will be built.
2019-04-25 09:34:56,586 [ 6887] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.class.shortname will be built.
2019-04-25 09:34:56,588 [ 6889] INFO - tellij.psi.stubs.StubIndexImpl - Stub index jvm.static.member.type will be built.
2019-04-25 09:34:56,590 [ 6891] INFO - tellij.psi.stubs.StubIndexImpl - Stub index jvm.static.member.name will be built.
2019-04-25 09:34:56,593 [ 6894] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.method.name will be built.
2019-04-25 09:34:56,595 [ 6896] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.class.fqn will be built.
2019-04-25 09:34:56,597 [ 6898] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.field.name will be built.
2019-04-25 09:34:56,599 [ 6900] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.anonymous.baseref will be built.
2019-04-25 09:34:56,602 [ 6903] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.annotations will be built.
2019-04-25 09:34:56,604 [ 6905] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.ampersand.selector will be built.
2019-04-25 09:34:56,606 [ 6907] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.class will be built.
2019-04-25 09:34:56,608 [ 6909] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.id will be built.
2019-04-25 09:34:56,610 [ 6911] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.attr will be built.
2019-04-25 09:34:56,611 [ 6912] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.custom.property will be built.
2019-04-25 09:34:56,613 [ 6914] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.custom.mixin will be built.
2019-04-25 09:34:56,616 [ 6917] INFO - tellij.psi.stubs.StubIndexImpl - Stub index properties.index will be built.
2019-04-25 09:34:56,617 [ 6918] INFO - tellij.psi.stubs.StubIndexImpl - Stub index sql.table.shortName will be built.
2019-04-25 09:34:56,620 [ 6921] INFO - tellij.psi.stubs.StubIndexImpl - Stub index sql.column.name will be built.
2019-04-25 09:34:56,622 [ 6923] INFO - tellij.psi.stubs.StubIndexImpl - Stub index sql.names will be built.
2019-04-25 09:34:56,624 [ 6925] INFO - tellij.psi.stubs.StubIndexImpl - Stub index cfml.component.shortName will be built.
2019-04-25 09:34:56,626 [ 6927] INFO - tellij.psi.stubs.StubIndexImpl - Stub index cfml.inheritors.shortName will be built.
2019-04-25 09:34:56,628 [ 6929] INFO - tellij.psi.stubs.StubIndexImpl - Stub index cfml.interface.shortName will be built.
2019-04-25 09:34:56,630 [ 6931] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.class.fqn will be built.
2019-04-25 09:34:56,631 [ 6932] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.script.fqn will be built.
2019-04-25 09:34:56,634 [ 6935] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.field.name will be built.
2019-04-25 09:34:56,636 [ 6937] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.method.name will be built.
2019-04-25 09:34:56,638 [ 6939] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.annot.method.name will be built.
2019-04-25 09:34:56,640 [ 6941] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.annot.members will be built.
2019-04-25 09:34:56,641 [ 6942] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.script.class will be built.
2019-04-25 09:34:56,643 [ 6944] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.class.super will be built.
2019-04-25 09:34:56,645 [ 6946] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.anonymous.class will be built.
2019-04-25 09:34:56,647 [ 6948] INFO - tellij.psi.stubs.StubIndexImpl - Stub index markdown.header will be built.
2019-04-25 09:34:56,649 [ 6950] INFO - tellij.psi.stubs.StubIndexImpl - Stub index aj.itd.field will be built.
2019-04-25 09:34:56,650 [ 6951] INFO - tellij.psi.stubs.StubIndexImpl - Stub index aj.itd.method will be built.
2019-04-25 09:34:56,652 [ 6953] INFO - tellij.psi.stubs.StubIndexImpl - Stub index aj.itd.class will be built.
2019-04-25 09:34:56,654 [ 6955] INFO - tellij.psi.stubs.StubIndexImpl - Stub index aj.class.short.name will be built.
2019-04-25 09:34:56,656 [ 6957] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Less.mixins will be built.
2019-04-25 09:34:56,657 [ 6958] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Less.variables will be built.
2019-04-25 09:34:56,659 [ 6960] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Scss.variable will be built.
2019-04-25 09:34:56,661 [ 6962] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Scss.placeholder.selector will be built.
2019-04-25 09:34:56,662 [ 6963] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Scss.function will be built.
2019-04-25 09:34:56,664 [ 6965] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Scss.mixin will be built.
2019-04-25 09:34:56,665 [ 6966] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Stylus.variables will be built.
2019-04-25 09:34:56,667 [ 6968] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Stylus.mixins will be built.
2019-04-25 09:34:56,669 [ 6970] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.function.name will be built.
2019-04-25 09:34:56,671 [ 6972] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.script.name will be built.
2019-04-25 09:34:56,673 [ 6974] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.included will be built.
2019-04-25 09:34:56,675 [ 6976] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.includers will be built.
2019-04-25 09:34:56,677 [ 6978] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.scriptCommandReference will be built.
2019-04-25 09:34:56,679 [ 6980] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.vardef will be built.
2019-04-25 09:34:56,682 [ 6983] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.var will be built.
2019-04-25 09:34:56,684 [ 6985] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.qualified.shortName will be built.
2019-04-25 09:34:56,685 [ 6986] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.element.qualifiedName will be built.
2019-04-25 09:34:56,687 [ 6988] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.global.qualified.elements will be built.
2019-04-25 09:34:56,689 [ 6990] INFO - tellij.psi.stubs.StubIndexImpl - Stub index ts.external.module.index will be built.
2019-04-25 09:34:56,692 [ 6993] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.class.super will be built.
2019-04-25 09:34:56,693 [ 6994] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.class.implements will be built.
2019-04-25 09:34:56,696 [ 6997] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.custom.stub.index will be built.
2019-04-25 09:34:56,698 [ 6999] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.symbol.index2 will be built.
2019-04-25 09:34:56,700 [ 7001] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.typedef.index2 will be built.
2019-04-25 09:34:56,701 [ 7002] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.generics.index will be built.
2019-04-25 09:34:56,704 [ 7005] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.base.types.index will be built.
2019-04-25 09:34:56,706 [ 7007] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.class.index2 will be built.
2019-04-25 09:34:56,708 [ 7009] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.namespace.index will be built.
2019-04-25 09:34:56,710 [ 7011] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.namespace.including.local.members.index will be built.
2019-04-25 09:34:56,712 [ 7013] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.subclass.stub.index will be built.
2019-04-25 09:34:56,714 [ 7015] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.symbol.qualified.names.index will be built.
2019-04-25 09:34:56,716 [ 7017] INFO - tellij.psi.stubs.StubIndexImpl - Stub index amd.baseUrl.index will be built.
2019-04-25 09:34:56,718 [ 7019] INFO - tellij.psi.stubs.StubIndexImpl - Stub index amd.requirePaths.index will be built.
2019-04-25 09:34:56,720 [ 7021] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.global.symbol.index will be built.
2019-04-25 09:34:56,722 [ 7023] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.exported.index will be built.
2019-04-25 09:34:56,725 [ 7026] INFO - tellij.psi.stubs.StubIndexImpl - Stub index es6.exported.index will be built.
2019-04-25 09:34:56,727 [ 7028] INFO - tellij.psi.stubs.StubIndexImpl - Stub index es6.assignment.index will be built.
2019-04-25 09:34:56,729 [ 7030] INFO - tellij.psi.stubs.StubIndexImpl - Stub index ts.local.classes will be built.
2019-04-25 09:34:56,732 [ 7033] INFO - tellij.psi.stubs.StubIndexImpl - Stub index ts.embedded.content.index will be built.
2019-04-25 09:34:56,734 [ 7035] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.nonglobal.symbol.index will be built.
2019-04-25 09:34:56,736 [ 7037] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.gcl.modules will be built.
2019-04-25 09:34:56,738 [ 7039] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.doc.modules will be built.
2019-04-25 09:34:56,740 [ 7041] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.amd.modules will be built.
2019-04-25 09:34:56,742 [ 7043] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.directives.index will be built.
2019-04-25 09:34:56,744 [ 7045] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.directives.doc.index will be built.
2019-04-25 09:34:56,746 [ 7047] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.controller.index will be built.
2019-04-25 09:34:56,748 [ 7049] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.module.index will be built.
2019-04-25 09:34:56,750 [ 7051] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.filter.index will be built.
2019-04-25 09:34:56,752 [ 7053] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.symbol.index will be built.
2019-04-25 09:34:56,754 [ 7055] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.ui.router.states.index will be built.
2019-04-25 09:34:56,756 [ 7057] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.ui.router.generic.states.index will be built.
2019-04-25 09:34:56,758 [ 7059] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.templateUrl.index will be built.
2019-04-25 09:34:56,760 [ 7061] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.generic.modules.index will be built.
2019-04-25 09:34:56,762 [ 7063] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.delimiter.index will be built.
2019-04-25 09:34:56,764 [ 7065] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.templateUrl.index will be built.
2019-04-25 09:34:56,766 [ 7067] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.source.pipe.index will be built.
2019-04-25 09:34:56,768 [ 7069] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.source.directive.index will be built.
2019-04-25 09:34:56,770 [ 7071] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.source.module.index will be built.
2019-04-25 09:34:56,771 [ 7072] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.pipe.index will be built.
2019-04-25 09:34:56,773 [ 7074] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.entityClassName.index will be built.
2019-04-25 09:34:56,775 [ 7076] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.directive.index will be built.
2019-04-25 09:34:56,776 [ 7077] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.node.index will be built.
2019-04-25 09:34:56,778 [ 7079] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.function.index will be built.
2019-04-25 09:34:56,780 [ 7081] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.module.index will be built.
2019-04-25 09:34:56,782 [ 7083] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex will be built.
2019-04-25 09:34:56,784 [ 7085] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex will be built.
2019-04-25 09:34:56,786 [ 7087] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex will be built.
2019-04-25 09:34:56,788 [ 7089] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex will be built.
2019-04-25 09:34:56,789 [ 7090] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex will be built.
2019-04-25 09:34:56,792 [ 7093] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex will be built.
2019-04-25 09:34:56,794 [ 7095] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex will be built.
2019-04-25 09:34:56,796 [ 7097] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex will be built.
2019-04-25 09:34:56,797 [ 7098] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex will be built.
2019-04-25 09:34:56,799 [ 7100] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex will be built.
2019-04-25 09:34:56,801 [ 7102] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex will be built.
2019-04-25 09:34:56,803 [ 7104] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex will be built.
2019-04-25 09:34:56,805 [ 7106] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex will be built.
2019-04-25 09:34:56,807 [ 7108] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex will be built.
2019-04-25 09:34:56,809 [ 7110] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex will be built.
2019-04-25 09:34:56,811 [ 7112] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex will be built.
2019-04-25 09:34:56,813 [ 7114] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex will be built.
2019-04-25 09:34:56,815 [ 7116] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex will be built.
2019-04-25 09:34:56,817 [ 7118] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex will be built.
2019-04-25 09:34:56,819 [ 7120] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex will be built.
2019-04-25 09:34:56,820 [ 7121] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex will be built.
2019-04-25 09:34:56,822 [ 7123] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex will be built.
2019-04-25 09:34:56,824 [ 7125] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex will be built.
2019-04-25 09:34:56,826 [ 7127] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex will be built.
2019-04-25 09:34:56,830 [ 7131] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex will be built.
2019-04-25 09:34:56,832 [ 7133] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex will be built.
2019-04-25 09:34:56,834 [ 7135] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex will be built.
2019-04-25 09:34:56,836 [ 7137] INFO - exImpl$StubIndexInitialization - Initialization done:262
2019-04-25 09:34:57,987 [ 8288] INFO - #cursive.repl.server - Started local REPL on port 64583
2019-04-25 09:34:58,156 [ 8457] INFO - plication.impl.ApplicationImpl - 98 application components initialized in 5466ms
2019-04-25 09:34:58,206 [ 8507] INFO - .intellij.idea.IdeaApplication - App initialization took 9458 ms
2019-04-25 09:34:58,695 [ 8996] INFO - cloudConfig.CloudConfigManager - === Start.updateInitStatus ===
2019-04-25 09:34:58,696 [ 8997] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus ===
2019-04-25 09:34:58,931 [ 9232] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:34:58,959 [ 9260] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=null; restored: fontSize=12, fontScale=1.0
2019-04-25 09:34:59,017 [ 9318] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:34:59,018 [ 9319] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:34:59,018 [ 9319] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:34:59,128 [ 9429] INFO - .cloudConfig.CloudConfigClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2019-04-25 09:34:59,354 [ 9655] INFO - j.ide.ui.OptionsTopHitProvider - 657 ms spent on EDT to cache options in application
2019-04-25 09:34:59,569 [ 9870] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED ===
2019-04-25 09:34:59,579 [ 9880] INFO - cloudConfig.CloudConfigManager - === End.updateInitStatus ===
2019-04-25 09:34:59,584 [ 9885] INFO - .openapi.application.Preloader - com.intellij.openapi.actionSystem.impl.ActionPreloader took 3365 ms
2019-04-25 09:35:01,256 [ 11557] INFO - .openapi.application.Preloader - com.intellij.ide.ui.search.SearchableOptionPreloader took 1672 ms
2019-04-25 09:35:01,783 [ 12084] INFO - .openapi.application.Preloader - com.intellij.codeInsight.completion.CompletionPreloader took 526 ms
2019-04-25 09:35:01,788 [ 12089] INFO - .openapi.application.Preloader - com.intellij.ide.actions.GotoClassPresentationUpdater took 4 ms
2019-04-25 09:35:01,843 [ 12144] INFO - .openapi.application.Preloader - com.ansorgit.plugins.bash.editor.codecompletion.PreloadPathCompletionActivity took 55 ms
2019-04-25 09:35:01,892 [ 12193] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2019-04-25 09:35:01,892 [ 12193] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/jeff/code/hoops-api]
2019-04-25 09:35:02,121 [ 12422] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2019-04-25 09:35:02,398 [ 12699] INFO - ellij.project.impl.ProjectImpl - 207 project components initialized in 726 ms
2019-04-25 09:35:02,494 [ 12795] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 95 ms
2019-04-25 09:35:02,657 [ 12958] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2019-04-25 09:35:02,832 [ 13133] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2019-04-25 09:35:03,004 [ 13305] INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2019-04-25 09:35:03,499 [ 13800] INFO - PerformancePlugin - Performance Plugin is in silent mode
2019-04-25 09:35:03,875 [ 14176] INFO - llij.database.util.SqlDialects - SQL dialects initialized in 25 ms
2019-04-25 09:35:04,035 [ 14336] INFO - tartup.impl.StartupManagerImpl - EditorHistoryManagerStartUpActivity run in 230ms under project opening modal progress
2019-04-25 09:35:04,086 [ 14387] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 267ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:04,888 [ 15189] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 848ms under project opening modal progress
2019-04-25 09:35:04,925 [ 15226] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 6 millis
2019-04-25 09:35:05,286 [ 15587] INFO - tartup.impl.StartupManagerImpl - LicenceStartupActivity run in 170ms under project opening modal progress
2019-04-25 09:35:05,298 [ 15599] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1616ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:05,857 [ 16158] INFO - tartup.impl.StartupManagerImpl - /Users/jeff/code/hoops-api/.idea case-sensitivity: expected=false actual=false
2019-04-25 09:35:05,880 [ 16181] INFO - #git4idea.commands.GitHandler - [.] git version
2019-04-25 09:35:05,898 [ 16199] INFO - #git4idea.commands.GitHandler - git version 2.20.1 (Apple Git-117)
2019-04-25 09:35:05,904 [ 16205] INFO - ea.config.GitExecutableManager - Git version for /usr/bin/git : 2.20.1
2019-04-25 09:35:06,012 [ 16313] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/jeff/code/hoops-api]
2019-04-25 09:35:06,014 [ 16315] INFO - Json.PackageJsonUpdateNotifier - processPackageJsonFiles []
2019-04-25 09:35:06,109 [ 16410] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4512 ms
2019-04-25 09:35:08,068 [ 18369] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 3980ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:08,083 [ 18384] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 62530 files to update
2019-04-25 09:35:08,242 [ 18543] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureSymbolMeta
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,256 [ 18557] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:08,266 [ 18567] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureKeywordDefinition
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,277 [ 18578] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:08,286 [ 18587] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureNamespace
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,303 [ 18604] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:08,319 [ 18620] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureImports
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,329 [ 18630] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:08,339 [ 18640] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureAliases
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,351 [ 18652] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:08,361 [ 18662] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureRefers
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,371 [ 18672] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:08,380 [ 18681] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureDependencies
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,391 [ 18692] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:08,399 [ 18700] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureNsByAlias
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,410 [ 18711] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:08,422 [ 18723] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureImportVar
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,432 [ 18733] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:08,441 [ 18742] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureClasses
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:35:08,451 [ 18752] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:35:09,406 [ 19707] INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt sdk-stubs from /Users/jeff/Library/Caches/IntelliJIdea2019.1/index/.persistent/prebuilt/JavaScript/sdk-stubs.input
2019-04-25 09:35:35,014 [ 45315] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider
2019-04-25 09:35:47,814 [ 58115] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 39731ms; general responsiveness: 1/39 sluggish; EDT responsiveness: ok
2019-04-25 09:35:47,818 [ 58119] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 2ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:47,928 [ 58229] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 71ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:47,928 [ 58229] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 4 files to update
2019-04-25 09:35:47,946 [ 58247] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 18ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:47,948 [ 58249] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:47,965 [ 58266] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 17ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:47,967 [ 58268] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:47,984 [ 58285] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 17ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:47,985 [ 58286] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:47,997 [ 58298] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 12ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:47,999 [ 58300] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,012 [ 58313] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 13ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,013 [ 58314] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,025 [ 58326] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 12ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,027 [ 58328] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 2ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,041 [ 58342] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 14ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,042 [ 58343] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,056 [ 58357] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 14ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,057 [ 58358] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,069 [ 58370] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 12ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,070 [ 58371] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,084 [ 58385] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 13ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:48,181 [ 58482] INFO - j.ide.ui.OptionsTopHitProvider - 88 ms spent to cache options in project
2019-04-25 09:35:48,228 [ 58529] INFO - cloudConfig.CloudConfigManager - === StatusBar.start create ===
2019-04-25 09:35:48,463 [ 58764] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 2019-04-25 09:33)
2019-04-25 09:35:48,852 [ 59153] INFO - tartup.impl.StartupManagerImpl - Some post-startup activities freeze UI for noticeable time. Please consider making them DumbAware to do them in background under modal progress, or just making them faster to speed up project opening.
2019-04-25 09:35:48,852 [ 59153] INFO - tartup.impl.StartupManagerImpl - CreateKotlinSdkActivity run in 594ms on UI thread
2019-04-25 09:35:49,035 [ 59336] INFO - j.ide.ui.OptionsTopHitProvider - 164 ms spent on EDT to cache options in project
2019-04-25 09:35:49,344 [ 59645] INFO - #cursive.shim.Shim - Bootstrap loader cannot load RT
2019-04-25 09:35:54,527 [ 64828] INFO - pl.ProjectRootManagerComponent - project roots have changed
2019-04-25 09:35:54,612 [ 64913] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:54,708 [ 65009] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 96ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:35:59,029 [ 69330] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 539 ms
2019-04-25 09:39:35,252 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2019-04-25 09:39:35,283 [ 31] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-191.6707.61, 16 Apr 2019 10:50)
2019-04-25 09:39:35,283 [ 31] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.14.4, x86_64)
2019-04-25 09:39:35,283 [ 31] INFO - #com.intellij.idea.Main - JRE: 1.8.0_202-release-1483-b44 (JetBrains s.r.o)
2019-04-25 09:39:35,283 [ 31] INFO - #com.intellij.idea.Main - JVM: 25.202-b44 (OpenJDK 64-Bit Server VM)
2019-04-25 09:39:35,290 [ 38] INFO - #com.intellij.idea.Main - JVM Args: -Xms1g -Xmx4g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -XX:ErrorFile=/Users/jeff/java_error_in_idea_%p.log -XX:HeapDumpPath=/Users/jeff/java_error_in_idea.hprof -Djb.vmOptionsFile=/Users/jeff/Library/Preferences/IntelliJIdea2019.1/idea.vmoptions -Didea.home.path=/Applications/IntelliJ IDEA.app/Contents -Didea.executable=idea -Didea.paths.selector=IntelliJIdea2019.1
2019-04-25 09:39:35,290 [ 38] INFO - #com.intellij.idea.Main - ext: /Applications/IntelliJ IDEA.app/Contents/jdk/Contents/Home/jre/lib/ext: [sunec.jar, nashorn.jar, cldrdata.jar, jfxrt.jar, dnsns.jar, localedata.jar, sunjce_provider.jar, meta-index, sunpkcs11.jar, jaccess.jar, zipfs.jar]
2019-04-25 09:39:35,291 [ 39] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar]
2019-04-25 09:39:35,291 [ 39] INFO - #com.intellij.idea.Main - charsets: JNU=UTF-8 file=UTF-8
2019-04-25 09:39:35,306 [ 54] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 15 ms
2019-04-25 09:39:35,334 [ 82] INFO - #com.intellij.idea.Main - initializing environment
2019-04-25 09:39:35,335 [ 83] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/zsh -l -i -c '/Applications/IntelliJ IDEA.app/Contents/bin/printenv.py' '/private/var/folders/7m/8846n6kn08v2cw2m09hdfs540000gn/T/intellij-shell-env.tmp'
2019-04-25 09:39:35,472 [ 220] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2019-04-25 09:39:35,493 [ 241] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2019-04-25 09:39:35,856 [ 604] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (28 vars)
2019-04-25 09:39:37,562 [ 2310] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml
2019-04-25 09:39:37,563 [ 2311] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml
2019-04-25 09:39:37,787 [ 2535] INFO - llij.ide.plugins.PluginManager - load plugin descriptors took 290 ms
2019-04-25 09:39:37,990 [ 2738] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@314cefbf[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@349f4358
2019-04-25 09:39:38,275 [ 3023] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml
2019-04-25 09:39:38,276 [ 3024] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml
2019-04-25 09:39:38,409 [ 3157] INFO - llij.ide.plugins.PluginManager - load plugin descriptors took 144 ms
2019-04-25 09:39:38,556 [ 3304] INFO - llij.ide.plugins.PluginManager - 135 plugins initialized in 291 ms
2019-04-25 09:39:38,557 [ 3305] INFO - llij.ide.plugins.PluginManager - Loaded bundled 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 Settings Sync (191.6707.61), IDEA CORE (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), Markdown support (191.6707.61), Maven Integration (191.6707.61), Maven Integration Extension (191.6707.61), Mercurial Integration (191.6707.61), 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), 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-25 09:39:38,557 [ 3305] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: BashSupport (1.7.7), Cursive (1.8.2-eap1-2019.1), HashiCorp Terraform / HCL language support (0.6.13)
2019-04-25 09:39:39,328 [ 4076] INFO - cloudConfig.CloudConfigManager - === Start: JBA_NOT_CONNECTED ===
2019-04-25 09:39:39,405 [ 4153] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: inline.browse.button, linux.native.menu, recent.and.edited.files.together
2019-04-25 09:39:39,424 [ 4172] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=4009
2019-04-25 09:39:39,473 [ 4221] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/IntelliJ IDEA.app/Contents/bin/fsnotifier
2019-04-25 09:39:39,489 [ 4237] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2019-04-25 09:39:39,518 [ 4266] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:39:39,829 [ 4577] WARN - rationStore.ComponentStoreImpl - Scheme file "Less.xml" is not loaded because defines duplicated name "Less"
2019-04-25 09:39:40,310 [ 5058] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2019-04-25 09:39:40,327 [ 5075] WARN - com.intellij.util.xmlb.Binding - no accessors for interface com.intellij.openapi.extensions.PluginDescriptor
2019-04-25 09:39:40,332 [ 5080] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2019-04-25 09:39:40,427 [ 5175] INFO - m.intellij.ui.mac.touchbar.NST - nst library works properly, successfully created and released native touchbar object
2019-04-25 09:39:40,482 [ 5230] INFO - gs.impl.UpdateCheckerComponent - channel: release
2019-04-25 09:39:40,854 [ 5602] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:300, number of extensions:95
2019-04-25 09:39:40,862 [ 5610] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:7
2019-04-25 09:39:40,910 [ 5658] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:38, number of extensions:131
2019-04-25 09:39:40,911 [ 5659] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2019-04-25 09:39:41,257 [ 6005] INFO - stubs.SerializationManagerImpl - Name storage is repaired
2019-04-25 09:39:41,321 [ 6069] INFO - il.indexing.FileBasedIndexImpl - Index FilenameIndex will be built.
2019-04-25 09:39:41,346 [ 6094] INFO - il.indexing.FileBasedIndexImpl - Index filetypes will be built.
2019-04-25 09:39:41,348 [ 6096] INFO - il.indexing.FileBasedIndexImpl - Index java.auto.module.name will be built.
2019-04-25 09:39:41,351 [ 6099] INFO - il.indexing.FileBasedIndexImpl - Index GroovyDslFileIndex will be built.
2019-04-25 09:39:41,370 [ 6118] INFO - il.indexing.FileBasedIndexImpl - Index FrameworkDetectionIndex will be built.
2019-04-25 09:39:41,390 [ 6138] INFO - il.indexing.FileBasedIndexImpl - Index TodoIndex will be built.
2019-04-25 09:39:41,460 [ 6208] INFO - il.indexing.FileBasedIndexImpl - Index IdIndex will be built.
2019-04-25 09:39:41,465 [ 6213] INFO - il.indexing.FileBasedIndexImpl - Index Stubs will be built.
2019-04-25 09:39:41,562 [ 6310] INFO - ellij.project.impl.ProjectImpl - 20 project components initialized in 170 ms
2019-04-25 09:39:41,636 [ 6384] INFO - ij.psi.stubs.StubUpdatingIndex - Following new file types will be indexed:SCSS,Stylus,JavaScript,SQL,JAVA,Sass,Literate CoffeeScript,Angular Metadata JSON,Kotlin,SWF,spring.factories,Angular2Html,KNM,Properties,Less,ActionScript,Groovy,AspectJ,JSX Harmony,Markdown,XML,DGM File Type,spring.binders,TypeScript,CFML,CSS,TypeScript JSX,HTML,Bash,CoffeeScript,CLASS,kotlin_builtins,KJSM,FTL,Flow,JSP,ECMAScript 6
2019-04-25 09:39:41,826 [ 6574] INFO - il.indexing.FileBasedIndexImpl - Index Trigram.Index will be built.
2019-04-25 09:39:41,837 [ 6585] INFO - il.indexing.FileBasedIndexImpl - Index fileIncludes will be built.
2019-04-25 09:39:41,859 [ 6607] INFO - il.indexing.FileBasedIndexImpl - Index DomFileIndex will be built.
2019-04-25 09:39:41,863 [ 6611] INFO - il.indexing.FileBasedIndexImpl - Index RelaxSymbolIndex will be built.
2019-04-25 09:39:41,867 [ 6615] INFO - il.indexing.FileBasedIndexImpl - Index XmlTagNames will be built.
2019-04-25 09:39:41,871 [ 6619] INFO - il.indexing.FileBasedIndexImpl - Index XmlNamespaces will be built.
2019-04-25 09:39:41,875 [ 6623] INFO - il.indexing.FileBasedIndexImpl - Index html5.custom.attributes.index will be built.
2019-04-25 09:39:41,879 [ 6627] INFO - il.indexing.FileBasedIndexImpl - Index SchemaTypeInheritance will be built.
2019-04-25 09:39:41,883 [ 6631] INFO - il.indexing.FileBasedIndexImpl - Index json.file.root.values will be built.
2019-04-25 09:39:41,886 [ 6634] INFO - il.indexing.FileBasedIndexImpl - Index ImageFileInfoIndex will be built.
2019-04-25 09:39:41,890 [ 6638] INFO - il.indexing.FileBasedIndexImpl - Index bytecodeAnalysis will be built.
2019-04-25 09:39:41,896 [ 6644] INFO - il.indexing.FileBasedIndexImpl - Index java.null.method.argument will be built.
2019-04-25 09:39:41,900 [ 6648] INFO - il.indexing.FileBasedIndexImpl - Index java.simple.property will be built.
2019-04-25 09:39:41,905 [ 6653] INFO - il.indexing.FileBasedIndexImpl - Index java.fun.expression will be built.
2019-04-25 09:39:41,909 [ 6657] INFO - il.indexing.FileBasedIndexImpl - Index java.binary.plus.expression will be built.
2019-04-25 09:39:41,911 [ 6659] INFO - j.ide.ui.OptionsTopHitProvider - 1647 ms spent to cache options in application
2019-04-25 09:39:41,911 [ 6659] INFO - .openapi.application.Preloader - com.intellij.ide.ui.OptionsTopHitProvider$Activity took 1646 ms
2019-04-25 09:39:41,914 [ 6662] INFO - il.indexing.FileBasedIndexImpl - Index jvm.hierarchy will be built.
2019-04-25 09:39:41,919 [ 6667] INFO - il.indexing.FileBasedIndexImpl - Index RefQueueIndex will be built.
2019-04-25 09:39:41,954 [ 6702] INFO - il.indexing.FileBasedIndexImpl - Index HashFragmentIndex will be built.
2019-04-25 09:39:41,959 [ 6707] INFO - il.indexing.FileBasedIndexImpl - Index HtmlTagIdIndex will be built.
2019-04-25 09:39:41,964 [ 6712] INFO - il.indexing.FileBasedIndexImpl - Index XsltSymbolIndex will be built.
2019-04-25 09:39:41,971 [ 6719] INFO - il.indexing.FileBasedIndexImpl - Index CssIndex will be built.
2019-04-25 09:39:41,975 [ 6723] INFO - il.indexing.FileBasedIndexImpl - Index css.template.selectors will be built.
2019-04-25 09:39:41,979 [ 6727] INFO - il.indexing.FileBasedIndexImpl - Index xmlProperties will be built.
2019-04-25 09:39:41,983 [ 6731] INFO - il.indexing.FileBasedIndexImpl - Index ant-imports will be built.
2019-04-25 09:39:41,987 [ 6735] INFO - il.indexing.FileBasedIndexImpl - Index FormClassIndex will be built.
2019-04-25 09:39:41,990 [ 6738] INFO - il.indexing.FileBasedIndexImpl - Index VtlFileIndex will be built.
2019-04-25 09:39:41,994 [ 6742] INFO - il.indexing.FileBasedIndexImpl - Index java.cucumber.java8.step will be built.
2019-04-25 09:39:41,998 [ 6746] INFO - il.indexing.FileBasedIndexImpl - Index editorconfig.index.name will be built.
2019-04-25 09:39:42,002 [ 6750] INFO - il.indexing.FileBasedIndexImpl - Index sql.types.count.index will be built.
2019-04-25 09:39:42,006 [ 6754] INFO - il.indexing.FileBasedIndexImpl - Index sql.routine.index will be built.
2019-04-25 09:39:42,011 [ 6759] INFO - il.indexing.FileBasedIndexImpl - Index groovy.trait.fields will be built.
2019-04-25 09:39:42,015 [ 6763] INFO - il.indexing.FileBasedIndexImpl - Index groovy.trait.methods will be built.
2019-04-25 09:39:42,018 [ 6766] INFO - il.indexing.FileBasedIndexImpl - Index aj.declarations will be built.
2019-04-25 09:39:42,021 [ 6769] INFO - il.indexing.FileBasedIndexImpl - Index IdeaPluginRegistrationIndex will be built.
2019-04-25 09:39:42,025 [ 6773] INFO - il.indexing.FileBasedIndexImpl - Index drools.declareStatementFileIndex will be built.
2019-04-25 09:39:42,029 [ 6777] INFO - il.indexing.FileBasedIndexImpl - Index taglibUris will be built.
2019-04-25 09:39:42,034 [ 6782] INFO - il.indexing.FileBasedIndexImpl - Index JavaFxControllerClassIndex will be built.
2019-04-25 09:39:42,037 [ 6785] INFO - il.indexing.FileBasedIndexImpl - Index javafx.id.name will be built.
2019-04-25 09:39:42,041 [ 6789] INFO - il.indexing.FileBasedIndexImpl - Index javafx.custom.component will be built.
2019-04-25 09:39:42,044 [ 6792] INFO - il.indexing.FileBasedIndexImpl - Index javafx.stylesheets.name will be built.
2019-04-25 09:39:42,047 [ 6795] INFO - il.indexing.FileBasedIndexImpl - Index CompassFunctionsIndex will be built.
2019-04-25 09:39:42,052 [ 6800] INFO - il.indexing.FileBasedIndexImpl - Index js.test.names will be built.
2019-04-25 09:39:42,056 [ 6804] INFO - il.indexing.FileBasedIndexImpl - Index js.package.index will be built.
2019-04-25 09:39:42,060 [ 6808] INFO - il.indexing.FileBasedIndexImpl - Index js.custom.single.entry.index will be built.
2019-04-25 09:39:42,064 [ 6812] INFO - il.indexing.FileBasedIndexImpl - Index js.implicit.elements.index will be built.
2019-04-25 09:39:42,069 [ 6817] INFO - il.indexing.FileBasedIndexImpl - Index angularjs.template.cache will be built.
2019-04-25 09:39:42,072 [ 6820] INFO - il.indexing.FileBasedIndexImpl - Index angularjs.ui.router.views.index will be built.
2019-04-25 09:39:42,077 [ 6825] INFO - il.indexing.FileBasedIndexImpl - Index angularjs.app.index will be built.
2019-04-25 09:39:42,081 [ 6829] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex will be built.
2019-04-25 09:39:42,088 [ 6836] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex will be built.
2019-04-25 09:39:42,091 [ 6839] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex will be built.
2019-04-25 09:39:42,096 [ 6844] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex will be built.
2019-04-25 09:39:42,100 [ 6848] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex will be built.
2019-04-25 09:39:42,105 [ 6853] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex will be built.
2019-04-25 09:39:42,109 [ 6857] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex will be built.
2019-04-25 09:39:42,114 [ 6862] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex will be built.
2019-04-25 09:39:42,119 [ 6867] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex will be built.
2019-04-25 09:39:42,123 [ 6871] INFO - il.indexing.FileBasedIndexImpl - Index org.jetbrains.kotlin.ide.konan.index.KotlinNativeMetaFileIndex will be built.
2019-04-25 09:39:42,126 [ 6874] INFO - il.indexing.FileBasedIndexImpl - Index ClojureSymbolMeta will be built.
2019-04-25 09:39:42,131 [ 6879] INFO - il.indexing.FileBasedIndexImpl - Index ClojureKeywordDefinition will be built.
2019-04-25 09:39:42,134 [ 6882] INFO - il.indexing.FileBasedIndexImpl - Index ClojureNamespace will be built.
2019-04-25 09:39:42,137 [ 6885] INFO - il.indexing.FileBasedIndexImpl - Index ClojureImports will be built.
2019-04-25 09:39:42,141 [ 6889] INFO - il.indexing.FileBasedIndexImpl - Index ClojureAliases will be built.
2019-04-25 09:39:42,145 [ 6893] INFO - il.indexing.FileBasedIndexImpl - Index ClojureRefers will be built.
2019-04-25 09:39:42,148 [ 6896] INFO - il.indexing.FileBasedIndexImpl - Index ClojureDependencies will be built.
2019-04-25 09:39:42,151 [ 6899] INFO - il.indexing.FileBasedIndexImpl - Index ClojureNsByAlias will be built.
2019-04-25 09:39:42,155 [ 6903] INFO - il.indexing.FileBasedIndexImpl - Index ClojureImportVar will be built.
2019-04-25 09:39:42,159 [ 6907] INFO - il.indexing.FileBasedIndexImpl - Index ClojureClasses will be built.
2019-04-25 09:39:42,163 [ 6911] INFO - il.indexing.FileBasedIndexImpl - Index ClojureJavascript will be built.
2019-04-25 09:39:42,167 [ 6915] INFO - il.indexing.FileBasedIndexImpl - Index ClojureDataReaders will be built.
2019-04-25 09:39:42,171 [ 6919] INFO - il.indexing.FileBasedIndexImpl - Index ClojureKeyword will be built.
2019-04-25 09:39:42,175 [ 6923] INFO - il.indexing.FileBasedIndexImpl - Index FlexXmlBackedSuperClassesIndex will be built.
2019-04-25 09:39:42,179 [ 6927] INFO - il.indexing.FileBasedIndexImpl - Index FlexXmlBackedImplementedInterfacesIndex will be built.
2019-04-25 09:39:42,182 [ 6930] INFO - il.indexing.FileBasedIndexImpl - Index FlexXmlBackedMembersIndex will be built.
2019-04-25 09:39:42,186 [ 6934] INFO - il.indexing.FileBasedIndexImpl - Index js.style.index will be built.
2019-04-25 09:39:42,193 [ 6941] INFO - il.indexing.FileBasedIndexImpl - Index SpringXmlBeansIndex will be built.
2019-04-25 09:39:42,196 [ 6944] INFO - il.indexing.FileBasedIndexImpl - Index spring.spiFileIndex will be built.
2019-04-25 09:39:42,199 [ 6947] INFO - il.indexing.FileBasedIndexImpl - Index FileBasedWSIndex will be built.
2019-04-25 09:39:42,203 [ 6951] INFO - il.indexing.FileBasedIndexImpl - Index FtlFileIndex will be built.
2019-04-25 09:39:42,207 [ 6955] INFO - il.indexing.FileBasedIndexImpl - Index GwtHtmlFile will be built.
2019-04-25 09:39:42,211 [ 6959] INFO - il.indexing.FileBasedIndexImpl - Index GwtXmlFile will be built.
2019-04-25 09:39:42,215 [ 6963] INFO - il.indexing.FileBasedIndexImpl - Index GwtXmlFileSuperSource will be built.
2019-04-25 09:39:42,219 [ 6967] INFO - il.indexing.FileBasedIndexImpl - Index http.request.execution.environment will be built.
2019-04-25 09:39:42,223 [ 6971] INFO - il.indexing.FileBasedIndexImpl - Index GspIncludeIndex will be built.
2019-04-25 09:39:42,227 [ 6975] INFO - il.indexing.FileBasedIndexImpl - Index yaml.keys.name will be built.
2019-04-25 09:39:42,231 [ 6979] INFO - il.indexing.FileBasedIndexImpl - Index docker.compose.services will be built.
2019-04-25 09:39:42,234 [ 6982] INFO - il.indexing.FileBasedIndexImpl - Index spring.autoConfigureMetadataIndex will be built.
2019-04-25 09:39:42,242 [ 6990] INFO - pl$FileIndexDataInitialization - Initialization done:1380
2019-04-25 09:39:42,243 [ 6991] INFO - tellij.psi.stubs.StubIndexImpl - Stub index dom.namespaceKey will be built.
2019-04-25 09:39:42,246 [ 6994] INFO - tellij.psi.stubs.StubIndexImpl - Stub index dom.elementClass will be built.
2019-04-25 09:39:42,248 [ 6996] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.module.name will be built.
2019-04-25 09:39:42,251 [ 6999] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.method.parameter.types will be built.
2019-04-25 09:39:42,253 [ 7001] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.class.extlist will be built.
2019-04-25 09:39:42,255 [ 7003] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.class.shortname will be built.
2019-04-25 09:39:42,257 [ 7005] INFO - tellij.psi.stubs.StubIndexImpl - Stub index jvm.static.member.type will be built.
2019-04-25 09:39:42,259 [ 7007] INFO - tellij.psi.stubs.StubIndexImpl - Stub index jvm.static.member.name will be built.
2019-04-25 09:39:42,261 [ 7009] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.method.name will be built.
2019-04-25 09:39:42,264 [ 7012] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.class.fqn will be built.
2019-04-25 09:39:42,266 [ 7014] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.field.name will be built.
2019-04-25 09:39:42,268 [ 7016] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.anonymous.baseref will be built.
2019-04-25 09:39:42,270 [ 7018] INFO - tellij.psi.stubs.StubIndexImpl - Stub index java.annotations will be built.
2019-04-25 09:39:42,271 [ 7019] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.ampersand.selector will be built.
2019-04-25 09:39:42,273 [ 7021] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.class will be built.
2019-04-25 09:39:42,276 [ 7024] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.id will be built.
2019-04-25 09:39:42,278 [ 7026] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.attr will be built.
2019-04-25 09:39:42,279 [ 7027] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.custom.property will be built.
2019-04-25 09:39:42,282 [ 7030] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Css.custom.mixin will be built.
2019-04-25 09:39:42,283 [ 7031] INFO - tellij.psi.stubs.StubIndexImpl - Stub index properties.index will be built.
2019-04-25 09:39:42,285 [ 7033] INFO - tellij.psi.stubs.StubIndexImpl - Stub index sql.table.shortName will be built.
2019-04-25 09:39:42,287 [ 7035] INFO - tellij.psi.stubs.StubIndexImpl - Stub index sql.column.name will be built.
2019-04-25 09:39:42,289 [ 7037] INFO - tellij.psi.stubs.StubIndexImpl - Stub index sql.names will be built.
2019-04-25 09:39:42,291 [ 7039] INFO - tellij.psi.stubs.StubIndexImpl - Stub index cfml.component.shortName will be built.
2019-04-25 09:39:42,293 [ 7041] INFO - tellij.psi.stubs.StubIndexImpl - Stub index cfml.inheritors.shortName will be built.
2019-04-25 09:39:42,295 [ 7043] INFO - tellij.psi.stubs.StubIndexImpl - Stub index cfml.interface.shortName will be built.
2019-04-25 09:39:42,297 [ 7045] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.class.fqn will be built.
2019-04-25 09:39:42,299 [ 7047] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.script.fqn will be built.
2019-04-25 09:39:42,301 [ 7049] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.field.name will be built.
2019-04-25 09:39:42,303 [ 7051] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.method.name will be built.
2019-04-25 09:39:42,305 [ 7053] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.annot.method.name will be built.
2019-04-25 09:39:42,308 [ 7056] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.annot.members will be built.
2019-04-25 09:39:42,310 [ 7058] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.script.class will be built.
2019-04-25 09:39:42,312 [ 7060] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.class.super will be built.
2019-04-25 09:39:42,315 [ 7063] INFO - tellij.psi.stubs.StubIndexImpl - Stub index gr.anonymous.class will be built.
2019-04-25 09:39:42,317 [ 7065] INFO - tellij.psi.stubs.StubIndexImpl - Stub index markdown.header will be built.
2019-04-25 09:39:42,319 [ 7067] INFO - tellij.psi.stubs.StubIndexImpl - Stub index aj.itd.field will be built.
2019-04-25 09:39:42,321 [ 7069] INFO - tellij.psi.stubs.StubIndexImpl - Stub index aj.itd.method will be built.
2019-04-25 09:39:42,323 [ 7071] INFO - tellij.psi.stubs.StubIndexImpl - Stub index aj.itd.class will be built.
2019-04-25 09:39:42,325 [ 7073] INFO - tellij.psi.stubs.StubIndexImpl - Stub index aj.class.short.name will be built.
2019-04-25 09:39:42,327 [ 7075] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Less.mixins will be built.
2019-04-25 09:39:42,329 [ 7077] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Less.variables will be built.
2019-04-25 09:39:42,330 [ 7078] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Scss.variable will be built.
2019-04-25 09:39:42,332 [ 7080] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Scss.placeholder.selector will be built.
2019-04-25 09:39:42,335 [ 7083] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Scss.function will be built.
2019-04-25 09:39:42,337 [ 7085] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Scss.mixin will be built.
2019-04-25 09:39:42,339 [ 7087] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Stylus.variables will be built.
2019-04-25 09:39:42,341 [ 7089] INFO - tellij.psi.stubs.StubIndexImpl - Stub index Stylus.mixins will be built.
2019-04-25 09:39:42,343 [ 7091] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.function.name will be built.
2019-04-25 09:39:42,345 [ 7093] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.script.name will be built.
2019-04-25 09:39:42,347 [ 7095] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.included will be built.
2019-04-25 09:39:42,350 [ 7098] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.includers will be built.
2019-04-25 09:39:42,357 [ 7105] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.scriptCommandReference will be built.
2019-04-25 09:39:42,360 [ 7108] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.vardef will be built.
2019-04-25 09:39:42,363 [ 7111] INFO - tellij.psi.stubs.StubIndexImpl - Stub index bash.var will be built.
2019-04-25 09:39:42,366 [ 7114] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.qualified.shortName will be built.
2019-04-25 09:39:42,368 [ 7116] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.element.qualifiedName will be built.
2019-04-25 09:39:42,370 [ 7118] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.global.qualified.elements will be built.
2019-04-25 09:39:42,372 [ 7120] INFO - tellij.psi.stubs.StubIndexImpl - Stub index ts.external.module.index will be built.
2019-04-25 09:39:42,374 [ 7122] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.class.super will be built.
2019-04-25 09:39:42,376 [ 7124] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.class.implements will be built.
2019-04-25 09:39:42,379 [ 7127] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.custom.stub.index will be built.
2019-04-25 09:39:42,381 [ 7129] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.symbol.index2 will be built.
2019-04-25 09:39:42,383 [ 7131] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.typedef.index2 will be built.
2019-04-25 09:39:42,385 [ 7133] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.generics.index will be built.
2019-04-25 09:39:42,387 [ 7135] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.base.types.index will be built.
2019-04-25 09:39:42,389 [ 7137] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.class.index2 will be built.
2019-04-25 09:39:42,391 [ 7139] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.namespace.index will be built.
2019-04-25 09:39:42,393 [ 7141] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.namespace.including.local.members.index will be built.
2019-04-25 09:39:42,395 [ 7143] INFO - tellij.psi.stubs.StubIndexImpl - Stub index JS.subclass.stub.index will be built.
2019-04-25 09:39:42,397 [ 7145] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.symbol.qualified.names.index will be built.
2019-04-25 09:39:42,398 [ 7146] INFO - tellij.psi.stubs.StubIndexImpl - Stub index amd.baseUrl.index will be built.
2019-04-25 09:39:42,401 [ 7149] INFO - tellij.psi.stubs.StubIndexImpl - Stub index amd.requirePaths.index will be built.
2019-04-25 09:39:42,403 [ 7151] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.global.symbol.index will be built.
2019-04-25 09:39:42,405 [ 7153] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.exported.index will be built.
2019-04-25 09:39:42,407 [ 7155] INFO - tellij.psi.stubs.StubIndexImpl - Stub index es6.exported.index will be built.
2019-04-25 09:39:42,409 [ 7157] INFO - tellij.psi.stubs.StubIndexImpl - Stub index es6.assignment.index will be built.
2019-04-25 09:39:42,411 [ 7159] INFO - tellij.psi.stubs.StubIndexImpl - Stub index ts.local.classes will be built.
2019-04-25 09:39:42,413 [ 7161] INFO - tellij.psi.stubs.StubIndexImpl - Stub index ts.embedded.content.index will be built.
2019-04-25 09:39:42,414 [ 7162] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.nonglobal.symbol.index will be built.
2019-04-25 09:39:42,416 [ 7164] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.gcl.modules will be built.
2019-04-25 09:39:42,417 [ 7165] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.doc.modules will be built.
2019-04-25 09:39:42,419 [ 7167] INFO - tellij.psi.stubs.StubIndexImpl - Stub index js.amd.modules will be built.
2019-04-25 09:39:42,421 [ 7169] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.directives.index will be built.
2019-04-25 09:39:42,423 [ 7171] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.directives.doc.index will be built.
2019-04-25 09:39:42,425 [ 7173] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.controller.index will be built.
2019-04-25 09:39:42,427 [ 7175] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.module.index will be built.
2019-04-25 09:39:42,429 [ 7177] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.filter.index will be built.
2019-04-25 09:39:42,431 [ 7179] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.symbol.index will be built.
2019-04-25 09:39:42,433 [ 7181] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.ui.router.states.index will be built.
2019-04-25 09:39:42,436 [ 7184] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.ui.router.generic.states.index will be built.
2019-04-25 09:39:42,437 [ 7185] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.templateUrl.index will be built.
2019-04-25 09:39:42,439 [ 7187] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.generic.modules.index will be built.
2019-04-25 09:39:42,441 [ 7189] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angularjs.delimiter.index will be built.
2019-04-25 09:39:42,442 [ 7190] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.templateUrl.index will be built.
2019-04-25 09:39:42,445 [ 7193] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.source.pipe.index will be built.
2019-04-25 09:39:42,446 [ 7194] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.source.directive.index will be built.
2019-04-25 09:39:42,449 [ 7197] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.source.module.index will be built.
2019-04-25 09:39:42,451 [ 7199] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.pipe.index will be built.
2019-04-25 09:39:42,452 [ 7200] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.entityClassName.index will be built.
2019-04-25 09:39:42,454 [ 7202] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.directive.index will be built.
2019-04-25 09:39:42,456 [ 7204] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.node.index will be built.
2019-04-25 09:39:42,458 [ 7206] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.function.index will be built.
2019-04-25 09:39:42,460 [ 7208] INFO - tellij.psi.stubs.StubIndexImpl - Stub index angular2.metadata.module.index will be built.
2019-04-25 09:39:42,462 [ 7210] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex will be built.
2019-04-25 09:39:42,464 [ 7212] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex will be built.
2019-04-25 09:39:42,467 [ 7215] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex will be built.
2019-04-25 09:39:42,469 [ 7217] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex will be built.
2019-04-25 09:39:42,471 [ 7219] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex will be built.
2019-04-25 09:39:42,473 [ 7221] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex will be built.
2019-04-25 09:39:42,475 [ 7223] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex will be built.
2019-04-25 09:39:42,477 [ 7225] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex will be built.
2019-04-25 09:39:42,479 [ 7227] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex will be built.
2019-04-25 09:39:42,481 [ 7229] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex will be built.
2019-04-25 09:39:42,484 [ 7232] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex will be built.
2019-04-25 09:39:42,486 [ 7234] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex will be built.
2019-04-25 09:39:42,488 [ 7236] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex will be built.
2019-04-25 09:39:42,490 [ 7238] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex will be built.
2019-04-25 09:39:42,492 [ 7240] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex will be built.
2019-04-25 09:39:42,494 [ 7242] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex will be built.
2019-04-25 09:39:42,496 [ 7244] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex will be built.
2019-04-25 09:39:42,497 [ 7245] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex will be built.
2019-04-25 09:39:42,499 [ 7247] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex will be built.
2019-04-25 09:39:42,501 [ 7249] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex will be built.
2019-04-25 09:39:42,502 [ 7250] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex will be built.
2019-04-25 09:39:42,504 [ 7252] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex will be built.
2019-04-25 09:39:42,506 [ 7254] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex will be built.
2019-04-25 09:39:42,507 [ 7255] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex will be built.
2019-04-25 09:39:42,509 [ 7257] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex will be built.
2019-04-25 09:39:42,511 [ 7259] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex will be built.
2019-04-25 09:39:42,513 [ 7261] INFO - tellij.psi.stubs.StubIndexImpl - Stub index org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex will be built.
2019-04-25 09:39:42,516 [ 7264] INFO - exImpl$StubIndexInitialization - Initialization done:273
2019-04-25 09:39:43,707 [ 8455] INFO - #cursive.repl.server - Started local REPL on port 64671
2019-04-25 09:39:43,860 [ 8608] INFO - plication.impl.ApplicationImpl - 98 application components initialized in 5598ms
2019-04-25 09:39:43,908 [ 8656] INFO - .intellij.idea.IdeaApplication - App initialization took 9629 ms
2019-04-25 09:39:44,400 [ 9148] INFO - cloudConfig.CloudConfigManager - === Start.updateInitStatus ===
2019-04-25 09:39:44,401 [ 9149] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus ===
2019-04-25 09:39:44,631 [ 9379] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:39:44,665 [ 9413] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=null; restored: fontSize=12, fontScale=1.0
2019-04-25 09:39:44,764 [ 9512] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:39:44,764 [ 9512] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:39:44,764 [ 9512] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:39:44,843 [ 9591] INFO - .cloudConfig.CloudConfigClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2019-04-25 09:39:45,100 [ 9848] INFO - j.ide.ui.OptionsTopHitProvider - 698 ms spent on EDT to cache options in application
2019-04-25 09:39:45,269 [ 10017] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED ===
2019-04-25 09:39:45,330 [ 10078] INFO - cloudConfig.CloudConfigManager - === End.updateInitStatus ===
2019-04-25 09:39:45,394 [ 10142] INFO - .openapi.application.Preloader - com.intellij.openapi.actionSystem.impl.ActionPreloader took 3481 ms
2019-04-25 09:39:46,611 [ 11359] INFO - .openapi.application.Preloader - com.intellij.ide.ui.search.SearchableOptionPreloader took 1216 ms
2019-04-25 09:39:47,079 [ 11827] INFO - .openapi.application.Preloader - com.intellij.codeInsight.completion.CompletionPreloader took 467 ms
2019-04-25 09:39:47,092 [ 11840] INFO - .openapi.application.Preloader - com.intellij.ide.actions.GotoClassPresentationUpdater took 13 ms
2019-04-25 09:39:47,139 [ 11887] INFO - .openapi.application.Preloader - com.ansorgit.plugins.bash.editor.codecompletion.PreloadPathCompletionActivity took 46 ms
2019-04-25 09:39:47,568 [ 12316] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2019-04-25 09:39:47,568 [ 12316] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/jeff/code/hoops-api]
2019-04-25 09:39:47,795 [ 12543] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2019-04-25 09:39:48,090 [ 12838] INFO - ellij.project.impl.ProjectImpl - 207 project components initialized in 739 ms
2019-04-25 09:39:48,184 [ 12932] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 92 ms
2019-04-25 09:39:48,366 [ 13114] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2019-04-25 09:39:48,546 [ 13294] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2019-04-25 09:39:48,720 [ 13468] INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2019-04-25 09:39:49,332 [ 14080] INFO - PerformancePlugin - Performance Plugin is in silent mode
2019-04-25 09:39:49,711 [ 14459] INFO - llij.database.util.SqlDialects - SQL dialects initialized in 29 ms
2019-04-25 09:39:49,730 [ 14478] INFO - tartup.impl.StartupManagerImpl - EditorHistoryManagerStartUpActivity run in 107ms under project opening modal progress
2019-04-25 09:39:49,792 [ 14540] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 141ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:39:50,717 [ 15465] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 981ms under project opening modal progress
2019-04-25 09:39:50,755 [ 15503] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 5 millis
2019-04-25 09:39:51,076 [ 15824] INFO - tartup.impl.StartupManagerImpl - LicenceStartupActivity run in 228ms under project opening modal progress
2019-04-25 09:39:51,097 [ 15845] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1581ms; general responsiveness: ok; EDT responsiveness: 0/1 sluggish, 1/1 very slow
2019-04-25 09:39:51,720 [ 16468] INFO - tartup.impl.StartupManagerImpl - /Users/jeff/code/hoops-api/.idea case-sensitivity: expected=false actual=false
2019-04-25 09:39:51,747 [ 16495] INFO - #git4idea.commands.GitHandler - [.] git version
2019-04-25 09:39:51,767 [ 16515] INFO - #git4idea.commands.GitHandler - git version 2.20.1 (Apple Git-117)
2019-04-25 09:39:51,774 [ 16522] INFO - ea.config.GitExecutableManager - Git version for /usr/bin/git : 2.20.1
2019-04-25 09:39:51,851 [ 16599] INFO - Json.PackageJsonUpdateNotifier - processPackageJsonFiles []
2019-04-25 09:39:51,907 [ 16655] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/jeff/code/hoops-api]
2019-04-25 09:39:51,921 [ 16669] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4629 ms
2019-04-25 09:39:53,855 [ 18603] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 4060ms; general responsiveness: ok; EDT responsiveness: 1/4 sluggish, 1/4 very slow
2019-04-25 09:39:53,865 [ 18613] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 62530 files to update
2019-04-25 09:39:54,053 [ 18801] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureSymbolMeta
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,077 [ 18825] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:54,087 [ 18835] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureKeywordDefinition
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,100 [ 18848] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:54,109 [ 18857] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureNamespace
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,123 [ 18871] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:54,145 [ 18893] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureImports
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,156 [ 18904] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:54,165 [ 18913] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureAliases
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,175 [ 18923] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:54,187 [ 18935] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureRefers
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,197 [ 18945] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:54,204 [ 18952] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureDependencies
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,211 [ 18959] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:54,218 [ 18966] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureNsByAlias
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,226 [ 18974] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:54,232 [ 18980] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureImportVar
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,245 [ 18993] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:54,254 [ 19002] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index ClojureClasses
java.lang.Throwable
at com.intellij.util.indexing.FileBasedIndex.requestRebuild(FileBasedIndex.java:70)
at cursive.intentions.resolve$rebuild_all_indexes_BANG_.invoke(resolve.clj:142)
at clojure.lang.Var.invoke(Var.java:383)
at cursive.api.DelayedFn.invoke(DelayedFn.java:36)
at cursive.settings.ClojureProjectResolveSettings$loadState$1.run(ClojureResolveSettings.kt:95)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:311)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2019-04-25 09:39:54,262 [ 19010] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2019-04-25 09:39:55,299 [ 20047] INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt sdk-stubs from /Users/jeff/Library/Caches/IntelliJIdea2019.1/index/.persistent/prebuilt/JavaScript/sdk-stubs.input
2019-04-25 09:40:04,229 [ 28977] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider
2019-04-25 09:40:32,947 [ 57695] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 39082ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:32,949 [ 57697] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,040 [ 57788] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 53ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,040 [ 57788] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 3 files to update
2019-04-25 09:40:33,094 [ 57842] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 54ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,095 [ 57843] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,109 [ 57857] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 13ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,110 [ 57858] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,122 [ 57870] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 11ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,124 [ 57872] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,139 [ 57887] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 15ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,141 [ 57889] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 2ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,155 [ 57903] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 14ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,156 [ 57904] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,169 [ 57917] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 13ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,171 [ 57919] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 2ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,184 [ 57932] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 13ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,185 [ 57933] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,194 [ 57942] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 9ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,196 [ 57944] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,207 [ 57955] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 11ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,209 [ 57957] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,218 [ 57966] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 9ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:33,300 [ 58048] INFO - j.ide.ui.OptionsTopHitProvider - 73 ms spent to cache options in project
2019-04-25 09:40:33,345 [ 58093] INFO - cloudConfig.CloudConfigManager - === StatusBar.start create ===
2019-04-25 09:40:33,562 [ 58310] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 2019-04-25 09:33)
2019-04-25 09:40:33,899 [ 58647] INFO - tartup.impl.StartupManagerImpl - Some post-startup activities freeze UI for noticeable time. Please consider making them DumbAware to do them in background under modal progress, or just making them faster to speed up project opening.
2019-04-25 09:40:33,899 [ 58647] INFO - tartup.impl.StartupManagerImpl - CreateKotlinSdkActivity run in 523ms on UI thread
2019-04-25 09:40:34,098 [ 58846] INFO - j.ide.ui.OptionsTopHitProvider - 178 ms spent on EDT to cache options in project
2019-04-25 09:40:34,380 [ 59128] INFO - #cursive.shim.Shim - Bootstrap loader cannot load RT
2019-04-25 09:40:39,278 [ 64026] INFO - pl.ProjectRootManagerComponent - project roots have changed
2019-04-25 09:40:39,309 [ 64057] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 1ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:39,539 [ 64287] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 229ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:40:45,600 [ 70348] WARN - gin.utils.ProfilingUtilAdapter - YourKit controller initialization failed : To profile application, you should run it with the profiler agent
2019-04-25 09:40:49,065 [ 73813] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 611 ms
2019-04-25 09:33:27,132 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2019-04-25 09:33:27,163 [ 31] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IU-191.6707.61, 16 Apr 2019 10:50)
2019-04-25 09:33:27,163 [ 31] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.14.4, x86_64)
2019-04-25 09:33:27,163 [ 31] INFO - #com.intellij.idea.Main - JRE: 1.8.0_202-release-1483-b44 (JetBrains s.r.o)
2019-04-25 09:33:27,163 [ 31] INFO - #com.intellij.idea.Main - JVM: 25.202-b44 (OpenJDK 64-Bit Server VM)
2019-04-25 09:33:27,170 [ 38] INFO - #com.intellij.idea.Main - JVM Args: -Xms1g -Xmx4g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -XX:ErrorFile=/Users/jeff/java_error_in_idea_%p.log -XX:HeapDumpPath=/Users/jeff/java_error_in_idea.hprof -Djb.vmOptionsFile=/Users/jeff/Library/Preferences/IntelliJIdea2019.1/idea.vmoptions -Didea.home.path=/Applications/IntelliJ IDEA.app/Contents -Didea.executable=idea -Didea.paths.selector=IntelliJIdea2019.1
2019-04-25 09:33:27,171 [ 39] INFO - #com.intellij.idea.Main - ext: /Applications/IntelliJ IDEA.app/Contents/jdk/Contents/Home/jre/lib/ext: [sunec.jar, nashorn.jar, cldrdata.jar, jfxrt.jar, dnsns.jar, localedata.jar, sunjce_provider.jar, meta-index, sunpkcs11.jar, jaccess.jar, zipfs.jar]
2019-04-25 09:33:27,171 [ 39] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar]
2019-04-25 09:33:27,171 [ 39] INFO - #com.intellij.idea.Main - charsets: JNU=UTF-8 file=UTF-8
2019-04-25 09:33:27,186 [ 54] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 15 ms
2019-04-25 09:33:27,215 [ 83] INFO - #com.intellij.idea.Main - initializing environment
2019-04-25 09:33:27,215 [ 83] INFO - .intellij.util.EnvironmentUtil - loading shell env: /usr/local/bin/zsh -l -i -c '/Applications/IntelliJ IDEA.app/Contents/bin/printenv.py' '/private/var/folders/7m/8846n6kn08v2cw2m09hdfs540000gn/T/intellij-shell-env.tmp'
2019-04-25 09:33:27,357 [ 225] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2019-04-25 09:33:27,368 [ 236] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2019-04-25 09:33:27,735 [ 603] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (28 vars)
2019-04-25 09:33:29,414 [ 2282] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml
2019-04-25 09:33:29,415 [ 2283] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml
2019-04-25 09:33:29,648 [ 2516] INFO - llij.ide.plugins.PluginManager - load plugin descriptors took 297 ms
2019-04-25 09:33:29,859 [ 2727] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@206f120b[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@d284f5f
2019-04-25 09:33:30,139 [ 3007] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml
2019-04-25 09:33:30,140 [ 3008] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml
2019-04-25 09:33:30,274 [ 3142] INFO - llij.ide.plugins.PluginManager - load plugin descriptors took 146 ms
2019-04-25 09:33:30,434 [ 3302] INFO - llij.ide.plugins.PluginManager - 135 plugins initialized in 307 ms
2019-04-25 09:33:30,434 [ 3302] INFO - llij.ide.plugins.PluginManager - Loaded bundled 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 Settings Sync (191.6707.61), IDEA CORE (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), Markdown support (191.6707.61), Maven Integration (191.6707.61), Maven Integration Extension (191.6707.61), Mercurial Integration (191.6707.61), 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), 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-25 09:33:30,435 [ 3303] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: BashSupport (1.7.7), Cursive (1.8.1-2019.1), HashiCorp Terraform / HCL language support (0.6.13)
2019-04-25 09:33:31,208 [ 4076] INFO - cloudConfig.CloudConfigManager - === Start: JBA_NOT_CONNECTED ===
2019-04-25 09:33:31,288 [ 4156] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: inline.browse.button, linux.native.menu, recent.and.edited.files.together
2019-04-25 09:33:31,305 [ 4173] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=4009
2019-04-25 09:33:31,357 [ 4225] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/IntelliJ IDEA.app/Contents/bin/fsnotifier
2019-04-25 09:33:31,371 [ 4239] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2019-04-25 09:33:31,400 [ 4268] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:33:31,711 [ 4579] WARN - rationStore.ComponentStoreImpl - Scheme file "Less.xml" is not loaded because defines duplicated name "Less"
2019-04-25 09:33:32,159 [ 5027] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2019-04-25 09:33:32,177 [ 5045] WARN - com.intellij.util.xmlb.Binding - no accessors for interface com.intellij.openapi.extensions.PluginDescriptor
2019-04-25 09:33:32,184 [ 5052] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2019-04-25 09:33:32,285 [ 5153] INFO - m.intellij.ui.mac.touchbar.NST - nst library works properly, successfully created and released native touchbar object
2019-04-25 09:33:32,341 [ 5209] INFO - gs.impl.UpdateCheckerComponent - channel: release
2019-04-25 09:33:32,692 [ 5560] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:280, number of extensions:95
2019-04-25 09:33:32,699 [ 5567] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:6
2019-04-25 09:33:32,777 [ 5645] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:63, number of extensions:131
2019-04-25 09:33:32,781 [ 5649] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2019-04-25 09:33:33,417 [ 6285] INFO - ellij.project.impl.ProjectImpl - 20 project components initialized in 168 ms
2019-04-25 09:33:33,511 [ 6379] INFO - pl$FileIndexDataInitialization - Initialization done:811
2019-04-25 09:33:33,588 [ 6456] INFO - exImpl$StubIndexInitialization - Initialization done:77
2019-04-25 09:33:33,741 [ 6609] INFO - j.ide.ui.OptionsTopHitProvider - 1631 ms spent to cache options in application
2019-04-25 09:33:33,741 [ 6609] INFO - .openapi.application.Preloader - com.intellij.ide.ui.OptionsTopHitProvider$Activity took 1630 ms
2019-04-25 09:33:35,309 [ 8177] INFO - #cursive.repl.server - Started local REPL on port 64560
2019-04-25 09:33:35,474 [ 8342] INFO - plication.impl.ApplicationImpl - 98 application components initialized in 5351ms
2019-04-25 09:33:35,527 [ 8395] INFO - .intellij.idea.IdeaApplication - App initialization took 9373 ms
2019-04-25 09:33:36,029 [ 8897] INFO - cloudConfig.CloudConfigManager - === Start.updateInitStatus ===
2019-04-25 09:33:36,030 [ 8898] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus ===
2019-04-25 09:33:36,263 [ 9131] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:33:36,301 [ 9169] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=null; restored: fontSize=12, fontScale=1.0
2019-04-25 09:33:36,441 [ 9309] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:33:36,442 [ 9310] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:33:36,442 [ 9310] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2019-04-25 09:33:36,465 [ 9333] INFO - .cloudConfig.CloudConfigClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files ===
2019-04-25 09:33:36,772 [ 9640] INFO - j.ide.ui.OptionsTopHitProvider - 741 ms spent on EDT to cache options in application
2019-04-25 09:33:36,859 [ 9727] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED ===
2019-04-25 09:33:36,962 [ 9830] INFO - cloudConfig.CloudConfigManager - === End.updateInitStatus ===
2019-04-25 09:33:37,045 [ 9913] INFO - .openapi.application.Preloader - com.intellij.openapi.actionSystem.impl.ActionPreloader took 3302 ms
2019-04-25 09:33:38,364 [ 11232] INFO - .openapi.application.Preloader - com.intellij.ide.ui.search.SearchableOptionPreloader took 1318 ms
2019-04-25 09:33:38,880 [ 11748] INFO - .openapi.application.Preloader - com.intellij.codeInsight.completion.CompletionPreloader took 515 ms
2019-04-25 09:33:38,894 [ 11762] INFO - .openapi.application.Preloader - com.intellij.ide.actions.GotoClassPresentationUpdater took 13 ms
2019-04-25 09:33:38,951 [ 11819] INFO - .openapi.application.Preloader - com.ansorgit.plugins.bash.editor.codecompletion.PreloadPathCompletionActivity took 57 ms
2019-04-25 09:33:39,176 [ 12044] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2019-04-25 09:33:39,177 [ 12045] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/jeff/code/hoops-api]
2019-04-25 09:33:39,436 [ 12304] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2019-04-25 09:33:39,726 [ 12594] INFO - ellij.project.impl.ProjectImpl - 207 project components initialized in 775 ms
2019-04-25 09:33:39,819 [ 12687] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 91 ms
2019-04-25 09:33:39,992 [ 12860] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2019-04-25 09:33:40,194 [ 13062] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2019-04-25 09:33:40,370 [ 13238] INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.
2019-04-25 09:33:40,884 [ 13752] INFO - PerformancePlugin - Performance Plugin is in silent mode
2019-04-25 09:33:41,478 [ 14346] INFO - llij.database.util.SqlDialects - SQL dialects initialized in 32 ms
2019-04-25 09:33:41,527 [ 14395] INFO - tartup.impl.StartupManagerImpl - EditorHistoryManagerStartUpActivity run in 304ms under project opening modal progress
2019-04-25 09:33:41,592 [ 14460] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 317ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:33:42,487 [ 15355] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 956ms under project opening modal progress
2019-04-25 09:33:42,526 [ 15394] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 5 millis
2019-04-25 09:33:42,773 [ 15641] INFO - tartup.impl.StartupManagerImpl - LicenceStartupActivity run in 131ms under project opening modal progress
2019-04-25 09:33:42,792 [ 15660] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1689ms; general responsiveness: ok; EDT responsiveness: 1/2 sluggish
2019-04-25 09:33:43,469 [ 16337] INFO - tartup.impl.StartupManagerImpl - /Users/jeff/code/hoops-api/.idea case-sensitivity: expected=false actual=false
2019-04-25 09:33:43,486 [ 16354] INFO - Json.PackageJsonUpdateNotifier - processPackageJsonFiles []
2019-04-25 09:33:43,492 [ 16360] INFO - #git4idea.commands.GitHandler - [.] git version
2019-04-25 09:33:43,511 [ 16379] INFO - #git4idea.commands.GitHandler - git version 2.20.1 (Apple Git-117)
2019-04-25 09:33:43,517 [ 16385] INFO - ea.config.GitExecutableManager - Git version for /usr/bin/git : 2.20.1
2019-04-25 09:33:43,644 [ 16512] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/Users/jeff/code/hoops-api]
2019-04-25 09:33:43,706 [ 16574] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4824 ms
2019-04-25 09:33:44,572 [ 17440] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 2979ms; general responsiveness: ok; EDT responsiveness: 1/3 sluggish
2019-04-25 09:33:44,573 [ 17441] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 175 files to update
2019-04-25 09:33:47,562 [ 20430] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 2990ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:33:47,673 [ 20541] INFO - j.ide.ui.OptionsTopHitProvider - 101 ms spent to cache options in project
2019-04-25 09:33:47,673 [ 20541] INFO - tartup.impl.StartupManagerImpl - Some post-startup activities freeze UI for noticeable time. Please consider making them DumbAware to do them in background under modal progress, or just making them faster to speed up project opening.
2019-04-25 09:33:47,673 [ 20541] INFO - tartup.impl.StartupManagerImpl - Activity run in 101ms on UI thread
2019-04-25 09:33:47,686 [ 20554] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider
2019-04-25 09:33:47,725 [ 20593] INFO - cloudConfig.CloudConfigManager - === StatusBar.start create ===
2019-04-25 09:33:48,188 [ 21056] INFO - tartup.impl.StartupManagerImpl - CreateKotlinSdkActivity run in 436ms on UI thread
2019-04-25 09:33:48,396 [ 21264] INFO - j.ide.ui.OptionsTopHitProvider - 189 ms spent on EDT to cache options in project
2019-04-25 09:33:48,748 [ 21616] INFO - #cursive.shim.Shim - Bootstrap loader cannot load RT
2019-04-25 09:33:53,397 [ 26265] INFO - pl.ProjectRootManagerComponent - project roots have changed
2019-04-25 09:33:53,447 [ 26315] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 2ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:33:53,561 [ 26429] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 114ms; general responsiveness: ok; EDT responsiveness: ok
2019-04-25 09:34:09,301 [ 42169] WARN - gin.utils.ProfilingUtilAdapter - YourKit controller initialization failed : To profile application, you should run it with the profiler agent
2019-04-25 09:34:12,066 [ 44934] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 578 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment