Rename doesnt work
Answered
Hi
When i try to rename variable it renames only first one but not all its usages, and pop the sing 'no occurrences found'. Is it bug or i miss something?
Please sign in to leave a comment.
Hi. Could you please provide a code example to reproduce the problem? Are you sure that all variable occurrences are under project content roots and indexing is finished.
Yes it's all in one file and under content root. Yes indexing is finished. This is what i have for example:
Hi, this is python, right?
Right
What version of python plugin do you use? Could you please provide idea.log (Help | Show log..).
Python Community edition Version: 2018.1.181.4445.78
2018-04-17 12:30:24,330 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-17 12:30:24,384 [ 54] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:24)
2018-04-17 12:30:24,384 [ 54] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-17 12:30:24,384 [ 54] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-17 12:30:24,384 [ 54] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-17 12:30:24,399 [ 69] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-17 12:30:24,399 [ 69] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-17 12:30:24,399 [ 69] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-17 12:30:24,415 [ 85] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 16 ms
2018-04-17 12:30:24,431 [ 101] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-17 12:30:24,462 [ 132] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-17 12:30:24,462 [ 132] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-17 12:30:44,797 [ 20467] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-17 12:30:44,797 [ 20467] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-17 12:30:45,173 [ 20843] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-17 12:30:45,173 [ 20843] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@2ec37655[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@7f90ffd4
2018-04-17 12:30:45,349 [ 21019] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-17 12:30:45,349 [ 21019] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-17 12:30:45,491 [ 21161] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-17 12:30:45,770 [ 21440] INFO - llij.ide.plugins.PluginManager - Plugin 'Python Community Edition' can't be loaded because: Plugin since-build or until-build don't match this product's build number
2018-04-17 12:30:45,910 [ 21580] INFO - llij.ide.plugins.PluginManager - 35 plugins initialized in 596 ms
2018-04-17 12:30:45,910 [ 21580] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-17 12:30:45,910 [ 21580] INFO - llij.ide.plugins.PluginManager - Disabled plugins: Python Community Edition (2017.2.172.3968.33)
2018-04-17 12:30:46,812 [ 22482] INFO - ellij.vfs.persistent.FSRecords - Marking VFS as corrupted: 'C:\Users\admin\.IdeaIC2018.1\system\caches\names.dat' does not exist
2018-04-17 12:30:46,812 [ 22482] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-17 12:30:46,844 [ 22514] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-17 12:30:46,875 [ 22545] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-17 12:30:46,953 [ 22623] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-17 12:30:46,953 [ 22623] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-17 12:30:47,235 [ 22905] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-17 12:30:47,267 [ 22937] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-17 12:30:47,298 [ 22968] INFO - .history.utils.LocalHistoryLog - local history version mismatch (was: 0, expected: 6), rebuilding...
2018-04-17 12:30:47,298 [ 22968] INFO - .history.utils.LocalHistoryLog - FS has been rebuild, rebuilding local history...
2018-04-17 12:30:47,437 [ 23107] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@16314b3b
2018-04-17 12:30:47,516 [ 23186] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-17 12:30:47,529 [ 23199] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-17 12:30:47,560 [ 23230] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-17 12:30:47,889 [ 23559] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:301, number of extensions:44
2018-04-17 12:30:47,906 [ 23576] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:17
2018-04-17 12:30:48,295 [ 23965] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:384, number of extensions:49
2018-04-17 12:30:48,296 [ 23966] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-17 12:30:48,357 [ 24027] INFO - ij.psi.stubs.StubUpdatingIndex - Following new file types will be indexed:Groovy,Properties,kotlin_builtins,HTML,JAVA,CLASS,XML,KJSM,Kotlin
2018-04-17 12:30:48,762 [ 24432] INFO - plication.impl.ApplicationImpl - 89 application components initialized in 3448ms
2018-04-17 12:30:48,777 [ 24447] INFO - .intellij.idea.IdeaApplication - App initialization took 24918 ms
2018-04-17 12:30:49,072 [ 24742] INFO - pl$FileIndexDataInitialization - Initialization done:1178
2018-04-17 12:30:49,383 [ 25053] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@7ad01e94
2018-04-17 12:30:49,539 [ 25209] INFO - tellij.psi.stubs.StubIndexImpl - Dropping indices:Py.class.shortName,Py.class.attributes,Py.variable.shortName,Python.Decorator,Py.class.shortNameInsensitive,Py.class.super,Py.instanceAttribute.name,Py.function.shortName
2018-04-17 12:30:49,615 [ 25285] INFO - exImpl$StubIndexInitialization - Initialization done:543
2018-04-17 12:30:49,646 [ 25316] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-17 12:30:50,233 [ 25903] WARN - kpoints.XBreakpointManagerImpl - Unknown breakpoint type python-exception
2018-04-17 12:30:50,280 [ 25950] WARN - dea.updater.SdkComponentSource - File C:\Users\admin\.android\repositories.cfg could not be loaded.
2018-04-17 12:30:50,280 [ 25950] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-1.xml
2018-04-17 12:30:50,842 [ 26512] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@65709d9a
2018-04-17 12:30:51,029 [ 26699] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-3.xml
2018-04-17 12:30:51,029 [ 26699] INFO - ellij.project.impl.ProjectImpl - 154 project components initialized in 1855 ms
2018-04-17 12:30:51,092 [ 26762] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@61e8e773
2018-04-17 12:30:51,092 [ 26762] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@60308195
2018-04-17 12:30:51,144 [ 26814] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 115 ms
2018-04-17 12:30:51,188 [ 26858] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-1.xml
2018-04-17 12:30:51,281 [ 26951] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-17 12:30:51,506 [ 27176] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-1.xml
2018-04-17 12:30:51,708 [ 27378] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-17 12:30:51,755 [ 27425] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-1.xml
2018-04-17 12:30:52,005 [ 27675] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-1.xml
2018-04-17 12:30:52,021 [ 27691] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 47ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:30:52,244 [ 27914] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-17 12:30:52,275 [ 27945] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-1.xml
2018-04-17 12:30:52,795 [ 28465] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 868ms under project opening modal progress
2018-04-17 12:30:52,828 [ 28498] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 0 millis
2018-04-17 12:30:52,906 [ 28576] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-1.xml
2018-04-17 12:30:52,999 [ 28669] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1119ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-17 12:30:53,196 [ 28866] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-1.xml
2018-04-17 12:30:53,394 [ 29064] INFO - j.ide.ui.OptionsTopHitProvider - 256 ms spent to cache options in application
2018-04-17 12:30:53,394 [ 29064] INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index Stubs
java.lang.Throwable: and some indices were dropped
at com.intellij.psi.stubs.StubIndexImpl$StubIndexInitialization.finish(StubIndexImpl.java:681)
at com.intellij.psi.stubs.StubIndexImpl$StubIndexInitialization.finish(StubIndexImpl.java:646)
at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.call(IndexInfrastructure.java:166)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:212)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2018-04-17 12:30:53,488 [ 29158] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-17 12:30:53,513 [ 29183] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-17 12:30:53,645 [ 29315] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-1.xml
2018-04-17 12:30:53,910 [ 29580] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-1.xml
2018-04-17 12:30:54,020 [ 29690] INFO - il.indexing.FileBasedIndexImpl - scheduleIndexRebuild, reason: checkRebuild
2018-04-17 12:30:54,082 [ 29752] INFO - tor.impl.FileEditorManagerImpl - Project opening took 5002 ms
2018-04-17 12:31:43,905 [ 79575] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 51869ms; general responsiveness: ok; EDT responsiveness: 1/52 sluggish
2018-04-17 12:31:43,905 [ 79575] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 13405 files to update
2018-04-17 12:31:45,107 [ 80777] WARN - dering.webp.WebpImageReaderSpi - 'webp_jni64.dll' not found at 'C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\plugins\android\lib\webp_jni64.dll'
java.lang.UnsatisfiedLinkError: 'webp_jni64.dll' not found at 'C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\plugins\android\lib\webp_jni64.dll'
at com.android.tools.idea.rendering.webp.WebpNativeLibHelper.loadNativeLibrary(WebpNativeLibHelper.java:76)
at com.android.tools.idea.rendering.webp.WebpNativeLibHelper.loadNativeLibraryIfNeeded(WebpNativeLibHelper.java:57)
at com.android.tools.idea.rendering.webp.WebpImageReaderSpi.canDecodeInput(WebpImageReaderSpi.java:80)
at javax.imageio.ImageIO$CanDecodeInputFilter.filter(ImageIO.java:567)
at javax.imageio.spi.FilterIterator.advance(ServiceRegistry.java:821)
at javax.imageio.spi.FilterIterator.<init>(ServiceRegistry.java:815)
at javax.imageio.spi.ServiceRegistry.getServiceProviders(ServiceRegistry.java:516)
at javax.imageio.ImageIO.getImageReaders(ImageIO.java:646)
at org.intellij.images.util.ImageInfoReader.read(ImageInfoReader.java:52)
at org.intellij.images.util.ImageInfoReader.getInfo(ImageInfoReader.java:46)
at org.intellij.images.index.ImageInfoIndex$2.computeValue(ImageInfoIndex.java:58)
at org.intellij.images.index.ImageInfoIndex$2.computeValue(ImageInfoIndex.java:55)
at com.intellij.util.indexing.SingleEntryIndexer.map(SingleEntryIndexer.java:43)
at com.intellij.util.indexing.SingleEntryIndexer.map(SingleEntryIndexer.java:30)
at com.intellij.util.indexing.impl.MapReduceIndex.mapInput(MapReduceIndex.java:273)
at com.intellij.util.indexing.VfsAwareMapReduceIndex.calculateUpdateData(VfsAwareMapReduceIndex.java:98)
at com.intellij.util.indexing.impl.MapReduceIndex.update(MapReduceIndex.java:213)
at com.intellij.util.indexing.FileBasedIndexImpl.updateSingleIndex(FileBasedIndexImpl.java:1656)
at com.intellij.util.indexing.FileBasedIndexImpl.lambda$doIndexFileContent$21(FileBasedIndexImpl.java:1584)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.freezeFileTypeTemporarilyIn(FileTypeManagerImpl.java:523)
at com.intellij.util.indexing.FileBasedIndexImpl.doIndexFileContent(FileBasedIndexImpl.java:1543)
at com.intellij.util.indexing.FileBasedIndexImpl.indexFileContent(FileBasedIndexImpl.java:1531)
at com.intellij.util.indexing.UnindexedFilesUpdater.lambda$indexFiles$0(UnindexedFilesUpdater.java:110)
at com.intellij.openapi.project.CacheUpdateRunner$MyRunnable.lambda$run$0(CacheUpdateRunner.java:230)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1134)
at com.intellij.openapi.project.CacheUpdateRunner$MyRunnable.lambda$run$1(CacheUpdateRunner.java:246)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:157)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144)
at com.intellij.openapi.project.CacheUpdateRunner$MyRunnable.run(CacheUpdateRunner.java:243)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
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:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2018-04-17 12:31:54,687 [ 90357] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-17 12:31:54,687 [ 90357] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-17 12:31:55,896 [ 91566] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 11991ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:31:55,912 [ 91582] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:31:56,641 [ 92311] INFO - ij.psi.stubs.StubUpdatingIndex - Following new file types will be indexed:Groovy,Properties,kotlin_builtins,HTML,JAVA,CLASS,XML,KJSM,Kotlin
2018-04-17 12:31:56,875 [ 92545] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 203ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:31:56,875 [ 92545] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 184 files to update
2018-04-17 12:31:57,031 [ 92701] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 156ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:31:57,203 [ 92873] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 4/17/2018 12:30 PM)
2018-04-17 12:31:57,313 [ 92983] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-17 12:31:57,347 [ 93017] INFO - j.ide.ui.OptionsTopHitProvider - 138 ms spent to cache options in project
2018-04-17 12:32:03,441 [ 99111] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 4/17/2018 12:30 PM)
2018-04-17 12:32:12,953 [ 108623] INFO - Settings.impl.PluginDownloader - Plugin PythonCore: current version (max) 2017.2.172.3968.33
2018-04-17 12:32:24,431 [ 120101] WARN - kpoints.XBreakpointManagerImpl - Unknown breakpoint type python-exception
2018-04-17 12:32:29,154 [ 124824] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-17 12:32:29,154 [ 124824] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-17 12:32:35,224 [ 130894] WARN - kpoints.XBreakpointManagerImpl - Unknown breakpoint type python-exception
2018-04-17 12:32:35,256 [ 130926] INFO - ellij.project.impl.ProjectImpl - 154 project components initialized in 79 ms
2018-04-17 12:32:35,271 [ 130941] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 15 ms
2018-04-17 12:32:35,318 [ 130988] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-17 12:32:35,356 [ 131026] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 2ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:32:35,360 [ 131030] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-17 12:32:35,422 [ 131092] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 0 millis
2018-04-17 12:32:35,422 [ 131092] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 75ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:32:35,438 [ 131108] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 82ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:32:35,469 [ 131139] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-17 12:32:35,469 [ 131139] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-17 12:32:35,567 [ 131237] INFO - tor.impl.FileEditorManagerImpl - Project opening took 383 ms
2018-04-17 12:32:35,661 [ 131331] INFO - j.ide.ui.OptionsTopHitProvider - 79 ms spent to cache options in project
2018-04-17 12:32:36,509 [ 132179] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 4/17/2018 12:30 PM)
2018-04-17 12:32:41,081 [ 136751] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-17 12:32:41,081 [ 136751] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-17 12:32:41,081 [ 136751] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-17 12:32:41,189 [ 136859] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-17 12:32:41,189 [ 136859] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-17 12:32:41,204 [ 136874] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 15012 auto-detected files
Elapsed time on auto-detect: 94737 ms
2018-04-17 12:32:41,204 [ 136874] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-17 12:32:41,204 [ 136874] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-17 12:32:41,251 [ 136921] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-17 12:32:41,251 [ 136921] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-17 12:32:41,251 [ 136921] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-17 12:33:36,907 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-17 12:33:36,969 [ 62] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:36)
2018-04-17 12:33:36,969 [ 62] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-17 12:33:36,969 [ 62] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-17 12:33:36,969 [ 62] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-17 12:33:36,969 [ 62] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-17 12:33:36,969 [ 62] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-17 12:33:36,969 [ 62] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-17 12:33:37,000 [ 93] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 31 ms
2018-04-17 12:33:37,000 [ 93] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-17 12:33:37,032 [ 125] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-17 12:33:37,032 [ 125] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-17 12:33:37,287 [ 380] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-17 12:33:37,293 [ 386] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@8f23ed2[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@31945a8e
2018-04-17 12:33:37,583 [ 676] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-17 12:33:37,583 [ 676] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-17 12:33:37,723 [ 816] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-17 12:33:38,051 [ 1144] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 594 ms
2018-04-17 12:33:38,051 [ 1144] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-17 12:33:38,051 [ 1144] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-17 12:33:38,841 [ 1934] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-17 12:33:38,872 [ 1965] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-17 12:33:38,888 [ 1981] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-17 12:33:38,966 [ 2059] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-17 12:33:38,966 [ 2059] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-17 12:33:39,253 [ 2346] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-17 12:33:39,269 [ 2362] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-17 12:33:39,413 [ 2506] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@59775043
2018-04-17 12:33:39,485 [ 2578] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-17 12:33:39,495 [ 2588] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-17 12:33:39,531 [ 2624] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-17 12:33:39,727 [ 2820] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:150, number of extensions:46
2018-04-17 12:33:39,731 [ 2824] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:3
2018-04-17 12:33:39,747 [ 2840] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:13, number of extensions:56
2018-04-17 12:33:39,747 [ 2840] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-17 12:33:39,758 [ 2851] INFO - il.indexing.FileBasedIndexImpl - Version has changed for index filetypes. The index will be rebuilt.
2018-04-17 12:33:39,781 [ 2874] INFO - .FrameworkDetectorRegistryImpl - New framework detectors: [python, buildout-python]
2018-04-17 12:33:39,781 [ 2874] INFO - .FrameworkDetectorRegistryImpl - Framework detection index version changed to 1
2018-04-17 12:33:39,786 [ 2879] INFO - il.indexing.FileBasedIndexImpl - Version has changed for index FrameworkDetectionIndex. The index will be rebuilt.
2018-04-17 12:33:39,801 [ 2894] INFO - il.indexing.FileBasedIndexImpl - Version has changed for index TodoIndex. The index will be rebuilt.
2018-04-17 12:33:39,933 [ 3026] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-17 12:33:39,941 [ 3034] INFO - il.indexing.FileBasedIndexImpl - Version has changed for index IdIndex. The index will be rebuilt.
2018-04-17 12:33:39,964 [ 3057] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@46018ecd
2018-04-17 12:33:39,965 [ 3058] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@476b3be3
2018-04-17 12:33:39,965 [ 3058] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@55a4cf3e
2018-04-17 12:33:39,967 [ 3060] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 2510ms
2018-04-17 12:33:39,980 [ 3073] INFO - .intellij.idea.IdeaApplication - App initialization took 3550 ms
2018-04-17 12:33:40,213 [ 3306] INFO - ij.psi.stubs.StubUpdatingIndex - requesting complete stub index rebuild due to changes: added file types:Python,PythonStub;
2018-04-17 12:33:40,213 [ 3306] INFO - il.indexing.FileBasedIndexImpl -
java.io.IOException
at com.intellij.psi.stubs.StubVersionMap.updateState(StubVersionMap.java:127)
at com.intellij.psi.stubs.StubVersionMap.<init>(StubVersionMap.java:69)
at com.intellij.psi.stubs.StubUpdatingIndex$MyIndex.<init>(StubUpdatingIndex.java:427)
at com.intellij.psi.stubs.StubUpdatingIndex.createIndexImplementation(StubUpdatingIndex.java:367)
at com.intellij.util.indexing.FileBasedIndexImpl.createIndex(FileBasedIndexImpl.java:483)
at com.intellij.util.indexing.FileBasedIndexImpl.initIndexStorage(FileBasedIndexImpl.java:415)
at com.intellij.util.indexing.FileBasedIndexImpl.registerIndexer(FileBasedIndexImpl.java:376)
at com.intellij.util.indexing.FileBasedIndexImpl.access$5200(FileBasedIndexImpl.java:117)
at com.intellij.util.indexing.FileBasedIndexImpl$FileIndexDataInitialization.lambda$new$1(FileBasedIndexImpl.java:2362)
at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.executeNestedInitializationTask(IndexInfrastructure.java:214)
at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.runParallelNestedInitializationTasks(IndexInfrastructure.java:202)
at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.call(IndexInfrastructure.java:165)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:212)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2018-04-17 12:33:40,267 [ 3360] INFO - ij.psi.stubs.StubUpdatingIndex - Following new file types will be indexed:Kotlin,HTML,Properties,CLASS,JAVA,kotlin_builtins,XML,Groovy,Python,KJSM,PythonStub
2018-04-17 12:33:40,367 [ 3460] INFO - pl$FileIndexDataInitialization - Initialization done:640
2018-04-17 12:33:40,641 [ 3734] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@600ee050
2018-04-17 12:33:40,746 [ 3839] INFO - exImpl$StubIndexInitialization - Initialization done:375
2018-04-17 12:33:40,840 [ 3933] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-17 12:33:41,770 [ 4863] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@7e14d108
2018-04-17 12:33:41,864 [ 4957] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 1528 ms
2018-04-17 12:33:41,989 [ 5082] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@12c29211
2018-04-17 12:33:41,991 [ 5084] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@7a0578e6
2018-04-17 12:33:42,038 [ 5131] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 174 ms
2018-04-17 12:33:42,190 [ 5283] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-17 12:33:42,558 [ 5651] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-17 12:33:43,075 [ 6168] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-17 12:33:43,091 [ 6184] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 344ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:33:43,490 [ 6583] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:33:43,758 [ 6851] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 995ms under project opening modal progress
2018-04-17 12:33:43,805 [ 6898] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 0 millis
2018-04-17 12:33:44,055 [ 7148] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1386ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:33:44,308 [ 7401] INFO - j.ide.ui.OptionsTopHitProvider - 181 ms spent to cache options in application
2018-04-17 12:33:44,430 [ 7523] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-17 12:33:44,445 [ 7538] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-17 12:33:44,570 [ 7663] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4332 ms
2018-04-17 12:33:45,132 [ 8225] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1641ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-17 12:33:45,135 [ 8228] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 13255 files to update
2018-04-17 12:34:07,461 [ 30554] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 22326ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:34:07,461 [ 30554] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 136 to update, calculated in 0ms
2018-04-17 12:34:07,646 [ 30739] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 185ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:34:07,692 [ 30785] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-17 12:34:08,067 [ 31160] INFO - j.ide.ui.OptionsTopHitProvider - 187 ms spent to cache options in project
2018-04-17 12:34:08,099 [ 31192] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 4/17/2018 12:30 PM)
2018-04-17 12:34:09,472 [ 32565] 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.
2018-04-17 12:34:09,472 [ 32565] INFO - tartup.impl.StartupManagerImpl - PyPackagesUpdater run in 1228ms on UI thread
2018-04-17 12:34:11,342 [ 34435] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 90 ms
2018-04-17 12:34:11,343 [ 34436] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-17 12:34:11,347 [ 34440] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-17 12:34:11,347 [ 34440] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-17 12:34:11,347 [ 34440] INFO - pl.ProjectRootManagerComponent - project roots have changed
2018-04-17 12:34:11,363 [ 34456] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-17 12:34:11,363 [ 34456] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-17 12:34:11,416 [ 34509] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 22ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:34:11,424 [ 34517] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:34:11,661 [ 34754] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 236ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:34:13,537 [ 36630] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 2159 ms
2018-04-17 12:34:13,537 [ 36630] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-17 12:34:15,528 [ 38621] INFO - .skeletons.PySkeletonGenerator - Rebuilding builtin skeletons took 1991 ms
2018-04-17 12:34:15,528 [ 38621] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Compiler.Code
2018-04-17 12:34:15,910 [ 39003] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Compiler.FlowControl
2018-04-17 12:34:16,797 [ 39890] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Compiler.Lexicon
2018-04-17 12:34:16,984 [ 40077] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Compiler.Parsing
2018-04-17 12:34:17,560 [ 40653] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Compiler.Pythran
2018-04-17 12:34:17,857 [ 40950] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Compiler.Scanning
2018-04-17 12:34:17,904 [ 40997] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-17 12:34:17,904 [ 40997] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-17 12:34:17,935 [ 41028] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 73 to update, calculated in 0ms
2018-04-17 12:34:18,230 [ 41323] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 280ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:34:18,330 [ 41423] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Compiler.Visitor
2018-04-17 12:34:19,004 [ 42097] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Plex.Actions
2018-04-17 12:34:19,188 [ 42281] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Plex.Scanners
2018-04-17 12:34:19,378 [ 42471] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Runtime.refnanny
2018-04-17 12:34:19,536 [ 42629] INFO - .skeletons.PySkeletonRefresher - Skeleton for Cython.Tempita._tempita
2018-04-17 12:34:20,068 [ 43161] INFO - .skeletons.PySkeletonRefresher - Skeleton for PIL._imaging
2018-04-17 12:34:20,225 [ 43318] INFO - .skeletons.PySkeletonRefresher - Skeleton for PIL._imagingcms
2018-04-17 12:34:20,374 [ 43467] INFO - .skeletons.PySkeletonRefresher - Skeleton for PIL._imagingft
2018-04-17 12:34:20,514 [ 43607] INFO - .skeletons.PySkeletonRefresher - Skeleton for PIL._imagingmath
2018-04-17 12:34:20,671 [ 43764] INFO - .skeletons.PySkeletonRefresher - Skeleton for PIL._imagingmorph
2018-04-17 12:34:20,811 [ 43904] INFO - .skeletons.PySkeletonRefresher - Skeleton for PIL._imagingtk
2018-04-17 12:34:20,983 [ 44076] INFO - .skeletons.PySkeletonRefresher - Skeleton for PIL._webp
2018-04-17 12:34:21,124 [ 44217] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QAxContainer
2018-04-17 12:34:21,363 [ 44456] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.Qt
2018-04-17 12:34:21,645 [ 44738] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtBluetooth
2018-04-17 12:34:22,414 [ 45507] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtCore
2018-04-17 12:34:30,244 [ 53337] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtDBus
2018-04-17 12:34:30,656 [ 53749] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtDesigner
2018-04-17 12:34:31,109 [ 54202] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtGui
2018-04-17 12:34:40,399 [ 63492] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtHelp
2018-04-17 12:34:40,707 [ 63800] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtLocation
2018-04-17 12:34:41,864 [ 64957] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtMultimedia
2018-04-17 12:34:43,583 [ 66676] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtMultimediaWidgets
2018-04-17 12:34:43,817 [ 66910] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtNetwork
2018-04-17 12:34:45,935 [ 69028] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtNfc
2018-04-17 12:34:46,313 [ 69406] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtOpenGL
2018-04-17 12:34:46,686 [ 69779] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtPositioning
2018-04-17 12:34:47,124 [ 70217] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtPrintSupport
2018-04-17 12:34:47,527 [ 70620] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtQml
2018-04-17 12:34:48,104 [ 71197] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtQuick
2018-04-17 12:34:49,238 [ 72331] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtQuickWidgets
2018-04-17 12:34:49,456 [ 72549] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtSensors
2018-04-17 12:34:50,157 [ 73250] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtSerialPort
2018-04-17 12:34:50,430 [ 73523] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtSql
2018-04-17 12:34:51,236 [ 74329] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtSvg
2018-04-17 12:34:51,488 [ 74581] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtTest
2018-04-17 12:34:51,802 [ 74895] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtWebChannel
2018-04-17 12:34:51,974 [ 75067] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtWebEngine
2018-04-17 12:34:52,213 [ 75306] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtWebEngineCore
2018-04-17 12:34:52,443 [ 75536] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtWebEngineWidgets
2018-04-17 12:34:53,037 [ 76130] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtWebSockets
2018-04-17 12:34:53,363 [ 76456] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtWidgets
2018-04-17 12:35:01,655 [ 84748] INFO - plication.impl.ApplicationImpl - Received external Windows command line: current directory C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin, command line "C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe"
2018-04-17 12:35:01,656 [ 84749] INFO - ellij.ide.CommandLineProcessor - External command line:
2018-04-17 12:35:01,657 [ 84750] INFO - ellij.ide.CommandLineProcessor - Dir: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin
2018-04-17 12:35:01,657 [ 84750] INFO - ellij.ide.CommandLineProcessor - -----
2018-04-17 12:35:06,327 [ 89420] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-17 12:35:06,327 [ 89420] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-17 12:35:06,416 [ 89509] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 803 to update, calculated in 62ms
2018-04-17 12:35:07,298 [ 90391] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 882ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 12:35:08,101 [ 91194] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtWinExtras
2018-04-17 12:35:08,445 [ 91538] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtXml
2018-04-17 12:35:09,319 [ 92412] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.QtXmlPatterns
2018-04-17 12:35:09,739 [ 92832] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5._QOpenGLFunctions_2_0
2018-04-17 12:35:09,911 [ 93004] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5._QOpenGLFunctions_2_1
2018-04-17 12:35:10,098 [ 93191] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5._QOpenGLFunctions_4_1_Core
2018-04-17 12:35:10,251 [ 93344] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.pylupdate
2018-04-17 12:35:10,411 [ 93504] INFO - .skeletons.PySkeletonRefresher - Skeleton for PyQt5.pyrcc
2018-04-17 12:35:10,567 [ 93660] INFO - .skeletons.PySkeletonRefresher - Skeleton for _api
2018-04-17 12:35:10,723 [ 93816] INFO - .skeletons.PySkeletonRefresher - Skeleton for _asyncio
2018-04-17 12:35:11,204 [ 94297] INFO - .skeletons.PySkeletonRefresher - Skeleton for _authorization
2018-04-17 12:35:11,362 [ 94455] INFO - .skeletons.PySkeletonRefresher - Skeleton for _bz2
2018-04-17 12:35:11,513 [ 94606] INFO - .skeletons.PySkeletonRefresher - Skeleton for _cffi_backend
2018-04-17 12:35:11,677 [ 94770] INFO - .skeletons.PySkeletonRefresher - Skeleton for _clipboard
2018-04-17 12:35:11,833 [ 94926] INFO - .skeletons.PySkeletonRefresher - Skeleton for _com
2018-04-17 12:35:16,732 [ 99825] INFO - .skeletons.PySkeletonRefresher - Skeleton for _console
2018-04-17 12:35:16,935 [ 100028] INFO - .skeletons.PySkeletonRefresher - Skeleton for _credentials
2018-04-17 12:35:17,091 [ 100184] INFO - .skeletons.PySkeletonRefresher - Skeleton for _cryptography
2018-04-17 12:35:17,239 [ 100332] INFO - .skeletons.PySkeletonRefresher - Skeleton for _ctypes
2018-04-17 12:35:17,406 [ 100499] INFO - .skeletons.PySkeletonRefresher - Skeleton for _ctypes_test
2018-04-17 12:35:17,584 [ 100677] INFO - .skeletons.PySkeletonRefresher - Skeleton for _decimal
2018-04-17 12:35:17,818 [ 100911] INFO - .skeletons.PySkeletonRefresher - Skeleton for _directsound
2018-04-17 12:35:19,880 [ 102973] INFO - .skeletons.PySkeletonRefresher - Skeleton for _elementtree
2018-04-17 12:35:20,021 [ 103114] INFO - .skeletons.PySkeletonRefresher - Skeleton for _event
2018-04-17 12:35:20,183 [ 103276] INFO - .skeletons.PySkeletonRefresher - Skeleton for _eventlog
2018-04-17 12:35:20,352 [ 103445] INFO - .skeletons.PySkeletonRefresher - Skeleton for _file
2018-04-17 12:35:20,575 [ 103668] INFO - .skeletons.PySkeletonRefresher - Skeleton for _hashlib
2018-04-17 12:35:20,731 [ 103824] INFO - .skeletons.PySkeletonRefresher - Skeleton for _help
2018-04-17 12:35:20,888 [ 103981] INFO - .skeletons.PySkeletonRefresher - Skeleton for _inet
2018-04-17 12:35:21,028 [ 104121] INFO - .skeletons.PySkeletonRefresher - Skeleton for _internet
2018-04-17 12:35:23,287 [ 106380] INFO - .skeletons.PySkeletonRefresher - Skeleton for _job
2018-04-17 12:35:23,451 [ 106544] INFO - .skeletons.PySkeletonRefresher - Skeleton for _kras
2018-04-17 12:35:23,614 [ 106707] INFO - .skeletons.PySkeletonRefresher - Skeleton for _lz
2018-04-17 12:35:23,770 [ 106863] INFO - .skeletons.PySkeletonRefresher - Skeleton for _lzma
2018-04-17 12:35:23,926 [ 107019] INFO - .skeletons.PySkeletonRefresher - Skeleton for _mapi
2018-04-17 12:35:25,707 [ 108800] INFO - .skeletons.PySkeletonRefresher - Skeleton for _msi
2018-04-17 12:35:25,864 [ 108957] INFO - .skeletons.PySkeletonRefresher - Skeleton for _multiprocessing
2018-04-17 12:35:25,989 [ 109082] INFO - .skeletons.PySkeletonRefresher - Skeleton for _net
2018-04-17 12:35:26,155 [ 109248] INFO - .skeletons.PySkeletonRefresher - Skeleton for _overlapped
2018-04-17 12:35:26,324 [ 109417] INFO - .skeletons.PySkeletonRefresher - Skeleton for _pdh
2018-04-17 12:35:26,477 [ 109570] INFO - .skeletons.PySkeletonRefresher - Skeleton for _perfmon
2018-04-17 12:35:26,610 [ 109703] INFO - .skeletons.PySkeletonRefresher - Skeleton for _pipe
2018-04-17 12:35:26,781 [ 109874] INFO - .skeletons.PySkeletonRefresher - Skeleton for _print
2018-04-17 12:35:26,925 [ 110018] INFO - .skeletons.PySkeletonRefresher - Skeleton for _process
2018-04-17 12:35:27,081 [ 110174] INFO - .skeletons.PySkeletonRefresher - Skeleton for _profile
2018-04-17 12:35:27,220 [ 110313] INFO - .skeletons.PySkeletonRefresher - Skeleton for _propsys
2018-04-17 12:35:29,078 [ 112171] INFO - .skeletons.PySkeletonRefresher - Skeleton for _ras
2018-04-17 12:35:29,235 [ 112328] INFO - .skeletons.PySkeletonRefresher - Skeleton for _security
2018-04-17 12:35:29,394 [ 112487] INFO - .skeletons.PySkeletonRefresher - Skeleton for _service
2018-04-17 12:35:29,551 [ 112644] INFO - .skeletons.PySkeletonRefresher - Skeleton for _servicemanager
2018-04-17 12:35:29,724 [ 112817] INFO - .skeletons.PySkeletonRefresher - Skeleton for _shell
2018-04-17 12:35:31,786 [ 114879] INFO - .skeletons.PySkeletonRefresher - Skeleton for _socket
2018-04-17 12:35:31,989 [ 115082] INFO - .skeletons.PySkeletonRefresher - Skeleton for _sqlite3
2018-04-17 12:35:32,240 [ 115333] INFO - ScriptTemplatesProviders - [kts] loading script definitions [] using cp:
2018-04-17 12:35:32,314 [ 115407] INFO - .skeletons.PySkeletonRefresher - Skeleton for _ssl
2018-04-17 12:35:32,585 [ 115678] INFO - .skeletons.PySkeletonRefresher - Skeleton for _sysloader
2018-04-17 12:35:32,742 [ 115835] INFO - .skeletons.PySkeletonRefresher - Skeleton for _taskscheduler
2018-04-17 12:35:34,647 [ 117740] INFO - .skeletons.PySkeletonRefresher - Skeleton for _testbuffer
2018-04-17 12:35:34,803 [ 117896] INFO - .skeletons.PySkeletonRefresher - Skeleton for _testcapi
2018-04-17 12:35:34,959 [ 118052] INFO - .skeletons.PySkeletonRefresher - Skeleton for _testconsole
2018-04-17 12:35:35,100 [ 118193] INFO - .skeletons.PySkeletonRefresher - Skeleton for _testimportmultiple
2018-04-17 12:35:35,235 [ 118328] INFO - .skeletons.PySkeletonRefresher - Skeleton for _testmultiphase
2018-04-17 12:35:35,420 [ 118513] INFO - .skeletons.PySkeletonRefresher - Skeleton for _timer
2018-04-17 12:35:35,567 [ 118660] INFO - .skeletons.PySkeletonRefresher - Skeleton for _tkinter
2018-04-17 12:35:35,742 [ 118835] INFO - .skeletons.PySkeletonRefresher - Skeleton for _trace
2018-04-17 12:35:35,883 [ 118976] INFO - .skeletons.PySkeletonRefresher - Skeleton for _transaction
2018-04-17 12:35:36,039 [ 119132] INFO - .skeletons.PySkeletonRefresher - Skeleton for _ts
2018-04-17 12:35:36,181 [ 119274] INFO - .skeletons.PySkeletonRefresher - Skeleton for _win32sysloader
2018-04-17 12:35:36,333 [ 119426] INFO - .skeletons.PySkeletonRefresher - Skeleton for _winxptheme
2018-04-17 12:35:36,493 [ 119586] INFO - .skeletons.PySkeletonRefresher - Skeleton for _wnet
2018-04-17 12:35:36,698 [ 119791] INFO - .skeletons.PySkeletonRefresher - Skeleton for adsi
2018-04-17 12:35:38,897 [ 121990] INFO - .skeletons.PySkeletonRefresher - Skeleton for axcontrol
2018-04-17 12:35:40,778 [ 123871] INFO - .skeletons.PySkeletonRefresher - Skeleton for axdebug
2018-04-17 12:35:42,665 [ 125758] INFO - .skeletons.PySkeletonRefresher - Skeleton for axscript
2018-04-17 12:35:44,312 [ 127405] INFO - .skeletons.PySkeletonRefresher - Skeleton for bits
2018-04-17 12:35:46,182 [ 129275] INFO - .skeletons.PySkeletonRefresher - Skeleton for cryptography.hazmat.bindings._constant_time
2018-04-17 12:35:46,367 [ 129460] INFO - .skeletons.PySkeletonRefresher - Skeleton for cryptography.hazmat.bindings._openssl
2018-04-17 12:35:46,505 [ 129598] INFO - .skeletons.PySkeletonRefresher - Skeleton for cryptography.hazmat.bindings._padding
2018-04-17 12:35:46,661 [ 129754] INFO - .skeletons.PySkeletonRefresher - Skeleton for cx_Freeze.util
2018-04-17 12:35:47,104 [ 130197] INFO - .skeletons.PySkeletonRefresher - Skeleton for dde
2018-04-17 12:35:47,254 [ 130347] INFO - .skeletons.PySkeletonGenerator - Skeleton for dde failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'dde' while nothing yet: This must be an MFC application - try 'import win32ui' first
--
2018-04-17 12:35:47,254 [ 130347] INFO - .skeletons.PySkeletonRefresher - Skeleton for exchange
2018-04-17 12:35:49,172 [ 132265] INFO - .skeletons.PySkeletonRefresher - Skeleton for gui
2018-04-17 12:35:49,319 [ 132412] INFO - .skeletons.PySkeletonGenerator - Skeleton for gui failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'gui' while nothing yet: DLL load failed: The specified module could not be found.
--
2018-04-17 12:35:49,319 [ 132412] INFO - .skeletons.PySkeletonRefresher - Skeleton for ifilter
2018-04-17 12:35:51,159 [ 134252] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib._cntr
2018-04-17 12:35:51,517 [ 134610] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib._cntr failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib._cntr' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:51,517 [ 134610] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib._contour
2018-04-17 12:35:51,771 [ 134864] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib._contour failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib._contour' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:51,771 [ 134864] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib._image
2018-04-17 12:35:52,058 [ 135151] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib._image failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib._image' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:52,058 [ 135151] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib._path
2018-04-17 12:35:52,346 [ 135439] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib._path failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib._path' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:52,346 [ 135439] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib._png
2018-04-17 12:35:52,626 [ 135719] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib._png failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib._png' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:52,626 [ 135719] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib._qhull
2018-04-17 12:35:52,908 [ 136001] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib._qhull failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib._qhull' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:52,908 [ 136001] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib._tri
2018-04-17 12:35:53,187 [ 136280] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib._tri failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib._tri' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:53,188 [ 136281] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib._windowing
2018-04-17 12:35:53,490 [ 136583] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib._windowing failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib._windowing' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:53,490 [ 136583] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib.backends._backend_agg
2018-04-17 12:35:53,755 [ 136848] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib.backends._backend_agg failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib.backends._backend_agg' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:53,755 [ 136848] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib.backends._tkagg
2018-04-17 12:35:54,021 [ 137114] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib.backends._tkagg failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib.backends._tkagg' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:54,021 [ 137114] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib.ft2font
2018-04-17 12:35:54,275 [ 137368] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib.ft2font failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib.ft2font' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:54,275 [ 137368] INFO - .skeletons.PySkeletonRefresher - Skeleton for matplotlib.ttconv
2018-04-17 12:35:54,547 [ 137640] INFO - .skeletons.PySkeletonGenerator - Skeleton for matplotlib.ttconv failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'matplotlib.ttconv' while nothing yet: Matplotlib requires six>=1.10; you have 1.9.0
--
2018-04-17 12:35:54,547 [ 137640] INFO - .skeletons.PySkeletonRefresher - Skeleton for mmapfile
2018-04-17 12:35:54,706 [ 137799] INFO - .skeletons.PySkeletonRefresher - Skeleton for nsist.tests.sample_pkgs.unix_extmod
2018-04-17 12:35:55,862 [ 138955] INFO - .skeletons.PySkeletonGenerator - Skeleton for nsist.tests.sample_pkgs.unix_extmod failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'nsist.tests.sample_pkgs.unix_extmod' while nothing yet: No module named 'nsist.tests.sample_pkgs.unix_extmod'
--
2018-04-17 12:35:55,862 [ 138955] INFO - .skeletons.PySkeletonRefresher - Skeleton for nsist.tests.sample_pkgs.unix_extpkg.foo
2018-04-17 12:35:56,219 [ 139312] INFO - .skeletons.PySkeletonGenerator - Skeleton for nsist.tests.sample_pkgs.unix_extpkg.foo failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'nsist.tests.sample_pkgs.unix_extpkg.foo' while nothing yet: No module named 'nsist.tests.sample_pkgs.unix_extpkg.foo'
--
2018-04-17 12:35:56,219 [ 139312] INFO - .skeletons.PySkeletonRefresher - Skeleton for nsist.tests.sample_pkgs.win_extmod
2018-04-17 12:35:56,563 [ 139656] INFO - .skeletons.PySkeletonGenerator - Skeleton for nsist.tests.sample_pkgs.win_extmod failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'nsist.tests.sample_pkgs.win_extmod' while nothing yet: DLL load failed: %1 is not a valid Win32 application.
--
2018-04-17 12:35:56,563 [ 139656] INFO - .skeletons.PySkeletonRefresher - Skeleton for nsist.tests.sample_pkgs.win_extpkg.foo
2018-04-17 12:35:56,922 [ 140015] INFO - .skeletons.PySkeletonGenerator - Skeleton for nsist.tests.sample_pkgs.win_extpkg.foo failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'nsist.tests.sample_pkgs.win_extpkg.foo' while nothing yet: DLL load failed: %1 is not a valid Win32 application.
--
2018-04-17 12:35:56,922 [ 140015] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.core._dummy
2018-04-17 12:35:57,324 [ 140417] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.core.multiarray
2018-04-17 12:35:58,027 [ 141120] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.core.multiarray_tests
2018-04-17 12:35:58,420 [ 141513] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.core.operand_flag_tests
2018-04-17 12:35:58,830 [ 141923] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.core.struct_ufunc_test
2018-04-17 12:35:59,235 [ 142328] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.core.test_rational
2018-04-17 12:35:59,624 [ 142717] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.core.umath
2018-04-17 12:36:00,244 [ 143337] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.core.umath_tests
2018-04-17 12:36:00,649 [ 143742] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.fft.fftpack_lite
2018-04-17 12:36:01,047 [ 144140] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.linalg._umath_linalg
2018-04-17 12:36:01,507 [ 144600] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.linalg.lapack_lite
2018-04-17 12:36:01,915 [ 145008] INFO - .skeletons.PySkeletonRefresher - Skeleton for numpy.random.mtrand
2018-04-17 12:36:02,595 [ 145688] INFO - .skeletons.PySkeletonRefresher - Skeleton for odbc
2018-04-17 12:36:02,739 [ 145832] INFO - .skeletons.PySkeletonRefresher - Skeleton for ole
2018-04-17 12:36:02,883 [ 145976] INFO - .skeletons.PySkeletonGenerator - Skeleton for ole failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'ole' while nothing yet: DLL load failed: The specified module could not be found.
--
2018-04-17 12:36:02,883 [ 145976] INFO - .skeletons.PySkeletonRefresher - Skeleton for perfmon
2018-04-17 12:36:03,051 [ 146144] INFO - .skeletons.PySkeletonRefresher - Skeleton for psutil._psutil_windows
2018-04-17 12:36:03,408 [ 146501] INFO - .skeletons.PySkeletonRefresher - Skeleton for pyexpat
2018-04-17 12:36:03,552 [ 146645] INFO - .skeletons.PySkeletonRefresher - Skeleton for pyodbc
2018-04-17 12:36:03,909 [ 147002] INFO - .skeletons.PySkeletonRefresher - Skeleton for select
2018-04-17 12:36:04,070 [ 147163] INFO - .skeletons.PySkeletonRefresher - Skeleton for selenium.webdriver.firefox.amd64.x_ignore_nofocus
2018-04-17 12:36:04,622 [ 147715] INFO - .skeletons.PySkeletonGenerator - Skeleton for selenium.webdriver.firefox.amd64.x_ignore_nofocus failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'selenium.webdriver.firefox.amd64.x_ignore_nofocus' while nothing yet: No module named 'selenium.webdriver.firefox.amd64.x_ignore_nofocus'
--
2018-04-17 12:36:04,623 [ 147716] INFO - .skeletons.PySkeletonRefresher - Skeleton for selenium.webdriver.firefox.x86.x_ignore_nofocus
2018-04-17 12:36:04,853 [ 147946] INFO - .skeletons.PySkeletonGenerator - Skeleton for selenium.webdriver.firefox.x86.x_ignore_nofocus failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'selenium.webdriver.firefox.x86.x_ignore_nofocus' while nothing yet: No module named 'selenium.webdriver.firefox.x86.x_ignore_nofocus'
--
2018-04-17 12:36:04,853 [ 147946] INFO - .skeletons.PySkeletonRefresher - Skeleton for servicemanager
2018-04-17 12:36:05,012 [ 148105] INFO - .skeletons.PySkeletonRefresher - Skeleton for sip
2018-04-17 12:36:05,160 [ 148253] INFO - .skeletons.PySkeletonRefresher - Skeleton for timer
2018-04-17 12:36:05,336 [ 148429] INFO - .skeletons.PySkeletonRefresher - Skeleton for types
2018-04-17 12:36:05,519 [ 148612] INFO - .skeletons.PySkeletonRefresher - Skeleton for ui
2018-04-17 12:36:05,691 [ 148784] INFO - .skeletons.PySkeletonGenerator - Skeleton for ui failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'ui' while nothing yet: DLL load failed: The specified module could not be found.
--
2018-04-17 12:36:05,691 [ 148784] INFO - .skeletons.PySkeletonRefresher - Skeleton for unicodedata
2018-04-17 12:36:05,842 [ 148935] INFO - .skeletons.PySkeletonRefresher - Skeleton for win2kras
2018-04-17 12:36:05,990 [ 149083] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32api
2018-04-17 12:36:06,149 [ 149242] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32clipboard
2018-04-17 12:36:06,298 [ 149391] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.adsi.adsi
2018-04-17 12:36:08,622 [ 151715] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.authorization.authorization
2018-04-17 12:36:08,894 [ 151987] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.axcontrol.axcontrol
2018-04-17 12:36:09,170 [ 152263] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.axdebug.axdebug
2018-04-17 12:36:09,340 [ 152433] INFO - .skeletons.PySkeletonGenerator - Skeleton for win32comext.axdebug.axdebug failed on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
Failed to process 'win32comext.axdebug.axdebug' while nothing yet: DLL load failed: The specified module could not be found.
--
2018-04-17 12:36:09,340 [ 152433] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.axscript.axscript
2018-04-17 12:36:09,606 [ 152699] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.bits.bits
2018-04-17 12:36:09,893 [ 152986] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.directsound.directsound
2018-04-17 12:36:10,159 [ 153252] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.ifilter.ifilter
2018-04-17 12:36:12,035 [ 155128] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.internet.internet
2018-04-17 12:36:12,362 [ 155455] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.mapi.mapi
2018-04-17 12:36:12,630 [ 155723] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.propsys.propsys
2018-04-17 12:36:14,501 [ 157594] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.shell.shell
2018-04-17 12:36:14,814 [ 157907] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32comext.taskscheduler.taskscheduler
2018-04-17 12:36:15,135 [ 158228] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32console
2018-04-17 12:36:15,317 [ 158410] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32cred
2018-04-17 12:36:15,457 [ 158550] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32crypt
2018-04-17 12:36:15,615 [ 158708] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32event
2018-04-17 12:36:15,764 [ 158857] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32evtlog
2018-04-17 12:36:15,922 [ 159015] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32file
2018-04-17 12:36:16,058 [ 159151] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32gui
2018-04-17 12:36:16,223 [ 159316] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32help
2018-04-17 12:36:16,387 [ 159480] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32inet
2018-04-17 12:36:16,555 [ 159648] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32job
2018-04-17 12:36:16,711 [ 159804] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32lz
2018-04-17 12:36:16,862 [ 159955] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32net
2018-04-17 12:36:17,022 [ 160115] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32pdh
2018-04-17 12:36:17,177 [ 160270] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32pipe
2018-04-17 12:36:17,330 [ 160423] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32print
2018-04-17 12:36:17,484 [ 160577] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32process
2018-04-17 12:36:17,647 [ 160740] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32profile
2018-04-17 12:36:17,795 [ 160888] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32ras
2018-04-17 12:36:17,946 [ 161039] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32security
2018-04-17 12:36:18,105 [ 161198] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32service
2018-04-17 12:36:18,268 [ 161361] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32trace
2018-04-17 12:36:18,432 [ 161525] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32transaction
2018-04-17 12:36:18,580 [ 161673] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32ts
2018-04-17 12:36:18,730 [ 161823] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32ui
2018-04-17 12:36:18,968 [ 162061] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32uiole
2018-04-17 12:36:19,126 [ 162219] INFO - .skeletons.PySkeletonRefresher - Skeleton for win32wnet
2018-04-17 12:36:19,283 [ 162376] INFO - .skeletons.PySkeletonRefresher - Skeleton for winsound
2018-04-17 12:36:19,430 [ 162523] INFO - .skeletons.PySkeletonRefresher - Skeleton for winxpgui
2018-04-17 12:36:19,604 [ 162697] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._adv
2018-04-17 12:36:22,152 [ 165245] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._aui
2018-04-17 12:36:23,890 [ 166983] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._core
2018-04-17 12:36:45,338 [ 188431] INFO - .skeletons.PySkeletonGenerator - Skeleton for wx._core had some minor errors on C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe. stderr: --
C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\pycharm_generator_utils\module_redeclarator.py:686: wxPyDeprecationWarning: Accessing deprecated property. Use controlDown instead.
item = getattr(p_class, item_name) # let getters do the magic
C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\pycharm_generator_utils\module_redeclarator.py:686: wxPyDeprecationWarning: Accessing deprecated property. Use shiftDown instead.
item = getattr(p_class, item_name) # let getters do the magic
C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\pycharm_generator_utils\module_redeclarator.py:686: wxPyDeprecationWarning: Accessing deprecated property. Use altDown instead.
item = getattr(p_class, item_name) # let getters do the magic
C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\pycharm_generator_utils\module_redeclarator.py:686: wxPyDeprecationWarning: Accessing deprecated property. Use metaDown instead.
item = getattr(p_class, item_name) # let getters do the magic
--
2018-04-17 12:36:45,339 [ 188432] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._dataview
2018-04-17 12:36:46,833 [ 189926] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._glcanvas
2018-04-17 12:36:47,163 [ 190256] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._grid
2018-04-17 12:36:48,692 [ 191785] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._html
2018-04-17 12:36:50,088 [ 193181] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._html2
2018-04-17 12:36:50,372 [ 193465] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._media
2018-04-17 12:36:50,574 [ 193667] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._msw
2018-04-17 12:36:50,768 [ 193861] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._propgrid
2018-04-17 12:36:52,809 [ 195902] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._ribbon
2018-04-17 12:36:54,062 [ 197155] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._richtext
2018-04-17 12:36:58,360 [ 201453] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._stc
2018-04-17 12:36:59,536 [ 202629] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._xml
2018-04-17 12:36:59,739 [ 202832] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx._xrc
2018-04-17 12:37:00,046 [ 203139] INFO - .skeletons.PySkeletonRefresher - Skeleton for wx.siplib
2018-04-17 12:37:00,196 [ 203289] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 164668 ms
2018-04-17 12:37:00,243 [ 203336] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-17 12:37:00,243 [ 203336] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - Some skeletons failed to generate
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - 40 modules failed in 1 interpreter. <a href="#">Details...</a>
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - Failed modules
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - _com
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - _directsound
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - _internet
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - _mapi
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - _propsys
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - _shell
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - _taskscheduler
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - adsi
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - axcontrol
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - axdebug
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - axscript
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - bits
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - dde
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - exchange
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - gui
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - ifilter
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib._cntr
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib._contour
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib._image
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib._path
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib._png
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib._qhull
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib._tri
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib._windowing
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib.backends._backend_agg
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib.backends._tkagg
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib.ft2font
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - matplotlib.ttconv
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - nsist.tests.sample_pkgs.unix_extmod
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - nsist.tests.sample_pkgs.unix_extpkg.foo
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - nsist.tests.sample_pkgs.win_extmod
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - nsist.tests.sample_pkgs.win_extpkg.foo
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - ole
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - selenium.webdriver.firefox.amd64.x_ignore_nofocus
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - selenium.webdriver.firefox.x86.x_ignore_nofocus
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - ui
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - win32comext.adsi.adsi
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - win32comext.axdebug.axdebug
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - win32comext.ifilter.ifilter
2018-04-17 12:37:00,259 [ 203352] WARN - .skeletons.PySkeletonRefresher - win32comext.propsys.propsys
2018-04-17 12:37:00,259 [ 203352] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-17 12:37:00,259 [ 203352] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-17 12:37:00,335 [ 203428] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 1133 to update, calculated in 61ms
2018-04-17 12:37:01,713 [ 204806] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 1378ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-17 13:28:37,537 [3300630] INFO - PyStructuredDocstringFormatter -
Exit code -1
2018-04-17 13:28:37,537 [3300630] INFO - PyStructuredDocstringFormatter - Malformed docstring:
Construct an entry widget with the parent MASTER.
Valid resource names: background, bd, bg, borderwidth, cursor,
exportselection, fg, font, foreground, highlightbackground,
highlightcolor, highlightthickness, insertbackground,
insertborderwidth, insertofftime, insertontime, insertwidth,
invalidcommand, invcmd, justify, relief, selectbackground,
selectborderwidth, selectforeground, show, state, takefocus,
textvariable, validate, validatecommand, vcmd, width,
xscrollcommand.
2018-04-17 14:33:05,660 [7168753] INFO - ellij.project.impl.ProjectImpl - 20 project components initialized in 16 ms
2018-04-17 15:57:28,440 [12231533] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-17 15:57:28,440 [12231533] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-17 15:57:28,440 [12231533] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-17 15:57:28,503 [12231596] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-17 15:57:28,518 [12231611] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-17 15:57:28,518 [12231611] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 5 auto-detected files
Elapsed time on auto-detect: 56 ms
2018-04-17 15:57:28,518 [12231611] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-17 15:57:28,534 [12231627] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-17 15:57:28,550 [12231643] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-17 15:57:28,565 [12231658] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-17 15:57:28,565 [12231658] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-18 08:19:33,571 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-18 08:19:33,697 [ 126] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:33)
2018-04-18 08:19:33,697 [ 126] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-18 08:19:33,697 [ 126] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-18 08:19:33,697 [ 126] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-18 08:19:33,713 [ 142] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-18 08:19:33,713 [ 142] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-18 08:19:33,713 [ 142] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-18 08:19:33,744 [ 173] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 31 ms
2018-04-18 08:19:33,744 [ 173] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-18 08:19:33,807 [ 236] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-18 08:19:33,807 [ 236] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-18 08:19:34,449 [ 878] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-18 08:19:34,465 [ 894] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@154a836a[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@f9ed7d0
2018-04-18 08:19:34,885 [ 1314] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-18 08:19:34,891 [ 1320] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-18 08:19:35,172 [ 1601] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-18 08:19:35,641 [ 2070] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 910 ms
2018-04-18 08:19:35,641 [ 2070] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-18 08:19:35,641 [ 2070] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-18 08:19:38,875 [ 5304] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-18 08:19:38,937 [ 5366] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-18 08:19:38,972 [ 5401] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-18 08:19:39,369 [ 5798] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-18 08:19:39,369 [ 5798] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-18 08:19:39,823 [ 6252] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-18 08:19:39,906 [ 6335] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-18 08:19:40,184 [ 6613] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@460ce975
2018-04-18 08:19:40,341 [ 6770] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-18 08:19:40,373 [ 6802] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-18 08:19:40,424 [ 6853] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-18 08:19:40,691 [ 7120] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:218, number of extensions:46
2018-04-18 08:19:40,694 [ 7123] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:3
2018-04-18 08:19:40,723 [ 7152] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:19, number of extensions:56
2018-04-18 08:19:40,724 [ 7153] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-18 08:19:41,052 [ 7481] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-18 08:19:41,069 [ 7498] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@55f077f3
2018-04-18 08:19:41,070 [ 7499] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@36a48246
2018-04-18 08:19:41,070 [ 7499] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@717b5c95
2018-04-18 08:19:41,072 [ 7501] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 6357ms
2018-04-18 08:19:41,089 [ 7518] INFO - .intellij.idea.IdeaApplication - App initialization took 9351 ms
2018-04-18 08:19:41,971 [ 8400] INFO - pl$FileIndexDataInitialization - Initialization done:1290
2018-04-18 08:19:42,103 [ 8532] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@13407ff4
2018-04-18 08:19:42,124 [ 8553] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-18 08:19:42,544 [ 8973] INFO - exImpl$StubIndexInitialization - Initialization done:566
2018-04-18 08:19:43,231 [ 9660] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@5f96a7d5
2018-04-18 08:19:43,456 [ 9885] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 1990 ms
2018-04-18 08:19:43,503 [ 9932] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@9398271
2018-04-18 08:19:43,503 [ 9932] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@4ae7db
2018-04-18 08:19:43,676 [ 10105] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 220 ms
2018-04-18 08:19:43,801 [ 10230] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-18 08:19:44,220 [ 10649] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-18 08:19:44,623 [ 11052] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 266ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-18 08:19:44,716 [ 11145] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-18 08:19:45,186 [ 11615] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 16ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-18 08:19:45,430 [ 11859] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1057ms under project opening modal progress
2018-04-18 08:19:45,493 [ 11922] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 0 millis
2018-04-18 08:19:45,665 [ 12094] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1370ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-18 08:19:46,136 [ 12565] INFO - j.ide.ui.OptionsTopHitProvider - 241 ms spent to cache options in application
2018-04-18 08:19:46,271 [ 12700] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-18 08:19:46,282 [ 12711] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-18 08:19:46,476 [ 12905] INFO - tor.impl.FileEditorManagerImpl - Project opening took 5093 ms
2018-04-18 08:19:46,650 [ 13079] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1464ms; general responsiveness: ok; EDT responsiveness: 1/2 sluggish
2018-04-18 08:19:46,652 [ 13081] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 1826 files to update
2018-04-18 08:19:49,209 [ 15638] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 2557ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-18 08:19:49,631 [ 16060] INFO - j.ide.ui.OptionsTopHitProvider - 141 ms spent to cache options in project
2018-04-18 08:19:50,254 [ 16683] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-18 08:19:53,221 [ 19650] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 260 ms
2018-04-18 08:19:53,221 [ 19650] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-18 08:19:53,221 [ 19650] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-18 08:19:53,221 [ 19650] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-18 08:19:53,237 [ 19666] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-18 08:19:53,237 [ 19666] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-18 08:19:56,686 [ 23115] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 3434 ms
2018-04-18 08:19:56,686 [ 23115] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-18 08:19:57,477 [ 23906] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 760 ms
2018-04-18 08:19:57,492 [ 23921] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-18 08:19:57,508 [ 23937] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-18 08:20:03,436 [ 29865] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-18 08:20:03,436 [ 29865] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-18 08:20:27,851 [ 54280] INFO - ScriptTemplatesProviders - [kts] loading script definitions [] using cp:
2018-04-18 08:20:53,508 [ 79937] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-18 08:20:53,508 [ 79937] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-18 09:24:04,669 [3871098] INFO - PyStructuredDocstringFormatter -
Exit code -1
2018-04-18 09:24:04,669 [3871098] INFO - PyStructuredDocstringFormatter - Malformed docstring:
Construct a string variable.
MASTER can be given as master widget.
VALUE is an optional value (defaults to "")
NAME is an optional Tcl name (defaults to PY_VARnum).
If NAME matches an existing variable and VALUE is omitted
then the existing value is retained.
2018-04-18 12:30:55,430 [15081859] WARN - dea.updater.SdkComponentSource - File C:\Users\admin\.android\repositories.cfg could not be loaded.
2018-04-18 12:30:55,432 [15081861] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-1.xml
2018-04-18 12:30:56,139 [15082568] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-3.xml
2018-04-18 12:30:56,278 [15082707] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-1.xml
2018-04-18 12:30:56,559 [15082988] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-1.xml
2018-04-18 12:30:56,794 [15083223] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-1.xml
2018-04-18 12:30:57,064 [15083493] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-1.xml
2018-04-18 12:30:57,323 [15083752] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-1.xml
2018-04-18 12:30:57,589 [15084018] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-1.xml
2018-04-18 12:30:57,823 [15084252] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-1.xml
2018-04-18 12:30:58,190 [15084619] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-1.xml
2018-04-18 12:30:58,434 [15084863] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-1.xml
2018-04-18 13:22:40,200 [18186629] INFO - PyStructuredDocstringFormatter -
Exit code -1
2018-04-18 13:22:40,200 [18186629] INFO - PyStructuredDocstringFormatter - Malformed docstring:
Random variable generators.
integers
--------
uniform within range
sequences
---------
pick random element
pick random sample
pick weighted random sample
generate random permutation
distributions on the real line:
------------------------------
uniform
triangular
normal (Gaussian)
lognormal
negative exponential
gamma
beta
pareto
Weibull
distributions on the circle (angles 0 to 2pi)
---------------------------------------------
circular uniform
von Mises
General notes on the underlying Mersenne Twister core generator:
* The period is 2**19937-1.
* It is one of the most extensively tested generators in existence.
* The random() method is implemented in C, executes in a single Python step,
and is, therefore, threadsafe.
2018-04-18 15:13:39,430 [24845859] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~2 sec
2018-04-18 15:54:11,891 [27278320] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-18 15:54:11,891 [27278320] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-18 15:54:11,891 [27278320] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-18 15:54:11,906 [27278335] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-18 15:54:11,906 [27278335] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-18 15:54:11,937 [27278366] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1 auto-detected files
Elapsed time on auto-detect: 16 ms
2018-04-18 15:54:11,937 [27278366] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-18 15:54:11,937 [27278366] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-18 15:54:11,969 [27278398] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-18 15:54:11,969 [27278398] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-18 15:54:11,969 [27278398] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-18 17:08:09,719 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-18 17:08:09,813 [ 94] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:09)
2018-04-18 17:08:09,813 [ 94] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-18 17:08:09,813 [ 94] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-18 17:08:09,813 [ 94] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-18 17:08:09,813 [ 94] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-18 17:08:09,813 [ 94] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-18 17:08:09,813 [ 94] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-18 17:08:09,844 [ 125] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 31 ms
2018-04-18 17:08:09,844 [ 125] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-18 17:08:09,891 [ 172] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-18 17:08:09,891 [ 172] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-18 17:08:10,281 [ 562] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-18 17:08:10,297 [ 578] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@46adebae[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@685952e1
2018-04-18 17:08:10,634 [ 915] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-18 17:08:10,638 [ 919] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-18 17:08:10,894 [ 1175] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-18 17:08:11,321 [ 1602] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 849 ms
2018-04-18 17:08:11,321 [ 1602] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-18 17:08:11,321 [ 1602] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-18 17:08:14,235 [ 4516] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-18 17:08:14,282 [ 4563] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-18 17:08:14,313 [ 4594] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-18 17:08:14,556 [ 4837] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-18 17:08:14,556 [ 4837] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-18 17:08:14,887 [ 5168] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-18 17:08:14,965 [ 5246] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-18 17:08:15,197 [ 5478] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@17912c8d
2018-04-18 17:08:15,331 [ 5612] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-18 17:08:15,343 [ 5624] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-18 17:08:15,381 [ 5662] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-18 17:08:15,562 [ 5843] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:150, number of extensions:46
2018-04-18 17:08:15,566 [ 5847] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:3
2018-04-18 17:08:15,587 [ 5868] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:12, number of extensions:56
2018-04-18 17:08:15,587 [ 5868] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-18 17:08:15,832 [ 6113] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@6afaf8d
2018-04-18 17:08:15,833 [ 6114] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@112bf993
2018-04-18 17:08:15,833 [ 6114] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@4a0078be
2018-04-18 17:08:15,835 [ 6116] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 5366ms
2018-04-18 17:08:15,849 [ 6130] INFO - .intellij.idea.IdeaApplication - App initialization took 7726 ms
2018-04-18 17:08:15,864 [ 6145] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-18 17:08:16,487 [ 6768] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@cd021f3
2018-04-18 17:08:16,603 [ 6884] INFO - pl$FileIndexDataInitialization - Initialization done:1037
2018-04-18 17:08:16,619 [ 6900] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-18 17:08:17,089 [ 7370] INFO - exImpl$StubIndexInitialization - Initialization done:490
2018-04-18 17:08:17,535 [ 7816] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@5f51121e
2018-04-18 17:08:17,692 [ 7973] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@5feee89f
2018-04-18 17:08:17,707 [ 7988] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@69eeff9c
2018-04-18 17:08:17,770 [ 8051] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 1617 ms
2018-04-18 17:08:17,906 [ 8187] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 136 ms
2018-04-18 17:08:18,047 [ 8328] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-18 17:08:18,430 [ 8711] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-18 17:08:18,768 [ 9049] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 198ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-18 17:08:18,846 [ 9127] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-18 17:08:19,249 [ 9530] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-18 17:08:19,542 [ 9823] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1000ms under project opening modal progress
2018-04-18 17:08:19,577 [ 9858] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 2 millis
2018-04-18 17:08:19,611 [ 9892] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1122ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-18 17:08:20,117 [ 10398] INFO - j.ide.ui.OptionsTopHitProvider - 224 ms spent to cache options in application
2018-04-18 17:08:20,148 [ 10429] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-18 17:08:20,163 [ 10444] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-18 17:08:20,395 [ 10676] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4319 ms
2018-04-18 17:08:20,685 [ 10966] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1420ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-18 17:08:21,051 [ 11332] INFO - j.ide.ui.OptionsTopHitProvider - 141 ms spent to cache options in project
2018-04-18 17:08:21,597 [ 11878] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-18 17:08:24,405 [ 14686] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 136 ms
2018-04-18 17:08:24,406 [ 14687] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-18 17:08:24,409 [ 14690] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-18 17:08:24,409 [ 14690] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-18 17:08:24,415 [ 14696] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-18 17:08:24,418 [ 14699] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-18 17:08:27,333 [ 17614] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 2899 ms
2018-04-18 17:08:27,335 [ 17616] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-18 17:08:28,118 [ 18399] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 760 ms
2018-04-18 17:08:28,137 [ 18418] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-18 17:08:28,139 [ 18420] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-18 17:08:34,621 [ 24902] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-18 17:08:34,621 [ 24902] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-18 17:11:17,415 [ 187696] INFO - ScriptTemplatesProviders - [kts] loading script definitions [] using cp:
2018-04-18 22:50:37,819 [20548100] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 0 to update, calculated in 1ms
2018-04-19 13:04:30,962 [71781243] INFO - ateSettings.impl.UpdateChecker - www.jetbrains.com
java.net.UnknownHostException: www.jetbrains.com
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:673)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1181)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
at com.intellij.util.io.HttpRequests.openConnection(HttpRequests.java:513)
at com.intellij.util.io.HttpRequests.access$300(HttpRequests.java:63)
at com.intellij.util.io.HttpRequests$RequestImpl.getConnection(HttpRequests.java:292)
at com.intellij.util.io.HttpRequests$RequestImpl.getInputStream(HttpRequests.java:301)
at com.intellij.util.io.HttpRequests$RequestImpl.getReader(HttpRequests.java:319)
at com.intellij.util.io.HttpRequests$RequestImpl.getReader(HttpRequests.java:312)
at com.intellij.openapi.updateSettings.impl.UpdateChecker$checkPlatformUpdate$1.process(UpdateChecker.kt:175)
at com.intellij.openapi.updateSettings.impl.UpdateChecker$checkPlatformUpdate$1.process(UpdateChecker.kt:53)
at com.intellij.util.io.HttpRequests.lambda$doProcess$0(HttpRequests.java:418)
at com.intellij.util.net.ssl.CertificateManager.runWithUntrustedCertificateStrategy(CertificateManager.java:335)
at com.intellij.util.io.HttpRequests.doProcess(HttpRequests.java:418)
at com.intellij.util.io.HttpRequests.process(HttpRequests.java:398)
at com.intellij.util.io.HttpRequests.access$100(HttpRequests.java:63)
at com.intellij.util.io.HttpRequests$RequestBuilderImpl.connect(HttpRequests.java:266)
at com.intellij.openapi.updateSettings.impl.UpdateChecker.checkPlatformUpdate(UpdateChecker.kt:173)
at com.intellij.openapi.updateSettings.impl.UpdateChecker.doUpdateAndShowResult(UpdateChecker.kt:119)
at com.intellij.openapi.updateSettings.impl.UpdateChecker.access$doUpdateAndShowResult(UpdateChecker.kt:53)
at com.intellij.openapi.updateSettings.impl.UpdateChecker$updateAndShowResult$1.run(UpdateChecker.kt:81)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:305)
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:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2018-04-19 13:04:30,965 [71781246] INFO - ateSettings.impl.UpdateChecker - Connection failed (www.jetbrains.com). Please check network connection and try again.
2018-04-19 16:11:10,066 [82980347] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-19 16:11:10,066 [82980347] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-19 16:11:10,066 [82980347] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-19 16:11:10,066 [82980347] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-19 16:11:10,081 [82980362] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-19 16:11:10,097 [82980378] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1 auto-detected files
Elapsed time on auto-detect: 7 ms
2018-04-19 16:11:10,097 [82980378] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-19 16:11:10,097 [82980378] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-19 16:11:10,144 [82980425] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-19 16:11:10,144 [82980425] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-19 16:11:10,144 [82980425] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-21 14:36:33,380 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-21 14:36:33,490 [ 110] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:33)
2018-04-21 14:36:33,490 [ 110] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-21 14:36:33,490 [ 110] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-21 14:36:33,490 [ 110] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-21 14:36:33,505 [ 125] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-21 14:36:33,505 [ 125] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-21 14:36:33,505 [ 125] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-21 14:36:33,556 [ 176] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 51 ms
2018-04-21 14:36:33,559 [ 179] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-21 14:36:33,633 [ 253] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-21 14:36:33,633 [ 253] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-21 14:36:34,448 [ 1068] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-21 14:36:34,448 [ 1068] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@632e0f08[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@24dd26ff
2018-04-21 14:36:34,896 [ 1516] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-21 14:36:34,896 [ 1516] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-21 14:36:35,209 [ 1829] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-21 14:36:35,701 [ 2321] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 968 ms
2018-04-21 14:36:35,701 [ 2321] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-21 14:36:35,701 [ 2321] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-21 14:36:39,789 [ 6409] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-21 14:36:39,867 [ 6487] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-21 14:36:39,889 [ 6509] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-21 14:36:40,277 [ 6897] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-21 14:36:40,277 [ 6897] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-21 14:36:40,741 [ 7361] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-21 14:36:40,804 [ 7424] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-21 14:36:41,119 [ 7739] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@6401352
2018-04-21 14:36:41,251 [ 7871] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-21 14:36:41,279 [ 7899] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-21 14:36:41,327 [ 7947] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-21 14:36:41,576 [ 8196] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:204, number of extensions:46
2018-04-21 14:36:41,579 [ 8199] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:3
2018-04-21 14:36:41,604 [ 8224] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:17, number of extensions:56
2018-04-21 14:36:41,606 [ 8226] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:1
2018-04-21 14:36:41,927 [ 8547] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-21 14:36:41,955 [ 8575] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@69b4bba5
2018-04-21 14:36:41,955 [ 8575] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@7c6b5b2c
2018-04-21 14:36:41,955 [ 8575] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@e67f9db
2018-04-21 14:36:41,958 [ 8578] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 7225ms
2018-04-21 14:36:41,977 [ 8597] INFO - .intellij.idea.IdeaApplication - App initialization took 10456 ms
2018-04-21 14:36:42,931 [ 9551] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@4fa3696d
2018-04-21 14:36:42,946 [ 9566] INFO - pl$FileIndexDataInitialization - Initialization done:1367
2018-04-21 14:36:43,024 [ 9644] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-21 14:36:43,629 [ 10249] INFO - exImpl$StubIndexInitialization - Initialization done:681
2018-04-21 14:36:43,778 [ 10398] WARN - dea.updater.SdkComponentSource - File C:\Users\admin\.android\repositories.cfg could not be loaded.
2018-04-21 14:36:43,794 [ 10414] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-1.xml
2018-04-21 14:36:44,200 [ 10820] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@a943305
2018-04-21 14:36:44,450 [ 11070] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@3e25c7c2
2018-04-21 14:36:44,450 [ 11070] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@2578a993
2018-04-21 14:36:44,466 [ 11086] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 2053 ms
2018-04-21 14:36:44,576 [ 11196] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 95 ms
2018-04-21 14:36:44,582 [ 11202] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-3.xml
2018-04-21 14:36:44,723 [ 11343] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-21 14:36:44,754 [ 11374] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-1.xml
2018-04-21 14:36:45,058 [ 11678] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-1.xml
2018-04-21 14:36:45,152 [ 11772] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-21 14:36:45,308 [ 11928] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-1.xml
2018-04-21 14:36:45,480 [ 12100] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 219ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-21 14:36:45,597 [ 12217] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-1.xml
2018-04-21 14:36:45,605 [ 12225] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-21 14:36:45,863 [ 12483] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-1.xml
2018-04-21 14:36:46,053 [ 12673] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-21 14:36:46,222 [ 12842] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-1.xml
2018-04-21 14:36:46,472 [ 13092] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-1.xml
2018-04-21 14:36:46,487 [ 13107] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1210ms under project opening modal progress
2018-04-21 14:36:46,542 [ 13162] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 3 millis
2018-04-21 14:36:46,580 [ 13200] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1350ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-21 14:36:46,896 [ 13516] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-1.xml
2018-04-21 14:36:47,178 [ 13798] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-1.xml
2018-04-21 14:36:47,319 [ 13939] INFO - j.ide.ui.OptionsTopHitProvider - 262 ms spent to cache options in application
2018-04-21 14:36:47,351 [ 13971] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-21 14:36:47,366 [ 13986] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-21 14:36:47,671 [ 14291] INFO - tor.impl.FileEditorManagerImpl - Project opening took 5328 ms
2018-04-21 14:36:47,889 [ 14509] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1836ms; general responsiveness: ok; EDT responsiveness: 1/2 sluggish
2018-04-21 14:36:48,093 [ 14713] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 4/21/2018 2:36 PM)
2018-04-21 14:36:48,311 [ 14931] INFO - j.ide.ui.OptionsTopHitProvider - 170 ms spent to cache options in project
2018-04-21 14:36:49,161 [ 15781] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-21 14:36:51,912 [ 18532] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 368 ms
2018-04-21 14:36:51,912 [ 18532] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-21 14:36:51,912 [ 18532] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-21 14:36:51,912 [ 18532] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-21 14:36:51,912 [ 18532] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-21 14:36:51,912 [ 18532] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-21 14:36:55,718 [ 22338] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 3791 ms
2018-04-21 14:36:55,718 [ 22338] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-21 14:36:56,843 [ 23463] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 1094 ms
2018-04-21 14:36:56,874 [ 23494] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-21 14:36:56,874 [ 23494] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-21 14:37:02,526 [ 29146] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-21 14:37:02,526 [ 29146] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-21 16:05:06,824 [5313444] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-21 16:05:06,825 [5313445] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-21 16:05:06,825 [5313445] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-21 16:05:06,826 [5313446] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-21 16:05:06,826 [5313446] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-21 16:05:06,841 [5313461] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1 auto-detected files
Elapsed time on auto-detect: 20 ms
2018-04-21 16:05:06,841 [5313461] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-21 16:05:06,857 [5313477] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-21 16:05:06,909 [5313529] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-21 16:05:06,909 [5313529] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-21 16:05:06,909 [5313529] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-22 11:05:49,043 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-22 11:05:49,151 [ 108] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:49)
2018-04-22 11:05:49,151 [ 108] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-22 11:05:49,151 [ 108] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-22 11:05:49,151 [ 108] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-22 11:05:49,166 [ 123] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-22 11:05:49,166 [ 123] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-22 11:05:49,166 [ 123] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-22 11:05:49,198 [ 155] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 32 ms
2018-04-22 11:05:49,213 [ 170] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-22 11:05:49,276 [ 233] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-22 11:05:49,276 [ 233] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-22 11:05:50,100 [ 1057] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-22 11:05:50,116 [ 1073] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@3f7989b7[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@2c7c2803
2018-04-22 11:05:50,596 [ 1553] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-22 11:05:50,596 [ 1553] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-22 11:05:50,917 [ 1874] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-22 11:05:51,382 [ 2339] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 954 ms
2018-04-22 11:05:51,397 [ 2354] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-22 11:05:51,397 [ 2354] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-22 11:05:54,752 [ 5709] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-22 11:05:54,830 [ 5787] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-22 11:05:54,862 [ 5819] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-22 11:05:55,260 [ 6217] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-22 11:05:55,260 [ 6217] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-22 11:05:55,721 [ 6678] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-22 11:05:55,830 [ 6787] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-22 11:05:56,150 [ 7107] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@5f011da4
2018-04-22 11:05:56,306 [ 7263] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-22 11:05:56,335 [ 7292] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-22 11:05:56,388 [ 7345] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-22 11:05:56,646 [ 7603] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:211, number of extensions:46
2018-04-22 11:05:56,647 [ 7604] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:4
2018-04-22 11:05:56,677 [ 7634] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:18, number of extensions:56
2018-04-22 11:05:56,678 [ 7635] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-22 11:05:56,984 [ 7941] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-22 11:05:57,000 [ 7957] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@3388f89e
2018-04-22 11:05:57,000 [ 7957] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@729f07cb
2018-04-22 11:05:57,001 [ 7958] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@5fbd93aa
2018-04-22 11:05:57,003 [ 7960] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 6575ms
2018-04-22 11:05:57,023 [ 7980] INFO - .intellij.idea.IdeaApplication - App initialization took 9814 ms
2018-04-22 11:05:57,907 [ 8864] INFO - pl$FileIndexDataInitialization - Initialization done:1270
2018-04-22 11:05:57,978 [ 8935] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@665ec455
2018-04-22 11:05:57,995 [ 8952] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-22 11:05:58,512 [ 9469] INFO - exImpl$StubIndexInitialization - Initialization done:592
2018-04-22 11:05:59,099 [ 10056] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@4c1140f7
2018-04-22 11:05:59,304 [ 10261] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@71a1fa2
2018-04-22 11:05:59,319 [ 10276] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@664a0c7f
2018-04-22 11:05:59,319 [ 10276] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 1901 ms
2018-04-22 11:05:59,513 [ 10470] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 194 ms
2018-04-22 11:05:59,638 [ 10595] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-22 11:06:00,059 [ 11016] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-22 11:06:00,407 [ 11364] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 204ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-22 11:06:00,501 [ 11458] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-22 11:06:00,956 [ 11913] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 16ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-22 11:06:01,215 [ 12172] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1044ms under project opening modal progress
2018-04-22 11:06:01,277 [ 12234] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 0 millis
2018-04-22 11:06:01,323 [ 12280] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1198ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-22 11:06:01,871 [ 12828] INFO - j.ide.ui.OptionsTopHitProvider - 248 ms spent to cache options in application
2018-04-22 11:06:01,918 [ 12875] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-22 11:06:01,933 [ 12890] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-22 11:06:02,197 [ 13154] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4856 ms
2018-04-22 11:06:02,334 [ 13291] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1378ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-22 11:06:02,756 [ 13713] INFO - j.ide.ui.OptionsTopHitProvider - 124 ms spent to cache options in project
2018-04-22 11:06:03,924 [ 14881] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-22 11:06:06,267 [ 17224] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 295 ms
2018-04-22 11:06:06,267 [ 17224] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-22 11:06:06,267 [ 17224] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-22 11:06:06,267 [ 17224] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-22 11:06:06,283 [ 17240] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-22 11:06:06,283 [ 17240] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-22 11:06:10,017 [ 20974] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 3719 ms
2018-04-22 11:06:10,017 [ 20974] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-22 11:06:10,850 [ 21807] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 794 ms
2018-04-22 11:06:10,865 [ 21822] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-22 11:06:10,865 [ 21822] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-22 11:06:16,997 [ 27954] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-22 11:06:16,997 [ 27954] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-22 14:36:48,736 [12659693] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-3.xml
2018-04-22 14:36:49,167 [12660124] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-1.xml
2018-04-22 14:36:49,480 [12660437] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-1.xml
2018-04-22 14:36:49,746 [12660703] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-1.xml
2018-04-22 14:36:50,035 [12660992] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-1.xml
2018-04-22 14:36:50,302 [12661259] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-1.xml
2018-04-22 14:36:50,599 [12661556] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-1.xml
2018-04-22 14:36:50,849 [12661806] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-1.xml
2018-04-22 14:36:51,218 [12662175] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-1.xml
2018-04-22 14:36:51,461 [12662418] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-1.xml
2018-04-22 14:36:51,692 [12662649] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-1.xml
2018-04-22 14:36:52,073 [12663030] WARN - dea.updater.SdkComponentSource - File C:\Users\admin\.android\repositories.cfg could not be loaded.
2018-04-22 14:53:27,049 [13658006] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-22 14:53:27,050 [13658007] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-22 14:53:27,050 [13658007] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-22 14:53:27,065 [13658022] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-22 14:53:27,067 [13658024] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-22 14:53:27,087 [13658044] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1 auto-detected files
Elapsed time on auto-detect: 16 ms
2018-04-22 14:53:27,088 [13658045] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-22 14:53:27,090 [13658047] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-22 14:53:27,125 [13658082] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-22 14:53:27,125 [13658082] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-22 14:53:27,125 [13658082] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-22 14:56:21,361 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-22 14:56:21,439 [ 78] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:21)
2018-04-22 14:56:21,439 [ 78] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-22 14:56:21,439 [ 78] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-22 14:56:21,439 [ 78] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-22 14:56:21,439 [ 78] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-22 14:56:21,439 [ 78] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-22 14:56:21,439 [ 78] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-22 14:56:21,470 [ 109] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 15 ms
2018-04-22 14:56:21,470 [ 109] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-22 14:56:21,517 [ 156] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-22 14:56:21,517 [ 156] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-22 14:56:21,939 [ 578] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-22 14:56:21,939 [ 578] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@15aa3477[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@8e7f702
2018-04-22 14:56:22,261 [ 900] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-22 14:56:22,261 [ 900] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-22 14:56:22,543 [ 1182] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-22 14:56:23,010 [ 1649] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 888 ms
2018-04-22 14:56:23,013 [ 1652] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-22 14:56:23,014 [ 1653] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-22 14:56:25,918 [ 4557] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-22 14:56:25,965 [ 4604] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-22 14:56:25,965 [ 4604] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-22 14:56:26,319 [ 4958] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-22 14:56:26,319 [ 4958] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-22 14:56:26,678 [ 5317] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-22 14:56:26,756 [ 5395] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-22 14:56:27,007 [ 5646] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@50466cf1
2018-04-22 14:56:27,148 [ 5787] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-22 14:56:27,158 [ 5797] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-22 14:56:27,195 [ 5834] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-22 14:56:27,374 [ 6013] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:146, number of extensions:46
2018-04-22 14:56:27,376 [ 6015] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:3
2018-04-22 14:56:27,403 [ 6042] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:17, number of extensions:56
2018-04-22 14:56:27,403 [ 6042] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-22 14:56:27,648 [ 6287] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@54152156
2018-04-22 14:56:27,649 [ 6288] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@3bdf5852
2018-04-22 14:56:27,649 [ 6288] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@13ff179
2018-04-22 14:56:27,651 [ 6290] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 5532ms
2018-04-22 14:56:27,665 [ 6304] INFO - .intellij.idea.IdeaApplication - App initialization took 7873 ms
2018-04-22 14:56:27,697 [ 6336] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-22 14:56:28,408 [ 7047] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@6c082474
2018-04-22 14:56:28,431 [ 7070] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-22 14:56:28,526 [ 7165] INFO - pl$FileIndexDataInitialization - Initialization done:1154
2018-04-22 14:56:29,093 [ 7732] INFO - exImpl$StubIndexInitialization - Initialization done:562
2018-04-22 14:56:29,459 [ 8098] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@ee7e7c0
2018-04-22 14:56:29,599 [ 8238] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 1629 ms
2018-04-22 14:56:29,646 [ 8285] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@95edf04
2018-04-22 14:56:29,646 [ 8285] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@6bee29f3
2018-04-22 14:56:29,771 [ 8410] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 172 ms
2018-04-22 14:56:29,896 [ 8535] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-22 14:56:30,266 [ 8905] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-22 14:56:30,631 [ 9270] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 219ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-22 14:56:30,709 [ 9348] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-22 14:56:31,129 [ 9768] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 8ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-22 14:56:31,374 [ 10013] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 946ms under project opening modal progress
2018-04-22 14:56:31,405 [ 10044] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 0 millis
2018-04-22 14:56:31,577 [ 10216] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1243ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-22 14:56:31,937 [ 10576] INFO - j.ide.ui.OptionsTopHitProvider - 173 ms spent to cache options in application
2018-04-22 14:56:31,984 [ 10623] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-22 14:56:31,999 [ 10638] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-22 14:56:32,147 [ 10786] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4254 ms
2018-04-22 14:56:32,350 [ 10989] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1219ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-22 14:56:32,772 [ 11411] INFO - j.ide.ui.OptionsTopHitProvider - 157 ms spent to cache options in project
2018-04-22 14:56:33,313 [ 11952] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-22 14:56:37,073 [ 15712] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 284 ms
2018-04-22 14:56:37,073 [ 15712] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-22 14:56:37,073 [ 15712] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-22 14:56:37,073 [ 15712] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-22 14:56:37,135 [ 15774] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-22 14:56:37,135 [ 15774] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-22 14:56:40,465 [ 19104] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 3314 ms
2018-04-22 14:56:40,481 [ 19120] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-22 14:56:41,241 [ 19880] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 745 ms
2018-04-22 14:56:41,256 [ 19895] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-22 14:56:41,256 [ 19895] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-22 14:56:46,903 [ 25542] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-22 14:56:46,903 [ 25542] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-22 15:27:29,582 [1868221] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-22 15:27:29,582 [1868221] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-22 15:27:29,582 [1868221] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-22 15:27:29,598 [1868237] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-22 15:27:29,598 [1868237] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-22 15:27:29,614 [1868253] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1 auto-detected files
Elapsed time on auto-detect: 15 ms
2018-04-22 15:27:29,614 [1868253] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-22 15:27:29,614 [1868253] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-22 15:27:29,645 [1868284] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-22 15:27:29,645 [1868284] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-22 15:27:29,645 [1868284] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-23 21:21:55,754 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-23 21:21:55,864 [ 110] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:55)
2018-04-23 21:21:55,864 [ 110] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-23 21:21:55,864 [ 110] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-23 21:21:55,864 [ 110] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-23 21:21:55,879 [ 125] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-23 21:21:55,879 [ 125] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-23 21:21:55,879 [ 125] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-23 21:21:55,911 [ 157] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 32 ms
2018-04-23 21:21:55,911 [ 157] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-23 21:21:55,973 [ 219] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-23 21:21:55,973 [ 219] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-23 21:21:56,816 [ 1062] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-23 21:21:56,816 [ 1062] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@75fa48e6[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@33720743
2018-04-23 21:21:57,224 [ 1470] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-23 21:21:57,228 [ 1474] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-23 21:21:57,545 [ 1791] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-23 21:21:58,038 [ 2284] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 987 ms
2018-04-23 21:21:58,038 [ 2284] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-23 21:21:58,038 [ 2284] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-23 21:22:02,122 [ 6368] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-23 21:22:02,213 [ 6459] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-23 21:22:02,244 [ 6490] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-23 21:22:02,650 [ 6896] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-23 21:22:02,650 [ 6896] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-23 21:22:03,117 [ 7363] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-23 21:22:03,202 [ 7448] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-23 21:22:03,482 [ 7728] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@7b96a979
2018-04-23 21:22:03,649 [ 7895] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-23 21:22:03,668 [ 7914] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-23 21:22:03,721 [ 7967] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-23 21:22:03,968 [ 8214] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:206, number of extensions:46
2018-04-23 21:22:03,975 [ 8221] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:3
2018-04-23 21:22:04,001 [ 8247] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:18, number of extensions:56
2018-04-23 21:22:04,002 [ 8248] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-23 21:22:04,332 [ 8578] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@5af69b4
2018-04-23 21:22:04,332 [ 8578] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@4444397f
2018-04-23 21:22:04,332 [ 8578] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@46f9f39a
2018-04-23 21:22:04,335 [ 8581] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 7284ms
2018-04-23 21:22:04,338 [ 8584] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-23 21:22:04,361 [ 8607] INFO - .intellij.idea.IdeaApplication - App initialization took 10701 ms
2018-04-23 21:22:05,356 [ 9602] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@f67a84e
2018-04-23 21:22:05,372 [ 9618] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-23 21:22:05,420 [ 9666] INFO - pl$FileIndexDataInitialization - Initialization done:1445
2018-04-23 21:22:05,857 [ 10103] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-1.xml
2018-04-23 21:22:06,019 [ 10265] INFO - exImpl$StubIndexInitialization - Initialization done:598
2018-04-23 21:22:06,559 [ 10805] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@7c5bf7a7
2018-04-23 21:22:06,656 [ 10902] WARN - dea.updater.SdkComponentSource - File C:\Users\admin\.android\repositories.cfg could not be loaded.
2018-04-23 21:22:06,659 [ 10905] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-3.xml
2018-04-23 21:22:06,796 [ 11042] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 2010 ms
2018-04-23 21:22:06,813 [ 11059] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@2b773f73
2018-04-23 21:22:06,817 [ 11063] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@72be4ef
2018-04-23 21:22:06,826 [ 11072] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-1.xml
2018-04-23 21:22:06,888 [ 11134] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 91 ms
2018-04-23 21:22:07,046 [ 11292] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-23 21:22:07,134 [ 11380] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-1.xml
2018-04-23 21:22:07,363 [ 11609] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-1.xml
2018-04-23 21:22:07,508 [ 11754] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-23 21:22:07,598 [ 11844] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-1.xml
2018-04-23 21:22:07,833 [ 12079] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-1.xml
2018-04-23 21:22:07,897 [ 12143] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 215ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-23 21:22:07,953 [ 12199] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-23 21:22:08,088 [ 12334] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-1.xml
2018-04-23 21:22:08,316 [ 12562] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-1.xml
2018-04-23 21:22:08,413 [ 12659] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 9ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-23 21:22:08,724 [ 12970] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-1.xml
2018-04-23 21:22:08,820 [ 13066] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1209ms under project opening modal progress
2018-04-23 21:22:08,869 [ 13115] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 4 millis
2018-04-23 21:22:08,909 [ 13155] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1334ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-23 21:22:08,946 [ 13192] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-1.xml
2018-04-23 21:22:09,608 [ 13854] INFO - j.ide.ui.OptionsTopHitProvider - 282 ms spent to cache options in application
2018-04-23 21:22:09,648 [ 13894] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-23 21:22:09,660 [ 13906] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-23 21:22:10,018 [ 14264] INFO - tor.impl.FileEditorManagerImpl - Project opening took 5309 ms
2018-04-23 21:22:10,049 [ 14295] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1635ms; general responsiveness: ok; EDT responsiveness: 1/2 sluggish
2018-04-23 21:22:10,361 [ 14607] INFO - j.ide.plugins.RepositoryHelper - using cached plugin list (updated at 4/23/2018 9:22 PM)
2018-04-23 21:22:10,553 [ 14799] INFO - j.ide.ui.OptionsTopHitProvider - 156 ms spent to cache options in project
2018-04-23 21:22:11,965 [ 16211] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-23 21:22:14,034 [ 18280] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 283 ms
2018-04-23 21:22:14,035 [ 18281] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-23 21:22:14,037 [ 18283] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-23 21:22:14,037 [ 18283] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-23 21:22:14,043 [ 18289] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-23 21:22:14,046 [ 18292] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-23 21:22:17,576 [ 21822] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 3513 ms
2018-04-23 21:22:17,579 [ 21825] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-23 21:22:18,448 [ 22694] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 843 ms
2018-04-23 21:22:18,467 [ 22713] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-23 21:22:18,470 [ 22716] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-23 21:22:24,727 [ 28973] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-23 21:22:24,727 [ 28973] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-23 21:25:54,564 [ 238810] INFO - ScriptTemplatesProviders - [kts] loading script definitions [] using cp:
2018-04-23 21:33:53,374 [ 717620] INFO - llij.help.impl.HelpManagerImpl - Failed to load help set from 'jar:file:///C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\help\ideahelp.jar!/idea/Help.hs'
javax.help.HelpSetException: Could not parse
Got an IOException (C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\help\ideahelp.jar (The system cannot find the path specified))
Parsing failed for null
at javax.help.HelpSet.<init>(HelpSet.java:154)
at com.intellij.help.impl.HelpManagerImpl.loadHelpSet(HelpManagerImpl.java:139)
at com.intellij.help.impl.HelpManagerImpl.createHelpSet(HelpManagerImpl.java:113)
at com.intellij.help.impl.HelpManagerImpl.invokeHelp(HelpManagerImpl.java:74)
at com.android.tools.idea.help.StudioHelpManagerImpl.invokeHelp(StudioHelpManagerImpl.java:60)
at com.intellij.refactoring.rename.RenameDialog.doHelpAction(RenameDialog.java:297)
at com.intellij.openapi.ui.DialogWrapper$HelpAction.actionPerformed(DialogWrapper.java:1924)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6541)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3325)
at java.awt.Component.processEvent(Component.java:6306)
at java.awt.Container.processEvent(Container.java:2237)
at java.awt.Component.dispatchEventImpl(Component.java:4897)
at java.awt.Container.dispatchEventImpl(Container.java:2295)
at java.awt.Component.dispatchEvent(Component.java:4719)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4889)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4526)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4467)
at java.awt.Container.dispatchEventImpl(Container.java:2281)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4719)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
at java.awt.EventQueue$4.run(EventQueue.java:737)
at java.awt.EventQueue$4.run(EventQueue.java:735)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:734)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:779)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:716)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:395)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
at java.awt.Dialog.show(Dialog.java:1077)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:694)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:427)
at com.intellij.openapi.ui.DialogWrapper.invokeShow(DialogWrapper.java:1682)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1631)
at com.intellij.refactoring.ui.RefactoringDialog.show(RefactoringDialog.java:67)
at com.intellij.refactoring.rename.PsiElementRenameHandler.rename(PsiElementRenameHandler.java:198)
at com.intellij.refactoring.rename.PsiElementRenameHandler.rename(PsiElementRenameHandler.java:169)
at com.intellij.refactoring.rename.PsiElementRenameHandler.invoke(PsiElementRenameHandler.java:119)
at com.intellij.refactoring.rename.PsiElementRenameHandler.invoke(PsiElementRenameHandler.java:79)
at com.intellij.refactoring.actions.BaseRefactoringAction.actionPerformed(BaseRefactoringAction.java:131)
at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:220)
at com.intellij.openapi.application.TransactionGuardImpl.runSyncTransaction(TransactionGuardImpl.java:88)
at com.intellij.openapi.application.TransactionGuardImpl.submitTransactionAndWait(TransactionGuardImpl.java:153)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:235)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.lambda$actionPerformed$0(ActionMenuItem.java:301)
at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:307)
at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.runOnOwnContext(IdeFocusManagerImpl.java:104)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:291)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$fireActionPerformed$0(ActionMenuItem.java:111)
at com.intellij.openapi.application.TransactionGuardImpl.runSyncTransaction(TransactionGuardImpl.java:88)
at com.intellij.openapi.application.TransactionGuardImpl.lambda$submitTransaction$1(TransactionGuardImpl.java:111)
at com.intellij.openapi.application.TransactionGuardImpl.submitTransaction(TransactionGuardImpl.java:120)
at com.intellij.openapi.application.TransactionGuard.submitTransaction(TransactionGuard.java:122)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:111)
at com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:528)
at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI.java:48)
at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:548)
at java.awt.Component.processMouseEvent(Component.java:6541)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3325)
at java.awt.Component.processEvent(Component.java:6306)
at java.awt.Container.processEvent(Container.java:2237)
at java.awt.Component.dispatchEventImpl(Component.java:4897)
at java.awt.Container.dispatchEventImpl(Container.java:2295)
at java.awt.Component.dispatchEvent(Component.java:4719)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4889)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4526)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4467)
at java.awt.Container.dispatchEventImpl(Container.java:2281)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4719)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
at java.awt.EventQueue$4.run(EventQueue.java:737)
at java.awt.EventQueue$4.run(EventQueue.java:735)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:734)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:779)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:716)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:395)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-23 21:37:54,834 [ 959080] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-23 21:37:54,834 [ 959080] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-23 21:37:54,834 [ 959080] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-23 21:37:54,849 [ 959095] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-23 21:37:54,849 [ 959095] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-23 21:37:54,865 [ 959111] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1 auto-detected files
Elapsed time on auto-detect: 18 ms
2018-04-23 21:37:54,865 [ 959111] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-23 21:37:54,865 [ 959111] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-23 21:37:54,912 [ 959158] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-23 21:37:54,912 [ 959158] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-23 21:37:54,912 [ 959158] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-24 09:27:54,230 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-24 09:27:54,349 [ 119] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:54)
2018-04-24 09:27:54,349 [ 119] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-24 09:27:54,349 [ 119] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-24 09:27:54,349 [ 119] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-24 09:27:54,361 [ 131] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-24 09:27:54,362 [ 132] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-24 09:27:54,362 [ 132] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-24 09:27:54,393 [ 163] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 31 ms
2018-04-24 09:27:54,395 [ 165] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-24 09:27:54,471 [ 241] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-24 09:27:54,471 [ 241] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-24 09:27:55,055 [ 825] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-24 09:27:55,071 [ 841] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@5c2a059a[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@118918e7
2018-04-24 09:27:55,509 [ 1279] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-24 09:27:55,509 [ 1279] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-24 09:27:55,818 [ 1588] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-24 09:27:56,293 [ 2063] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 961 ms
2018-04-24 09:27:56,294 [ 2064] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-24 09:27:56,294 [ 2064] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-24 09:27:59,525 [ 5295] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-24 09:27:59,620 [ 5390] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-24 09:27:59,656 [ 5426] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-24 09:28:00,014 [ 5784] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-24 09:28:00,014 [ 5784] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-24 09:28:00,511 [ 6281] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-24 09:28:00,574 [ 6344] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-24 09:28:00,868 [ 6638] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@3da457b6
2018-04-24 09:28:01,020 [ 6790] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-24 09:28:01,044 [ 6814] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-24 09:28:01,093 [ 6863] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-24 09:28:01,356 [ 7126] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:216, number of extensions:46
2018-04-24 09:28:01,360 [ 7130] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:3
2018-04-24 09:28:01,388 [ 7158] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:19, number of extensions:56
2018-04-24 09:28:01,389 [ 7159] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-24 09:28:01,710 [ 7480] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-24 09:28:01,728 [ 7498] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@30c22323
2018-04-24 09:28:01,729 [ 7499] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@4d3b6ac6
2018-04-24 09:28:01,729 [ 7499] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@f11dfad
2018-04-24 09:28:01,731 [ 7501] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 6401ms
2018-04-24 09:28:01,745 [ 7515] INFO - .intellij.idea.IdeaApplication - App initialization took 9357 ms
2018-04-24 09:28:02,599 [ 8369] INFO - pl$FileIndexDataInitialization - Initialization done:1238
2018-04-24 09:28:02,670 [ 8440] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@25eda82b
2018-04-24 09:28:02,696 [ 8466] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-24 09:28:03,111 [ 8881] INFO - exImpl$StubIndexInitialization - Initialization done:522
2018-04-24 09:28:03,732 [ 9502] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@3f37aa50
2018-04-24 09:28:03,962 [ 9732] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@1f9f5b20
2018-04-24 09:28:03,962 [ 9732] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@1366803f
2018-04-24 09:28:03,977 [ 9747] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 1879 ms
2018-04-24 09:28:04,165 [ 9935] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 188 ms
2018-04-24 09:28:04,294 [ 10064] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-24 09:28:04,716 [ 10486] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-24 09:28:05,125 [ 10895] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 214ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-24 09:28:05,171 [ 10941] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-24 09:28:05,666 [ 11436] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 47ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-24 09:28:05,894 [ 11664] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1050ms under project opening modal progress
2018-04-24 09:28:05,925 [ 11695] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 0 millis
2018-04-24 09:28:06,128 [ 11898] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1321ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-24 09:28:06,536 [ 12306] INFO - j.ide.ui.OptionsTopHitProvider - 229 ms spent to cache options in application
2018-04-24 09:28:06,586 [ 12356] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-24 09:28:06,618 [ 12388] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-24 09:28:06,791 [ 12561] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4773 ms
2018-04-24 09:28:06,959 [ 12729] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1292ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-24 09:28:07,448 [ 13218] INFO - j.ide.ui.OptionsTopHitProvider - 222 ms spent to cache options in project
2018-04-24 09:28:08,229 [ 13999] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-24 09:28:10,895 [ 16665] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 277 ms
2018-04-24 09:28:10,895 [ 16665] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-24 09:28:10,895 [ 16665] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-24 09:28:10,895 [ 16665] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-24 09:28:10,895 [ 16665] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-24 09:28:10,910 [ 16680] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-24 09:28:14,416 [ 20186] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 3490 ms
2018-04-24 09:28:14,418 [ 20188] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-24 09:28:15,314 [ 21084] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 873 ms
2018-04-24 09:28:15,326 [ 21096] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-24 09:28:15,328 [ 21098] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-24 09:28:21,226 [ 26996] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-24 09:28:21,227 [ 26997] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-24 14:54:31,825 [19597595] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-24 14:54:31,826 [19597596] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-24 14:54:31,826 [19597596] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-24 14:54:31,838 [19597608] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-24 14:54:31,841 [19597611] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-24 14:54:31,860 [19597630] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1 auto-detected files
Elapsed time on auto-detect: 13 ms
2018-04-24 14:54:31,862 [19597632] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-24 14:54:31,864 [19597634] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-24 14:54:31,916 [19597686] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-24 14:54:31,918 [19597688] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-24 14:54:31,920 [19597690] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-24 23:47:13,036 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-24 23:47:13,161 [ 125] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:13)
2018-04-24 23:47:13,161 [ 125] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-24 23:47:13,161 [ 125] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-24 23:47:13,161 [ 125] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-24 23:47:13,176 [ 140] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-24 23:47:13,176 [ 140] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-24 23:47:13,176 [ 140] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-24 23:47:13,216 [ 180] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 39 ms
2018-04-24 23:47:13,219 [ 183] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-24 23:47:13,294 [ 258] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-24 23:47:13,294 [ 258] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-24 23:47:13,984 [ 948] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-24 23:47:13,993 [ 957] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@1957703[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@6bbb9c83
2018-04-24 23:47:14,426 [ 1390] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-24 23:47:14,430 [ 1394] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-24 23:47:14,801 [ 1765] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-24 23:47:15,333 [ 2297] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 1094 ms
2018-04-24 23:47:15,337 [ 2301] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-24 23:47:15,337 [ 2301] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-24 23:47:19,434 [ 6398] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-24 23:47:19,508 [ 6472] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-24 23:47:19,538 [ 6502] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-24 23:47:19,929 [ 6893] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-24 23:47:19,929 [ 6893] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-24 23:47:20,391 [ 7355] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-24 23:47:20,473 [ 7437] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-24 23:47:20,765 [ 7729] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@7c398616
2018-04-24 23:47:20,931 [ 7895] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-24 23:47:20,952 [ 7916] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-24 23:47:21,005 [ 7969] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-24 23:47:21,254 [ 8218] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:201, number of extensions:46
2018-04-24 23:47:21,257 [ 8221] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:3
2018-04-24 23:47:21,286 [ 8250] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:19, number of extensions:56
2018-04-24 23:47:21,286 [ 8250] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-24 23:47:21,596 [ 8560] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@6288ac45
2018-04-24 23:47:21,596 [ 8560] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@162052b9
2018-04-24 23:47:21,597 [ 8561] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@49960fb8
2018-04-24 23:47:21,598 [ 8562] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 7363ms
2018-04-24 23:47:21,619 [ 8583] INFO - .intellij.idea.IdeaApplication - App initialization took 10645 ms
2018-04-24 23:47:21,639 [ 8603] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-24 23:47:22,560 [ 9524] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@77115d0c
2018-04-24 23:47:22,615 [ 9579] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-24 23:47:22,792 [ 9756] INFO - pl$FileIndexDataInitialization - Initialization done:1534
2018-04-24 23:47:23,389 [ 10353] WARN - dea.updater.SdkComponentSource - File C:\Users\admin\.android\repositories.cfg could not be loaded.
2018-04-24 23:47:23,392 [ 10356] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-1.xml
2018-04-24 23:47:23,531 [ 10495] INFO - exImpl$StubIndexInitialization - Initialization done:738
2018-04-24 23:47:23,830 [ 10794] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@1cd0fdd8
2018-04-24 23:47:24,064 [ 11028] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 2045 ms
2018-04-24 23:47:24,100 [ 11064] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@4263f352
2018-04-24 23:47:24,106 [ 11070] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@4a714ab6
2018-04-24 23:47:24,169 [ 11133] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 104 ms
2018-04-24 23:47:24,209 [ 11173] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-3.xml
2018-04-24 23:47:24,335 [ 11299] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-24 23:47:24,362 [ 11326] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-1.xml
2018-04-24 23:47:24,701 [ 11665] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-1.xml
2018-04-24 23:47:24,813 [ 11777] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-24 23:47:24,959 [ 11923] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-1.xml
2018-04-24 23:47:25,176 [ 12140] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-1.xml
2018-04-24 23:47:25,271 [ 12235] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 235ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-24 23:47:25,315 [ 12279] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-24 23:47:25,396 [ 12360] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-1.xml
2018-04-24 23:47:25,629 [ 12593] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-1.xml
2018-04-24 23:47:25,809 [ 12773] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 10ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-24 23:47:25,848 [ 12812] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-1.xml
2018-04-24 23:47:26,139 [ 13103] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1203ms under project opening modal progress
2018-04-24 23:47:26,187 [ 13151] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 4 millis
2018-04-24 23:47:26,212 [ 13176] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-1.xml
2018-04-24 23:47:26,228 [ 13192] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1331ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-24 23:47:26,465 [ 13429] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-1.xml
2018-04-24 23:47:26,941 [ 13905] INFO - j.ide.ui.OptionsTopHitProvider - 254 ms spent to cache options in application
2018-04-24 23:47:26,971 [ 13935] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-24 23:47:26,981 [ 13945] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-24 23:47:27,490 [ 14454] INFO - tor.impl.FileEditorManagerImpl - Project opening took 5564 ms
2018-04-24 23:47:27,528 [ 14492] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1717ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-24 23:47:27,992 [ 14956] INFO - j.ide.ui.OptionsTopHitProvider - 156 ms spent to cache options in project
2018-04-24 23:47:29,134 [ 16098] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-24 23:47:31,299 [ 18263] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 97 ms
2018-04-24 23:47:31,300 [ 18264] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-24 23:47:31,303 [ 18267] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-24 23:47:31,303 [ 18267] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-24 23:47:31,309 [ 18273] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-24 23:47:31,313 [ 18277] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-24 23:47:35,012 [ 21976] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 3681 ms
2018-04-24 23:47:35,015 [ 21979] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-24 23:47:35,988 [ 22952] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 949 ms
2018-04-24 23:47:36,002 [ 22966] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-24 23:47:36,004 [ 22968] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-24 23:47:42,546 [ 29510] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-24 23:47:42,547 [ 29511] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-25 10:10:56,738 [37423702] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-25 10:10:56,738 [37423702] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-25 10:10:56,738 [37423702] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-25 10:10:56,753 [37423717] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-25 10:10:56,753 [37423717] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-25 10:10:56,816 [37423780] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1 auto-detected files
Elapsed time on auto-detect: 16 ms
2018-04-25 10:10:56,816 [37423780] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-25 10:10:56,816 [37423780] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-25 10:10:58,019 [37424983] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-25 10:10:58,019 [37424983] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-25 10:10:58,019 [37424983] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-26 00:18:42,830 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-26 00:18:42,960 [ 130] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:42)
2018-04-26 00:18:42,960 [ 130] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-26 00:18:42,960 [ 130] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-26 00:18:42,960 [ 130] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-26 00:18:42,976 [ 146] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-26 00:18:42,976 [ 146] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-26 00:18:42,977 [ 147] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-26 00:18:43,015 [ 185] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 38 ms
2018-04-26 00:18:43,018 [ 188] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-26 00:18:43,084 [ 254] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-26 00:18:43,085 [ 255] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-26 00:18:43,830 [ 1000] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-26 00:18:43,839 [ 1009] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@201f5a95[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@3477025a
2018-04-26 00:18:44,251 [ 1421] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-26 00:18:44,252 [ 1422] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-26 00:18:44,620 [ 1790] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-26 00:18:45,157 [ 2327] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 1079 ms
2018-04-26 00:18:45,161 [ 2331] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-26 00:18:45,161 [ 2331] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-26 00:18:49,861 [ 7031] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-26 00:18:49,946 [ 7116] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-26 00:18:49,979 [ 7149] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-26 00:18:50,402 [ 7572] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-26 00:18:50,402 [ 7572] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-26 00:18:50,918 [ 8088] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-26 00:18:51,015 [ 8185] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-26 00:18:51,356 [ 8526] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@3ab74ed1
2018-04-26 00:18:51,536 [ 8706] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-26 00:18:51,554 [ 8724] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-26 00:18:51,610 [ 8780] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-26 00:18:51,872 [ 9042] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:214, number of extensions:46
2018-04-26 00:18:51,876 [ 9046] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:4
2018-04-26 00:18:51,906 [ 9076] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:20, number of extensions:56
2018-04-26 00:18:51,907 [ 9077] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-26 00:18:52,215 [ 9385] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@eab298b
2018-04-26 00:18:52,216 [ 9386] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@7889dae0
2018-04-26 00:18:52,216 [ 9386] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@6b03f652
2018-04-26 00:18:52,218 [ 9388] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 8144ms
2018-04-26 00:18:52,250 [ 9420] INFO - .intellij.idea.IdeaApplication - App initialization took 11636 ms
2018-04-26 00:18:52,313 [ 9483] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-26 00:18:53,244 [ 10414] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@64d3dea2
2018-04-26 00:18:53,296 [ 10466] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-26 00:18:53,729 [ 10899] INFO - pl$FileIndexDataInitialization - Initialization done:1853
2018-04-26 00:18:53,784 [ 10954] WARN - dea.updater.SdkComponentSource - File C:\Users\admin\.android\repositories.cfg could not be loaded.
2018-04-26 00:18:53,786 [ 10956] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addons_list-3.xml
2018-04-26 00:18:54,285 [ 11455] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android/sys-img2-1.xml
2018-04-26 00:18:54,578 [ 11748] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@68b47147
2018-04-26 00:18:54,589 [ 11759] INFO - exImpl$StubIndexInitialization - Initialization done:859
2018-04-26 00:18:54,668 [ 11838] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear/sys-img2-1.xml
2018-04-26 00:18:54,811 [ 11981] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 2099 ms
2018-04-26 00:18:54,839 [ 12009] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@5b8d3408
2018-04-26 00:18:54,845 [ 12015] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@5e8f15a4
2018-04-26 00:18:54,905 [ 12075] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-wear-cn/sys-img2-1.xml
2018-04-26 00:18:54,909 [ 12079] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 96 ms
2018-04-26 00:18:55,063 [ 12233] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-26 00:18:55,160 [ 12330] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/android-tv/sys-img2-1.xml
2018-04-26 00:18:55,396 [ 12566] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis/sys-img2-1.xml
2018-04-26 00:18:55,501 [ 12671] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-26 00:18:55,637 [ 12807] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/sys-img/google_apis_playstore/sys-img2-1.xml
2018-04-26 00:18:55,864 [ 13034] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/addon2-1.xml
2018-04-26 00:18:55,915 [ 13085] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 217ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 00:18:55,956 [ 13126] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-26 00:18:56,249 [ 13419] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/glass/addon2-1.xml
2018-04-26 00:18:56,427 [ 13597] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 10ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 00:18:56,464 [ 13634] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/extras/intel/addon2-1.xml
2018-04-26 00:18:56,681 [ 13851] INFO - dea.updater.SdkComponentSource - Downloading https://dl.google.com/android/repository/repository2-1.xml
2018-04-26 00:18:56,892 [ 14062] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1280ms under project opening modal progress
2018-04-26 00:18:56,937 [ 14107] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 4 millis
2018-04-26 00:18:56,974 [ 14144] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1398ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 00:18:57,688 [ 14858] INFO - j.ide.ui.OptionsTopHitProvider - 253 ms spent to cache options in application
2018-04-26 00:18:57,727 [ 14897] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-26 00:18:57,741 [ 14911] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-26 00:18:57,842 [ 15012] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1414ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish
2018-04-26 00:18:58,357 [ 15527] INFO - tor.impl.FileEditorManagerImpl - Project opening took 5726 ms
2018-04-26 00:18:58,912 [ 16082] INFO - j.ide.ui.OptionsTopHitProvider - 145 ms spent to cache options in project
2018-04-26 00:19:00,090 [ 17260] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-26 00:19:02,503 [ 19673] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 329 ms
2018-04-26 00:19:02,504 [ 19674] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-26 00:19:02,506 [ 19676] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-26 00:19:02,506 [ 19676] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-26 00:19:02,512 [ 19682] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-26 00:19:02,515 [ 19685] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-26 00:19:06,279 [ 23449] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 3745 ms
2018-04-26 00:19:06,282 [ 23452] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-26 00:19:07,347 [ 24517] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 1040 ms
2018-04-26 00:19:07,368 [ 24538] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-26 00:19:07,370 [ 24540] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-26 00:19:15,112 [ 32282] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-26 00:19:15,113 [ 32283] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-26 07:17:26,078 [25123248] INFO - ellij.project.impl.ProjectImpl - 20 project components initialized in 31 ms
2018-04-26 12:46:26,817 [44863987] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2018-04-26 12:46:26,817 [44863987] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2018-04-26 12:46:26,818 [44863988] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2018-04-26 12:46:26,832 [44864002] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2018-04-26 12:46:26,836 [44864006] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-26 12:46:26,884 [44864054] INFO - Types.impl.FileTypeManagerImpl - FileTypeManager: 1 auto-detected files
Elapsed time on auto-detect: 19 ms
2018-04-26 12:46:26,887 [44864057] INFO - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 0
2018-04-26 12:46:26,891 [44864061] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2018-04-26 12:46:28,511 [44865681] INFO - newvfs.persistent.PersistentFS - VFS dispose completed
2018-04-26 12:46:28,515 [44865685] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------
2018-04-26 12:46:28,518 [44865688] INFO - org.jetbrains.io.BuiltInServer - web server stopped
2018-04-26 13:23:36,468 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2018-04-26 13:23:36,616 [ 148] INFO - #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-181.4445.78, 09 Apr 2018 23:36)
2018-04-26 13:23:36,616 [ 148] INFO - #com.intellij.idea.Main - OS: Windows 10 (10.0, amd64)
2018-04-26 13:23:36,616 [ 148] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1136-b27 (JetBrains s.r.o)
2018-04-26 13:23:36,616 [ 148] INFO - #com.intellij.idea.Main - JVM: 25.152-b27 (OpenJDK 64-Bit Server VM)
2018-04-26 13:23:36,619 [ 151] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\idea64.exe.vmoptions -Didea.platform.prefix=Idea -Didea.jre.check=true -Dide.native.launcher=true -Didea.paths.selector=IdeaIC2018.1 -XX:ErrorFile=C:\Users\admin\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\admin\java_error_in_idea.hprof
2018-04-26 13:23:36,620 [ 152] INFO - #com.intellij.idea.Main - ext: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\jre64\lib\ext: [access-bridge-64.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar]
2018-04-26 13:23:36,620 [ 152] INFO - #com.intellij.idea.Main - JNU charset: Cp1251
2018-04-26 13:23:36,717 [ 249] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 97 ms
2018-04-26 13:23:36,719 [ 251] INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational
2018-04-26 13:23:36,781 [ 313] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0
2018-04-26 13:23:36,781 [ 313] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI)
2018-04-26 13:23:40,966 [ 4498] WARN - #com.intellij.ui.AppUIUtil -
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1327)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1302)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.intellij.ui.AppUIUtil.showUserAgreementAndConsentsIfNeeded(AppUIUtil.java:272)
at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:142)
at com.intellij.idea.MainImpl.start(MainImpl.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:77)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at com.intellij.openapi.wm.WindowManager.getInstance(WindowManager.java:61)
at com.intellij.openapi.wm.ex.WindowManagerEx.getInstanceEx(WindowManagerEx.java:40)
at com.intellij.ui.AppUIUtil.confirmConsentOptions(AppUIUtil.java:372)
at com.intellij.ui.AppUIUtil.lambda$showUserAgreementAndConsentsIfNeeded$3(AppUIUtil.java:272)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2018-04-26 13:23:40,974 [ 4506] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@273c2ea3[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@753de55a
2018-04-26 13:23:41,373 [ 4905] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-rest-plugin.xml
2018-04-26 13:23:41,377 [ 4909] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor python-terminal-plugin.xml
2018-04-26 13:23:41,534 [ 5066] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml
2018-04-26 13:23:41,896 [ 5428] INFO - llij.ide.plugins.PluginManager - 36 plugins initialized in 661 ms
2018-04-26 13:23:41,903 [ 5435] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.3.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (181.4445.78), Eclipse Integration (3.0), EditorConfig (181.4445.78), Git Integration (8.1), GitHub (181.4445.78), Gradle (181.4445.78), Groovy (9.0), I18n for Java (181.4445.78), IDEA CORE (181.4445.78), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (181.4445.78), Java Stream Debugger (181.4445.78), JavaFX (1.0), Kotlin (1.2.31-release-IJ2018.1-1), Maven Integration (181.4445.78), Mercurial Integration (10.0), Plugin DevKit (1.0), Properties Support (181.4445.78), Settings Repository (181.4445.78), Smali Support (1.0), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (181.4445.78), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (181.4445.78)
2018-04-26 13:23:41,903 [ 5435] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Python Community Edition (2018.1.181.4445.78), ReStructuredText Support (134.SNAPSHOT)
2018-04-26 13:23:43,829 [ 7361] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705
2018-04-26 13:23:43,939 [ 7471] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1\bin\fsnotifier64.exe
2018-04-26 13:23:43,949 [ 7481] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational.
2018-04-26 13:23:44,132 [ 7664] INFO - pi.util.registry.RegistryState - Registry values changed by user:
2018-04-26 13:23:44,132 [ 7664] INFO - pi.util.registry.RegistryState - debugger.watches.in.variables = false
2018-04-26 13:23:44,531 [ 8063] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: Git4Idea]
2018-04-26 13:23:44,553 [ 8085] WARN - nSystem.impl.ActionManagerImpl - keymap "Xcode" not found [Plugin: hg4idea]
2018-04-26 13:23:44,733 [ 8265] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.OptionsTopHitProvider$Activity@4d1f6cd7
2018-04-26 13:23:45,122 [ 8654] INFO - til.net.ssl.CertificateManager - Default SSL context initialized
2018-04-26 13:23:45,138 [ 8670] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2018-04-26 13:23:45,215 [ 8747] INFO - gs.impl.UpdateCheckerComponent - channel: release
2018-04-26 13:23:45,473 [ 9005] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:217, number of extensions:46
2018-04-26 13:23:45,476 [ 9008] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:2
2018-04-26 13:23:45,531 [ 9063] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:27, number of extensions:56
2018-04-26 13:23:45,532 [ 9064] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0
2018-04-26 13:23:45,886 [ 9418] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.unittestLegacy.PythonUnitTestConfigurationProducer@22f0e591
2018-04-26 13:23:45,887 [ 9419] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.pytestLegacy.PyTestConfigurationProducer@2f5aa08a
2018-04-26 13:23:45,887 [ 9419] INFO - PyTestLegacyInterop - Disabling com.jetbrains.python.testing.nosetestLegacy.PythonNoseTestConfigurationProducer@347e2d6f
2018-04-26 13:23:45,889 [ 9421] INFO - plication.impl.ApplicationImpl - 93 application components initialized in 4658ms
2018-04-26 13:23:45,935 [ 9467] INFO - .intellij.idea.IdeaApplication - App initialization took 10239 ms
2018-04-26 13:23:46,522 [ 10054] INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@2b402828
2018-04-26 13:23:46,762 [ 10294] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0
2018-04-26 13:23:46,875 [ 10407] INFO - ndex.PrebuiltIndexProviderBase - Prebuilt id-index indices are missing for Python
2018-04-26 13:23:47,762 [ 11294] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@1600613e
2018-04-26 13:23:48,002 [ 11534] INFO - .openapi.application.Preloader - Finished preloading com.intellij.codeInsight.completion.CompletionPreloader@505c64b1
2018-04-26 13:23:48,008 [ 11540] INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.actions.GotoClassPresentationUpdater@6ef93304
2018-04-26 13:23:48,306 [ 11838] INFO - ellij.project.impl.ProjectImpl - 155 project components initialized in 2044 ms
2018-04-26 13:23:48,526 [ 12058] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 218 ms
2018-04-26 13:23:48,657 [ 12189] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found
2018-04-26 13:23:49,093 [ 12625] INFO - CompilerBackwardReferenceIndex - backward reference index version differ due to: class java.io.FileNotFoundException
2018-04-26 13:23:49,531 [ 13063] INFO - .diagnostic.PerformanceWatcher - Pushing Python language level to 10 roots in 1 SDKs took 229ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 13:23:49,617 [ 13149] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2018-04-26 13:23:50,478 [ 14010] INFO - tartup.impl.StartupManagerImpl - OpenFilesActivity run in 1231ms under project opening modal progress
2018-04-26 13:23:50,525 [ 14057] INFO - ge.ExternalProjectsDataStorage - Loaded external projects data in 5 millis
2018-04-26 13:23:50,563 [ 14095] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 1350ms; general responsiveness: ok; EDT responsiveness: 0/1 sluggish, 1/1 very slow
2018-04-26 13:23:51,279 [ 14811] INFO - j.ide.ui.OptionsTopHitProvider - 301 ms spent to cache options in application
2018-04-26 13:23:51,320 [ 14852] INFO - tartup.impl.StartupManagerImpl - C:/Users/admin/IdeaProjects/poker/.idea case-sensitivity: expected=false actual=false
2018-04-26 13:23:51,334 [ 14866] INFO - pl.projectlevelman.NewMappings - VCS Root: [] - [<Project>]
2018-04-26 13:23:51,693 [ 15225] INFO - tor.impl.FileEditorManagerImpl - Project opening took 5518 ms
2018-04-26 13:23:52,492 [ 16024] INFO - pl$FileIndexDataInitialization - Initialization done:7015
2018-04-26 13:23:52,498 [ 16030] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 6ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 13:23:52,858 [ 16390] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 358ms; general responsiveness: ok; EDT responsiveness: ok
2018-04-26 13:23:53,249 [ 16781] INFO - j.ide.ui.OptionsTopHitProvider - 155 ms spent to cache options in project
2018-04-26 13:23:54,464 [ 17996] INFO - CompilerWorkspaceConfiguration - Available processors: 8
2018-04-26 13:23:56,421 [ 19953] INFO - exImpl$StubIndexInitialization - Initialization done:3929
2018-04-26 13:23:57,610 [ 21142] INFO - ns.python.sdk.PythonSdkUpdater - Updating sys.path took 1117 ms
2018-04-26 13:23:57,611 [ 21143] INFO - ns.python.sdk.PythonSdkUpdater - Bogus sys.path entry C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python36.zip
2018-04-26 13:23:57,613 [ 21145] INFO - ns.python.sdk.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/system/python_stubs/-2079588036
2018-04-26 13:23:57,613 [ 21145] INFO - ns.python.sdk.PythonSdkUpdater - User skeletons directory for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)): C:/Users/admin/.IdeaIC2018.1/config/plugins/python-ce/helpers/python-skeletons
2018-04-26 13:23:57,618 [ 21150] INFO - ns.python.sdk.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-26 13:23:57,621 [ 21153] INFO - .skeletons.PySkeletonRefresher - Refreshing skeletons for C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-26 13:24:03,457 [ 26989] INFO - .skeletons.PySkeletonGenerator - Retrieving binary module list took 5780 ms
2018-04-26 13:24:03,459 [ 26991] INFO - tPregeneratedSkeletonsProvider - Home path is C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1.1
2018-04-26 13:24:06,975 [ 30507] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 3476 ms
2018-04-26 13:24:07,055 [ 30587] INFO - python.packaging.PyPackageUtil - Refreshing installed packages for SDK C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe
2018-04-26 13:24:07,058 [ 30590] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-26 13:24:21,413 [ 44945] INFO - ScriptTemplatesProviders - [kts] loading script definitions [] using cp:
2018-04-26 13:24:41,988 [ 65520] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.6.2 (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe) (C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe)
2018-04-26 13:24:41,988 [ 65520] INFO - packaging.PyPackageManagerImpl - Running packaging tool: C:\Users\admin\AppData\Local\Programs\Python\Python36-32\python.exe C:\Users\admin\.IdeaIC2018.1\config\plugins\python-ce\helpers\packaging_tool.py list
2018-04-26 13:24:44,378 [ 67910] INFO - ide.actions.ShowFilePathAction -
Exit code 1
Do the other two usages show up in Find Usages results?
No, i get 'No usages found'
So guys any help?
Unfortunately, there is nothing helpful in your logs, and we're still not able to reproduce the problem on our side. Is it still relevant with the latest versions of IntelliJ Community and Python plugin?
Yes, today i updated IntelliJ and Python plugin, still not working.
Hello,
Aren't your files located under "Library Root": https://youtrack.jetbrains.com/issue/PY-29855 ?
No, my file located at C:\Users\admin\IdeaProjects\ and this path not in Classpath list. Also i noticed that in old projects located in same folder IdeaProjects\ refactor is working. But when i create new projects it is not working.
Do you have any of its parent directories marked as a library root (and included in SDK classpath). By the way, could you please create an issue in our tracker? It would be easier to attach additional files and diagnose the problem there.